﻿@font-face {
  font-family: "AvenirArabic";
  src: url("AvenirArabic-Light.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "AvenirArabic";
  src: url("AvenirArabic-Book.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "AvenirArabic";
  src: url("AvenirArabic-Light1.otf") format("opentype");  
  font-weight: 400;
}
@font-face {
  font-family: "AvenirArabic";
  src: url("AvenirArabic-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "AvenirArabic";
  src: url("AvenirArabic-Heavy.otf") format("opentype"); 
  font-weight: 600;
}
@font-face {
  font-family: "AvenirArabic";
  src: url("AvenirArabic-Heavy.otf") format("opentype"); 
  font-weight: 700;
}
@font-face {
  font-family: "AvenirArabic";
  src: url("AvenirArabic-Black.otf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "AvenirArabic";
  src: url("AvenirArabic-Black.otf") format("opentype");
  font-weight: 900;
}
/* -------------------------
   Mansory (Regular)
------------------------- */
@font-face {
  font-family: 'Mansory';
  src: url('Mansory.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mansory';
  src: url('Mansory Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: oblique; /* You can also use 'italic' here */
}

/* -------------------------
   Mansory Medium
------------------------- */
@font-face {
  font-family: 'Mansory';
  src: url('Mansory Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Mansory';
  src: url('Mansory Medium Oblique.otf') format('opentype');
  font-weight: 500;
  font-style: oblique;
}

/* -------------------------
   Mansory Semi Bold
------------------------- */
@font-face {
  font-family: 'Mansory';
  src: url('Mansory Semi Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Mansory';
  /* Note: Keeping the exact spelling you provided ("Mansori") */
  src: url('Mansori Semi Bold Oblique.otf') format('opentype');
  font-weight: 600;
  font-style: oblique;
}

/* -------------------------
   Mansory Bold
------------------------- */
@font-face {
  font-family: 'Mansory';
  src: url('Mansory Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Mansory';
  src: url('Mansory Bold Oblique.otf') format('opentype');
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: 'icomoon';
  src: url('icomoon.eot?d668y3');
  src: url('icomoon.eot?d668y3#iefix') format('embedded-opentype'),
  url('icomoon.woff2?d668y3') format('woff2'),
  url('icomoon.ttf?d668y3') format('truetype'),
  url('icomoon.woff?d668y3') format('woff'),
  url('icomoon.svg?d668y3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
 }

[class^=icon-],[class*=" icon-"]{
	font-family:icomoon!important;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"!important;
}
html{
    -webkit-font-smoothing:antialiased
}
*:focus{
    outline:none
}
body{
    line-height:1.5;
    font-size:17px;
    color:var(--primary-color);
    background-color: #f5f7f9;
    font-family: var(--primary-font)!important;
}
img{
    -webkit-appearance: none;
    border: none!important;	
    max-width:100%;
    height:auto
}
*:focus,.btn.focus,.btn:focus{
    outline:none !important;
    box-shadow:none
}
*{
    -webkit-box-sizing:border-box !important;
    -moz-box-sizing:border-box !important;
    box-sizing:border-box !important
}
button{
    cursor:pointer
}
.button-disabled {
    pointer-events: none;	
}
a:link,a:visited,a{
    text-decoration:none;
    outline:none;
}
a:hover,a:active,a:focus{
    outline:none;
    color: var(--primary-color);
}
a,button,input{
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
a span{
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none
}
h1,h2,h3,h4,h5,h6{
    color:var(--primary-color)!important
}
h1,h2,h3,h4,h5,h6,ul,ol,p{
    font-family:inherit;
    color:inherit;
    line-height:inherit;
    margin:0;
    padding:0
}
ul,ol{
    list-style-position:inside
}
input{
    color:inherit
}
::-webkit-input-placeholder{
    color:inherit
}
::-moz-placeholder{
    color:inherit
}
:-ms-input-placeholder{
    color:inherit
}
:-moz-placeholder{
    color:inherit
}
.inside-flex{
    display:block;
    width:100%
}
.announcement-bar{
    position: relative;
    z-index: 998;
    border: 0;
    padding: 5px 0;
    text-align: center;
    font-weight: 200;
    width: 100%;
    margin: auto;
}
.announcement-bar .svg-icon{
    background-color:#000;
    width:16px;
    height:16px;
    vertical-align:middle;
    margin:0 5px 5px
}
.announcement-bar a:hover{
    color:#fff
}
.announcement-bar a:hover .svg-icon{
    background-color:#fff
}
.announcement-bar .ticker-container {
    direction: rtl;
    white-space: nowrap;
    overflow: hidden;
}
.announcement-bar .ticker-content {
    display: inline-block;
}
.announcement-bar .ticker-content a {
    display: inline-block;
    margin-top: 3px;
    padding-right: 60px;
    font-weight: 700;
    font-size: 15px;
}
html[dir="ltr"] .announcement-bar .ticker-container {
    direction: ltr;	
}
.announcement-bar .countdown-container .countdown-timers {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.announcement-bar .countdown-container .countdown-title { 
    display: block;
    margin-bottom: 8px;
    margin-top: 5px;
}
.announcement-bar .countdown-container .countdown-timers > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 10px;
}
.announcement-bar .countdown-container .time {
    color: #fff;
    background-color: var(--box-bgColor);
    font-size: 15px;
    padding: 5px 8px;
    padding-bottom: 2px;
    border-radius: 5px;
    margin-bottom: 2px;
}
.announcement-bar .countdown-container .timer-box-label {
    color: #fff;
    font-size: 11px;
}
.svg-icon,.icon-delete{
    display:inline-block;
    mask-repeat:no-repeat;
    -webkit-mask-repeat:no-repeat
}
.svg-icon.icon-cart{
    -webkit-mask-image:url("header-cart.svg?v=1.1");
    mask-image:url("header-cart.svg?v=1.1")
}
.svg-icon.icon-search{
    -webkit-mask-image:url("search.svg?v=1.2");
    mask-image:url("search.svg?v=1.2");
}
.svg-icon.icon-menu{
    -webkit-mask-image: url("menu.svg?v=1.1");
    mask-image: url("menu.svg?v=1.1");
}
.svg-icon.icon-cancel,.icon-delete.icon-cancel{
    -webkit-mask-image:url("cancel.svg?v=1.0");
    mask-image:url("cancel.svg?v=1.0");
	background-color: var(--primary-color)!important;
}
.svg-icon.icon-logo,.icon-delete.icon-logo{
    -webkit-mask-image:url("icon-to.svg");
    mask-image:url("icon-to.svg")
}
.svg-icon.icon-env{
    -webkit-mask-image:url("icon-s-env.svg?v=1.0");
    mask-image:url("icon-s-env.svg?v=1.0")
}
.svg-icon.icon-instagram{
    -webkit-mask-image:url("icon-s-instagram.svg?v=1.0");
    mask-image:url("icon-s-instagram.svg?v=1.0")
}
.svg-icon.icon-tiktok{
    -webkit-mask-image:url("icon-s-tiktok.svg?v=1.0");
    mask-image:url("icon-s-tiktok.svg?v=1.0")
}
.svg-icon.icon-facebook{
    -webkit-mask-image:url("icon-s-facebook.svg?v=1.0");
    mask-image:url("icon-s-facebook.svg?v=1.0")
}
.svg-icon.icon-twitter{
    -webkit-mask-image:url("icon-s-twiiter.svg?v=1.0");
    mask-image:url("icon-s-twiiter.svg?v=1.0")
}
.svg-icon.icon-snapchat{
    -webkit-mask-image:url("icon-s-snap.svg?v=1.0");
    mask-image:url("icon-s-snap.svg?v=1.0")
}
.svg-icon.icon-close,.icon-delete.icon-close{
    -webkit-mask-image:url("icon-close.svg");
    mask-image:url("icon-close.svg")
}
.svg-icon.icon-remove,.svg-icon.icon-delete,.icon-delete.icon-remove,.icon-delete.icon-delete{
    -webkit-mask-image:url("icon-trash.svg");
    mask-image:url("icon-trash.svg")
}
.svg-icon.icon-orders,.icon-delete.icon-orders{
    -webkit-mask-image:url("icon-package.svg");
    mask-image:url("icon-package.svg")
}
.svg-icon.icon-logout,.icon-delete.icon-logout{
    -webkit-mask-image:url("icon-logout.svg");
    mask-image:url("icon-logout.svg")
}
.svg-icon.icon-edit,.icon-delete.icon-edit{
    -webkit-mask-image:url("Icon-edit.svg");
    mask-image:url("Icon-edit.svg")
}
.svg-icon.icon-truck,.icon-delete.icon-truck{
    -webkit-mask-image:url("icon-truck.svg");
    mask-image:url("icon-truck.svg")
}
.svg-icon.icon-share,.icon-delete.icon-share{
    -webkit-mask-image:url("share-icon.svg");
    mask-image:url("share-icon.svg");
    width: 25px;
    height: 25px;
    background-color: #4f738a;
}
.svg-icon.eye-icon {
    -webkit-mask-image:url("eye.svg?v=1.0");
    mask-image:url("eye.svg?v=1.0");
    -webkit-mask-size: cover;
	mask-size: cover;
    width: 20px;
    height: 20px;	
}
.svg-icon.related-icon {
    -webkit-mask-image:url("shines.svg?v=1.1");
    mask-image:url("shines.svg?v=1.1");
    -webkit-mask-size: cover;
	mask-size: cover;
    width: 20px;
    height: 20px;
    background-color: var(--btn-color);
	margin: 0 5px;
    margin-top: 5px;
}
.svg-icon.thumb-up {
    -webkit-mask-image:url("thumb-up.svg");
    mask-image:url("thumb-up.svg");
    -webkit-mask-size: cover;
	mask-size: cover;
    margin-bottom: 5px;
    background-color: #29b63c;
    width: 22px;
    height: 22px;	
}
.svg-icon.star-icon {
    -webkit-mask-image:url("star-icon.svg?v=1.0");
    mask-image:url("star-icon.svg?v=1.0");
    -webkit-mask-size: contain;
	mask-size: contain;
    width: 20px;
    height: 20px;
    background-color: #fec629;	
}
.svg-icon.star-icon.deactive,
.btnrating.deactive .star-icon {
    background-color: #e9eef0;	
}
.svg-icon.star-icon.active,
.btnrating.active .star-icon {
    background-color: #fec629;	
}
.svg-icon:before,.icon-delete:before{
    display:none !important
}
#show-search .svg-icon.icon-search {
    width: 23px;
    height: 23px;
    margin: 0 10px;
}
.search-submit .svg-icon.icon-search {
    display: block;
    width: 25px;
	min-width: 25px;
    height: 20px;
    background-color: var(--primary-color);
	-webkit-mask-size: contain;
    mask-size: contain;
}
.header-space {
    height: 95px;
    transition: height .3s ease;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 10px;
}
.header{
    position: absolute!important;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
    padding-top: 0px;
    border: 0;
    background: transparent;
}
.header .header-container {
    max-width: 100%;	
    z-index: 999;
    display: block;
    position: relative;
    box-shadow: none;	
    padding: 0;
	border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: var(--header-color);
    --tw-shadow: 1px 2px 9px 0 rgba(0,0,0,0.05);
    --tw-shadow-colored: 1px 2px 9px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.header .header-container > .header-block {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 70px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.header .header-container .c-button__text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header-container.has-topbar {	
    margin-top: 0;
}
.header .svg-icon{
    width:30px;
    height:30px;
    background-color: #fff;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.header .svg-icon.icon-cart {
    width: 28px;
    height: 28px;	
}
.header .btn{
    padding:.375rem .45rem;
    line-height: 0;	
}
.header.js-is-sticky,
.header.js-is-stuck {
    margin:0;
	padding: 0;
    padding-top: 0px;
    z-index:999;
    transition: 0.5s ease;	
}
.header img.sticky-logo{
    display: none!important;
}
.header.js-is-sticky--change img.sticky-logo,
.header.js-is-stuck img.sticky-logo {
    display: block!important;
}
.header.js-is-sticky--change img.basic-logo,
.header.js-is-stuck img.basic-logo {
    display: none!important;
}
.header .svg-icon {
    background-color: var(--second-color);
}
.header.js-is-sticky .header-container {
    transition: all 0.3s ease;
    top: 0;	
}
.header.js-is-sticky--change .header-container,
.header.js-is-stuck .header-container {
	position: fixed;
	top: 0;
    margin-top: 0px;
    border-radius: 0;
    background: var(--header-color);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-animation: ani-fadeIn 0.3s;
    animation: ani-fadeIn 0.3s;
}
.logo img{
    width:100%
}
.navbar-menu{
    list-style:none;
    text-align:center;
    margin-top:20px
}
.navbar-menu>li{
    display:inline-block
}
.navbar-menu>li>a{
    display:block;
    padding:10px 25px;
    color:#000000
}
.navbar-menu>li .div-submenu{
    position:absolute;
    left:0;
    right:0;
    width:100%;
    z-index:999999;
    min-height:200px;
    display:none;
    padding-top:10px
}
.navbar-menu>li .div-submenu ul.submenu{
    list-style:none
}
.navbar-menu>li .div-submenu ul.submenu li a{
    display:block;
    padding:10px
}
.navbar-menu>li .div-submenu .title-submenu{
    padding-bottom:4px;
    margin:7px 0;
    border-bottom:transparent 1px solid
}
.navbar-menu>li:hover .div-submenu{
    display:block
}
.navbar-menu>li:hover>a{
    color:#000
}
.btn{
    padding:.5rem 1rem;
    line-height:1.5;
    border-radius: 0;
    border:0;
    box-shadow:none !important;
    font-size:16px !important
}
.btn.btn-link:hover{
    text-decoration:none !important
}
.btn-primary{
    background-color: var(--btn-color);
    color: var(--second-color);
    border-radius: 0;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.disabled,.btn-primary:disabled{
    background-color: var(--btn-color)!important;
    color: var(--second-color);
}
.btn-primary.disabled,.btn-primary:disabled{
    cursor:not-allowed
}
.btn-secondary{
    border-color:#deb265 !important;
    background-color:transparent;
    color:#deb265 !important
}
.btn-secondary:hover,.btn-secondary:focus,.btn-secondary:active{
    background-color:#deb265 !important;
    color:#fff !important
}
.btn-link{
    color: var(--primary-color)!important;
}
.btn-link:hover{
    color:#000 !important
}
.item-slider{
    position:relative;
    display:block;
}
.item-slider img{
    width:100%;
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
    visibility: visible!important;
}
.item-slider img.mobile-img{
    display:none
}
.item-slider .content-slider{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    right:0;
    top:0;
    color:#fff;
}
.item-slider .content-slider > p {
    display: flex;
    justify-content: center;	
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 10px;
    text-align: center;
}
.item-slider .content-slider > p.subtitle {
    font-size: 15px;	
}
.item-slider .content-slider .button {
    display: flex;
    width: 100%;
    padding: 10px 30px;
    font-size: 18px;
}
.item-slider .content-slider .button button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
    color: var(--second-color);
}
.item-slider .content-slider button > .fa-sync {
    width: 15px;
    height: 15px;
}
.go-to{
    width:60px;
    height:60px;
    background:#deb265;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    text-align:center;
    color:#fff;
    margin:-30px auto 0;
    position:relative;
    z-index:99;
    display:flex;
    align-items:center;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
    cursor:pointer
}
.go-to .svg-icon{
    width:22px;
    height:24px;
    background-color:#fff;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.go-to .pt{
    padding-top:7px;
    height:24px;
    margin-bottom:7px
}
.go-to:hover{
    background:#fafafa;
    color:#000
}
.go-to:hover .svg-icon{
    background-color:#000
}
.section{
    padding:100px 0
}
.home section:not(.empty-section) {
    display: block;
    padding-bottom: 40px;
}
.section.bg-section-blog{
    border-top:1px #eee solid;
    border-bottom:1px #eee solid
}
.section .section-title{
    font-weight:bold;
    font-size:48px;
    margin-bottom: 5px;
    color:#000
}
.block-about .thumb{
    margin-bottom:10px
}
.block-about h3 {
    font-size:24px
}
.block-product .thumb img{
    width: 100%;
    object-fit: contain;
    border-radius: 0;	
}
.block-product h3{
    margin-bottom: 0;
    line-height: 1.1;
    padding: 0px 20px;
}
.block-product .thumb .rate,
.product-box .thumb .rate {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px;
    z-index: 1;
    font-weight: 900;
}
.block-product .rate{
    font-size: 12px;
    font-weight: 700;
    color: #4f738a;
    background-color: #ffffff;
    width: 50px;
    padding-top: 2px;
    border-radius: 4px;
    border: 0.6px solid #fec52e!important;
}
.block-product .rate .active{
    color:#f1c727;
}
.block-product .out-stock{
    margin: 0px;
}
.block-product .price{
    color:#000
}
.block-product .price>span{
    display: flex;
    flex-direction: row;
    font-size: 12px;
    padding:0px
}
.block-product .price>span.size{
    color:#8a8a8a
}
.block-product .price>span.price{
    font-weight:bold
}
.old-price{
    text-decoration:line-through;
    display:inline-block;
    padding:0 5px;
    color:#aaaaaa;
}
.content-text{
    color:#4b4b4b
}
.content-text.about-text{
    width:900px;
    max-width:100%;
    margin:0 auto
}
.content-text h1,.content-text h2,.content-text h3,.content-text h4,.content-text h5{
    margin-bottom:15px
}
.block-testimonial{
    background: #fff;
    border: 0;
    box-shadow: none;
    padding: 20px;
    margin: 0px 20px;
    font-size: 13px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}
.block-testimonial .name{
    margin-top:20px;
    font-weight:bold;
	color: #cba45d;
}
.testimonials-buttons{
    direction:rtl
}
.testimonials-buttons button{
    margin:0 5px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width:45px;
    height:45px;
    line-height:45px;
    padding:0
}
.slick-disabled{
    cursor:not-allowed;
    opacity:.7
}
.block-blog img{
    width:100%
}
.block-blog h3{
    margin-bottom:20px
}
.block-blog p{
    margin-bottom:20px
}
.block-sale-point{
	display: flex!important;
    justify-content: center;
    text-align: center;
}
.block-sale-point img {
    width: 100px;
}
.footer{
    color: var(--second-color);
    background-color: var(--primary-color);
    padding: 30px 0;
    margin-top: 20px;
    margin-bottom: -1px;
    border: 0px;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 20px;
}
.footer .footer-links{
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.footer .footer-menu{
	display: flex;
    flex-direction: column;
    list-style:none;
    text-align:center;
    margin-bottom: 20px;
}
.footer .footer-menu:last-child {
    margin-bottom: 0px;
}
.footer .footer-menu li{
    display:inline-block;
    vertical-align:middle
}
.footer .footer-menu li a{
    display:block;
    padding:7px 10px;
    color: var(--second-color);
	font-size: 12px;
	line-height: 1.2;
    font-weight: 600;
}
.footer .footer-menu span {
    color: var(--second-color)!important;
	font-size: 14px;
	font-weight: 600;
}
.footer hr{
    border-color:#eee
}
.footer .language-country{
    list-style:none
}
.footer .language-country li{
    display:inline-block;
    vertical-align:middle;
    border-right:1px #eee solid;
    padding:0 5px
}
.footer .language-country li:last-child{
    border:0 !important
}
.footer .language-country li a{
    color:#fff;
}
.footer .language-country li a:hover{
    color:#deb265
}
.footer .language-country li img{
    width:35px
}
footer .footer-desc .footer-business-location {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}
.footer .footer-desc .footer-business-location a {
    margin: 0 3px;
    color: var(--second-color);
}
.footer .footer-desc .footer-business-location i {
     margin: 0 5px;
}
.footer .footer-desc .commercial-registration {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-top: 15px;
}
.footer .footer-desc .commercial-registration p,
.footer .footer-desc .commercial-registration a {
    margin: 0px 2px;
    padding: 0;
    color: var(--second-color);
}
.footer .store-info-block {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding:15px;
}
.footer .store-info-block .block-vat > a {
    margin: 0px;
}
.footer .block-vat img{
    max-width: 23px;
    width: 20px;
}
.footer .block-vat{
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #fff;
    width: 124px;
    height: 34px;
    margin-bottom: 5px;
    border-radius: 4px;
    padding: 5px;
}
.footer .block-vat .text{
    font-size: 10px;
    line-height: 15px;
    flex-direction: column;
    margin: 0 5px;
    margin-top: 2px;
}
.footer .block-vat p,
.footer .block-vat a {
    display: block;
    white-space: nowrap;
    font-weight: 500;
    color: var(--primary-color)!important;
    font-size: 8px;
}
.footer .block-vat .number,
.footer .block-vat a {
    color: #000!important;
    font-weight: 700;
}
.footer .text-copyright{
    color: var(--second-color);
    font-size: 10px;
}
.footer .text-copyright a{
    color: var(--second-color);
    font-size: 10px;
}
.footer .dev-link {
    display: block;
	font-size: 8px;
	color: #bababa;
}
.footer .dev-link a{
	color: #bababa;
}
.social-media{
    list-style:none;
    text-align:center;
}
.rtl .social-media{
	margin-right: 0;
}
.social-media li{
    display:inline-block;
    vertical-align:middle
}
.social-media li a{
    display: block;
    background-color: var(--second-color);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    margin-left: 2px;
}
.social-media li a .svg-icon{
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    -webkit-mask-size: contain;
}
.social-media li a:hover .svg-icon{
    background-color: var(--second-color);
}
.footer .mobile-apps-block {
    display: flex;
    justify-content: center;
}
.footer .mobile-apps-block > a {
    width: 130px;
}
#side-menu{
    background: var(--primary-color);
    color: var(--second-color);
    left:0 !important;
	height: 100vh;
}
#side-menu .social-media{
    text-align:center
}
#side-menu .social-media .svg-icon{
    background:#fff
}
#side-menu a{
    color: var(--second-color);
    font-weight: 500 !important;
}
#side-menu a:hover{
    color: var(--btn-color);
}
#side-menu .side-menu-items {
    margin: 0 15px;
    margin-top: 20px;	
}
.list-side-menu{
    list-style:none;
}
.list-side-menu li a{
    display: flex;
    align-items: center;
}
.list-side-menu li a:hover{
    color:#deb265
}
.list-side-menu li.active a{
    color:#deb265
}
.block-item-side-menu{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content: center;
}
.block-item-side-menu span{
    line-height: 0;	
    color: var(--primary-color);
}
.block-p-qty{
    position:relative;
    margin:10px 0
}
.block-p-qty input{
    text-align: center;
    height: 50px;
    width: 100%;
    color: var(--primary-color);
    background: #fff;
    border: 0;
    border-radius: 0;
    font-weight: 700;
}
.block-p-qty button{
    position:absolute;
    background:none;
    border:0;
    padding:0;
    width:40px;
    height:100%;
    top:0;
    color: var(--btn-color);
}
.block-p-qty button:hover{
    color:#deb265
}
.block-p-qty button.button-plus{
    right:0
}
.block-p-qty button.button-minus{
    left:0
}
.block-text-des{
    color:#8a8a8a;
    margin:20px 0
}
.title-p-q{
    font-size:25px;
    font-weight:bold;
    margin-bottom:20px
}
.block-p-rating{
    color:#cfcfcf
}
.block-p-rating .active{
    color:#f5c722
}
.q-number-rate{
    display: block;
    padding: 0 7px;
    color: var(--primary-tranparent);
    font-size: 8px;
    font-weight: 500;
    margin: 0px 0 8px;
    font-style: italic;
}
.q-number-sell{
    display:inline-block;
    padding:5px 7px;
    font-size:13px;
    background:#eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#8a8a8a
}
.block-price-w {
    position: relative;
    align-items: center;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
}
.block-price-w .discount-box {
    padding: 2px 6px;
    padding-top: 3px;
    font-size: 10px;
    border-radius: 4px;
}
.block-quick-view .block-price-w .discount-box {
    margin: 0 5px;	
}
.block-quick-view .product-name {
    text-align: center;
    padding: 0px 20px;
}
.product-info-block .product-name {
    text-align: center;	
}
.block-price-w>*{
    padding:0 5px
}
.block-price-w .p-weight{
    color:#8a8a8a
}
.block-price-w .price>*{
    display:inline-block
}
.block-price-w .price>*.new{
    font-weight:bold;
    color:#000
}
.block-price-w .price>*.old{
    text-decoration:line-through;
    display:inline-block;
    padding:0 5px;
    color:#aaaaaa;
}
.btn-add-cart{
	border-radius: 0;
    color: var(--second-color);
	height: 50px;
	font-weight: 400;
	font-size: 20px !important;
}
.btn-add-cart .svg-icon{
    position:relative;
	-webkit-mask-image: url(shopping-bag.svg);
    mask-image: url(shopping-bag.svg);
    background-color: #ffffff;
    width:28px;
    height:28px;
    margin:0 5px;
}
.btn-add-cart:disabled{
    background-color:#cfcfcf !important
}
.gc-thumbs-area .gc-display-display {
    border-radius: 0;	
}
.gc-slide-container {
	border-radius: 0;	
}
.gc-display-area{
    border:0 !important;
    background-color: unset;
}
.glass-case ul li{
	border: 0!important;
    border-radius: 0;
    padding: 0;
    opacity:.5
}
.glass-case ul li .gc-display-container img{
    left:0;
    right:0
}
.glass-case ul li.gc-active{
    border: 0;
    opacity:1
}
.glass-case .gc-icon-next,.glass-case .gc-icon-prev{
    display:none !important
}
.gc-zoom-area{
    border:1px #b1b1b1 solid !important
}
.close-modal .svg-icon{
    width:25px;
    height:25px;
    background-color:#000
}
.close-modal .close{
    float:none
}
.c-offcanvas--left{
    right:0
}
.block-side-cart .empty-text{
    color:#8a8a8a
}
.block-side-cart .title-cart{
    margin-top: 40px;
    color:#000;
    margin-bottom:15px
}
.block-side-cart .title-cart h4 {
    font-weight: 600;
    font-size: 16px;	
}
.block-side-cart .title-cart button{
    background:none;
    border:0;
    padding:0
}
.block-side-cart .title-cart button .svg-icon{
    height:25px;
    width:25px;
    background-color:#000
}
.block-side-cart .footer-side-cart{
    background: var(--card-color);
    color: #000;
    padding-top: 20px;
    box-shadow: 0px -2px 10px -3px #c6c6c65c;
    border-top-right-radius: 10px;
    z-index: 9;
}
.block-side-cart .side-cart-items{
    list-style:none
}
.block-side-cart .side-cart-items li{
    padding-bottom:10px;
    padding-top: 10px;
    border-bottom:0;
}
.block-side-cart .side-cart-items li:last-child{
    margin-bottom:0;
    border-bottom: 0;
    padding-bottom:0;
}
.block-side-cart .cart-product {
    position: relative;	
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 95%;
}	
.block-side-cart .cart-product .product-cartimg .lazyloading{
	width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    margin-right: 20px;	
}
.ltr .block-side-cart .cart-product .product-cartimg .lazyloading{
    margin-right: 0px;	
	margin-left: 20px;	
}
.block-side-cart .product-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	justify-content: center;
    margin: 0px 3px;
    margin-left: 22px;
    top: 0;
}
.block-side-cart .side-cart-items li .title-m{
    font-size: 10px;
    font-weight: 500;
    width: 147px;
}
.block-side-cart .side-cart-items li .weight{
    color:#8a8a8a
}
.block-side-cart .side-cart-items li .price{
    font-weight: 400;
    font-size: 11px;
    margin-top: 5px;
}
.block-side-cart .side-cart-items li .price-discount .old{
    font-size: 11px;
    font-weight: 400;	
}
.block-side-cart .side-cart-items img {
    width: 86px;
    height: 86px;
    border-radius: 7px;
    margin-right: 20px;
    background-color: transparent;
    object-fit: cover;
}
.block-side-cart .side-cart-items .remove{
    position: absolute;
    bottom: 5px;
    left: 30px;
    background: 0 0;
    padding: 0;
    color: var(--primary-color);
    border: 0;
    z-index: 99;
    width: 30px;
    margin: auto;
}
html[lang="en"] .block-side-cart .side-cart-items .remove{ 
    left: auto;
	right: 0px;
}
.block-side-cart .side-cart-items .remove .svg-icon{
    background-color:#d1d1d1;
    width:14px;
    height:14px
}
.block-side-cart .side-cart-items .remove:hover .svg-icon{
    background-color: var(--second-color);
    opacity: 0.7;
}
.slider-home{
    margin-top:0px
}
.single-title{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-top: 40px;
}
.page-title.single-title{
        text-align: center;
    margin-top: 40px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;	
}
.list-accordion{
    list-style:none
}
.list-accordion li{
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #cfcfcf
}
.list-accordion li:last-child{
    margin-bottom:0
}
.faq-item h4{
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.faq-item h4 i{
    position:absolute;
    right:0;
    top:2px
}
.faq-item h4.collapsed{
    border-color:transparent
}
.faq-item h4.collapsed i:before{
    content:""
}
.faq-item h4:not([class]){
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0
}
.faq-item .collapse.show{
    border-color:#cfcfcf
}
.faq-item .content-faq{
	font-size: 14px;
    color: var(--primary-color);
}
.welcome-user{
    margin-bottom:20px;
    font-size:40px;
    font-weight:bold;
    color:#000
}
.single-account-page{
    margin-bottom:15px;
    margin-top: 20px;
}
.single-account-page h1{
    font-weight:bold;
    font-size:18px
}
.single-account-page .btn{
    font-size:18px
}
.account-side-menu{
    list-style:none
}
.account-side-menu li{
    margin-bottom:15px
}
.account-side-menu li .svg-icon{
    width:24px;
    height:24px;
    vertical-align:middle
}
.account-side-menu li a,.account-side-menu li .btn{
    display:block;
    color:#cfcfcf
}
.account-side-menu li a .svg-icon,
.account-side-menu li .btn .svg-icon{
    background-color: #cfcfcf;
}
.account-side-menu li a span,.account-side-menu li .btn span{
    display:inline-block;
    vertical-align:middle
}
.account-side-menu li .btn{
    font-size:17px
}
.account-side-menu li .btn .svg-icon{
    background-color: var(--primary-color);
}
.account-side-menu li .btn:hover{
    color:#000 !important
}
.account-side-menu li.active a,.account-side-menu li.active .btn{
    color:#000
}
.account-side-menu li.active a .svg-icon,.account-side-menu li.active .btn .svg-icon{
    background-color:#000
}
.account-side-menu li.active:hover a,.account-side-menu li.active:hover .btn{
    color: var(--primary-color);
}
.account-side-menu li.active:hover a .svg-icon,.account-side-menu li.active:hover .btn .svg-icon{
    background-color: var(--primary-color);
}
.account-side-menu li:hover a{
    color:#000
}
.account-side-menu li:hover .svg-icon{
    background-color:#000
}
.account-side-menu li:last-child{
    margin-bottom:0
}
.account-side-menu.primary-color li a{
    color: var(--primary-color);
}
.account-side-menu.primary-color li a .svg-icon{
    background-color: var(--primary-color);
}
.account-side-menu.primary-color li a:hover{
    color:#000
}
.account-side-menu.primary-color li a:hover .svg-icon{
    background-color:#000
}
.bg-color-account{
    background-color:#fafafa
}
.list-account-pages{
    list-style:none;
    background:#fff;
    flex:0 0 100%;
    border-bottom:1px #000 solid
}
.list-account-pages li a{
    display:block;
    text-align:center;
    padding:10px 5px;
    position:relative;
    color:#8a8a8a
}
.list-account-pages li a:hover{
    color:#000
}
.list-account-pages li.active a{
    color:#000
}
.list-account-pages li.active a:before{
    content:"";
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    right:0;
    height:1px;
    background:#000
}
.body-account-page{
    padding: 40px;
}
.body-account-page .list-address .location-map {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.body-account-page #col-save-button button,
.body-account-page #btn_profile_delete_account {
    border-radius: 8px;	
}
.body-account-page .custom-checkbox-checkmark {
    border-radius: 5px;	
}
.list-orders{
    list-style:none
}
.list-orders li{
    margin-bottom:10px
}
.list-orders li:last-child{
    margin-bottom:0
}
.list-orders li a{
    color:#000 !important;
    display:block;
    background:#fff;
    padding:10px 30px 10px;
    border:1px solid #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position:relative
}
.list-orders li a span{
    display:inline-block;
    padding:0 10px
}
.list-orders li a .order-i{
    margin-bottom:10px
}
.list-orders li a .order-i .order-name{
    font-weight:bold
}
.list-orders li a .order-d{
    font-size:14px;
    padding:0 10px
}
.list-orders li a .order-products{
    margin-top:10px
}
.list-orders li a .order-products .count-products{
    color:#8a8a8a !important
}
.list-orders li a .order-products .order-total{
    font-weight:bold
}
.list-orders li a .order-status{
    color:#deb265 !important
}
.list-orders li a:hover{
    border-color:#000
}
.list-orders li a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    position:absolute;
    top:0;
    bottom:0;
    right: 25px;
    font-weight: 800;
    margin:auto;
    font-size:18px;
    height:30px
}
.btn-add-address{
    background:#000;
    color:#fff !important;
    width:100%;
    text-align:center
}
.btn-add-address:hover{
    background: var(--second-color);
}
.empty-account{
    width:700px;
    max-width:100%;
    margin:auto;
    padding-top:50px
}
.empty-account p{
    text-align:center;
    color:#8a8a8a
}
.empty-account .btn-add-address{
    margin-top:50px
}
.form-control{
    height: 48px;
    border-radius: 7px !important;
    border: 0;
    box-shadow: none !important;
    outline: none;
}
.form-control:focus{
    border-color:#deb265
}
.list-address{
    list-style:none
}
.list-address li{
    margin-bottom:10px;
    background:#fff;
    border:1px solid #b1b1b1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding:10px;
    color:#8a8a8a
}
.list-address li strong{
    color:#000
}
.list-address li:last-child{
    margin-bottom:0
}
.button-address{
    display:inline-block
}
.button-address .svg-icon{
    width:24px;
    height:24px;
    background:#000
}
.button-address:hover .svg-icon{
    background:#deb265
}
.logout-side{
	padding: 0;
    line-height: 0;
}
#cart-side-totals{
    list-style:none;
    margin: 0px 10px;
}
#cart-side-totals li{
    display: flex;
    margin-bottom: 10px;
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 600;
}
#cart-side-totals li:last-child{
    margin-bottom:0
}
#cart-side-totals li .title{
    width: 65%;
    text-align: right;
}
#cart-side-totals li .number{
    width: 100%;
    text-align: left;
}
#cart-side-totals .btn.btn-block {
	border-radius: 0;
    width: 85%;	
}
.button-address-remove{
    cursor:pointer !important
}
.icon-delete{
    width:24px;
    height:24px;
    background-color:#000
}
.icon-delete:hover{
    background-color:red
}
.icon-delete:before{
    display:none
}
.cart-product-row-wrapper{
    border:0;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px
}
.cart-product-row-wrapper .cart-product-row{
    align-items:center;
    border:0
}
.cart-product-row-wrapper .cart-product-row>*{
    padding:0
}
.cart-product-row-wrapper .cart-product-row .cart-product-delete{
    order:1;
    padding:10px 0
}
.cart-product-row-wrapper .cart-product-row .cart-product-col-img img{
    border:1px solid #eee
}
.cart-product-row-wrapper .cart-product-row .cart-product-col-details{
    padding:0 10px
}
.cart-product-row-wrapper .cart-product-row .cart-product-col-details h1{
    font-size:18px
}
.cart-product-row-wrapper .cart-product-row .cart-products-action{
    padding:0 10px
}
.cart-product-row-wrapper .cart-product-row .cart-products-action .cart-product-quantity-dropdown select{
    background:#fff;
    padding:10px;
    border:1px solid #b1b1b1;
    width:80px;
    text-align:center;
    border-radius: 0
}
.cart-product-row-wrapper .cart-product-row .cart-product-prices{
    font-weight:bold
}
.ak-cart-totals{
    margin-top:40px
}
.ak-cart-totals h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 50px;
}
.ak-cart-totals h3 small{
    font-size:14px;
    color:#8a8a8a
}
.list-cart-totals{
    list-style: none;
    padding: 20px;
    border-radius: 10px;
    border: 0;
    background-color: #fff;
    margin: 20px;
    margin-top: 10px;
}
.list-cart-totals li{
    display: flex;	
    padding: 0px;
    color: #86a0b0;
    font-weight: 500;
}
.list-cart-totals li .title{
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
}
.list-cart-totals li .value{
    width: 50%;
    text-align: left;
    padding: 5px 0;
    font-size: 14px;
    color: #86a0b0;
}
.list-cart-totals li:last-child{
    border-top: 1px dashed #4e738a21;
}
.list-cart-totals li:last-child span{
    color:var(--primary-color);
    font-weight:700;
    font-size: 16px;
}
.list-cart-totals li:last-child span.vat-text {
    font-size: 11px;
    font-weight: 400;
    margin: 0 1px;	
}
html[lang="en"] .list-cart-totals li:last-child span.vat-text {
    font-size: 10px;	
}
.btn-back-store{
    color: #fff !important;
    background-color: var(--second-color);
    width: 50%;
    margin: auto;
    height: 50px;
    border-radius: 8px;
    line-height: 2;
    border: 0;
    font-weight: 600;
    margin-bottom: 40px;
}
.cart-empty .btn-back-store{
    width: auto;	
}
.btn-back-store:hover,.btn-back-store:focus{
    color:#deb265
}
.pagination{
    margin-top:10px;
    font-size:14px
}
.pagination .page-link{
    color:#8a8a8a
}
.pagination .page-link.active{
    color:#000;
    font-weight:bold
}
.pagination .page-link:hover{
    background:none !important;
    color:#000
}
.products-filter{
	margin-bottom: 0px;
}
#products-list-sort {
    color:#fff;
}
#products-list-filter {
    color:#fff;
}
.title-p-small{
    font-size:18px;
    font-weight:bold;
    color:#000;
    margin-bottom:15px
}
.coupon-form button{
    line-height:1 !important
}
.reviews-break-down-div .d-flex.flex-column{
    padding:0 15px
}
.menu-close-side{
    background:none;
    border:0;
    padding:0
}
.menu-close-side .svg-icon{
    height:25px;
    width:25px;
    background-color:#fff
}
.card-review{
    padding: 15px;
    border-radius: 10px;
    border: 0 !important;
}
.img-svg-side{
    width:20px
}
.slider-home{
    margin-bottom:0 !important
}
.slider-home.slick-slider .item-slider .container {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 25px;
    top: 0;	
}
.slider-home.slick-slider .item-slider {
    margin: 4px 6px;
}
.slick-dots{
    margin-bottom:0 !important;
    position:absolute;
    width:100%;
    right:0;
    padding: 0px 5px 0px 0px;
    text-align:center;
}
.slick-dots li button:before {
    display:none
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #cca45d;
	font-size: 10px;
}
.slick-dots li button {
	height: 9px;
	width: 9px;
	padding: 3px;
    background: #ffffff36;
    border: 0;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius: 50%;
    text-indent:-999em	
}
.slick-dots li.slick-active button {
    background: #ffffffb5;
}
.slick-dots li {
    display:inline-block;
	width: 18px;
	height: 16px;
	vertical-align: baseline;
    text-align:center;
    margin: 0px;	
}
.slider-home .slick-dots {
    padding-left: 50px;
    text-align: end;
    bottom: 10px;
}
.slider-home:not(.slick-initialized) .item-slider:not(:first-child) {
    display: none;
}
.bg-why-page{
    position:relative;
    background-color: transparent;
    margin: 0;	
    padding: 50px 0!important;	
}
.block-why{
    color:#fff;
    max-width:100%;
    position:relative;
    z-index:9
}
.block-why h3{
    font-size: 30px;
    color: var(--second-color);
}
.user-review-text{
    margin-top: 10px !important;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 11px !important;
    font-weight: 600;
    color: #718fa1!important;
    padding-left: 20px !important;
}
.store-review-text{
	padding-top: 15px;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 11px;
    color: #718fa1;
    border-top: 1px solid #e8e8e8;
    text-align: right;
    text-align-last: right;
}
.card-review .card-paragraph .images {
    margin-top: 10px;	
}
.card-review .card-paragraph .images img {
    width: 50px;
    height: 50px;
    margin-inline-end: 5px;
    cursor: pointer;
}
.card-review .icon-account_circle{
    display:none !important
}
.card-review .card-name{
    margin-left:0 !important;
    margin-right:0 !important;
    color:#000
}
.card-review .card-name .card-name-customer{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-weight: 600;
    color: #4f738a;
    font-size: 12px;
}
.card-review .card-date{
    font-size: 9px;
    color: var(--primary-transparent);
}
.rate-bar-block td{
    border:0 !important;
    padding:2px 3px !important
}
.rate-bar-block .count-r{
    color: #4f738a;
    font-weight: 600;
}
.rate-bar-block .rating-label{
    display: inline-flex;
    font-size: 12px;
    color: #4f738a;
    font-weight: 600;
}
.rating-bar{
    width:100%;
    padding:8px
}
.rating-bar .bar-container{
    width:100%;
    background-color: #4e738a0a;
    text-align:center;
    color:#fff
}
.rating-bar [class*=bar-]{
	height: 10px;
    border-radius: 3px;
}
.rating-bar .bar-5,
.rating-bar .bar-4,
.rating-bar .bar-3,
.rating-bar .bar-2,
.rating-bar .bar-1 {
    background-color:#fec629;
}
.table-middle td,.table-middle th{
    vertical-align:middle
}
.block-thamar{
    color:#8a8a8a;
    background:#fafafa;
    border:1px solid #eee;
    box-sizing:border-box;
    border-radius: 0;
    padding:10px;
    text-align:center
}
#__loading .modal .modal-body{
    padding:0;
}
.p-out-stock{
    display: inline-block;
    background: #ff5f5f;
    border-radius: 0;
    padding: 8px 13px;
    font-size: 16px;
    width: 150px;
    font-weight: 400;
    color: #fff;
}
.hr-product{
    border-color:#eee !important
}
.thumb-gallery{
    position:relative;
}
.thumb-gallery .label-block{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    left:0;
    padding:10px 15px 0;
    z-index:99;
}
.thumb-gallery .label-block .bundle-label {
    position: absolute;
    padding: 3px 5px;
    font-size: 14px;
    float: left;
	border-radius: 5px;
    left: 20px;
    right: auto;
    background-color: #f5f7f9;
    max-width: 300px;
}
.thumb-gallery .label-block .bundle-label i {
	text-align: center;
}
.thumb-gallery .label-block .bundle-label span {
	text-align: center;
}
.announcement-bar a {
    color: #ffffff;	 
}
.list-accordion#faqAccordion {
    margin: 35px 0 70px;
}
.product-accordion {
    background-color: #fff;	
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.list-accordion#faqAccordion .faq-item {
    border: 0;		
}
.product-accordion .list-accordion#faqAccordion .faq-item div[id^=faq-a-]{
	padding-left: 30px;
    padding-right: 30px;	
}
.product-accordion #faq-text-description .content-faq.py-2:not(:has(*)){
    display: block;
    margin: 0 20px;
}
.product-accordion #faq-text-description .content-faq > *:not(img){
    display: block;
    margin: 0 20px!important;
}
.product-accordion #faq-text-description .content-faq *:not(img) {
    font-family: inherit!important;	
}
.product-accordion #faq-text-description .content-faq > *:has(img){
    margin: 0px!important;
}

.product-reviews {
    background-color: #f5f7f9;
    padding-top: 5px;
    margin-top: 0;
    padding-bottom: 40px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.product-reviews h4,
.product-reviews .rating-average .rate-bar-block .count-r {
    color: #484848!important;	
}
.product-reviews .rating-number {
    flex-direction: column;	
}
.product-reviews h4.text-center.count {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary-color)!important;
}
.product-reviews .add-review-block {
    border-radius: 13px;	
	background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}
.product-reviews .add-review-form-checkbox .custom-checkbox-label > span {
    text-align: center;	
    font-size: 12px;
}
.product-reviews .reviews-empty > span {
    text-align: center;	
    font-size: 14px;
    font-weight: 400;
    color: #9eb2be!important;
}
.product-reviews .reviews-break-down-div.description-paragrah {
	margin: 0px 20px;
}
.product-reviews textarea.form-control {
    border: 0;
	width: 80%;
	margin: auto;
	font-size: 14px;
	color: var(--primary-color);	
    background-color: #fbfcfc;	
    border-radius: 10px !important;
}
.product-reviews .btn-review {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 34px;
    margin-top: 10px;
    font-size: 12px !important;
    border-radius: 5.5px;
    font-weight: 600;
    background-color: var(--second-color);
}
.product-reviews .add-images-btn {
    text-align: center;
    margin-bottom: 20px;
	cursor: pointer;
}
.product-reviews .add-images-btn > span {
    font-size: 14px;
    font-weight: 400;
    color: var(--btn-color);
}
#product-form {
    display: flex;
    flex-direction: column;
    align-items: center;	
}
#product-form .block-p-qty,
#product-form .block-add-to-c {
    width: 70%;	
}
.reviews-list {
    margin: 25px;
    padding: 0px 15px;
    border-radius: 0;
}
.reviews-list h4 {
    margin: 35px 0;
    text-align: center;
}
#faq-a-questions .no-questions {
    display: flex;
    justify-content: center;
    margin-top: 25px;
	text-align: center;
}
.product-questions {
    margin-bottom: 0px;
	background-color: #f5f7f9;
}
.product-questions .faq-item {
	display: block;
    padding-left: 15px;
    padding-right: 15px;
}
.questions-list {
    padding: 0px 0px;
    margin-top: 15px;
}
.card-question {
	padding: 20px;
    border-radius: 0;
    background-color: #fff;
    border: 0!important;
}
.card-question .card-name {
    margin-left: 0;
    margin-right: 0;
    color: #000;
}
.card-question .card-name .user-icon {
    width: 15px;
    height: 15px;
    margin-top: -2px;	
}
.card-question .customer-name {
    margin-inline-start: 5px;
}
.ltr .card-question .card-name {
    margin-left: unset;
    margin-right: 10px;
}
.card-question .card-name .card-name-customer {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #606060;
    font-size: 12px;	
}
.card-question .card-date {
    font-size: 11px;
    color: #898989;
    margin-top: 2px;
    margin-right: auto;
    margin-left: unset;
}
.ltr .card-question .card-date{
    margin-left: auto;
    margin-right: unset;
}
.card-question .question-text {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: 13px;
    color: #7b7b7b;
}
.card-question .answer-text {
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: 13px;
    color: #7b7b7b;
    padding-right: 20px;
	margin-top: 12px;
}
.ltr .card-question .answer-text {
    padding-right: 0;
    padding-left: 20px;
}
.card-question .card-date {
	font-size: 11px;
    color: #898989;
    margin-top: 2px;
    margin-right: auto;
    margin-left: unset;
}
.ltr .card-question .card-date{
    margin-left: auto;
    margin-right: unset;
}
.add-question-block {
    margin: 0 25px;
    margin-top: 20px;
}
.add-question-block .checkbox-container {
    height: 20px;	
}
.add-question-block .checkbox-container input + span {
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
}
.add-question-block .checkbox-container input:checked + span {
    position: relative;
    background-color: var(--btn-color);
    border: 0;
    color: #fff;
}
.rtl .add-question-block .checkbox-container input:checked + span:after {
    position: absolute;
    left: 0px;
    height: 18px;
    width: 18px;
    top: -0.5px;
    font-size: 14px;
}
.add-question-block .checkbox-container input:checked + span:after {
    content: "\e910";
    font-family: 'icomoon';
}
.add-question-block .checkbox-container .custom-checkbox-label > span {
    text-align: center;
    font-size: 12px;
}
.btn-add-question {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 115px;
    margin: auto;
    border-radius: 8px;
    background-color: var(--second-color)!important;
    color: #fff;
}
.add-question-block .btn-question {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--second-color);
    color: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    margin-top: 0px;
    font-size: 14px;
    width: 75px;
    height: 40px;
}
.product-questions .add-question {
    padding-top: 10px;
    padding-bottom: 20px;
}
#faq-text-questions .load-more {
    display: flex;
    justify-content: center;
}
#faq-text-questions .load-more-questions  {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 120px;
    border-radius: 8px;
    height: 35px;
}
#faq-text-questions .no-questions {
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 25px 0px;
}
.product-questions .btn-add-question:hover,
.product-questions .btn-question:hover,
.product-questions .load-more-questions:hover {
	background-color: var(--second-color)!important;
	color: #fff;
}
.discount-box {
    background-color: #ff4b4b;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 10px;
    z-index: 1;
}

.old {
    margin-left: 5px;
    font-size: 10px;
    color: var(--primary-transparent);
    font-weight: 500;
    text-decoration: line-through;
}
html[dir="ltr"] .old {
    margin-left: 0px;
    margin-right: 5px;
}
.price-discount .price {
    color: #ff4b4b;
    font-weight: 500;
}
.product-price .price {
	color: var(--primary-transparent);
}
.block-product button.quick-cart {
    font-weight: 400;
    height: 45px;
    padding: 0;
    margin: 0;
    width: 80%;
    opacity: 1;
    background-color: unset!important;
}
.block-product button.quick-view .eye-icon {
    background-color: var(--second-color);	
}
.block-product button.quick-view,
.block-product button.quick-view:hover,
.block-product button.quick-view:focus {
    border: 0px;
    opacity: 1;
    color: var(--second-color);
}


.section.bg-testimonials .section-title {
    font-size: 16px!important;	
}
.block-item-side-menu span i.fa, .block-item-side-menu span i.fas {
	margin-left: 5px;
}
.slider-testimonials .testimonials-prev,
.slider-testimonials .testimonials-prev:hover {
    position: absolute;
    top: 35%;
    background-color: unset!important;
    padding: 0;
    left: -3px;
    z-index: 1;
	color: #000000!important;
    font-size: 25px!important;
}
.slider-testimonials .testimonials-next,
.slider-testimonials .testimonials-next:hover {
    position: absolute;
    top: 35%;
    background-color: unset!important;
    padding: 0;
    right: -3px;
    z-index: 1;
	color: #000000!important;
    font-size: 25px!important;
}
.slider-testimonials .testimonials-next.slick-disabled,
.slider-testimonials .testimonials-prev.slick-disabled {
    color: #979797!important;
}
.products-list .block-product .price-discount .price {
    display: block;	
}
.products-list .block-product .mt-2.price {
    display: flex;
    flex-direction: column;
    align-items: center;	
}
.product-box .mt-2.price {
    margin-bottom: 0;	
}
.products-container .products-list:not(.products-slider,.bundle-offer-details-products) {
    justify-content: center;	
}
.products-container .products-list > div.col-6:only-child {
    margin-left: auto!important;
    margin-right: auto!important;
}
.products-slider-home .product-item-slide.col-6,
.products-container .row.products-list .slick-track > div.col-6,
.products-container .row.products-list > div.col-6 {
    padding: 0px;
    border-radius: 11px;
    height: max-content;
    width: 45%;
    flex: 0 0 45%;
    margin: 5px;
    background-color: #fff;
    height: initial;
}
.block-product .mt-3.has-options,
.block-product .mt-3.out-stock {
	position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: aqua;
    align-items: center;
    color: #ffffff;
    border-radius: 0px;	
}
.block-product .mt-3.out-stock {
    background-color: #4f738a3d!Important;	
}
.mt-3.out-stock a,
.mt-3.has-options a{
    color: var(--primary-color);	
}
.block-product button.quick-cart,
.products-list .block-product button.quick-cart {
    font-size: 12px!Important;
    font-weight: 600;
    white-space: nowrap;
    color: var(--second-color);
}
.block-product button.quick-view,
.products-list .block-product button.quick-view {
    padding: 0;
    width: 33px;
    border-radius: 0;
}
.products-slider-home .product-item-slide .old 
.products-list .block-product .old {
	margin-left: 3px;
    font-size: 13px;
}
.products-list .block-product button.quick-cart {
    background-color: unset !important;
    color: var(--second-color);	
}
footer .footer-desc h4 {
    color: var(--second-color)!important;	
}
footer .footer-desc p {
	font-size: 11px;
	color: var(--second-color);
	padding: 0px 50px;
	margin-bottom: 20px;	
    font-weight: 600;
}
.modal {
    z-index: 9999999;	
}
.quick-view-modal {
    z-index: 9999999;
}
.modal-backdrop {
    z-index: 999999;
}
.quick-view-modal .modal-content {
    width: 80%;
	overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
    border: 0;
    outline: 0;
}
.quick-view-modal .modal-content .close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
	z-index: 1;
}
.fa-sync {
    width: 20px;
    height: 20px;	
}
.fa-sync:before {
    content: "";
    position: absolute;
	left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    width: 18px;
    height: 18px;
    bottom: auto;
    font-size: 1.6rem;
	border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    background: 0 0;
    -webkit-animation: lds-ring .75s cubic-bezier(0,0,.5,.5) infinite;
    animation: lds-ring .75s cubic-bezier(0,0,.5,.5) infinite;
    z-index: 2;	
}
.sticky-cart-block .fa-sync:before,
.sticky-cart .fa-sync:before {
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid currentColor;
    border-right-color: transparent;
}
.card-buttons .quick-view .fa-sync:before {
	left: 50%;
    top: 50%;
    margin: -7px 0 0 -7px;
    width: 14px;
    height: 14px;
}
.card-buttons .quick-view .fa-sync {
    width: 14px;
    height: 14px;
}
.fa-sync.fa-spin {
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
}
button.quick-view,
button.quick-cart,
button.btn-add-cart {
	display: flex;
    justify-content: center;
    align-items: center;
}
.side-cart-items .product-cart-loading .fa-sync,
.loading-results .fa-sync {
    width: 30px;
    height: 30px;
}
.side-cart-items .remove .cart-spinner.fa-sync {
	height: 16px;
    width: 16px;
}
.side-cart-items .remove .cart-spinner.fa-sync:before {
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
}
.side-cart-items .remove:hover .cart-spinner.fa-sync {
    color: unset;	
}
.slider-home .fa-sync:before {
    margin: -8px 0 0 -8px;
    width: 15px;
    height: 15px;
}
.block-side-cart .footer-side-cart .coupon {
	display: flex;
    padding: 0;
	margin: 0;
}
.block-side-cart .footer-side-cart .coupon .coupon-code {
    background-color: #fe857214;
    border: 0px;
    font-size: 14px;
    height: 45px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}
html[dir="ltr"] .block-side-cart .footer-side-cart .coupon .coupon-code { 
    border-radius: 0!important;
    border-top-left-radius: 7px !important;
    border-bottom-left-radius: 7px !important;
}
.block-side-cart .footer-side-cart .coupon button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 125px;
    font-size: 13px !important;
    height: 45px;
    font-weight: 600;
    border-radius: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: var(--primary-color);
}
html[dir="ltr"] .block-side-cart .footer-side-cart .coupon button { 
    border-radius: 0;
	border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.products-list .block-product button.quick-view {
        background-color: unset;
}
.block-side-cart .footer-side-cart .cart-page {
    display: flex;
    align-content: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    align-items: center;
    margin-top: 0;
    font-size: 18px !important;
    background-color: var(--primary-color);
    color: var(--second-color);
    border-radius: 8px;
    font-weight: 800;
}
.product-reviews h4.title-p-small {
    color: var(--primary-color)!important;
    font-weight: 600;
    font-size: 16px !important;
    margin-top: 20px;	
    margin-bottom: 10px;
}
.product-reviews .add-review-title {
    display: block;
    text-align: center;
    color: var(--primary-color)!important;
    font-weight: 600;
    font-size: 16px !important;
    margin-top: 10px;
    margin-bottom: 15px !important;
}
.product-box .discount-box,
.products-list .discount-box {
    display: block;
    position: absolute;
    bottom: 33px;
    left: 0;
    font-size: 10px;
    border-radius: 4px;
    margin: 0px 10px;
    padding: 2px 0px;
    padding-top: 3px;
    font-size: 10px;
    font-weight: 600;
    width: 50px;
}
.product-box .discount-box.label-block {
	border-radius: 0px 4px 4px 0px;
	overflow: hidden;
    direction: ltr;	
}
.product-box .discount-box.label-block .ticker {
    display: inline-flex;
    white-space: nowrap;
    padding-left: 100%;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker-ltr;
    animation-duration: 4s;
}
.product-box .discount-box.label-block .sale-label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.product-box.related-product .discount-box.label-block {
	height: auto;
}
html[dir="ltr"] .product-box .discount-box.label-block {
	border-radius: 4px 0px 0px 4px;
}
html[dir="ltr"] .product-box .discount-box.label-block .ticker,
html[dir="ltr"] .product-box .discount-box.label-block .ticker-item {
   direction: ltr;
}
html[dir="ltr"] .product-box .label-block .ticker {
    animation-name: ticker-rtl;	
}
.product-box .mt-2.price {
	display: flex;
    flex-direction: column;
    align-items: center;	
}
header .cart-count {
    top: 11.5px;
    height: 18px;
    left: 44px;
    width: 18px;
    margin-right: 0px;
    border: 1.5px solid #fff;
    z-index: 1;
    position: absolute;
    border-radius: 4px;
    color: #ffffff;
    line-height: 1.7;
    font-size: 10px;
    padding-right: 0px;
    font-weight: 800;
    background-color: var(--primary-transparent);
}
html[dir="ltr"] header .cart-count {
	left: unset;
	right: 44px;
}
.header-menu {
	display: none;
    height: auto;
    background-color: var(--primary-color);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.header-menu .list-side-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;	
}
.header-menu .list-side-menu .menu-link {
	display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 .1rem;
    font-size: .94rem;
    cursor: pointer;
    color: var(--second-color);
}
.header-menu .list-side-menu .menu-link .icon {
    margin: 0 5px;
    width: 1.8rem;
    height: 1.8rem;
    background-color: var(--primary-transparent);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-menu .list-side-menu .menu-link a {
    color: var(--second-color);
    font-weight: 500;
}
.header-menu .list-side-menu .menu-link a:hover {
    color: var(--primary-transparent);
}
.header-menu .list-side-menu .menu-link .fa {
    display: flex;
    align-items: center;
    margin: 0 5px;
}
.header-menu .list-side-menu .menu-dropdown {
	display: none;
    position: relative;
    width: 100%;
    left: 10px;
    height: auto;
    padding: 10px;
    -webkit-animation: ani-fadeIn 0.5s;
    animation: ani-fadeIn 0.5s;
}
html[dir="ltr"] .header-menu .list-side-menu .menu-dropdown {
	left: unset;
    right: 10px;	
}
.header-menu .list-side-menu .menu-dropdown .dropdown-block {
    position: absolute;
	background-color: #fff;
    padding: 10px;
    min-width: 150px;
    width: max-content;
}
.header-menu .list-side-menu .menu-dropdown .menu-link {
    display: flex;
    flex-direction: row;
    margin: 15px;
}
.header-menu .list-side-menu .menu-link:hover > .menu-dropdown,
.header-menu .list-side-menu .menu-link > .menu-dropdown:hover {
	display: block;
}
.header-menu .list-side-menu .menu-dropdown .menu-link .icon {
    margin-left: 10px;
}
html[dir="ltr"] .header-menu .list-side-menu .menu-dropdown .menu-link .icon {
    margin-left: 0px;
    margin-right: 10px;
}
header.js-is-sticky--change .header-menu,
header.js-is-stuck .header-menu {
    display: none!important;
}
#ziadah-toast-container,
#toast-container {
	top: 85px;
    width: 100%;
    right: 0;
	left: 0;
}
#ziadah-toast-container > div:hover,
#toast-container > div:hover {
    box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
#ziadah-toast-container > div.toast,
#toast-container > div.toast {
    display: flex;
    align-items: center;
    align-content: center;
    height: 80px;
    text-align: center;
    width: 85%;
    max-width: 90%;
    margin: auto;
    padding: 10px 15px;
    border: 0;
    justify-content: right;
    opacity: 1;
    color: #fff;
    box-shadow: none;
    border-radius: 10px;
    padding-right: 20px;
    margin-bottom: 5px;
    background-image: none!important;
}
#ziadah-toast-container > div.toast.toast-success,
#toast-container > div.toast.toast-success {
    background-color: #5dd365;		
}
#ziadah-toast-container > div.toast.toast-error,
#toast-container > div.toast.toast-error {
    background-color: #ff4b4b;		
}
#ziadah-toast-container > div.toast .toast-message,
#toast-container > div.toast .toast-message {
	display: flex;
    align-items: center;
    text-align: center;
	font-size: 12px;
    font-weight: 500;
    width: 100%;
    padding-left: 35px;
}
#ziadah-toast-container > div.toast.toast-success:before,
#toast-container > div.toast.toast-success:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('success.svg');
    background-size: contain;
    background-repeat: no-repeat;
	margin-left: 8px;
}
#ziadah-toast-container > div.toast.toast-error:before,
#toast-container > div.toast.toast-error:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('error.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}
#ziadah-toast-container > div.toast .toast-message .choice-options,
#toast-container > div.toast .toast-message .choice-options {
    width: 75%;
    text-align: right;
}
#ziadah-toast-container .toast-close-button,
#toast-container .toast-close-button {
    left: 20px;
    position: absolute;
    top: auto;
    right: auto;
    font-size: 25px;
    text-shadow: unset;
    color: #fff;
    order: 2;
    opacity: 1;
}
html[dir="ltr"] #ziadah-toast-container .toast-close-button,
html[dir="ltr"] #toast-container .toast-close-button {
    left: auto;
    right: 20px;	
}
html[dir="ltr"] #ziadah-toast-container > div.toast .toast-message,
html[dir="ltr"] #toast-container > div.toast .toast-message {
    padding-left: 0px;
    padding-right: 35px;
}
html[dir="ltr"] #ziadah-toast-container > div.toast:before,
html[dir="ltr"] #toast-container > div.toast:before {
    margin-left: 0px;
    margin-right: 8px;	
}
html[dir="ltr"] #ziadah-toast-container > div.toast .toast-message .choice-options,
html[dir="ltr"] #toast-container > div.toast .toast-message .choice-options {
    width: 75%;
    text-align: left;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blinker {
  animation: blinker 1s linear infinite;
}
.faq-item h4.collapsed .fa-plus:before {
    content: "\f067";
}
.faq-item h4:not(.collapsed) .fa-plus:before {
    content: "\f068";
}
.thumb-gallery .share-buttons .discount-box {
	border-radius: 0;
	font-weight: 400;
	padding: 7px 8px;	
}
.block-price-w.flex-grow-1 .price-discount .price {
    font-weight: 400;
    font-size: 16px;
}
.block-price-w.flex-grow-1 .price-discount .old {
	margin-left: 8px;
	font-size: 14px;	
}
#side-cart {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.card-name .icon-star1 {
    width: auto;	
}
#side-menu .menu-logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0px 30px;
    padding-top: 50px;
}
#side-menu .menu-logo img {
    width: 70px;
    margin: 0 5px;
}
#side-menu .side-menu-bottom {
    margin-top: 40px;
    margin-bottom: 100px;
}
#side-menu.is-animating,
#side-cart.is-animating,
#side-filter.is-animating {
	visibility: visible!important;
	z-index: 9999!important;
}
.c-offcanvas-bg.is-animating {
	z-index: 999!important;
}
.block-product button.quick-view,
.products-list .block-product button.quick-view {
    background-color: #ffffff24!important;
    color: var(--second-color);
    height: 28px;
    width: 38px;
    margin-right: 15px;
    border-radius: 5px;
}
html[lang="en"] .products-list .block-product button.quick-view {
    margin-right: 0px;	
    margin-left: 8px;
}
.block-product .has-options small {
    width: 85%;
    font-size: 13px;
    font-weight: 400;
}
.btn-checkout {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 50px;
	border: 0 !important;
	font-weight: 400;
	color: #fff!important;
	font-size: 18px !important;
    border-radius: 10px;
    font-weight: 800;
	padding: 30px;	
}
.ak-cart-totals .coupon-form {
    margin: 50px;	
}
.ak-cart-totals .coupon-form .col-12 {
	display: flex;
    background-color: #fff;
    padding: 0;
    border-radius: 8px;	
}
.ak-cart-totals .coupon-form input {
    background-color: #fff;
    border: 0px;
    height: 50px;
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
.ak-cart-totals .coupon-form button {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0px;
    width: 125px;
    height: 50px;
    border-radius: 8px;
    font-weight: 600;
    background-color: var(--btn-color);	
    font-size: 14px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ltr .ak-cart-totals .coupon-form button {
    border-radius: 0;
    font-size: 12px!important;	
}
.ltr .ak-cart-totals .coupon-form .col-12 {
    overflow: hidden;	
}
.footer-logo img {
	width: 255px;
}
.remove-btn .loading-icon {
    margin-top: 2px;
    margin-left: -2px;
    width: 16px;
    height: 16px;
}
html[dir="ltr"] .remove-btn .loading-icon { 
    margin-left: 0px;
    margin-right: -2px;
}
.remove-btn .loading-icon:before {
    height: 16px;
    width: 16px;
    margin: -8px 0 0 -8px;
	border: 2px solid var(--primary-color);
    border-right-color: #ffffff00;
}
.icon-shopping_cart_black_36dp-1-1 > * {
    font-family: 'icomoon' !important;	
}
.list-item-cart .product {
    margin: 10px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
}
.list-item-cart .product .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.list-item-cart .product .product-img .cart-product-image.lazyloading {
	width: 83px;
	height: 83px;
}
.list-item-cart .product .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    padding-right: 15px;	
}
html[lang="en"] .list-item-cart .product .product-info {
    padding-left: 15px;
}
.list-item-cart .product .product-name {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--btn-color);
}
.list-item-cart .product .product-price-each {
    font-size: 11px;
    margin-bottom: 5px;	
    color: #a4a4a4;
    font-style: italic;
}
html[lang="en"] .list-item-cart .product .product-price-each {
    margin-inline-end: 5px;
}
.list-item-cart .product .product-totals {
    font-size: 14px;
}
.list-item-cart .product .price-discount {
    display: flex;
    align-items: center;	
}
.list-item-cart .product .price-discount .old {
    margin-left: 5px;
    font-size: 11px;
}
.list-item-cart .product .price-discount .price {
	font-size: 12px;
}
.list-item-cart .product .product-price .price {
	font-size: 14px;	
}
.list-item-cart .product .product-qty {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;	
}
.list-item-cart .product .product-qty button {
    font-size: 11px;
    color: #969696;
    height: 35px;	
}
.list-item-cart .product .product-qty input {
    height: 25px;
    border-radius: 4px;
    font-size: 10px;
    width: 85px;
    border: 0;
    color: var(--primary-color);
    background-color: #4f738a0f!important;
}
.list-item-cart .product .remove-btn {
    position: absolute;
    left: 5px;
    top: -5px;	
    color: #000;
}
.list-item-cart .product .remove-btn .icon-delete {
    background-color: #d1d1d1;
    width: 14px;
    height: 14px;	
}
.list-item-cart .product .cart-product-image {
    width: 90px;
    height: 90px;
    border-radius: 7px;
}
section .products-container .row.products-list > div.col-6 {
}
.free-shipping-success {
	background-color: #5dd365;
    color: #fff;	
}
.reviews-list .load-more {
	display: flex;
    justify-content: center;
}
.reviews-list .load-more .load-more-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 10px;
    width: 100px;
    height: 34px;
    font-size: 12px !important;
    border-radius: 5.5px;
    font-weight: 600;
    background-color: var(--second-color);
}
.block-quick-view .block-price-w.flex-grow-1 .price-discount .old {
	margin-left: 5px;
    font-size: 13px;
}
.block-quick-view .block-price-w.flex-grow-1 .price-discount .price {
    font-size: 14px;
    font-weight: 500;
}
.block-product .product-details > h3 > a,
.product-box .product-details > h3 > a,
.products-list .block-product > h3 > a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 600 !important;
    color: var(--primary-color);
    width: 100%;
    margin-top: 10px;
    line-height: 1.5;
}
.block-product .product-price .price {
    color: var(--primary-transparent);
    font-weight: 500;
}
.block-quick-view .col-md-6.gallery-img {
	padding: 0px;
    width: 100%;
    margin: auto;	
}
.block-quick-view #qv_product_images img {
	height: 275px;
    width: 100%;	
    object-fit: cover;
    border-radius: 0;
}
.block-payments-widget {
    flex-direction: column;	
}
.block-payments-widget .tamara-product-widget {
    background-color: #fff!important;
    margin: 10px 20px !important;
    font-size: 13px !important;
    font-family: var(--primary-font)!important;
    line-height: 1.6 !important;
    border: none!important;
    border-radius: 10px!important;
    margin-bottom: 0 !important;
    min-width: 90%!important;
    max-width: 90%!important;
    color: #292929!important;
    font-weight: 600;
    text-align: start;
}
.block-payments-widget .tabby-product-widget {
    background-color: #fff!important;
    font-family: var(--primary-font)!important;
    line-height: 1.6 !important;
    border-radius: 10px!important;
    font-size: 13px!important;
    margin: 10px 20px!important;
    font-weight: 600;
    min-width: 90%!important;
    max-width: 90%!important;
    border: none!important;
    text-align: start;
}
.tamara-product-widget .tamara-logo {
    position: absolute;
    left: 10px;
    top: 28px;
    width: 80px;
}
.block-payments-widget .tabby-product-widget > div > div > div { 
    border: none !important;
}
.faqs-page .faq-item h4,
.faqs-page .faq-item .content-faq {
    color: #000!important;	
}
.pages-template .content-text > *,
.pages-template .content-text span {
    font-family: var(--primary-font)!important;
    margin: auto!important;	
}
.home section .products-container .products-list {
	margin: 0px;
}
body.product-page .footer {
    margin-top: -40px;	
}
video::-webkit-media-controls-panel {
	display: none !important;
	opacity: 1 !important;
}
#show-side-filter,
#products-list-sort {
    background-color: var(--primary-color);
    color: var(--second-color);
    font-size: 12px !important;
    font-weight: 600;
    border-radius: 6px;
}
#products-list-sort {
    background-color: var(--transparent-color);
    color: var(--second-color);
    font-size: 12px !important;
    font-weight: 600;
    border-radius: 6px;	
}
.block-product .mt-3.has-options,
.block-product .mt-3.out-stock {
	position: inherit;
}
section .card-buttons,
.products-container .row.products-list .card-buttons,
.block-product .mt-3.out-stock {
    width: 80%;
    margin: auto;
    background-color: var(--primary-color);
    border-radius: 7px;
    height: 42px !important;
    margin-bottom: 15px;
}

.side-cart-items .product-cart-loading {
	display: flex;
	justify-content: center;
	text-align: center;
    height: 180px;
}
#cart-shipping {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 20px;
    position: inherit;
    background: unset;
    width: 100%;
}
#cart-shipping .cart-shipping-header .cart-shipping-notice .shipping-progress {
    position: relative;
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 20px;
    background: #e0e0e0;
    border-radius: 0;
}
#cart-shipping .cart-shipping-header .cart-shipping-notice .shipping-progress .bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    border-radius: 0;
}
#cart-shipping .cart-shipping-header .cart-shipping-notice .shipping-progress.active .bar {
    background: #27ae60;
}
#cart-shipping .cart-shipping-header .cart-shipping-notice .shipping-alert {
    margin-top: 10px;
    color: var(--btn-color);
    font-weight: 600;
    font-size: 12px !important;
    height: 20px;
}
.side-cart-items .block-p-qty {
    width: 60%;
    margin: 5px 0;	
}
.side-cart-items .block-p-qty input{
height: 23px;
    border-radius: 3px;
    font-size: 12px;
    width: 95px;
    border: 0;
    color: var(--primary-color);
    font-weight: 700;
    background-color: #4f738a0f!important;
}
.side-cart-items .block-p-qty button {
    font-size: 11px;
    color: #969696;	
    height: 30px;
}
.block-side-cart .title-cart {
    flex-direction: column;
}
.block-side-cart .title-cart #cart-shipping {
    margin-top: 0px;
    margin-bottom: 5px;
    padding: 0 35px;
}
.block-side-cart #cart-shipping .shipping-alert {
    font-size: 13px!important;	
}
.block-side-cart #cart-shipping .shipping-alert span.free-shipping {
    font-size: 12px!important;	
}
#side-cart > .cart-list {
	height: 100%;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important;
}
.block-side-cart .side-cart-products {
    overflow: auto;
    height: 100%;
    max-height: calc(100% - 150px);
}
.block-side-cart .side-cart-products .side-cart-items li:last-child  {
	margin-bottom: 10px;
}
.block-side-cart #additional-cart {
	text-align: center;
}
.block-side-cart #additional-cart p {
    margin-top: 100%;	
    font-size: 16px;
    font-weight: 600;
}
.block-side-cart #additional-cart i {
    display: block;
    font-size: 85px;
    color: var(--second-color);
    margin-bottom: 15px;
}
#cart-side-totals li#total {
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    color: var(--btn-color);
}
#cart-side-totals #total .vat-text {
    display: block;	
    font-size: 11px;
}
.slider-testimonials .slick-dots {
	bottom: 5px;
    width: 90%;
    text-align: end;
    display: none;
}
.slider-pos .slick-dots {
    bottom: -25px;
}
.sort-block-width .dropdown-menu.show {
    border-radius: 8px;
    text-align: center;
    margin-top: 5px;
    margin-left: -20px;
}
.filter-block-width input {
	border-radius: 0;	
}
#products-list-filter-form-save {
    background-color: var(--btn-color);
    color: var(--second-color);
    border-radius: 6px;
    height: 45px;
    font-weight: 800;

}
#products-list-filter-form-clear {
	border: 1px solid var(--btn-color)!important;
	border-radius: 0;
	color: var(--btn-color);
}
html[dir="ltr"] #cart-side-totals li .title {
    text-align: left;
    width: 99%;
}
html[dir="ltr"] #cart-side-totals li .number {
    text-align: right;	
}
html[dir="ltr"] #side-cart {
    border-radius: 0;
	border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
html[dir="ltr"] #side-menu{
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    width: 17em;
}
html[dir="ltr"] .block-side-cart .product-info {
    margin-right: 22px;
	margin-left: 0;
}
html[dir="ltr"] .block-side-cart .side-cart-items img {
	margin-right: 0;
    margin-left: 20px;	
}
html[dir="ltr"] .list-item-cart .product .remove-btn {
    left: unset;
    right: 5px;	
}
html[dir="ltr"] .list-cart-totals li .value {
    text-align: end;	
}
html[dir="ltr"] .svg-icon.icon-menu, .icon-delete.icon-menu {
    transform: rotateY(0);	
}
html[dir="ltr"] .glass-case ul li .gc-display-container img {
    margin-left: 0!important;
    margin-right: -50%!important;	
}
html[dir="ltr"] .products-list .block-product button.quick-cart,
html[dir="ltr"] .block-side-cart .footer-side-cart .coupon button {
    font-size: 12px!Important;
}
html[dir="ltr"] .reviews-summary-block .discount-box.stock {
	padding-left: 0px;
	padding-right: 10px;
}
html[dir="ltr"] .reviews-summary-block .discount-box.stock span {
    display: flex; 
    align-items: center;
	font-size: 10px;	
}
html[dir="ltr"] .watch-counter,
html[dir="ltr"] .product-count-sale {
    width: 270px;
}
html[dir="ltr"] .thumb-gallery .share-btn {
    float: left;
    right: auto;
    left: 15px;
}
html[dir="ltr"] .thumb-gallery .bundle-label {
    float: right;
    right: 15px;
    left: auto;
}
#side-menu .menu-collapse {
    margin-top: 5px;	
    margin-right: 35px;
    margin-left: 0px;
}
html[lang="en"] #side-menu .menu-collapse {
    margin-right: 0px;
    margin-left: 35px;
}
#side-menu .menu-collapse .submenu-link {
    margin-bottom: 15px;
}
#side-menu a.has-submenu {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
#side-menu a.has-submenu i {
    width: 25px;
    text-align: center;
    transition: transform 0.5s; 
}
#side-menu a.has-submenu:not(.collapsed) i {
    transform: rotate(-180deg);
}
#side-menu .category-link.with-categories {
    justify-content: space-between;	
}
#side-menu .category-link.with-categories .main-category {
    display: flex;
    align-items: center;
}
#side-menu .category-link.with-categories a.has-submenu {
    width: auto;
}
#side-menu .menu-collapse.sub-category {
    margin-inline-start: 50px;
    font-size: 12px;	
}
#side-menu .top-menu-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
}
#side-menu .top-menu-buttons .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
    background-color: var(--second-color);
    border-radius: 5px;
    height: 30px;
    width: 30px;
}
#side-menu .top-menu-buttons .icon img {
	height: 20px;
    width: 20px;
}
#side-menu .top-menu-buttons .icon.menu-cart {
    position: relative;
}
#side-menu .top-menu-buttons .icon.menu-cart .icon-cart {
    -webkit-mask-size: contain;
	mask-size: contain;
    margin: 0 4px;
}
#side-menu .top-menu-buttons .icon.menu-cart .cart-count {
    position: absolute;
    top: 15px;
    height: 15px;
    text-align: center;
    z-index: 1;
    color: #fff;
    line-height: 1.2;
    font-size: 6px;
}
#side-menu .list-side-menu .menu-link {
	display: flex;
    align-items: center;
    height: 50px;
}
#side-menu .list-side-menu .menu-link a {
    font-size: 13px;
}
#side-menu .list-side-menu .underline {
	border-bottom: 1px solid #ff867226;
    width: 60px;
}
.block-product .mt-3.out-stock {
    font-size: 14px;
}
.block-bundle-offer {
    margin-top: 40px;	
}
.block-bundle-offer .bundle-offer-title {
    position: relative;
    font-size: 13px;
    padding: 10px;
    padding-right: 60px;
    padding-left: 13px;
    background: linear-gradient(55deg,#be92ff,#ff7b7b);
    color: #fff !important;
    margin: auto;
    width: 80%;
    border-radius: 0;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: right !important;
}
.block-bundle-offer .bundle-offer-title .icon-gift {
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    right: 20px;
    top: 0;
    font-size: 18px;
    color: #fff;
}
.products-list.bundle-offer-details-products {
    margin: 0px;
    justify-content: unset;	
}
.products-list.bundle-offer-details-products .block-product {
    border: 0;
    border-radius: 0;
    overflow: hidden;	
}
.block-product,
.product-box {
	display: flex;
    flex-direction: column;
    height: 100%;	
}
footer .block-payments {
    width: 80%;
    margin: auto;
}
footer .payments-methods,
footer .shipping-methods {
    display: flex; 
	flex-wrap: wrap;
    justify-content: center;
}	
footer .block-payments .method-icon-box {
display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 3px;
    width: 40px;
    height: 22px;
    padding: 1px;
    margin: 3px;
}
footer a[href^="tel"],
footer a[x-apple-data-detectors] {
  color: inherit;
  text-decoration: none; 	
}
.inside-page-container.product-reviews .rating.rating-summary {
	font-size: 12px;
    margin-bottom: 5px;	
}
.inside-page-container.product-reviews .rating.rating-summary .star-icon {
    width: 15px;
    height: 15px;
    margin: 0 2px;
}
.add-review-form-checkbox {
    text-align: center;	
}
.add-review-form-checkbox .checkbox-container {
    height: 20px;
}
#product-custom-user-option-fields input + span {
    text-align: center;	
}
.product-page .product-images-block {
    margin-bottom: 25px;	
}
.product-page .product-images-block .swiper-pagination {
    bottom: -22px;
}
.block-quick-view .swiper-pagination {
	bottom: -18px;
}
.products-slider-home.small-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
	padding: 0;
    margin: 0px;
    overflow-x: scroll;
}
.products-slider-home.small-slider {
   overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
	scrollbar-width: none;
}
.related-products .products-slider::-webkit-scrollbar,
.products-slider-home.small-slider::-webkit-scrollbar,
.products-list.bundle-offer-details-products::-webkit-scrollbar,
.scroll-block::-webkit-scrollbar {
    display: none;
    background-color: #f1ede9;
    width: 3px;
    height: 3px;
}
.related-products .products-slider::-webkit-scrollbar-thumb,
.products-slider-home.small-slider::-webkit-scrollbar-thumb,
.products-list.bundle-offer-details-products::-webkit-scrollbar-thumb,
.scroll-block::-webkit-scrollbar-thumb {
	display: none;
    background-color: var(--primary-color);
    border: 0;
    border-radius: 0;
}
.related-products .products-slider::-webkit-scrollbar-track,
.products-slider-home.small-slider::-webkit-scrollbar-track,
.products-list.bundle-offer-details-products::-webkit-scrollbar-track,
.scroll-block::-webkit-scrollbar-track {
	display: none;
    background-color: #f1ede9;
    border-radius: 0;
}
.related-products .products-slider,
.products-slider-home.small-slider,
.products-list.bundle-offer-details-products {
    padding-bottom: 5px;
}
.inside-page-container #product-variants-options .form-group > div {
	margin-bottom: 15px;
}
.inside-page-container #product-variants-options .image-choice {
    background-image: url(product-img.svg);	
    background-size: 100% 100%!important;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}
.inside-page-container #product-variants-options .image-choice.material-image {
    height: 65px;
    width: 65px;	
}
.inside-page-container #product-variants-options .image-choice:after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 2px solid #d7d7d7;
    border-radius: 8px;
    top: -5px;
    left: -5px;
}
.inside-page-container #product-variants-options .image-choice.active:after {
    border-color: var(--primary-color);	
}
#product-variants-options label {
    margin-bottom: 10px;	
    font-size: 16px;
    font-weight: 600;
    color: var(--primary--color);
}
.home section .section-title {
    text-align: center;	
    font-size: 14px;
}
.home section .section-subtitle {
    text-align: center;
    font-size: 12px;
    color: var(--primary-transparent) !important;
    margin-bottom: 10px;
    margin-top: 5px;
}
.home .code-section {
    margin: 0 20px;
    border-radius: 0;
	background-size: cover;
    background-repeat: no-repeat;	
}
.home section.categories-slider .section-title {
	text-align: center!important;
}
.home section.categories-slider .section-subtitle {
    text-align: center!important;
    color: #727272 !important;
    font-size: 16px;
}

.categories-slider .cats_side_wrap .sl_cat_01 a {
	text-align: center;
}
.categories-slider .cats_side_wrap .sl_cat_01 img {
	text-align: center;
    border-radius: 7px;
    border: 0.6px solid #fec52e!important;
}
.categories-slider .cats_side_wrap .sl_cat_02 a {
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    color: var(--btn-color);
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.categories-slider .slick-slide.slick-current.slick-center .cats_side_wrap .sl_cat_01 a {
	text-align: center;	
}
.categories-slider .slick-slide.slick-current.slick-center .cats_side_wrap .sl_cat_01 img {
	text-align: center;
}
.categories-slider .slick-slide:not(.slick-center) .cats_side_wrap .sl_cat_02 a,.categories-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .cats_side_wrap .sl_cat_02 a{
    
}
.categories-slider {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    margin: 0;	
}
.categories-slider.scroll-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
}
.categories-slider .category-item {
    transition: transform .5s ease;
    padding: 10px 5px!important;
}

.shop-categories {
    display: block;	
    margin-bottom: 10px;
}
.category-cover {
    display: flex;
    justify-content: center;
    margin: 0 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.category-cover img {
    border-radius: 10px;	
    border: 0.6px solid #fec52e!important;
}
.home-categories-slider .categories-grid {
	text-align: center;	
    width: 98%;
    margin: auto !important;
}
.home-categories-slider .categories-grid .categories-slider-item {
    flex: auto;
	max-width: 45%;
    margin: 5px;
    padding: 0px;
}
.home-categories-slider .categories-grid.row-items-3 .categories-slider-item {
	max-width: 30%;	
}
.home-categories-slider .categories-grid .categories-slider-item .cats_side_wrap {
	margin-bottom: 0px!important;	
}
.home-categories-slider .categories-grid .categories-slider-item .sl_cat_01 > div {
	margin-bottom: 0px!important;
}
.home-categories-slider .categories-grid .categories-slider-item .sl_cat_01 img {
	text-align: center;	
}
.home-categories-slider .categories-grid .categories-slider-item .sl_cat_02 {
	display: none;
}
.home-categories-slider .categories-grid .categories-slider-item .sl_cat_02 a {
	text-align: center;
}
.categories-grid .move-icon {
	display: none!important;
}
.slider-testimonials .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-testimonials .block-testimonial .sng_rev_info {
    display: flex;
    align-items: center;
    justify-content: space-between;	
}
.slider-testimonials .block-testimonial .sng_rev_thumb {
    margin: 0;
}
.slider-testimonials .block-testimonial  .rev_desc {
    position: relative;
}
.slider-testimonials .block-testimonial .rev_author {
    margin: 0;
}
.slider-testimonials .block-testimonial .sng_rev_caption {
	text-align: center;
}
.slider-testimonials .block-testimonial .sng_rev_caption .rev_desc {
	text-align: center;
	margin: 10px 0px;
}
.slider-testimonials .block-testimonial .sng_rev_caption .rev_desc > p {
	text-align: center;
}
.slider-testimonials .block-testimonial .sng_rev_caption .rev_author > p {
	text-align: center;
}
.slider-testimonials .block-testimonial .sng_rev_caption .rev_author > h4 {
	text-align: center;
    font-size: 10px;
    font-weight: 600;
}
.slider-testimonials .block-testimonial img {
    width: 50px;
    height: 50px;
}
.product-accordion #faq-text-has_variants {
    margin-top: 15px;	
}
.inside-page-container .card-table.options-table {

}
.inside-page-container .card-table.options-table .card {
    border: 0;
    background-color: #f5f7f970;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 30px;
}
.inside-page-container .card-table.options-table .card .variant-name-sm {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 12px;
}
.inside-page-container .card-table.options-table .col-attribute-value {
    text-align: center;
    font-size: 11px;
    font-weight: 400;	
}
.inside-page-container .card-table.options-table .variant-image {
	display: flex;
    align-items: center;
    justify-content: center;	
}
.inside-page-container .card-table.options-table .variant-image-wrapper {
	width: 60px;
}
.inside-page-container .card-table.options-table .option-info,
.inside-page-container .card-table.options-table .option-info .col-attribute {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.inside-page-container .card-table.options-table .option-info .col-attribute .variant-item,
.inside-page-container .card-table.options-table .col-variant-price {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 5px 0px;
}
.inside-page-container .card-table.options-table .col-variant-price .variant-name-sm {
    margin-bottom: 0;	
}
.inside-page-container .card-table.options-table .col-variant-price .price-discount .old {
	text-align: center;
    font-size: 11px;	
}
.inside-page-container .card-table.options-table .col-variant-price .price-discount .price {
	text-align: center;	
    font-size: 11px;	
}
.inside-page-container .card-table.options-table .col-variant-price .product-price .price {
	text-align: center;
    font-size: 13px;	
}
.block-product .product-details,
.product-box .product-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
	overflow: hidden;	
}
.lookbook-section .section-title {
	margin-bottom: 10px;
}
.products-slider-home.big-slider .swiper-big-slider {
    margin-top: 10px;	
}
.swiper-big-slider:not(.swiper-initialized) {
    display: flex;
    justify-content: center;
	display: none;
}
.swiper-big-slider:not(.swiper-initialized) .product-item-slide {
    max-width: 47%;
}
.swiper-big-slider .swiper-wrapper { 
	align-items: center;
    padding-bottom: 35px;
}
.swiper-big-slider .product-item-slide {
    padding: 0px;
    border-radius: 11px;
    background-color: #fff;
    transition: all .2s ease;
}
.swiper-big-slider .product-item-slide .product-box {
    margin: auto;
    max-width: 100%;
}
.swiper-big-slider .product-box .discount-box.label-block {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
    font-size: 12px;
}
.swiper-big-slider .product-box img {

}
.thumb:has(.countdown) + .product-details {
    padding-top: 35px;
}
.swiper-big-slider .product-box .product-details {
    padding-top: 30px;
}
.swiper-big-slider .product-box .product-details  h3 a {
    font-size: 13px;
}
.swiper-big-slider .product-box .product-details .rate {

}
.swiper-big-slider .product-box .product-details .rate span {

}
.swiper-big-slider .product-box .product-details .mt-2.price {

}
.swiper-big-slider .product-box .product-details .price .price-discount {

}
.swiper-big-slider .product-box .product-details .price-discount .old {

}
.swiper-big-slider .product-box .product-details .price-discount .price {

}
.swiper-big-slider .product-box .product-details .product-price .price {

}
.swiper-big-slider .product-box .card-buttons .quick-cart {
    height: 50px;
    font-size: 14px!Important;
    font-weight: 600;
    margin: 0;
    padding: 0;
    background-color: unset !important;
}
.block-quick-view {
    margin-bottom: 0;	
}
.inside-page-container .comment-section .card-rate-comment {
    font-size: 10px;
    margin-right: 10px;
}
.inside-page-container .comment-section .card-rate-comment .star-icon {
	width: 12px;
    height: 12px;
    margin: 0 1px;
}
.product-reviews .add-review-block .star-icon {
    width: 25px;
    height: 25px;
}
.block-product .rate > span{
    display: flex;
    justify-content: center;
    direction: ltr;
}
.block-product .rate .star-icon {
    width: 13px;
    height: 13px;
    margin-top: 2px;
    margin-right: 3px;
}
.load-more-products {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.tab-content .empty-tab {
    text-align: center;
    border: 1px solid;
    width: 30%;
    font-size: 14px;
    padding: 10px 3px;
    border-radius: 7px;
    margin: auto;
    color: var(--second-color);
}
.product-accordion #faq-text-description {
    margin-top: 20px;	
}
section.categories-buttons .categories-list:not(.has-scroll) {
    justify-content: center;	
}
section.categories-buttons .categories-list {
    display: flex;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    flex-direction: row;
    align-items: center;
	scrollbar-width: none;
}
section.categories-buttons .categories-list .category {
    padding: 10px;
    border: 1.4px solid var(--primary-color);
    border-radius: 0;
    font-weight: 400;
    margin: 10px 5px;
    font-size: 13px;
    white-space: nowrap;
    color: var(--primary-color);
}
section.categories-buttons .categories-list .category:hover,
section.categories-buttons .categories-list .category:focus,
section.categories-buttons .categories-list .category:active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
html[lang="ar"] section.categories-buttons .categories-list .category:first-child {
    margin-right: 10px;
}
html[lang="en"] section.categories-buttons .categories-list .category:first-child {
    margin-left: 10px;
}
.rating-info {
    display: flex;
    align-items: center;	
}
.rating-info .average {
    font-weight: 800;
    font-size: 14px;
    margin: 0px 5px;	
}
.rating-info .count {
    color: var(--primary-color);
    font-size: 10px;
    margin: 0px 5px;	
}
.rating-info .count > span {
	font-weight: 800;
	text-decoration: underline;
    cursor: pointer;
}
.recommend-info {
	display: flex;
    align-items: center;	
}
.recommend-info > i {
    color: #29b63c;
    font-size: 15px;
}
.recommend-info .percent {
    font-weight: 800;
    font-size: 14px;
    margin: 0px 5px;
}
.recommend-info .count {
    font-size: 10px;
    color: var(--primary-color);
    margin: 0px 5px;
}
#size-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 14px!important;
    padding: 15px 2px;
    margin-bottom: 20px;
    line-height: 0;
    font-weight: 600;
    border-radius: 6px;
    width: 145px;
    height: 40px;
    background-color: var(--second-color);
}
.payment-session-bar {
    background-color: #ffffff;
    color: #000;
    padding: 10px 5px;	
}
.payment-session-bar .btn-confirm {
    cursor: pointer;
    background-color: var(--primary-color);
    color: #ffffff;
    margin-top: 5px;
    padding: 15px;
}
.alert {
    border-radius: 0!important;	
}
.code-section .copy-button {
    text-align: center;
    width: 100px;
    height: 40px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    font-weight: 400;
    padding: 0;
    font-size: 13px !important;
}

.pt-100 {
    padding-top: 100%;
}
@-webkit-keyframes ani-fadeIn {
    from { opacity: 0 }
    to   { opacity: 1 }
}
@keyframes ani-fadeIn {
    from { opacity: 0 }
    to   { opacity: 1 }
}
.lazyload { 
   transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: opacity .3s ease,-webkit-transform 8s cubic-bezier(.25,.46,.45,.94);
    transition: opacity .3s ease,transform 8s cubic-bezier(.25,.46,.45,.94),-webkit-transform 8s cubic-bezier(.25,.46,.45,.94);
}
.lazyloaded {
    background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    -webkit-animation: ani-fadeIn 1.25s cubic-bezier(.26,.54,.32,1) 0s forwards;
    animation: ani-fadeIn 1.25s cubic-bezier(.26,.54,.32,1) 0s forwards;
}
.lazyload,
.lazyloading {
    position: relative;
    background-color: #fff;
    background-image: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;	
}
.top-menu-buttons i.svg-icon {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
}
i.svg-icon.shop-icon {
	-webkit-mask: url("store.svg?v=1.0") no-repeat 0px center;
	mask: url("store.svg?v=1.0") no-repeat 0px center;
    -webkit-mask-size: contain;	
    mask-size: contain;
    width: 20px;
    height: 20px;
    margin-top: 1px;
}  
i.svg-icon.user-icon {
	-webkit-mask: url("account.svg?v=1.0") no-repeat 0px center;
	mask: url("account.svg?v=1.0") no-repeat 0px center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
i.svg-icon.world-icon {
	-webkit-mask: url("language.svg?v=1.0") no-repeat 0px center;
	mask: url('language.svg?v=1.0') no-repeat 0px center;
    -webkit-mask-size: contain;	
    mask-size: contain;
    margin-top: 1px;
}
i.svg-icon.logout-icon {
	-webkit-mask: url("power.svg?v=2.0") no-repeat 0px center;
	mask: url("power.svg?v=2.0") no-repeat 0px center;
    -webkit-mask-size: contain;	
    mask-size: contain;
    width: 18px;
    height: 18px;
}
#side-menu .list-side-menu .menu-link .icon {
    background-color: #FFF;
	background-repeat: no-repeat;
    background-size: cover;	
    margin-inline-end: 10px;
    width: 25px;
    height: 25px;
}
.list-side-menu i.svg-icon {
	-webkit-mask-image: url("no-icon.svg?v=1.1");
	mask-image: url("no-icon.svg?v=1.1");
    -webkit-mask-size: contain;	
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
    -webkit-mask-position: 0px center;
    mask-position: 0px center;
}
.list-side-menu i.svg-icon.products-icon {
	-webkit-mask-image: url("products.svg?v=1.0");
	mask-image: url("products.svg?v=1.0");
}
.list-side-menu i.svg-icon.categories-icon {
	-webkit-mask-image: url("categories.svg?v=1.0");
	mask-image: url("categories.svg?v=1.0");
}
.list-side-menu i.svg-icon.onsale-icon {
	-webkit-mask-image: url("sale.svg?v=1.0");
	mask-image: url("sale.svg?v=1.0");
}
.list-side-menu i.svg-icon.latest-icon {
	-webkit-mask-image: url("latest.svg?v=1.0");
	mask-image: url("latest.svg?v=1.0");
}
.list-side-menu i.svg-icon.delivery-icon {
	-webkit-mask-image: url("delivery.svg?v=1.0");
	mask-image: url("delivery.svg?v=1.0");
}
@keyframes ticker-ltr {
	0% { transform: translate3d(-100%, 0, 0);  visibility: visible; }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes ticker-rtl {
	0% { transform: translate3d(0%, 0, 0);  visibility: visible; }
  100% { transform: translate3d(-100%, 0, 0); }
}
.ticker-wrap {
    direction: ltr;
    width: 100%;
    overflow: hidden;
}
.ticker-wrap .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker-ltr;
    animation-duration: 10s;
}
html[lang="en"] .ticker-wrap .ticker {
    animation-name: ticker-rtl;	
}
.ticker-wrap .ticker .item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2rem;
  direction: rtl;
}
.card-buttons {
    display: flex;
    align-items: center;	
}
.ak-cart-totals .vat-text {
    font-size: 11px;
    margin: 0px 5px;	
}
.row.categories-row .cats_side_wrap {
    border: 0;
    border-radius: 0;
    overflow: hidden;
}
.row.categories-row .cats_side_wrap .category-name a,
.row.categories-row .cats_side_wrap .categories-subTitle a {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 12px;	
    color: var(--btn-color);
}
.row.categories-row .cats_side_wrap .card-body .categories-title a {
    color: #686868;
}
.row.categories-row .cats_side_wrap .sl_cat_01 img {
    border-radius: 10px;
    clip-path: unset;
}
.slick-dots li:only-child {
    display: none;
}
.product-page .product-price .price {
    text-align: center;
    color: var(--primary-color);
}
.product-page .price-discount .old {
    text-align: center;
    color: #718fa1;

}
.product-page .price-discount .price {
    text-align: center;	
    color: #ff4b4b;
}
.block-quick-view button.btn-add-cart {
    width: 175px;
    font-size: 16px !important;
    font-weight: 700;
    padding-left: 5px;
    border-radius: 9px;
}
.block-quick-view .block-description {
    text-align: center;
    font-size: 10px;
    padding: 0px 10px;
}
.block-quick-view .block-p-qty button:hover {
	color: initial;
}
#load-more-btn {
    width: 115px;
    font-size: 14px !important;
    border-radius: 6.5px;
    font-weight: 600;
    background-color: var(--second-color);
    margin-top: 15px !important;
}
.product_img,
.qv_product_images {
    text-align: center;	
}
.inside-page-container .product-images-block .thumb-gallery {
    padding: 0 10px;	
}
.inside-page-container .product-images-block .thumb-gallery #product_images .slick-list {
	border-radius: 10px;
    overflow: hidden;
}
.product_img img {
    display: block;
    object-fit: cover;
    height: 100%;
	border-radius: 10px;
	margin: auto;
	overflow: hidden;
}
.qv_product_images img {
    object-fit: fill;
    width: 95%;
    height: 345px;
    border-radius: 14px;
    margin: auto;
}
.reviews-summary-block {
    align-items: flex-start;
    justify-content: space-between;
    padding: 0px 20px;
    margin-top: 0px;
    margin-bottom: 25px;
}
.reviews-summary-block .product-reviews-summary {
    flex-direction: column;
    align-items: flex-start;
}
.reviews-summary-block .discount-box.stock {
    position: relative;
    display: flex;
    margin: 0;
    flex-direction: row;
    align-items: stretch;
    padding: 3px 3px;
    padding-top: 6px;
    background-color: transparent;
    color: #29b63c;
    border-radius: 5px;
    height: 30px;
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
}
.discount-box.out-stock,
.reviews-summary-block .discount-box.stock.out-stock,
.discount-box.out-stock i:before {
    color: #ff4b4b;
}
.reviews-summary-block .discount-box.stock.out-stock i {
    background: #ff4b4b;	
}
.reviews-summary-block .discount-box.stock.out-stock i:after,
.discount-box.out-stock i:after {
    background: #ff4b4b;
}
.reviews-summary-block .no-review-details {
    margin-top: 8px;
}
.products-filter .filter-buttons-container {
    direction: rtl;	
	justify-content: space-around;
    width: 100%;	
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--btn-color);	
}
.toast-message .login-link {
    background-color: transparent;
    color: #ffffff;
    padding: 3px 7px;
    font-size: 11px;
    font-weight: 600;
    border: 1px dashed;
    border-radius: 5px;
    margin: 0px 5px;
    margin-right: 10px;	
}
.toast-message:has(br) {
    text-align: start!important;
    justify-content: start;
}
.autocomplete-suggestion .product-price .price {
    font-size: 10px;	
}
.autocomplete-suggestion .price-discount .old {
    font-size: 10px;	
}
.autocomplete-suggestion .price-discount .price {
    font-size: 10px;	
}
.move-icon {
    padding: 0px;
    margin-left: 0px;
    margin-right: 10px;
    max-width: 40px;	
}
.move-icon img {
    width: 35px;
}
.grid-load-more-button {
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;	
}
.grid-load-more-button .load-more-btn {
	display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    margin: auto;
    width: 120px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px !important;
    background-color: #fe8572;
}
.slider-load-more-button {
    display: flex;
	justify-content: center;
    flex-direction: column;
}
.slider-load-more-button .load-more-btn { 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    padding: 10px;
    font-weight: 600;
    background-color: var(--second-color);
    border-radius: 7px;
}
.products-slider-home.small-slider {
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    overflow-x: auto;
}
.related-products .products-slider {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
	overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 100px !important;
	scrollbar-width: none;
}
.related-products .products-slider .slick-track {
    display: flex;
    align-items: center;	
}
.related-products .qv-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;	
    bottom: 10px;
    right: 0;
    color: #fff;
    background-color: #4f738a;
    border-radius: 5px;
    margin: 0px 10px;
    width: 30px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
}
.related-products .qv-btn > i.eye-icon {
    width: 18px;
    height: 18px;
	background-color: #fff;
    -webkit-mask-size: cover;
	mask-size: cover;	
}
.related-products .qv-btn > i.fa-spin:before {
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-width: 2px;
}
.bundle-offer-products-dialog .products-container .products-list {
	width: 100%;
    margin: 0;	
}
.bundle-offer-products-dialog .products-container .row.products-list > div.col-6 {
	margin: 0px;
    padding: 0;
    max-width: 50%;
}
.related-products-block .title-block {
    justify-content: center;
    margin-bottom: 20px;	
}
.related-products-block .title-block .description-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}
section .section-head {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;	
}
section .section-head .section-titles {
	display: flex;
    flex-direction: column;
    align-items: flex-start;	
}
section .section-head .section-titles > h3 {
    margin: 0;
    padding: 0;	
}
section .section-head .section-button {
	display: flex;
    align-items: center;
}
section .section-head .section-button .section-btn {
    height: 30px;
    background-color: #fe8572;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    padding: 5px 10px;
    line-height: 1.3rem;
	cursor: pointer;
}
.section-logos {

}
.section-logos.logos-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-logos.logos-slider .slider-logos {
    display: flex;
    justify-content: center;
    margin-top: 10px;	
}
.section-logos.logos-slider .slider-logos.scroll-block {
    justify-content: start;
    margin-bottom: 0;
}
.section-logos.logos-slider .block-logos-section {
    display: flex;
    justify-content: center;
    margin: 6px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 120px !important;
    height: auto !important;
}
.section-logos.logos-slider .slider-logos .slick-dots {
    bottom: -40px;
}
.section-logos.logos-grid .slider-logos {
    display: flex;
    flex-wrap: wrap;
}
.section-logos.logos-grid .slider-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.section-logos.logos-grid .slider-logos .block-logos-section {
    display: flex;
    justify-content: center;
    width: 25%;
    margin: 5px;
    background-color: #f7f7f7;
    padding: 10px;
}
.section-logos .slider-logos .block-logos-section a {
    width: 100%;
}
.section-logos.scroll-block {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overscroll-behavior-x: contain;
    padding-bottom: 10px;
}
.section-logos .scroll-block .block-logos-section a {
    width: inherit;	
}
.section-images .block-images-home .image-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.section-images .block-images-home .image-item img {
    border-radius: 10px;
}
.product-box .thumb a > div,
.block-product .thumb a > div {
    border-radius: 10px;
    background-size: cover;
    height: 220px;
}
.square-images .product-box .thumb a > div,
.square-images .block-product .thumb a > div {
    height: auto;
}
.remove-coupon,
.remove-coupon:hover,
.remove-coupon:active {
    background-color: #ff6262 !important;
}
.block-side-cart .footer-side-cart .coupon .coupon-code[disabled],
.ak-cart-totals .coupon-form .col-12.has-coupon,
.ak-cart-totals .coupon-form .col-12.has-coupon input{
    background-color: #e3e3e3 !important;
}
.comment-section .card-name-customer .svg-icon.trust-icon {
    background-color: #b6dbd2;
    height: 16px;
    width: 16px;
	-webkit-mask: url('true.svg?v=1.0') no-repeat 0px center;
	mask: url('true.svg?v=1.0') no-repeat 0px center;
    -webkit-mask-size: contain;
	mask-size: contain;
}
.comment-section .card-name-customer .customer-name {
    margin-right: 2px;
    font-size: 10px;
    margin-left: 5px;
}
html[lang="en"] .comment-section .card-name-customer .customer-name {
    margin-right: 5px;
    margin-left: 2px;
}
.share-product .title {
    display: block;  
    margin-bottom: 10px;
}
.share-product .share-icon {
    display: flex;
    justify-content: center;
}
.product-accordion .no-description {
    display: block;
    text-align: center;
}
#qv_product_images:not(.slick-initialized) {
    height: 275px;
    max-height: 275px;
	overflow: hidden;
}
#qv_product_images:not(.slick-initialized) li {
	display: block;
}
.product-slider-block:not(.swiper-initialized) .swiper-wrapper .product_img:not(:first-child) {
	display: none;
}
.sticky-cart.out-stock .sticky-cart-block {
	display:none;
}
.sticky-cart.out-stock .sticky-notification-block {
    display: flex;
    align-items: center;
    justify-content: center;	
    margin-top: 10px;	
    width: 100%;
}
.sticky-cart.in-stock .sticky-cart-block {
    display: flex;
    align-items: center;
    width: 100%;
}
.sticky-cart.in-stock .sticky-notification-block {
	display:none;
}

.sticky-notification-block .out-stock-block {
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
    background-color: var(--primary-color);
    color: var(--second-color);
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 10px;
	cursor: pointer;
    opacity: 0.4;
}
.notify-block {
    margin: 0px 25px;
    margin-bottom: 25px;
}
.notify-block .notify-form {
    margin-top: 20px;
}
.notify-block .notify-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 16px;
    color: var(--primary-color);
}
.notify-block .notify-title i {
    margin-inline-end: 8px;
}
.notify-block .form-group {
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.notify-block .form-group input {
    height: auto;
}
.notify-block .form-notify-me-phone-row {
	width: 100%;
	background: #fff;
	border: 0;
	margin-bottom: 10px;
}
.notify-block .form-notify-me-phone-row .send-notify-phone {
    text-align: left;
    direction: ltr;
    padding-inline-start: 0px;
}
.rtl .notify-block .form-group .send-notify-email::placeholder,
.rtl .add-question-block .form-group .input-question-email::placeholder {
    text-align: right;
    direction: rtl;
}
.notify-block .form-group .send-notify-email,
.add-question-block .form-group .input-question-email {
    text-align: left;
    direction: ltr;
}
.notify-block .btn-send-notify {
	width: 100%;
    margin: 0;	
    border-radius: 6px;
}
.notify-block .form-group .send-notify-country-key {
    display: block;
    direction: ltr;
    text-align: start;
    width: 90px;
    height: auto;
    border: 0;
    padding-inline-end: 0px;
    padding-inline-start: 30px;
    background-position: 5px 12px;
    outline: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 20 24" fill="none" stroke="%234e738a" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
	background-repeat: no-repeat;
    background-size: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ltr .notify-block .form-notify-me-phone-row {
    direction: rtl;
}
.ltr .notify-block .form-notify-me-phone-row .send-notify-country-key {
    padding-left: 25px;
    padding-right: 0px;
    background-position: 2px 12px;
}
.product-info-block.out-stock .notify-block {
    display: block!important;
}
.product-info-block.out-stock .block-payments-widget {
    display: none!important;	
}

#product-custom-user-input-fields {
    font-size: 14px;
    margin: 25px 15px;
    margin-bottom: -20px;
}
#product-custom-user-input-fields .input-text > input {
    font-size: 13px;
}

.header-top-bar .alert-dismissible .close {
    height: 85%;	
}
.shipping-methods-page .shipping-col-1 img.icon { 
	display: inline-block;
	width: 46px;
	height: auto;
}
.shipping-methods-page .shipping-col-1 img.icon.custom-icon { 
	width: 100px;
}
.payment-methods-page .payment-method-card img.icon { 
	width: 60px;
    height: 40px;
    background: #fff;
    border-radius: 0;
    padding: 0px;
    object-fit: contain;
}
.thumb-gallery .share-btn {
    position: absolute;
    display: flex;
    align-items: center;
    float: right;
    background-color: transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 6px;
    margin: 5px;
    right: 15px;
    top: 10px;
    border: 0;
    z-index: 1;	
}
#faq-text-care_instructions .content-faq {
    margin: 0 25px;	
}
#langCurrecyModal .div-dropdown select {
    padding: 6px 5px;
}
#modal-select-destination-city .dropbtn::after {
    top: 48px!important;	
}
.block-quick-view .block-add-to-c {
    display: flex;
    align-items: center;
    justify-content: center;	
    margin-bottom: 10px;
}
.block-quick-view .block-add-to-c .block-p-qty {
    width: 35%;	
    margin-left: 8px;
}
html[lang="en"] .block-quick-view .block-add-to-c .block-p-qty {
    margin-left: 0px;
    margin-right: 8px;
}
.slider-home .item-slider img.desktop-image {
	height: auto;
}
.border-product.share-product {
    position: absolute;
    text-align: center;
	width: 170px;
    background-color: #fff;
    padding: 5px;
    right: 35px;
}
.btn-sale-price {
	display: flex;
    justify-content: center;
    align-items: center;	
}
.btn-sale-price input + span {
	display: block;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    border: 0;
    border-radius: 0px;
    background-color: #f3f3f3;
    cursor: pointer;
}
.btn-sale-price input:checked + span {
    position: relative;
    background-color: var(--btn-color);
    border: 0;
    color: #fff;
}
.btn-sale-price input:checked + span:after {
    position: absolute;
    left: 0px;
    height: 18px;
    width: 18px;
    top: -1px;
    font-size: 14px;
    content: "\e910";
    font-family: 'icomoon';
}
.cart-page .cart-goal-wrap{
    width: 100%;	
}
.svg-icon.plus-icon:after,
.faq-item h4.collapsed .plus-icon:after,
.faq-item h4.collapsed i:after {
    content: "";
    display: block;
    mask-image: url(plus.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(plus.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background: var(--primary-color);	
}
.svg-icon.minus-icon:after,
.faq-item h4:not(.collapsed) .plus-icon:after {
    content: "";
    display: block;
    mask-image: url(minus.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(minus.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background: var(--primary-color);
}
.list-item-cart .block-p-qty .plus-icon:after,
.list-item-cart .block-p-qty .minus-icon:after {
    background: var(--primary-color);
    width: 14px;
    height: 14px;	
}
.side-cart-items .block-p-qty .plus-icon:after,
.side-cart-items .block-p-qty .minus-icon:after {
    width: 13px;
    height: 13px;
    background: var(--primary-color);
    margin-top: 2px;
}
.block-add-to-c .block-p-qty .plus-icon:after,
.block-add-to-c .block-p-qty .minus-icon:after,
.sticky-cart .block-p-qty .plus-icon:after,
.sticky-cart .block-p-qty .minus-icon:after {
    margin-top: 6px;
}
body.cart-view {
    background-color: #f5f7f9;	
}
.profile-section-dropdown .dropdown-menu > li > a .profile-item-title {
    color: #000!important;
}
.low-quantity-section {
    margin-bottom: 25px;	
}
.bundle-offer-section {
    margin-bottom: 15px;
}
.product-data > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
        display: none;
}
.product-data > div > span:first-child {
    margin-bottom: 10px;
}
.tooltip{
	z-index: 50;
    font-family: inherit;
}
.product-box .discount-box.label-block.countdown {
    direction: rtl;
    background: #ff4b4b;
    top: auto;
    bottom: -28px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    margin: auto;
    font-size: 11px;
    box-shadow: none;
    padding-top: 20px;
    right: 0;
    z-index: -1;
}
html[lang="en"] .product-box .discount-box.label-block.countdown {
    direction: ltr;
}
.product-box .countdown .timer-label {
	text-align: center;
}
.product-box .countdown .timer-label span {
	font-weight: 600;
}
.section-countdown {
    position: relative;
	text-align: center;
    margin-top: 15px;
    margin: 0 10px;
}
.section-countdown img {
    border-radius: 10px;
}
.section-countdown .content-block {
    position: absolute;
    height: 100%;
    width: 100%;
	margin: auto;
    left: 0;
    right: 0;
    top: 0;
    background: unset;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    color: var(--second-color);
}
.section-countdown .text-block {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    color: var(--second-color);
	width: 100%;
}
.section-countdown .text-block > span {
    margin: 0 25px;	
}
.section-countdown .button-block {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
	width: 100%;
}
.section-countdown .button-block .button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--second-color);
    padding: 0px 10px;
    margin: 0 10px;
    border-radius: 5px;
}
.section-countdown .button-block .button .fa-sync:before {
	left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    width: 18px;
    height: 18px;
    border: 2px solid currentColor;
    border-right-color: transparent;
}
.section-countdown .countdown-block {
    background-color: #ff4b4b;
    width: 60%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    font-weight: 800;
}
.section-countdown .countdown-block .timers {
    display: flex;
    justify-content: center;
}
.section-countdown .countdown-block .countdown-box {
    display: flex;
    flex-direction: column;
    margin: 0 8px;
}
.section-countdown .countdown-block .countdown-box-label {
    font-size: 13px;	
}

@keyframes scale {
  0% { opacity: 0.5; transform: scale(0.8); }
  to { opacity: 0;   transform: scale(1.8); } 
}
@-webkit-keyframes scale {
  0% { opacity: 0.5; transform: scale(0.8); }
  to { opacity: 0;   transform: scale(2);   }  
}
@-moz-keyframes scale {
  0% { opacity: 0.5; transform: scale(0.8); }
  to { opacity: 0;   transform: scale(1.8); } 
}
.discount-box.stock i {
    position: relative;
    width: 17px;
    height: 17px;
    background: #29b63c;
    border-radius: 3px;
    border: 1px solid;
    margin: 0 8px;
    margin-top: 1px;
    margin-right: 5px;
}
.discount-box.stock i:before {
    position: relative;
    font-size: 9px;
    top: 1px;
    color: #fff;
}
.discount-box.stock i:after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #29b63c;
    display: inline-block;
    border-radius: 3px;
    opacity: .25;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes svg-1 {
  0%   { transform: scale(0.7);  }
  50%  { transform: scale(1);    }
  100% { transform: scale(0.65); }
}
@-webkit-keyframes svg-1 {
  0%   { transform: scale(0.7);  }
  50%  { transform: scale(1);    }
  100% { transform: scale(0.65); } 
}
@-moz-keyframes svg-1 {
  0%   { transform: scale(0.7);  }
  50%  { transform: scale(1);    }
  100% { transform: scale(0.65); }
}
@keyframes svg-2 {
  0%   { transform: rotateY(60deg);  }
  50%  { transform: rotateY(-60deg); }
  100% { transform: rotateY(60deg);  } 
}
@-webkit-keyframes svg-2 {
  0%   { transform: rotateY(60deg);  }
  50%  { transform: rotateY(-60deg); }
  100% { transform: rotateY(60deg);  }
}
@-moz-keyframes svg-2 {
  0%   { transform: rotateY(60deg);  }
  50%  { transform: rotateY(-60deg); }
  100% { transform: rotateY(60deg);  }
}
.sale-counter {
    display: flex;
}
.product-count-sale {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
	background-color: #29b63c;
    color: #fff;
    font-weight: 600;
    min-width: 230px;
    padding: 0 8px;
    margin: auto;
    height: 30px;
    border-radius: 5px;
    margin-bottom: -10px;
}
.product-count-sale svg {
    position: relative;
    height: 17px;
    width: 17px;
    right: -3px;
    max-width: 20px;
    top: -1px;
    margin: 0 2px;
}
.product-count-sale svg path:first-child {
    -webkit-animation-name: svg-1;
    animation-name: svg-1;
    -webkit-animation-duration: 1.5s;
    animation-duration: 2.0s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform-origin: bottom center;
    fill: #fff;
}
.product-count-sale svg path:last-child {
    -webkit-animation-name: svg-2;
    animation-name: svg-2;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    fill: #29b63c;
}
.product-count-sale .counter {
	text-align: center;
    font-weight: 500;
    font-size: 11px;
}
.product-count-sale .counter .lang {
	text-align: center;
}
.product-count-sale .counter span {
    font-weight: 800;
}
.people-counter {
	text-align: center;	
    font-weight: 500;
}
.people-counter span {
    font-weight: 800;
}
@keyframes fade {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; } 
}
@-webkit-keyframes fade {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; } 
}
@-moz-keyframes fade {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; } 
}
.watch-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #29b63c;
    font-weight: 600;
    background-color: #ffffff;
    width: 230px;
    margin: auto;
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;
}
.watch-counter i {
    background: #29b63c;
    margin: 0 5px;
    top: 0px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
    width: 22px;
    right: -5px;
    position: relative;
    top: 1px;
    -webkit-animation-name: fade;
    animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.offer-countdown {
	display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    background-color: #ff6d6d;
    width: 230px;
    margin: auto;
    height: 30px;
    border-radius: 5px;
    margin-top: 5px;	
}
.offer-countdown .timer {
	display: flex;
    direction: ltr;
    margin-inline-end: 5px;
}

.product-data {
	 margin-top: 5px;
}

.payments-banner {
    position: relative;
    text-align: center;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
}
html[dir="ltr"].payments-banner {
	letter-spacing: 2px;
    text-transform: uppercase;
}
.payments-banner .title {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    transform: translateY(50%);
    background: #f5f7f9;
    padding: 0 5px;
    color: #4f738a;
    font-weight: 600;
    font-size: 14px;
    z-index: 1;
}
.payments-banner .content-payments-banner:not(.slick-initialized) {
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 90%;
}
.payments-banner .content-payments-banner:not(.slick-initialized) .payment-icon-box {
    margin: 0 5px;
}
.payments-banner .content-payments-banner {
    padding: 15px 0px 5px;
    border: 1px solid #4e738a12;
    border-radius: 10px;
    margin: 0px 20px;
    background-color: transparent;
}
.block-product .product-options .selects-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 90%;
    margin: auto;
}
.block-product .product-options .selects-container .option-item {
    margin: 0 5px;	
}
.block-product .product-options .buttons-container .button-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
    margin-top: 10px;	
}
.block-product .product-options .buttons-container .button-item .option_title {
	transform: rotateZ(90deg);
    margin-left: -2px;
    display: none;
}
.block-product .product-options .buttons-container .button-item.size-select-buttons {
    display: flex;
    flex-direction: column;	
}
.block-product .product-options .buttons-container .button-item.size-select-buttons .option_title {
    display: block;
    transform: none;
    margin: 0;
    margin-bottom: 3px;
}
.block-product .product-options ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px;
}
.block-product .product-options ul li {
    display: block;
    width: auto;
    cursor: pointer;
    padding: 2px 6px;
    padding-top: 0;
    border-radius: 3px;
    margin: 3px 2px;
    font-weight: 600;
    font-size: 12px;
    background-color: var(--second-color);
    color: #ffffff;
    opacity: 0.5;
}
.block-product .product-options ul li.active {
    background-color: var(--second-color);
    color: #fff;	
    opacity: 1;
}
.block-product .product-options ul li.size-choice {
	padding-top: 3px;
    background-color: #4f738a;
}
.block-product .product-options .option_title {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: var(--second-color);
    font-size: 12px;
    font-weight: 600;
}
.cart-view .cart-products-list {
	padding: 0 15px;
}
.cart-view .related-products .products-slider {
    margin-bottom: 0px!important;
}
.block-product.qv-product {
    width: 75%;
    margin: auto;
    margin-top: -5px;
    margin-bottom: 25px;
}
.block-product.qv-product .product-options .buttons-container .button-item .option_title {
    transform: unset;
    margin-left: 0;
}
.block-product.qv-product .product-options .buttons-container .button-item.size-select-buttons .option_title {
    font-size: 17px;
    margin-bottom: 5px;	
}
.block-product.qv-product .product-options .buttons-container .button-item {
    flex-direction: column;
}
.block-product.qv-product .product-options ul select {
    width: 90px;
    font-size: 12px;
}
.block-product.qv-product .product-options ul li.image-choice {
	height: 30px;
    width: 30px;	
}
.block-product.qv-product .product-options ul li.size-choice {
    font-size: 15px;	
}
.block-side-filter .filter-block {
	overflow: hidden;
    height: calc(100% - 80px);
}
.block-side-filter .filter-block #filters {
    overflow: auto;
    height: calc(100% - 130px);
}
.block-side-filter .filter-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #4e738a14;
    padding: 40px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.block-side-filter .filter-item.filter-title {
    align-items: center;
    border: 0;
    color: #fff;
    cursor: unset;
    background-color: var(--second-color);
} 
.block-side-filter .filter-item.filter-title .product-count {
    font-size: 11px;
    color: #fff;
}
.block-side-filter .filter-item.filter-sort .select-block select {
    padding: 0;
    border: 0;
    font-size: 14px;
    color: var(--second-color);
    font-weight: 600;
    background-color: #fe857214 !important;
    height: 28px;
    border-radius: 4px;
    padding-top: 2px;
    cursor: pointer;
    -webkit-appearance: none;
    width: 95px;
    background-size: 12px;
    text-align: center;
    text-align-last: center;
}
.block-side-filter .filter-item.filter-sort .select-block .select-icon {
    border: 0;
}
.block-side-filter .filter-item.filter-form {
    flex-direction: column;	
}
.block-side-filter .onsale {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: -5px;
    width: 100%;
}
.block-side-filter .onsale .onsale-label {
    margin: 0 5px;	
}
.block-side-filter .filter-section-title {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
.block-side-filter .filter-item .item-icon {
    border: 0;
}
.block-side-filter .filter-item .item-text {
    display: flex;
    justify-content: space-between;
	align-items: center;
    width: 100%;
}
.block-side-filter .filter-section-title .item-text i { 
	transform: rotate(270deg);
   transition: transform .5s cubic-bezier(.3, .35, .4, .89);
    font-size: 10px;
}
.block-side-filter .filter-section-title:not(.collapsed) .item-text i { 
    transform: rotate(180deg);
}
.block-side-filter .filter-item .active-indicator {
    position: absolute;
	display: none;
    top: calc(1rem / 2);
    right: 0;
    width: 3px;
	height: 50px;
    min-height: 50px;
    min-width: 3px;
    background: var(--primary-color);	
}
html[dir="ltr"] .block-side-filter .filter-item .active-indicator {
    right: unset;
	left: 0;
}
.block-side-filter .filter-item.active .active-indicator {
	display: block;
}
.block-side-filter .filter-item .item-text span {
    margin: 0 8px;
}
.block-side-filter .filter-section-title .item-icon > svg {
    fill: var(--primary-color);
	height: 22px;
    width: 22px;
    margin-top: -3px;
}
.block-side-filter .filter-item .filter-section-content {
	margin-top: 20px;
}
.block-side-filter .filter-item.filter-price .filter-section-content {
    padding: 20px;
    padding-top: 0px;
    margin-top: -15px;
}
.block-side-filter .filter-item.filter-price .filter-section-content .form-field {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-side-filter .filter-item.filter-price .filter-section-content .input-label {
    display: block;
	padding: 5px 0;
        font-size: 12px;
}
.block-side-filter .filter-item.filter-price .filter-section-content .field-currency {
    position: absolute;
    left: 35px;
    pointer-events: none;
    z-index: 3;
}
html[dir="ltr"] .block-side-filter .filter-item.filter-price .filter-section-content .field-currency {
    left: unset;
    right: 35px;	
}
.block-side-filter .filter-item.filter-price .filter-section-content .price-input {
    position: relative;
    padding: 0;
    padding-left: 4rem;
    padding-right: 1rem;
    height: 2.4rem;
    width: 100%;
    background-color: #fe857214;
    border: 0;
    border-radius: 5px !important;
}
html[dir="ltr"] .block-side-filter .filter-item.filter-price .filter-section-content .price-input {
    padding-right: 4rem;
    padding-left: 1rem;	
}
.block-side-filter .filter-item.filter-price {
    padding: 0;
}
.block-side-filter .filter-item.filter-price .filter-section-title {
    padding: 40px;
}
.block-side-filter .filter-item .attribute-item {
    padding: 0 15px;
}
.block-side-filter .filter-item .attribute-label-item {
    display: flex;
    width: 100%;
    cursor: pointer;
}
.block-side-filter .filter-item .attribute-label-item:has(span.attribute-image) {
    align-items: center;
}
.block-side-filter .filter-attribute-list input,
.block-side-filter .onsale input {
    visibility: hidden;
    display: none;
}
.block-side-filter input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 1rem;
    height: 1rem;
    right: 0;
    z-index: -1;
}
html[dir="ltr"] .block-side-filter input[type=checkbox] {
    right: unset;
    left: 0;	
}
.block-side-filter .filter-item .color-item input:checked~label .color-label,
.block-side-filter .filter-item .color-item input:checked~.color-label {
    transform: scale(1.1);
}
.block-side-filter .filter-item .color-item .color-label {
    width: calc(1.5rem - 5px);
    height: calc(1.5rem - 5px);
    min-width: calc(1.5rem - 5px);
    min-height: calc(1.5rem - 5px);
    border-radius: 4px;
    transition: transform .3s ease-out,box-shadow .3s ease-out;
    background: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
	box-shadow: none;
}
.block-side-filter .filter-item .color-item:hover .color-label span {
   /* transform: scale(.5); */
}
.block-side-filter .filter-item .color-item input:checked~.color-label span {
    transform: scale(.6);
}
.block-side-filter .filter-item .color-item .color-label span {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    max-width: 1.5rem;
    max-height: 1.5rem;
    border-radius: 4px;
    transition: transform .3s ease-out,opacity .3s ease-out;
    transform: scale(0);
    z-index: 2;
    background: #fff;
    transform-origin: center;
    box-shadow: none;
}
.block-side-filter .filter-item .attribute-label {
    margin-right: 10px;
        font-size: 12px;
}
html[dir="ltr"] .block-side-filter .filter-item .attribute-label {
    margin-right: 0px;
    margin-left: 10px;	
}
.block-side-filter .filter-item .attribute-label .attribute-image {
    margin: 0 5px;
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.block-side-filter .filter-item .attribute-label:has(.attribute-image) {
    margin-top: -3px;	
}
.block-side-filter .filter-item .filter-remove {
    margin-top: 5px;
    float: left;
	display: none;
}
html[dir="ltr"] .block-side-filter .filter-item .filter-remove {
    float: right;	
}
.block-side-filter .filter-item.filter-price .filter-remove {
    margin-top: 15px;
    margin-bottom: 0px;
}
.block-side-filter .filter-item .filter-remove > span {
    margin: 0 5px;
}
.block-side-filter .filter-item .filter-remove > icon {
	fill: var(--second-color);
}
.block-side-filter .filter-item.active .filter-remove {
	display: flex;	
}
.block-side-filter .filter-item .attribute-label span:after,
.block-side-filter .filter-remove span:after {
    content: "";
    box-shadow: none;
    left: 0;
    bottom: -1px;
    opacity: 0;
    display: flex;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-out,opacity .1s ease-out .2s;
    width: 100%;
}
html[dir="ltr"] .block-side-filter .filter-item .attribute-label span:after,
html[dir="ltr"] .block-side-filter .filter-remove span:after {
   transform-origin: left;
    left: unset;
	right: 0;
}
.block-side-filter .filter-item .attribute-item:hover .attribute-label span:after,
.block-side-filter .filter-item .attribute-item:focus-within .attribute-label span:after {
    transform: scaleX(1);
    opacity: .7;
    transition: transform .3s ease-out,opacity .3s ease-out;
}
.block-side-filter .filter-remove:hover span:after {
    transform: scaleX(1);
    opacity: 1;
    transition: transform .3s ease-out,opacity .44s ease-out;
    transform-origin: left;
}
html[dir="ltr"] .block-side-filter .filter-remove:hover span:after {
    transform-origin: right;	
}
.block-side-filter .checkbox_icon {
    display: flex;
    height: 1.28rem;
    width: 1.28rem;
    min-width: 1.28rem;
    min-height: 1.28rem;
    pointer-events: none;
    --transition-duration: .2s;
    fill: var(--second-color);
}
.block-side-filter .checkbox_icon_cover {
    transform-origin: center;
    fill: #fff;
    transition: transform .2s .10s;
}
.block-side-filter input[type=checkbox]:checked~.checkbox_icon .checkbox_icon_cover {
    transform: scale(0);
    --transition-delay: 0s;
}
.block-side-filter .checkbox_icon_empty {
    fill: transparent;
    stroke: var(--second-color);
    stroke-width: 1.4px;
}
.block-side-filter .checkbox_icon_checmmark {
    stroke: #fff;
    stroke-width: 1.4;
    fill: transparent;
}
.block-side-filter .filter-btn-block {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    padding: 0 20px;
    z-index: 5;
}
.block-side-filter .filter-btn-block:not(.has-filter) .clear-filter-btn {
    display: none;
}
.block-side-filter .filter-btn-block:not(.has-filter) .filter-btn {
    width: 100%;
}
.content-payments-banner img {
    width: 50px;
    height: 50px;
}
.slider-home:not(.slick-initialized) {
	visibility: hidden;
}
.rtl .form-account-info #inputMobile {
	direction: ltr;
}
.rtl .form-account-info .custom-checkbox-container .custom-checkbox-checkmark:after {
    left: 10px;
    top: 7px;	
}
.block-quick-view .btn-add-cart.has-options {
    margin-bottom: 20px;	
}
.block-quick-view .btn-add-cart.out-stock {
    background-color: #4f738a3d!Important;
    margin-top: 8px;
    margin-bottom: 16px;
    border-radius: 8px;
}
.block-product .product-options ul li.image-choice {
    background-image: url(product-img.svg);
    background-size: 100% 100%!important;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 4px;
    height: 18px;
    width: 18px;
    margin: 4px;
    opacity: 1;
    border: 1px solid #817f7f;
}
.block-product .product-options ul li.image-choice:after {
    content: "";
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border-radius: 6px;
    top: -4px;
    left: -4px;
}
.block-product .product-options ul li.image-choice.active {
    border: 0;
    background-color: var(--primary-color);
    font-size: 15px;
    font-weight: 600 !important;
    color: #ffffff;
    opacity: 1 !important;
}
.block-product .product-options ul li.image-choice.active:after {
    border: 2px solid #d7d7d7;
}
.block-product .product-options ul select {
    padding: 3px;
    width: 60px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    border: 0;
    background-color: #4f738a12;
    color: #4f738a;
    border-radius: 3.5px;
    font-weight: 700;
}
.block-product .product-options ul li.more-options {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #f2f5f7;
    color: #fff;
    padding-top: 2px;
    border: 0;
}
.image-choice.more-options > span {
	text-align: center;
}
.image-choice.more-options > i.fa-sync {
    width: 10px;
    height: 10px;
}
.image-choice.more-options > i.fa-sync:before {
	height: 10px;
    width: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    margin: 0;
    border: 2px solid currentColor;	
    border-right-color: transparent;
}
.block-product .product-options ul li.more-options:after {
	display: none;
}
#product-form .size-box {
    padding-top: 10px;
}
.options-border {
    border: 1px dashed #ff4b4b!important;
}
.toast-title {
    display: none;	
}
.product-img-swiper {
    border-radius: 10px;
    overflow: hidden;
}
.modal.show {
    overflow: auto;	
}

.whatsapp-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: auto;
    width: 58px;
    height: 55px;
    bottom: 25%;
    border-radius: 9px 0 0 9px;
    z-index: 99;
}
.whatsapp-button.direction-left{
	border-radius: 0px 12px 12px 0px;
    right: auto;
	left: 0;
}
.whatsapp-button .whatsapp-icon {
    -webkit-mask-image: url('whatsapp-icon.svg?v=1.0');
	mask-image: url('whatsapp-icon.svg?v=1.0');
    -webkit-mask-size: cover;
	mask-size: cover;
    background-color: #fff;
    width: 35px;
    height: 35px;
}
.gift-card {
    width: 85%;
    margin: auto;
    margin-top: 15px;
    border: 0!important;
    border-radius: 10px!important;
    background: var(--primary-color)!important;
	color: #fff!important;	
        padding-top: 5px;
}
.gift-card:not(:has([aria-expanded="true"])) {
    border-radius: 5px!important;
}
.gift-card .btn-block {
    height: 40px;
	transition: all ease 0.5s;
}
.gift-card .btn-block, #showGiftCard {
	color: #fff!important;
}
.gift-card .btn-block[aria-expanded="true"] {
    margin-top: 25px;
    font-weight: 800;
}
.gift-card .gift-card__header {
    padding-top: 2px!important;
    padding-bottom: 10px!important;
    margin: 0 15px;
    color: #fff;
    font-size: 11px;
    text-align: center;
        display: none;
}
.gift-card .gift-card__body label {
    font-size: 14px;	
}
.gift-card .gift-card__header li {
    display: block!important;
}
.gift-card .gift-card__body .form-group {
	margin-bottom: 20px!important;
}
.gift-card .gift-card__body input,
.gift-card .gift-card__body textarea {
    background-color: #ffffff;
    border-radius: 7px!important;
	border: 0;
}
.gift-card .gift-card__body input {
    height: 40px;
}
.gift-card button {
    line-height: 1;
}
.gift-card #showGiftCard .gift-card__button.btn-outline-primary {
    border: 1px solid!important;
    padding: 0!important;
    color: #fff!important;
    border-radius: 5px!important;
}
.gift-card #showGiftCard .gift-card__button.btn-primary {
    border: 0!important;
    padding: 0px!important;
    background-color: #fff;
    color: var(--second-color)!important;
    border-radius: 5px!important;
}
.gift-card #showGiftCard .gift-card__design .gift-card__button {
    display: flex;
    align-items: center;
    padding: 5px!important;	
}
.gift-card .gift-card__button .save-progress {
	display: none;
}
.cart-gift-card {
	width: 90%;
    margin: auto;
    margin-top: 15px;
    text-align: center;
}
#giftPreviewModal .gift-preview__body {
    position: relative!important;
}
#giftPreviewModal.show {
	display: flex!important;
    justify-content: center;
    align-items: center;
}
#giftPreviewModal .modal-dialog {
    width: 100%;	
}
#giftPreviewModal .modal-dialog .btn-outline-primary.gift-card__button {
    border: 1px solid!important;
    padding: 0!important;
    color: var(--second-color)!important;
    border-radius: 5px!important;
}
#giftPreviewModal .modal-dialog .btn-outline-primary.gift-card__button:hover {
    color: #fff!important;
}
#giftPreviewModal .modal-dialog .btn-primary.gift-card__button {
    color: #fff!important;
    border-radius: 5px!important;
}
#giftPreviewModal .modal-footer {
    justify-content: center;
}
.is-gift-label .form-group {
    width: 100%;
}
.is-gift-label .checkbox-container {
    height: 20px;
}
.is-gift-label input:checked + span {
    position: relative;
    background-color: var(--btn-color);
    border: 0;
    color: #fff;
}
.is-gift-label input + span {
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 3px;
    background-color: #4f738a0f;
    cursor: pointer;
}
.is-gift-label input:checked + span:after {
    position: absolute;
	left: -2px;
    height: 18px;
    width: 18px;
    top: -1px;
    font-size: 14px;
}
html[dir="ltr"] .is-gift-label input:checked + span:after {
	right: -2px;
	left: unset;
}
.is-gift-label input:checked + span:after {
    content: "\e910";
    font-family: 'icomoon';
}
.is-gift-label {
    font-size: 13px;
}
.is-gift-label .custom-checkbox-label > span {
    margin: 0 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--second-color);
}
.swiper-pagination-bullet {
    background: #4d7289;
}
.swiper-pagination-bullet-active {
    background: #4d7289;	
}
.section .nav-tabs {
    margin-bottom: 15px;	
}
.qv-product-img-swiper {
    margin: 10px;
    margin-bottom: 0px;
    border-radius: 10px;
}
.block-payments-widget .applepay-widget {
    margin: auto;
	margin-top: 10px;
	min-width: 90%;
    max-width: 90%;	
}
.product-info-block.out-stock .block-payments-widget .applepay-widget {
	display: none;
}
.cart-page .applepay-cart-widget {
	min-width: 90%;
    max-width: 90%;
    margin: auto;
	margin-bottom: 10px;
}
.loyalty_button_footer {
    z-index: 99999!Important;	
}
.loyalty-rewards-popup .loyalty-points__info {
    text-align: center;
    margin-bottom: 15px;
}
.loyalty-points-widget {
	width: 84%;
    background-color: #fff;
    border-radius: 10px;
    margin: 0px 20px;
}
.loyalty-points-widget .loyalty-points-products-section {
    font-size: 15px;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.cart-page .loyalty-points-widget {
    margin: auto;	
	margin-top: 25px;
}
.cart-page .loyalty-points-section {
	margin: 0;
    border: 0;
    border-radius: 0;
    padding: 15px;	
}
.cart-page .loyalty-points-section .loyalty-points-expected-section .flex-shrink-0 {
    text-align: end;
}
.cart-page .loyalty-points-section .loyalty-points__info p {
    font-size: 15px;
    margin-bottom: 35px;
}
.cart-page .loyalty-points-section .loyalty-points-redemption-form select {
    font-size: 11px;	
}
.cart-page .loyalty-points-section .loyalty-points-redemption-form button {
    margin-left: 0px;
    margin-right: 15px;
    padding-top: 5px;
}
.cart-page .loyalty-points-section .applied_redemption_method_name {
    font-size: 11px!important;
    padding: 5px 5px!important;	
}
.cart-page .loyalty-points-section .loyalty-points-method-applied-row button {
    margin-left: 0px;
    padding-top: 5px;
    background-color: var(--btn-color);
    color: var(--second-color)!important;
    min-width: auto;
    border-radius: 5px;
    text-decoration: none;
}
.cart-page .loyalty-points-section button > img {
	display:none!Important;
}
.cart-page .list-item-cart .error-message {
    font-size: 14px;
    margin-top: 10px;
    color: #ff0000;	
}
#toast-container .cart-error {
    font-size: 11px;
}
div[id^="eapps-form-builder"] div[class^="FieldsGrid__Grid"] label[class^="FormFieldLayout__Label"] { 
  text-align: start;
}
div[id^="eapps-form-builder"] div[class^="FormFieldLayout__Error"] {
	text-align: center	
}
div[id^="eapps-form-builder"] div[class^="FormLayout__ErrorText"] {
	text-align: center
}

@media screen and (max-width: 992px){
    .section{
    padding-top: 0;
    padding-bottom: 0;
    }
    .section .section-title{
        font-size:25px;
        margin-bottom:0;
    }
    .block-about h3{
        font-size:18px
    }
    .block-blog-home>.row.align-items-center{
        display:block
    }
    .block-blog-home .thumb-b{
        padding:0
    }
    .title-p-q{
    padding: 0px 50px;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    }
    .gc-zoom-area,
	.gc-lens-container{
        display:none !important
    }
    .close-modal .svg-icon{
        width:25px;
        height:25px;
        display: none;
    }
    .header{
        margin-bottom:20px
    }
    .slider-home{
        margin-top:0px
    }
    .welcome-user{
        font-size:20px
    }
    .body-account-page{
        padding:20px
    }
    .cart-product-row-wrapper .cart-product-row{
        flex-wrap:wrap
    }
    .cart-product-row-wrapper .cart-product-row .cart-product-delete{
        order:5;
        width:50%;
        padding:0;
        margin-top:21px
    }
    .cart-product-row-wrapper .cart-product-row .cart-product-col-img{
        order:2
    }
    .cart-product-row-wrapper .cart-product-row .cart-product-col-details{
        order:2;
        width:40%
    }
    .cart-product-row-wrapper .cart-product-row .cart-products-action{
        padding:0;
        order:4;
        width:50%;
        margin-top:16px
    }
    .cart-product-row-wrapper .cart-product-row .cart-products-action .cart-product-quantity-dropdown select{
        width:90%
    }
    .cart-product-row-wrapper .cart-product-row .cart-product-prices{
        order:3;
        width:30%
    }
    .cart-product-row-wrapper .cart-product-row .cart-product-prices>div{
        margin:0 !important
    }
    .cart-product-row-wrapper .cart-product-row .cart-product-delete,.cart-product-row-wrapper .cart-product-row .cart-product-prices{
        text-align:right
    }
    .cart-product-row-wrapper .cart-product-row .form-group{
        margin:0 !important
    }
    .go-to{
        margin:-30px 16px 0 auto
    }
    .block-why h3{
        margin-bottom:7px
    }
}
@media screen and (max-width: 787px){
	.item-slider .content-slider .button a {
		font-size: 12px !important;
		padding: 4px 8px;
            border-radius: 8px;
	}
    .item-slider img.desktop-img{
        display:none
    }
    .item-slider img.mobile-img{
        display:block
    }
	.swiper-big-slider .product-item-slide:not(.swiper-slide-active) {
		opacity: 0.6;
		filter: blur(0.5px);
		transform: scale(0.9);
	}
	.autocomplete-suggestion__thumbnail {
		height: auto;
	}
	.block-testimonial {
		margin: 0px 5px;
	}
	.qv-product-img-swiper img {
		object-fit: cover;
	}	
	.block-quick-view .thumb-gallery {
		display: grid;
	}
	.qv-product-img-swiper .swiper {
		max-width: 100%;
	}
	#side-menu .top-menu-buttons {
		align-items: center;
	}
}
@media screen and (max-width: 376px){
    .header .svg-icon{
        height:20px;
        width:20px;
        mask-size:contain;
        -webkit-mask-size:contain;
        -moz-mask-size:contain
    }
}