.product-product main {
    width: 100%;
    max-width: 100%;   
}

.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;
}

.price_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--margin);
}

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

.product-detail .producttab ul.facilities li {
    width: 20%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.product-detail .producttab .facilities img {
    width: 70px;
    height: 70px;
}

.product-detail .producttab .facilities span {
    padding: 0 var(--margin-2);
    text-wrap-mode: nowrap;
}

.attribute_features {
    
}

.af-ac-attribute_features .accordion-button:not(.collapsed) {
    background-color: unset;
    box-shadow: unset;   
    color: var(--primary_2);
}

.af-ac-attribute_features {
    display: flex;
    flex-wrap: wrap;
}

.af-ac-attribute_features .accordion-button:not(.collapsed) {
    font-weight: bold;
}

.af-ac-attribute_features .accordion-button:not(.collapsed) img {
    background-color: var(--primary_1)
}

.af-ac-attribute_features .accordion-button {
    font-size: 18px;
    border-bottom: var(--border-3);
}

.af-ac-attribute_features .accordion-button:focus {
    box-shadow: unset;
}

.af-ac-attribute_features img {
    width: 80px;
    height: 80px;
    background: var(--box_bg_2);
    border-radius: var(--border-radius_1);
    margin-left: var(--margin);
}

.af-ac-attribute_features .accordion-button:before {
    position: relative;
    top: -2px;
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 5rem;
    background: var(--primary_1);
    margin-left: var(--margin-2);
}

.product-detail .producttab .af-ac-attribute_features ul {
    font-size: 14px;
    line-height: 26px;
    margin: 2rem 11rem 2rem 0;
    color: var(--primary_2);
    list-style: square;
}

.contact_us_error {
    font-size: 12px;
    color: #c21212;
    position: relative;
    top: -15px;
}

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

.special_description_item .accordion-button {
    border: 4px solid var(--box_bg_2);
    border-radius: var(--border-radius_1);
    margin-bottom: var(--margin);
    height: 80px;
    box-shadow: unset;
}

.special_description_item .accordion-button:not(.collapsed) {
    background-color: var(--primary_1);
    box-shadow: unset;
}

.product-tab-content  .special_description_item .modtitle {
    margin-bottom: 0;
    font-size: 18px;
}

.special_description_item .accordion-button:not(.collapsed) .modtitle {
    color: var(--text-color-light-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: var(--margin);
}

.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;
}

.relevant {
    overflow: hidden;
    min-height: 301px;
}

.relevant .relevant-header {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    padding: 0;
    justify-content: center;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.relevant > div {
    position: relative;
    margin-bottom: 3rem;
}

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

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

.product-main-detail {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-align: justify;
}

.general_description.hideContent {
    height: 150px;
}

.general_description.hideContent:after {
    background: linear-gradient(rgb(233 247 245 / 21%) 0, rgb(233 247 245) 100%, #fff);
}

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

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

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

.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 {
    vertical-align: top;
    line-height: 18px;
    color: #febd09;
    width: 1.5rem;
    height: 1.5rem;
}

.content-product-left .countdown_box {
	position: absolute;
	left: 50px;
	padding: 0;
}

.content-product-left {
    padding: 0;
    padding-left: 3rem;
}

.content-product-left-wrapper > * {
    margin-bottom: var(--margin) !important;
}

.swiper-pagination {
    justify-content: center;
    align-items: center;
    height: 30px;
}

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

.product-gallery .main-image-wrapper {
    width: 100%;
    height: 460px;
    border-radius: 3rem;
    border: 8px solid var(--primary_3);
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.product-gallery .main-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #fff;
}

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

.gallery-share-link {
    display: flex;
    flex-direction: column;
    gap: var(--margin-2);
    padding: 0 var(--margin) 0 0;
    position: sticky;
    top: var(--margin);
}

.gallery-share-link > * {
    display: inline-flex;
    cursor: pointer;
    color: var(--text-color-dark-1);
    background: var(--box_bg_2);
    border: 0;
    border-radius: var(--border-radius_2);
    justify-content: center;
    align-items: center;
    padding: var(--margin-2);
    width: 43px;
    height: 43px;
}

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

.gallery-share-link svg {
	width: 2.3rem;
	height: 2.3rem;
}

.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 {
    width: 100%;
    position: relative;
}

.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;
}

.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 > div, 
.product-view .content-product-right .rating .comment-count {
    display: flex;
    align-items: center;
    font-size: var(--text-size-9);
    background: var(--box_bg_2);
    border-radius: var(--border-radius_1);
    padding: var(--margin-3) var(--margin-1);
    color: var(--text-color-dark-0) !important;
    min-height: 40px;
    min-width: 100px;
}

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

.product-brand {
    display: flex;
    text-align: justify;
}

.product-brand a {
    display: flex;
    align-items: center;
    gap: var(--margin-2);
    font-size: var(--text-size-9);
    background: var(--primary_2);
    border-radius: var(--border-radius_1);
    padding: var(--margin-3) var(--margin-1);
    color: var(--text-color-light-0);
    min-width: 92px;
}

.product-brand img {
    width: 30px;
    height: 30px;
    border: 3px solid var(--border_color_0);
    border-radius: 100%;
}

.product-view .content-product-right {

}

.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: var(--h1);
    color: var(--primary_2);
    text-transform: capitalize;
    line-height: 5rem;
    font-weight: bold;
    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: 12px;
	background: #fff;
	color: var(--primary_1);
	padding: 8px 1rem 2px;
	border-radius: var(--border-radius_2);
	display: flex;
	flex-direction: column;
	line-height: 1.6rem;
}

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

.product-view .countdown_box {
    display: flex;
    justify-content: space-between;
    position: static;
    width: 100%;
    height: 74px;
    background: var(--primary_1);
    color: #ffffff;
    margin: 0;
    padding: var(--margin);
    -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;
    border-radius: var(--border-radius_1);
    text-align: center;
}

.countdown_box .time-item {
	position: relative;
	font-size: 30px;
}

.countdown_box .time-item:after {
	content: ':';
	font-size: 30px;
	position: absolute;
	right: -4px;
	color: #ffffff;
}

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

.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 .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: var(--box_bg_1);
    top: 0;
    right: 0;
    border-radius: var(--border-radius_1);
}

.product-view .sale-information .product_info img {
    width: 160px;
    height: 180px;
    border-radius: var(--border-radius_1);
    background-color: #fff;
    border: var(--border-1);
    object-fit: cover;
    z-index: 100;
    position: relative;
}

.image-wrapper {
    position: relative;
}

.image-wrapper:before {
    content: "";
    position: absolute;
    display: block;
    background: var(--box_bg_1);
    width: 160px;
    height: 180px;
    right: 36px;
    top: 16px;
    border-radius: var(--border-radius_1) 0;
}

.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: 3rem;
}

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

.product-view .content-product-right .quantity .quantity-control {
    display: none;
    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 .product-organise > * {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--primary_2);
}

.product-view .content-product-right .product-organise > *:first-child:before {
    display: none;    
}

.product-view .content-product-right .product-organise > *:before {
	content: "";
	height: 10px;
	width: 10px;
	margin: 0 1rem;
	background-color: var(--primary_1);
	display: inline-block;
}

.product-view .content-product-right .product-organise dd {
    display: flex;
    flex-direction: row;
    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;
}
    
.bof {

}

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

.product_brief_attr {
    display: flex;
    justify-content: space-between;
    gap: var(--margin);
    position: sticky;
    top: var(--margin);
}

.attribute_brief {
    
}

.product_brief_attr .brief_icon {
    width: 70px;
    height: 70px;
    background: var(--box_bg_0);
    border-radius: var(--border-radius_1);
    margin-bottom: var(--margin-2);
}

.product_brief_attr .brief_content {
    display: none;
}

.product_brief_attr .brief_title {
    font-weight: bold;
    color: var(--primary_2);    
}

.product-view .content-product-right .product_brief_attr li {
    display: flex;
    align-items: center;
    width: 17.7%;
    flex-direction: column;
    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 img {

}

.product-view .content-product-right .product_brief_attr li span {
    white-space: normal;
    line-height: 16px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
}

.product-view .content-product-right .product_brief_attr li span:last-of-type {
	font-weight: bold;
	color: var(--primary_2);
}

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

.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 .cart .btn svg {
    color: var(--text-color-light-1);
    background: var(--primary_1);
    width: 6rem;
    height: 6rem;
    border-radius: var(--border-radius_1);
    border: 8px solid var(--box_bg_0);
    padding: var(--margin-2);
    position: absolute;
    right: -30px;
}

.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;
}

.horizental-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;
}

.timer {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.timer svg {
    width: 3.2rem;
    height: 3.2rem;
}

.countdown_box {
	padding: 1.9rem 0.8rem;
}

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

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

.countdown_box .time-item {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 0rem;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	min-width: 45px;
}

.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;
	gap: 1rem;
	align-items: center;
	font-size: 2rem;
	font-weight: bold;
}

.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;
}

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

#product .radio-type-button {
	display: flex;
	align-items: center;
}

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

#product .radio-type-button input {

}

#product .radio-type-button .option-content-box {
    display: flex;
    border: var(--border-3);
    border-radius: var(--border-radius_2);
    text-align: center;
    padding: 7px;
    padding-right: 2rem;
    font-weight: 100;
    line-height: 2.5rem !important;
    position: relative;
    margin-right: var(--margin-2);
    background-color: var(--primary_3);
}

#product .radio-type-button .option-content-box.active {
	align-items: center;
	transition: 150ms ease;
	-ms-transition: 150ms ease;
	-moz-transition: 150ms ease;
	-webkit-transition: 150ms ease;
}

#product .radio-type-button .option-content-box svg {
    height: 30px;
    width: 30px;
    position: absolute;
    right: -17px;
    top: 4px;
    border-radius: 1rem;
    background: var(--primary_3);
    border: 4px solid #fff;
}

#product .radio-type-button .option-content-box.active svg {
    color: var(--text-color-light-1);
    background: var(--primary_1);
}

#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;
    width: 87px;
    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: var(--margin-2);
    flex-direction: column;
    align-items: self-start;
}

.box-info-product .product_page_price {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: var(--margin) 0 3rem;
	text-align: center;
}

span.text_your_price {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-left: var(--margin);
}

.box-info-product span.text_your_price {
	margin: 0;
}

.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;
}

#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 {

}

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

#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 > p {
    background: var(--box_bg_1);
    padding: var(--margin);
    border-radius: var(--border-radius_2);
    margin: calc(var(--margin) * 2) 0 0;
    text-align: center;
}

#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 table {
    width: 100%;
}

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

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

#tab-review .review-condition {
    text-align: justify;
    font-size: 15px;    
}

#tab-review .review-condition-title {
   font-size: 16px;
   font-weight: bold;
}

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

/*================================= 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%;
}

/*================================= 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-tab-content > * {
    margin-bottom: calc(var(--margin) * 2);
    padding-top: calc(var(--margin) * 1.5);
}

.product-tab-content > *:first-child {
    border-top: 0;
    padding-top: 0;
}

.product-tab-content,
.content-product-wrapper,
.faq-description {
    border-radius: var(--border-radius_1);
    box-shadow: var(--box-shadow-1);
    border: var(--border-1);
    padding: 0 calc(var(--margin) * 2.6);
}

.faq-heading {
    text-align: center;
}

.faq-description {
    margin-bottom: var(--margin);
}

.producttab .tabs-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    height: fit-content;
    position: sticky;
    top: var(--margin);
    z-index: 1010;
    font-size: 16px;
    font-weight: bold;
}

.producttab .tabs-link .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 140px;
    height: 104px;
    position: relative;
    padding: var(--margin-2) 0 var(--margin-3);
    text-align: right;
    background: var(--box_bg_2);
    font-size: 16px;
    font-weight: normal;
    border-radius: var(--border-radius_1);
    margin-bottom: var(--margin-2);
    color: var(--primary_2);
}

.producttab .tabs-link .nav-link svg.bi {
    width: 3rem;
}

.producttab .tabs-link .nav-link span {
    font-size: var(--text-size-7);
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
    text-align: center;
    line-height: 26px;
}

.tabs-link .nav-link.active {
    background-color: var(--primary_1);
    color: var(--text-color-light-1);
}

.producttab .tabs-link .nav-link:first-child {
    
}

.producttab .tabs-link .nav-link:last-child {

}

.producttab {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

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

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

.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;
    border-radius: var(--border-radius_1);
    border: 6px solid var(--primary_3);
    background: #fff;
}

li.image-additional img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

li.image-additional:last-child:before {
	content: "";
	background: url(/image/catalog/icon/product-gallery/dot3.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	z-index: 9;
	left: 0;
	top: 0;
}

li.image-additional:last-child img {
	filter: blur(5px);
}

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

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

div#thumb-slider {
	margin-top: var(--margin);
}

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

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

/*==================================/* Option Color *\==================================*/
.option-color-item {
    display: flex;
    gap: var(--margin-2);
} 

.product-view .content-product-right .options .form-group.bof div:first-child {
    height: 28px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.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: 45px;
    height: 45px;
    padding: 3px;
    border: var(--border-3);
    border-radius: 100%;
    background: unset;
    overflow: hidden;
}

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

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

/*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-old {
	display: flex;
	gap: 1px;
}
/*==================================/* 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;
}

.Gallery .swiper-wrapper {

}

.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;
}

.product-main-detail .price-new, 
.product-main-detail .price .price-new, 
.product-main-detail .price span.price {
    font-size: var(--h1);
}
/*==================================/* FAQ *\==================================*/
.faq-accordion {
    margin-top: calc(var(--margin) * 1.5);
}

.faq-accordion button {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

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

.faq-accordion .accordion-item {
    margin-bottom: var(--margin);
    border-bottom: var(--border-3);
    padding-bottom: 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: var(--primary_1);
	font-weight: bold;
}

.faq-accordion .faq-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--box_bg_2);
    border-radius: var(--border-radius_2);
    font-size: 30px;
    margin-left: var(--margin);
}

.faq-accordion .faq-question {
	position: relative;
	color: var(--primary_2);
}

/*==================================/* 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) {
	ul.product_brief_attr {
		justify-content: start;
	}

	.product-view .content-product-right .product_brief_attr li {
		width: 30%;
	}
}

@media (max-width: 1199px) {
    .producttab {
        padding: 0 var(--margin);
    }
    
    .product-view .content-product-right .product-organise > * {
        width: calc(50% - var(--margin-2) );
    }
    
    .horizental-price-box {
        flex-direction: column;
        align-items: start;
        gap: var(--margin);
        margin: var(--margin) 0;
    }
	
    #product .option_image .option-name {
        width: 69px;
    }	
}

.button_show_more_less {
    right: 40%;
}

@media (max-width: 991px) {
    .product-product main {
        overflow: hidden; 
    }    
    .relevant > div {
        padding: 0 var(--margin) 0 0;
        margin: 0;
    }
    .product-detail .producttab .product-property-list tr {
        width: 100%;
    }
    
	.footer-contact-left {
		margin-top: 190px;
	}

	.product-gallery {
		width: 100%;
		padding-top: 1rem;
	}

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

	.content-product-left .countdown_box {
		left: 0px;
		top: 15px;
		position: relative;
		margin-bottom: 4rem;
	}

	.content-product-right .title-product ,
    .content-product-right .product-information {
		
	}

	.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;
	}

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

	.countdown_box .countdown_inner {
		width: unset !important;
		text-align: left;
		position: absolute;
		left: 5px;
		top: 0px;
	}
	
	.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 > * {
		width: calc(50% - var(--margin-2));
	}

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

	.related-horizontal {
		padding: 0 !important;
	}

	.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: 0 !important;
		right: 4px;
		left: 0;
		padding: 10px;
		z-index: 99 !important;
		background: var(--primary_1) !important;
		width: 88% !important;
		flex-direction: row;
		display: flex;
		margin: 0px 18px;
		align-items: center;
		border-radius: 2rem 2rem 0 0;
		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;
		line-height: .4;
		color: #ffffff;
	}

	.product-view .content-product-right .product-information {
		width: 100% !important;
		padding: 0 15px;
		border-radius: 0 0 2rem 2rem;
	}

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

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

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

	.Gallery .swiper-slide {
		height: 370px;
        width: 370px !important;
        border-radius: var(--border-radius_1);
        overflow: hidden;
	}


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

	[id^="input-option"] {
		width: 100%;
	}

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

	.product-view .content-product-right .title-product h1 {
		line-height: 30px;
	}

	.product_page_price {

	}

	.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 {
		padding: 2px 7px 2px 8px;
	}

	.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;
	}

	.product-view .content-product-right .cart {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
	}

	.product-view .content-product-right .cart .btn {
        min-width: max-content;
        width: 180px;
        height: 50px;
        gap: 1rem;
        font-size: var(--text-size-7);
        font-weight: bold;
        background-color: var(--primary_1);
	}

	.product-view .content-product-right .cart .btn span {
		margin-right: unset;
	}

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

	.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%;
	}

	#debt-amount-slider {
		width: 100%;
		margin-bottom: 3rem;
	}

	.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: #999;
		padding: 1rem;
		border-radius: 2rem;
	}

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

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

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

@media (min-width: 992px) {   
    .product-view .content-product-right .cart .btn {
        display: flex;
        align-items: center;
        gap: var(--margin-2);
        width: 250px;
        height: 70px;
        background-color: var(--primary_1);
        color: #ffffff;
        border-radius: var(--border-radius_1);
        border: none;
        padding: 1.5rem 3rem 1.5rem 1.5rem;
        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;
    }
    .faq-accordion .accordion-body {
    	padding: var(--margin) 66px 0;
    	color: var(--text-color-dark-1);
    }    
    .product-tab-wrapper {
        display: flex;
        padding: calc(var(--margin) * 2.5) 0;
    }
    .general_description {
        font-size: var(--text-size-7);
        margin-top: 30px !important;
    }    
    .product-view .content-product-right .product-organise {
    	font-size: 1.3rem;
    	display: flex;
    	flex-wrap: wrap;
    	align-items: center;
    	padding-top: 0;
    }     
    .product-product main {
        padding: 0;    
    }    
    .main-detail-wrwpper {
        display: flex;
        width: 100%;
        height: calc(100% - 30px);
    }  
    
    .product-detail .producttab ul.facilities {
        display: flex;
        flex-wrap: wrap;
        margin-top: 6rem;
        gap: 2rem 0;
    }
	
    .product-product .product-detail > * {
        max-width: 1340px;
        margin: 0 auto;
    }	

    .content-product-wrapper{
        margin: auto;
        padding: 0;
        width: 1340px;
    }

	.product-view .content-product-mainheader {
        display: flex;
        line-height: 34px;
        background-color: var(--box_bg_2);
        padding: 3rem var(--margin) 0;
        width: 100%;
        max-width: 100%;
	}

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

	.Gallery .swiper-slide img {
        width: 100%;
        height: 478px;
        background: var(--box_bg_0);
        object-fit: cover;
        border: var(--border-1);
        border-radius: var(--border-radius_1);
        z-index: 100;
        padding: 5rem;
	}
	
	.Gallery .swiper-slide {
	    position: relative;
	}
	
	.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: 6px;
        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;
        display: flex;
        align-items: center;
        justify-content: 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 {
    
}
.gallery-modal .product-gallery-thumbs {
    overflow-y: auto;
    padding-left: 0;
    padding-right: var(--margin);
    height: 63vh;
    direction: ltr;
}
.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: 6px solid var(--border_color_1);
    border-radius: var(--border-radius_3);
}

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

.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;
}

.product-detail .producttab .date-event ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.date-event li {
    border-right: 5px solid var(--primary_1);
    margin-bottom: 14px;
    padding: 0.8rem;
    line-height: 26px;
}

.date-event li:nth-child(odd) {
    background: #e7f0fe;
}

.date-event li:last-child {
    margin: 0;
}

.date-event .date-time {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.date-event .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 4px;
    color: #14435e;
}

.date-event .date-time .date {
    font-size: 10px;
}

.product-category a {
    color: var(--text-color-light-0);
    font-size: var(--text-size-9);
    background: var(--primary_2);
    border-radius: var(--border-radius_1);
    padding: var(--margin-3) var(--margin-1);
    min-height: 40px;
    display: flex;
    align-items: center;
}

.tag-box a {
    line-height: 2;
    display: inline-block;
    background: none;
    border: none;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    background: #048ed124;
    border-radius: var(--border-radius_2);
    padding: 0 20px 0 10px;
    color: #117bb9;
    position: relative;
}

.tag-box a:before{
    background: #048ed1;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    right: 8px;
    position: absolute;
    top: 7px;
    content: '';
}

.project-contact .form-group {
    margin-bottom: var(--margin);
}

.project-contact > div {
    margin-bottom: var(--margin-2);
    display: inline-block;
}
.project-contact textarea {
    height: 70px;
}

.project-contact .btn {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.project-contact .form-group span {
    font-size: 11px;
    color: #f00;
}

.product_supporter {
    text-align: center;
}

.product_supporter img.person {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.product_supporter .expert-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: var(--margin-2);
}

.expert-title {
    font-size: 14px;
    color: #95a0b1;
    line-height: 18px;
    margin-bottom: 3rem;
}
.expert-contact-item {
    display: flex;
    justify-content: center;
    gap: var(--margin);
}

.expert-contact-item svg {
    width: 32px;
    height: 36px;
    color: #000;  
}

.expert-contact-item > a {
    background: #3b82f61f;
    border-radius: 1rem;
    padding: 10px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tab-content .modtitle {
    justify-content: center;
    margin-bottom: var(--margin);
    margin-top: 5px;
}

.special_description_item {
    text-align: justify;
}

.heading-attribute img {
    width: 50px;
    height: 50px;
    background-color: var(--primary_2);
}

.add_to_cart_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--margin);
}

@media (max-width: 991px) {
    .faq-accordion .accordion-body {
    	color: var(--text-color-dark-1);
    	line-height: 30px;
    }    
    .producttab .tabs-link .nav-link span {
        font-size: var(--text-size-9);
    }
    #tab-review {
        padding-top: 2rem;
    }    
    .add_to_cart_wrapper {
        position: fixed;
        bottom: 60px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        gap: var(--margin);
        width: 100%;
        padding: var(--margin);
        border-top: 4px solid var(--border_color_3);
        background: var(--box_bg_0);
        z-index: 1050;
    }    
    .general_description {
        font-size: var(--text-size-7);
        margin-top: 20px !important;
    }
    .product-view .content-product-right .product-organise {
    	font-size: 1.3rem;
    	display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;  
        align-items: center;
    	padding-top: 0; 	
    }     
    .product-tab-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    
    .producttab .tabs-link {
        top: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: var(--margin);
        width: 100%;
        padding: calc(var(--margin) * 1.5) 0 var(--margin);
        background: #fff;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
    }
    .af-ac-attribute_features {
        flex-direction: column;
    }
    .attribute_features {
        width: 100%;
    }
    
    .product-tab-content {
        padding: 0 !important;
    }
    .Gallery {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    
    .product-view .content-product-right .title-product h1 {
        font-size: var(--h2);
        margin: 20px 0;
    }
    .product-view .content-product-right .product-organise > * {
        width: unset;
    }
    
    .gallery-share-link {
        justify-content: center;
        flex-direction: row;
        padding: 0;
    }
    .product-view .content-product-mainheader {
        background-color: var(--box_bg_2);
    }
   .producttab .tabs-link .nav-link {
        flex: 0 0 auto;
        width: 100px;
        height: 80px;
        padding: var(--margin);
        margin: 0;
   }
   .product-detail .producttab ul.facilities {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        gap: calc(var(--margin) * 2);
   }
   .product-detail .producttab ul.facilities li {
       width: max-content;
   }
   .general_description {
       height: fit-content;
       line-height: 30px;
   }
   .content-product-wrapper, .faq-description {
       padding: 15px !important;
   }
   .product-tab-content, .attribute_features{
       padding: 0 !important;
   }
   .product-main-detail {
       padding-left: 0;
   }
   .product-detail .producttab .af-ac-attribute_features ul {
        margin: 15px 30px 15px 0;
        list-style: disc;
   }
   .demonstration {
        flex-direction: column-reverse;
        gap: 15px;
    }
}
.product-model {
    display: none !important;
}
/*---------------------------------|  |------------------------------------*/