/* User dropdown css */

/* .qty-btn {
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 12px;
    font-weight: normal;
}

.qty-input {
    text-align: center;
    width: 45px;
    height: 35px;
    border: 1px solid #dee2e6 !important;
} */

#userDropdown {
    &::after {
        display: none;
    }
}

.user-header-dropdown .dropdown-menu li a {
    font-size: 0.875rem;
    font-weight: normal;
    min-width: 10rem;
    margin-bottom: 3px;
}

@media only screen and (max-width: 767px) {
    .myaccount-tab-trigger {
        padding: 10px 10px 5px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .myaccount-tab-trigger {
        padding: 0px 0px 0px;
    }
}

.myaccount-tab-trigger a {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding: 13px 30px 12px;
    text-transform: capitalize;
    float: left;
    margin: 0 3px 0 3px;
    color: black !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .myaccount-tab-trigger a {
        padding: 10px 15px 9px;
    }
}

@media only screen and (max-width: 767px) {
    .myaccount-tab-trigger a {
        padding: 4px 6px;
        font-size: 14px;
        margin: 0 2px 3px 2px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .myaccount-tab-trigger a {
        font-size: 13px;
        margin: 0 2px 0px 2px;
    }
}

.myaccount-tab-trigger a:hover,
.myaccount-tab-trigger a.active {
    background-color: #fc4f4f;
    border-color: #fc4f4f;
    color: #ffffff !important;
}

/* Second Css */

/* .quickview-slider-active {
    position: relative;
    overflow: hidden;
}

.quickview-slider-active img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-details-content {
    padding: 20px;
} */

.cs-modal .modal-header{
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #dee2e6!important;
}
.cs-modal .modal-dialog .modal-content .modal-header{
    padding: 10px 20px!important;
    right: 0!important;
}
.cs-modal .modal-dialog .modal-content .modal-body{
    padding: 30px 20px!important;
}

.product-slider-button-prev{
    color: #000;
    display: inline-block;
    font-size: 24px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #e1e2e2;
    background-color: #ffffff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 100%;
}

.product-slider-button-nxt{
    color: #000;
    display: inline-block;
    font-size: 24px;
    right: 20px;
    left: auto;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: 1px solid #e1e2e2;
    background-color: #ffffff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 100%;
}
.product-slider-button-nxt:hover,.product-slider-button-prev:hover{
    color: #fc4f4f;
}

.product-gallery-image-wrapper{
    min-height: 550px;
}

@media only screen and (min-width: 767px) {
    .product-gallery-image-wrapper{
        min-height: 700px;
    }
}

.pr-add-to-cart-btn{
    font-size: 14px;
    border:none;
}

.pr-add-to-cart-btn:hover{
    transition: all 0.3s ease 0s;
    background-color: #fc4f4f;
}


/* Color Variants css */

.variant-radio {
    margin: 0;
}
.variant-radio .form-check-input {
    display: none;
}
.variant-radio .form-check-label {
    padding: 8px 16px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.variant-radio .form-check-input:checked + .form-check-label {
    background-color: #212529;
    color: white;
    border-color: #212529;
}
.variant-radio .form-check-label:hover {
    border-color: #212529;
}
