/*
///////////////////////////////
/// SWIPER
///////////////////////////////
*/

:root {
    --swiper-pagination-bullet-size: 14px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --swiper-pagination-color: #1A1818;
    --swiper-pagination-bullet-inactive-color: #1A1818;
}

.swiper-hero,
.swiper-review {
    --swiper-pagination-bullet-size: 14px;
    --swiper-pagination-bullet-horizontal-gap: 10px;
    --swiper-pagination-color: #ffffff;
    --swiper-pagination-bullet-inactive-color: #ffffff;
}

.swiper:not(.swiper-initialized){
    opacity: 0;
}
.swiper{
    transition: all .15s linear;
}

/* single product */

.swiper-thumbs .swiper-slide-thumb-active .ratio {
    background: var(--bs-white-smoke);
}

/*
///////////////////////////////
/// TABS
///////////////////////////////
*/

#pills-product {
    --bs-nav-link-padding-y: 0;
    --bs-nav-link-padding-x: 0;
    --bs-nav-pills-link-active-bg: transparent;
    --bs-nav-pills-link-active-color: var(--bs-primary);
    --bs-nav-link-color: inherit;
}

#pills-product .nav-link.active{
    text-decoration: underline;
    text-underline-offset: 14px;
    text-decoration-thickness: 3px;
}

/*
////////////////////////////////
/// LINES
////////////////////////////////
*/

.lines-3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    min-height: 3.6em;
}
.lines-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.3em;
    min-height: 2.6em;
}


/*
////////////////////////////////
/// HEADER FIXED ON SCROLL
////////////////////////////////
*/

.fixed-top {
    position: fixed !important;
}



/*
////////////////////////////////
/// MEGAMENU
////////////////////////////////
*/

a[data-bs-toggle="dropdown"]:hover {
    text-decoration: none;
}
.has-megamenu a.show {
    color: var(--bs-primary) !important;
    text-decoration: underline;
    text-underline-offset: 21px;
    text-decoration-thickness: 2px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    
    .navbar .has-megamenu{
        position:static!important;
    }
    .navbar .megamenu{
        left:0;
        right:0; 
        width:100%; 
        margin-top:0;
    }
    
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-wrapper, .navbar.sticky-top .navbar-wrapper{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}
/* ============ mobile view .end// ============ */


.megamenu {
    display: block !important;
    transition: .25s ease;
}
.megamenu.show {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    margin-top: 0px;
}
.megamenu:not(.show) {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    margin-top: -50px;
}


/*
////////////////////////////////
/// TABS
////////////////////////////////
*/

.pills-tab.active{
    color: var(--bs-primary);
}
.pills-tab.active:after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background: var(--bs-primary);
    height: 2px;
}


/*
////////////////////////////////
/// HOVER EFFECTS
////////////////////////////////
*/

.hover-parent:hover .hover-scale {
    transform: scale(1.1);
}

.share-icon{
    background-color: var(--bs-white);
}
.share-icon:hover{
    background-color: var(--bs-primary);
}
.share-icon:hover svg path{
    fill: var(--bs-white);
}

/*
///////////////////////////////
/// TRANSITIONS
///////////////////////////////
*/

.transition-1{
    transition: all .15s linear;
}

/*
///////////////////////////////
/// LINKS
///////////////////////////////
*/

.link-1{
    text-decoration: none;
    color: initial;
}
.link-1:hover{
    text-decoration: underline;
    color: var(--bs-primary);
}



/*
////////////////////////////////
/// CUSTOM QUANTITY
////////////////////////////////
*/

.quantity {
    position: relative;
    width: fit-content;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity input {
    text-align: center;
    width: 100px !important;
    height: 100%;
}
.quantity-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.quantity-button {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    width: 35px;
    text-align: center;
    line-height: 1.5;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}
.woocommerce-cart .quantity-button {
    color: #fff;
}
.woocommerce-cart .quantity-button {
    color: #000;
}
.quantity-button.quantity-up {
    position: absolute;
    right: 0;
}
.quantity-button.quantity-down {
    position: absolute;
    left: 0;
}


/*
////////////////////////////////
/// SWATCHES
////////////////////////////////
*/

.variation-swatch:not(.disabled){
    border: 1px solid var(--bs-charcoal);
}
.variation-swatch:not(.active):not(.disabled){
    color: var(--bs-charcoal);
}
.variation-swatch.active:not(.disabled){
    background-color: var(--bs-charcoal);
    color: var(--bs-white);
}

.variation-swatch.disabled{
    border: 1px solid var(--bs-soft-gray);
    background-color: var(--bs-soft-gray);
    color: var(--bs-silver);
    pointer-events: none;
}


/*
////////////////////////////////
/// CHECKOUT
////////////////////////////////
*/

.d-none-v2 {
    display: none;
}
.woocommerce-invalid input.form-control {
    border-color: red;
}
.woocommerce-validated input.form-control{
    border-color: green;
}
.checkout-inline-error-message {
    display: none;
}

.select2-container .select2-selection--single{
    height: 50px !important;
    border-radius: 25px !important;
}
.select2-selection__rendered{
    padding-left: 20px !important;
    line-height: 48px !important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
    right: 15px !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

/*
////////////////////////////////
/// MY ACCOUNT
////////////////////////////////
*/

.password-input {
	position: relative;
	display: block;
}
.show-password-input {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
}
.show-password-input svg {
	width: 100%;
	height: 100%;
	display: block;
}
/* password reset */
.woocommerce-password-strength {
    font-size: .85em;
}
.woocommerce-password-strength.strong {
    color: var(--bs-primary);
}
.woocommerce-password-strength.short {
    color: var(--bs-danger);
}
.woocommerce-password-strength.bad {
    color: var(--bs-danger);
}
.woocommerce-password-hint {
    color: var(--bs-silver);
}
.woocommerce-password-strength.good {
    color: var(--bs-yellow);
}


/*
///////////////////////////////
/// FILTERS
///////////////////////////////
*/

.accordion {
    --bs-accordion-bg: var(--bs-white-smoke);
    --bs-accordion-active-bg: var(--bs-white-smoke);
    --bs-accordion-active-color: var(--bs-black);
}

.wcapf-single-filter {
    --wcapf-filter-base-bottom-margin: 20px;
}

.wcapf-noui-handle {
    width: 20px !important;
    height: 20px !important;
    border-radius: 25px;
    background-color: #ec411b;
    right: -10px !important;
}
.wcapf-noui-connect {
    background: #ec411b;
}

.wcapf-single-filter.wcapf-number-range-filter.wcapf-price-filter {
    background: var(--bs-white-smoke);
    border-radius: var(--bs-border-radius);
    padding: 1rem 1.25rem;
}