@media (min-width: 992px) {
    #quickview-modal .modal-lg {
        max-width: 1070px !important;
    }
}

#quickview-modal .modal-body button.close {
    position: absolute;
    right: 35px;
    width: 30px;
    z-index: 1060;
    color: #c69c6d;
    opacity: 0.5;
    font-size: 30px;
    border: none;
}

#prodDescription ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#prodDescription ul li {
    list-style: inside;
}

#qv.modal-content {
    border:0 none;
    border-radius: 10px;
}

.close {
    font-size:30px;
}

.dismiss {
    margin-top: -2px;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

button.dismiss{
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

#quickview-modal .modal-header{
    border: 0 none;
    height: 0;
    padding: 0;
    position: absolute;
    right: 0;
    border-bottom: none;
}
#quickview-modal .modal-body button.close{
    position: absolute;
    right: 35px;
    width: 30px;
    z-index: 1060;
    color: #c69c6d;
    opacity: 0.5;
    font-size: 30px;
}

#popup-view-wrapper {
    background: #fff;
    margin: 0 auto;
    min-height: 500px;
    position: relative;
    border-radius: 6px;
}
#popup-view-wrapper .popup-heading {
    text-align: left;
    background-color: #f2f6f9;
    color: #1c1c1c;
    font-size: 21px;
    border-bottom: 1px solid #dfe4eb;
    padding: 0 25px 0 25px;
    position: relative;
    min-height: 52px;
    line-height: 52px;
    overflow: hidden;
}

#popup-view-wrapper .popup-footer {
    padding: 17px 25px 17px 25px;
    border-top: 1px solid #dfe4eb;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
#popup-view-wrapper .popup-footer button {
    height: 32px;
    line-height: 30px;
    color: #000;
    padding: 0 25px;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #c5cdd8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background: #f2f6f9;
    border-radius: 2px;
    outline: none;
    text-align: center;
}
#popup-view-wrapper .popup-footer button:hover {
    box-shadow: 0 0px 1px rgba(0, 0, 0, .1);
}
#popup-view-wrapper .popup-footer a {
    float: right;
    border: 1px solid #f06b10;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #ff8001;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    padding: 0 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
}
#popup-view-wrapper .popup-footer #popup-checkout-none {
    opacity: 0.5;
    background: #F64747;
    border: 1px solid #D64541;
}
#popup-view-wrapper .popup-footer #popup-checkout-none:hover {
    background: #F64747;
    cursor: not-allowed;
}
#popup-view-wrapper .popup-footer a:hover {
    background: #ff9601;
}
