﻿.btn-quick-view a svg {
    color: #fff;
}
/* quickview modal */
#quickview .mfp-close {
    display: none;
}
#quickview .modal-content {
    border-radius: 0;
}
#quickview .modal-header {
    position: relative;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#quickview .close-modal {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #000;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    font-size: 28px;
    z-index: 999;
    cursor: pointer;
    outline: none;
}
#quickview .modal-body {
    padding: 50px;
}
#quickview .price-value {
    font-size: 26px;
    font-weight: 500;
    color: #000;
    line-height: 1;
}
#quickview .input-group.quantity {
    width: auto;
}
#quickview .picture-thumbs {
    display: inline-flex;
}
#quickview .img-thumbnail {
    width: 100px;
    height: auto;
}
#quickview .qview-info .fas {
    color: #B0120A;
}
#quickview .quantity input {
    max-width: 50px;
    height: 38px;
    text-align: center;
}
#quickview .input-group-addon {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e1e6ea;
    cursor: pointer;
}
#quickview .input-group-addon .ion {
    color: #393f46;
    font-size: 26px;
}
#quickview .add-to-cart-button {
    text-transform: uppercase;
}
#quickview .add-to-cart-button svg,
#quickview .add-to-wishlist svg{
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
#quickview .nav-tabs .nav-link.active {
    color: #25283D;
}
#quickview .nav-tabs .nav-link {
    position: relative;
    color: #5F6D74;
    font-weight: 400;
    border: 0;
    text-transform: uppercase;
}
#quickview .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #212121;
}
@media (max-width: 991px) {
    #quickview .modal-body {
        padding: 15px;
    }
    #quickview .modal-body .add-to-wishlist {
        font-size: 0;
    }
}
@media (min-width: 992px) {
    #quickview .modal-dialog {
        max-width: 900px;
        margin: 6.75rem auto;
    }
}
@media (min-width: 1200px) {
    #quickview .modal-dialog {
        max-width: 1000px;
    }
}