/* main */
@font-face{
    font-family: 'PingARLT';
    src:url('PingARLT-Thin.woff2') format('woff2');
    font-weight: 100;
}
@font-face{
    font-family: 'PingARLT';
    src:url('PingARLT-ExtraLight.woff2') format('woff2');
    font-weight: 200;
}
@font-face{
    font-family: 'PingARLT';
    src:url('PingARLT-Light.woff2') format('woff2');
    font-weight: 300;
}
@font-face{
    font-family: 'PingARLT';
    src:url('PingARLT-Regular.woff2') format('woff2');
}
@font-face{
    font-family: 'PingARLT';
    src:url('PingARLT-Medium.woff2') format('woff2');
    font-weight: 500;
}
@font-face{
    font-family: 'PingARLT';
    src:url('PingARLT-Bold.woff2') format('woff2');
    font-weight: 700;
}
@font-face{
    font-family:'PingARLT';
    src:url('PingARLT-Heavy.woff2') format('woff2');
    font-weight: 800;
}
@font-face{
    font-family: 'PingARLT';
    src:url('PingARLT-Black.woff2') format('woff2');
    font-weight: 900;
}
@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;
}

body, *:not(.fa, .far, .fas, .fab) {
	font-family: 'PingARLT'!important;
}
[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: 16px;
    color: var(--primary-color);
	background-color: #fafafa;
}
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
}
.inside-flex {
    display: block;
    width: 100%;
}

button{
    cursor:pointer
}
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: #000;
}
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
}
.rtl input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form-control {
    padding: 10px 15px;
    border-radius: 5px;
}
.landing-page .main.app-content {
	padding-bottom: 0;
}
.landing-page .main.app-content:has(.sticky-cart) {
    padding-bottom: 5rem;
}
.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(--primary-color);
    border-color: var(--primary-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(--primary-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
}
/* Header */
.header {
    position: absolute!important;
    top: 0;
    z-index: 99;
    width: 100%;
    border-radius: 0 0 var(--header-border-radius, 8px) var(--header-border-radius, 8px);
	overflow: hidden;
}
.header .header-container {
    background-color: var(--header-color, transparent);
	transition: all 0.5s ease;
    padding: 5px 0px;

}
.header.transparent .header-container {
	background-color: transparent;
}
.header.js-is-stuck .header-container,
.header.js-is-sticky--change .header-container {
    position: fixed;
	top: 0px;
	width: 100%;
    background-color: var(--sticky-header-color, transparent);
    border-radius: 0 0 var(--header-border-radius, 8px) var(--header-border-radius, 8px);
	overflow: hidden;
    animation: ani-fadeIn 0.8s;
}
@-webkit-keyframes ani-fadeIn {
    from { opacity: 0 }
    to   { opacity: 1 }
}
@keyframes ani-fadeIn {
    from { opacity: 0 }
    to   { opacity: 1 }
}
.header .logo img.sticky-logo {
    display: none;
	max-width: var(--sticky-logo-size, 75px);
}
.header.js-is-stuck .logo img.sticky-logo,
.header.js-is-sticky--change .logo img.sticky-logo {
    display: flex!important;
}
.header.js-is-stuck .logo img.basic-logo,
.header.js-is-sticky--change .logo img.basic-logo {
    display: none!important;
}
.header .logo img {
    width: 100%;
	max-width: var(--main-logo-size, 75px);
	margin: 10px;
}
.header-space {
    position: relative;
	z-index: 1;
	height: 52px;
    background-color: var(--header-color, transparent);
    transition: height .3s ease;
    border-radius: 0px 0px 8px 8px;
    margin-bottom: 0px;
}

/* Header Announcement */
@keyframes scroll{
	from{transform:translateX(0)}
	to{transform:translateX(100%)}
}
@keyframes scroll-reverse{
	from{transform:translateX(0)}
	to{transform:translateX(-100%)}
}
.section-marquee {
    background-color: transparent;
    margin: 0;
}
.section-marquee .marquee {
    display: flex;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
    background-color: transparent;
    background-image: linear-gradient(to right,var(--background-gradient));
    margin: 0;
    padding: 50px 0;
    position: relative;
	overflow: hidden;
}
.section-marquee.bg-color {
    background: var(--background-color); 
}
.section-marquee.bg-color.bg-gradient {
    background: linear-gradient(var(--gradient, 50deg),
	var(--background-color) 50%,
	var(--background-color-2) 100%); 
}
.section-marquee .marquee-content {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    min-width: 100%;
    animation: scroll var(--move-speed, 20s) linear infinite;
}
.ltr .section-marquee .marquee-content {
    animation: scroll-reverse var(--move-speed, 20s) linear infinite;
}
.section-marquee .marquee-content li {
    display: flex;
    align-items: center;
}
.section-marquee .marquee-content li > a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    padding-top: 2px;
}
.section-marquee .marquee-content li .separating {
    margin: 0 10px;
}
.section-marquee .marquee-content li .icon {
	width: 30px;
	height: 30px;
    margin-left: 2rem;
    margin-right: 2rem;
}

.header-announcement {
    height: auto;
    background-color: var(--primary-color);
}
.header-announcement .marquee {
    line-height: normal;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 400;
    background: unset;
}
.header-announcement .marquee .marquee-content {
    gap: 15px;
}
.header-announcement .announcement-content .items-center .icon {
    width: 20px;
    height: 20px;
    margin: 0 10px;
}
.header-announcement .announcement-content .items-center > a {
    display: flex;
    align-items: center;
	padding: 0;
}
.header-announcement .fade-content .items-center .icon {
	margin: 0px;
	margin-inline-end: 5px;
}
.header-announcement .fade-content {
    height: 35px;
}
.header-announcement .fade-content .items-center {
    display: flex;
    justify-content: center;
    text-align: center;
    min-height: 35px;
    font-size: 13px;
    height: 100%;
}
.header-announcement .fade-content .items-center > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	width: 100%;
}
.header-announcement .fade-content .items-center:not(:first-child) {
    display: none;
}

/* main slider */

.slider-home .item-slider{
    position:relative;
    display:block;
}
.slider-home .item-slider img{
    object-fit: contain;
    height: 100%;
    width: 100%;
    margin: auto;
    border-radius: 0;
}
.slider-home .item-slider img.mobile-img{
    display:none
}
.slider-home .item-slider .content-slider .container-slider {
    width: 100%;
    padding: 10px;	
}
.slider-home .item-slider .content-slider{
    position:absolute;
    display: flex;
    align-items: center;
    height:100%;
    width:100%;
    left:0;
    right:0;
    top:0;
    padding: 0 15px;
}
.slider-home .item-slider .content-slider .button{
    margin-top: 5px;
    font-size: 18px
}
.slider-home .item-slider .content-slider .button button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 4px;
        font-size: 13px !important;
}
.slider-home .item-slider .content-slider .button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: var(--second-color);
}
.slider-home .item-slider .content-slider .button a > .loader-icon {
    width: 13px;
    height: 13px;
}
.slider-home{
    overflow: hidden;
}
.slider-home .inside-flex {
    display: flex;
    flex-direction: column;
	gap: 5px;
        margin-top: 50px;
}
.slider-home.slick-slider .slick-list {
    border-radius: 0;	
}
.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: #000000;
    opacity: 0.2;
    border: 0;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -999em;
}
.slick-dots li.slick-active button {
    background: #000;
    opacity: 0.5;
}
.slider-home .slick-dots li button { 

}
.slider-home .slick-dots li.slick-active button {
    background: #fff;
}
.slick-dots li {
    display:inline-block;
	width: 18px;
	height: 16px;
	vertical-align: baseline;
    text-align:center;
    margin: 0px;	
}
.slider-home .slick-dots {
	padding-left: 10px;
    text-align: end;	
    bottom:10px;	
}
.slider-home:not(.slick-initialized) .item-slider:not(:first-child) {
    display: none;
}
.slider-home .item-slider video {
    display: flex;
    margin: auto;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slider .slider-container {
    display: flex;
	width: 100%;
    height: 100%;	
}
.main-slider .item-slider.custom-position .slider-container > * {
    margin: 0;
	border-radius: 0;
}

/* section titles */
.section .section-title {
    display: block;
    width: 100%;
    font-size: 20px;
	text-align: center;
}
.section .section-subtitle {
    display: block;
    width: 100%;
	font-size: 12px;
    margin-top: 8px;
	text-align: center;
        padding: 0px 30px;
}
.section {
    position: relative;
}

/* single product */
.section.single-product {
    padding: 15px 0px;	
}
.section.single-product .section-top-title {
    padding: 0px 20px;	
}
.section.single-product .product-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
    margin: 15px 55px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 15px;
    z-index: 1;
}
.section.single-product .product-box .gallery-img {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}
.section.single-product .product-box .thumb-gallery {
    position: relative;
}
.section.single-product .product-box .product-labels {
    position: absolute;
    width: auto;
    display: flex;
    flex-direction: column;	
	align-items: flex-start;
    padding: 0;
    right: 0;
    top: 40px;
    gap: 5px;
    z-index: 2;
}
.ltr .section.single-product .product-box .product-labels {
    right: unset;
	left: 0;
}
.section.single-product .product-box .product-labels span {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 4px 7px;
    padding-bottom: 5px;
    border-radius: 4px 0px 0px 4px;
    height: unset;
    font-weight: 600;
}
.ltr .section.single-product .product-box .product-labels span {
    border-radius: 0px 4px 4px 0px;
}
.section.single-product .product-box .product-labels .badge-box {
    background-color: #5fda4d;
    color: #fff;
}
.section.single-product .product-box .product-slide {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
}
.section.section.single-product .product-box .single-product-slider {
    margin-bottom: 8px;
}
.section.single-product .product-box .single-product-slider .product-slide a {
    min-height: auto;
    width: 100%;
}
.section.single-product .product-box .single-product-slider .product-slide img {
    width: 100%;
    height: 100%;
}
.section.single-product .product-box .single-product-slider-thumbs {
    display: flex;
    justify-content: center;
}
.section.single-product .product-box .single-product-slider-thumbs .product-slide {
	cursor: pointer;
    height: auto;
    opacity: 0.8;
}
.section.single-product .product-box .single-product-slider-thumbs .product-slide.swiper-slide-thumb-active {
    opacity: 1;
}
.section.single-product .product-box .single-product-slider-thumbs .product-slide > img {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
}

.section.single-product .product-box .share-btn {
    position: absolute;
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    margin: 5px;
	top: 5px;
    left: 5px;
    right: auto;
    border: 1px solid;
    border-radius: 9px;
    background-color: #fff;
    opacity: 0.1;
    z-index: 3;
        display: none;
}
.section.single-product .product-box .share-btn > i{
	height: 20px;
    width: 20px;
}
.section.single-product .product-box .share-product {
    display: flex;
    justify-content: center;
    position: absolute;
    text-align: center;
    padding: 5px;
    z-index: 2;
    left: 15px;
    right: unset;
    top: 30px;
    flex-direction: column;
    width: auto;
}
.ltr .section.single-product .product-box .share-product {
	right: 15px;
    left: unset;
}
.section.single-product .product-box .share-product .product-social {
    flex-direction: column;
}
.section.single-product .product-box .share-product .product-social a {
    align-items: center;
    justify-content: center;
    border: 1px solid #cfcfcf;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    display: flex;
    height: 30px;
    font-size: 13px;
    color: var(--primary-color);
    text-decoration: none;
    margin-bottom: 10px;
}
.section.single-product .product-box .share-product .product-social a > i {
    font-size: 15px;
}
.section.single-product .product-box .product-categories {
	display: flex;
}
.section.single-product .product-box .product-categories a {
    display: block;
    color: #888;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}
.section.single-product .product-box .product-name {
    font-weight: 700;
    font-size: 25px;
    color: #000000;
}
.section.single-product .product-box .price-discount .price {
    font-size: 17px;
}
.section.single-product .product-box .price-discount .old {
    margin: 0px 3px;
    font-size: 12px;
    margin-top: 5px;
}
.section.single-product .product-box .price-discount .discount-box {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    padding: 4px 6px;
    margin-inline-start: 3px;
    border-radius: 4px;
    font-weight: 600;
    background-color: #ff5f5f14;
    color: #ff5f5f;
}
.section.single-product .product-box .block-add-to-c {
    margin-bottom: 0px;
}
.section.single-product .product-box .block-add-to-c .card-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
	width: 100%;
    background-color: transparent;
}
.section.single-product .product-box .block-add-to-c .card-buttons .buy-button {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 45px!important;
    align-items: center;
    background-color: transparent;	
}
.section.single-product .product-box .block-add-to-c .apple-pay-quick-checkout-btn {
    width: 100%;
    border-radius: 5px;
	padding: 0px;
}
.section.single-product .apple-pay-quick-checkout-btn .buyNow .apple-pay-button,
.section.single-product .apple-pay-quick-checkout-btn .donateNow .apple-pay-button {
   -apple-pay-button-type: buy !important;
   height: 45px!important;
}
.section.single-product .apple-pay-quick-checkout-btn .buy {
    margin-top: 10px;
   margin-bottom: -10px;
}
.section.single-product .product-box button.btn-add-cart {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section.single-product .product-box button.btn-add-cart > span {
    display: flex;
    align-items: center;	
}
.section.single-product .product-box .block-add-to-c .card-buttons .buy-button > button,
.section.single-product .product-box .block-add-to-c .card-buttons > a {
    height: 40px !important;
    font-weight: 600;
    border-radius: 6px;
    font-size: 16px !important;
    background: var(--buy-background-color, linear-gradient(335deg, rgb(254 101 121) 0%, rgb(158 103 252) 100%)); 
    color: var(--buy-text-color, var(--second-color));
}
.section.single-product .product-box .block-add-to-c .card-buttons .buy-button > button.bg-gradient,
.section.single-product .product-box .block-add-to-c .card-buttons > a.bg-gradient {
    background: linear-gradient(var(--buy-bg-gradient, 335deg), var(--buy-background-color) 50%, var(--buy-background-color-2) 100%); 	
}
.section.single-product .product-box .block-add-to-c .card-buttons.out-stock > a {
    background-color: #ff5f5f1c!important;
    color: #ff5f5f;
}
.block-p-qty {
	position: relative;
    margin: 10px 0;
    border: 0;
    background-color: var(--second-color);
    height: 40px;
    display: flex;
    align-items: center;
    margin-inline-end: 10px;
    border-radius: 6px;
}
.block-p-qty button.button-plus {
    right: 0;
}
.block-p-qty button.button-minus {
    left: 0;
}
.block-p-qty button {
    position: absolute;
    background: none;
    border: 0;
    padding: 0;
    width: 40px;
    height: 100%;
    top: 0;
    color: var(--primary-color); 
}
.svg-icon.plus-icon:after {
    content: "";
    display: block;
    -webkit-mask-image: url('plus.svg?v=1.1');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('plus.svg?v=1.1');
    mask-size: cover;
    mask-repeat: no-repeat;
    width: 14px;
    height: 14px;
	background: var(--buy-background-color, #a167f7);
}
.svg-icon.minus-icon:after {
    content: "";
    display: block;
    -webkit-mask-image: url('minus.svg?v=1.1');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('minus.svg?v=1.1');
    mask-size: cover;
    mask-repeat: no-repeat;
    width: 14px;
    height: 14px;
	background: var(--buy-background-color, #a167f7);
}
.block-p-qty .plus-icon:after,
.block-p-qty .minus-icon:after {
    margin-top: 6px;
    width: 20px;
    height: 20px;
}
.block-p-qty input {
    text-align: center;
    height: 35px;
    width: 100%;
	color: var(--buy-background-color, #a167f7);
    background: 0 0;
    border: 0;
    font-size: 16px;
    font-weight: 600;
}
.block-p-qty input:focus,
.block-p-qty button:focus,
.block-p-qty input:focus-visible,
.block-p-qty button:focus-visible {
    border: none;	
}
.section.single-product .product-box .view-product-block {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
    font-size: 15px;
    border-top: 1px solid #eaeaea;
    color: var(--primary-color);
}
.section.single-product .product-box  .view-product-block > a {
    display: flex;
    color: inherit;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
}
.ltr .section.single-product .product-box  .view-product-block > a > i {
    transform: rotateY(180deg);
}
.price-discount {
    gap: 5px;	
}
.rtl .price-discount {
	flex-direction: row-reverse;
}

.single-product .prd-ticker {
    border-radius: 3px;
    overflow: hidden;
	margin-top: 15px;
    margin-bottom: -5px;
}
.single-product .prd-ticker .promo-ticker {
    display: flex;
    width: 100%;
    overflow: hidden;
    box-sizing: content-box;
    padding: 3px 1px;
    background-color: #000;
}
.single-product .prd-ticker .promo-ticker .ticker-scroll {
    display: flex;
    flex-wrap: nowrap;
}
.single-product .prd-ticker .promo-ticker .ticker-item {
    display: inline-flex;
    align-items: center;
    animation: scrollingText var(--ticker-speed, 10s) linear infinite;
    white-space: nowrap;
    margin-top: -1px;
    padding-inline-end: 10px;
    color: var(--ticker-color, #fff);
    font-size: var(--ticker-fontSize, 12px);
    font-weight: var(--ticker-fontWeight, 400);
}
.ltr .single-product .prd-ticker .promo-ticker .ticker-item {
    animation: scrollingTextLTR var(--ticker-speed, 10s) linear infinite;
}
.single-product .prd-ticker .promo-ticker .ticker-item i {
    display: inline-flex;
    vertical-align: top;
	width: 10px;
	height: 10px;
    margin-inline-end: 10px;
	background-color: var(--ticker-color, #fff);
}
@keyframes scrollingText {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes scrollingTextLTR {
    0% {
        transform: translateZ(0);
    }
    to {
        transform: translate3d(-100%, 0, 0);
    }
}

.single-product .prd-tags {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}
.single-product .prd-tags .tag-item {
position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 5px;
    width: auto;
    padding: 3px 6px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #9e66fc0f !important;
}
.single-product .prd-tags .tag-item .icon {
	height: auto;
    width: var(--icon-size, 18px);
}

/* product video slide */
.product-video {
    position: relative;	
}
.product-video a:before {
    content: "";
    position: absolute;
    display: flex;
    background: transparent;
	top: 0;
    width: 100%;
    height: 40%;
    z-index: 10;
}
.product-video img {
    object-fit: unset;
    height: 100%;
}
.product-video iframe  {
    position: absolute;
	top: 0;
	max-width: 100%;
    border-radius: 10px;
    z-index: 9;
}
.product-video .slider-image {
    background-size: 100% 100%;
    border-radius: 10px;
    height: 100%;
}
.product-video .play-btn {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    border: 0;
    z-index: 5;
}
.product-video .play-btn .video-icon {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border: 5px solid var(--second-color);
	border-radius: 100%;
    height: 85px;
    width: 85px;
	opacity: 0.9;
    z-index: 6;
}
.product-video .play-btn .video-icon > i {
    height: 50px;
    width: 50px;
    margin-inline-end: 20px;
}

/* icons */
.svg-icon {
    display: inline-block;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.svg-icon.icon-share {
    -webkit-mask-image: url('share-icon.svg?v=1.0');
    mask-image: url('share-icon.svg?v=1.0');
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
}
.svg-icon.icon-play {
    -webkit-mask-image: url('play-icon.svg?v=1.0');
    mask-image: url('play-icon.svg?v=1.0');
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px;
    height: 20px;
    background-color: var(--second-color);
}
.svg-icon.pause-icon {
    -webkit-mask-image: url("pause.svg?v=1.0");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("pause.svg?v=1.0");
    mask-size: cover;
    mask-repeat: no-repeat;
    background-color: var(--second-color);
}
.btn-add-cart .svg-icon {
    position: relative;
    -webkit-mask-image: url('cart-plus.svg?v=1.0');
    mask-image: url('cart-plus.svg?v=1.0');
    -webkit-mask-size: contain;
    -mask-size: contain;
    background-color: var(--buy-text-color, var(--second-color));
    width: 16px;
    height: 16px;
    margin-inline-start: 5px;
}
.svg-icon.icon-arrow-left {
    -webkit-mask-image: url('arrow-left.svg?v=1.0');
    mask-image: url('arrow-left.svg?v=1.0');
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);	
}
.block-price-w>* {
    padding: 0px;
}
.product-box .mt-2.price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px!important;
}
.block-price-w .price>* {
    display: inline-block;
}
.product-price .price {
    color: var(--primary-color);
    opacity: 0.8;
    font-weight: 500;
}
.price-discount .price {
    color: #ff5f5f;
    font-weight: 500;
}
.product-box .price>span {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 22px;
    padding: 0px;
}
.old {
    margin-inline-end: 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    opacity: 0.6;
    color: var(--primary-color)!important;
}
.product-box .price-discount .price {
    display: block;
    font-weight: 500;
}
.product-options {
    margin-top: 5px;	
}
.product-options #product-variants-options .form-group {
    margin-bottom: 20px;
}
.product-options #product-variants-options .form-group > div {
    display: flex;
    flex-direction: column;	
    font-size: 12px;
}
.product-options select,
.product-inputs select {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 13px;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
    text-align: start;
    background-image : url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path d="M18.71,8.21a1,1,0,0,0-1.42,0l-4.58,4.58a1,1,0,0,1-1.42,0L6.71,8.21a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.59,4.59a3,3,0,0,0,4.24,0l4.59-4.59A1,1,0,0,0,18.71,8.21Z"/></svg>');
    background-repeat: no-repeat;
    background-position: 8px 11px;
    background-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#product-form select.not-selected {
	border-color: #ff0000;
}
.product-options .option-button ul {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.product-options .option-button li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 5px;
    width: auto;
    border: 1px solid #ddd;
    font-size: 12px;
}
.product-options .option-button li.image-choice {
    opacity: 0.8;
}
.product-options .option-button.circle-buttons li.image-choice {
    display: flex;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 35px;
}
.product-options .option-button.circle-buttons li.active {
    opacity: 1;
    border: 1px solid var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
}
.product-options .option-button.circle-buttons li.image-choice span {
	display: none;
}
.product-options .option-button ul li.disabled {
    position: relative;
    opacity: 0.5;
}
.product-options .option-button ul li.disabled::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    top: 0;
    height: 100%;
    transform: scale(0.8);
    opacity: 0.7!important;
    mask-image: url('cancel.svg?v=1.0');
    -webkit-mask-image: url('cancel.svg?v=1.0');
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
	z-index: 1;
}

/* sticky buy now */
.sticky-cart {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    transition: transform .25s;
    transform: translateY(100%);
}
.sticky-cart .sticky-container {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.sticky-cart.open {
    transform: none;
    border-top: 0;
    box-shadow: 0 -6px 7px 0 rgb(186 186 186 / 5%);
}
.sticky-cart .block-p-qty {
    width: 50%;
    margin: 0;
    border: none;
}
.sticky-cart button.btn-add-cart {
    display: flex;
    height: 50px;
    font-size: 15px !important;
	color: var(--buy-text-color, var(--second-color));
    background: var(--buy-background-color, linear-gradient(206deg, rgba(255, 103, 118, 1) 0%, rgba(158, 101, 251, 1) 100%));
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: all 0.5s ease;
    border-radius: 6px;
    font-weight: 600;
}
.sticky-cart button.btn-add-cart.bg-gradient {
    background: linear-gradient(var(--buy-bg-gradient, 335deg), var(--buy-background-color) 50%, var(--buy-background-color-2) 100%);
}
.rtl .sticky-cart button.btn-add-cart {
    margin-right: 10px;
    padding-right: 20px!important;
    padding: 0;
}
.sticky-cart button.btn-add-cart .mini-price {
    font-size: 13px;
    background-color: #ffffff21;
	color: var(--buy-text-color, var(--second-color));
    padding: 10px;
    padding-top: 7px;
    border-radius: 4px;
    padding-bottom: 7px;
    direction: rtl;
    margin: 6px;
    white-space: nowrap;
    margin-left: 8px;
}
.btn-add-cart .loader-icon:before {
    border-top-color: var(--buy-text-color, var(--second-color));
    border-right-color: var(--buy-text-color, var(--second-color));	
}
.sticky-cart button.btn-add-cart .mini-price svg {
    margin-inline-start: 2px;
}
.sticky-cart.out-stock .sticky-cart-block {
	display:none;
}
.sticky-cart .sticky-notification-block {
    display: flex;
    align-items: center;
    justify-content: center;	
    width: 100%;
	display:none;
}
.sticky-cart .sticky-notification-block .btn-out-stock {
	width: 100%;
    border-radius: 10px;
    height: 45px;
}
.sticky-cart .sticky-cart-block {
    display: flex;
    align-items: center;
    width: 100%;
}
.ltr .sticky-cart .sticky-cart-block {
    direction: rtl;
}
.sticky-cart button[disabled].btn-add-cart {
	margin: 0;
}
.ltr .sticky-cart button.btn-add-cart {
    direction: ltr;
	padding-left: 15px!important;
    padding-right: 5px!important;
    margin-right: 10px;
}
.sticky-cart button.btn-add-cart.justify-content-center {
    align-items: center;	
}
.sticky-cart button.btn-add-cart.justify-content-center .loader-icon {
    margin-inline-end: 20px!important;	
}
.sticky-cart.sticky-applepay .sticky-cart-block {
    gap: 8px;	
}
.sticky-cart.sticky-applepay .block-p-qty {
    width: 33.33%;	
}
.sticky-cart.sticky-applepay button.btn-add-cart .mini-price {
	display: none!important;
}
.sticky-cart.sticky-applepay button.btn-add-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px!important;
    margin: 0;
	width: 33.33%;
}
.sticky-cart.sticky-applepay  button.btn-add-cart .loader-icon {
    margin: 0!important;	
}
.sticky-cart.sticky-applepay .apple-pay-sticky {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 33.33%;
    background-color: #000;
    border-radius: 6px;
	overflow: hidden;
}
.sticky-cart.sticky-applepay .apple-pay-sticky .buy {
    display: flex;
    justify-content: center;
    align-items: center;
	height: 50px!important;	
	overflow: hidden;
}
.sticky-cart.sticky-applepay .apple-pay-sticky .buy div {
    display: flex;
    justify-content: center;
    align-items: center;	
}

/* loading loader */
.loader-icon {
    display: flex;
    width: 16px;
    height: 16px;
}
.loader-icon:before {
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid currentColor;
    border-top-color: rgba(255,255,255,1);
    border-right-color: rgba(255,255,255,1);
    border-bottom-color: rgba(255,255,255,.2);
    border-left-color: rgba(255,255,255,.2);
    -webkit-animation: loader-spin 1s linear infinite;
    animation: loader-spin 1s linear infinite;
    border-radius: 9999px;
    border-width: 2px;
    border-style: solid;
}
@-webkit-keyframes loader-spin{
	0%{
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	to{
		-webkit-transform:rotate(1turn);
		transform:rotate(1turn)
	}
}
@keyframes loader-spin{
	0%{
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	to{
		-webkit-transform:rotate(1turn);
		transform:rotate(1turn)
	}
}

/* features section */
.features-section .section-top-title {
    padding: 15px 20px 0px;
}
.features-section .shop-info-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	width: 100%;
	padding: 0px;
    padding-bottom: 25px;
}
.features-section .shop-info-row .shop-info-wrap {
    padding: 0;
    margin-top: 25px;	
    width: 33.33%;
    flex: 0 0 33.33%;
}
.features-section .shop-info-row.row-1 .shop-info-wrap {
    width: 100%;
    flex: 0 0 100%;
}
.features-section .shop-info-row.row-2 .shop-info-wrap {
    width: 50%;
    flex: 0 0 50%;
}
.features-section .shop-info-row.row-3 .shop-info-wrap {
    width: 33.33%;
    flex: 0 0 33.33%;
}
.features-section .shop-info-row.row-4 .shop-info-wrap {
    width: 25%;
    flex: 0 0 25%;
}
.features-section .shop-info-row .shop-info-wrap .shop-info {
	flex-direction: column;
    align-items: center;
    text-align: center;
}
.features-section .shop-info-row .shop-info-wrap .shop-info-icon {
    display: flex;
    align-items: center;
    padding: 0px;
    border-radius: 10px;
    margin-bottom: 10px;	
}
.features-section .shop-info-row .shop-info-wrap .shop-info .shop-info-text {
    padding: 0 15px;
}
.features-section .shop-info-row .shop-info-wrap .shop-info-icon > img {
	
}
.features-section .shop-info-row .shop-info-wrap .shop-info-title {
	font-size: var(--feature-title-size, 14px);
    font-weight: var(--feature-title-weight, 600);
    color: var(--feature-title-color, #1a428a);
}
.features-section .shop-info-row .shop-info-wrap .shop-info-text > span {
	font-size: var(--feature-desc-size, 12px);
    font-weight: var(--feature-desc-weight, 400);
    color: var(--feature-desc-color, #1a428a94);
	margin-top: 10px;
    text-align: center;
    width: 100%;
	line-height: 1.5;
}

/* text section */
.section-marquee {
    background-color: transparent;
    margin: 0;
}
section.section-marquee .marquee {
    display: flex;
    white-space: nowrap;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 800;
    background-color: transparent;
    margin: 0;
    padding: 50px 0;
    position: relative;
	overflow: hidden;
}
.section-marquee.header-announcement .marquee {
   margin-top: 0px;	
}
.section-marquee .marquee-content {
    flex-shrink: 0;
    display: flex;
    min-width: 100%;
    animation: scroll var(--move-speed, 20s) linear infinite;
}
.section-paragraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px 15px;
    gap: 10px;
}

.section-headline {
    color: var(--primary-color);
    text-align: center;
    font-size: 44.627px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px;
}

/* text and image section */
.section.text-and-image {
    padding: 20px;
}
.text-and-image .about-image {
	padding: 0px;
}
.photos .photos-block:nth-child(odd) {
    flex-direction: row-reverse;
}
.text-and-image .title {
    width: 100%;
    text-align: start;
    color: var(--primary-color);
    font-size: 35px;
    font-weight: 800;
    word-wrap: break-word;
    padding-bottom: 1rem;
}
.text-and-image .side-content > div {
    width: 100%;
    word-wrap: break-word;
}

/* countdown timer */
.section.countdown-timer {
  background-color: #ff6f6f;
  margin: 10px 20px;
  border-radius: 12px;
}
.sale-container {
    text-align: center;
    padding: 20px;
    color: var(--timer-color, #fff);
        padding-bottom: 10px;
}
.sale-container > p{
    margin-top: 2px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}
#countdown {
	direction: ltr;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}
#countdown div {
    background: var(--timer-background, #333);
    color: var(--timer-color, #fff);
    padding: 10px;
    border-radius: 8px;
    min-width: 70px;
}
#countdown span {
    display: block;
    font-size: 30px;
    font-weight: 800;
}
.sale-container .timer-end {
    color: var(--timer-color, #fff);
    padding-bottom: 10px;
}

/* social media section */
.section.section-socials {
    padding: 20px 0px;	
}
.social-icons a {
    padding: 6px;
}
.social-icons a span {
    color: var(--icons-color, #000);
	font-size: var(--icons-size, 20px);
}
.social-icons.d-flex svg {
    height: var(--icons-size, 20px);
    width: var(--icons-size, 20px);
    padding: 0;
    fill: var(--icons-color, #000);
}

/* video slider section */
.section-video-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
	padding: 0px;
    background: var(--background-color, #efefef); 
}
.section-video-slider.bg-gradient {
    background: linear-gradient(var(--gradient, 50deg),
	var(--background-color) 50%,
	var(--background-color-2) 100%); 
}
.section-video-slider .section-top-title {
    padding: 10px 20px;
}
.section-video-slider .slider {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0px;	
    width: 100%;
}
.section-video-slider .slider .slick-list {
    width: 100%;
}
.section-video-slider .slider .slick-track {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    height: 100%;	
}
.section-video-slider .slider .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    height: 100%;
	background-color: var(--card-bg-color, #e5e5e5);
    border-radius: 10px;
    margin: 0 8px;
    border: 0;
    opacity: 0.7;
    transition: opacity 0.5s ease;
}
.section-video-slider .slider .card.slick-current {
    opacity: 1;	
}
.section-video-slider .slider .card .top-content {
    position: relative;
    display: flex;
    height: var(--card-video-height, 200px);
}
.section-video-slider .slider .card .top-content video {
    width: 100%;
    height: auto;
}
.section-video-slider .slider .card .top-content img {
    width: 100%;
    height: auto;
}
.section-video-slider .slider .card .bottom-content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 15px;
    margin-bottom: 25px;
}
.section-video-slider .slider .card .bottom-content .title {
	color: var(--card-text-color, #000);
	font-weight: 800;	
	font-size: 18px;
}
.section-video-slider .slider .card .bottom-content .text {
	color: var(--card-desc-color, #000);
	font-weight: 400;
	font-size: 12px;
    line-height: 1.8;
}
.section-video-slider .slider:not(.slick-slider) {
    justify-content: center;
}
.section-video-slider .slider:not(.slick-slider) .card {
    width: 300px;
}
.section-video-slider .slider:not(.slick-slider) .card:not(:first-child) {
    display: none;
}
.svg-icon.icon-chevron-left {
    position: relative; 
	left: 1px;
    -webkit-mask-image: url('chevron-left.svg?v=1.0');
    mask-image: url('chevron-left.svg?v=1.0');
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px;
    height: 20px;
    background-color: #fff;
}
.svg-icon.icon-chevron-right {
    position: relative;
    left: 5px;
    -webkit-mask-image: url('chevron-right.svg?v=1.0');
    mask-image: url('chevron-right.svg?v=1.0');
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px;
    height: 20px;
    background-color: #fff;
}
.section-video-slider .slider-arrows {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 35px 30px;
    gap: 10px;
}
.section-video-slider .slider-arrows > div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    border-radius: 100%;
    padding: 10px;
	cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s ease;
}
.section-video-slider .slider-arrows .slick-arrow[aria-disabled="true"] {
	opacity: 0.5;
}
.section-video-slider .slick-track .card:only-child {
	margin: 0;
}
.section-video-slider .video-controls {
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
	bottom: 10px;
    left: 10px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
	cursor: pointer;
	opacity: 0;
    transition: all 0.5s ease;	
}
.section-video-slider .video-controls .circle {
	display: block;
	width: 100%;
	height: 100%;
    stroke-linecap: round;
    transform: rotate(-90deg);
}
.section-video-slider .video-controls circle {
    stroke-width: 8px;
    stroke-linecap: round;
    fill: transparent;
}
.section-video-slider .video-controls .circle #main {
    stroke: #bfbfbf;
}
.section-video-slider .video-controls .circle #progress {
	stroke: #fff;
    stroke-dasharray: 282.743px;
    stroke-dashoffset: 282.743px;
}
.section-video-slider .video-controls.playing:not(.end) .circle #progress {
    transition: stroke-dashoffset 0.3s linear 0s;
}
.section-video-slider .video-controls .icons {
    position: absolute;
    display: flex;
    top: 13px;
    left: 15px;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
}
.section-video-slider .video-controls .icons i {
    position: absolute;
	width: 100%;
    height: 100%;
	opacity: 0;
    transition: all 0.5s ease;
}
.section-video-slider .video-controls .icons i.pause-icon {
    right: 2px;
    top: 0px;
}
.section-video-slider .video-controls.playing .icons i.pause-icon,
.section-video-slider .video-controls:not(.playing) .icons i.icon-play {
	opacity: 1;
}
.section-video-slider .card.slick-current .video-controls {
	opacity: 1;	
}
	
/* faq section */
.section-faq {
	padding: 10px;
}
.section-faq .section-top-title {
	padding: 0px 10px;	
}
.section-faq .list-accordion {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 10px 0px;
}
.section-faq .list-accordion li {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    border: 0;
}
.section-faq .faq-item h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: var(--question-bg-color, transparent);
    padding: 0px;
    border-radius: 6px;
    color: var(--question-color, #000);
    font-size: var(--question-font-size, 16px);
	font-weight: var(--question-font-weight, 600);
	cursor: pointer;
}
.section-faq .q-background .faq-item h4  {
    padding: 13px;	
}
.section-faq .faq-item h4 i {
	
}
.section-faq .faq-item h4:not(.collapsed) .plus-icon:after {
    content: "";
    display: block;
    -webkit-mask-image: url('minus.svg?v=1.0');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('minus.svg?v=1.0');
    mask-size: cover;
    mask-repeat: no-repeat;;
}
.section-faq .faq-item h4 i:after {
    background-color: var(--question-color, #000);
    width: var(--question-font-size, 16px);
    height: var(--question-font-size, 16px);
}
.section-faq .faq-item .content-faq {
    display: flex;
    width: 100%;
    font-size: var(--answer-font-size, 14px);
    color: var(--answer-color, #000);
	font-weight: var(--answer-font-weight, 400);
    background-color: transparent;
    padding: 10px 10px 5px 0px;
}

/* links section */
.section-links .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 10px;
    gap: 20px;
}
.section-links .container.vertical {
    flex-direction: column;
    gap: 8px;
}

/* copyright */
.section-copyright .copyright-texts {
    padding: 10px 15px;
}

/* payments */
.section-payments {
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 10px;
}
.section-payments .method-icon-box img {
    width: 45px;
    height: 25px;
    padding: 2px;
    border-radius: 3px;
    background-color: #ffffff;
}
.section-payments .method-icon-box.custom img {
	width: var(--payment-icon-width, 75px);
    height: var(--payment-icon-height, 60px);	
}

/* products reviews */
.product-reviews {
    padding: 15px 20px;
    margin: auto;
}
.product-reviews .rating-number {
    flex-direction: column;
    padding-bottom: 0;
}
.product-reviews .product-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.product-reviews .rating-average {
    color: var(--primary-color);
    font-weight: 800;
    font-size: 50px;
    min-width: 80px;
    margin: 0px;
}
.product-reviews .rating-stars-block {
    position: relative;
    width: 88px;
    flex-direction: column;
    display: flex;
}
.product-reviews .rating-stars-block .rating-summary {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 3px;
    width: auto;
    font-size: 12px;
    margin-bottom: 5px;
}
.product-reviews .rating.rating-summary .star-icon {
    width: 15px;
    height: 15px;
}
.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: cover;
    mask-size: cover;
    width: 14px;
    height: 14px;
    background-color: #1b428a14;
}
.svg-icon.star-icon.active {
    background-color: #f1c727;
}
.product-reviews .rating-stars-block .active-stars-block {
    position: absolute;
    overflow: hidden;
    width: 0%;
    height: 25px;
}
.product-reviews h4.text-start.count {
    margin-top: 0;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.7;
}
.product-reviews .rating-block {
	justify-content: center;
    margin: 0;
}
.product-reviews h4.text-start.count .rating-count {
    font-weight: 800;	
}
.product-reviews .reviews-break-down-div.description-paragrah {
    padding: 0px 10px;
}
.product-reviews .rate-bar-block td {
    border: 0 !important;
    padding: 2px 3px !important;
}
.product-reviews .rate-bar-block .count-r {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
}
.product-reviews .rate-bar-block .rating-bar {
    width: 100%;
}
.product-reviews .rating-bar [class*=bar-] {
    height: 10px;
    border-radius: 4px;
    background-color: #f1c727;
}
.product-reviews .rating-bar .bar-container {
    width: 100%;
    background-color: #f1c72726;
    text-align: center;
    color: #fff;
}
.product-reviews .rate-bar-block .rating-label {
    display: inline-flex;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 12px;
}
.product-reviews .rate-bar-block .rating-label [class*=rating_count_] {
    width: auto;
    margin-left: 5px;
}
.product-reviews .table-middle td,
.product-reviews .table-middle th {
    vertical-align: middle;
}
.product-reviews .reviews-list {
    margin-bottom: 25px;
    padding: 0px;
    border-radius: 0;
    text-align: center;
    margin-top: 10px;
}
.product-reviews .reviews-list h4 {
    margin: 15px 0;
    text-align: center;
}
.product-reviews .reviews-list h4.title-p-small {
    color: var(--primary-color) !important;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    justify-self: center;
}
.product-reviews .reviews-list .card-review {
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #fff;
    border: 0 !important;
}
.product-reviews .reviews-list .card-review .card-body {
    padding: 0;
}
.product-reviews .card-review .card-name {
    margin-left: 0!important;
    margin-right: 0!important;
    color: #000;
}
.product-reviews .card-review .card-name-customer {
    display: flex;
    align-items: center;
    margin: 0px 2px 0px 2px;
    margin-bottom: 5px;
    color: var(--primary-color, #000);
    font-size: 12px;
    gap: 3px;
}
.product-reviews .card-review  img {
    max-width: 100%;
    max-height: 100%;
}
.product-reviews .card-review .card-name-customer .true-icon {
    height: 15px;
    width: 15px;
}
.product-reviews .card-review .card-name-customer .customer-name {
    font-size: 10px;
    font-weight: 600;
}
.product-reviews .card-review .card-rate-comment {
    font-size: 10px;
    margin-right: 2px;
}
.product-reviews .card-review .card-rate-comment .star-icon {
    width: 10px;
    height: 10px;
    margin: 0 2px;
}
.product-reviews .card-review .card-date {
    font-size: 8px;
    color: var(--primary-color, #000);
    margin-top: 1px;
	margin-inline-start: auto;
    margin-inline-end: unset;
}
.product-reviews .card-review .user-review-text {
    margin-bottom: 10px;
    padding: 0;
    margin-right: 5px;
    margin-left: 0;
    font-size: 12px;
    color: #555;
    opacity: 0.8;
    padding-left: 20px;
    text-align: start;
    line-height: 1.4;
    font-weight: 400;
    text-align-last: start;
    margin-top: 5px !important;
}
.product-reviews .card-review .card-paragraph .images {
    margin-top: 10px;
}
.product-reviews .card-review .card-paragraph .images img {
    width: 50px;
    height: 50px;
    margin-inline-end: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.product-reviews .card-review .store-review-text {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 12px;
    color: var(--primary-color, #000);
    border-top: 1px solid #e8e8e8;
    text-align: right;
    text-align-last: right;
}
.product-reviews .reviews-list .load-more {
    display: flex;
    justify-content: center;
}
.product-reviews .reviews-list .load-more .load-more-reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 100px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px!important;
    margin-top: 10px;
    height: 35px;
    padding-bottom: 11px;
}
.product-reviews .reviews-list .card-name-customer .bought-label {
    background: transparent;
    border: 1px dashed #0cc12f;
    color: #0cc12f;
    font-size: 10px;
    margin-inline-start: 2px;
    border-radius: 3px;
    font-weight: 500;
    padding: 2px 5px;
    padding-bottom: 3px;
    zoom: 0.9;
}
.product-reviews .reviews-list .card-name-customer .bought-label > span {
    display: block;	
}
.product-reviews .reviews-list .reviews-empty {
    display: block;
    margin-top: 25px;
}

/* video section */

.section-video {
    padding: 10px 0;
    overflow: hidden;
}
.section-video .section-top-title {
    padding: 0px 20px 10px 20px;
}
.section-video .video-container {
    position: relative;	
}
.section-video:not(.custom-position) .video-container {
    padding: 0 10px;	
}
.section-video video {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
} 
.section-video button {
    z-index: 9;
    background: transparent;
    transition: opacity 0.5s ease;
}
.section-video .play-btn {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    background: transparent;
}
.section-video .play-btn i.play-icon {
	display: block;
    mask-image: url("play.svg?v=1.0");
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("play.svg?v=1.0");
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
	width: 80px;
    height: 80px;
    background: #fff;
    opacity: 0.5;
    transition: 0.5s ease;
}
.section-video .audio-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    bottom: 25px;
    margin: auto;
    border-radius: 100%;
    border: 0px;
    background: transparent;
}
.ltr .section-video .audio-btn {
    right: unset;
    left: 20px;	
}
.section-video .audio-btn i.mute-icon {
	display: block;
    -webkit-mask-image: url('volume.svg?v=1.0');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('volume.svg?v=1.0');
    mask-size: cover;
    mask-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 0.7;
    transition: opacity 0.5s ease;
}
.section-video .audio-btn.unmute i.mute-icon {
    -webkit-mask-image: url('volume-mute.svg?v=1.0');
    mask-image: url('volume-mute.svg?v=1.0');
	opacity: 1;
    transform: scale(1);
}
.section-video .pause-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 15px;
    bottom: 25px;
    margin: auto;
    border-radius: 100%;
    border: 0px;
    background: transparent;	
}
.ltr .section-video .pause-btn {
    left: unset;
    right: 15px;
}
.section-video .pause-btn i.pause-icon {
	display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: 0.8;
    transform: scale(0.8);
    transition: 0.5s ease;
}
.section-video .pause-btn.paused i.pause-icon {
    opacity: 0;
}
.section-video.custom-position {
    padding: 10px 0;
}
.section-video.custom-position .section-top-title {
    padding: 0 15px;
}
.section-video.custom-position .video-container {
    display: flex;
    position: relative;	
    overflow: hidden;
}
.section-video.custom-position .video-container .video-block {
    position: relative;
}
.section-video.custom-position .video-container .video-block video {
    height: inherit;
    width: inherit;
    border-radius: 0;
}
.section-video.custom-position .video-container .video-block .play-btn i {
	width: 20px;
    height: 20px;	
}
.section-video.custom-position .video-container .video-block .audio-btn {
    bottom: 5px;
    right: 0;	
}
.section-video.custom-position .video-container .video-block .pause-btn {
    bottom: 5px;
    left: 0;
}
.section-video.custom-position .video-container .video-block .audio-btn i,
.section-video.custom-position .video-container .video-block .pause-btn i {
    width: 15px;
    height: 15px;
}

/* images section */
.section-images {
    padding: 15px 0;	
}
.section-images .section-top-title {
    margin: 0px 20px 10px;
}
.section-images .images-container {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.section-images .images-container .image,
.section-images .images-container .image > a {
	display: flex;
}
.section-images .images-container .image,
.section-images .images-container img {
    overflow: hidden;
}
.section-images .images-container.row-2  {
    padding: 0 5px;	
}
.section-images .images-container.row-2 .image {
    width: 50%;
    flex: 0 0 50%;
    padding: 4px;
}
.section-images .images-container.row-1 .image.padding-border {
    padding: 15px;
}
.section-images .images-container.row-2 .image img {
    border-radius: 5px;
}
.section-images .images-container.row-1 .image.padding-border img {
    border-radius: 10px;
}
.section-images:has(.section-top-title) .images-container.row-1 .image.padding-border,
.section-images .images-container.row-1 .image.padding-border:not(:first-child) {
    padding-top: 0px;	
}

/* single image section */
.section-single-image {
    padding: 0px;
    overflow: hidden;
}
.section-single-image .section-top-title {
    padding: 10px 20px;
}
.section-single-image .image-container {
    display: flex;
    width: 100%;
    height: 100%;	
}
.section-single-image .image-container img {
    height: 100%;
    width: 100%;	
}
.section-single-image.custom-position {
    max-width: 100%;
}

/* comparison table section */
.section-table {
	padding: 15px 0px;
}
.section-table .section-top-title {
    margin: 0px 20px 10px;
}
.section-table .table {
	width: 90%;
    margin: auto;
        background-color: #fff;
    border-radius: 13px;
}
.section-table .table tr th,
.section-table .table tr td {
    vertical-align: middle;
    width: 50%;
    border-bottom: 0;
}
.section-table .table tr th:first-child,
.section-table .table tr td:first-child {
    border-inline-end: 0;
}
.section-table .table .product-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}
.section-table .table .product-row img {
    width: 100px;
    height: auto;
    object-fit: contain;
    padding-top: 10px;
}
.section-table .table .item-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    gap: 10px;	
    padding: 10px 20px;
    font-size: 12px;
}
.section-table .table .item-row img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}
.section-table .table a {
    color: inherit;	
}


/* coupon section */
.section-coupon {
    padding: 20px 0;
}
.section-coupon .coupon-container {
    display: flex;	
	margin: 0 15px;
}
.section-coupon .icon-box {
	display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #ff000012;
    border-radius: 12px;
    overflow: hidden;
}
.section-coupon .icon-box .icon {
    display: flex;
    width: 65px;
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.section-coupon .icon-box:after {
    content: "";
    position: absolute;
    display: block;
    border: 1px dashed #f7f9fb;
    left: 0;
    height: 88%;
}
.ltr .section-coupon .icon-box:after {
    left: unset;
    right: 0;
}
.section-coupon .coupon-card {
    background-color: #ff000012;
    border-radius: 12px;
    padding: 10px 15px;	
}
.section-coupon .coupon-card .text {
    display: flex;
    flex-direction: column;
}
.section-coupon .coupon-card .text .title {
    font-size: 18px;
    font-weight: 700;
}
.section-coupon .coupon-card .text .subtitle {
    font-size: 12px;
    font-weight: 500;
    margin-top: 1px;
}
.section-coupon .coupon-card .coupon-box {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}
.section-coupon .coupon-card .coupon-box .coupon-item {
    display: flex;
    align-items: center;
    border: 1px dashed #ff7473;
    background-color: #fff;
    border-radius: 6px;
    height: 36px;
}
.section-coupon .coupon-card .coupon-box .coupon-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 5px;
    font-size: 11px!important;
    background-color: #4ccb29;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    padding-right: 8px;
    margin: 5px;
    font-weight: 600;
    height: 25px;
    padding-bottom: 13px;
}
.section-coupon .coupon-card .coupon-box .coupon-code {
    margin-inline-start: 5px;
    margin-inline-end: 10px;
    min-width: 85px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #fe525b;
}
.svg-icon.copy-icon {
	-webkit-mask-image: url('copy.svg?v=1.0');
    mask-image: url('copy.svg?v=1.0');
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 12px;
    height: 12px;
	background-color: #fff;
}

/* comparison sction */
.section-comparison {
	direction: ltr;
    padding: 10px 0px;
}
.section-comparison .section-top-title {
    margin: 0px 20px 10px;
}
.section-comparison.padding-border .comparison-container {
    border-radius: 10px;
    overflow: hidden;	
}
.section-comparison.padding-border:has(.section-top-title) .comparison-container {
	margin-top: 0px;	
}
.section-comparison .beforeAfter {
    width: 90%;
    margin: auto;
    border-radius: 12px;
}
.section-comparison img {
    height: 100%!important;
    visibility: visible!important;
	min-height: 100%!important;
    max-width: initial!important;
}
.section-comparison .separator-move {
	z-index: 9;
    border-radius: 6px !important;
    width: 40px !important;
}

/* empty section */
.empty-section {
	display: block;
}

/* store info section */
.section-info {
    padding: 20px 5px;
}
.section-info .store-info-block {
	display: flex;
    align-items: center;
    padding: 0px 15px;
    justify-content: center;
    transform: scale(0.9);
}
.section-info .store-info-block .block-vat > a {
    margin: 0px;
    display: flex;
}
.section-info .block-vat img{
    max-width: 30px;
    margin-right: -4px;
    width: 30px;
    height: 28px;
    padding: 5px;
    background-color: transparent;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.section-info .block-vat{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    border: 0;
    height: 28px;
    text-align: start;
    border-radius: 4px;
    padding: 5px;
    min-width: 130px;
    width: auto;
    margin: 0px 5px;
    border: 0;
}
.ltr .section-info .block-vat{
    padding-inline-start: 0px;
    overflow: hidden;	
}
.section-info .block-vat .text{
    font-size: 10px;
    line-height: normal;
    flex-direction: column;
    margin-inline-start: 0;
    color: #000;
    width: 100%;
    text-align: center;
}
.section-info .block-vat p,
.section-info .block-vat a {
    display: block;
    white-space: nowrap;
    font-weight: 500;
    color: #000;
    font-size: 8px;
    margin: 0;
    margin-top: 0;
}
.section-info .block-vat .number,
.section-info .block-vat a {
    color: #000;
    font-weight: 600;
    font-size: 10px;
}

/* product bundle label */
.svg-icon.bundle-icon {
    -webkit-mask-image:url("gift.svg?v=1.0");
    mask-image:url("gift.svg?v=1.0");
    background-color: #fff;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.bundle-offer-section {
    display: flex;
    align-items: center;
    background: linear-gradient(55deg, #be92ff, #ff7b7b);
    color: #fff;
    width: auto;
    padding: 4px 5px;
    padding-inline-end: 8px;
    font-size: 13px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    gap: 3px;
}
.ltr .bundle-offer-section {
    border-radius: 0px 4px 4px 0px;	
}
.product-box .label-block.bundle-label {
	display: none;
}
.product-box .label-block.bundle-label:has(.bundle-offer-product-tag) {
    display: flex;
}
.bundle-offer-section > i {
	width: 14px;
    height: 14px;
}
.section.single-product .product-box .product-labels .bundle-offer-section > span {
	font-weight: 500;
    padding: 0;
}

/* toast */
#toast-container {
	top: 25px;
    width: 100%;
    right: 0;
    left: 0;
    z-index: 99999999;
}
#toast-container > div.toast {
    display: flex;
    align-items: center;
    align-content: center;
    height: 70px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 10px 15px;
    border: 0;
    font-size: 14px;
    justify-content: right;
    opacity: 1;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    padding-right: 20px;
    font-weight: 600;
    top: -25px;
}
#toast-container > div.toast.toast-success {
    background-color: #5fda4d;		
}
#toast-container > div.toast.toast-error {
    background-color: #ff5f5f;		
}
#toast-container > div.toast .toast-message {
	display: flex;
    align-items: center;
    text-align: center;
	font-size: 17px;
    
}
#toast-container > div.toast .toast-message:before,
#toast-container > div.toast.toast-success .toast-message:before,
#toast-container > div.toast.toast-error .toast-message:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-image: url('exclamation.svg?v=1.0');
	background-size: cover;
    margin-left: 8px;
}
#toast-container .toast-close-button {
	left: 20px;
    position: absolute;
    top: auto;
    right: auto;
    font-size: 23px;
    text-shadow: unset;
    color: #fff;
    font-weight: 400;
    order: 2;
    opacity: 1;
}
.svg-icon.icon-cancel{
    -webkit-mask-image:url("cancel.svg?v=1.1");
    mask-image:url("cancel.svg?v=1.1");
    -webkit-mask-size: cover;
	mask-size: cover;
}
#toast-container .toast-close-button > i.svg-icon {
	background-color: #fff!important;
    width: 20px;
    height: 20px;	
}
#toast-container > div.toast.toast-error .toast-close-button {
    display: none;	
}
#toast-container .outstock {
    font-size: 15px;	
}
.ltr #toast-container > div.toast {
    justify-content: left;
}
.ltr #toast-container .toast-close-button {
    right: 20px;
    left: auto;
}
.ltr #toast-container > div.toast.toast-error .toast-message:before,
.ltr #toast-container>div.toast.toast-success .toast-message:before {
    margin-left: 0px;
    margin-right: 8px;
    margin-bottom: 5px;
}

/* desktop */
@media screen and (min-width: 800px) {
	.header .logo img {
		max-width: 125px;
		margin: 10px;
	}
	.slider-home .item-slider .content-slider {
		display: flex;
		align-items: center;
	}
	.section.single-product .product-box {
		width: 32%;
		margin-left: auto;
		margin-right: auto;
	}
	.section.single-product .product-box .single-product-slider .product-slide a {
		min-height: 472px;
	}
	#toast-container > div.toast .toast-message {
		font-size: 12px;
		text-align: start;
	}
	.section-single-image:not(.custom-position) .image-container {
		max-width: 50%;
		margin: auto;	
	}
	.section-video:not(.custom-position) .video-container {
		width: 50%;
		margin: auto;	
	}
	.section-video:not(.custom-position) .video-container .video-block,
	.section-video:not(.custom-position) .video-container video {
		height: 100%;
		margin: auto;
	}
	.section.text-and-image {
		padding: 15px 35px;
	}
	.section.text-and-image .about-image {
		padding: 0 15px;
	}
	.section-video.custom-position {
		max-width: 100%;
	}
	.section-video-slider .slider:not(.single-centered) .slick-track {
		margin-inline-start: -350px;
	}
	.section-video-slider .slider.single-centered {
		margin: auto;
	}
	.section-video-slider .slider.single-centered .slick-list {
		display: flex;
	}
	.section-video-slider .slider.single-centered .slick-track {
		transform: unset!Important;
		width: 100%!important;
		margin: auto;
	}
	.section-video-slider .slider.single-centered .slick-track .card {
		width: 300px!important;
	}
	.section-comparison.padding-border .comparison-container {
		width: 50%;
		margin: auto;
	}
}