.product-box .product-details,
.block-product .product-details {
    padding: 10px 0px 0px;
    margin-top: -1px;
}

.block-product .thumb,
.product-box .thumb {
    position: relative;
    z-index: 2;
}

.product-box .block-product{
    margin-top: -80px;
}

.product-box .discount-box.label-block {
    position: absolute;
    top: 0;
	border-radius: .7rem 0rem 0rem 0rem;
    bottom: unset;
    left: 0;
    width: 34%;
    right: auto;
    color: #fff;
    padding: 5px 0;
    margin: 0;
	background-color: var(--label-color);
    background: linear-gradient(158deg, rgb(255 134 114) 0%, rgb(255 198 41) 48%, rgb(255 134 114) 100%);
    background-size: 100%700%;
}

.home-video{
    padding: 0;
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 0px;
    width: 100%;
    height: 100%;
}

.video-text-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.video-text{
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    position: absolute;
}

.video-text h2, .video-text p{
    color: white!important;
}

@-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-left: 15px;
	padding-right: 15px;
}
.lookbook-section .block-stt {
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.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: #fff;
	border-radius: 5px;
	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: 12px;
	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;
	}
}
@media (min-width: 768px) {
    .video-text h2 {
        font-size: 60px;
    }
	.cart-view .cart-products-list {
		padding: 0 100px;
	}
	.payments-banner .content-payments-banner:not(.slick-initialized) .payment-icon-box {
	    margin: 0 15px;	
	}
	.home-categories-slider .categories-grid .categories-slider-item {
	    max-width: 13%;
	}
}