/* ==== Product Details CSS ================ */
.main.item-detail-main {
    /* background-image: url(../images/bg-2.png); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-color: var(--bsc-white);
}
.product-image-zoom {
    display: flex;
    align-items: flex-start;
    box-shadow: 0 0 15px 10px rgba(67, 69, 70, 0.05);
    -webkit-box-shadow: 0 0 15px 10px rgba(67, 69, 70, 0.05);
    border-radius: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.thumb-carousels .carousel-image {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--bsc-lightgrey2);
}
#productCaur {
	margin-bottom: calc(10px + (48 - 10) * ((100vw - 320px) / (1920 - 320)));
}
#productCaur.thumb-carousels .owl-wrapper-outer {
	padding:15px;
}
#productCaur .owl-item {
	max-width: calc(70px + (110 - 70) * ((100vw - 320px) / (1920 - 320)));
}
.id-code span {
    color: var(--bsc-theme1);
    font-weight: bold;
}
.item-pricing-border-dark {
	margin-bottom: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.item-options .item-price {
	font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 700;
	align-items: center;
}
.line-through {
    text-decoration: line-through;
    margin-right: 10px;
    font-size: 80%;
    font-weight: 400;
    color: #666;
}
.short-desc-text {
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 300;
	margin-bottom: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320)));
}
.product-note {
	font-weight: 500;
	font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.item-option-label {
	flex: 0 0 80px;
	max-width: 80px;
	font-weight: 600;
}
.item-radio .pull-left {
	margin-right: calc(14px + (40 - 14) * ((100vw - 320px) / (1920 - 320)));
}
.item-radio .pull-left i {
	font-style: normal;
}
.item-qty, .item-dropdown, .item-text, .item-color {
	display: flex;
	margin-bottom: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
}
.item-color {
	align-items: flex-start;
}
.item-qty span:not(.item-qty span.minus-qty, .item-qty span.plus-qty), .item-dropdown label, .item-text span, .item-text label, .item-color span.item-properties {
    flex: 0 0 80px;
    max-width: 80px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.qty-input {
    border: 1px solid var(--bsc-semilight);
    width: calc(45px + (52 - 45) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 6px;
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    height: calc(32px + (36 - 32) * ((100vw - 320px) / (1920 - 320)));
    border-left: none;
    border-right: none;
    border-radius: 0;
    -webkit-border-radius: 0;
}
.minus-qty, .plus-qty {
    padding: 0 6px;
    border: 1px solid var(--bsc-semilight);
    font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(32px + (36 - 32) * ((100vw - 320px) / (1920 - 320)));
    cursor: pointer;
}
.minus-qty{
     border-top-left-radius: 4px;
     border-bottom-left-radius: 4px;
}
.plus-qty{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ui-tabs .ui-tabs-nav {
    background: transparent;
    border: none;
}
.ui-tabs .ui-tabs-nav li {
    white-space: normal;
}
.ui-tabs .ui-tabs-panel {
    padding: 0;
    padding-bottom: calc(30px + (40 - 30) * ((100vw - 320px) / (1920 - 320)));
}
.tab-details > div {
	font-size: 14px;
}
.tab-details ul {
	list-style: disc;
	padding-left: 18px;
	margin-top: 10px;
}
.item-dropdown select {
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320))) calc(9px + (12 - 9) * ((100vw - 320px) / (1920 - 320)));
    background-position: right calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320))) center;
    padding: calc(6px + (9 - 6) * ((100vw - 320px) / (1920 - 320))) calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
    border-radius: 4px;
    border: solid 1px var(--bsc-semilight);
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 150px;
}
.item-radio[data-dataname="Color"] .pull-left, .item-radio[data-dataname="Size"] .pull-left {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 5px;
    margin-right: 10px;
}
.item-radio[data-dataname="Color"] .pull-left label {
	padding-left: 0;
	height: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320)));
	width: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320)));
	border-radius: 50%;
	margin-right: calc(17px + (20 - 17) * ((100vw - 320px) / (1920 - 320)));
	box-shadow: 0 0 3px rgb(0 0 0 / 25%);
	border: 3px solid var(--bsc-white);
	text-indent: -999px;
	padding-left: 0;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.item-radio[data-dataname="Color"] .pull-left label i {
	text-indent: -9999px;
}
.item-radio[data-dataname="Color"] .pull-left label span {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
}
.item-radio[data-dataname="Color"] .pull-left input:checked ~ label span {
	opacity: 1;
	z-index: 1;
	width: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	height: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	background: #FFF;
	border-color: #000;
}
.item-radio[data-dataname="Color"] .pull-left label[for="Black"], .item-radio[data-dataname="Color"] .pull-left label.BLACK {
	background: black;
}
.item-radio[data-dataname="Color"] .pull-left label[for="Red"], .item-radio[data-dataname="Color"] .pull-left label.RED {
	background: red;
}
.item-radio[data-dataname="Color"] .pull-left label[for="BLU"], .item-radio[data-dataname="Color"] .pull-left label.BLU {
	background: blue;
}
.item-radio[data-dataname="Size"] .pull-left label {
    border: 1px solid var(--bsc-semilight);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: calc(4px + (5 - 4) * ((100vw - 320px) / (1920 - 320))) calc(8px + (15 - 8) * ((100vw - 320px) / (1920 - 320)));
    color: var(--bsc-black2);
    font-size: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    width: calc(36px + (55 - 36) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    cursor: pointer;
    border-radius: 4px;
}
.item-radio[data-dataname="Size"] .pull-left input:checked ~ label {
    border-color: var(--bsc-theme1);
}
.item-radio[data-dataname="Size"] .pull-left label span {
    background: var(--bsc-white);
}
.item-radio[data-dataname="Size"] .pull-left input, .item-radio[data-dataname="Size"] .pull-left label span {
    width: 100%;
    border-radius: 0 !important;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    border: none;
}
.item-radio[data-dataname="Size"] .pull-left input:checked ~  label i {
	color: #FFF;
}
.item-radio[data-dataname="Size"] .pull-left input:checked ~  label span {
	opacity: 1;
	background: var(--bsc-theme1);
	border-color: var(--bsc-theme1);
}
.productTable thead {
	background: var(--bsc-theme2);
	color: #FFF;
}
.productTable thead th {
	border-color: var(--bsc-black2);
}
.productTable thead tr {
	border-color: var(--bsc-black2);
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	--bs-table-accent-bg: var(--bsc-white);
}
.vLabel {
	font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
	font-weight: 600;
	vertical-align: middle;
}
.ui-tabs-list {
	display: none;
}
.color-swatch {
	float: none !important;
	margin-left: 0 !important;
	margin-right: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
	height: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320))) !important;
	width: calc(28px + (32 - 28) * ((100vw - 320px) / (1920 - 320))) !important;
	border-radius: 50%;
	box-shadow: 0 0 3px rgb(0 0 0 / 25%);
	border: 3px solid var(--bsc-white) !important;
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
}
.color-swatch.selected::after {
	position: absolute;
	content: '';
	width: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	background: #FFF;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
	border-radius: 50%;
	margin: auto;
	border: solid 1px #000;
}
#image-back, #image-form {
    z-index: 102 !important;
    position: fixed !important;
    top: 50% !important;
    transform: translateY(-50%);
}
.preview{
	position: relative;
}
.large-view-btn {
    color: #000;
    font-weight: 500;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    bottom: 2px;
    position: absolute;
    right: 12px;
    font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
    width: auto;
    display: inline-block;
}
.large-view-btn:hover, .large-view-btn:focus {
	color: var(--bsc-theme1);
}
.item-detail-wrapper .owl-item{
	width: 100%!important;
}
.item-detail-wrapper .owl-wrapper{
	
	width: 100%!important;
}
.category-detail #productCaur.thumb-carousels .owl-wrapper-outer {
     padding: 0px; 
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 5s;

}
/* ==== Product Details CSS ================ */
.text-right-custom {
    text-align: right;
}
.reviews.user-reviews .feedbacks {
    background-color: var(--bsc-white);
    margin-bottom: calc(15px + (30 - 15) * ((100vw - 320px) / (1920 - 320)));
    box-shadow: 0 0 15px 10px rgba(67, 69, 70, 0.05);
    border-radius: 10px;
    padding: calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)))  calc(15px + (20 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.ratings {
    margin-bottom: calc(8px + (12 - 8) * ((100vw - 320px) / (1920 - 320)));
}
.ratings i {
    color: var(--bsc-lightgrey2);
	font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
}
.ratings i.reating {
    color: #F5CE3E;
}
h3.feedback-ttl {
    font-size: calc(18px + (24 - 18) * ((100vw - 320px) / (1920 - 320)));
    line-height: 1;
    margin-bottom: calc(6px + (10 - 6) * ((100vw - 320px) / (1920 - 320)));
}
.feedbacks p{
	margin-bottom: 0;
}
.call-pricing {
    font-size: 12px;
    margin-top: 5px;
}
.feedback-by {
    font-size: 13px;
    color: var(--bsc-grey);
    margin-top: 6px;
}
.attribute-radio-fields{
	align-items: center;
}
a.disabled {
	pointer-events: none;
	cursor: not-allowed;
}
.productTable td span.price {display:none;}
.productTable td span input[type=text] {display:none;}
textarea{height:auto!important;}
#close-button {
    box-shadow: none;
    border: none;
}


#review ul.breadcrumb-main li {
	margin-right: 6px;
}
#review ul.breadcrumb-main li span {
	display: inline-block;
	padding-right: 6px;
}
.review-rating i.reating {
	color: #F5CE3E;
}
.review-rating i {
	color: #D9D9D9;
}
.warning {
    color: var(--bsc-red);
    font-weight: 500;
    margin-top: 0px;
    font-size: 12px;
}	
.heding-lable {
	display: block;
	margin-bottom: 8px;
	color: var(--bsc-theme2);
	font-weight: 700;
	font-size: inherit;
}
.review-rating label.star-outer {
	padding-left: 24px;
}
#tabs a {
    text-decoration: underline;
    font-weight: 600;
    color: var(--bsc-theme2);
}
textarea {
	background-color: var(--bsc-white);
}


/*------- Media Queries ---------------------------------------- */

/* Start min-width:992px */
@media (min-width:992px){
.details.item-display-equal {
	padding-left: 50px;
	z-index:9;
}
}
/* End min-width:992px */

/* Start min-width:1921px */
@media (min-width: 1921px){
.thumb-swiper-wrapper{
            height: 650px;
        }
#productCaur {
	margin-bottom: 48px;
}
#productCaur .owl-item {
	max-width: 110px;
}
.item-pricing-border-dark {
	margin-bottom: 32px;
}
.item-options .item-price {
	font-size: 24px;
}
.short-desc-text {
	font-size: 14px;
	margin-bottom: 32px;
}
.product-note {
	font-size: 14px;
}
.item-radio .pull-left {
	margin-right: 40px;
}
.item-qty, .item-dropdown, .item-text, .item-color {
	margin-bottom: 20px;
}
.qty-input {
	width: 52px;
	font-size: 14px;
	height: 36px;
}
.minus-qty, .plus-qty {
	font-size: 14px;
	height: 36px;
}
.ui-tabs .ui-tabs-panel {
	padding-bottom: 40px;
}
.item-dropdown select {
	background-size: 16px 12px;
	background-position: right 10px center;
	padding: 9px 12px;
}
.item-radio[data-dataname="Color"] .pull-left label {
	height: 32px;
	width: 32px;
	margin-right: 20px;
}
.item-radio[data-dataname="Color"] .pull-left input:checked ~ label span {
	width: 14px;
	height: 14px;
}
.item-radio[data-dataname="Size"] .pull-left label {
	padding: 5px 15px;
	margin-right: 10px;
	font-size: 15px;
	width: 55px;
}
.item-radio[data-dataname="Size"] .pull-left label {
	padding: 6px 16px;
	font-size: 15px;
}
.vLabel {
	font-size: 15px;
}
.color-swatch {
	margin-right: 24px;
	height: 32px !important;
	width: 32px !important;
}
.color-swatch.selected::after {
	width: 14px;
	height: 14px;
}
.large-view-btn {
	font-size: 24px;
}
.reviews.user-reviews .feedbacks {
	padding: 20px;
}
.ratings {
	margin-bottom: 12px;
}
.ratings i {
	font-size: 23px;
}
h3.feedback-ttl {
	font-size: 24px;
	margin-bottom: 10px;
}

}
/* End min-width:1921px */

/* Start max-width:1199px */
@media (max-width:1199px){
.large-view-btn svg {
	width: 18px;
	height: 18px;
}
.item-qty span:not(.item-qty span.minus-qty, .item-qty span.plus-qty), .item-dropdown label, .item-text span, .item-text label, .item-color span.item-properties, .item-option-label {
    flex: 0 0 100%;
    max-width: 100%;
}
.item-qty, .item-dropdown, .item-text, .item-color {
	flex-wrap: wrap;
}


}
/* End max-width:1199px */


/* Start max-width:991px */
@media (max-width:991px){
.item-radio[data-dataname="Size"] .pull-left label {
	min-width: 40px;
	min-height: 35px;
}
.thumb-carousels .carousel-image {
    margin-right: 6px;
}
#productCaur {
    margin-bottom: 10px;
}
.preview{position: relative;}
.preview-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}



}
/* End max-width:991px */
@media (max-width: 767.98px){
        .thumb-swiper-wrapper{
            height:auto!important;
            width: 100%;
        }
        .thumb-swiper{
            height:auto!important;
            width: 100%;
        }
        .thumb-swiper-wrapper .swiper-button-prev,.thumb-swiper-wrapper .swiper-button-next {
            position: absolute !important; 
            background: #eee;
            cursor: pointer;
        }
        .thumb-swiper-wrapper .swiper-button-prev.custom-nav{
            left: -15px;
        }
        .thumb-swiper-wrapper .swiper-button-next.custom-nav{
            right: -15px;
        }
        .thumb-swiper-wrapper .swiper-button-next.swiper-button-disabled,.thumb-swiper-wrapper .swiper-button-prev.swiper-button-disabled{
            opacity: .75;
        }
        .item-detail-wrapper .pe-0{
            padding-right: calc(var(--bs-gutter-x) * .5)!important;
        }
    }
/* Start max-width:767px */
@media screen and (max-width: 767px) {
	p.info_needed.text-end {
		 text-align: left !important;
	 }
	 .control, .item-radio .pull-left {
	   margin-bottom: 8px;
	 }
	
}
/* End max-width:767px */

.custom-nav {
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            font-size: 20px;
            cursor: pointer;
            user-select: none;
            color: black;
        }
        
        .slider-images img{
            display: inline-block;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid var(--bsc-lightgrey2);
        }
        
        .thumb-swiper-wrapper {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 70px;         /* Adjust as needed */
          height: 670px;        /* Adjust as needed */
          gap: 15px;
        }

        .thumb-swiper {
          width: 100%;
          flex-grow: 1;
        }

        .swiper-button-prev,
        .swiper-button-next {
            position: static !important;
            background: #eee;
            cursor: pointer;
            background: none;
        }
        .swiper-button-prev::after {
            content: '';
        }

        .swiper-button-next::after {
            content: '';
        }


/*------- Media Queries ---------------------------------------- */