.breadcrumb-wrap {
    margin-bottom: var(--margin);
}

.products-list .label-new,
.products-list .label-sale {
	position: absolute;
	top: -10px;
	right: -10px;
	background: var(--primary_1);
	color: #fff;
	border-radius: var(--border-radius_2);
	padding: 7px 4px 2px;
	font-weight: normal;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.1rem;
	width: unset;
	margin: 0;
	line-height: 1.5rem;
}

.products-list .label-sale span {
	font-size: 14px;
}

.qty-input {
	margin: 0 1rem;
	overflow: hidden;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0;
}

.product-product .product-detail {
}

.product-options label {
	padding: 0;
	color: #666;
}

.product-options .label {
	font-weight: normal;
	font-size: 11px;
}

.product-options .radio {
	position: relative;
	z-index: 2;
	text-transform: capitalize;
	cursor: pointer;
}

.product-options .radio .fa {
	display: none;
}

.product-options .active .fa {
	display: block;
}

.product-options .fa {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 22px;
	height: 22px;
	color: white;
	line-height: 22px;
	text-align: center;
}

.product-layout.product-table .product-item-container .seller_logo {
	transform: unset;
	position: static;
}

.product-view > * {
    margin-bottom: 2rem;
}

.product-view .social-share {
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}

.product-view .social-share .title-share {
	float: right;
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 3px;
	margin-left: 10px;
}

.product-view .social-share .wrap-content {
	float: right;
}

.product-view .social-share .wrap-content a {
	margin-right: 5px;
}

.price-box>div {
	background-color: #fff;
	border-radius: 2rem;
	padding: 1rem;
}

.price-box > div {
	position: sticky;
	border-radius: var(--border-radius_1);
	top: 9rem;
	border: var(--border-3);
	padding: var(--margin);
}

.relevant {
	background: #fff;
	border: var(--border-0);
	border-radius: var(--border-radius_3);
	box-shadow: var(--box-shadow-1);
	overflow: hidden;
	min-height: 330px;
}

.relevant .relevant-header {
    font-size: 34px;
    font-weight: bold;
    color: var(--primary_1);
    text-align: center;
    line-height: 5rem;
    justify-content: center;
    margin: var(--margin) 0;
}

.relevant .relevant-header::before {
    position: relative;
    content: "";
    width: 4.2rem;
    height: 0.8rem;
    display: inline-block;
    background: var(--primary_1);
    border-radius: 0;
}

.relevant .products-list {
	height: unset;
}

.nav-tabs>li.active {
	border-bottom: 3px solid var(--primary_1);
}

.product-main-detail {
	padding-bottom: var(--margin);
	display: flex;
	flex-direction: column;
}

.product-main-detail > * {
    /*border-bottom: var(--border-3);*/
    padding: var(--margin) 0;
    margin: 0;
}

.product-main-detail > *:last-child {
    padding-top: 0;
}

.product-main-detail > *:first-child {
    
}

.product-main-detail .breadcrumb-wrap {
    background: unset;
}
    
.product-view .content-product-mainheader .content-product-left-inner {
	position: sticky;
	top: 0;
	padding-left: 30px;
}

.product-view .content-product-left .large-image {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5rem;
}

.product-view {
	margin-bottom: 1rem;
}

.product-view .rating .rating-box, .product-view .ratings .rating-box {
	vertical-align: top;
	line-height: 18px;
	color: #febd09;
}

.product-gallery {
    text-align: center;
    position: sticky;
    top: 2rem;
}

.product-gallery .main-image-wrapper:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 100%;
    border: 4px solid var(--box_bg_2);
    right: -3rem;
    top: 3rem;
    border-radius: 70px 0 50px 50px;
}

.product-gallery .main-image-wrapper img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 80px 0 60px 60px;
    z-index: 100;
    background-color: var(--primary_3);
}

.product-gallery .main-image-wrapper img.lazyloading,
.product-gallery .main-image-wrapper img.lazyload {
	padding: 3rem;
}

.product_breif {
   position: relative;
}

.gallery-share-link {
    display: flex;
    justify-content: end;
    gap: 0;
    background-color: var(--primary_4);
    margin: var(--margin) 0;
}

.gallery-share-link > * {
    display: inline-flex;
    color: #000000;
    background: unset;
    border: 0;
    border-radius: var(--border-radius_2);
    justify-content: center;
    align-items: center;
    padding: var(--margin-2);
    width: 50px;
    height: 50px;
}

.gallery-share-link > *.active {
    background-color: var(--primary_1);
    color: var(--text-color-light-1);
}

.gallery-share-link svg {
    color: var(--primary_1);
}

.product-view .content-product-left .large-image img {
	width: 450px;
}

.content-product-left-inner .gallery-right {
	height: 460px;
	overflow: hidden;
	position: relative;
}

.content-product-left-inner .gallery-right .thumb-wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	padding: 0;
}

.content-product-left-inner .gallery-right .Thumbs {
	height: 100px;
	padding: 0;
	overflow: visible;
	margin-bottom: auto;
}

.Gallery {

}

.Gallery .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-product-left-inner .gallery-right .next-t-gallery,
.content-product-left-inner .gallery-right .prev-t-gallery {
	background: #fff;
	z-index: 2;
	text-align: center;
	padding: 1.4rem 0;
	position: relative;
	display: flex;
	justify-content: center;
}

.content-product-left-inner .gallery-right .prev-t-gallery .arrow-up {
	width: 4rem;
	height: 5rem;
	color: #a3a3a3;
}

.content-product-left-inner .gallery-right .next-t-gallery .arrow-down {
	width: 4rem;
	height: 6rem;
	color: #a3a3a3;
	transform: rotate(180deg);
}

.gallery-right .swiper-lazy-preloader {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	margin-left: 0;
	margin-top: 0;
	z-index: 10;
	transform-origin: unset;
	animation: unset;
	background: #fff;
	box-sizing: unset;
	border: unset;
	border-radius: 0;
	border-top-color: unset;
}

.gallery-right .swiper-lazy-preloader:after {
	content: ' ';
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: -1;
	transform-origin: 50%;
	animation: swiper-preloader-spin 0.8s infinite linear;
	box-sizing: border-box;
	border: 2px solid #444;
	border-radius: 50%;
	border-top-color: transparent;
}

.content-product-left-inner .swiper-gallery {
	border-radius: 3rem;
}

.product-view .content-product-left-inner .thumb-vertical-outer > div, .product-view .content-product-left-inner .thumb-vertical-outer>ul {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	flex: 1;
}

.product-view .content-product-midde {
	width: 100%;
	display: inline-block;
}

.product-view .content-product-right .rating {
	display: flex;
	align-items: center;
	margin-right: auto;
}

.product-view .content-product-right .rating div.rating-number {
    font-size: 18px;
    padding-top: 5px;
}

.review_rating {
    display: flex;
    justify-content: end;
    gap: var(--margin-2);
}

.review_rating .rating-box {
    color: #febd09;
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
}
 
.product-view .content-product-right .rating .comment-count:hover {
    background-color: unset;
}

.product-view .content-product-right .rating .comment-count {
    font-size: 16px;
    color: #000 !important;
    padding: 0;
    text-decoration: none;
}

.product-view .content-product-right .rating .comment-count:after {
	content: "";
	height: 4px;
	width: 4px;
	margin: 0 1rem;
	background-color: var(--primary_1);
	display: inline-block;
}

.product-view .content-product-right .box-review a {
	color: #666;
	display: inline-block;
}

.product-brand {
	display: flex;
	align-items: center;
}

.product-brand img {
	width: 40px;
	height: 40px;
	margin-right: 0.5rem;
}

.add_to_cart_wrapper {
    display: flex;
    justify-content: space-between;
    border-bottom: var(--border-2);
    padding: 5.5rem 0 3rem;
}

.product-view .content-product-right {
	display: flex;
}

.product-view .content-product-right .title-product .alternate_name {
	text-transform: capitalize;
	color: #757575;
	margin-top: 0.8rem;
	font-family: Tahoma;
}

.product-view .content-product-right .title-product h1 {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 3rem;
    font-weight: bold;
    color: var(--primary_1);
    margin: 0;
}

.product-view .content-product-right .box-review {
	font-size: 12px;
	font-size: 1.2rem;
	color: #999;
}

.product-view .content-product-right .box-review .ratings {
	display: inline-block;
	margin: 0 0 0 20px;
	z-index: 0;
	position: relative;
}

.product-view .content-product-right .box-review a {
	color: #666;
	display: inline-block;
}

.product-view .content-product-right .box-review a:hover {
	color: #ff3e20;
}

.product-view .content-product-right .box-review .rating {
	display: inline-block;
}

.product-view .content-product-right .product-box-desc {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

.product-view .content-product-right .product-box-desc span {
	display: inline-block;
	min-width: 120px;
}

.product-view .content-product-right .product-box-desc .brand a {
	color: #666;
}

.product-view .content-product-right .product-box-desc .brand a:hover {
	color: #ff3e20;
}

.product-view .content-product-right .product-label {
	line-height: 24px;
	margin-top: 10px;
	float: right;
	width: 100%;
}

.product-view .content-product-right .product-label .price {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}

.product-view .content-product-right .product-label .list-unstyled {
	font-size: 13px;
	color: #666;
	font-weight: normal;
}

.product-view .content-product-right .short_description {
	display: block;
	padding-top: 20px;
	clear: both;
}

.product-view .content-product-right .short_description h3 {
	margin-bottom: 5px;
}

.product-view .content-product-right .short_description ol {
	padding: 0;
}

.product-view .content-product-right .so-colorswatch-productpage-icons {
	margin-bottom: 10px;
	text-align: right;
}

.discount-percent {
    font-size: 8px;
    background: #fff;
    color: var(--primary_1);
    padding: 6px 8px 0px;
    border-radius: var(--border-radius_1);
    display: flex;
    flex-direction: column;
    line-height: 1.6rem;
}

.discount-percent span:first-child {
	font-size: 20px;
}

.product-view .content-product-right .countdown_box .countdown_inner {
	text-align: right;
}

.product-view .content-product-right .countdown_box .countdown_inner .title {
	padding: 0px;
	display: table-cell;
	vertical-align: top;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 40px;
}

.product-view .content-product-right h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}

.product-view .content-product-right .box-info-product {
	float: right;
	width: 100%;
	margin: 0;
}

.content-product-right .box-info-product .percent-off {
	background: rgba(251,52,72,.04);
	padding: 0.8rem 2rem;
	font-size: 1.5rem;
	color: var(--primary_1);
	border-radius: 5px 0 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.product-view .special-text {
	background: #ff5a5f;
	color: #fff;
	border-radius: 26px 0 0 26px;
	padding: 0.7rem 1rem 0.7rem 2rem;
	margin-right: -10px;
}

.horizental-price-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_page_price .discount-percent {
	background: var(--primary_1);
	color: #0b003d;
	font-size: 1.6rem;
	border-radius: var(--border-radius_1);
	padding: 6px;
	text-align: center;
	position: relative;
	font-weight: bold;
}

.box-info-product .product_page_price .discount-percent {
	width: unset;
	margin-right: 1rem;
}

.product_page_price .discount-percent span {
	font-size: 1rem;
	color: var(--primary_2);
	text-shadow: 0px 2px #0b003d;
}

.product_page_price .discount-percent span:first-child {
	font-size: 18px;
	color: var(--primary_2);
	font-weight: bold;
	margin: 0 4px;
	text-shadow: 0px 2px #0b003d;
}

.horizental-price-box .product_page_price .discount-percent {
}

.product-view .price-box .sale-information {
	border-bottom: var(--border-3);
	font-size: 1.3rem;
}

.product-view .price-box .sale-information.unavailable {
	color: #8e8e8e;
	background-color: #00000008;
	border: 1px solid #cccccc59;
	border-radius: 15px;
	margin: 10px;
	font-size: 12px;
	padding: 1rem 2.5rem;
	text-align: justify;
}

.product-view .sale-information .product_info {
	text-align: center;
}

.image-overly {
	position: relative;
	display: inline-block;
	padding: 8px;
}

.image-overly:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #6f7377;
	opacity: 0.07;
	top: 0;
	right: 0;
	border-radius: var(--border-radius_1);
}

.product-view .sale-information .product_info img {
    width: 110px;
    height: 130px;
    border-radius: 30px 0 15px 15px;
    background-color: #fff;
    border: var(--border-3);
    object-fit: cover;
}

.product-view .sale-information .product_info p {
	overflow: hidden;
	text-overflow: ellipsis;
	height: 30px;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	margin-top: 2rem;
}

.product-view .content-product-right .quantity {
    margin-right: 2rem;
}

.product-view .content-product-right .quantity .quantity-control {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: var(--border-radius_1);
    overflow: hidden;
    background: var(--primary_3);
}

.product-view .content-product-right .quantity .quantity-control input.form-control {
    float: left;
    width: 30px;
    height: 30px;
    background-color: var(--primary_3);
    border: 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 0;
    margin: 0 !important;
    text-align: center;
    direction: ltr;
    font-size: 12px;
}

.product-view .content-product-right .quantity .quantity-control button {
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: none;
	color: #0b003d;
	float: left;
	line-height: 30px;
	padding: 0;
	background-color: var(--primary_3);
	border-radius: 1rem;
	border-radius: var(--border-radius_3) !important;
	margin: 0 !important;
}

.quantity-legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.product-view .content-product-right .cart {
}

.product-view .content-product-right .product-organise {
	font-size: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--margin);
	padding-top: var(--margin-2);
	border-bottom: var(--border-3);
}

.product-view .content-product-right .product-organise > * {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--margin-3);
}

.product-view .content-product-right .product-organise dd {
    margin: 0;
}

.product-view .content-product-right .options .form-group {
	margin-bottom: var(--margin);
}

.product-view .content-product-right .options .form-group:last-child {
	margin-bottom: 0;
}

.product-view .content-product-right .product-information > div:last-child {
	padding-bottom: 0;
}

.breif_description {
    text-align: justify;
    height: 182px;
    border-bottom: var(--border-2);
    padding: var(--margin) 0;
    overflow: hidden;
}

.breif_description legend {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.breif_description button {
    position: absolute;
    left: 20px;
    top: 18px;
    border: 0;
    background: unset;
    font-size: 10px;
    font-weight: bold;
}

.attribute_brief > button {
    position: absolute;
    left: 30px;
    border: 0;
    background: unset;
    font-size: 10px;
    font-weight: bold;
}

.bof {

}

.bof legend+* {
    min-width: 30px;
}

.product-view .content-product-right .product_brief_attr:before {
    content: attr(data-title);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.692;
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
}

.attribute_brief {
    padding-top: 27px;
}

ul.product_brief_attr {
	display: flex;
	flex-wrap: wrap;
	gap: var(--margin-2);
}

.product-view .content-product-right .product_brief_attr li {
    display: flex;
    align-items: center;
    gap: var(--margin-2);
    width: calc(33.3% - var(--margin-2));
    border: var(--border-3);
    justify-content: space-between;
    padding: var(--margin-2);
    border-radius: var(--border-radius_1);
    list-style: none;
    color: #585858;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.833;
}

.product-view .content-product-right .product_brief_attr li div {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.product-view .content-product-right .product_brief_attr li svg,
.product-view .content-product-right .product_brief_attr li img {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary_3);
    padding: var(--margin-3);
    border-radius: var(--border-radius_3);
}

.product-view .content-product-right .product_brief_attr li span {
	white-space: normal;
	line-height: 16px;
}

.product-view .content-product-right .product_brief_attr li span:last-of-type {
	font-weight: bold;
	color: #000;
}

.product-information-inner {
    position: sticky;
    top: var(--margin);
}

.product-view .content-product-right .cart div.btn {
	cursor: no-drop;
	background-color: #203b52;
	background: linear-gradient(-30deg, #414141 50%, #393939 50%);
}

.product-view .content-product-right .box-info-product .cart .btn.btn-checkout {
	margin: 0 10px;
	background-color: #b1cc0e;
}

.product-view .content-product-right .box-info-product .cart .btn.btn-checkout:hover {
	background-color: #889c0b;
}

.product-view .content-product-right .box-info-product .cart span {
	padding-right: 14px;
	margin-right: 14px;
	border-right: 1px solid #fff;
}

.price-box .cart .btn {
	width: 100%;
	padding: 1.6rem 1rem;
	margin: 0 auto;
    display: flex;
    align-items: center;
    gap: var(--margin-2);
    height: 80px;
    background-color: var(--primary_1);
    color: var(--text-color-dark-2) !important;
    border-radius: var(--border-radius_1);
    border: none;
    text-transform: uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
    position: relative;	
}

.price-box .cart div.btn {
	cursor: no-drop;
	background-color: #203b52;
	background: linear-gradient(-30deg, #414141 50%, #393939 50%);
}

.price-box .cart .button-cart svg {
    color: var(--text-color-dark-1);
    background: var(--box_bg_2);
    width: 4.5rem;
    height: 4.5rem;
    border-radius: var(--border-radius_2);
    padding: var(--margin-2);
}

.price-box .cart div.btn svg {
	margin: 0 1rem;
}

.horizental-price-box .out_description,
.price-box .out_description {
	color: #8e8e8e;
	background-color: #00000008;
	border: 1px solid #cccccc59;
	border-radius: 15px;
	margin: 10px;
	font-size: 12px;
	padding: 1rem 2.5rem;
	text-align: justify;
}

.price-box .cart .button-cart:focus, .price-box .cart .button-cart:hover {
	color: #fff;
}

.price-box .cart .button-cart span {
	margin: 0 1rem;
}

.timer {
    position: relative;
	display: flex;
	flex-direction: column;
	gap: var(--margin);
	align-items: center;
	overflow: hidden;
}

.timer svg {
    position: absolute;
    width: 9.2rem;
    height: 9.2rem;
    opacity: 0.2;
    color: var(--primary_1);
}

.box-info-product .countdown_inner {
	margin-left: -1.4rem;
	display: flex;
}

.countdown_box .time-item {
    display: inline-flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0rem;
    text-align: center;
    line-height: 26px;
    color: var(--primary_1);
    font-size: 20px;
    font-weight: bold;
    min-width: 45px;
}

.countdown_box .time-item:last-child:after {
	content: '';
	display: none;
}

.countdown_box .time-item .num-time {
	font-size: 24px;
	font-weight: bold;
	color: rgb(255 255 255);
}

.countdown_box .time-item .name-time {
	font-size: 10px;
	font-weight: 300;
	text-transform: capitalize;
	padding-top: 0;
	line-height: 18px;
}

.countdown_box .time-item:last-child {
	border: none;
}

.countdown_text {
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    color: var(--text-color-light-1);
}

.price-box .countdown_box {
	padding: 0;
	text-align: center;
}

.price-box>div .countdown_box .countdown_inner>div {
	flex-direction: row-reverse;
}

.product-view .price-box .rating {
	min-width: 70px;
}

.product-view .price-box .rating div.rating-number {
	font-size: 3.5rem;
	margin-left: 0.5rem;
	color: #fec42d;
}

.product-view .price-box .rating .rating-box, .product-view .ratings .rating-box {
	vertical-align: top;
	line-height: 18px;
}

.product-view .price-box .rating .comment-count {
	font-size: 13px;
	line-height: 1.5rem;
	text-align: center;
	color: #afafaf;
}

.product-view .content-product-right .share {
	margin-top: 10px;
}

.product-view .content-product-right .share .socials-wrap {
	border-top: 1px solid var(--primary_2);
	border-bottom: 1px solid var(--primary_2);
	padding: 20px 0;
}

.product-view .content-product-right .share .socials-wrap span {
	font-size: 14px;
	font-size: 1.4rem;
	color: #222;
	font-weight: 600;
}

.product-view .content-product-right .share .socials-wrap ul {
	float: left;
}

.product-view .content-product-right .share .socials-wrap ul li {
	float: right;
	margin-right: 35px;
}

.product-view .content-product-right .share .socials-wrap ul li a {
	font-size: 16px;
}

[id^="input-option"] {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: var(--margin-2);
	font-size: 13px;
}

[id^="input-option"] img {
	display: none;
}

#product {
}

#product .image_option_type .product-options {
	display: inline-block;
}

#product .control-label {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}

#product .product-options .img-thumbnail {
	width: 22px;
	height: 22px;
	border-radius: 0;
	padding: 1px;
}

#product .radio_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	gap: var(--margin-2);
}

#product .radio-type-button {
    display: flex;
    align-items: center;
    width: calc(50% - var(--margin-3));
}

#product .radio-type-button label {
	padding: 0;
	font-size: 13px;
}

#product .radio-type-button input {

}

#product .radio-type-button .option-content-box {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: var(--margin-3);
    width: 100%;
    height: 50px;
    border: var(--border-1);
    padding: var(--margin-3);
    border-radius: var(--border-radius_1);
    text-align: center;
    font-weight: 100;
    line-height: 2.5rem !important;
}

#product .radio-type-button .option-content-box.active {
	border-color: var(--border_color_3);
	align-items: center;
	font-weight: bold;
	transition: 150ms ease;
	-ms-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-webkit-transition: 150ms ease;
}

#product .radio-type-button .option-content-box svg {
    height: 20px;
    width: 20px;
    color: var(--primary_3);
}

#product .radio-type-button .option-content-box.active svg {
    color: var(--text-color-dark-2);
}

#product .radio-type-button.option_image .option-name {
}

#product .option_image label {
	padding: 0;
	cursor: pointer;
}

#product .option_image input {

}

#product .option_image .option-name {
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 13px;
}

#product .option_image .option-content-box {
}

#product .icheckbox.checked:before, #product .iradio.checked:before {
	background-color: #ff3e20;
	border-color: #ff3e20;
}

.product-detail .open-sidebar, .product-listing .open-sidebar {
	display: inline-block;
	border: 2px solid #999;
	padding: 3px 10px;
	letter-spacing: 1px;
	line-height: 23px;
	font-size: 10px;
	vertical-align: top;
	text-transform: uppercase;
}

.product-detail .open-sidebar:hover, .product-listing .open-sidebar:hover {
	border-color: #32c6b3;
}

.product-detail .open-sidebar {
	margin-bottom: 10px;
}

.product_page_price.price {
    gap: 1rem;
    flex-direction: column;
    width: unset;
    min-width: 140px;
    align-items: flex-start;
}

.box-info-product .product_page_price {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: var(--margin) 0;
	text-align: center;
}
.horizental-price-box .product_page_price .price-new {
	font-size: 24px;
}

.horizental-price-box .product_page_price .price-old {
	vertical-align: top;
	font-size: 16px;
	font-size: 1.6rem;
}

.product_page_price .price-tax {
	margin-bottom: 10px;
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

.product_page_price .label-product {
	position: static;
	display: inline-block;
	border-radius: 2px;
	height: auto;
	padding: 0 10px;
	width: auto;
	line-height: 22px;
	vertical-align: top;
}

.product-detail .so-extraslider {
	margin: 0;
}

.product-detail .producttab ul, .product-detail .producttab ol {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;
	padding-right: 20px;
}

#tab-review input[type=radio] {
	position: relative;
	top: 2px;
}

#tab-review .contacts-form span span.text-danger {
	margin-left: 10px;
	margin-top: 0;
}

#tab-review .form-group textarea {
	height: 150px;
}

#tab-review .form-control {
	border-radius: 8px;
	background: #fff;
	border: 1px solid #c8c8c8;
	color: #717171;
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.571;
	padding: 11px 12px;
	width: 100%;
	letter-spacing: -.8px;
}

#tab-review {
	padding-top: 2rem;
}

#tab-review .table-striped>tbody>tr:nth-of-type(odd) {
	background-color: var(--primary_2);
}

#tab-review .table-bordered>tbody>tr>td {
	border: 0;
	background: unset;
}

#tab-review .table-bordered {
	border: 1px solid var(--primary_2);
	border-radius: var(--border-radius_1);
	overflow: hidden;
}

#review thead td {
    width: 50%;
    border-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 14px;
    padding: var(--margin-2) 0;
}

#review tbody td {
    padding: var(--margin-2) 0 0;
}

#review tbody p {
    text-align: justify;
}

#form-review {
}

#form-review h3 {
	font-size: 14px;
}

#review {
	display: block;
	width: 100%;
	clear: both;
	margin-bottom: var(--margin);
}

#review .review-wrapper table {
    width: 100%;
}

#review .review-wrapper {
    margin-top: var(--margin);
    border: var(--border-3);
    padding: var(--margin-2) var(--margin);
    border-radius: var(--border-radius_1);
}

#review .review-wrapper thead {
    border-bottom: var(--border-3);
}

#review thead td:last-child {
    text-align: left;
}

.product-link,.more-attr-button {
	color: #006dc4 !important;
	padding: 0;
	line-height: 2;
	display: inline-block;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	text-align: center;
	white-space: nowrap;
	margin-right: 4px;
}

/*================================= Rating Beauty Radio Style =================================*/
#debt-amount-slider {
	display: flex;
	flex-direction: row;
	position: relative;
	width: 70%;
	height: 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#debt-amount-slider::before {
	content: " ";
	position: absolute;
	height: 2px;
	width: 100%;
	width: calc(100% * (4 / 5));
	top: 15px;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #adadad;
}

#debt-amount-slider input, #debt-amount-slider label {
	box-sizing: border-box;
	flex: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

#debt-amount-slider label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

#debt-amount-slider label::before {
	content: attr(data-debt-amount);
	font-size: 12px;
	transition: all 0.15s ease-in-out;
	height: 20px;
	bottom: 5px;
	position: absolute;
}

#debt-amount-slider label::after {
	content: " ";
	position: absolute;
	left: 50%;
	top: 15px;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	border: 2px solid #ababab;
	background: #fff;
	border-radius: 50%;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	cursor: pointer;
	transition: all 0.15s ease-in-out;
}

#debt-amount-slider label:hover::after {
	transform: translate(-50%, -50%) scale(1.25);
}

#debt-amount-slider input {
	display: none;
}

#debt-amount-slider input:checked + label::before {
	font-weight: 800;
	opacity: 1;
}

#debt-amount-slider input:checked + label::after {
	border-width: 4px;
	border-color: #0b003d;
}

#debt-amount-slider input:checked ~ #debt-amount-pos {
	opacity: 1;
}

#debt-amount-slider input:checked:nth-child(1) ~ #debt-amount-pos {
	right: 7.5%;
	top: 15px;
}

#debt-amount-slider input:checked:nth-child(3) ~ #debt-amount-pos {
	right: 27.5%;
	top: 15px;
}

#debt-amount-slider input:checked:nth-child(5) ~ #debt-amount-pos {
	right: 47.7%;
	top: 15px;
}

#debt-amount-slider input:checked:nth-child(7) ~ #debt-amount-pos {
	right: 67.5%;
	top: 15px;
}

#debt-amount-slider input:checked:nth-child(9) ~ #debt-amount-pos {
	right: 87.5%;
	top: 15px;
}

#debt-amount-slider #debt-amount-pos {
	display: block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	background: #0b003d;
	border-radius: 50%;
	transition: all 0.15s ease-in-out;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
	opacity: 0;
	z-index: 2;
}
/*================================= End - Rating Beauty Radio Style =================================*/

/*================================= Product Tab =================================*/
.producttab article h2 {
	color: #6f6f6f;
	font-size: 21px;
	font-size: 2.143rem;
	line-height: 1.467;
	font-weight: 500;
	margin-bottom: 3rem;
	letter-spacing: -.6px;
}

.producttab article h2 span {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	color: #a7a7a7;
	letter-spacing: -.3px;
}

.product-detail .producttab .product-property-title {
	font-size: 16px;
	color: #222;
	text-transform: capitalize;
}

.product-detail .producttab .product-property-list {
	list-style: none;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 2%;
	background: #fff;
	border-radius: 0.6rem;
	width: 100%;
}

.product-detail .producttab .quick-attribute-list sapn {
	position: relative;
	right: 1.6rem;
	color: #0b003d;
	display: inline-block;
	padding: 0.7rem 2rem;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 1rem 0;
	margin: 0;
}

.product-detail .producttab .quick-attribute-list sapn:before {
	content: "";
	position: absolute;
	right: 0;
	top: 1.4rem;
	width: 0;
	height: 0;
	border-radius: 1px;
	border-color: transparent transparent transparent #0b003d;
	border-style: solid;
	border-width: 7px 0 0 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*================================= End - Product Tab =================================*/

/*================================= Social modal =================================*/
.soshare-overlay {
	display: none;
	position: fixed;
	z-index: 998 !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.soshare-body {
	margin-top: 10px;
}

.social_text {
	font-size: 18px;
}

.copy-btn {
	border: 1px solid #c5c7cd;
	border-radius: 5px;
	padding: 0 10px;
	text-align: center;
	color: black;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 47px;
}

.copy-btn.bg-success {
	background: #d3ffd3;
}

.copied_link {
	display: none;
	font-size: 11px;
	margin: 0;
	color: green;
	text-align: center;
}

.section-copy-link input {
	margin-right: 10px;
	width: 100%;
	height: 47px;
}

.soshare-body .socials {
	display: flex;
	margin-top: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.soshare-body .socials a {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	padding: 8px;
	text-align: center;
	color: white;
	margin-top: 10px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.soshare-body .twitter {
	background: #25b7cd;
}

.soshare-body .whatsapp {
	background: #0b880d;
}

.soshare-body .facebook {
	background: #0b0f88;
}

.soshare-body .telegram {
	background: #2f0dab;
}

.soshare-body .instagram {
	background: #df5404;
}

.soshare-body .sms {
	background: #aa01c0;
}
/*================================= End - Social modal =================================*/

.product-description {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.product-description .tabs-link {
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--margin-2);
    width: 100%;
    padding: 1.6rem 0;
    margin-bottom: var(--margin-3);
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    background: var(--box_bg_0);
    z-index: 100;
    
}

.product-description .tabs-link .nav-link {
    width: 130px;
    position: relative;
    top: 1px;
    padding: var(--margin-2) 0;
    text-align: right;
    font-size: 18px;
    border: 4px solid var(--primary_4);
}

.tabs-link .nav-link.active {
    border: 4px solid var(--border_color_3);
}

.tabs-link .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

.producttab {
	padding: 0 0 0 var(--margin);
}

.producttab > * {
	border-bottom: var(--border-3);
	margin-bottom: var(--margin);
	padding-bottom: var(--margin);
}

.producttab > *:last-child {
	border: 0;
}

.price-box {

}

.desc-collapse img {
	width: 980px !important;
}

.desc-collapse img.infographic {
	width: 500px !important;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 0 5px 10px 0 rgb(20 83 155 / 20%);
}

/* image attribute styles */
.row:has(.image_attributes) {
}

.image_attribute {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.image_attribute img {
	width: 50px !important;
	height: 50px !important;
	margin: 10px 10px 0 0;
	border: 1px solid #d6d6d6;
	padding: 3px;
	border-radius: 8px;
}

li.image-additional {
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: unset;
}

li.image-additional img {
    width: 60px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--border-radius_1);
    border: var(--border_size-1) solid var(--primary_4);
}

li.image-additional:first-child:before {
	display: none;
}

li.image-additional:first-child img.lazyloaded {
    filter: none;
}

div#thumb-slider {
    position: absolute;
    top: calc(50% - 195px);
    right: -65px;
    min-height: 390px;
    min-width: 98px;
    padding: 24px 15px;
    border-radius: 0 30px 15px 15px;
    border: var(--border_size-1) solid var(--border_color_3);
    background-color: var(--primary_1);
    z-index: 101;
}

div#thumb-slider ul {
	display: flex;
	flex-direction: column;
	gap: var(--margin-2);
}

li.image-additional img.lazyloading,
li.image-additional img.lazyload {
	padding: 4px;
}

/*==================================/* Option Color *\==================================*/
.option-color-item {
    display: flex;
    flex-wrap: wrap;
}

.option-color-item {
    display: flex;
    flex-wrap: wrap;
    gap: var(--margin-2);
} 

.legend_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: var(--margin-3);
}

.option_item_wrapper {
    display: flex;
    text-align: center;
    justify-content: center;
}

.product-view .content-product-right .options .form-group.bof legend {
    width: fit-content;
}

.product-color-options span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 0px;
	border: 2px solid #E7E7E7;
}

.image .product-color-options {
	display: none;
}

.color-option {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 60px;
    padding: 6px;
    border: 4px solid var(--border_color_1);
    border-radius: var(--border-radius_1);
    background: unset;
    overflow: hidden;
}

.product-view .content-product-right .color-option:before {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: var(--option-color);
    border-radius: var(--border-radius_3);
}

.product-view .content-product-right .color-option svg {
    display: none;
    position: absolute;
    left: 12px;
    top: 16px;
}

.product-view .content-product-right .color-option.color-active svg {
    display: inline-block;
    color: #c9a35c;
    background: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}

.product-view .content-product-right .color-option.color-active {
    border-color: var(--border_color_3);
}

/*Oval style*/
.color-option.pco-style-oval,
.product-color-options span.pco-style-oval {
	border-radius: 9999px;
}
/*Double rectangle style*/
.color-option.pco-style-double-rectangle,
    .product-color-options span.pco-style-double-rectangle {
	border: 4px double #E7E7E7;
}
/*Double oval style*/
.color-option.pco-style-double-oval,
    .product-color-options span.pco-style-double-oval {
	border-radius: 9999px;
	border: 5px double #ffffff;
	box-shadow: 0 0 2px 0 #d8d8d8;
}

.price .price-wrapper .price-old {
    display: flex;
    gap: 0;
    justify-content: center;
}

.price .price-wrapper .price-special.price-new {
    font-size: 20px;
}
/*==================================/* End - Option Color *\==================================*/

/*==================================/* Adaptive System *\==================================*/

.custom_fade {
	opacity: 0;
	-webkit-transition: opacity .35s linear;
	-o-transition: opacity .35s linear;
	transition: opacity .35s linear;
}

.custom_fade.in {
	opacity: 1;
}

.modal-content {
    overflow: hidden;
    border-radius: var(--border-radius_3);
    color: #000;
}

.gallery-modal.in {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.gallery-modal .modal-dialog {
    max-width: 1000px;
    /*right: 3px;*/
}

.gallery-modal .modal-body {
    padding: var(--margin);
}

.gallery-modal.in .Gallery {
	width: 90%;
	height: fit-content !important;
}

.gallery-modal .modal-content .modal-header {
    border: 0;
    padding: var(--margin);
    border-bottom: var(--border-3);
}

.gallery-modal .modal-content .modal-header .gallery-title {
	font-size: 18px;
	font-weight: bold;
}

.gallery-modal .modal-content .modal-header > div {
	flex: 1;
}

.swiper-wrapper {
	height: unset;
}

.Thumbs .swiper-slide {
    height: unset !important;
    margin-bottom: var(--margin-2);
}

.Thumbs .swiper-slide img {
    border-radius: var(--border-radius_1);
}

.Thumbs .swiper-slide:last-child {
	border-bottom: 0;
}

.Thumbs .swiper-slide-thumb-active:after {
	width: 0;
	height: 0;
	border-color: transparent #acacac transparent;
	border-style: solid;
	border-width: 8px 8px 8px 0;
	top: 44px;
	left: -9px;
	content: "";
	position: absolute;
}

.prev-t-gallery {
    top: 0;
}

.next-t-gallery {
    bottom: 0;
}

.prev-t-gallery, .next-t-gallery {
	background: #fff;
	width: 100%;
	height: 40px;
	z-index: 9;
	position: absolute;
}

.prev-t-gallery svg, .next-t-gallery svg {
	width: 100px;
}

.next-t-gallery svg {
	transform: rotate(180deg);
}

.Thumbs {
    height: 550px;
    position: relative;
    width: 10%;
    text-align: center;
    background: #ffffff;
    z-index: 10;
}

.Thumbs .swiper-wrapper {
	height: 410px !important;
	top: 120px;
}

.swiper-video-thumb-icon {
	width: 100%;
	padding: 17px 20px 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0 0 0 / 8%);
}

.gallery-modal .swiper-video > div {
	width: 70%;
}

li.image-additional.play_video:last-child:before {
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
}

li.image-additional.play_video:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #6f7377;
	opacity: 0.07;
	top: 0;
	right: 0;
	border-radius: var(--border-radius_1);
}

li.image-additional.play_video:last-child .swiper-video-thumb-icon {
	display: none !important;
}

.price-box .price .price-old {
	font-size: 18px;
	justify-content: center;
}

.price-box .price .price-new {
    display: flex;
    gap: 1rem;
	font-size: 22px;
}

/*==================================/* FAQ *\==================================*/
.faq-accordion button {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px;
	font-size: 16px;
	font-weight: bold;
}

.faq-accordion button.accordion-button:focus {
	box-shadow: none;
}

.faq-accordion .accordion-item {
}

.faq-accordion .accordion-body {
	padding: 0 var(--margin) var(--margin);
}

.faq-accordion button.accordion-button:not(.collapsed) {
	background: unset;
	box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-question ,
.faq-accordion .accordion-button:not(.collapsed) .faq-number {
	color: red;
	font-weight: bold;
}

.faq-accordion .faq-number {
	font-size: 30px;
	margin-left: 30px;
	width: 20px;
}

.faq-accordion .faq-question {
	position: relative;
}

.faq-accordion .faq-question:before {
	content: '';
	position: absolute;
	height: 45px;
	top: -10px;
	right: -16px;
	border-right: 1px solid #e7ecf0;
}
/*==================================/* End - FAQ *\==================================*/
.modal-header {
    padding: var(--margin);
    font-size: 18px;
    font-weight: bold;
}

.price_log_option {
    display: flex;
    gap: var(--margin);
    margin-bottom: var(--margin-2);
    font-size: 16px;
}

.price_log_option_value {
    display: flex;
    gap: var(--margin-2);
}

.price_log_op_val {
    align-items: center;
    display: flex;
    justify-content: center;
    border: var(--border-3);
    border-radius: var(--border-radius_1);
    text-align: center;
    padding: 0.5rem 1rem;
    font-weight: 100;
    line-height: 2.2rem !important;
    width: 100px;
    gap: var(--margin-2);
}

.price_log_option span {
    width: 80px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.price_log_option span.control-label {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 14px;
}

#priceLog .modal-dialog {
    width: 960px;
    max-width: unset;
}

#price-log-description {
    margin-bottom: var(--margin);
}

#priceLog .modal-body {
    padding: var(--margin);
}

canvas#chartPriceLog {
    height: 400px !important;
}

@media (max-width: 1399px) {
    .price-box .cart .btn {
        font-size: 16px;
        padding: 1rem;
    }
    
    .price-box .cart .button-cart svg {
        height: 2rem;
        padding: 8px 10px 8px 8px;
    }

	ul.product_brief_attr {
		justify-content: start;
		gap: var(--margin);
	}

	.product-view .content-product-right .product_brief_attr li {
		flex-direction: column;
		width: calc(33.3% - var(--margin));
	}
}

.related-horizontal {
    position: relative;
}

.related-horizontal .swiper-button-next,
.related-horizontal .swiper-button-prev {
    top: -46px;
}

.related-horizontal .swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: var(--margin);
}

@media (max-width: 991px) {
    .producttab {
        padding: 0;
    }
    
    .horizental-price-box {
        flex-direction: column;
        align-items: start;
        gap: var(--margin);
        margin: var(--margin) 0;
    }
	
    #product .option_image .option-name {
        width: 69px;
    }
    .relevant {
        min-height: 210px;
    }
    .countdown_box .time-item {
        min-width: 35px;
    }
    
    .countdown_text {
    	font-size: 1.8rem;
    }
    
    .typefooter-24 {
        padding-bottom: 6rem;
    }
    
    #form-review {
        margin-bottom: var(--margin);
    }   
    
    #tab-review {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
    #review {
        margin-bottom: 0;
    }
    
    #input-name {
        margin-bottom: var(--margin-2);
    }

    .product-detail .producttab .product-property-list tr {
        width: 100%;
    }

	.product-gallery {
		width: 100%;
	}

	.product-gallery img {
		margin: 0 auto;
		display: block;
	}

	.content-product-left .countdown_box {
        position: relative;
        border-radius: 20px 0 10px 10px;
        background: var(--box_bg_2);
        color: var(--text-color-light-1);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: var(--margin);
        margin-bottom: var(--margin);
	}

	.content-product-right .title-product {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);	    
	}
	
    .content-product-right .product-information {
		background: #fff;
	}

	.product-view .content-product-mainheader .content-product-left-inner {
		padding-left: 0;
	}

	.content-product-left-inner .gallery-right .thumb-wrapper {
		height: unset;
	}

	.content-product-left-inner .gallery-right .thumb-wrapper {
		flex-direction: row;
	}

	.product-view .content-product-left {
	    padding: 0 calc(var(--margin) * 1.5);
	}

	.product-view .content-product-left .countdown_box svg {
		position: absolute;
		left: 199px;
		top: 0px;
	}

	.countdown_box .countdown_inner {
        display: flex;
        flex-direction: row-reverse;
	}

	.gallery-share-link {
	    padding-bottom: 0;
	}

	.gallery-share-link > * {
	}

	.gallery-share-link svg:hover {
		color: var(--primary_1);
	}

	.content-product-left-inner .gallery-right {
		height: unset;
		display: flex;
		flex-direction: column-reverse;
	}

	.Thumbs .swiper-slide-active:after {
		display: none;
	}

	.product-view .content-product-right .product-organise {
		flex-wrap: wrap;
		padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
	}

	.product-view .content-product-right .product-organise > * {
		width: calc(50% - var(--margin-2));
		justify-content: start;
	}

	.product-view .content-product-right {
		border-right: none;
		padding: var(--margin);
		padding-bottom: 0;
		gap: var(--margin);
	}

	.product-description {
		background: #fff;
		border-radius: 2rem;
		flex-direction: column;
		margin-bottom: 0;
		padding: var(--margin);
	}

	.related-horizontal {
		padding: 0 var(--margin);
	}

	.product-view .content-product-right .box-info-product .percent-off {
		flex-direction: row !important;
	}

	.product-view .content-product-right .box-info-product .percent-off span {
		margin: 0 0.5rem;
	}

	.horizental-price-box {
        position: fixed;
        bottom: -4px;
        right: 0;
        left: 0;
        padding: 10px;
        z-index: 999;
        background: var(--border_color_1);
        border-top: 4px solid var(--primary_1);
        flex-direction: row;
        display: flex;
        margin: 0 auto;
        align-items: center;
        box-shadow: 0px -5px 10px -2px rgb(0 0 0 / 10%);
	}

	.horizental-price-box .product_page_price .price-old {
		font-size: 14px;
		color: #0b003d;
	}

	.qty-input {
		color: #fff;
	}

	.horizental-price-box .product_page_price .price-new {
		font-size: 20px;
	}

	.product-view .content-product-right .product-information {
		width: 100% !important;
	}

	.product-view .content-product-right .product-information > .row .col-md-12 {
		padding-left: 0;
		padding-right: 0;
	}

	#button-review {
		width: 100%;
		padding: 1.5rem 1rem;
		font-size: 1.6rem;
	}

	#form-review h3 {
		line-height: 3rem;
	}

	.Gallery .swiper-slide {
		min-height: 340px;
	}

	.Gallery .swiper-slide img {
		position: absolute;
		top: 0;
	}

	.product-view .content-product-right .quantity .quantity-control {
		margin-bottom: 12px;
		flex-direction: row;
	}

	[id^="input-option"] {
		width: 100%;
	}
	
	.product-view .content-product-right .title-product h1 {
		line-height: 30px;
		font-size: 20px;
	}

	.product_page_price {
		display: block;
	}

	.product_page_price .flex-column {
		flex-direction: column-reverse !important;
	}

	.horizental-price-box .product_page_price .discount-percent {
		background: #ffffff;
		border-radius: 6px;
		text-align: center;
		position: relative;
		top: unset;
		left: unset;
		padding: 0px !important;
		margin-bottom: unset;
	}

	.product_page_price .discount-percent span:first-child {
		font-size: 18px;
		color: var(--primary_1);
	}

	.product-view .content-product-right .cart .btn svg {
		
	}

	.product_page_price .discount-percent span {
		font-size: 12px;
		color: var(--primary_1);
	}

	div#btnwhatsapp {
		bottom: 110px !important;
	}

	.producttab .collapse[aria-expanded="false"] {
		height: 350px !important;
	}

	.product-view .content-product-right .services {
		padding: 20px 0;
	}

	.product-view .content-product-right .services>div {
		min-width: 120px;
	}

	.product-view .content-product-right .services {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 20px 0;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}

	.product-view .content-product-right .quantity {
		margin-left: 15px;
		position: absolute;
		left: 0;
		top: -9px;
		display: none;
	}

    #wrapper.wrapper-full {
        overflow :hidden;
    }
    .product-gallery {
        display: flex;
        justify-content: space-between;
    }
    .product-gallery .main-image-wrapper {
        margin: 0;
    }
    div#thumb-slider {
        margin: 0;
    }
    div#thumb-slider ul {
        flex-direction: column;
    }
    .product-main-detail {
        width: 100%;
        padding-bottom: 0;
    }
    .product-view .content-product-right .cart {
        width: auto;
    }
    .product-view .content-product-right .cart .btn {
        height: 50px;
        background-color: var(--primary_2);
        font-size: 14px;
        gap: 1rem;
    }
    
	.product-view .content-product-right .cart {
		
	}

	.product-view .content-product-right .product-information > div.horizental-price-box {
		position: fixed;
		bottom: 0;
		right: 0;
		padding: 6px 15px;
		z-index: 998;
		background: #fff;
		width: 100%;
	}

	.price-box {
		display: none;
	}

	#debt-amount-slider {
		width: 100%;
		margin: var(--margin) 0;
	}

	.soshare-modal {
		padding: 15px;
		width: 350px;
	}

	#soshare-modal-Container {
		width: 350px;
		left: calc(50% + -176px);
	}

	.desc-collapse img.infographic {
		width: 100% !important;
	}

	.image_attribute img {
		width: 35px !important;
		height: 35px !important;
		margin: 10px 0px 0 5px;
	}

	.image_attribute {
		width: 100%;
	}

	.row:has(.image_attributes) {
		display: block;
	}

	.scroll-list {
		display: flex;
		overflow: scroll;
		gap: var(--margin);
		margin-bottom: 500px !important;
	}

	.product-item-container {
		border-radius: var(--border-radius_1);
		overflow: hidden;
		background: #f5f5f5;
		width: 200px;
		flex-grow: 0;
		flex-shrink: 0;
		padding: var(--margin);
		position: relative;
	}
	
    /*================================= Product Tab =================================*/
	.product-detail .producttab .product-property-list tr .propery-title, .product-detail .producttab .product-property-list tr .propery-des {
		display: flex;
		align-items: center;
		color: var(--text-color-dark-1);
		padding: 1rem;
		border-radius: 2rem;
	}

	.product-detail .producttab .product-property-list tr .propery-title {
		background-color: var(--border_color_1);
	}

	.product-detail .producttab .product-property-list tr .propery-des {
		color: #495057;
	}

	.image_attributes {
		display: flex;
		justify-content: center;
		margin: 10px 0;
	}
	/*================================= End - Product Tab =================================*/	
}

.desc-collapse {
    text-align: justify;
}

@media (min-width: 992px) {

    .product-view .content-product-right .title-product {
        padding: 0;
    }

    .content-product-left {
        position: relative;
        padding-right: 70px;
        padding-left: var(--margin);
    }

    .product_breif {
       position: relative;
       padding-left: var(--margin);
    }

    .product-view .content-product-right .product-information {
        padding-left: 0;
    }
    
    .product-gallery .main-image-wrapper {
        width: 100%;
        height: 565px;
        margin: 0 auto;
    }  
    
    .product-view .countdown_box {
        position: absolute;
        left: 0;
        top: 110px;
        display: flex;
        flex-direction: column;
        gap: var(--margin);
        width: 54px;
        height: 354px;
        margin: 0;
        padding: var(--margin) 0;
        border-radius: 20px 0 10px 10px;
        background: var(--box_bg_2);
        color: var(--text-color-light-1);
        -webkit-transform: scale(1) translateX(0);
        -moz-transform: scale(1) translateX(0);
        -ms-transform: scale(1) translateX(0);
        -o-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
        font-size: 1.8rem;
        text-align: center;
        z-index: 1;
    }
    
    .countdown_box .countdown_inner {
    	display: flex;
    	flex-direction: column;
    	gap: var(--margin-2);
    	margin-top: 6rem;
    }    

    .gallery-modal .product-gallery-thumbs {
        overflow-y: auto;
        padding-right: var(--margin);
        height: 63vh;
        direction: ltr;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    
    span.text_your_price {
    	color: #000;
    	font-weight: bold;
    	font-size: 14px;
    }
    
    .product-view .content-product-right .cart .btn {
        display: flex;
        align-items: center;
        gap: var(--margin-2);
        width: 240px;
        height: 80px;
        background-color: var(--primary_1);
        color: var(--text-color-dark-2) !important;
        border-radius: var(--border-radius_1);
        border: none;
        text-transform: uppercase;
        text-overflow: ellipsis;
        font-size: 20px;
        font-weight: bold;
        position: relative;
    }
    
    .review-actions {
    	display: flex;
    	justify-content: space-between;
    	align-items: center;
    }
    
    .product-view .content-product-right .cart .btn svg {
        color: var(--text-color-dark-1);
        background: var(--box_bg_2);
        width: 4.5rem;
        height: 4.5rem;
        border-radius: var(--border-radius_2);
        padding: var(--margin-2);
    }

	.product-view .content-product-right {
		
	}

	.product-description,
    .product-view .content-product-mainheader {
		background: var(--box_bg_1);
		border-radius: 2rem;
		box-shadow: var(--box-shadow-1);
		border: var(--border-0);
		margin-top: var(--margin);
	}

	.product-view .content-product-mainheader {
		display: flex;
		flex-wrap: wrap;
	}

	.product-view .content-product-right > * {
		height: fit-content;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.Gallery .swiper-slide img {
        width: 450px;
        height: 450px;
        object-fit: cover;
        border: var(--border-1);
        border-radius: var(--border-radius_3);
	}

	.content-product-left-inner .gallery-right .Thumbs img {
		width: 85px;
		height: 85px;
		cursor: pointer;
	}
	
	.product-detail .producttab .product-property-list tr {
		display: flex;
		margin-top: 6px;
		width: 49%;
	}
    /*================================= Product Tab =================================*/
	.product-detail .producttab .product-property-list tr .propery-title {
        width: 30%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #0b003d;
        padding: 1rem 0.4rem;
        border-radius: 0 var(--border-radius_1) var(--border-radius_1) 0;
        margin-left: 2px;
        font-weight: bold;
        font-size: 12px;
        text-align: center;
	}

	.product-detail .producttab .product-property-list tr .propery-des {
        width: 70%;
        color: #0b003d;
        padding: 1rem 2rem;
        border-radius: var(--border-radius_1) 0 0 var(--border-radius_1);
        line-height: 2rem;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: center;
	}

	.product-detail .producttab .product-property-list tr:nth-child(odd) .propery-title, .product-detail .producttab .product-property-list tr:nth-child(odd) .propery-des {
		background: var(--box_bg_1);
	}

	.product-detail .producttab .product-property-list tr:nth-child(even) .propery-title, .product-detail .producttab .product-property-list tr:nth-child(even) .propery-des {
		background: var(--box_bg_1);
	}
	/*================================= End - Product Tab =================================*/
}


/*gallery modal*/

.gallery-modal .gallery-heading {
    z-index: 1000;
    position: relative;
    background: var(--primary_3);
    padding: 1rem 3rem 1rem 6rem;   
}

.gallery-modal .gallery-heading .gallery-title {
    font-size: 16px;
    font-weight: bold; 
}

.gallery-modal .gallery-heading .gallery-alternate {
    font-size: 12px;    
}

.gallery-modal .product-gallery-popup {
    
}

.thumbs_group {
    direction: rtl;
    border-bottom: 1px solid var(--border_color_1);
    padding: var(--margin-2) 0 calc(var(--margin-2)*1.5);
}
.thumbs_group:first-child {
    padding-top: 0;
}
.thumbs_group:last-child {
    border: 0;
}
.product-gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-item {
    display: inline-block;
    position: relative;
    background: var(--border_color_1);
    border: 4px solid var(--primary_3);
    border-radius: var(--border-radius_1);
    overflow: hidden;
}

.gallery-item.gallery-item-active {
    border-color: var(--border_color_3);
}

.gallery-item img {
    width: 71px;
    height: 90px;
    border-radius: calc(var(--border-radius_3) - 5px);
}

.thumb_title {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.thumb_images {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    gap: var(--margin-2);
}
.gallery-item svg {
    display:none;
}
.gallery-item-active svg {
    display: block;
    color: var(--primary_1);
    background: var(--border_color_1);
    position: absolute;
    bottom: -9px;
    right: 28px;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 4px;
}

.product-gallery-item.swiper-slide {
  opacity: 0;
  transition: opacity 1s ease;
}

.product-gallery-item.swiper-slide-active {
  opacity: 1;
}

.product-gallery-thumbs , .product-gallery-images{
    position:relative;
}

.gallery-zoom-box {
    display: none;
    position: absolute;
    width: 55%;
    height: 94%;
    margin: 20px 10px;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: white;
    left:unset !important;
    top:0 !important;
    right:0 !important;
}

/* added for responsive */
.product-view .content-product-right .cart .btn , .price-box .cart .btn{
    justify-content: center;
}
.gallery-wrapper {
    display: flex;
    flex-direction: row;
    margin: 0;
}
.gallery-item {
    height: 102px;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    padding: 5px;
    background: #fff;
}
@media (max-width: 1200px) {
    .product_card_6 .card_image_wrapper img {
        width:100%;
    }
}

@media (max-width: 768px) {
    .product-gallery {
        flex-direction: column;
        align-items: center;
    }
    .product-gallery .main-image-wrapper {
        
    }
    div#thumb-slider {
        margin-top: var(--margin);
    }
    div#thumb-slider ul {
        flex-direction: row;
    }
    span.text_your_price {
        font-size: 0;
        visibility: hidden;
        display: inline-block;
    }
    .product-view .content-product-right .cart .btn {
        width: 180px;
        min-width: max-content;
        background-color: var(--primary_2);
    }
}

@media (max-width: 576px) {
    .product-gallery .main-image-wrapper {
        width: 100%;
    }
    div#thumb-slider ul {
        overflow: auto;
        width: 340px;
        margin: auto;
        border-radius: var(--border-radius_1);
        padding-bottom: var(--margin);
    }
    li.image-additional {
        min-width: max-content;
    }
    div#banner_template {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .product_card_6 .card_image_wrapper img {
        height: 100%;
        width: 100%;
    }
    .product-view .content-product-right .cart .btn svg {
        display:none;
    }
    .product-view .content-product-right .cart .btn {
        width: auto;
    }
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    padding: 8px;
}
.swiper-pagination-bullets-dynamic {
    z-index: 99999;
    /*width: 100px !important;*/
    overflow: hidden;
    position: absolute;
  bottom: 9px;
    right: 36%;
}

.product-product .product_card_1.product-layout .card_image_wrapper img {
    height: 255px;
}