/* Quick View Modal Styles */
.bazario-quickview-modal .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 9px;
    color: #fff;
    box-shadow: 5px 5px 10px #0002;
    transform: translate(8px, -8px);
    opacity: 1;
}

.bazario-quickview-modal .product-main-details p {
    margin: 0;
    word-spacing: normal;
}

.bazario-quickview-modal .loader {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 20px;
}

.bazario-quickview-modal .error {
    color: red;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.bazario-quickview-modal .product-main-details .img-slider {
    position: relative;
    overflow: hidden;
}
.bazario-quickview-modal .product-main-details .img-slider .top-title {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20;
}
.bazario-quickview-modal .product-main-details .img-slider .top-title .dis-card {
    color: #fff;
    background-color: #1aba1a;
    padding: 5px 15px;
    border-radius: 10px;
    display: inline-block;
}
.bazario-quickview-modal .product-main-details .img-slider .top-title .icons:hover .collapse-icons {
    visibility: visible;
    opacity: 1;
}
.bazario-quickview-modal .product-main-details .img-slider .top-title .icons .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #ebedf3;
    cursor: pointer;
    margin: 5px;
    transition: all 0.3s ease;
}
.bazario-quickview-modal .product-main-details .img-slider .top-title .icons .icon:hover, .bazario-quickview-modal .product-main-details .img-slider .top-title .icons .icon.active {
    background-color: #1aba1a;
    color: #fff;
}
.bazario-quickview-modal .product-main-details .img-slider .top-title .icons .collapse-icons {
    position: absolute;
    top: 45px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}
.bazario-quickview-modal .product-main-details .img-slider .top-title .icons .collapse-icons .icon {
    display: block;
}
.bazario-quickview-modal .product-main-details .img-slider .gallery-top .img {
    height: 350px;
}
.bazario-quickview-modal .product-main-details .img-slider .gallery-top .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bazario-quickview-modal .product-main-details .img-slider .gallery-thumbs {
    position: relative;
    flex-shrink: 0;
}
.bazario-quickview-modal .product-main-details .img-slider .gallery-thumbs .img {
    height: 100%;
    cursor: pointer;
}
.bazario-quickview-modal .product-main-details .img-slider .gallery-thumbs .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.bazario-quickview-modal .product-main-details .info .rating {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #666;
}
.bazario-quickview-modal .product-main-details .info .rating .stars {
    display: flex;
    margin-inline-end: 5px;
}
.bazario-quickview-modal .product-main-details .info .rating .stars i {
    color: #ffa500;
}
.bazario-quickview-modal .product-main-details .info .product_title {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}
.bazario-quickview-modal .product-main-details .info .price {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-end;
    flex-direction: row-reverse;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    del{
        font-size: 18px;
        color: red;
        margin-left: 10px;
    }
    ins{
        text-decoration: none;
    }
}

.bazario-quickview-modal .product-main-details .info .product_title:hover {
    color: #1aba1a;
}
.bazario-quickview-modal .product-main-details .info .meta {
    margin-top: 15px;
}
.bazario-quickview-modal .product-main-details .info .meta .meta-item {
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 15px;
    position: relative;
    margin-inline-end: 5px;
    margin-top: 5px;
    border-radius: 6px;
}
.bazario-quickview-modal .product-main-details .info .meta .meta-item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    opacity: 0.05;
}
.bazario-quickview-modal .product-main-details .info .color-content {
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.bazario-quickview-modal .product-main-details .info .color-content .color-choose .color-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.bazario-quickview-modal .product-main-details .info .color-content .color-choose .color-item * {
    line-height: 1.2;
}
.bazario-quickview-modal .product-main-details .info .color-content .color-choose .color-item .img {
    width: 40%;
    flex-shrink: 0;
    height: 35px;
}
.bazario-quickview-modal .product-main-details .info .color-content .color-choose .form-check {
    margin: 0;
    padding: 0;
}
.bazario-quickview-modal .product-main-details .info .color-content .color-choose .form-check .form-check-input {
    display: none;
}
.bazario-quickview-modal .product-main-details .info .color-content .color-choose .form-check .form-check-input:checked ~ .form-check-label .color-item {
    border-color: #1aba1a;
}
.bazario-quickview-modal .product-main-details .info .color-content .memory-choose .form-check-label {
    padding: 8px 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin: 3px 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}
.bazario-quickview-modal .product-main-details .info .color-content .memory-choose .form-check-label.disable {
    pointer-events: none;
    opacity: 0.5;
}
.bazario-quickview-modal .product-main-details .info .color-content .memory-choose .form-check {
    margin: 0;
    padding: 0;
}
.bazario-quickview-modal .product-main-details .info .color-content .memory-choose .form-check .form-check-input {
    display: none;
}
.bazario-quickview-modal .product-main-details .info .color-content .memory-choose .form-check .form-check-input:checked ~ .form-check-label {
    border-color: #1aba1a;
}
.bazario-quickview-modal .product-main-details .info .gift-card {
    margin-top: 20px;
    background-color: #ecf6ec;
    padding: 15px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.bazario-quickview-modal .product-main-details .info .gift-card .gift-img {
    margin-inline-end: 30px;
    flex-shrink: 0;
    width: 90px;
}
.bazario-quickview-modal .product-main-details .info .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #e2e4eb;
    color: #000;
    margin-inline-end: 10px;
    text-align: center;
}
.bazario-quickview-modal .product-main-details .info .social-icons a:hover {
    background-color: #1aba1a;
    color: #fff;
}
.bazario-quickview-modal .product-main-details .info .qyt-wrapper .fav-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #edeff6;
    border-radius: 50%;
    color: #999;
}
.bazario-quickview-modal .product-main-details .info .qyt-wrapper .fav-btn.active {
    background-color: #1aba1a;
    color: #fff;
}
.bazario-quickview-modal .product-main-details .payment-side .payment-card {
    border-radius: 10px;
    background-color: #edeff6;
    padding: 30px;
    margin-bottom: 10px;
}
.bazario-quickview-modal .product-main-details .payment-side .payment-card .total-price{
    font-size: 12px;
    text-transform: uppercase;
    color: #666;
    margin-bottom: 0.5rem;
}
.bazario-quickview-modal .product-main-details .payment-side .payment-card .price-value{
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}
.bazario-quickview-modal .product-main-details .payment-side .cart-card {
    padding: 20px;
    border-radius: 10px;
}
.bazario-quickview-modal .product-main-details .payment-side .cart-card .prods .prod-card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.bazario-quickview-modal .product-main-details .payment-side .cart-card .prods .prod-card .img {
    width: 70px;
    flex-shrink: 0;
}
.bazario-quickview-modal .product-main-details .payment-side .cart-card .prods .prod-card .cls-btn {
    margin-inline-start: 15px;
    flex-shrink: 0;
}
.bazario-quickview-modal .product-main-details .add-more {
    padding: 14px 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #999 3;
}
.bazario-quickview-modal .product-main-details .add-more .qt {
    min-width: 40px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.bazario-quickview-modal .product-main-details .add-more .qt-minus, .bazario-quickview-modal .product-main-details .add-more .qt-plus {
    cursor: pointer;
}
.bazario-quickview-modal .product-main-details .bazario-custom-add-to-cart {
    width: 100%;
    margin-top: 10px;
    padding: 16px 30px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all 0.2s ease;
    border: none;
    position: relative;
    background: #1aba1a;
    color: #fff;
}
.bazario-quickview-modal .product-main-details .bazario-custom-add-to-cart:hover {
    box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
    transform: translateY(-2px);
}

.bazario-quickview-modal .product-main-details .rating{
    align-items: center;
    display: flex;
    line-height: 1;
    .stars{
        margin-right: .5em;
        margin-bottom: 0;
        float: none ;
        overflow: hidden ;
        position: relative;
        height: 1em;
        line-height: 1;
        font-size: 1em;
        width: 5.3em;
        letter-spacing: 0;
        font-family: star ;
        display: inline-block;
        &::before{
            content: "\73\73\73\73\73";
            color: #666;
            float: left;
            top: 0;
            left: 0;
            position: absolute;
            font-family: unset;
            letter-spacing: 0 ;
            opacity: 1;
        }
        span{
            overflow: hidden;
            float: left;
            top: 0;
            left: 0;
            position: absolute;
            padding-top: 1.5em;
            font-family: unset ;
            &::before{
                color: #fec42d;
                content: "\53\53\53\53\53";
                top: 0;
                position: absolute;
                left: 0;
                letter-spacing: 0;
                font-family: unset;
            }
        }
    }
}
.bazario-quickview-modal .product-main-details .short-description{
    margin: 15px 0;
}
.bazario-quickview-modal .product-main-details .short-description ul{
    list-style-type: none;
    margin: 0;
    font-size: 12px;
    padding: 0px 0px 0px 15px;
}
.bazario-quickview-modal .product-main-details .short-description ul li{
    list-style-type: disc;
    margin-bottom: 0px;
}
.bazario-quickview-modal .product-main-details .tags{
    text-decoration: none;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}
.bazario-quickview-modal .product-main-details .tags a{
    display: inline-block;
    text-decoration: none;
    color: #666;
}
.bazario-quickview-modal .product-main-details .tags .tag-title{
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.25rem;
}
.bazario-quickview-modal .product-main-details .social-share{
    margin-top: 20px;
}
.bazario-quickview-modal .product-main-details .social-share a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e2e4eb;
    color: #000;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    svg{
        width: 14px;
        height: 14px;
    }
}
.bazario-quickview-modal .product-main-details .social-share a:hover {
    background-color: #1aba1a;
    color: #fff;
}
.bazario-quickview-modal .product-main-details .stock{
    font-size: 12px;
    margin-top: 1rem;
    line-height: 1.7;
}
.bazario-quickview-modal .product-main-details .instock{
    i{
        color: #1aba1a;
    }
}
.bazario-quickview-modal .product-main-details .outofstock{
    i{
        color: #F1352B;
    }
}



@media (min-width: 1200px) {
    .bazario-quickview-modal-dialog.modal-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .bazario-quickview-modal-dialog.modal-xl {
        max-width: 1310px;
    }
}