body main .compare-products-items {
  display: none;
  min-width: 400px;
  position: fixed;
  left: 20px;
  bottom: -3px;
  z-index: 39;
}
body main .compare-products-items #selectedImg {
  display: none;
  position: absolute;
  left: 40px;
  bottom: 64px;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
  z-index: 8;
}
body main .compare-products-items .parent {
  position: relative;
}
body main .compare-products-items .parent .btn {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 10;
}
body main .compare-products-items .parent .cancel {
  position: absolute;
  right: 20px;
  bottom: 30px;
  color: var(--theme-color);
}
body main .compare-products-items .parent .cancel:hover {
  color: var(--theme-color-hover);
}
body main .compare-products-items .parent .delete {
  position: relative;
  display: inline-block;
  top: -2px;
}
body main .compare-products-items .parent .delete svg {
  width: 15px;
}
body main .compare-products-items .parent .delete:hover svg path {
  fill: #3f4347;
}
body main .compare-products-items .parent .box {
  position: relative;
  display: none;
  background: #fff;
  padding: 10px 20px 55px 20px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #e1e1e1;
  z-index: 9;
}
body main .compare-products-items .parent .box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
body main .compare-products-items .parent .box .item div img {
  width: 68px;
  height: auto;
  border-radius: 8px;
}
body main .compare-products-items .parent .box .item div:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 8px;
}
body main .compare-products-items:hover .box {
  display: block;
}

body main .category-section .ad-fixed {
  position: fixed;
  top: 130px;
}
body main .category-section .row.two-column .col-xl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
body main .category-section .row.four-column .col-xl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
body main .category-section .page-links ul li {
  display: inline-block;
  color: #707070;
  margin: 9px 0 0 9px;
  margin-left: 9px;
}
body main .category-section .page-links ul li a {
  color: #a8a8a8;
  font-size: 14px;
}
body main .category-section .page-links ul li a:hover {
  color: #707070;
}
body main .category-section .box_block {
  position: relative;
  background-color: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  /* Rounded sliders */
}
body main .category-section .box_block ::-webkit-scrollbar {
  border-radius: 1ex;
}
body main .category-section .box_block .main-box {
  padding: 15px 20px;
}
body main .category-section .box_block hr {
  color: #e1e1e1;
  background-color: #e1e1e1;
  opacity: 0.3;
}
body main .category-section .box_block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body main .category-section .box_block .title span {
  font-family: "iranyekan";
  font-weight: bold;
  font-size: 18px;
}
body main .category-section .box_block .title a {
  color: var(--theme-color);
}
body main .category-section .box_block .title a:hover {
  color: var(--theme-color-hover);
}
body main .category-section .box_block .search-similar li {
  display: block;
}
body main .category-section .box_block .search-similar li:first-child a {
  top: -1rem;
  z-index: 1;
  margin-bottom: -1rem;
}
body main .category-section .box_block .search-similar li a {
  position: relative;
  display: block;
  color: #6c757e;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3019607843);
  padding: 1rem 5px;
}
body main .category-section .box_block .search-similar li a svg {
  margin-left: 5px;
}
body main .category-section .box_block .search-similar li a::before {
  content: url("../images/arrow-gray.svg");
  position: absolute;
  left: 5px;
  top: 0.8rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body main .category-section .box_block .search-similar li a:hover {
  background: #f8f8f8;
}
body main .category-section .box_block .filters ul li {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
  padding: 0.5rem;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}
body main .category-section .box_block .filters ul li a,
body main .category-section .box_block .filters ul li button {
  display: inline-block;
  color: #c5c5c5;
  vertical-align: middle;
}
body main .category-section .box_block .filters ul li a:hover,
body main .category-section .box_block .filters ul li button:hover {
  color: #8a8a8a;
}
body main .category-section .box_block .filters ul li .close {
  position: relative;
  top: -1.5px;
  margin-right: 4px;
}
body main .category-section .box_block .filters ul li .close svg {
  width: 10px;
  height: auto;
}
body main .category-section .box_block .filters ul li .close:hover svg path {
  fill: #8a8a8a;
}
body main .category-section .box_block .links {
  height: 115px;
  overflow: hidden;
}
body main .category-section .box_block .links ul li a {
  display: inline-block;
  font-size: 17px;
  color: #323232;
  margin-bottom: 14px;
}
body main .category-section .box_block .links ul li a::before {
  content: url("../images/arrow-gray.svg");
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-top;
  -webkit-transform: rotate(180deg) translateY(-2px);;
  transform: rotate(180deg) translateY(-2px);;
}
body main .category-section .box_block .links ul li ul {
  padding: 0 10px;
}
body main .category-section .box_block .links ul li ul li a {
  font-size: 15px;
  color: #6c757e;
}
body main .category-section .box_block .links ul li ul li a::before {
  content: url("../images/arrow-gray.svg");
  display: inline-block;
  margin-left: 5px;
  vertical-align: text-top;
  -webkit-transform: rotate(90deg) translateX(4px);
  transform: rotate(90deg) translateX(4px);
}
body main .category-section .box_block .links ul li ul li a:hover {
  color: #3f4347;
}
body main .category-section .box_block .links ul li ul li ul li a {
  font-size: 15px;
  color: #6c757e;
}
body main .category-section .box_block .links ul li ul li ul li a::before {
  content: "";
  display: none;
}
body main .category-section .box_block .btn-more {
  width: 100%;
  color: #6c757e;
  background-color: #f8f9fb;
  border-top: 2px solid #f2f2f2;
  border-radius: 0;
}
body main .category-section .box_block .btn-more.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body main .category-section .box_block .btn-more img {
  margin-right: 5px;
}
body main .category-section .box_block .btn-more:hover {
  background-color: #f7f7f7;
}
body main .category-section .box_block .search-box_block {
  position: relative;
  margin-top: 20px;
}
body main .category-section .box_block .search-box_block .form-control {
  padding: 0.42rem 1.95rem 0.42rem 0.75rem;
  border-radius: 8px;
  border: 2px solid #e2e2e2;
}
body main .category-section .box_block .search-box_block .form-control::-webkit-input-placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .search-box_block .form-control::-moz-placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .search-box_block .form-control:-ms-input-placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .search-box_block .form-control::-ms-input-placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .search-box_block .form-control::placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .search-box_block .form-control:focus {
  border: 2px solid var(--theme-color);
}
body main .category-section .box_block .search-box_block button {
  position: absolute;
  top: 9px;
  right: 8px;
}
body main .category-section .box_block .noUi-origin {
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
body main .category-section .box_block .noUi-target {
  background: #ccc;
  height: 6px;
  border-radius: 8px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body main .category-section .box_block .noUi-handle {
  border: 5px solid var(--theme-color);
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
body main .category-section .box_block .noUi-handle::after, body main .category-section .box_block .noUi-handle::before {
  content: "";
  display: none;
}
body main .category-section .box_block .noUi-horizontal .noUi-handle {
  height: 20px;
  width: 20px;
  top: -8px;
}
body main .category-section .box_block .noUi-connect {
  background: var(--theme-color);
  height: 6px;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
body main .category-section .box_block .c-filter__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body main .category-section .box_block .c-filter__range li {
  width: 50%;
}
body main .category-section .box_block .c-filter__range li:last-child p span {
  color: var(--theme-color);
}
body main .category-section .box_block .c-filter__range li p {
  color: #898989;
  margin: 0 10px;
  padding: 5px;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}
body main .category-section .box_block .c-filter__range li p span {
  font-family: "iranyekan";
  font-weight: bold;
  color: #6c757e;
  margin-left: 6px;
}
body main .category-section .box_block .btn-red {
  width: 100%;
  color: #fff;
  background-color: var(--theme-color);
  padding: 13px 10px;
  border-radius: 8px;
  margin-top: 20px;
}
body main .category-section .box_block .btn-red:hover {
  background-color: var(--theme-color-hover);
}
body main .category-section .box_block .collapse-button {
  cursor: pointer;
}
body main .category-section .box_block .collapse-button img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
body main .category-section .box_block .collapse-button.active img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
body main .category-section .box_block .collapse-button.active svg path {
  stroke: #e1e1e1;
}
body main .category-section .box_block .switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 20px;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 0;
}
body main .category-section .box_block .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
body main .category-section .box_block .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e3e3e3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body main .category-section .box_block .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  top: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
body main .category-section .box_block input:checked + .slider {
  background-color: var(--theme-color);
}
body main .category-section .box_block input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--theme-color);
  box-shadow: 0 0 1px var(--theme-color);
}
body main .category-section .box_block input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
body main .category-section .box_block .slider.round {
  border-radius: 34px;
}
body main .category-section .box_block .slider.round:before {
  border-radius: 50%;
}
body main .category-section .box_block .box-collapse {
  height: 0px;
  overflow: hidden;
}
body main .category-section .box_block .box-collapse .form-check {
  position: relative;
}
body main .category-section .box_block .box-collapse .color {
  position: absolute;
  left: 4px;
  top: 12px;
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}
body main .category-section .box_block .box-collapse .search-box-collapse_block {
  position: relative;
  margin-bottom: 12px;
}
body main .category-section .box_block .box-collapse .search-box-collapse_block .form-control {
  background-color: #fafafa;
  padding: 0.42rem 2rem 0.42rem 0.75rem;
  border-radius: 8px;
  border: 2px solid #e2e2e2;
}
body main .category-section .box_block .box-collapse .search-box-collapse_block .form-control::-webkit-input-placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .box-collapse .search-box-collapse_block .form-control::-moz-placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .box-collapse .search-box-collapse_block .form-control:-ms-input-placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .box-collapse .search-box-collapse_block .form-control::-ms-input-placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .box-collapse .search-box-collapse_block .form-control::placeholder {
  color: #c5c5c5;
}
body main .category-section .box_block .box-collapse .search-box-collapse_block .form-control:focus {
  border: 2px solid var(--theme-color);
}
body main .category-section .box_block .box-collapse .search-box-collapse_block button {
  position: absolute;
  top: 9px;
  right: 8px;
}
body main .category-section .box_block .box-collapse .limit {
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}
body main .category-section .box_block .box-collapse .limit li {
  margin: 0 10px 10px;
}
body main .category-section .box_block .box-collapse ul li {
  margin-bottom: 10px;
}
body main .category-section .box_block .box-collapse ul li:last-child {
  margin: 0 10px;
}
body main .category-section .box_block .box-collapse ul li .form-check {
  min-height: auto;
  padding-left: 0;
  margin-bottom: 0;
}
body main .category-section .box_block .box-collapse ul li .form-check .form-check-label {
  display: block;
  padding: 8px 4px;
  cursor: pointer;
}
body main .category-section .box_block .box-collapse ul li .form-check .form-check-input {
  float: right;
  margin-left: 0.7rem;
  margin-right: 4px;
  margin-top: 7px;
  border-color: #d8d8d8;
  cursor: pointer;
}
body main .category-section .box_block .box-collapse ul li .form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
body main .category-section .box_block .box-collapse ul li .form-check .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
body main .category-section .box_block .box-collapse ul li .form-check .form-check-input:active,
body main .category-section .box_block .box-collapse ul li .form-check .form-check-input:focus {
  border-color: var(--theme-color);
}
body main .category-section .box_block .box-collapse ul li .form-check:hover {
  background-color: #f8f9fb;
}
body main .category-section .box_block .box-collapse ul li .form-check:hover .form-check-label {
  color: var(--theme-color);
}
body main .category-section .box_block .box-collapse ul li .form-check:hover .form-check-input {
  border-color: var(--theme-color);
}
body main .category-section .box_block_custom-div {
  background: #e6f4ff;
  border-radius: 8px;
  margin-bottom: 1rem;
  text-align: center;
  overflow: hidden;
  padding: 20px;
}
body main .category-section .box_block_custom-div h4 {
  margin: 15px 0;
  color: var(--theme-color);
}
body main .category-section .box_block_custom-div img {
  width: 56%;
}
body main .category-section .box_block_custom-div p {
  color: #6c757e;
}
body main .category-section .box_block_custom-div .btn-red {
  width: 100%;
  color: #fff;
  background-color: var(--theme-color);
  padding: 13px 10px;
  border-radius: 8px;
  margin-top: 20px;
}
body main .category-section .box_block_custom-div .btn-red:hover {
  background-color: var(--theme-color-hover);
}

body main .category-section .ad-section img {
  border-radius: 8px;
}
body main .category-section .posts_block-div {
  position: relative;
  background-color: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 15px 20px;
}
body main .category-section .posts_block-div ul li svg.active-view path,
body main .category-section .posts_block-div ul li svg.active-view circle {
  fill: #292929;
}
body main .category-section .posts_block-div .post-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 10px;
  padding: 9px 12px;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
}
body main .category-section .posts_block-div .post-options .filters li {
  display: inline-block;
  margin-left: 5px;
}
body main .category-section .posts_block-div .post-options .filters li a,
body main .category-section .posts_block-div .post-options .filters li button {
  font-family: "iranyekan";
  font-weight: bold;
  color: #707070;
  padding: 6px 9px;
  border-radius: 8px;
}
body main .category-section .posts_block-div .post-options .filters li a.active,
body main .category-section .posts_block-div .post-options .filters li button.active {
  background: #1ca345;
  color: #fff;
}
body main .category-section .posts_block-div .post-options .filters li a:hover:not(.active),
body main .category-section .posts_block-div .post-options .filters li button:hover:not(.active) {
  background: #f3f3f3;
}
body main .category-section .posts_block-div .post-options .filters .name {
  color: #707070;
  margin-left: 0px;
  padding: 6px 4px;
}
body main .category-section .posts_block-div .pages-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 10px;
}
body main .category-section .posts_block-div .pages-num ul li {
  display: inline-block;
  margin: 0 10px;
}
body main .category-section .posts_block-div .pages-num ul li a {
  display: block;
  font-family: "iranyekan";
  min-width: 34px;
  height: 34px;
  color: #323232;
  margin: 0;
  padding: 9px 5px 0;
  border: 2px solid transparent;
  text-align: center;
  border-radius: 40px;
  font-size: 17px;
}
body main .category-section .posts_block-div .pages-num ul li a.active-page-num {
  background: var(--theme-color);
  color: #fff;
}
body main .category-section .posts_block-div .pages-num ul li a:hover {
  border: 2px solid var(--theme-color);
}
body main .category-section .posts_block-div .pages-num a {
  font-family: "iranyekan";
  font-weight: bold;
  color: var(--theme-color);
  margin: 0 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
body main .category-section .posts_block-div .pages-num a img {
  width: 6px;
  height: auto;
  margin: 0 3px;
}
body main .category-section .posts_block-div .pages-num a .next-page {
  transform: rotate(180deg);
}
body main .category-section .posts_block-div .pages-num a:hover {
  color: var(--theme-color-hover);
}
body main .category-section .posts_block-div .main-posts .item {
  min-height: 447px;
  position: relative;
  top: 0px;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  margin: 10px 10px;
  padding: 0 0 17px 0;
  border: 2px solid #f5f5f5;
  overflow: hidden;
}
body main .category-section .posts_block-div .main-posts .item .link {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
body main .category-section .posts_block-div .main-posts .item .unavailable .line {
  width: 100%;
  height: 1px;
  background: rgba(206, 206, 206, 0.8196078431);
  margin-top: 50px;
  position: relative;
  top: 7px;
}
body main .category-section .posts_block-div .main-posts .item .unavailable span {
  position: relative;
  background: #fff;
  color: #e1e1e1;
  padding: 10px;
}
body main .category-section .posts_block-div .main-posts .item .img-box {
  position: relative;
}
body main .category-section .posts_block-div .main-posts .item .img-box > img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  border-radius: 8px 0;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  padding: 10px;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .colors {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  margin-right: auto;
  margin-left: 0;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .colors li {
  width: 8px;
  height: 8px;
  background-color: #323232;
  margin-bottom: 5px;
  border-radius: 50%;
  list-style: none;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .colors .red {
  background-color: var(--theme-color);
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .colors .black {
  background-color: #323232;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .colors .blue {
  background-color: var(--second-theme-color);
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .colors .more {
  background-color: transparent;
  color: #b8b8b8;
  border-radius: 0;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  text-align: center;
  z-index: 10;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li {
  display: inline-block;
  margin: 0 5px;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button {
  width: 50px;
  height: 50px;
  display: flex;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a span,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button span {
  display: none;
  position: absolute;
  background: #000;
  color: #fff;
  top: -10px;
  border-radius: 2px;
  padding: 10px;
  min-width: 107px;
  top: -50px;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a span::after,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button span::after {
  background: #000000;
  top: 75%;
  left: 45%;
  content: " ";
  height: 15px;
  width: 15px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.red span,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.red span {
  min-width: 146px;
  /* left: -97%; */
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.red span::after,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.red span::after {
  background: var(--theme-color);
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.red.red-active,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.red.red-active {
  background: var(--theme-color);
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.red.red-active svg path,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.red.red-active svg path {
  fill: #fff;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.red:hover,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.red:hover {
  background: var(--theme-color);
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.red:hover span,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.red:hover span {
  background: var(--theme-color);
  display: block;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.red:hover svg path,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.red:hover svg path {
  fill: #fff;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.yellow span,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.yellow span {
  left: -56%;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.yellow span::after,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.yellow span::after {
  left: 43%;
  background: #ffc001;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.yellow:hover,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.yellow:hover {
  background: #ffc001;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.yellow:hover span,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.yellow:hover span {
  background: #ffc001;
  display: block;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.yellow:hover svg path,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.yellow:hover svg path {
  fill: #fff;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.blue span,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.blue span {
  /* left: -57%; */
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.blue span::after,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.blue span::after {
  left: 43%;
  background: #01a1b9;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.blue:hover,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.blue:hover {
  background: #01a1b9;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.blue:hover span,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.blue:hover span {
  background: #01a1b9;
  display: block;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li a.blue:hover svg path,
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button.blue:hover svg path {
  fill: #fff;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button {
  padding-top: 0;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .icons li button:hover img {
  filter: brightness(0) invert(1);
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .percent {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--theme-color);
  color: #fff;
  padding: 7px 12px;
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .timer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffe9ec;
  margin-top: 15px;
  padding: 12px 15px;
  border-top: 2px solid var(--theme-color);
  border-radius: 0;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .timer li {
  display: block;
  text-align: center;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .timer li span {
  display: block;
  color: #323232;
}
body main .category-section .posts_block-div .main-posts .item .img-box .overlay .timer li span:nth-child(2) {
  color: #868686;
  margin-top: 4px;
}
body main .category-section .posts_block-div .main-posts .item h3 {
  color: #323232;
  margin: 13px 0 0;
  font-size: 16px;
  line-height: 1.8;
}
body main .category-section .posts_block-div .main-posts .item .discount-box {
  text-align: center;
  margin: 10px 0 0;
}
body main .category-section .posts_block-div .main-posts .item .discount-box .percent {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  padding: 4px 8px;
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
body main .category-section .posts_block-div .main-posts .item .discount-box .last-price {
  display: inline-block;
  color: #acacac;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 8px;
}
body main .category-section .posts_block-div .main-posts .item .price {
  display: block;
  text-align: center;
  font-family: "iranyekan";
  font-weight: bold;
  color: #323232;
  font-size: 20px;
  margin-top: 10px;
}
body main .category-section .posts_block-div .main-posts .item .price span {
  display: inline-block;
  color: #717171;
  font-size: 13px;
  margin-right: 4px;
}
body main .category-section .posts_block-div .main-posts .item:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body main .category-section .posts_block-div .main-posts .item:hover .overlay {
  background: rgba(0, 0, 0, 0.281);
}
body main .category-section .posts_block-div .main-posts .item:hover .overlay .icons {
  display: block;
}
body main .category-section .posts_block-div .main-posts .item:hover .discount-box .percent {
  font-family: "iranyekan";
  font-weight: bold;
}
body main .category-section .posts_block-div .main-posts .btn-red {
  color: #fff;
  background-color: var(--theme-color);
  padding: 6px 13px;
  border-radius: 8px;
  margin: 12px 0;
}
body main .category-section .posts_block-div .main-posts .btn-red svg {
  width: 27px;
  height: auto;
  margin-left: 5px;
}
body main .category-section .posts_block-div .main-posts .btn-red:hover {
  background-color: var(--theme-color-hover);
}
body main .cat-items_section {
  margin: 25px 0;
}
body main .cat-items_section .cat-items_div {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 10px;
}
body main .cat-items_section .cat-items_div .line {
  position: relative;
  top: -1px;
  border-bottom: 2px solid #e1e1e1;
}
body main .cat-items_section .cat-items_div .side-text_span {
  color: #b8b8b8;
}
body main .cat-items_section .cat-items_div .title h3 {
  position: relative;
  color: #323232;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--theme-color);
  padding-top: 12px;
  z-index: 1;
}
body main .cat-items_section .cat-items_div .splide--rtl > .splide__arrows .splide__arrow--next,
body main .cat-items_section .cat-items_div .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
body main .cat-items_section .cat-items_div .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 10px;
  right: auto;
  border-left: none;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 13px;
}
body main .cat-items_section .cat-items_div .splide--rtl > .splide__arrows .splide__arrow--prev,
body main .cat-items_section .cat-items_div .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
body main .cat-items_section .cat-items_div .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 9px;
  border-right: none;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
}
body main .cat-items_section .cat-items_div .splide__arrow {
  background: #fff;
  height: 5em;
  border: 2px solid #e2e2e2;
  border-radius: 0;
}
body main .cat-items_section .cat-items_div .splide__arrow svg {
  height: auto;
  width: 0.5em;
}
body main .cat-items_section .cat-items_div .splide .item {
  min-height: fit-content;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
  margin: 5px 10px;
  /*padding: 0 0 17px 0;*/
  border: 2px solid #f5f5f5;
  overflow: hidden;
  padding-bottom: 4px;
}
body main .cat-items_section .cat-items_div .splide .item .link {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
body main .cat-items_section .cat-items_div .splide .item .img-box {
  position: relative;
}
body main .cat-items_section .cat-items_div .splide .item .img-box img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
body main .cat-items_section .cat-items_div .splide .item .img-box::before {
  background-color: #fff;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  content: "";
  left: -130%;
  position: absolute;
  width: 200px;
  -webkit-box-shadow: 0 0 100px #fff;
  box-shadow: 0 0 100px #fff;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body main .cat-items_section .cat-items_div .splide .item .img-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  padding: 10px;
}
body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors {
  display: inline-block;
  margin-right: auto;
  margin-left: 0;
}
body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors li {
  width: 8px;
  height: 8px;
  background-color: #323232;
  margin-bottom: 5px;
  border-radius: 50%;
  list-style: none;
}
body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors .red {
  background-color: var(--theme-color);
}
body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors .black {
  background-color: #323232;
}
body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors .blue {
  background-color: var(--second-theme-color);
}
body main .cat-items_section .cat-items_div .splide .item .img-box .overlay .colors .more {
  background-color: transparent;
  color: #b8b8b8;
  border-radius: 0;
}
body main .cat-items_section .cat-items_div .splide .item h3 {
  color: #323232;
  margin: 30px 0 0;
}
body main .cat-items_section .cat-items_div .splide .item .discount-box {
  text-align: center;
  margin: 18px 0 0;
}
body main .cat-items_section .cat-items_div .splide .item .discount-box .percent {
  display: inline-block;
  background-color: #fb3449;
  color: #fff;
  padding: 7px 12px;
  border-top-left-radius: 20px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
body main .cat-items_section .cat-items_div .splide .item .discount-box .last-price {
  display: inline-block;
  color: #acacac;
  text-decoration: line-through;
  margin-left: 8px;
}
body main .cat-items_section .cat-items_div .splide .item .price {
  display: block;
  text-align: center;
  font-family: "iranyekan";
  font-weight: bold;
  color: #323232;
  font-size: 18px;
  margin-top: 18px;
}
body main .cat-items_section .cat-items_div .splide .item .price span {
  display: inline-block;
  color: #717171;
  font-size: 13px;
  margin-right: 4px;
}
body main .cat-items_section .cat-items_div .splide .item:hover {
  top: -5px;
  -webkit-box-shadow: 0 0 10px -15px #000;
  box-shadow: 0 0 10px -15px #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
body main .cat-items_section .cat-items_div .splide .item:hover .img-box::before {
  left: 200%;
}
body main .cat-items_section .cat-items_div .splide .item:hover .discount-box .percent {
  font-family: "iranyekan";
  font-weight: bold;
}
body main .about-section {
  margin-top: 40px;
  margin-bottom: 50px;
}
body main .about-section .btn-gray {
  position: relative;
  background: #a8adbd;
  color: #fff;
  border-radius: 8px;
  z-index: 97;
}
body main .about-section .btn-gray:hover {
  background: #9498a7;
  color: #fff;
}
body main .about-section .box-shadow-bottom {
  position: relative;
  background-color: #fff;
  padding: 20px 25px;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #f2f2f2;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  top: 10px;
}
body main .about-section .box-shadow-bottom .text-box {
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  margin-bottom: 70px;
}
body main .about-section .box-shadow-bottom .text-box p {
  color: #707070;
  text-align: justify;
}
body main .about-section .box-shadow-bottom h2 {
  font-size: 24px;
  margin: 15px 0px;
}
body main .about-section .box-shadow-bottom .shadow-white {
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.4711018196)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4711018196) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px 0;
}
body main .about-section .box-shadow-bottom .shadow-white svg {
  width: 100%;
  display: block;
}
body main .about-section .box-shadow-bottom .shadow-white svg:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sticky-elem {
  display: flex;
  flex-wrap: wrap;
  position: sticky;
  top: 130px;
}
/* .sticky-elem .social-container {
  display: flex;
  gap: 12px;
} */
body main .about-section .box-shadow-bottom h3 {
  font-size: 20px !important;
  margin: 15px 0;
}
