/*Quick view css */

.custom_quick_view .modal {
    display: block;
}

.custom_quick_view .modal button.close {
    position: absolute;
    right: -15px;
    top: -15px;
    opacity: 1;
}

/*.custom_quick_view .modal {
    margin-top: 200px;
}*/

/*.quick_view {
    position: absolute;
    top: 10px;
    right: 20px;
    background: #dbe5f2;
    width: 30px;
    height: 30px;
    padding: 5px 5px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}*/

/*.quick_view:hover {
    background: linear-gradient(180deg, #eaf1f8, #c4c9de);
}

.quick_view i {
    font-size: 12px;
    position: relative;
    top: 3px;
    left: 1px;
}

.quick_view span.ts-tooltip.button-tooltip {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: -131px;
    font-size: 12px;
    background: #b02543;
    padding: 6px 10px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
    min-width: 108px;
}

.quick_view span.ts-tooltip.button-tooltip:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: #b02543;
    position: absolute;
    top: -5px;
    right: -9px;
    font-size: 27px;
}

.quick_view:hover span.ts-tooltip.button-tooltip {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}*/

/*Pop up css */

.custom_quick_view .product_title {
    text-align: left;
    padding: 0px;
    font-size: 24px;
    font-weight: 600;
}
.custom_quick_view .price {
    margin-bottom: 0;
}
.custom_compare_view tr>td button {
    color: #000000 !important;
}
.product_image_section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.custom_quick_view .star-rating {
    margin: 0 0 15px;
}

.custom_quick_view .woocommerce-product-details__short-description ul {
    margin: 0px;
    padding: 0px;
}

.custom_quick_view .modal-body {
    box-shadow: 1px 1px 5px #aba8a8;
    border: 0px !important;
    padding: 25px 10px;
}

.custom_quick_view .modal-body .row {
    align-items: center;
}

.custom_quick_view .woocommerce-product-details__short-description ul li {
    list-style: none;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
}

.custom_quick_view span.sku_wrapper {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.custom_quick_view span.posted_in {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.custom_quick_view span.posted_in a {
    font-weight: 500;
}

.custom_quick_view form.cart button.minus,
.custom_quick_view form.cart button.plus {
    float: left;
    background-color: #01213a;
    border-color: #01213a;
    color: #fff !important;
    font-size: 22px;
    line-height: 16px;
    padding: 10px 12px;
    margin: 0;
    border-radius: 0px;
    max-width: 38px;
}

.custom_quick_view form.cart button.minus:hover,
.custom_quick_view form.cart button.plus:hover {
    background-color: #01213a;
    border-color: #01213a;
    color: #fff !important;
}

.custom_quick_view .quantity {
    float: left;
}

.custom_quick_view .quantity input {
    border-radius: 0px;
    text-align: center;
    max-width: 60px;
    padding: 5px;
    height: 40px;
}

.custom_quick_view form.cart a {
    margin-left: 15px;
    font-size: 14px;
    height: 38px;
    line-height: 25px;
    background: #01213a;
    border: 1px solid #01213a;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    padding: 6px 15px;
    border-radius: 4px;
}

.product_image_section {
    border: 1px solid #c4c9de;
    padding: 20px 10px;
}

.custom_quick_view {
    position: fixed;
    inset: 0;
    background: #000000a6;
    z-index: 9999;
}

.custom_compare_view {
    background: #00000094;
    position: fixed;
    inset: 0;
    z-index: 99999;
}
.custom_compare_view .modal-dialog {
    max-width: 100%;
    margin: 7rem 50px;
}
@media(max-width: 1200px) {
    .custom_quick_view .modal {
        padding: 15px;
    }

    .custom_quick_view .modal {
        z-index: 99999;
    }

    .product_list .product-group-button.four-button {
        right: -15px;
    }

    .product_list .prouduct_image_sec {
        width: 30%;
    }

    .product_list .prouduct_content_sec {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {

    .product_list .prouduct_image_sec {
        width: 40%;
    }

    .product_list .prouduct_content_sec {
        width: 60%;
    }

    .product_list li.product {
        margin: 0 0;
        padding: 0;
    }

    .product_list .product_desc {
        margin: 8px 0 0 0;
    }

}


@media(max-width: 767px) {
    .custom_quick_view .product_image_section {
        text-align: center;
    }

    .custom_quick_view .summary.entry-summary {
        text-align: center;
        margin-top: 20px;
    }
    .custom_quick_view .product_title {
        text-align: center;
        padding: 0px;
    }

    .custom_quick_view .star-rating {
        margin: 0 auto 10px;
    }

    .product_list li.product a {
        min-height: 150px;
    }

    .product_list li.product h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .product_list .product_desc p {
        font-size: 14px;
        margin: 0;
    }
    .custom_quick_view .cart a {
        margin: 20px 0 0;
    }
    .custom_quick_view .cart {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

}

@media(max-width: 575px) {
    
    .custom_quick_view .product_title {
        font-size: 18px;
    }

    .custom_quick_view .woocommerce-product-details__short-description ul li {
        font-size: 12px;
        line-height: 22px;
    }

    .custom_quick_view .woocommerce-product-details__short-description p {
        font-size: 12px;
        line-height: 22px;
        margin-top: 15px;
    }
}

@media(max-width: 350px) {
    .custom_quick_view form.cart {
        width: 100%;
    }
}