﻿.logo img {
	width: 75px;
}
.logo-area__middle--logo-image {
	max-width: 95px;
}
@media (max-width: 767.98px) {
	.logo img {
		width: 100px;
	}
}
.section-header {
	position: -webkit-sticky;
	position: sticky;
	margin-bottom: calc(var(--theme-header-height) * -1.5);
	--transparent-header-text-color: #ffffff;
}
div#themeapp-section-header {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}
div#themeapp-section-header.top-header:not(.hide) {
    position: inherit;
}
div#themeapp-section-header.hide {
    visibility: hidden;
    opacity: 0;
    position: inherit;
}
.template-index div#themeapp-section-header {
    background: var(--header-color);
}
.template-index div#themeapp-section-header.bg-header,
.template-index div#themeapp-section-header .pageheader {
    background: #fff;	
}

.pageheader .logo-area {
	height: 50px;
    padding: 0 10px;	
}
.section-store-messages {
    background-color: #fff;
    padding: 20px 5px;
    display: none;
}
.section-store-messages .payment-session-bar .announcement-text {
    display: flex;
    flex-direction: column;
}
.section-store-messages .availability-bar.store-closed {
    padding: 0px 20px;	
    text-align: start;
}
#content .themeapp-section:first-child .overlay-text {
    top: var(--theme-header-height);
}
.template-collection .page-header--with-background .overlay-text {
    top: 0!important;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active{
    border: 1px solid;
    background-color: transparent;
    color: #000;
}
.btn.btn-link:hover{
    text-decoration:none !important
}
.button,
a.button, 
.btn, 
a.btn, 
button, 
input[type=submit], 
input[type=reset], 
input[type=button] {
    padding: 10px;	
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn:hover{
    background-color: var(--btn-color);
    color: var(--second-color);
    border: 1px solid;
}
.btn-primary.focus,
.btn-primary:focus {
	box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;	
}
.btn.disabled,
.btn:disabled {
    opacity: 1;
}
.button-disabled {
    pointer-events: none;	
}
.slideshow .subheading--over {
	margin-bottom: 1em;
}
.subheading {
	letter-spacing: inherit;
}
.template-index section .section-title {
    text-align: center;	
    font-size: 16px;
}
.template-index .section-subtitle {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.template-index section:not(.empty-section) {
    display: block;
    margin-bottom: 40px;
}
.product-block .image-cont img {
    object-fit: cover;
    border-radius: 0;
}
.product-block .image-cont img:not([src]),
.template-cart .cart-item-list .rimage-wrapper img:not([src]),
.rimage-wrapper.lazyload--placeholder,
.rimage-wrapper .rimage__image.lazyloading {
    background: #eee;
    background: linear-gradient(75deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

date-input-polyfill[data-open="false"],
input-time-polyfill[data-open="false"] {
    display: none!important;
}
/* Home categories */
.categories-slider .categories-slider-item {
	 padding: 3px;
}
.categories-slider .cats_side_wrap a {
	text-align: center;
}
.categories-slider .cats_side_wrap img {
    height: 200px;
    object-fit: cover;
	text-align: center;
    border-radius: 0px;
}
.categories-slider .cats_side_wrap .sl_cat_02 a {
    text-align: center;
    font-size: 13px;
    width: 100%;
    color: var(--btn-color);
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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 {
    margin: 0 20px;
    margin-top: -10px;
    margin-bottom: 20px;
}
.category-cover img {
    border-radius: 10px;	
}
.home-categories-slider .categories-grid {
	text-align: center;	
    margin-top: -6px !important;
}
.home-categories-slider .categories-grid .categories-slider-item {
    flex: auto;
	max-width: 45%;
    margin: 5px;
    padding: 0px;
}
.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;
}
.scroll-block::-webkit-scrollbar {
    display: none;
    background-color: #f1ede9;
    width: 3px;
    height: 3px;
}
.scroll-block::-webkit-scrollbar-thumb {
	display: none;
    background-color: var(--primary-color);
    border: 0;
    border-radius: 0;
}
.scroll-block::-webkit-scrollbar-track {
	display: none;
    background-color: #f1ede9;
    border-radius: 0;
}
.move-icon {
    padding: 0px;
    margin-left: 0px;
    margin-right: 15px;
    max-width: 40px;	
}
.move-icon img {
    width: 30px;
}
.ltr .move-icon {
    margin-left: 15px;
    margin-right: 0px;	
}

/* SVG ICONS */
.svg-icon {
    display: inline-block;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
}
.svg-icon.icon-env {
    -webkit-mask-image:url("icon-s-env.svg");
    mask-image:url("icon-s-env.svg")
}
.svg-icon.icon-instagram {
    -webkit-mask-image:url("icon-s-instagram.svg");
    mask-image:url("icon-s-instagram.svg")
}
.svg-icon.icon-tiktok {
    -webkit-mask-image:url("icon-s-tiktok.svg");
    mask-image:url("icon-s-tiktok.svg")
}
.svg-icon.icon-facebook {
    -webkit-mask-image:url("icon-s-facebook.svg");
    mask-image:url("icon-s-facebook.svg")
}
.svg-icon.icon-twitter {
    -webkit-mask-image:url("icon-s-twiiter.svg");
    mask-image:url("icon-s-twiiter.svg")
}
.svg-icon.icon-snapchat {
    -webkit-mask-image:url("icon-s-snap.svg");
    mask-image:url("icon-s-snap.svg")
}
.svg-icon.icon-cart {
    -webkit-mask-image: url('header-cart.svg?v=1.2');
    mask-image: url('header-cart.svg?v=1.2');
    -webkit-mask-size: cover;
	mask-size: cover;
}
.svg-icon.icon-account {
    -webkit-mask-image: url('myaccount.svg?v=1.0');
    mask-image: url('myaccount.svg?v=1.0');
}
.svg-icon.icon-search {
    -webkit-mask-image: url('header-search.svg?v=1.0');
    mask-image: url('header-search.svg?v=1.0');
    -webkit-mask-size: cover;
	mask-size: cover;
}
.svg-icon.icon-nav {
    -webkit-mask-image: url('header-nav.svg?v=1.0');
    mask-image: url('header-nav.svg?v=1.0');
    -webkit-mask-size: cover;
	mask-size: cover;
}

/* Images Section */
.section-images .block-images-home .image-item {
    padding: 0;
}
.section-images .block-images-home .image-item img {
    border-radius: 0;
}

/* Countdown section */
.section-countdown {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 375px;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px;
}
.section-countdown .content-block {
    position: absolute;
    height: 100%;
    width: 100%;
    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 10px;	
}
.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: 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;	
}
/* logos section */
.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 .block-logos-section {
    display: flex;
    justify-content: center;
    margin: 6px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    width: 80px !important;
    height: 80px !important;
}
.section-logos.logos-slider .slider-logos .slick-dots {
    bottom: -40px;
}
.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 .slider-logos .block-logos-section img {
    width: 150px;
}
/* lookbook */
.lookbook-section .section-title {
	margin-bottom: 10px;
}
@-webkit-keyframes lookbook-pin-animation-light {
	from {
		-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
		box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
	}
	to {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
	}
}
@keyframes lookbook-pin-animation-light {
	from {
		-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
		box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
	}
	to {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1);
	}
}
@-webkit-keyframes lookbook-pin-animation-dark {
	from {
		-webkit-box-shadow: 0 0 0 6px rgba(123, 123, 123, 0.6);
		box-shadow: 0 0 0 6px rgba(123, 123, 123, 0.6);
	}
	to {
		-webkit-box-shadow: 0 0 0 10px rgba(123, 123, 123, 0.1);
		box-shadow: 0 0 0 10px rgba(123, 123, 123, 0.1);
	}
}
@keyframes lookbook-pin-animation-dark {
	from {
		-webkit-box-shadow: 0 0 0 6px rgba(123, 123, 123, 0.6);
		box-shadow: 0 0 0 6px rgba(123, 123, 123, 0.6);
	}
	to {
		-webkit-box-shadow: 0 0 0 10px rgba(123, 123, 123, 0.1);
		box-shadow: 0 0 0 10px rgba(123, 123, 123, 0.1);
	}
}
.lookbook-section {
    padding: 0;
}
.lookbook-section .block-stt {
	position: relative;
	overflow: hidden;
	border-radius: 0;
}
.stt-slide-pins .stt-slide-pin {
	width: 22px;
	height: 22px;
	font-size: 1.4rem;
	line-height: 24px;
	cursor: pointer;
}
.lookbook-section .stt-slide-pins .stt-slide-pin.open,
.lookbook-section .stt-slide-pins .stt-slide-pin:hover {
	cursor: pointer;
}
.lookbook-section .stt-slide-pins .stt-slide-pin {
	position: absolute;
	width: 26px;
	height: 26px;
	background: #ffffffc9;
	border-radius: 0;
	margin-left: -13px;
	margin-top: -13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #222;
	font-size: 1.6rem;
	line-height: 26px;
	-webkit-box-shadow: 0 0 0 6px rgb(255 255 255 / 60%);
	box-shadow: 0 0 0 6px rgb(255 255 255 / 60%);
	-webkit-animation: lookbook-pin-animation-light 1s infinite ease;
	animation: lookbook-pin-animation-light 1s infinite ease;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 9;
}
.lookbook-section .stt-slide-pins .stt-slide-pin.dark {
	background: var(--primary-color);
	-webkit-box-shadow: 0 0 0 6px rgb(123 123 123 / 60%);
	box-shadow: 0 0 0 6px rgb(123 123 123 / 60%);
	color: #fff;
	-webkit-animation: lookbook-pin-animation-dark 1s infinite ease;
	animation: lookbook-pin-animation-dark 1s infinite ease;
}
.stt-toggle {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    font-size: 1.4rem;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
}
.stt-toggle.loading .fa-spin{
    position: absolute;
    color: var(--primary-color);
	left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
}
.stt-slide-pin.dark .stt-toggle.loading .fa-spin {
    color: #fff;	
}
.stt-toggle.loading:before,
.stt-toggle.loading:after {
	display: none!important;
}
.lookbook-section .stt-slide-pins .stt-slide-pin.dark .stt-toggle:after,
.lookbook-section .stt-slide-pins .stt-slide-pin.dark .stt-toggle:before {
	background: #ffffff;
}
.lookbook-section .stt-slide-pins .stt-slide-pin .stt-toggle:before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.lookbook-section .stt-slide-pins .stt-slide-pin .stt-toggle:after,
.lookbook-section .stt-slide-pins .stt-slide-pin .stt-toggle:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 1.5px;
    background: var(--primary-color);
    top: 50%;
    left: 50%;
    margin-left: -5px;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}
.lookbook-section .stt-slide-pins .stt-slide-pin .stt-toggle i:before {
	display: none;
}
.lookbook-section .block-stt img {
	border-radius: 0;
	width: 100%;
}
.lookbook-section .block-stt:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0;
	border-radius: 20px;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.lookbook-section .block-stt.open-pin:after {
	background: rgba(0, 0, 0, .4);
	z-index: 2;
	visibility: visible;
}
.lookbook-section .stt-slide-pins .stt-slide-pin.open .stt-toggle:before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
@media (max-width: 767px) {
	.lookbook-section .stt-slide-pins .stt-slide-pin {
		width: 22px;
		height: 22px;
		font-size: 1.4rem;
		line-height: 24px;
	}
	.lookbook-section .stt-slide-pins .stt-slide-pin {
		width: 22px;
		height: 22px;
		font-size: 1.4rem;
		line-height: 24px;
	}
}
/* testimonial */
.testimonial__blockquote {
   font-size: 22px;
}
.testimonial__image-wrapper .rimage-wrapper {
	width: 70px;
	height: 70px;
    margin-bottom: 10px;
}
/* product small slider */
.products-slider-home.small-slider .product-list.scroll-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	width: 100%;
    overflow: scroll;
    margin: 0;
}
.products-slider-home.small-slider .product-list.scroll-block .product-block {
    height: 100%;
    width: 100%;
    padding: 0;
}
.products-slider-home.small-slider .product-list.scroll-block .product-item-slide {
    padding: 0px 5px;
}
.products-slider-home.small-slider .slider-load-more-button {
    align-items: center;
    margin: 0 10px;
    padding: 0;
}
.products-slider-home.small-slider {
    width: 100%;
    padding: 0;
    margin: 0;
}
.products-slider-home.small-slider .move-icon {
    margin-right: 5px;	
}
.ltr .products-slider-home.small-slider .move-icon {
    margin-left: 5px;
    margin-right: 0px;	
}
/* product big slider */
.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 { 
    margin-bottom: 20px;
}
.swiper-big-slider .product-item-slide {
    padding: 0px;
    transition: all .2s ease;
}
.swiper-big-slider .product-item-slide .product-block {
    max-width: 100%;
}
.swiper-big-slider .product-block .product-options ul li {
    min-width: 12px;
    min-height: 12px;
    width: auto;
    height: 12px;
}
.products-slider-home.big-slider .product-list .swiper-slide .product-block {
    height: 100%;
}
.products-slider-home.big-slider .product-list .swiper-slide {
    height: initial;
    border: 1px solid #f1f1f1;
        border-radius: 8px;
}
.products-slider-home.big-slider .slider-load-more-button {
	display: flex;
	justify-content: center;
}
.products-slider-home.big-slider .slider-load-more-button i:before {
	margin: -10px 0 0 -10px;
}
.products-slider-home.big-slider .swiper-pagination {
	display: none;
}
.products-slider-home.big-slider .swiper-big-slider.has-pagination .swiper-pagination {
	display: block;
}
.products-slider-home.big-slider .swiper-big-slider.has-pagination .swiper-wrapper {
    margin-bottom: 45px;
}
.section-featured-collection.slider-section .collection-slider-row {
	width: 100%;
    overflow: visible;
}
/* product home grid */
.collection-listing.products-grid-home .product-list {
    margin: 0;	
}
.collection-listing.products-grid-home .product-list .product-block {
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.collection-listing.products-grid-home .product-list .product-item-slide {
    padding: 0;
}
.products-grid-tabs .collection-listing.products-grid-home .product-list  {
    margin: 0 20px;
}
.products-grid-home .grid-load-more-button,
.products-grid-tabs .grid-load-more-button {
    margin-top: 20px;
    margin-bottom: 10px;
}
.load-more-btn {
    border-radius: 5px;
}
.grid-load-more-button .load-more-btn {
    width: 40%;
    border-radius: 0;
    padding: 11px 0px;
    font-weight: 500;
    font-size: 11px;
    border: 1px solid;
    background-color: transparent;
    color: #000;
    margin-bottom: 10px;
}
.products-grid-tabs .nav-tabs {
    border: 0;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}
.nav-tabs .nav-item {
    cursor: pointer;
    font-size: unset;	
    list-style: none;
}
.nav-tabs .nav-link {
    margin-left: 2.5px;
    margin-right: 2.5px;
    border-radius: 0px;
    padding: 6px 10px;
    border: 1px solid #000000;
    background: transparent;
    font-weight: 700;
    color: #000000;
    font-size: 11px;
    opacity: 1;
    min-width: 80px;
    text-align: center;
        border-radius: 5px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: 1px solid var(--btn-color);
    background-color: var(--btn-color);
    color: #ffffff;
    margin-left: 2.5px;
    margin-right: 2.5px;
    opacity: 1;	
}
.nav-tabs .nav-link:after {
    position: relative;
    display: block;
    content: "";
    bottom: -3px;
    left: 0;
    height: 0px;
    width: 0;
    background: var(--btn-color);
    transition: width .25s ease-in-out;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #000;
    border: 1px solid #000000;
}
.nav-tabs .nav-link.active:after {
    width: 100%;
}
.empty-tab {
    text-align: center;
}
.empty-tab > span {
    display: block;
	margin-top: 40px;
}
.product-list {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}
.product-list .product-block {
    display: flex;
    flex-direction: column;
    height: inherit;
}
.product-list .product-block .product-info {
display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-list .product-block .image-cont {
    position: relative;
    margin: inherit;
    margin-bottom: 0px;
    overflow: inherit;
}
.product-block .product-info .product-block__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
    font-size: 11px;
    font-weight: 600;
    text-align: right;
}
.product-block .product-info .product-price__amount {
    text-align: inherit;
    color: #777;
    font-weight: 400;
    font-size: 10px;
}
.product-block .product-info .product-price__compare {
    text-align: inherit;
    font-size: 10px;
}
.product-price__compare + .product-price__amount {
    text-decoration: line-through;
}
/* card buttons */
.product-block .card-buttons .quick-cart {
    width: 100%;
    font-weight: 500;
    font-size: 10px;
    border-radius: 0;
    padding: 7px;
    height: 34px !important;
}
.product-block .card-buttons.out-stock > a {
    background: #000000;
    color: #ffffff;
    width: 100%;
    font-weight: 600;
    font-size: 10px;
    height: 34px;
    padding: 0;
    align-content: center;
}
.product-block .card-buttons.out-stock > a:hover,
.product-block .card-buttons.out-stock > .quick-view:hover {
    background-color: #dbdbdb!important;
    color: #ffffff!important;
}

.big-slider .product-block i.fa-sync:before {
    margin: -10px 0 0 -10px;
}

.big-slider .wishlist-buttons .wishlist-icon {
    width: 15px;
    height: 15px;
    padding: 5px;
}

.options-border {
    border: 1px dashed #ff4b4b!important;
}

/* banner section */
.section-image-with-text .rimage__image {
    object-fit: cover;
    box-shadow: -4px 4px 0 #000;
    border-radius: 8px;
    border: 1px solid #000;	
}

/* testimonials section */
.section-testimonials .section-title {
	text-align: center;
}
.section-testimonials .section-subtitle {
	text-align: center;
}
.section-testimonials .testimonial__content {
    text-align: inherit;	
}
.section-testimonials .testimonial__star-rating {
    text-align: inherit;	
}
.section-testimonials .testimonial__star-rating .testimonial__star {
    text-align: inherit;	
}
.section-testimonials .testimonial__star-rating .testimonial__star > svg {
    text-align: inherit;	
}
.section-testimonials .testimonial__text {
    text-align: inherit;	
}
.section-testimonials .testimonial__text .testimonial__blockquote {
    text-align: inherit;	
}
.section-testimonials .testimonial__column--image {
    text-align: inherit;	
}
.section-testimonials .testimonial__column--image .rimage-outer-wrapper {
    text-align: inherit;	
}
.section-testimonials .testimonial__column--image img {
    text-align: inherit;	
}
.section-testimonials .testimonial__author {
    text-align: inherit;	
}

/* video section */
.section-video {
    padding-top: 0!important;
    line-height: 0;	
}
.section-video #home-video{
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 290px;
}
.section-video button {
    z-index: 5;
}
.section-video #PlayBtn {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 25px;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 5px solid #fff;
    color: #fff;
    background: transparent;
}
.section-video #AudioBtn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 15px;
    bottom: 20px;
    margin: auto;
    border-radius: 100%;
    border: 0px;
    background: transparent;
}
html[dir="ltr"] .section-video #AudioBtn {
    right: unset;
    left: 15px;	
}
.section-video #AudioBtn i.mute-icon {
	display: block;
    -webkit-mask-image: url('speaker.svg');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('speaker.svg');
    mask-size: cover;
    mask-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: 0.7;
    transition: opacity 0.5s ease;
}
.section-video #AudioBtn.unmute i.mute-icon {
    -webkit-mask-image: url('muted.svg');
    mask-image: url('muted.svg');
	opacity: 1;
    transform: scale(1);
}
.section-video #PauseBtn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 15px;
    bottom: 20px;
    margin: auto;
    border-radius: 100%;
    border: 0px;
    background: transparent;	
}
html[dir="ltr"] .section-video #PauseBtn {
    left: unset;
    right: 15px;
}
.section-video #PauseBtn i.pause-icon {
	display: block;
    mask-image: url(pause.svg);
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-image: url(pause.svg);
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background: #fff;
    opacity: 0.8;
    transform: scale(0.8);
    transition: 0.5s ease;
}
.section-video #PauseBtn.paused i.pause-icon {
    opacity: 0;
}
.home-video {
    padding: 0;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 0px;
    width: 100%;
    height: 100%;
}
.section-video .video-text {
    padding: 30px;	
}
.section-video .video-text-overlay {
	position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: auto;
    height: 100%;	
}
.section-video .video-text-overlay .video-button {
    display: flex;
}
.section-video .video-text-overlay .video-button > a {
    padding: 16px 10px;
}
/* products list */
.collection-listing .product-list .no-products {
	font-size: 25px;
    margin: 50px 0px;
    text-align: center;
    justify-content: center;	
}
.filter-group--swatch .filter-group__item .filter-group__item__text {
	text-align: start;
}
.load-more-products {
    width: 30%;
    padding: 11px 0px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid;
    background-color: transparent;
    color: #000;
    margin-bottom: 10px;
}
.filter-btn {
    height: 40px;
}
.btn.focus,
.btn:focus {
    box-shadow: none;
}
.filter-group--applied {
    text-align: start;
    margin-top: 10px;	
}

.svg-icon.wishlist-icon {
	-webkit-mask-image: url('heart.svg?v=1.1');
    mask-image: url('heart.svg?v=1.1');
    -webkit-mask-size: cover;
    mask-size: cover;
	cursor: pointer;
}
.product-wishlist {
	position: absolute;
    top: 5px;
    left: 5px;	
    z-index: 1;
}
.ltr .product-wishlist {
    left: unset;
	right: 5px;
}
.product-detail .main-image .product-wishlist {
	right: 18px;
    left: unset;
}
.ltr .product-detail .main-image .product-wishlist {
	left: 18px;
    right: unset;
}
.wishlist-buttons {
	display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
	background-color: transparent;
    z-index: 998;
}
.wishlist-buttons .wishlist-icon {
    position: relative;
    width: 20px;
    height: 20px;
    margin: 5px;
    padding: 10px;
	display: inline-block;
	pointer-events: none; 
    background-color: var(--primary-color);
	pointer-events: all;
    opacity: 1;
	cursor: pointer;
    z-index: 997;
}
.wishlist-buttons.is-addable .wishlist-icon {
background-color: #000000;
    opacity: 0.3;
}
.wishlist-buttons .loading-icon {
    position: absolute;
	opacity: 0;
    transition: all 0.5s ease;
    width: 16px;
    height: 16px;	
    color: var(--primary-color);
    margin: 10px;
	z-index: 999;
}
.wishlist-buttons.is-loading .loading-icon {
    display: block!Important;
    opacity: 1;
}
.wishlist-buttons .loading-icon:before,
.wishlist-buttons .loading-icon:after {
    border-width: 2px;
}
.wishlist-buttons.is-loading .wishlist-icon {
    opacity: 0;
}
.wishlist-buttons.is-added .svg-icon.wishlist-icon {
	-webkit-mask-image: url('heart-fill.svg?v=1.1');
    mask-image: url('heart-fill.svg?v=1.1');
    -webkit-mask-size: cover;
    mask-size: cover;
}

.blogs-view .single-title {
    font-size: 22px;
}
.blogs-view .blog-categories .categories-slider .category-item {
    background-color: var(--second-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 0px;
    max-width: max-content;
    padding: 8px 15px;
    margin: 0px 5px;
    width: auto;
    font-size: 13px;
}
.blogs-view .blog-categories .categories-slider .category-item.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--second-color);
}
.blog-grid .blog-card {
    position: relative;
    padding: 15px;
    border-radius: 0px;	
    border: 1px solid #dee2e6;
    background-color: var(--card-color);
	height: 100%;
	gap: 15px;
}
.blogs-view .blog-grid {
    margin-top: 35px;
    justify-content: center;
}
.blog-grid .blog-card .blog-card-image {
    position: relative;
    display: block; 
    border-radius: 0px;
    aspect-ratio: 4 / 3;
    width: 100%;
	overflow: hidden;
}
.blog-grid .blog-card .blog-card-image .blog-image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    opacity: 0;
}
.blog-grid .blog-card .blog-card-image .blog-image.lazyloaded {
    opacity: 1;
    transition: opacity 0.3s ease;
}
.blog-grid .blog-card .blog-card-image .loader {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.blog-grid .blog-card .blog-card-image .blog-image.lazyloaded ~ .loader {
    opacity: 0;
    visibility: hidden;
}
.blog-grid .blog-card .blog-card-body {
    gap: 20px;
}
.blog-grid .blog-card .blog-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: start;
}
.blog-grid .blog-card .blog-desc {
    font-size: 15px;
    color: #777;
    text-align: start;
}
.blog-badges {
    gap: 8px;
    align-items: center;
}
.blog-badges .badge-item {
    border: 1px solid #d0d0d0;
    border-radius: 0px;
    padding: 3px 8px;
    font-size: 10px;
    color: #333;
    letter-spacing: 0.5px;
    background-color: #fff;
    width: max-content;
}
.blog-badges .badge-item.category span {
    font-weight: 800;
}
.blog-badges .badge-item.more-items {
	background-color: transparent;
	border: 0px;
	padding: 0px;
    margin-inline-start: 2px;
}
.blog-grid .blog-card .blog-card-footer {
    font-size: 13px;
    color: #6c757d;
}
.blog-grid .blog-card .blog-card-footer .blog-card-readmore {
	gap: 5px;
    color: var(--primary-color);
    cursor: pointer;
}
.ltr .blog-grid .blog-card .blog-card-footer .blog-card-readmore i {
    transform: rotateY(180deg);
}
.blogs-container .content-pagination {
    margin-bottom: 40px;
}
.blogs-container .empty-blog {
    padding: 50px 0px;
    font-size: 18px;	
}
.single-blog .blog-post {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single-blog .blog-info {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.single-blog .blog-info .blog-name {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
}
.single-blog .blog-info .post-category {
    background-color: var(--primary-color);
    color: var(--second-color);
    font-size: 14px;
    border-radius: 0px;
    padding: 3px 8px;
    margin-bottom: 8px;
}
.single-blog .blog-info .blog-name .blog-title {
    font-size: 28px;
    line-height: 1.2;
    color: var(--primary-color)!important;
}
.single-blog .blog-info .blog-date {
    color: #6c757d;
    font-size: 16px;
}
.single-blog .blog-info .share-btn {
    position: relative;
    top: 0px;
    cursor: pointer;
}
.single-blog .share-post {
    position: absolute;
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--primary-color);
    padding: 15px 25px;
    left: 0;
    top: 40px;
    background-color: #fff;
    border-radius: 0px;
    z-index: 5;
}
.ltr .single-blog .share-post {
    left: unset;
	right: 0px;
}
.single-blog .share-post .title {
    font-size: 20px;
}
.single-blog .share-post .post-social {
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}
.single-blog .share-post .post-social a {
    font-size: 30px;
    color: var(--primary-color);
}
.single-blog .blog-post .blog-badges .badge-item {
    font-size: 14px;
}
.single-blog .post-products .title-block {
    gap: 10px;
    justify-content: center;
    color: var(--btn-color);
    margin-bottom: 20px;
}
.single-blog .related-blog-posts .title-block {
    gap: 10px;
    justify-content: center;
    color: var(--btn-color);
    margin-bottom: 20px;
}
.single-blog .related-products .products-list {
    margin-bottom: 50px!important;
}
.single-blog .related-blog-posts {
    margin-bottom: 50px;
}
.related-blog-posts .blogs-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
    overflow-y: hidden;
    overflow-x: auto;
    gap: 10px;
}
#progressive_discount {
    margin-bottom: 15px;	
}
#progressive_discount .zid-kit-progressive-discount-skeleton,
#progressive_discount .zid-kit-progressive-discount-content {
    background-color: transparent;
}
#progressive_discount .zid-kit-progressive-discount-card {
	background-color: transparent;
    border: 0px;
    box-shadow: none;
	width: 80%;
    margin: auto;
}
#progressive_discount > div {
    background-color: transparent;
}
#progressive_discount .kit-progressive-discount-progress-bar {
    border-radius: 2px;
    background-color: #e1e1e1;
}
#progressive_discount .MuiLinearProgress-barColorPrimary {
    border-radius: 2px;
    background-color: #0ec12f;
}
#progressive_discount .zid-kit-progressive-discount-tier-reached .zid-kit-progressive-discount-tier-avatar {
	border: 2px solid #0ec12f;
    background-color: #fff;
}
#progressive_discount .zid-kit-progressive-discount-tier-reached .zid-kit-progressive-discount-tier-avatar svg {
    width: 1.4em;
    height: 1.4em;
    color: #0ec12f;
}
#progressive_discount .zid-kit-progressive-discount-tier-pending .zid-kit-progressive-discount-tier-avatar  {
    border: 2px solid #e1e1e1;
}
#progressive_discount .zid-kit-progressive-discount-tier-pending .zid-kit-progressive-discount-tier-benefit {
    position: relative;
    top: 1px;
}
.preorder-widget {
    width: 90%;
    border-radius: 0px;
    margin: auto;	
}
.preorder-widget .MuiPaper-root.MuiPaper-outlined.MuiPaper-rounded {
    border-radius: 0px;
    background-color: transparent;
}
.preorder-widget .MuiPaper-root.MuiPaper-outlined > div:nth-child(1) {
    background: var(--primary-color);
} 
.preorder-widget .MuiPaper-root.MuiPaper-outlined > div:nth-child(1) .MuiTypography-root {
    color: var(--second-color)!important;
}
.preorder-widget .MuiAlert-root .MuiStack-root {
    width: 100%;	
}
.preorder-widget .MuiPaper-rounded,
.preorder-widget .MuiStack-root .MuiBox-root {
    border-radius: 0px;	
}
.MuiDialog-container .MuiPaper-root {
    border-radius: 0px;	
}
.MuiDialog-container .MuiButton-root,
.MuiDialog-container .MuiInputBase-root {
    border-radius: 0px;	
}
.MuiInputBase-input {
    border: 0px;
    font-size: inherit;	
}

.product-block .label-block.countdown {
    background: #ff4b4b;
    color: #fff;
    width: 100%;
    padding: 5px 0px;
    padding-bottom: 3px;
    font-size: 11px;
    font-weight: 500;
}
.product-block .label-block.text-label {
	display: flex;
    justify-content: center;
    z-index: 1;
}
.product-block .label-block.text-label > span {
    padding: 2px 6px;
    color: #000;
    background-color: transparent;
    font-weight: 500;
    border-radius: 0;
    font-size: 10px;
    border: 0;
}
.product-block.mini-product-box .label-block.text-label {
    bottom: 50px;	
}
.bundle-offer-badge {
	display: none;
}
.bundle-offer-badge.bundle-offer-product-tag {
	display: flex;
    padding: 2px 6px;
    color: #fff;
    background-color: #000;
    height: 20px;
    font-weight: 700;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 12px;
    border: 0;	
}
.block-quick-view .product-badges {
    gap: 8px;	
	z-index: 2;
}
.block-quick-view .product-badges .text-label {
    position: relative;
    padding: 3px 10px;
    color: #000000;
    background-color: transparent;
    font-weight: 500;
    border-radius: 0;
    font-size: 12px;
    border: 0;
    width: auto;
    top: -10px;
}
.block-quick-view .product-badges .text-label.bundle-offer-badge.bundle-offer-product-tag {
    background-color: #000;
}
.rating-stars {
    display: flex;
    position: relative;	
}
.rating-stars .stars-active {
    position: absolute;
    width: var(--rating-percentage, 0%);
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
.rating-stars .stars-active i {
    flex-shrink: 0;
}
.template-collection .page-header--with-background .image-overlay {
    color: var(--primary-color);
}
.announcement-bar__announcements .announcement__text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.announcement-bar__announcements .announcement .icon {
    width:20px;
    height:20px;
    vertical-align:middle;
    margin:0 5px;
}
/* header SVG MASK icons */
.pageheader .logo-area .svg-icon.icon-cart {
    width: 20px;
    height: 20px;
    background-color: #000;
}
.pageheader .logo-area .svg-icon.icon-search {
    width: 20px;
    height: 20px;
    background-color: #000;
}
.pageheader .logo-area .svg-icon.icon-nav {
    width: 20px;
    height: 20px;
    background-color: #000;
}
.pageheader .logo-area .svg-icon:before {
	display: none;
}
/* side menu */
.menu-logo {
    margin: 0px 25px;
    margin-top: -5px;
    margin-bottom: 35px
}
.menu-logo img {
    width: 80px;
}
.menu-logo > .top-menu-buttons > a {
	vertical-align: middle;
    display: flex;
}
.top-menu-buttons {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.top-menu-buttons .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 3px;
    background-color: transparent;
    border-radius: 0;
    height: 30px;
    width: 30px;
}
.top-menu-buttons .icon i {
	height: 20px;
    width: 20px;
    background-color: #000;
}
.top-menu-buttons .icon i:before {
	display: none;
}
.top-menu-buttons .logout-side {
	background: transparent;
    padding: 0;	
}
.top-menu-buttons .icon-logout {
    margin-top: 3px;	
}
.top-menu-buttons .icon.menu-cart {
    position: relative;
}
.top-menu-buttons .icon.menu-cart .icon-cart {
    -webkit-mask-size: contain;
	mask-size: contain;
    margin: 0 4px;
}
.top-menu-buttons .icon.menu-cart .cart-count {
    white-space: nowrap;
    min-width: 13px;
    border-radius: 0;
    position: absolute;
    top: 0px;
    height: 13px;
    width: 13px;
    left: unset;
    right: 14px;
    text-align: center;
    z-index: 1;
    color: #000000;
    line-height: 1.3;
    font-weight: 500;
    font-size: 10px;
    background-color: transparent;
}
.top-menu-buttons .menu-wishlist {
    position: relative;
}
.top-menu-buttons .menu-wishlist .wishlist-count {
	right: 0px;
    white-space: nowrap;
    min-width: 13px;
    border-radius: 0;
    position: absolute;
    top: -5px;
    height: 12px;
    width: 12px;
    text-align: center;
    z-index: 1;
    color: #ff9700;
    line-height: 1.3;
    font-weight: 900;
    font-size: 9px;
}

/* menu header new products + side cart upsells */
.navigation_products {
    text-align: inherit;	
}
.navigation_products .product-link {
    text-align: inherit;	
}
.navigation_products .collection-slider.use-alt-bg {
    background-color: #fafafa;
    padding: 20px 0px;
    padding-right: 15px;
}
.main-search__results__products .product-list .card-buttons {
	display: none;
}
.navigation_products .opposing-items {
    margin-left: 5px;	
}
.cart-item-upsells .opposing-items {
    margin-left: 5px;	
}
.cart-item-upsells .collection-slider.use-alt-bg {
    background-color: #fafafa;
    padding: 10px 0px;
    padding-right: 10px;
        display: none;
}
.navigation_products .owl-carousel .owl-stage,
.cart-item-upsells .owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}
.navigation_products .product-list.carousel .product-block,
.cart-item-upsells .product-list.carousel .product-block {
    display: flex!important;
    height: 100%;
}
.navigation_products .product-block .product-info > .inner,
.cart-item-upsells .product-block .product-info > .inner {
    margin-bottom: 0px;
}
.navigation_products .product-block .card-buttons,
.cart-item-upsells .product-block .card-buttons {
    margin-top: 0px!important;
}
.navigation_products .product-list.carousel .owl-item {
    width: 215px!important;
}
.navigation_products .product-list.carousel .product-block.mini-product-box {
    margin-bottom: 0;
    padding-bottom: 0;
    height: auto!important;
	width: inherit!important;
}
.mini-product-box .product-qv-container {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 10px;
    right: 0;	
}
.mini-product-box .product-qv-container .quick-view {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    padding: 0;
    width: 35px;
    height: 26px;
}
.mini-product-box .product-qv-container .quick-view > i.eye-icon {
    background-color: #fff;
    padding: 0;
}

/* side search */
.main-search .main-search__suggestions .heading-font {
    text-align: inherit;
        font-size: 16px;
    font-weight: 600;
}
.main-search .search-suggestions__item .product-block__title  {
    text-align: center;
    font-weight: 700;
    padding: 0;
    font-size: 12px;
}
.main-search .search-suggestions__item div.small {
    text-align: inherit;
    color: #aaa;
}
.search-shade {
    position: fixed;
    height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    width: 100%;
    top: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity .34s ease;
    pointer-events: none;	
}
.show-search .search-shade {
    pointer-events: auto;
    opacity: 1;	
}
/* categories page */
.template-list-collections .category-name {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 18px;
	color: var(--primary-color);
}
.template-list-collections .categories-title {
    margin-bottom: 0px;
}
.template-list-collections .sub-category-name a {
    color: #6d7175;
}

/* payment and shipping page */
.shipping-payment-page .container-parent > .container,
.shipping-payment-page #content>.container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.shipping-payment-page .page-breadcurmb {
    text-align: start;	
}
.shipping-payment-page .profile-section-dropdown .nav,
.shipping-payment-page .profile-section-dropdown {
    margin: 0;
    list-style: none;	
}
.shipping-payment-page .profile-section-dropdown .dropdown {
    list-style: none;		
}
.shipping-payment-page .profile-row {
	padding: 10px;
    padding-right: 20px;
    text-align: start;	
    background-color: #000;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease;
}
.shipping-payment-page .profile-row.active {
    padding: 10px;
    background-color: #ffffff;
    color: #000;
    text-align: start;
}
.shipping-payment-page .profile-row * {
    color: #fff!important;
}
.shipping-payment-page .profile-row.active * {
    color: #000000!important;
}
.shipping-payment-page .profile-item-description p {
    margin-bottom: 0;	
}
.shipping-payment-page .profile-item {
    padding-right: 20px!important;
    padding-left: 20px!important;	
}
.shipping-payment-page .profile-item-title {
    margin: 0 10px!important;	
    color: inherit;
}
.shipping-payment-page .dropdown-menu li.divider {
    display: none;	
}
.shipping-payment-page .profile-section-dropdown .dropdown-menu>li>a {
    background-color: var(--btn-color);	
}
.profile-section-dropdown .dropdown-menu>li>a {
    color: #fff;
}
.shipping-payment-page .profile-item a.profile-row.active:hover,
.shipping-payment-page .profile-item a.profile-row.active:active,
.shipping-payment-page .profile-item a.profile-row.active:focus {
    color: #000!important;
}
.shipping-payment-page .account-content {
    margin-right: 30px;
    margin-left: 30px;	
}
/* pages */
.page-title.single-title {
    margin-bottom: 25px;
	text-align: center;
}
.content-text {
    text-align: start;	
}
.faqs-page {
    text-align: start;	
}

/* product page */
.template-product .thumb-gallery .rimage-wrapper .rimage__image {
    object-fit: contain;
}
.template-product .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: 30px;
    border: 0;
    z-index: 5;	
}
.template-product .border-product.share-product {
    position: absolute;
    text-align: center;
	width: 170px;
    background-color: #fff;
    padding: 5px;
    right: 35px;
}
.template-product .product-images-block .swiper-pagination {
    bottom: -22px;
}
.swiper-pagination-bullet {
    background: #000;
}
.swiper-pagination-bullet-active {
    background: #000;	
}
.template-product .thumb-gallery {
    position:relative;
}
.template-product .main-image.thumb-gallery .label-block {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    left:0;
    padding:10px 15px 0;
    z-index:99;
}
.svg-icon.icon-share{
    -webkit-mask-image:url("share-icon.svg");
    mask-image:url("share-icon.svg");
    width: 25px;
    height: 25px;
    background-color: #000000;
    opacity: 0.3;
}
.template-product .price-area .was-price {
    margin-right: 8px;	
}
.template-product #product-variants-options label {
display: block;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: right;
    margin-bottom: 15px;
}
.template-product #product-variants-options ul {
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 0 0;
    padding-right: 5px;
    justify-content: flex-end;
}
.template-product #product-variants-options ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 30px;
    min-height: 30px;
    width: 40px;
    height: 30px;
    margin: 5px;
    padding: 11px 15px;
    border: 1px #bbbbbb3d solid;
    border-radius: 0;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
}
.template-product #product-variants-options ul li.active {
    border: 1px solid #000;
    cursor: default;
    color: #000;
}
.template-product #product-variants-options ul li.disabled {
    background-color: #f9f9f9;	
}
.template-product #product-variants-options ul li.image-choice {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 60px;	
}
.rtl .cc-accordion-item__title {
    padding: 15px 0px 15px 30px;
    font-weight: 500;
    font-size: 12px;
}
.rtl .cc-accordion-item__title:before,
.rtl .cc-accordion-item__title:after {
    left: 0;
    right: auto;	
}

.template-product .section-product-detail .cc-accordion {
    margin-bottom: -1px;	
}
.template-product .section-product-detail {
    margin: 0px 16px;
    text-align: start;	
}
.template-product .product-description:not(:has(*)){
    display: block;
    margin: 0 20px;
}
.template-product .product-description > *:not(img){
    display: block;
    margin: 0 20px!important;
    font-family: inherit!important;
        font-weight: 500;
}
.template-product .product-description > *:has(img){
    margin: 0px!important;
}

.template-product .card-table.options-table .card {
    border: 0;
    background-color: #fbfbfb;
    border-radius: 0;
    padding: 5px 15px;
    padding-right: 8px;
    margin: 10px 0;
    display: flex;
}
.template-product .card-table.options-table .card-body .row {
	gap: 8px;
    flex-wrap: nowrap;
}
.template-product .card-table.options-table .card .variant-name-sm {
	color: #aaa;
    font-weight: 500;
    font-size: 9px;
}
.template-product .card-table.options-table .col-attribute-value {
    text-align: center;
    font-size: 9px;
    font-weight: 400;	
}
.template-product .card-table.options-table .variant-image {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0;
    font-size: 10px;
    font-weight: 500;
    background-color: white;
    text-align: center;
    place-content: center;
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    align-self: center;
    font-size: 7px !important;
}
.template-product .card-table.options-table .variant-image-wrapper {
	width: 60px;
}
.template-product .card-table.options-table .option-info,
.template-product .card-table.options-table .option-info .col-attribute {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    align-items: baseline;
}
.template-product .card-table.options-table .option-info .col-attribute .variant-item,
.template-product .card-table.options-table .col-variant-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 5px 0;
    font-weight: 500;
    color: #aaa;
    font-size: 9px;
    margin: 5px 0;
    margin-bottom: 0;
}
.template-product .card-table.options-table .col-variant-price .variant-name-sm {
    margin-bottom: 0;	
}
.template-product .card-table.options-table .product-price__item {
    margin-inline-end: 0px;	
}
.template-product .product-materials-tab .product-materials ul {
	margin-top: 0;
    margin-bottom: 0;	
}
.template-product .product-instructions-tab .product-instructions p {
    display: flex;
    align-items: center;
    margin-bottom: 0;	
}
.template-product .product-instructions-tab .product-instructions i.svg-icon {
    margin-inline-end: 8px;
	background-color: #6d7175bf;
}
.materials-icon {
    -webkit-mask-image:url("materials.svg?v=1.0");
    mask-image:url("materials.svg?v=1.0");
    -webkit-mask-size: cover;
	mask-size: cover;
    width: 18px;
    height: 18px;
    background-color: #000;
}
.instructions-icon {
    -webkit-mask-image:url("instructions.svg?v=1.0");
    mask-image:url("instructions.svg?v=1.0");
    -webkit-mask-size: cover;
	mask-size: cover;
    width: 18px;
    height: 18px;
    background-color: #000;
}
.questions-icon {
    -webkit-mask-image:url("questions.svg?v=1.0");
    mask-image:url("questions.svg?v=1.0");
    -webkit-mask-size: cover;
	mask-size: cover;
    width: 15px;
    height: 15px;
    background-color: #000;
}
.template-product .thumb-gallery .swiper-pagination {
    bottom: -3px;
}
.product-summary-block {
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 25px;
}
.detail.product-column-right.out-stock .buy-buttons-row {
	display: none!Important;
}
.detail.product-column-right.out-stock .notify-block {
	display: block!Important;
}
.product-summary-block .product-reviews-summary {
    flex-direction: column;
    align-items: flex-start;
}
.product-summary-block .stock-box.stock {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 3px 3px;
    padding-top: 6px;
    background-color: transparent;
    color: #000000;
    border-radius: 5px;
    height: 30px;
    font-size: 10px;
    font-weight: 700;
}
.product-summary-block .stock-box i {
    margin: 0 5px;
}
.stock-box.out-stock,
.product-summary-block .stock-box.stock.out-stock,
.stock-box.out-stock i:before {
    color: #ff4b4b;
}
.product-summary-block .stock-box.stock.out-stock i:after,
.stock-box.out-stock i:after {
    background: #ff4b4b;
}
.product-summary-block .no-review-details {
    font-size: 10px;
    margin-top: 8px;
    font-weight: 500;
    color: #777;
}
.rating-info {
    display: flex;
    align-items: center;	
}
.rating-info .average {
    font-weight: 800;
    font-size: 14px;
    margin: 0px 5px;	
}
.rating-info .count {
    color: #777777;
    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: #777777;
    margin: 0px 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: #70ca6d;
    width: 22px;
    height: 22px;	
}
.svg-icon.star-icon {
    -webkit-mask-image:url("star-icon.svg?v=1.2");
    mask-image:url("star-icon.svg?v=1.2");
    -webkit-mask-size: contain;
	mask-size: contain;
    width: 20px;
    height: 20px;
    background-color: #ececec;	
}
.svg-icon.star-icon.deactive,
.btnrating.deactive .star-icon {
    background-color: #ececec;	
}
.svg-icon.star-icon.active,
.btnrating.active .star-icon {
    background-color: #ff9700;	
}

.bundle-offer-section {
    position: absolute;
    left: 0;
    top: 30px;
    width: auto;
    font-size: 11px;
    font-weight: 700;
    text-align: right;
    width: 150px;
    margin-inline-end: 10px;
    background-image: linear-gradient(21deg, #bb00ff 0%, #ff9700 100%);
    background-size: 180% 100%;
    border-radius: 6px;
    padding: 5px 10px;
    padding-left: 3px;
    z-index: 2;
    color: #fff;
}
.bundle-offer-section .icon-gift {
    color: #fff;	
    margin-inline-end: 5px;
}
.ltr .bundle-offer-section {
    left: unset;
	right: 0px;
}
.block-bundle-offer {
	
}
.block-bundle-offer .bundle-offer-title {
    margin-bottom: 15px;
    background-image: linear-gradient(21deg, #bb00ff 0%, #ff9700 100%);
    background-size: 150% 100%;
    border-radius: 6px;
    padding: 10px 10px;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    background-position-x: center;
}
.block-bundle-offer .bundle-offer-title .icon-gift {
    color: #ffffff !important;
    margin-inline-end: 5px;
    font-size: 16px;
}
.block-bundle-offer .grid-load-more-button {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 25px;
}
.block-bundle-offer .grid-load-more-button .bundle-grid-load-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 35px;
    border-radius: 5px;
    font-weight: 600;
    background-color: transparent;
    color: #000;
    border: 1px solid;
}
.cart-goal-wrap{
     margin-top: 15px;
     width: 100%;
}
 .progress-bar-wrap {
     position: relative;
     height: 6px;
     margin: 0 13px;
}
.cart-progressive-discount {
    width: 100%;
}
.mini-cart-discount {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
    background-color: transparent;
    padding: 16px 18.4px;
}
.mini-cart-discount .discount-text {
    margin: 0px 0px 16px;
    font-size: 12px;
    font-weight: 400;
    color: #4c4c4c;
    text-align: center;
}
.ltr .mini-cart-discount .discount-text {
    font-size: 11px;
}
.mini-cart-discount .discount-text span {
    font-weight: 500;
    color: #000000;
}
.mini-cart-discount .progress-wrapper {
    position: relative;
    padding-top: 16px;
    padding-bottom: 40px;
    width: 90%;
}
.mini-cart-discount .discount-progress-bar {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 0;
    height: 6px;
    background-color: #c6c6c8;
}
.mini-cart-discount .discount-progress-bar .bar {
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #0ec12f;
    transition: transform 0.4s linear 0s;
}
.mini-cart-discount .discount-tier {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    position: absolute;
    transform: translateX(50%);
    top: 0px;
}
.ltr .mini-cart-discount .discount-tier {
    transform: translateX(-50%);	
}
.mini-cart-discount .discount-tier .tier-avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
    font-size: 11px;
    color: #000;
    width: 40px;
    height: 40px;
    border: 2px solid #c6c6c8;
    background-color: #fff;
}
.mini-cart-discount .discount-tier.reached .tier-avatar {
    border: 2px solid #0ec12f;
}
.mini-cart-discount .discount-tier .tier-avatar span {
    text-align: center;
}
.mini-cart-discount .discount-tier .check-icon {
    display: inline-block;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 20px;
    width: 1.4em;
    height: 1.4em;
    background-color: #0ec12f;
}
.mini-cart-discount .discount-tier .tier-label {
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    width: 70px;
    text-align: center;
    word-break: break-word;
}
.mini-cart-discount .discount-tier .tier-benefit {
    margin: 0px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    width: 70px;
    text-align: center;
    word-break: break-word;	
}
.svg-icon.check-icon {
    -webkit-mask-image:url("check-circle.svg?v=1.1");
    mask-image:url("check-circle.svg?v=1.1");
    background-color: var(--primary-color);
    -webkit-mask-size: contain;
    mask-size: contain;
}
@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 {
    margin-top: 20px;
}
.product-count-sale {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0d08ff;
    color: #ffffff;
    min-width: 210px;
    width: 50%;
    padding: 0 8px;
    margin: auto;
    height: 30px;
    border-radius: 4px;
    display: none;
}
.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: #0d08ff;
}
.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; } 
}
.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: 15px;
    height: 15px;	
}
.product-data {
	 margin-top: 25px;
}
.product-data > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 10px;
    font-weight: 400;
    color: #777;
} 
.buy-buttons-row .button--large.add-to-card-btn i.fa-sync {
    margin-top: 2px;	
}
.buy-buttons-row .quick-checkout {
    width: 90%;
    margin: auto;
    margin-top: 10px;	
}
.buy-buttons-row .quick-checkout .btn-buy-now {
    color: #000000;
    width: 100%;
    background-color: transparent;
    font-weight: 500;
    font-size: 12px;
    padding: 15px;
    border: 1px solid;
    height: 50px;
}
.related-products {
    margin-top: 25px;
}
.related-products .products-slider {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
	overflow-y: hidden;
    overflow-x: auto;
	scrollbar-width: none;
}
.related-products .related-products-title {
	display: flex;
    justify-content: center;
    margin: 20px 20px;
    font-size: 15px;
        font-weight: 600;
}
.related-products .product-block {
    height: 100%;
    width: 100%;
    padding: 0;	
}
.button--large.add-to-card-btn {
    width: 100%;
    background-color: #000;
    font-weight: 500;
    font-size: 12px;
    height: 50px !important;
}
.size-chart-block {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.size-chart-block .text {
    font-size: 12px;	
}
.size-chart-block button {
    width: 90px;
    font-size: 11px;
    padding: 6px 2px;
    background-color: #ff9700;
    color: #fff !important;
    border: 1px solid;
    font-weight: 600;
    margin-right: 5px;
    height: 26px !important;
}
.size-chart-block button:hover {
    width: 90px;
    font-size: 11px;
    padding: 6px 2px;
    background-color: #ff9700;
    color: #fff !important;
    border: 1px solid;
    font-weight: 600;
    margin-right: 5px;
    height: 26px !important;
}
.form-control input,
.form-control textarea {
    color: #000;
}
/* product page reviews */
.product-reviews-container .comment-section .card-rate-comment {
    font-size: 10px;
    margin-right: 0;
}
.product-reviews-container .comment-section .card-rate-comment .star-icon {
	width: 15px;
    height: 15px;
    margin: 0 1px;
}
.product-reviews-container .add-review-block .star-icon {
    width: 30px;
    height: 30px;
}
.product-reviews-container .rating.rating-summary {
	display: flex;
    position: relative;
	font-size: 12px;
    margin-bottom: 5px;	
}
.product-reviews-container .rating.rating-summary .stars {
	display: flex;
}
.product-reviews-container .rating.rating-summary .stars-active {
	position: absolute;
    width: var(--rating-percentage, 0%);
    overflow: hidden;
}
.product-reviews-container .rating.rating-summary .star-icon {
    width: 30px;
    height: 30px;
    margin: 0 1px;
    flex: 0 0 auto;
}
.product-reviews .add-review-title {
    display: block;
    text-align: center;
    color: var(--primary-color);
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.product-reviews h4.title-p-small {
    color: var(--primary-color);
    font-size: 15px;
    margin-top: 20px;	
    margin-bottom: 10px;
    text-align: center;
        font-weight: 600;
}
.product-reviews {
    margin-top: 5px;
    margin: 0 20px;
}
.product-reviews h4,
.product-reviews .rating-average .rate-bar-block .count-r {
    color: #484848;	
}
.product-reviews .rating-number {
	display: flex;
    flex-direction: column;	
}
.product-reviews h4.text-center.count {
    font-size: 10px;
    font-weight: 500;
    color: #999;
}
.product-reviews .add-review-block {
	background-color: transparent;
    padding-top: 15px;
}
.product-reviews .add-review-form-checkbox .custom-checkbox-label > span {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.product-reviews .reviews-empty > span {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: #999;
}
.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: #fbfbfb;
    border-radius: 0;
}
.product-reviews .btn-review {
display: flex
;
    justify-content: center;
    align-items: center;
    width: 75px;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    height: 36px;
    border-radius: 6px;
    background-color: var(--primary-color);
}
.product-reviews .reviews-list .load-more {
    width: 140px;
    margin: auto;	
}
.add-review-form-checkbox .form-group {
	display: flex;
    justify-content: center;	
}
.add-review-form-checkbox .custom-checkbox-input {
	display:none;
}

.user-review-text{
    margin-top: 10px;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: 11px;
    color: #718fa1;
    padding-left: 20px;
}
.ltr .user-review-text{
    padding-left: 0;
    padding-right: 20px;	
}
.store-review-text{
	padding-top: 15px;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 13px;
    color: #7b7b7b;
    border-top: 1px solid #e8e8e8;
}
.ltr .store-review-text {
    padding-left: 10px;
    padding-right: 20px;
}
.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 .card-name{
    margin-left:0;
    margin-right:0;
    color:#000
}
.card-review .card-name .card-name-customer{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #000000;
    font-size: 12px;
}
.card-review .card-date{
    font-size: 9px;
    color: #aaa;
}
.rate-bar-block td{
    vertical-align: middle;
    border:0;
    padding:2px 3px
}
.rate-bar-block .count-r{
    color: #000000;
    
}
.rate-bar-block .rating-label{
    display: inline-flex;
    font-size: 12px;
    color: #000000;
}
.rating-bar{
    width:100%;
    padding:8px
}
.rating-bar .bar-container{
    width:100%;
    background-color: #ff97001c;
    text-align:center;
    color:#fff
}
.rating-bar [class*=bar-]{
	height: 10px;
    border-radius: 0px;
}
.rating-bar .bar-5,
.rating-bar .bar-4,
.rating-bar .bar-3,
.rating-bar .bar-2,
.rating-bar .bar-1 {
    background-color:#ff9700;
}
.card-review{
    padding: 15px;
    border-radius: 5px;
    border: 0;
    background-color: #fbfbfb;
}
.comment-section .card-name-customer .svg-icon.trust-icon {
    background-color: #70ca6d;
    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;
    color: #555;
    font-weight: 600;
}
html[lang="en"] .comment-section .card-name-customer .customer-name {
    margin-right: 5px;
    margin-left: 2px;
}
.comment-section .card-name-customer .bought-label {
    border: 1px dashed #0cc12f;
    color: #0cc12f;
    font-size: 10px;
    padding: 0px 5px;
    padding-top: 1px;
    margin-inline-start: 1px;
}
.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);
}

.grouped-products {
    margin: 15px 20px;
    text-align: start;
    overflow: hidden;
}
.grouped-products #product-grouped-details h4 {
    font-size: 20px;
    text-align: center;	
}
.grouped-products #product-grouped-details .grouped-heading {
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.grouped-products #product-grouped-details .grouped-product-col h6 {
    font-size: 14px;
}
.grouped-products #product-grouped-details .grouped-product-row {
    justify-content: center;	
}
.grouped-products #product-grouped-details  .grouped-product-table {
    font-size: 13px;
}

.product-video {
    position: relative;	
}
.product-video a:before {
    content: "";
    position: absolute;
    display: flex;
    background: transparent;
	top: 0;
    width: 100%;
    height: 70%;
    z-index: 2;
}
.product_img.product-video img {
    object-fit: unset;
    height: 100%;
}
.product-video iframe  {
    position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
    z-index: 1;
}
.product-video .slider-image {
    background-size: 100% 100%;
    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: 4;
}
.product-video .play-btn > i {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 85px;
    width: 85px;
    padding-inline-end: 8px;
    color: #fff;
    font-size: 40px;
    border: 5px solid #fff;
    border-radius: 100%;
    opacity: 0.9;
    z-index: 4;
}
.block-quick-view .product-video .play-btn > i {
    height: 65px;
    width: 65px;
    font-size: 25px;
    border: 4px solid #fff;	
    padding-inline-end: 5px;
}

/* product page sticky */
.sticky-cart {
    display: flex;
    justify-content: center;
    position: fixed;
    align-items: center;
    left: 0;
    z-index: 99;
    width: 100%;
    background: 0 0;
    transition: transform .25s;
    bottom: 0;
    padding: 0px;
    border-radius: 0;
	border: 0;
}
.sticky-cart .block-p-qty {
    width: 50%;	
}
.sticky-cart button.btn-add-cart {
display: flex;
    justify-content: space-between;
    padding: 0;
    font-size: 16px;
    background-color: #0cc12f;
    font-weight: 600;
    margin: 0px 10px;
    height: 60px;
    min-width: 200px;
    align-items: center;
    white-space: nowrap;
    transition: all 0.5sease;
}
html[lang="en"] .sticky-cart button.btn-add-cart {
    margin: 0px 0px;	
}
.sticky-cart button.btn-add-cart.justify-content-center {
    align-items: center;	
}
.sticky-cart button.btn-add-cart .mini-price {
	font-size: 10px;
    background-color: #ffffff21;
    color: var(--second-color);
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 6px;
    white-space: nowrap;
    margin-left: 12px;
}
html[lang="ar"] .sticky-cart button.btn-add-cart {
    margin-left: 0px;
}
html[lang="en"] .sticky-cart button.btn-add-cart {
    font-size: 18px !important;
    font-weight: 300;
    padding-right: 14px;
    margin-left: 5px;
}
html[lang="ar"] .sticky-cart button.btn-add-cart .text {
    padding-right: 20px;	
}
html[lang="en"] .sticky-cart button.btn-add-cart .text {
    padding-right: 0px;	
    padding-left: 15px;
}
.sticky-cart button[disabled].btn-add-cart {
	margin: 0;
}
.sticky-cart.open {
	transform: none;
    width: 100%;
    margin-bottom: 10px;
}
.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;
}
.sticky-cart.out-stock .sticky-cart-block {
	display:none;
}
.sticky-cart.out-stock .sticky-notification-block {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 90%;
    background: #fff;
    border: 1px solid;
    border-radius: 7px;
}
.sticky-cart.out-stock .section-out-of-stock-notify-me {
    margin: 0px;	
    padding: 0;
}
.sticky-cart.in-stock .sticky-cart-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #000000;
}
.sticky-cart.in-stock .sticky-notification-block {
	display:none;
}
.sticky-cart .quantity-wrapper input[name=quantity] {
    margin: 0 5px;
    font-weight: 700;
}

/* out stock notify form */
.sticky-notification-block .btn-out-stock {
    width: 100%;
    margin: 0;
    height: 50px;
    font-size: 24px;
    font-weight: 500;
    opacity: 0.5;
    background: #ececec !important;
}
.sticky-notification-block .btn-out-stock > span {
    font-size: 18px;
    color: #000;
}
.notify-block {
	display: none;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
}
.notify-block .notify-form {
    margin-top: 35px;
}
.notify-block .notify-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 16px;
}
.notify-block .notify-title i {
    margin-inline-end: 8px;
}
.notify-block .form-group {
    margin-bottom: 10px;
	height: 44px;
}
.notify-block .form-group input {
    height: auto;
    padding: 10px;
	background-color: #fbfbfb;
    border: 1px solid #dbdcdd;
        background-color: #ffffff;
    border-radius: 6px;
    height: 44px;
}
.notify-block .form-notify-me-phone-row {
	width: 100%;
    background-color: #fbfbfb;
    border: 1px solid #dbdcdd;
    overflow: hidden;
	margin-bottom: 10px;
    align-items: center;
        border-radius: 6px;
}
.notify-block .form-notify-me-phone-row .send-notify-phone {
    text-align: left;
    padding-inline-end: 0px;
    border: 0;
}
.notify-block .form-notify-me-phone-row .send-notify-country-key {
	direction: ltr;
	text-align: start;
	width: 90px;
	padding-inline-end: 0px;
	padding-inline-start: 30px;
	border: 0;
    background-color: #fbfbfb;
    box-shadow: none;
    font-size: 14px;
    padding: 0 5px;
    text-align: right;
    background-position: 5px 12px;
    background-size: 20px;
}
.rtl .notify-block .form-group .send-notify-email::placeholder,
.rtl .add-question-block .form-group .input-question-email::placeholder {
    text-align: right;
    direction: rtl;
    padding-bottom: 6px;
}
.notify-block .form-group .send-notify-email,
.add-question-block .form-group .input-question-email {
    text-align: left;
    direction: ltr;
    text-align: center;
}
.notify-block .btn-send-notify {
	width: 100%;
	height: 44px;
    margin: 0;	
        border-radius: 6px;
    font-weight: 600;
}
.ltr .notify-block .form-notify-me-phone-row {
    direction: rtl;
}

/* size chart modal */
#size-modal {
    padding-right: 0px!important;
}
#size-modal .modal-header .close {
    margin: -1rem -1rem -1rem -1rem;	
}
#size-modal .modal-dialog {
    margin: 0 auto;
    padding: 5px;
    min-width: 70%;
}

/* product page payment banners */
.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: #ffffff;
    font-size: 13px !important;
    padding: 0 5px;
    color: #000;
    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;
    border: 1px solid #eeeeee;
    margin: 0;
    background-color: transparent;
}
.btn-add-question img {
    width: 50px;
    height: 50px;
}

/* tabby & tamara blocks */
.block-payments-widget {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: stretch;
    margin-top: 35px;
}
.block-payments-widget .tamara-product-widget {
    position: relative!important;
    background-color: #fff!important;
    font-family: var(--primary-font)!important;
    line-height: 1.6 !important;
    border-radius: 6px !important;
    color: #000000!important;
    margin: 0px 5px!important;
    min-width: 48.5% !important;
    max-width: 48.5% !important;
    border: 1px solid #de9681!important;
    padding: 0px 10px!important;
    padding-bottom: 10px !important;
    padding-top: 21px!important;
    font-size: 11px!important;
    font-weight: 400!important;
    min-height: 80px!important;
    max-height: 110px!important;
    display: block!important;
	text-align: start!important; 
}
.block-payments-widget.full-widget .tamara-product-widget {
	margin-top: 40px!important;
    padding-top: 20px!important;
}
.block-payments-widget .tabby-product-widget > div > div > div { 
    border: none !important;
}
.block-payments-widget .tabby-product-widget {
    background-color: #fff!important;
    font-family: var(--primary-font)!important;
    line-height: 1.6 !important;
    border-radius: 6px!important;
    font-weight: 400!important;
    position: relative!important;
    padding: 0px 10px!important;
    margin: 0px 5px!important;
    min-width: 48.5% !important;
    max-width: 48.5% !important;
    font-size: 11px!important;
    border: 1px solid #3bffc4!important;
    min-height: 80px!important;
    max-height: 110px!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    padding-bottom: 15px!important;
    padding-top: 20px!important;
	text-align: start!important; 
}
div#TabbyDialogContainer * {
    font-family: var(--primary-font)!important;
}
.block-payments-widget .tabby-product-widget span:first-child {
    justify-content: center;
}
svg.riyal-svg {
    position: relative;
    top: 1px;
    width: 11px;
    height: 11px;
}

/* product page background */
body.template-product {
    background: #fff;	
}
body.template-product .section-main-product {
    margin-bottom: 0;
}
body.template-product .related-products {
    background-color: #fafafa;
    padding-top: 25px;
    padding-bottom: 60px;
    margin-top: 0;
}

/* loyalty blocks & apple pay */
.buyNow .apple-pay-button,
.donateNow .apple-pay-button,
.quickPay .apple-pay-button,
.quickDonation .apple-pay-button {
    border-radius: 0px!important;
}
.template-product .applepay-widget {
    margin: auto;
	margin-top: 10px;
	min-width: 90%;
    max-width: 90%;	
}
.template-product .detail.product-column-right.out-stock .applepay-widget {
	display: none;
}
.template-cart .applepay-cart-widget {
	min-width: 100%;
    max-width: 100%;
    margin: auto;
	margin-top: 5px;
}
.loyalty_button_footer {
    z-index: 99999!Important;	
}
.loyalty-rewards-popup .loyalty-points__info {
    text-align: center;
    margin-bottom: 15px;
}
.loyalty-points-widget {
    background-color: #fff;
    border-radius: 10px;
	margin: 0px 20px;
    margin-top: 15px;
}
.loyalty-points-widget .loyalty-points-products-section {
    font-size: 15px;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.loyalty-rewards-popup__wrap,
.loyalty-rewards-popup__inner {
    border-radius: 0;
}
.template-cart .loyalty-points-widget {
    margin: auto;
    margin-top: 20px;
    border-radius: 0;
}
.template-cart .loyalty-points-section {
	margin: 0;
    border: 0;
    border-radius: 0;
    padding: 15px;
    padding-bottom: 0;
}
.template-cart .loyalty-points-section .loyalty-points-expected-section {
    text-align: start;
}
.template-cart .loyalty-points-section .loyalty-points-expected-section .flex-shrink-0 {
    text-align: end;
}
.template-cart .loyalty-points-section .loyalty-points__info p {
    font-size: 14px;
    margin-bottom: 35px;
}
.template-cart .loyalty-points-section .loyalty-points-redemption-form select {
    font-size: 12px;
    text-align: start;
    border-radius: 0;
}
.template-cart .loyalty-points-section .loyalty-points-redemption-form button {
    margin-left: 0px;
    margin-right: 10px;
    padding: 0;
    width: 160px;
}
.ltr .template-cart .loyalty-points-section .loyalty-points-redemption-form button {
    margin-left: 10px;
    margin-right: 0px;	
}
.template-cart .loyalty-points-section .applied_redemption_method_name {
    text-align: start;
    font-size: 12px!important;
    padding: 5px 5px;	
    border-radius: 0;
}
.template-cart .loyalty-points-section .loyalty-points-method-applied-row button {
    margin-left: 0px;
    margin-right: 10px;
    padding: 0 20px;
    background-color: var(--btn-color);
    color: var(--second-color)!important;
    min-width: auto;
    text-decoration: none;
}
.ltr .template-cart .loyalty-points-section .loyalty-points-method-applied-row button {
    margin-left: 10px;
    margin-right: 0px;
}
.template-cart .loyalty-points-section button > img {
	display:none!Important;
}
.template-cart .cart-item-list .error-message {
    font-size: 12px;
    text-align: start;
    margin: 0 5px;
    margin-top: -10px;
    color: #ff0000;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
#toast-container .cart-error {
    font-size: 12px;
}
.cart-products-list .cart-item-list {
    width: 85%;	
    margin-top: 40px;
}

/* cart page coupon */
.template-cart .cart-drawer__footer .coupon {
    text-align: center;
}
.template-cart .cart-drawer__footer .coupon input {
    text-align: initial;
}
.template-cart .cart-drawer__footer .coupon button {
    text-align: center;
}

/* side card coupon */
.cart-drawer .cart-drawer__footer .coupon {
    width: 100%;
}
.cart-drawer .cart-drawer__footer .coupon input {
    text-align: initial;
}
.cart-drawer .cart-drawer__footer .coupon button {
    text-align: center;
    font-weight: 500;
    font-size: 10px;
}
.cart-drawer .error-message {
	display: none!important;
}

/* product page questions */
.product-questions {
    margin-bottom: 0px;
}
.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: #fbfbfb;
    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;
}
.btn-add-question {
    width: 125px;
    font-size: 11px;
    height: 38px;
    font-weight: 500;
    padding: 0;
    background-color: transparent;
    color: #000;
    border: 1px solid;
}
.add-question-block .checkbox-container {
    height: 20px;	
}
.add-question-block .checkbox-container input {
	display: none;
}
.add-question-block .checkbox-container input + span {
    width: 16px;
    height: 16px;
    border: 1px solid #666;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer;
}
.add-question-block .checkbox-container input:checked + span {
    position: relative;
    background-color: var(--btn-color);
    border: 0;
    color: #fff;
}
.add-question-block .checkbox-container input:checked + span:after {
    content: "\e910";
    font-family: icomoon;
    position: absolute;
    left: 0px;
    height: 16px;
    width: 16px;
    top: -2px;
    font-size: 12px;
}
.add-question-block .checkbox-container .custom-checkbox-label > span {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #666;
}
.add-question-block .btn-primary .btn-add-question {
    margin: 10px 0px;	
    border-radius: 8px;
	background-color: var(--primary-color)!important;
    color: #fff;
}
.add-question-block .btn-question {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-top: 0px;
    font-size: 14px;
    width: 75px;
    height: 40px;
}
.product-questions .add-question {
    padding-bottom: 20px;
}
.product-questions .load-more {
    display: flex;
    justify-content: center;
}
.product-questions .load-more-questions  {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 120px;
    border-radius: 0;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0;
}
.product-questions .load-more-questions .load-questions-progress:before {
	margin: -10px 0 0 -10px;
}
.product-questions .no-questions {
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 25px 0px;
}
.add-question-block form .form-group:first-of-type {
    margin-top: 30px;	
}
.product-questions .btn-add-question:hover,
.product-questions .btn-question:hover,
.product-questions .load-more-questions:hover {
	background-color: var(--primary-color)!important;
	color: #fff;
}
.toast-message:has(br) {
    text-align: start!important;
    justify-content: start;
}
.add-question-block input,
.add-question-block textarea {
    border: 0;
    width: 80%;
    margin: auto;
    font-size: 14px;
    color: var(--primary-color);
    background-color: #fbfbfb!important;
    border-radius: 0;
    border: 0!important;
    box-shadow: unset!important;
}

/* quick view / lookbook */
.modal {
    z-index: 9999999;	
}
.quick-view-modal {
    z-index: 9999999;
}
.modal-backdrop {
    z-index: 999999;
}
.modal-content {
    overflow: hidden;
    border: 0;
    background-color: #ffffff !important;
        border-radius: 0;
}
.block-quick-view .qv-product-info {
    margin-top: 45px;
    padding: 0px;
    text-align: right !important;
    display: flex !important;
    align-items: flex-start !important;
    padding-right: 15px;
}
.block-quick-view .product-name {
text-align: right;
    font-size: 13px;
    margin: 0;
    margin-bottom: 10px;
}
.block-quick-view .block-p-rating {
	text-align: center;	
}
.block-quick-view .star-icon {
	text-align: center;		
}
.block-quick-view .q-number-rate {
    font-size: 8px;
    color: #000000;
    opacity: 0.5;
}
.block-quick-view .price-area {
	text-align: center;	
    margin: 0;
}
.block-quick-view .price-area .current-price {
    text-align: right;
    font-size: 12px;
    font-weight: 500;		
}
.block-quick-view .price-area .on-sale .current-price {
	text-align: center;		
}
.block-quick-view .price-area .on-sale .was-price {
	text-align: center;		
}
.block-quick-view .quantity-submit-row__submit {
    width: 100% !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.block-quick-view .buy-buttons-row {
    margin: 0;
    width: 100%;	
}
.block-quick-view .product-form .quantity-wrapper {
    justify-content: center;	
        width: 100%;
}
.block-quick-view .product-form .quantity-submit-row {
    margin: 0;
}
.block-quick-view .rimage-wrapper .rimage__image {
    object-fit: cover;	
}
.block-quick-view .thumb-gallery .swiper-pagination {
	bottom: -25px;
}
.block-quick-view .label-block {
    position: absolute;
	z-index: 3;
    width: 100%;	
}
.block-quick-view .label-block .product-label>span {
    font-size: 14px;	
}

/* qv/product card options */
.block-product.qv-product .product-options .button-item .option-title {
display: block;
    font-size: 12px;
    line-height: 1.4em;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 10px;
}
.block-product.qv-product .product-options .button-item {
    margin-bottom: 25px;	
}
.block-product.qv-product .product-options ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    margin: -10px -10px 0 0;
}
.block-product.qv-product .product-options ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 40px;
    min-height: 40px;
    width: 20px;
    font-size: 12px;
    height: 20px;
    margin: 10px 10px 0 0;
    padding: 11px 15px;
    border: 1px #d7d7d7 solid;
    border-radius: 0;
    background-color: #fff;
    color: #cacaca;
    cursor: pointer;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    font-size: 10px;
    height: 20px;
    margin: 8px 8px 0 0;
    padding: 10px 12px;
}
.block-product.qv-product .product-options ul li.active {
    border: 1px #ff9700 solid;
    cursor: default;
    color: #ff9700;
}
.block-product.qv-product .product-options ul li.image-choice {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 20px;
    width: 20px;
}
.block-product.qv-product .product-options ul li.image-choice > span{
	display: none;
}
.product-block .product-options .button-item .option-title {
    display: block;
    font-size: 10px;
    line-height: 1.4em;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    padding-right: 10px;
}
.product-block .product-info > .inner {
    margin: 0;
    text-align: right;
}
.product-block .product-options .button-item {
    margin-bottom: 25px;	
}
.product-block .product-options .button-item:only-of-type {
    margin-bottom: 0px;	
}
.product-block .product-options ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end !important;
    margin: auto;
    padding-right: 6px;
}
.product-block .product-options ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 23px;
    min-height: 23px;
    height: 20px;
    width: 20px;
    margin: 5px 5px 0 0;
    margin-right: 2.5px;
    margin-left: 2.5px;
    padding: 5px 5px;
    border-radius: 0;
    border: 1px #ececec solid;
    border-radius: 0;
    background-color: #fff;
    color: #000000;
    cursor: pointer;
    font-size: 8px;
}
.product-block .product-options ul li.active {
    border: 1px #000 solid;
    cursor: default;
    color: #000;
}
.product-block .product-options .button-item ul li {
    width: auto;
}
.product-block .product-options ul li.image-choice {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    width: 10px;
}
.product-block .product-options ul li.image-choice > span{
	display: none;
}
.product-block .product-options.top-image-options {
    margin-top: -10px;	
}
.product-block .product-options.top-image-options .button-item {
    margin-bottom: 10px;
}
.product-block .product-options.top-image-options .button-item .option-title {
	display: none;
}
.product-block .product-options.top-image-options ul {
    justify-content: center;
}
.product-block .product-price {
    margin-top: 5px;
    justify-content: right !important;
    padding-right: 7px;
}
.product-block.block-product .image-cont,
.product-block.block-product .product-info {
	background-color: #fff;
}
.product-block__image .rimage-background {
    height: 100%!important;
}
.product-block .card-buttons {
    display: flex;
    padding-bottom: 0;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    height: unset;
    overflow: hidden;
    background-color: #f1f1f1;
    border-radius: 0;
    margin-top: 5px !important;
}
.product-block .card-buttons .quick-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding: 7px;
    margin: 0px -1px;
    background-color: #ffffff;
    border-radius: 0;
    height: 34px;
}
.product-block .card-buttons .quick-view:hover {
    background-color: #fff;	
}
.product-block .card-buttons .quick-view > i.eye-icon{
    background-color: #000;
}
.product-block .card-buttons.out-stock > .quick-view {
    background: #dbdbdb;
        display: none;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
/* product label tags */
.product-info-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    background-color: transparent;
    margin: auto;
    margin-top: 5px;
    padding-bottom: 1px;
    padding-right: 10px;
}
.block-quick-view .product-info-label {
    text-align: right;
    margin-right: 0px;
    padding-right: 0;
}
.block-quick-view .product-info-label span {
    text-align: center;	
    margin-top: 15px;
}
.template-product .product-form .single-product-labels {
    text-align: center;
    flex-direction: row;
    align-items: center;
    display: flex
;
}
.template-product .product-form .single-product-labels span {
    text-align: center;
    padding: 2px 1px;
    border-radius: 0;
    font-weight: 600;
    font-size: 12px;
    color: #ff9700;
    border: 0;
    background-color: transparent;
}
.main-search .main-search__results .product-info-label {
	display: none;
}
/* label icons */
.product-info-label .product-tag {
    display: flex;
    text-align: center;
    align-items: center;
    padding: 0;
    border-radius: 0;
    font-weight: 500;
    font-size: 9px;
    color: #000000;
    gap: 3px;
    border: 0;
    background-color: #ffffff;
}
.product-info-label .product-tag .product-label {
    margin: 0;
}
.product-info-label .product-tag > i {
	width: 10px;
	height: 10px;
	background-color: #000;
    -webkit-mask-size: cover;
	mask-size: cover;
}
.svg-icon.icon-men {
    -webkit-mask-image: url('men.svg?v=1.0');
    mask-image: url('men.svg?v=1.0');
}
.svg-icon.icon-women {
    -webkit-mask-image: url('women.svg?v=1.0');
    mask-image: url('women.svg?v=1.0');
}
.svg-icon.icon-unisex {
    -webkit-mask-image: url('unisex.svg?v=1.0');
    mask-image: url('unisex.svg?v=1.0');
}
.svg-icon.icon-flame {
    -webkit-mask-image: url('flame.svg?v=1.0');
    mask-image: url('flame.svg?v=1.0');
}
.svg-icon.icon-colors {
    -webkit-mask-image: url('colors.svg?v=1.0');
    mask-image: url('colors.svg?v=1.0');
}

.product-info-label .product-tag.label1  {

}
.product-info-label .product-tag.label1 > i  {

}
.product-info-label .product-tag.label1 > span {

}

.product-info-label .product-tag.label2  {

}
.product-info-label .product-tag.label2 > i  {

}
.product-info-label .product-tag.label2 > span {

}

.product-info-label .product-tag.label3  {

}
.product-info-label .product-tag.label3 > i  {

}
.product-info-label .product-tag.label3 > span {

}

/* card out-stock options */
.block-product .product-options li.disabled {
    opacity: 0.8;	
}
.block-product .product-options li.disabled.active,
.block-product.qv-product .product-options ul li.disabled.active {
	border: 1px solid #c9c9c9;
    color: #bbbbbb;	
}
li.disabled::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    font-size: 30px;
    background-color: #000;
    top: 0;
    height: 100%;
    transform: scale(0.5);
    opacity: 0.4;
    -webkit-mask-image: url(cancel.svg);
    mask-image: url(cancel.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.block-product .product-options li.disabled::before {
    transform: scale(0.6);
}

/* side cart */
.cart-drawer__footer .coupon {
display: flex;
    align-items: stretch;
    width: 70%;
    height: 42px;
    margin: auto;
    background-color: #f8f8f8;
        border-radius: 6px;
}
.cart-drawer__footer .coupon input {
    height: 100%;
    background-color: #ffffff;
    border: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
    font-weight: 500;
    border-radius: 0;
}
.cart-drawer__footer .coupon button {
	    width: 30%;
    height: 42px;
}
.cart-drawer__footer .vat-text {
    font-size: 9px;	
    margin: 0px 5px;	
}
.cart-item__remove {
    display: inline;
    position: absolute;
    left: 0;
    margin-top: 10px;
}
.ltr .cart-item__remove {
	right: 0;
    left: auto;
}
.cart-item__quantity {
    position: relative;	
}
.cart-product .rimage-wrapper .rimage__image {
    object-fit: cover;
    border-radius: 0;
}
.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")
}
.cart-item__remove i {
    width: 13px;
    height: 13px;
    background-color: #d8d8d8;
}
.cart-item__remove.loading {
    margin-top: 6px;
}
.cart-item__remove.loading i.fa-sync {
	width: 16px;
    height: 16px;
	background: transparent;
}
.merge-item-refreshing:after {
    content: "";
    position: absolute;
    margin-top: -100px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 5px solid #000;
    border-left-color: transparent;
    animation: loadingSpinner 1s linear infinite;
	display:none;
}
.cart-drawer__footer .coupon .remove-coupon,
.cart-drawer__footer .coupon .remove-coupon:hover {
    background-color: #f36257!important;
}
.checkout-buttons .button--large:hover {
	color: var(--second-color)!important;
}
.free-shipping-bar__message.free-shipping-bar__message--n {
    font-size: 12px;	
}
.free-shipping-bar__message #free_shipping_amount {
    color: #10aa31;
    font-weight: 700;	
}
.merge-item-refreshing {
    transition: all 0.5s ease;	
}
.cart-drawer .checkout-buttons {
    text-align: center;
}
.cart-drawer .checkout-buttons .button--large {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    background-color: #000;
    border-radius: 0;
}
.cart-drawer .cart-drawer__empty-content .lightly-spaced-row {
    text-align: inherit;	
}
.cart-drawer .cart-drawer__empty-content .lightly-spaced-row svg {
    text-align: inherit;
}
.cart-drawer .cart-drawer__empty-content .majortitle {
    text-align: inherit;
}
.cart-drawer .cart-drawer__empty-content .button-row {
    text-align: inherit;
}
.cart-drawer .cart-drawer__empty-content .button-row .btn {
    text-align: inherit;
        font-size: 14px;
    padding: 12px;
}
.ltr .cart-drawer__footer .opposing-items {
    font-size: 14px;	
}
.is-gift-label.form-group {
    width: 100%;
}
.is-gift-label .checkbox-container {
    height: 20px;
}
.is-gift-label input {
	display: none;
}
.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: #0000000f;
    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;
    color: #000000;
}
/* cart view page */
.template-cart .cart-summary-title {
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 600;
}
.template-cart .cart-summary-title {
    margin-top: 35px;
    margin-bottom: 25px;
}
.template-cart .cart-products-list #cart-shipping {
    text-align: center;
}
.template-cart .cart-products-list  .free-shipping-bar__bar {
    width: 70%;	
}
.template-cart .vat-text {
    font-size: 13px;
}
.template-cart .cart-summary .totals {
    font-size: 14px;
    margin-bottom: 15px;
}
.template-cart .cart-summary .totals .theme-money {
    color: #000;
    font-size: 13px;
}
.template-cart .cart-gift-block {
	margin-top: 40px;
    margin-bottom: 10px;
}
.template-cart .message-coupon {
	display: flex;
    text-align: start;	
}
.template-cart .cart-products-list .cart-item__title {
    text-align: start;	
}
.template-cart .page-header {
    padding-bottom: 0px;
}
.template-cart .checkout-col .checkout-buttons {
    text-align: center;
    width: 60%;
    margin: auto;
}
.template-cart .checkout-col .checkout-buttons > a {
    text-align: center;	
    background-color: #000;
    font-weight: 600;
    font-size: 13px;
}
.template-cart .checkout-col .continue-shopping {
    text-align: center;	
}

#preview_mode_alert {
    position: relative;
	z-index: 999999;
}

.gift-card {
    width: 70%;
    margin: auto;
    margin-top: 15px;
    border: 0px;
    border-radius: 0px;
	background-color: var(--card-color);
}
.gift-card .gift-btn {
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: transparent;
    border: 1px solid #000;
}
.gift-card .gift-btn.gift-added {
    justify-content: space-between;
}
.svg-icon.gift-icon {
    -webkit-mask-image:url("gifting.svg?v=1.0");
    mask-image:url("gifting.svg?v=1.0");
    background-color: var(--primary-color);
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 18px;
    height: 18px;
}
.gift-card .gift-btn .gift-title .gift-icon {
	width: 20px;
    height: 20px;
}
.gift-card .gift-btn .gift-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}
.gift-card-delete-btn i.svg-icon {
    width: 19px;
    height: 19px;
    color: var(--primary-color);
}
.gift-card-delete-btn i.delete-gift-progress {
    width: 12px;
    height: 12px;
    color: var(--primary-color);
}
.cart-gift-card {
    width: 85%;
    margin: auto;
    text-align: center;
    padding: 10px;
    border-radius: 0;
    color: #fff;
    border: 1px solid #000;
    margin-top: 10px;
}
.gift-card-icon-wrapper {
    position: relative;
    width: 60px;
    height: 60px;
    min-width: 60px;
	margin-inline-end: 1rem;
    display: flex;
	align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 6px;
    overflow: hidden;
}
.gift-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.gift-icon-fallback {
    font-size: 28px;
    color: var(--primary-color);
}
.gift-card-content {
    flex-grow: 1;
}
.gift-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-color);
    text-transform: uppercase;
}
.gift-price-label {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
}
.gift-card-details-row {
    margin-top: 8px;
}
.gift-card-info {
    flex-grow: 1;
}
.gift-sender-recipient {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    color: var(--primary-color);
    line-height: 1.5;
    gap: 5px;
}
.sender-label,
.recipient-label {
    font-weight: 500;
}
.gift-card-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    margin-top: auto;
}
.gift-card-edit-btn,
.gift-card-delete-btn {
    border: none;
    background: transparent;
    padding: 0.25rem 0.5rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    padding: 0px;
}
.gift-card-edit-icon {
    width: 12px;
    height: 12px;
    display: block;
}
.gift-card-info .message-info {
    text-align: start;
}
.gift-card-info {
    display: flex;
    flex-direction: column;
    gap: 8px;	
}
@media (max-width: 768px) {
  .gift-card .gift-btn.gift-added .gift-title span{
    font-size: 12px;
  }
  .gift-card .gift-btn .gift-edit-link {
    font-size: 12px;
	color: var(--primary-color);
	font-weight: 700;
  }
  .gift-card .gift-btn .gift-title .gift-icon {
    width: 16px;
    height: 16px;
    background-color: var(--primary-color);
  }
  .gift-card-info .message-info {
    font-size: 11px;	
  }
  .gift-card-icon-wrapper {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-inline-end: 0.75rem;
  }
  .gift-icon-fallback {
    font-size: 28px;
  }
  .gift-title {
    font-size: 16px;
    font-weight: 800;
  }
  .gift-price-label {
    font-size: 10px;
    font-style: italic;
    font-weight: 500;
  }
  .gift-sender-recipient {
    font-size: 12px;
    font-weight: 500;
}
  .gift-card-details-row {
    flex-wrap: wrap;
    margin-top: 6px;
  }
  .gift-card-info {
    width: 100%;
    padding-right: 0;
  }
  .gift-card-actions {
    width: 100%;
    justify-content: flex-end;
  }
}

/* cart page sticky */
.template-cart .sticky-cart {
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}
.template-cart .sticky-cart .btn-checkout {
    width: 90%;
    padding: 25px 0;
    margin: auto;
    background-color: #0cc12f;
    font-weight: 700;
    font-size: 17px;
}
.template-cart .sticky-cart .btn-checkout > span {
	text-align: center;
}

.template-account .btn-add-address{
    background:#000;
    color:#fff !important;
    width:100%;
    text-align:center
}
.template-account .btn-add-address:hover{
    background: var(--second-color);
}
.template-account .empty-account{
    width:700px;
    max-width:100%;
    margin:auto;
    padding-top:50px
}
.template-account .empty-account p{
    text-align:center;
    color:#8a8a8a
}
.template-account .empty-account .btn-add-address{
    margin-top:50px
}
.template-account .form-control{
    height: 48px;
    border-radius: 0 !important;
    border: 0;
    box-shadow: none !important;
    outline: none;
}
.template-account .form-control:focus{
    border-color:var(--primary-color)
}
.template-account .list-address{
    list-style:none
}
.template-account .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
}
.template-account .list-address li strong{
    color:#000
}
.template-account .list-address li:last-child{
    margin-bottom:0
}
.template-account .button-address{
    display:inline-block
}
.template-account .button-address .svg-icon{
    width:24px;
    height:24px;
    background:#000
}
.template-account .button-address:hover .svg-icon{
    background:var(--primary-color)
}
.template-account .logout-side{
	padding: 0;
    line-height: 0;
}
.template-account {
	text-align: start;
}
.template-account .container.cf {
	padding: 0px;	
}
.template-account .btn-link {
	background: transparent;
	color: var(--primary-color);
    text-decoration: none;
}
.template-account .btn-link:hover {
	background: transparent!important;	
}
.template-account li {
    list-style: none;
}
i.svg-icon.user-icon {
    -webkit-mask: url('user.svg?v=1.0') no-repeat 0 center;
    mask: url('user.svg?v=1.0') no-repeat 0 center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 17px;
}
i.svg-icon.shop-icon {
    mask: url('shop.svg?v=1.0') no-repeat 0 center;
    -webkit-mask: url('shop.svg?v=1.0') no-repeat 0 center;
    mask-size: contain;
    -webkit-mask-size: contain;
    width: 22px;
    height: 22px;
    margin-top: 1px;
}
i.svg-icon.icon-logout {
    -webkit-mask: url('power.svg?v=1.0') no-repeat 0 center;
    mask: url('power.svg?v=1.0') no-repeat 0 center;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 18px;
    height: 18px;
}
i.svg-icon.icon-edit{
    -webkit-mask-image:url("icon-edit.svg");
    mask-image:url("icon-edit.svg")
}
.template-account .svg-icon.plus-icon:after {
	content: "";
    display: block;
    -webkit-mask-image: url('plus.svg?v=1.0');
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-image: url('plus.svg?v=1.0');
    mask-size: cover;
    mask-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background: #000;	
}
/* side menu icons */
.navigation__link {
	display: flex;
    align-items: center;
}
.navigation__item.category-link a {
	display: flex;
}
.navigation__item .category-icon {
	display: none;
}
.navigation__link .icon,
.category-link .category-icon {
    background-color: #000;
	background-repeat: no-repeat;
    background-size: cover;	
    width: 16px;
    height: 16px;
    margin-inline-end: 10px;
}
.navigation__link 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;
}
.navigation__link i.svg-icon.products-icon {
	-webkit-mask-image: url("products.svg?v=1.0");
	mask-image: url("products.svg?v=1.0");
}
.navigation__link i.svg-icon.categories-icon {
	-webkit-mask-image: url("categories.svg?v=1.0");
	mask-image: url("categories.svg?v=1.0");
}
.navigation__link i.svg-icon.onsale-icon {
	-webkit-mask-image: url("sale.svg?v=1.0");
	mask-image: url("sale.svg?v=1.0");
}
.navigation__link i.svg-icon.latest-icon {
	-webkit-mask-image: url("latest.svg?v=1.0");
	mask-image: url("latest.svg?v=1.0");
}
.navigation__link i.svg-icon.pages-icon {
	-webkit-mask-image: url("document.svg?v=1.0");
	mask-image: url("document.svg?v=1.0");
}
.navigation__link i.svg-icon.delivery-icon {
	-webkit-mask-image: url("delivery.svg?v=1.0");
	mask-image: url("delivery.svg?v=1.0");
}

/* buttons loader */
.fa-sync.fa-spin {
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
}
.fa-sync {
    width: 16px;
    height: 16px;
}
.fa-sync:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    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;
}

/* toast */
#toast-container {
	top: 0px;
    display: block;
    height: auto;
    width: 100%;
    pointer-events: all;
    z-index: 9999999;
}
#toast-container > div.toast {
    display: flex;
    align-items: center;
    align-content: center;
    height: 80px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px 15px;
    border: 0;
    justify-content: right;
    opacity: 1;
    color: #fff;
    box-shadow: none;
    border-radius: 0px;
    padding-right: 20px;
}
#toast-container > div.toast.toast-success {
    background-color: #5dd365;		
}
#toast-container > div.toast.toast-error {
    background-color: #000;		
}
#toast-container > div.toast .toast-message {
display: flex;
    align-items: center;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    width: 100%;
}
#toast-container > div.toast .toast-title {
	display: none;
}
#toast-container > div.toast.toast-success .toast-message:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('success.svg');
    background-size: cover;
	margin-left: 8px;
}
#toast-container > div.toast.toast-error .toast-message:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url('error.svg');
	background-size: cover;
    margin-left: 8px;
}
#toast-container > div.toast .toast-message .choice-options {
    width: 75%;
    text-align: right;
}
#toast-container .toast-close-button {
left: 20px;
    position: absolute;
    top: auto;
    right: auto;
    font-size: 20px;
    font-weight: 400;
    text-shadow: unset;
    color: #fff;
    order: 2;
    opacity: 1;
}
html[dir="ltr"] #toast-container .toast-close-button {
    left: auto;
    right: 20px;	
}
html[dir="ltr"] #toast-container > div.toast .toast-message:before {
    margin-left: 0px;
    margin-right: 8px;	
}
html[dir="ltr"] #toast-container > div.toast .toast-message .choice-options {
    width: 75%;
    text-align: left;
}

/* gallery buttons */
html[dir="rtl"] .gallery-viewer__next {
    right: auto;
    left: 0;	
}
html[dir="rtl"] .gallery-viewer__prev {
    left: auto;
    right: 0;
}

/* Footer */ 
.footer .footer-business-location {
    display: flex;
    font-size: 12px;
    margin-top: 15px;
}
.footer .footer-business-location a {
    margin: 0 3px;
}
.footer  .footer-business-location i {
    display: flex;
    align-items: center; 
	margin: 0 5px;
    margin-top: -3px;
}
.footer .commercial-registration {
    display: flex;
    font-size: 12px;
    margin-top: 15px;
}
.footer .commercial-registration p,
.footer  .commercial-registration a {
    margin: 0px 2px;
    padding: 0;
}
.footer .store-info-block {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
        display: none;
}
.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;
	background-color: #fff;
    width: 134px;
    height: 34px;
    margin-bottom: 10px;
    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: flex;
    white-space: nowrap;
    color: #555!important;
	margin-bottom:0px;
    text-align: start;
}
.footer .block-vat .number,
.footer .block-vat a {
    color:#000!important;
}
.footer .block-payments {
    width: 80%;
    margin: auto;
}
.footer .section-footer__payment-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}	
.footer .section-footer__payment-icons .method-icon-box {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 2px;
    width: 40px;
    height: 22px;
    padding: 1px;
    margin: 0px 5px;
    margin-right: 0;
}
.footer a[href^="tel"],
.footer a[x-apple-data-detectors] {
  color: inherit;
  text-decoration: none; 	
}
.footer {
	text-align: start;
}
.footer .social-links ul {
    display: flex;
    justify-content: flex-start;
}
.footer .social-links li{
    display:inline-block;
    vertical-align:middle
}
.footer .social-links li a{
    display:block;
    padding:2px
}
.footer .social-links li a .svg-icon{
    background-color: #000;
    width: 30px;
    height: 30px;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.footer .social-links li a:hover .svg-icon{
    background-color: #414141;
}
.footer .section-footer__text-block__image {
	text-align: inherit;
}
.footer .section-footer__text p {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 0px 30px;
    text-align: center;
}
.ltr .footer .section-footer__text p {
    padding-right: 50px;
    padding-left: 0;
}
.footer .section-footer__menu-block__menu a {
    text-align: inherit;
    font-size: 11px;
    font-weight: 400;
}
.footer .section-footer__localization {
	text-align: inherit;	
}
.footer .section-footer__localization .disclosure__toggle {
    text-align: inherit;
    font-size: 10px;
    font-weight: 600;
}
.footer .copyright .copyright-text {
text-align: right;
    font-size: 10px;
    white-space: normal;
    font-weight: 400;
}
.footer .copyright .smalldetails {
    display: block;
    font-size: 7px;
    margin-top: 2px;
    opacity: 0.9;
}

/* whatsapp button */
.whatsapp-button {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    left: auto;
    width: 55px;
    height: 52px;
    bottom: 25vh;
    border-radius: 6px 0px 0px 6px;
    background-color: #0ec12f;
    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;
}

/* desktop */
@media screen and (min-width: 769px){
	.scroll-block .categories-slider-item {
		 max-width: 20%;
	}
	.categories-slider .cats_side_wrap img {
		height: 360px;
	}
	.template-cart .cart-products-list .cart-item-list__body {
		width: 60%;
		margin: auto;
		margin-top: 15px;
	}
	.template-cart .cart-item-list .error-message {
		margin: 0 15px;
	}
	.navigation__link .icon {
		width: 20px;
		height: 20px;
		margin-inline-end: 5px;
	}
	.section-header:not(.section-header--nav-hover) .pageheader--transparent .navigation__link .icon {
		background-color: #ff9700;
		margin-inline-end: 5px;		
	}
	.pageheader {
		z-index: 400;
	}
	.pageheader .logo-area {
		padding: 0 30px;
	}
	.section-header .main-search {
		width: 700px;
	}
	.modal.show .modal-dialog {
		margin: 40px auto;
	}
	.block-payments-widget.full-widget .tamara-product-widget {
		padding-top: 30px!important;
	}
	.product-questions .faq-item {
		padding: 0;
	}
	.product-questions {
		padding: 0 20px;
	}
	#toast-container .toast-message br {
		display: none;
	}
	.cart-progressive-discount {
		width: 85%;
		margin: auto;
	}
	cart-form #progressive_discount {
		width: 50%;
		margin: auto;
		margin-bottom: 40px;
	}
	.big-slider .product-block i.fa-sync:before {
		width: 18px;
		height: 18px;
	}
}

/* mobile */
@media screen and (max-width: 768px){
	.template-product .product-detail .gallery {
		margin-top: 0px;
	}
	.body-account-page {
		padding: 20px;
	}
	.big-slider .owl-item {
		transition: all .2s ease;
	}
	.big-slider .owl-item.active:not(.center) {
		opacity: .6;
		filter: blur(0.5px);
		transform: scale(.9);
	}
	.swiper-big-slider .product-item-slide:not(.swiper-slide-active) {
		opacity: 0.6;
		filter: blur(0.5px);
		transform: scale(0.9);
	}
	.scroll-block .image-cont--with-secondary-image .product-block__image-dots,
	.scroll-block .product-block__image.product-block__image--secondary {
		display: none;
	}
}

.add-images {
	display: none;
    width: 80%;
    margin: auto;
    margin-bottom: 15px;
	background-color: #fff;
}

.image-uploader {
	min-height: auto;
    position: relative;
}

.image-uploader.drag-over {
    background-color: #f3f3f3;
}

.image-uploader input[type="file"] {
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.image-uploader .upload-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 130px;
    color: var(--btn-color);
	cursor: pointer;
}

.image-uploader .upload-text i {
    display: block;
    font-size: 3rem;
    margin-bottom: .5rem;
}

.image-uploader .upload-text span {
    display: block;
    width: 60%;
    font-size: 12px;
    text-align: center;
}

.image-uploader.has-files .upload-text {
    display: none;
}


.image-uploader .uploaded {
    display: flex;
    justify-content: center;
    padding: .5rem;
    line-height: 0;
}

.image-uploader:not(.has-files) .uploaded {
    display: none;
}

.image-uploader .uploaded .uploaded-image {
    display: inline-block;
    width: calc(16.6666667% - 1rem);
    padding-bottom: calc(16.6666667% - 1rem);
    height: 0;
    position: relative;
    margin: .5rem;
    border: 1px solid #e5e5e5;
    cursor: default;
}

.image-uploader .uploaded .uploaded-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.image-uploader .uploaded .uploaded-image .delete-image {
    display: none;
    cursor: pointer;
    position: absolute;
    top: .2rem;
    right: .2rem;
    border-radius: 50%;
    padding: 2px;
    line-height: 1;
    background-color: rgba(0, 0, 0, .5);
    -webkit-appearance: none;
    border: none;
}

.image-uploader .uploaded .uploaded-image:hover .delete-image {
    display: block;
}

.image-uploader .uploaded .uploaded-image .delete-image i {
    display: block;
    color: #fff;
    width: 1.4rem;
    height: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.image-uploader .uploaded .upload-plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border: 2px dashed #e5e5e5;
    margin: 10px;
    cursor: pointer;
    font-size: 24px;
    color: var(--btn-color);
	padding-bottom: 0!important;
    height: auto;
}

.image-uploader  .uploaded .upload-plus-icon {
    transition: opacity 0.3s ease;
}

.image-uploader  .image-uploader.has-files .upload-plus-icon.hidden {
    display: none;
}

@media screen and (max-width: 1366px) {
    .image-uploader .uploaded .uploaded-image {
        width: calc(15% - 1rem);
        padding-bottom: calc(15% - 1rem);
    }
}

@media screen and (max-width: 992px) {
    .image-uploader .uploaded {
        padding: .4rem;
    }

    .image-uploader .uploaded .uploaded-image {
        width: calc(20% - .8rem);
        padding-bottom: calc(20% - .4rem);
        margin: .4rem;
    }
}

@media screen and (max-width: 786px) {
    .image-uploader .uploaded {
        padding: .3rem;
    }

    .image-uploader .uploaded .uploaded-image {
        width: calc(33.3333333333% - .6rem);
        padding-bottom: calc(33.3333333333% - .3rem);
        margin: .3rem;
    }
}

@media screen and (max-width: 450px) {
    .image-uploader .uploaded {
        padding: .2rem;
    }

    .image-uploader .uploaded .uploaded-image {
        width: calc(35% - .4rem);
        padding-bottom: calc(35% - .4rem);
        margin: .2rem;
    }
}

.template-product #product-variants-options ul,
.block-product.qv-product .product-options ul,
.product-block .product-options ul {
    direction: ltr;
}
li[value="XS"] {
    order: 1;
}
li[value="S"] {
    order: 2;
}
li[value="M"] {
    order: 3;
}
li[value="L"] {
    order: 4;
}
li[value="XL"] {
    order: 5;
}
li[value="XXL"] {
    order: 6;
}