* {
    border: none;
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb_Black.eot");
  src: url("../fonts/eot/IRANSansWeb_Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Black.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}

ul, p {
    margin-bottom: 0 !important;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    direction: rtl;
    height: 100%;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
a {
    text-decoration: none !important;
}
body, html {
    font-family: "IRANSans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
    direction: rtl;
   background: rgb(250, 250, 250) !important;
    scroll-behavior: smooth;
    text-align: right;
}


.img-main-category {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    position: relative;
}
.img-main-category img {
    width: 25px !important;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header-section {
    position: relative;
    z-index: 98999;
    width: 100%;
    display: block;
    min-height: 45px;
    background: var(--main-color) !important;
}
.img-main-category {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.c-navi-new__big-display-title {
    font-size: 12px;
    line-height: 2.27;
    font-weight: 400;
    color: #4a5f73;
}
.home i {
    font-size: 20px;
    vertical-align: middle;
    margin-top: 6px;
}
.js-categories-bar-item.js-mega-menu-main-item.c-navi-new-list__category-container-main.all-category {
    background: var(--main1-color) !important;
    padding: 0 20px !important;
}
.js-categories-bar-item.js-mega-menu-main-item.c-navi-new-list__category-container-main.all-category .c-navi-new-list__category {
    color: var(--main-color) !important;
    cursor: pointer;
    font-weight: 700 !important;
}
.c-navi-new-list__category.c-navi-new-list__category--main i {
    font-size: 20px;
    vertical-align: middle;
}
.show-search {
    height: auto !important;
}
.P-Banner {
    z-index: 1000;
    position: relative;
}
.js-navi-overlay-search {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(74, 74, 74, 0.85);
    opacity: 0;
    z-index: 99999;
    -webkit-transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .2s cubic-bezier(.215, .61, .355, 1) .1s;
    pointer-events: none;
}
.js-navi-overlay-search.is-active {
    opacity: 1;
    pointer-events: all !important;
}
.js-navi-overlay-search.is-active.no-active {
    display: none;
}
.drop-search.modal-Ad-search.m-auto.rounded.position-absolute.show-search.close-search {
    display: none;
}
.S-earch .modal-body, .S-earch .modal-footer {
    background-color: #ddd;
}
.bg-theme-btn-serarch {
    background-color: #f7b20f;
    color: #2a1c59 !important;
    font-weight: 700
}
.select2-results__option--selectable {
    font-size: 13px;
}
.select2.select2-container.select2-container--default.select2-container--below.select2-container--open.select2-container--focus, .select2-container--open {
    border-radius: 25px 25px 0 0 !important;
}
.advance-search {
    display: block !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.is-fixed {
    height: 100vh;
    overflow: hidden;
}
.head-tab li a:hover {
    color: #000;
}
.head-tab li a.active:hover {
    color: #fff !important;
}
.body-tab-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}
.body-tab-4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-color: #fff;
}
.step2 {
    position: relative;
}
.tab-content.body-tab-2.px-3.pt-3.pb-0.text-center {
    min-height: 200px;
}
.nav-tabs {
    border: none !important;
}
.close-box-2, .close-box {
    cursor: pointer;
    z-index: 2;
}

#cssmenu1 > ul > li{
    position:relative;
}
.c-navi-new-list__category-item > li > a:hover {
    color: #cdb4db;
}
@media screen and (max-width:767.99px) {
    .best-section .rw-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px 20px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: hidden;
  border-bottom: none !important;
}
    .pl-xs-0 {
  padding-left: 0 !important;
}
    .c-product__directory .product-top {
  padding: 0 !important;
  margin: 0 !important;
}
.c-product__directory {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
    #button-cart {
  width: 100% !important;
}
    .w-chat {
  left: 5px;
}
    .w-chat img {
  width: 40px !important;
}
   .title-send .bld {
    font-weight: 500;
    font-size: 12px;
}
    .send-section .img-send {
    height: 50px;
}
    .row-wnd .row.mt-3 {
  margin-top: 0 !important;
}
   .cost-wnd .old-cost {
    font-size: 12px !important;
    color: #a2a2a2 !important;
    font-weight: 500 !important;
}
  .cost-wnd .cost-total {
  font-size: 13px !important;
  font-weight: 500 !important;
}
  .wnd .offer-mob {
    width: 32px !important;
    height: 20px !important;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: -3px;
    box-shadow: 0px 4px 9px #e8bdbd;
}
	.owl-slide-text h1 {
    font-size: 13px !important;
}
	.owl-slide-text h2 {
    font-size: 15px !important;
}
.owl-slider .item img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}
.owl-slider .item {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    height: 200px;
}
.best-saler {
    padding-right: 5px;
}
	.banner-col {
   margin-top: 10px;
padding-left: 5px !important;
padding-right: 5px !important;
}
	.mt-xs-20{
		margin-top: 20px;
	}
	.mb-xs-20{
		margin-bottom: 20px;
	}
    .top-row::after {
        width: 100%;
        right: 0;
    }
    .top-row {
        text-align: center;
    }

    .cost-wnd li:nth-child(3) {
  display: none !important;
}
.title-wnd2 {

  font-size: 12px !important;
}
.timer .far {
  display: none !important;
}
.d-block.text-center.time-text {
  display: none !important;
}
.gap-col-mob{
    padding-left:0 !important;
    padding-right:0 !important;
}
    .wnd .offer-mob {
        right: -71px;
        bottom: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        top: auto !important;
        border-radius: 25px !important;
    }
    .img-fluid.mainspecial2 {
        width: 100px !important;
        margin: 0px auto;
        height: 100px !important;
        border-radius: 100% !important;
    }
    .img-fluid.mainspecial {
        display: none !important;
    }
    .title-wnd {
        display: none !important;
    }
    #sync1 .col-lg-6.col-md-7.col-12, #sync1 .col-lg-6.col-md-5.col-12 {
        padding: 0 !important;
    }
    .icon-wnd.text-center {
        display: none !important;
    }
    .owl-stage {
        padding-right: 0 !important;
    }
    #sync2 {
        display: none !important;
    }
    .wnd-mob .soon-text.soon-label {
        font-size: 12px !important;
    }
    .wnd-mob .soon-wrapper [class*="soon-"], .wnd-mob .soon [class*="soon-"] {
        font-size: 23px !important;
    }
    .wnd-mob .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value, .wnd-mob .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
        top: 19% !important;
    }
    .soon-wrapper [class*="soon-"], .soon [class*="soon-"] {
        font-size: 15px;
    }
    .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value, .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
        top: -7% !important;
    }
    .wnd-banner .soon[data-layout*="group"] .soon-group-sub > .soon-group-inner {
        margin: 0 -2px !important;
    }
    /*.owl-item.active .item {-webkit-transform: translateY(-2px);transform: translateY(-2px);box-shadow: 0px 0px 15px #ccc;}*/
    .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value, .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
        top: 0%;
        left: -6px;
    }
    .wnd-banner .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label, .wnd-banner .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
        bottom: 3% !important;
        font-size: 6px !important;
        left: -6px;
    }
    #canvas {
        width: 100px !important;
        position: absolute;
        z-index: 1;
        left: 14px;
        bottom: 7px !important;
        height: 100px !important;
    }
    .owl-slider .owl-dots {
        bottom: 0 !important;
    }
    .wnd-banner-img {
        position: relative;
        text-align: left;
    }
    .wnd-banner .soon[data-scale="m"] {
        font-size: 10px !important;
    }
    .namad li {
        display: inline-block !important;
    }
    .text-link {
        display: none !important;
    }
    .row.top-header {
        text-align: center !important;
    }
    .copy {
        text-align: center;
    }
    .wnd-banner .soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner, .wnd-banner .soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner, .wnd-banner .soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner, .wnd-banner .soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner {
        min-width: 10px !important;
    }
    .more a {
        padding: 9px 18px;
        font-size: 11px;
    }
    .namd li {
        text-align: center;
        display: inline-block;
        margin: 0 15px !important;
    }
    .logo img {
        width: 100px !important;
    }
    .search-li {
        width: 85%;
    }
    .toolbar-desc {
       text-align: left;
    }

    .text-timer {
        text-align: center;
    }
    .cal-fixed {
        display: none !important;
    }
    .menuTrigger {
        color: #000;
        font-size: 28px;
        vertical-align: middle;
    }
    .c-navi.js-navi {
        display: none !important;
    }
    .about-company {
        text-align: justify !important;
    }
    .namd {
        text-align: center;
    }
    .menu-tbl {
        display: none;
    }
    .row.mt-4.row-title-brand {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .row.mt-3.mb-3.row-brand {
        background-color: #fff;
    }
    .container-fluid.logo-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .c-left, .c-right {
        text-align: center;
    }
    .c-right > span {
        display: block !important;
    }
    .img-pro-wnd, .img-pro {
        height: 280px;
        display: block;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 100%;
        position: relative;
    }
    .banner-section {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .newest {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }
    .p-0-mob {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .select-city.ml-auto {
        width: 100% !important;
    }

    .toolbar-mob a {
        color: #676767;
    }
    .icon-login, .img-sale, .btn-search span {
        transform: scale(0.8);
    }
    .logo-col {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .toolbar-mob li {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
    }
    .accordion-container .set {
        position: relative;
        width: 100%;
        height: auto;
        background-color: transparent;
        line-height: 33px;
        border-bottom: 1px solid #c4c5c654;
        margin-bottom: 10px;
    }
    .about-text {
        margin-bottom: 20px !important;
    }
    .accordion-container .set > span i {
        position: absolute;
        left: 0;
        top: 13px;
        color: #262626;
        font-size: 10px;
    }
    .accordion-container .content {
        position: relative;
        width: 100%;
        height: auto;
        padding-right: 10px !important;
        display: none;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .close-box, .close-box-2 {
        font-size: 12px;
    }
    .nav.nav-tabs.head-tab li, .nav-tabs li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        list-style: none;
        list-style-type: none;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    .nav.nav-tabs.head-tab.step-0, .nav-tabs {
        -webkit-overflow-scrolling: touch;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        list-style: none;
        margin-bottom: 0;
        margin-top: 0;
        overflow-x: auto;
        overflow-y: hidden;
        will-change: scroll-position;
    }
}
.c-navi-new-list__sublist-option--has-icon i {
    vertical-align: middle;
    margin-left: 10px;
}
.owl-slider .owl-dots {
    position: absolute;
    bottom: 44px;
    right: 41px;
    text-align: center;
}
.c-header.js-header {
    background-color: #fff;
}
.btn-search span {
   background: url('../images/slice.png') no-repeat -6px -4px;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    display: inline-block;
    background-color: transparent !important;
}
.searh-form {
    display: flex;
   background-color: rgb(236, 235, 233);
  padding: 10px;

}
.searh-form input {
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 13px;
    border: none !important;
}
.icon-login {
   background: url('../images/slice.png') no-repeat -45px -3px;
	width: 23px;
	height: 23px;
    vertical-align: middle;
    display: inline-block;
}
.img-sale {
   background: url('../images/slice.png') no-repeat -80px -4px ;
	width: 20px;
	height: 23px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.toolbar-desc li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
#cssmenu1 > ul {
  display: flex;
  justify-content: space-between;
}
.account > span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.basket {
    position: relative;
}
.count-sale {
     width: 17px;
	height: 17px;
	background-color: #ecebe9;
	text-align: center;
	line-height: 16px;
	color: #000;
	border-radius: 100%;
	font-size: 10px;
	font-weight: 500;
	z-index: 1;
	position: absolute;
	border: 1px solid #ecebe9;
	right: -11px;
	top: 4px;
}
.text-link {
    display: block;
	color: #000;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
}
.toolbar-desc li a {
    color: #fff;
}
@media screen and (min-width:768px) and (max-width:991.99px) {
	.row-wnd{
		align-items: center;
	}
	.img-fluid.mainspecial2 {
    width: 130px !important;
    height: 130px !important;
    right: -65px !important;
}
    .namd {
        text-align: center !important;
    }
    .namd li {
        display: inline-block !important;
        margin: 20px;
    }
    .link-right {
        text-align: left;
    }
    .account {
        width: 15%;
    }
    .search-li {
        width: 85%;
    }

    .toolbar-mob a {
        color: #fff;
    }
    .menuTrigger {
        color: #fff;
        font-size: 28px;
        vertical-align: middle;
    }
    .toolbar-mob li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .col-md-7.col-8.cost.text-right.pr-3 {
        padding-right: 0 !important;
    }
}
@media screen and (min-width:768px) {
    .banner-col {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
}
.v-img {
    height: 352px;
  }    
 .ps-md-0{
     padding-right: 0 !important;
 }
 .pe-md-0{
     padding-left: 0 !important;
 }
  .flex-cat {
  justify-content: space-around;
} 
.flex-cat-name {
  padding-left: 16px;
  padding-right: 16px;
}
    .banner-col a {
text-align: center;
  display: block;
  border-radius: 16px;
}
    .title-carousel h2 {
  font-size: 18px !important;
}
    .wnd h1 {
  font-size: 18px !important;
}
    .show-all {
  border: 1px solid rgb(49, 49, 49);
  padding: 10px 3rem;
  border-radius: 999px;

}
.show-all:hover {
  color: #00a41f;
  background-color: #00a41f;
  border-color: #737c84;
}
    .show-all {
  font-size: 17px;
}
    .row.row-list.mt-3 {
  margin-left: -14px !important;
  margin-right: -14px !important;
}
    .w-chat {
  left: 10px;
}
    .cost-wnd .old-cost {
    font-size: 17px !important;
    color: #a2a2a2 !important;
    font-weight: 600 !important;
}
    .cost-wnd .cost-total {
    font-size: 20px;
}
  .wnd .offer-mob {
    width: 60px !important;
    height: 60px !important;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    letter-spacing: -3px;
    box-shadow: 0px 4px 9px #e8bdbd;
}
	.add-link {
    padding-right: 30px;
}
    .top-row::after {
        width: 89%;
        right: 11%;
    }
    .wnd .offer-mob {
        right: -5%;
        top: 18%;
    }

    .mainspecial2 {
        position: absolute !important;
        top: 0 !important;
        right: -135px !important;
        width: 270px !important;
        height: 270px !important;
        bottom: 0;
        margin: auto;
        border-radius: 100%;
    }
    #sync2 img {
        border-radius: 100%;
    }
    .social-box {
        text-align: left;
    }
    .pallet {
        display: none;
    }
    .account mob {
        display: none !important;
    }
    .namd li {
        display: inline-block;
        margin-right: 10px;
    }
    .link-right li {
        margin-left: 20px;
    }
    .container-fliud.banner-box > .row {
        margin-left: -1% !important;
    }
    .container-fliud.banner-box {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }
    .copy-right {
        text-align: right;
    }
    .social-footer ul li {
        margin-left: 10px;
    }
    .more a i {
        color: #959595;
        vertical-align: middle;
        font-size: 13px;
        margin-right: 5px;
    }
    .namd li {
        text-align: left;
    }
    .row-banner-middle {
        margin-right: -0.5rem !important;
        mrgint-right: -0.5rem !important;
    }
    .mt-40 {
        margin-top: 40px;
    }
    .owl-logo {
        border-radius: 0 0 10px 10px;
    }
    .owl-carousel.owl-theme.owl-logo .item img {
        width: auto !important;
        margin: auto;
    }
    .row.mt-3.main-image {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    .c-header.js-header {
        position: relative;
        top: 0;
        width: 100%;
        right: 0;
        position: relative;
z-index: 100;
    }
    .container-fluid {
        padding-left: 90px;
        padding-right: 90px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
    .wnd {
        padding-right: 0 !important;
    }
    .send-section .desc-send {
        display: inline-block;
        vertical-align: middle;
    }
    .send-section .thum-send {
        text-align: center;
    }
    .set > span i {
        display: none;
    }
    .namd {
        text-align: left;
    }
    .c-left {
        text-align: right;
    }
    .copy {
        text-align: left;
    }
    .timer .far {
        font-size: 23px;
    }
    .img-pro-wnd, .img-pro {
        height: 280px;
    }
    .timer {
        margin-top: 24px;
        margin-bottom: 10px;
    }
    .cost-total {
        font-size: 20px;
    }
}
.btn-search {
    background-color: transparent !important;
    cursor: pointer;
	padding-right: 5px;

}
.img-total-categori-memu {
    background: url("../images/slice.png") no-repeat -164px -55px;
    width: 17px;
    height: 13px;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
.select-city.ml-auto {
    line-height: 4;
}
.select-city.ml-auto .city-modal {
    display: block;
    color: #000 !important;
    font-size: .857rem;
    cursor: pointer;
}
.icon-map {
    background: url("../images/slice.png") no-repeat -17px -11px;
    width: 14px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 80px;
}
#city-modal .modal-dialog {
    flex: 0 1 auto;
    max-height: calc(100% - 96px);
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
}
#city-modal .modal-content {
    vertical-align: middle;
    min-height: 300px;
}
.modal-header {
    background-color: #ff0080;
    color: #fff !important;
}
.modal-header .close {
    color: #fff !important;
    opacity: 1 !important;
}
#lineModalLabel {
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.list-modal {
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}
.list-modal li {
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.571;
    text-align: right;
    cursor: pointer;
    list-style: none;
    position: relative;
}
.list-modal li a {
    color: #636466;
}
.list-modal li i {
    position: absolute;
    left: 0;
    top: 15px;
    font-size: 9px;
}
@media screen and (max-width:991.99px) {
    .searh-form {
  margin-top: 10px;
}
	.toolbar-mob {
    display: flex;
    align-items: center;
}
	.d-block.img-category {
    width: 110px;
    height: 110px;
	}
	.toolbar-desc li {
    margin: 0 8px;
}
.icon-toolbar {
  background-color: transparent !important;
}
    .wnd-banner .soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label, .wnd-banner .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
        bottom: 9% !important;
        font-size: 6px !important;
    }
    .wnd-mob {
        background: url("../images/bg-wnd.jpg") no-repeat;
        background-size: auto;
        min-height: 200px;
        background-size: cover;
        color: #fff;
    }
    .wnd-banner .soon[data-layout*="group"] .soon-group-sub > .soon-group-inner {
        margin: 0 !important;
    }
    .slider .timer {
        position: absolute;
        bottom: 12px;
        left: 18px;
        z-index: 1;
    }
    .wnd-banner-img img {
        width: 70px;
        margin: auto;
    }
    .txt1-slide {
        font-size: 10px;
    }
    .txt2-slide {
        font-size: 11px !important;
    }
    .p-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .toolbar-mob {
        text-align: right;
    }
    .row.top-header {
        padding-right: 14px;
        padding-left: 14px;
    }
    .img-sale-mob svg {
        width: 21px;
        vertical-align: middle;
    }


    .c-navi.js-navi {
        display: none !important;
    }
    .close-li {
        background-color: #ff0080!important;
        color: #fff !important;
    }

    .col-12.text-center.more {
        padding: 0 !important;
    }
    .row.mt-3.main-image {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    .container-fluid.wnd {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .c-navi-new-list__categories {
        display: none !important;
    }
    .row.row-wnd {
        padding: 0 14px !important;
    }
}
@media screen and (min-width:992px) {
	.d-block.img-category {
    width: 168px;
    height: 168px;
	}
	li.account {
    margin-left: 0 !important;
}
	 #sync2 {
        margin-top: -140px;
    }
    .row.row-accordion-container {
        margin-left: -50px !important;
    }
    .slider .timer {
        position: absolute;
        bottom: 54px;
        left: 47px;
        z-index: 1;
    }
    .toolbar-desc li {
        margin-right: 10px;
    }
    .row.top-header {
        padding-right: 30px;
        padding-left: 30px;
    }
    .menu-tbl {
        display: none;
    }
}
.item-img {
    background-color: #fff;
}
.item-img {
    width: 100%;
    position: relative;
}
.dark-overlay.removeFocusIndicator {
    width: 100%;
    height: 100%;
    background-color: #c1c3ca;
    opacity: .09;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 14px;
}
.pro-name {
    width: 100%;
    display: block;
}
.pro-name a {
    color: #414141;
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.pr-name {
    font-weight: 500;
    color: #414141;
}
.old-cost {
    color: #a2a2a2;
    text-decoration: line-through;
    font-weight: 500;
    font-size: 13px;
  
}
.offer-mob {
    background-color: #ffa60c;
    color: #fff;

    line-height: 2.5;
    border-radius: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
}
.model-pro {
    color: #a4a4a4;
    font-weight: 700;
    font-size: 12px;
}
.row.inf-pro {
    min-height: 60px;
}
.cost-total {
    color: #000;
    font-weight: bold;

}
.unit {
    font-size: 10px;
    color: #a2a2a2;
    font-weight: 500;
}
.timer {
    margin-top: 7px;
    margin-bottom: 10px;
}
.cost-total {
    font-size: 20px;
}
.timer .far {
    font-size: 16px;
}
.owl-pro .owl-stage {
    margin-right: -35px;
}
.title-wnd {
    color: #1b4c4a;
    margin-top: 20px;
    font-weight: 600;
    font-size: 15px;
}
.img-pro-wnd, .img-pro {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.img-pro-wnd img, .img-pro img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    height: 100% !important;
    width: 100%;
}
.owl-wnd .item {
    background-color: #ffff;
}
.timer > span {
    display: inline-block;
    vertical-align: middle;
}
.timer .far {
    color: #545354;
    margin-top: -4px;
}
.owl-next {
    position: absolute;
    right: -42px;
    top: 48%;
}
.owl-prev {
    margin: 0 !important;
   
    width: 50px;
  height: 50px;
display: flex;
  justify-content: center;
  align-content: center;
  background: rgba(255,255,255,.98) !important;
  border-radius: 100% !important;
   
}
.owl-next {
    margin: 0 !important;
   width: 50px;
  height: 50px;
display: flex;
  justify-content: center;
  align-content: center;
  background: rgba(255,255,255,.98) !important;
  border-radius: 100% !important;
}
.owl-slider .owl-prev span, .owl-slider .owl-next span {
    display: none !important;
}

.owl-slider .owl-prev {
    background: url('../images/slice.png') no-repeat -112px -169px !important;
    width: 20px;
    height: 37px !important;
    font-size: 0 !important;
    box-shadow: none !important
}

.owl-slider .owl-next {
    background: url('../images/slice.png') no-repeat -173px -169px !important;
    width: 20px;
    height: 37px !important;
    font-size: 0 !important;
    box-shadow: none !important
}
.owl-prev {
    position: absolute;
    left: -42px;
    top: 48%;
}
.owl-slider .owl-prev {
	left: 20px;
}
.owl-slider .owl-next {
	right: 20px;
}
.owl-nav span {
    font-size: 0 !important;
}
.owl-nav {
    margin: 0 !important;
    direction: ltr;
}
.cost-unit {
    font-size: 10px;
    text-align: center;
    adding: 0 !important;
}
.count-pro {
    font-size: 11px;
    font-weight: 600;
}

.owl-newest .item, .owl-best-saler .item {
    padding-bottom: 10px;
    margin: 10px 0;
}
.title-section {
    border-bottom: 2px solid #d7d7d7;
    padding-bottom: 10px;
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.title-section span::after {
    height: 2px;
    background-color: #1f1f1f;
    position: absolute;
    right: 0;
    content: '';
    bottom: -2px;
    width: 11%;
}
.title-section span {
    font-weight: 700;
    font-size: 17px;
    color: #1f1f1f;
}
.copy {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 11px;
    color: #262626;
    background-color: rgb(236, 235, 233);
}
.namd li {
    margin-bottom: 15px;
    border: 1px solid #bab9b6;
    padding: 10px;
    width: 120px;
    text-align: center;
}
.about-company .title-footer {
    font-weight: bold;
    margin-bottom: 20px !important;
    display: block;
    color: #585858;
}
.row.copy.align-items-center {
    margin-top: 8px;
}
.c-right a {
    color: #fbfbfb;
    font-weight: 600;
}
.footer {
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #364040;
}
.add-link {

    position: relative;
    font-size: 13px;
    line-height: 1.8 !important;
}
.add-link-icon {
    background: url('../images/slice.png') no-repeat -137px -38px;
    width: 17px;
    height: 22px;
    margin-left: 14px;
    display: inline-block;
    vertical-align: middle;
}
.tel-link-icon {
    background: url('../images/slice.png') no-repeat -171px -39px;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-left: 14px;
    display: inline-block;
    vertical-align: middle;
}
.icon-time {
    background: url('../images/slice.png') no-repeat -116px -70px;
    width: 25px;
    height: 25px;
    margin-left: 14px;
    display: inline-block;
    vertical-align: middle;
}
.text-time, .text-add-link, .tel-link-text {
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
}
.tel-link, .fax-link, .time-link {
    position: relative;
    text-align: right;
    padding-left: 30px;
    font-size: 14px;
}
.lnk-footers li {
    line-height: 2.2;
    position: relative;
    list-style-type: none !important;
}
.lnk-footers li a {
    color: #4b4f4f;
    font-size: 11.5px;
}
.title-footer.un-link span {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #262626;
    font-family: IRANSans;
}
.footer .form {
    display: flex;
    align-items: center;
}
.form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2f2f2f;
    opacity: 1; /* Firefox */
}
.form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2f2f2f;
}
.form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #2f2f2f;
}
.form input {
    width: calc(100% - 43px);
    height: 43px;
    border-radius: 0;
    padding-right: 20px;
    background-color: #fff !important;
    color: #2f2f2f;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    border-right: 1px solid #ababab;
}
.btn-news-letter span {
    background: url('../images/slice.png') no-repeat -8px -118px;
    width: 17px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.btn-news-letter {
    width: 43px;
    height: 43px;
    display: inline-block;
    padding: 0 !important;
    box-shadow: none !important;
    background-color: #cdb4db;
    color: #fff;
    border-radius: 0;
}
.social-footer ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
}
.social-footer a {
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 9;
    border-radius: 100%;
}
.social-footer a .flip {
    -webkit-transform: translateZ(19px);
    transform: translateZ(19px);
}
.social-footer a span {
    padding: 0;
    display: block;
    width: 35px;
    height: 35px;
}
.social-footer a .flop {
    display: block;
    -webkit-transform: rotateX(-90deg) translateZ(-19px);
    transform: rotateX(-90deg) translateZ(-19px);
}
.social-footer a span {
    padding: 0;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 31px;
}
.social-footer a:hover {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}
.send-section .thum-send {
    background-color: transparent !important;
    width: 100%;
    float: right;
    border: none;
    align-items: center;
    margin-bottom: 0 !important;
}
.send-section .img-send {
    vertical-align: middle;
    position: relative;
    display: block;
    margin: auto;
    text-align: center
}
.send-section .desc-send {
    text-align: center;
    margin-right: 10px !important;
    vertical-align: middle;
    width: 100%;
}
.send-section .title-send {
    font-size: 13px;
    color: #656565;
    margin-top: 10px;
    font-weight: 500;
}
.send-section {
    background-color: #fff;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.owl-send {
    padding-top: 20px;
    padding-bottom: 20px;
}
.owl-logo .item {
    display: flex;
    align-items: center;
    height: 130px;
}
.owl-news .item {
    background-color: #fff;
    border-radius: 15px;
    color: #fff;
    padding-bottom: 5px;
}
.owl-news .item a {
    color: #fff;
}
.more-news {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    background: rgba(33, 38, 41, 0.72);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 80ms;
    -moz-transition: all 0.5s ease 80ms;
    -ms-transition: all 0.5s ease 80ms;
    -o-transition: all 0.5s ease 80ms;
    transition: all 0.5s ease 80ms;
}
.grid_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) scale3d(0, 0, 0);
    transform: translate(-50%, -50%) scale3d(0, 0, 0);
    text-align: center;
    z-index: 1;
}
.grid_icon {
    text-align: center;
}
.owl-news .item a {
    color: #222;
}
.more-news {
    visibility: hidden;
}
.owl-news path {
    fill: #fff !important;
}
.news-title {
    padding: 0 10px;
}
.owl-news .item a {
    color: #222;
}
.owl-news .item:hover .grid_icon {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-news .item:hover .more-news {
    visibility: visible;
}
.owl-news .item:hover .more-news {
    opacity: 1;
    visibility: visible;
    width: 100%;
    border-radius: 14px 14px 0 0;
}
.panel-menu {
    width: 300px;
    background-color: #fff !important;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
}
.subPanel {
    width: 300px;
    background-color: #fff !important;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
}
.panel-menu > ul:nth-child(1) {
    overflow-y: auto !important;
    max-height: 100vh;
}
.panel-menu ul li {
    width: 100%;
    line-height: 42px;
    padding: 5px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
}
.btn-menu {
    background-color: #00a41f!important;
    width: 100%;
    line-height: 40px;
    padding: 5px;
    cursor: pointer
}
.btn-menu a {
    width: 49%;
    display: inline-block !important;
    line-height: 2;
    text-align: center !important;
    color: #fff !important;
    font-size: 14px;
}
.panel-menu {
    z-index: 10;
}
.panel-menu ul li {
    width: 100%;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #eeeeee;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: 400;
}
.main-menu a {
    color: #4a4a4a;
    font-weight: 400;
    font-size: 13px;
}
.openSubPanel {
    position: relative;
    height: 42px;
    cursor: pointer;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: block;
}
.panel-menu.isOpen, .subPanel.isOpen {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}
.subPanel {
    z-index: 20;
}
.closeSubPanel, .closePanel, .openSubPanel {
    cursor: pointer;
}
.panel-menu > ul:nth-child(1) {
    overflow-y: auto !important;
    max-height: 100vh;
    width: 100%;
}
.border-none {
    border: none !important;
}
.panel-menu.isOpen::before {
    position: absolute;
    right: 300px;
    content: '';
    top: 0;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    width: 500%;
}
.img-sprite{
      background: url("../images/nav-sprite.png?v=02") no-repeat;  
}
.arow-menu i {
     background-position: -137px -288px;
    width: 8px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
}
.close-menu .times {
      background-position: -190px -288px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.closeSubPanel i {
     background-position: -136px -309px;
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
}
.panel-menu.isOpen .close-menu {
    padding: 0;
    width: 28px;
    height: 28px;
    font-size: 21px;
    color: #fff;
    line-height: 15px;
    text-align: center;
    line-height: 28px;
    float: left;
    position: absolute;
    left: -36px;
}
.openSubPanel .arow-menu {
    color: #879496;
    font-size: 22px;
}
.arow-menu {
    position: absolute;
    left: 0;
    top: 0;
    height: 29px;
    color: #879496;
}
.about-company.desc a {
    color: #ff6000;
    font-weight: 600;
}
.tel {
   
    direction: ltr;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
}
.tel a {
 color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.lnk-footers a:hover {
    color: #9316d9;
    transition: all 0.5s linear;
}
.title-footer.lnk-footer.un-link, .title-footer.un-link {
    font-weight: 600;
    margin-bottom: 10px !important;
    display: block;
    font-size: 14px;
}
.owl-newest .item:hover, .owl-best-saler .item:hover, .owl-wnd .item:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0px 0px 15px #ccc;
}
.owl-carousel .item {
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}
.news-title {
    color: #000;
    font-size: 11.5px;
    padding: 5px;
}
.owl-news .item:hover .news-title {
    color: #ff6000;
    transition: all 0.5s linear;
}
.c-navi.js-navi {
    transition: all 0.5s linear;
}
.c-header.js-header.fixed .c-navi.js-navi {
    display: none;
}

.brand-row {
    width: 100%;
    padding: 20px;
}
.brand-col {
    width: 10%;
    float: right;
}
.brand-col li a {
    color: #616161;
}
.brand-col li a:hover {
    color: #ff6000;
}
.brand-col li {
    list-style: none;
}
.img-brand {
    margin-left: 10px;
}
.line {
    display: inline-block;
    width: 1px;
    height: 16px;
    background-color: #767676;
    margin-right: 20px;
}
.row.top-header {
    align-items: center;
    padding-top: 15px;

}
.fax-link .tel {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.time-link .tel {
    color: #ffb820;
    font-size: 16px;
    letter-spacing: -1px;
}
.c-navi-new-list__categories li i {
    font-size: 9px !important;
    margin-right: 4px;
    vertical-align: middle;
    color: #979797;
    ;
}
.fa, .fas {
    font-weight: 900;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Pro";
}

@media screen and (min-width:1100px) and (max-width:1359.99px) {
    .c-navi-new-list__category-link {
        padding: 7px 6px 8px;
        font-size: 13px
    }
}
@media screen and (min-width:1460px) {
    .c-navi-new-list__category-link {
        padding: 7px 20px 8px;
        font-size: 14px;
    }
}
@media screen and (min-width:992px) and (max-width:1099.99px) {
    .c-navi-new-list__category--main, .c-navi-new-list__category-link {
        padding: 7px 5px 8px !important;
        font-size: 12px !important;
    }
}

.favo-icon {
    background: url('../images/slice.png') no-repeat -112px -4px;
	width: 26px;
	height: 24px;
    margin: 7px 0 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.favo {
    position: relative;
}
.basket a {
    color: #515151 !important;
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 600;
}
.favo-count {
    width: 17px;
	height: 17px;
	background-color: #ecebe9;
	text-align: center;
	line-height: 16px;
	color: #000;
	border-radius: 100%;
	font-size: 10px;
	font-weight: 500;
	z-index: 1;
	position: absolute;
	border: 1px solid #;
	right: -11px;
	top: 4px;
}
.compare-text, .text-account {
    font-size: 12px;
}
.c-header.js-header {
    -webkit-box-shadow: rgba(0, 0, 0, .04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.1);
}
.owl-dot span {
    background-color: #a3a5a8;
}
.owl-dot {
    background: transparent !important;
}
.owl-dot.active span {
    background-color: #ed1c24 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 4px;
}
.scrollup.text-center i {
    display: block;
}
.scrollup {
    color: #6b6b6a !important;
}
.social-box span {
    display: inline-block;
    vertical-align: middle;
}
.row.mb-3.row-brand {
    margin-top: 15px;
    background-color: #fff;
}
.col-2.p-0.text-center.show-more i {
    color: #ed1c24;
    font-size: 20px;
    vertical-align: middle;
}
.send-section .img-send img {
    width: auto !important;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}
.container-fluid.newest {
    padding-top: 5px;
    padding-bottom: 10px;
}
.cat-name {
    color: #494545;
    font-weight: 700;
}
.category-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.soon[data-layout*="group"] {
    text-align: center;
}
.soon-repeater.soon-value, .soon-label {
    color: #5a5858;
    font-family: IRANYekan;
}
.soon-wrapper [class*="soon-"], .soon [class*="soon-"] {
    display: inline-block;
    vertical-align: baseline;
    margin: 7px 0 0 1px !important;
    z-index: 8;
    position: relative;
    text-align: center !important;
}
.soon-text {
    font-family: IRANYekan;
    font-weight: 501 !important;
    color: #000;
}
.soon[data-layout*="group"] {
    padding: 0 !important;
}
.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
    direction: ltr;
}
.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value, .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
    top: 32%;
}
.wnd .soon-repeater.soon-value::after {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    right: 0;
    margin: auto;
    background-color: #c5dedd;
    content: '';
    border-radius: 100%;
    left: 0;
    bottom: 0;
}
.soon-text.soon-separator {
    position: absolute !important;
    top: 0;
    left: -10px;
}
.soon-group-sub:nth-child(1) .soon-repeater.soon-value {
    border-radius: 100%;
    margin: auto !important;
    height: 100%;
    background: url("../images/t-bg1.png") no-repeat;
    background-size: 100% !important;
}
.soon-group-sub:nth-child(2) .soon-repeater.soon-value {
    border-radius: 100%;
    margin: auto !important;
    height: 100%;
    background: url("../images/t-bg2.png") no-repeat;
    background-size: 100% !important;
}
.soon-group-sub:nth-child(3) .soon-repeater.soon-value {
    border-radius: 100%;
    margin: auto !important;
    height: 100%;
    background: url("../images/t-bg3.png") no-repeat;
    background-size: 100% !important;
}
.soon-group-sub:nth-child(4) .soon-repeater.soon-value {
    border-radius: 100%;
    margin: auto !important;
    height: 100%;
    background: url("../images/t-bg4.png") no-repeat;
    background-size: 100% !important;
}
.soon-repeater.soon-value {
    border-radius: 100%;
    margin: auto !important;
    height: 100%;
}
.wnd .soon-slot .soon-slot-inner {
    z-index: 8;
}
.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
    direction: ltr;
}
.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label, .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
    bottom: 3%;
    font-family: IRANYekan;
}
.soon-wrapper[data-layout*="group"] .soon-label, .soon[data-layout*="group"] .soon-label {
    font-size: .5em;
}
.soon-wrapper[data-visual] .soon-label, .soon[data-visual] .soon-label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    margin-top: 0 !important;
    line-height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 10px !important;
}
.soon-text.soon-label {}
.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value, .soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
    top: 45%;
}
.soon-slot .soon-slot-inner {
    z-index: 8;
}
.soon-wrapper [class*="soon-"], .soon [class*="soon-"] {
    z-index: 8;
    position: relative;
}
.soon-group.soon-group-sub {
    direction: ltr;
}
.soon[data-scale="m"] {
    font-size: 20px;
    direction: ltr !important;
}
.timer span {
    display: inline-block;
    vertical-align: middle;
}
.soon-wrapper [class*="soon-"], .soon [class*="soon-"] {
    display: inline-block;
    vertical-align: baseline;
}
.soon-wrapper [class*="soon-"], .soon [class*="soon-"] {
    z-index: 8;
    position: relative;
    text-align: center !important;
}
.soon-text {
    font-family: arial;
    font-weight: 501 !important;
}
.soon[data-layout*="group"] {
    padding: 0.5em 0 0 0 !important;
}
.wnd .soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner, .wnd .soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner, .wnd .soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner, .wnd .soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner {
    min-width: 2.25em !important;
}
.slider .soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner, .slider .soon-wrapper[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner, .soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-separator > .soon-group-inner > .soon-group-sub > .soon-group-inner, .slider .soon[data-visual] > .soon-group > .soon-group-inner > .soon-group-sub > .soon-group-inner {
    min-width: 1.8em !important;
}
.soon-repeater.soon-value {
    color: #000;
}
.col-12.text-center.more a {
    border: 1px solid #fff;
    padding: 10px 8px;
    color: #68011b;
    border-radius: 5px;
    background-color: #fff;
    font-weight: 600;
}
.page.container-fluid.p-0 {
    overflow-x: hidden;
    height: 100%;
}

.link-fallow span {
    border: 1px solid #fff;
    display: inline-block;
    width: 80%;
    margin: auto;
    padding: 8px;
    color: #fff;
    font-weight: 500;
}
.title-send .bld {
    color: #222;
    font-family: IRANSans;
}
.icon-cart {
    background: url("../images/slice.png") no-repeat -135px -122px;
    width: 17px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.tab-section h2 {
    color: #191919;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.searh-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    font-size: 12px;
    opacity: 1; /* Firefox */
}
.searh-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    font-size: 12px;
}
.searh-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    font-size: 12px;
}
.cssmenu ul ul li.has-sub:hover a
{
 background: #cdb4db;
color: #1d1d1d !important;
}
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
.cssmenu:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  
}
.cssmenu #head-mobile {
  display: none;
}
.cssmenu > ul > li {
  display: inline-table;
  position: relative;

}

.cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background-color: #fff;
  padding-top: 10px;
  border-radius: 12px;
}
.cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu li:hover > ul > li {
  height: 45px;
}
.cssmenu ul ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.cssmenu ul ul li a {
  padding: 0 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #d4d6d9;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
}
.cssmenu ul ul li:last-child > a,
.cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
.cssmenu ul ul li:hover > a,
.cssmenu ul ul li a:hover {
background: #ecebe9;
  color: #000 !important;
}
.cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 2px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}
.cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 5px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu ul  > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
  background: #1d1d1d !important;
}
.cssmenu ul  > li.has-sub:hover > a:after {
  background: #1d1d1d !important;
}
.cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
.cssmenu > ul > li.has-sub > ul > li.active > a,
.cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
.cssmenu li:hover > ul {
  left: auto;
}
.cssmenu > ul > li > a {
  text-decoration: none;
  color: #212529;
  line-height: 3.4;
  font-weight: 500;
}
.c-navi-new-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  color: #fff;
}
.c-navi-new-list__categories {
  width: 100%;

}
#cssmenu1 li i {
  font-size: 10px;
  vertical-align: middle;
  color: #a3a3a3;
  margin-left: 2px;
}
.cssmenu > ul > li > a > span {
  padding: 5px 2px;
}
#cssmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 99;
  text-align: right;
}

.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #1d1d1d ;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #a98db9  !important;
}
.wnd-banner {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
}
.container-fluid.wnd.mt-40 {
    border-top: 1px solid #d7d7d7;
    position: relative;
}

.banner-box {
    margin-top: 20px;
    margin-bottom: 20px;
}
.txt1-slide {
    color: #fff;
    text-shadow: 2px 0px 5px #000;
    font-weight: 600;
    margin-top: -15px;
}
.txt2-slide {
    color: #fff;
    text-shadow: 2px 0px 5px #000;
    font-weight: 600;
    font-size: 16px;
}
.wnd-banner-img {
    position: relative;
}
.page.container-fluid.p-0 {
    overflow-x: hidden !important;
}
.img-sale-mob {
    background: url("../images/slice.png") no-repeat -6px -7px;
    width: 29px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}
.title-wnd img {
    width: 200px !important;
}
.social-footer a span img {
    width: 31px;
    margin: auto;
    object-fit: contain;
}

.footer-top {
    background-color: #00a41f;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.lbl-span {
    color: #ffffffdb;
    font-weight: 400;
}
.tel-link-text .lbl-span, .text-add-link .lbl-span {
    display: block;
}
.text-time {
    
    font-size: 14px;
    font-weight: 600;
}
.about-text {
    color: #444;
    font-size: 11px;
    text-align: justify;
}
@media screen and (min-width:768px) {
 .wrapper-best-pro {
  border: 1px solid #f0f0f1;
  padding: 15px;
  border-radius: 8px;
}   
  .flex-box-pro {
  margin-bottom: 12px;
}  
.flex-pro{
  min-height: 72px;
}
  .owl-best-pro .flex-box-pro:not(:last-child) .flex-pro::before {
  background-color: #f0f0f1;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}     
    .heading_s1.heading_s1-2 h2 {
  font-size: 18px;
}
    .owl-slider .item img{
        max-height:400px;
        object-fit:contain;
    }
    .topbar-text{
        font-size:20px;
    }
    .row.row-link-footer {
    margin-top: 40px;
}
   .footer {
    background-color: #fff;
} 
   .title-send .bld {
    font-weight: 700;
    font-size: 15px;
}
   .send-section .img-send {
    height: 100px;
}
	.tel-link, .fax-link, .time-link {
    padding-right: 30px;
}
    .container {
        max-width: 1336px;
    }
}
.more-about a {
    color: #828281;
    font-weight: 600;
}

.quick-btn {
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 3;
    border-radius: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    text-align: center;
    height: 0;
    background-color: #00000080;
}
.quick-btn .list {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
}
.quick-btn .list-menu {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    padding: 0;
    display: inline-block;
    line-height: 30px;
    transform: scale(0);
    transition: .15s linear;
    margin: 3px 5px;
}
.list-menu button {
    background: #cdb4db;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0px 0px 5px #a2a1a1;
}
.addToWishlist i {
    background: url("../images/slice.png") no-repeat -96px -125px;
    width: 23px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.addToCompare i {
    background: url("../images/slice.png") no-repeat -63px -125px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
}
.addToCard i {
    background: url("../images/slice.png") no-repeat -129px -125px;
    width: 21px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
}
.owl-carousel .item:hover .quick-btn, .product-layout :hover .quick-btn {
    left: 0 !important;
    z-index: 999;
    height: 100%;
}
.owl-carousel .item:hover .list-menu, .product-layout :hover .list-menu {
    transform: scale(1) !important;
    transition: .15s linear;
}
.tooltip {
    font-family: IRANSans;
    font-size: 11px;
}
.title-row span {
    color: #000;
    font-family: IRANSans;
    font-size: 18px;
    font-weight: 900;
}
.banner-section.full-banner {
    background-color: #f0efeb;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.r-wnd-image {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    height: 200px;
}
.r-wnd-image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.wnd .z-index {
    position: relative;
    z-index: 5;
    background-color: #c5dedd;
    margin-right: 0;
    margin-left: 0;
}
.wnd-col {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
}
.icon-wnd img {
    margin: auto;
}
.icon-wnd img {
    width: auto !important;
}
#sync2 .item {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    transition: all 0.4s linear;
    transform: scale(0.8);
}
#sync2 .item img {
    border-radius:100%;
}
#sync2 .owl-item.active.current .item {
  border-color: #cdb4db !important;
box-shadow: 0px 0px 4px #7a6b82;
transform: scale(1);
border-radius: 100%;
}
#sync2 .owl-prev {
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    left: -40px !important;
    top: 28% !important;
}
#sync2 .owl-next {
    box-shadow: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    right: -40px !important;
    top: 28% !important;
}
#sync2 .owl-dot span {
    background-color: #fff !important;
    border: 2px solid #b9b9b9 !important;
}
#sync2 .owl-dot.active span {
    border-color: #db3121 !important;
}
.soon-group.soon-group-separator {
    margin-right: 10px !important;
    margin-top: 0 !important;
}
.title-wnd2 {
    color: #313939;
    font-weight: 600;
    font-size: 18px;
}
.basket-icon {
    background: url("../images/slice.png") no-repeat -129px -125px;
    width: 21px;
    height: 19px;
    vertical-align: middle;
    display: inline-block;
}
.cost-wnd li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.cost-wnd {
    text-align: center;
}
.basket-wnd.text-center {
    background-color: #cdb4db;
    padding: 10px 14px;
    color: #fff !important;
    font-size: 13px;
}


.unit.color {
    color: #a2a2a2 !important;
}

#sync2 .owl-prev {
    background: url('../images/slice.png') no-repeat -12px -89px !important;
    width: 25px;
    height: 17px;
	top: 40% !important;
}
#sync2 .owl-next {
    background: url('../images/slice.png') no-repeat -55px -90px !important;
    width: 25px;
    height: 17px;
	top: 40% !important;
}
.d-block.img-category img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100% !important;
	    border-radius: 100%;
}
.d-block.img-category {

    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative;
    border-radius: 100%;
    position: relative;
}
.short-text-banner-top {
    color: #565656;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}
.offers a {
    background-color: #cdb4db;
    padding: 9px 15px;
    color: #1d1d1d;
    font-weight: 600;
    box-shadow: 0px 0px 7px #aea9b0;
}
.c-navi-new-list__category-item > li a{
	position: relative;
}
.c-navi-new-list__category-item > li a::after,.c-navi-new-list__category--main::after{
	position: absolute;
	width: 4px;
	height: 4px;
	content: '';
	background-color: #fff;
	border-radius: 100%;
	top:21px;
	right: 0;
}
@media screen and (min-width:992px) {
.c-navi-new-list__category-item > li {
    margin-left: 57px;

}
	.lnk-slide2 {
    font-size: 35px !important;
    font-weight: 700;
}
}

.owl-slide-text {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: right;
    direction: rtl;
    background-repeat: no-repeat;
    background-position: center;
    width: 80%;
    margin: auto;
    z-index: 4;
}
.btn-slide {
    background-color: #1d1d1d;
    color: #fff;
    padding: 8px 17px;
    box-shadow: 0px 0px 5px #424040;
}
.s-more{
	 color: #1d1d1d;
    padding: 8px 17px;
	border:1px solid #1d1d1d;
}
.w-chat {
  position: fixed;
  bottom: 10px;
  z-index: 50;
}
.w-chat2 {
    position: fixed;
    bottom: 10px;
    z-index: 50;
    right: 10px;
}
.add-pro span, .add-pro input {
  display: inline-block;
  width: auto !important;
  text-align: center;
  vertical-align: middle;
}
.quantity-right-plus1.btn.btn-number,.quantity-left-minus1.btn.btn-number {
  background-color: #cdb4db !important;
  border-color: #cdb4db !important;
  box-shadow:none !important
}
.ps-0{
    padding-right:0 !important;
}
.add-pro {
  display: flex;
  align-items: center;
}
.control-label.col-sm-3.ps-0 {
  margin-bottom: 0 !important;
}
.btn-li li:nth-child(1) {
  margin-left: 20px;
}
#input-quantity {
  border-radius: 0 !important;
}
.quantity-left-minus1.btn.btn-number {
  border-radius: 0 5px 5px 0;
}
.quantity-right-plus1.btn.btn-number {
  border-radius: 5px 0 0 5px;
}

.namd li a {
  display: block;
  text-align: center;
}
.namd li a img {
  width: 100% !important;
}

.wd-product-brands-links {
  margin-bottom: 5px;
  font-size: inherit;
}
.product-image-link img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.product-image-link {
  display: block;
  height: 367px;
}
.wd-entities-title a {
  color: #000;
  font-size: 16px;
  text-align: right;
  display: block;
}
.category-n h3 {
  word-wrap: anywhere;
}
.product-element-top {
  overflow: hidden;
}
.wd-add-btn.wd-add-btn-replace.woodmart-add-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .8;
  transition: transform .3s ease, opacity .3s ease;
  transform: translateY(103%) translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.product-element-top:hover .wd-add-btn {
  transform: translateY(0) translateZ(0);
}
.button.wp-element-button.product_type_variable.add_to_cart_button.add-to-cart-loop {
  display: block;
  border-radius: 0 !important;
  font-size: 13px;
  border-radius: var(--btn-shop-brd-radius);
  color: #fff;
  box-shadow: var(--btn-shop-box-shadow);
  background-color: #f00;
  text-align: center;
  font-weight: 600;
  padding: 5px;
}
.add-to-cart-loop::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  transition: opacity .15s ease, transform .25s ease;
  transform: translateY(100%);
  content: "\f217";
font-family: "Font Awesome 5 Free";
background-color: #fe0000;
}
.add-to-cart-loop:hover::before{
    transform: translateY(0) translateZ(0);
    
}
.product-element-top.wd-quick-shop.position-relative img {
  width: 100% !important;
}
.product-element-top.wd-quick-shop.position-relative a {
  display: block;
  height: 180;
}
.more-cat {
  background-color: #feda01;
  padding: 9px 43px;
  color: #000;
  font-weight: 600;
  box-shadow: 0px 0px 7px #aea9b0;
  transition:all 0.2s linear;
}
.more-cat:hover {
  color: #feda01;
  background-color: #fff;

}
.topbar-text {
    text-align: center;
}
.payment-method{
    justify-content:space-between;
    background:#eee;
    border-radius:10px;
    padding:.5rem;
    color:#333;
    margin:15px 0;
}
.payment-method li a p{
    background:#fff;
    padding:.5rem;
    border-radius:10px;
    color:#333;
    font-size:11px;
}
.payment-method li a.active p{
    color:#fff;
    background:#28a745;
}
/*.payment-method li a.active{*/
/*    background:blue;*/
/*    color:#fff;*/
/*}*/



.flex-items-card {
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  flex-wrap: nowrap;
  width: 100%;
}

.item-category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
}


.img-pro-category {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}
.img-pro-category img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.border_radius5 {
    border-radius: 10px;
}

    .blue_bg {
    background-color: #489fdf;
}
    .pink_bg {
    background-color: #df489d;
}
@media(max-width:987px){
    .heading_s1 {
    margin-bottom: 15px;
    padding:1rem;
    display:flex;
    align-items:center;
    justify-content:center;
}
.tit_link {
    position: absolute;
    /*top: 10px;*/
    /*right: 10px;*/
    color: #333 !important;
    bottom:-30px;
}
}
.tit_link {
    position:absolute;
    left : 2%;
    color:#fff;
}
    .heading_s1 {
    margin-bottom: 15px;
    padding:1rem;
    display:flex;
    align-items:center;
    justify-content:center;
}

.heading_s1-2{
      background: rgb(236, 235, 233);
      border-radius:15px;
}
.title-section2 h1 {
    font-size: 20px;
}
.social-footer a .flip img {
    height: 32px;
}


.zone-badge {
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    color: #333;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
}
@media screen and (max-width: 991.99px) {
  .toolbar {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    padding:10px;
    box-shadow: 0px 0px 5px #868484;
    width: 100% !important;
    align-items: center;
  }
   .toolbar ul {
    display: flex;
    flex-direction: row;
    list-style:none;
  }
    .toolbar li {
    flex-grow: 1;
    text-align: center;
    position: relative;
  }
  .toolbar li a {
  display: block;
  text-decoration:none !important;
  color: #000;
}
  .d-block.lbl-menu {
    color: #000;
    font-size: 11px;
  }

.toolbar .shop-mob-card i {
  font-size: 25px;
}
.toolbar button {
  background-color: transparent !important;
  border:none !important;
  box-shadow: none !important;
}
.toolbar button i {
  font-size: 18px;
}
.count-mob {
  width: 22px;
  height: 22px;
  border-radius:100%;
  background-color: #fff;
  display: inline-block;
  color: #000;
  text-align: center;
  top: 1px;
  position: absolute !important;
  font-weight: bold;
  font-size: 15px;
  right: -13px;
  margin:0 !important;
  line-height: 21px;
}
.icon-toolbar i, #dropdownMenuButton1 .fal, #dropdownMenuButton2 i {
  color: #6f6f6f;
  font-size: 22px;
  vertical-align: middle;
}
.w-chat {
    bottom: 58px !important;
  }
}
@media screen and (min-width:1400px) {
.cssmenu > ul > li > a {
  font-size: 15px;
}
}

@media screen and (min-width:992px) and (max-width:1399.99px){
.cssmenu > ul > li > a {
  font-size: 15px;
}
}
@media screen and (min-width:768px) {
    .heading_s1 img {
    height: 26px;

}
    .top-row::after {
    position: absolute;
    bottom: -2px;
    content: '';
    height: 1px;
    background-color: #8d8c8a;
}
.product-element-top.wd-quick-shop > a {
  height: 314px;
}
.img-pro-category {
  padding-top: 0 !important;
  height:342px;
}
.searh-form {
  border-radius:12px;
  min-width: 372px;
}
}
 .heading_s1.heading_s1-2 h2 {
    color: #000 !important;
  }
@media screen and (max-width:767.99px) {
 .v-img {
    height: 300px;
  }   
 .ps-xs-0{
     padding-right:0 !important;
 } 
  .pe-xs-0{
     padding-left:0 !important;
 }
 .d-flex.flex-box-pro {
  border: 1px solid #e0e0e1;
  padding-left: 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}   
    .owl-slider .owl-stage {
  padding-right: 20px !important;
}
    .owl-slider img{
        border-radius:8px !important;
    }
 .banner-col a {
  height: 140px;
  display: block;
  border-radius: 16px;
}   
    .flex-title svg {
  display: none;
}
    .wnd h1 {
  font-size: 15px !important;
}
.title-carousel h2 {
  font-size: 15px !important;
}
.heading_s1 img {
    height: 20px;
    margin-left: 5px;

}
    .heading_s1.heading_s1-2 h2 {
  font-size: 11px;
  margin-bottom: 0 !important;
}
  .topbar-text{
        font-size:15px;
    }   
   .namd li a {
  color: #fff;
} 
  .footer {
    background-color: #fff;
}    
.product-element-top.wd-quick-shop > a {
  height: 342px;
}
.img-pro-category {
  padding-top: 0 !important;
  height: 342px;
}
}
.product-element-top.wd-quick-shop > a img,.img-pro-category img{
 width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform .5s ease-out;
  border-radius: 16px;
    transition:transform .5s ease-out;
  will-change: transform;
}
.topbar-text p {
  font-weight: 700;
  animation: blinking 5s infinite;
}
.banner-col img {
  border-radius:12px;
}
.product-image-gallery {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:1rem;
  padding:2rem;
  transform: translateY(4px);
  opacity: 0;
  transition:all .15s ease-out;
}
.product-image-gallery-item {
  width: 60px;
  max-width: 30%;
  aspect-ratio: 1/1;
  flex:none;
  height: 60px;
  border-radius:calc(16px / 2);
  overflow:hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid rgb(232, 229, 229);
}
.product-image-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:transform .5s ease-out;
  will-change: transform;
}
.product-wrapper {
    position:relative;
}
.product-wrapper:hover .product-image-gallery,.item:hover .product-image-gallery {
  transform: translateY(0);
  opacity: 1;
}
  .product-element-top.wd-quick-shop > a {
 border-radius: 16px;
 overflow:hidden;
  border-radius:16px;
  }
.product-like {
  margin-right: 1rem;
  background:rgb(253, 253, 253);
  border-radius:8px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition:all .15s ease-out;
  will-change: transform;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.product-wrapper:hover .product-like,.item :hover .product-like {
    opacity: 1;
}
.product-wrapper:hover .product-element-top  img,.item:hover .img-pro-category img {
  transform: scale(1.08);
}
.product-like i {
  font-size: 22px;
}

.c-price__discount-oval {
  color: #7b7b7b !important;
}
.c-price__value-wrapper {
  font-size: 17px;
  font-weight: bold;
  color: #00a41f !important;
}
.new-list h2,.wnd h1 {
  display: inline-block;
  font-weight: 600;
}


.alert-purple {
    background-color: #f3e8ff;
    border-right: 4px solid #a855f7;
    color: #6b21a8;
    padding: 10px 15px;
    border-radius: 5px;
}

.justify-between {
  justify-content: space-between;
}
.align-items-ceter{
  align-items: center;
}
.off {
  background: #00a41f;
  color: #FFF;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: .5rem 1rem;
 
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .15s ease-out;
  will-change: transform;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
}
.flex-title svg rect {
  fill: #00a41f;
}
.flex-title {
  gap: 10px;
}
.show-all {
  display: inline-block;
  transition: all 0.2s linear;
}

.up-text {
  cursor: pointer;
}
 @keyframes blinking {
        0% {
          
            color: #00a41f;
           
        }

        49% {
          
            color: #000;
           
        }

        51% {
            color: #00a41f;
           
        }

        to {
            color: #000;
           
        }
    }
    .best-img-pro {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer !important;

}
.best-img-pro img{
 width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
  border-radius: 100%;
}
.best-img-pro {
  background-color:#d0d0d0;
  padding: 3px;
}
.story-open.new-story .best-img-pro{
  background: linear-gradient(315deg,#e03d96,#7d4c9e);   
}
.best-title-pro {
  color: #000 !important;
  text-align: center;
  max-width: 96px;
  font-size: 11px
}
.best-pro {
  display: flex;
  flex-wrap: nowrap !important;
 
  gap: 1.2rem;
    row-gap: 1.2rem;
 overflow: auto !important;
 padding: .5rem !important
}
.best-pro a{
    display:block;
}
::-webkit-scrollbar, ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
    background: #efefef;
    border-radius: 24px;
}

::-webkit-scrollbar-thumb {
    width: 6px;
    height: 6px;
    background:rgba(252, 189, 21, 1);
    border-radius: 24px;
}
::-webkit-scrollbar-thumb {
    background:rgba(252, 189, 21, 1);
}
::-webkit-scrollbar, ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
    background: #efefef;
    border-radius: 24px;
}
.banner-col a img {
  border-radius: 16px;
}
.post-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
  z-index: 0;
}
.post-image-category {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(249, 186, 20);
  color: #000 !important;
  padding: .75rem 1.75rem;
  z-index: 2;
  border-bottom-right-radius: 16px;
}
.post-image img {
  width: 100%;
  transition: transform .5s ease-out;
  object-fit: cover;
}
.post:hover h3 {
  color: rgb(251, 187, 18);
}
.post-body {
  padding-top: 1rem;
}
.box-article a {
  color: #444444;
  transition: .3s;
}
.post-body h3 {
  font-size: 15px;
  line-height: 2rem;
  margin: 0;
}
.post-body p {
  margin: 0;
  margin-top: 1rem;
}
.date-blog img {
 width: 25px !important;
}
.post:hover .post-image img {
  transform: scale(1.1);
}
.modal-story .modal-header {
  border: none !important;
  background-color: transparent !important;
}
.modal-story .modal-header h4 {
  color: #fff;
}
.modal-story .btn-close {
  border: none !important;
  box-shadow: none !important;
  background-image: none !important;
  color: #fff;
  opacity: 1 !important;
  font-size: 29px;
}
.color-code {
  width: 48px;
  height: 48px;
  border-radius: 16px;
 
}
.f-list-color {
  row-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.color-code-box {
  border-radius: 14px;
  border: 1px solid #e6e6e6;
}
.n-color{
  font-size: 12px;
  min-height: 50px;
  text-align: center;
}
.share-box.d-flex {
  gap: 14px;
}
.f-list-color .lbl-color{
    flex: 0 0 25%;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    display: flex;
    position: relative;
}
.f-list-color .lbl-color{
  position: relative;
}
.f-list-color input[type="checkbox"]:checked + .lbl-color::after{
  content: "✓";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 12px;
}
.modal-story .modal-content { border-radius: 14px; overflow: hidden; }
.modal-story .story-header { position: relative; padding-top: 18px; }
.searh-form input::-webkit-input-placeholder{
    color:#000!important;
    
}
.color-pic{
    color:#ff0080!important; 
}
.searh-form input::-moz-placeholder{color:#000!important}
.searh-form input:-ms-input-placeholder{color:#000!important}
.searh-form input:-moz-placeholder{color:#000!important}
/* ==============================
   STORY MODAL - PIXEL PERFECT
   ============================== */

.modal-story .modal-story-dialog{
  max-width: 420px;
  margin: 0 auto;
}

.modal-story .modal-story-content{
  background: transparent;
  border: 0;
  overflow: hidden;
  border-radius: 14px;
}

@media (max-width: 575.98px){
  .modal-story .modal-story-dialog{
  max-width: 100%;
    height:calc(100vh - 60px);
    margin: 0 auto;

  }
  .modal-story .modal-story-content{
    height:calc(100vh - 60px);
    border-radius: 0;
  }
}

/* HEADER */
.story-header{
  position: relative;
  border: 0;
  padding: 14px 12px 10px;
  min-height: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

/* یک گرادیان خیلی سبک بالا (برای خوانایی روی عکس روشن) */
.story-header::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.65), rgba(0,0,0,0));
  pointer-events: none;
  z-index: 0;
}

#storyModalLabel{
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  max-width: calc(100% - 44px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.story-close{
 position: absolute;
  z-index: 2;
  left: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  background: rgba(255, 255, 255, 0.87);
  color: #000;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}
.w-best {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #fff;
  padding: 3px;
}
.story-close:hover{
  background: rgba(255,255,255,.12);
}

/* BODY */
.story-body{
  position: relative;
  padding: 0;
  height: calc(100vh - 56px);
}

@media (min-width: 576px){
  .story-body{
    height: 78vh; /* دسکتاپ/تبلت بهتر دیده میشه */
  }
}

/* Owl full-height */
.owl-story,
.owl-story .owl-stage-outer,
.owl-story .owl-stage,
.owl-story .owl-item,
.owl-story .item{
  height: 100%;
}

.owl-story .item{
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-story img,
.owl-story video{
  width: 100%;
  height: 100%;
  object-fit: contain;

}

/* ==============================
   PROGRESS PAGINATION (Segments)
   ============================== */
/* تنظیمات دقیق مثل استوری‌ویور حرفه‌ای */
.story-progress{
  --h: 2px;       /* ضخامت */
  --gap: 4px;     /* فاصله بین سگمنت‌ها */
  --padX: 12px;   /* فاصله از چپ/راست */
  --top: 10px;    /* فاصله از بالا */
  --bg: rgba(255,255,255,.28);
  --fill: rgba(255,255,255,.95);

  position: absolute;
  top: var(--top);
  left: var(--padX);
  right: var(--padX);

  display: flex;
  gap: var(--gap);

  z-index: 3;         /* بالاتر از گرادیان */
  pointer-events: none;
}

.story-progress .seg{
  flex: 1 1 0;
  height: var(--h);
  background: var(--bg);
  border-radius: 999px;
  overflow: hidden;
  position: relative;

  /* خوانایی روی بک‌گراند روشن */
  box-shadow: 0 1px 2px rgba(0,0,0,.35);
}

.story-progress .seg .fill{
  position: absolute;
  inset: 0;

  /* RTL: از راست به چپ پر شود */
  transform-origin: right center;
  transform: scaleX(0);

  background: var(--fill);
  border-radius: inherit;

  will-change: transform;
}

/* ==============================
   TAP ZONES
   ============================== */
.story-tap{
  position: absolute;
  top: 0; bottom: 0;
  width: 50%;
  z-index: 10;
}
.story-tap-left{ left: 0; }
.story-tap-right{ right: 0; }

/* جلوگیری از انتخاب متن/اسکرول عجیب */
.story-body, .story-tap{
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/* ==============================
   NAV BUTTONS
   ============================== */
.story-nav-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(0,0,0,.35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  cursor: pointer;
}

.story-nav-prev{ left: 10px; }
.story-nav-next{ right: 10px; }

.story-nav-btn:active{
  transform: translateY(-50%) scale(.98);
}

/* ==============================
   VIDEO CTA (اگر autoplay بلاک شد)
   ============================== */
.story-video-cta{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(0,0,0,.15);
  z-index: 20;
}

.story-video-cta[hidden]{ display:none; }

.story-video-playbtn{
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.14);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.story-video-playtext{
  font-size: 13px;
  color: rgba(255,255,255,.85);
}
/* ==============================
   Glass Link (CTA)
   ============================== */

.story-glass-link {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  z-index: 19;
  max-width: calc(100% - 24px);
  padding: 10px 25px;
  border-radius: 999px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.story-glass-link:active{
  transform: translateX(-50%) scale(.99);
}

/* ==============================
   Loader
   ============================== */
.story-loader{
  position: absolute;
  inset: 0;
  z-index: 18;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.10);
  pointer-events: none;
}

.story-loader[hidden]{ display:none; }

.story-spinner{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.25);
  border-top-color: rgba(255,255,255,.95);
  animation: storySpin .85s linear infinite;
}

@keyframes storySpin{
  to { transform: rotate(360deg); }
}
.fas.fa-heart {
  color: #000;
}
.flex-cat {
 
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}
.flex-img{
  width: 52px;
  height: 52px;
  line-height: 0;  
  margin: auto;
}
.flex-cat-name {
 display: flex;
  font-size: 10px;
  color: #000 !important;
  text-align: center;
  max-width: 67px;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
}
.flex-img img{
 object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius:100%;
}
.banner-item {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 14px;
}
.banner-item img {
  border-radius: 8px;
}
.owl-best-pro .item a {
  align-items: center;
}
.flex-pic {
  width: 72px;
  height: 72px;
  margin-left: 12px;
}
.flex-pic  img{
  width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio: auto 72 / 72;
  border-radius:8px;
}
.counter-item {
  font-size: 15px;
  border-radius: 100%;
  min-width: 22px;
  text-align: center;
  color: #feda01 !important;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-color: #00a41f;
  font-weight: 600;
  line-height: 22px;
}
.flex-pro p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  font-weight: 300;
  color: #505272;
}
.best-section {
  background-color: #fff;
}
.flex-pro {
  flex-grow: 1;
  display: flex;
  width: calc(100% - 72px);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}
 .layer-v {
        position: absolute;
        left: 0;
        text-align: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: #0009;
        top: 0;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 10px;
        color: #fff !important;
      }
      .d-flex.v-flex-top {
        align-items: center;
        justify-content: space-between;
      }
      .title-v {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
      }
      .v-img {
        border-radius: 8px;
      }
      .v-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
      }

      /* ===== Fancybox Reel Look ===== */
      .reel-fancybox .fancybox-bg {
        background: rgba(0, 0, 0, 0.85);
      }
      .reel-fancybox .fancybox-content {
        padding: 0 !important;
        background: transparent !important;
      }

      .reel-modal {
        width: min(420px, 92vw);
        height: min(760px, 92vh);
        border-radius: 18px;
        overflow: hidden;
        position: relative;
        background: #000;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
      }
      .reel-wrap {
        width: 100%;
        height: 100%;
        position: relative;
      }
      .reel-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        background: #000;
      }

      .reel-close {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 5;
        width: 36px;
        height: 36px;
        border-radius: 10px;
        border: 0;
        background: rgba(0, 0, 0, 0.35);
        color: #fff;
        cursor: pointer;
      }

      .reel-actions {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 4;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
      }
      .reel-action {
        border: 0;
        background: transparent;
        color: #fff;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 22px;
        line-height: 1;
      }
      .reel-action span {
        font-size: 12px;
        opacity: 0.9;
        margin-top: 6px;
      }

      .reel-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        padding: 14px 14px 12px 14px;
        background: linear-gradient(
          to top,
          rgba(0, 0, 0, 0.78),
          rgba(0, 0, 0, 0)
        );
        color: #fff;
      }
      .reel-title {
        font-size: 14px;
        margin-bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .reel-cta {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
      }
      .reel-btn {
        border: 0;
        background: #000;
        color: #fff;
        padding: 8px 12px;
        border-radius: 10px;
        cursor: pointer;
        font-size: 13px;
      }
      .reel-price {
        font-size: 13px;
        opacity: 0.95;
      }

      .fancybox-navigation .fancybox-button {
        background: rgba(255, 255, 255, 0.98) !important;
        border-radius: 100% !important;
        width: 50px !important;
        height: 50px !important;
        padding: 0 !important;
        color: #000 !important;
      }

      .reel-fancybox .fancybox-navigation .fancybox-button {
        top: 50%;
        transform: translateY(-50%);
      }
      .reel-fancybox .fancybox-navigation .fancybox-button--arrow_left {
        left: calc(50% - 210px - 56px);
      }
      .reel-fancybox .fancybox-navigation .fancybox-button--arrow_right {
        right: calc(50% - 210px - 56px);
      }

      @media (max-width: 480px) {
        .reel-fancybox .fancybox-navigation .fancybox-button--arrow_left {
          left: 8px;
        }
        .reel-fancybox .fancybox-navigation .fancybox-button--arrow_right {
          right: 8px;
        }
      }
/*.product-skeleton {*/
/*    position: relative;*/
/*    background: #f0f0f0;*/
/*    overflow: hidden;*/
/*    aspect-ratio: 1/1; */
/*}*/

/*.product-skeleton::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -100%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(90deg, */
/*        transparent, */
/*        rgba(255,255,255,0.6), */
/*        transparent*/
/*    );*/
/*    animation: shimmer 1.5s infinite;*/
/*}*/

/*.product-skeleton img {*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/

/*@keyframes shimmer {*/
/*    100% { left: 100%; }*/
/*}*/

@media screen and (max-width:767.99px) {
    .modal-story .modal-story-dialog,
.modal-story .modal-story-content{
  height: calc(100vh - 60px);
  height: calc(100dvh - 60px);
  max-width: 100%;
  margin: 0 auto;
}

.modal-story .modal-story-content{
  border-radius: 0;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  overflow: hidden;
}

  .modal-story .modal-body{
  padding: 0;
 background: transparent;
  height: calc(100vh - 56px);
  height: calc(100dvh - 56px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

}
.mxa-auto {
  margin-left: auto;
  margin-right: auto;
}
.text-comment {
  font-size: 15px;
  color: #6f6d6d;
}
.flex-comment-top {
  display: flex;
  justify-content: space-between;
}
.flex-grow-1 {
  flex-grow: 1;
}
.text-decoration-none.small {
  color: #ff0080;
  font-size: 14px;
}
.comment-card .d-flex {
  gap: 10px;
}
.comment-card{
  border-bottom: 1px solid #ccc;
}
.page-link {
color: #000 !important;
  box-shadow: none !important;
}
.btn-primary {
  background-color: #fb3096 !important;
  border-color: #fb3096 !important;
  box-shadow: none !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: #e52083 !important;
  border-color: #e52083 !important;
}
.img-fluid.play-img {
  width: 69px !important;
  height: 61px !important;
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #fff;
  padding: 5px;
}