.quick-view-wrapper {
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.quick-view-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 988px;
}

.quick-view-header {
    background: rgb(18, 91, 140);
}

.quick-view-header .fa-times {
    color: white;
    padding: 8px 10px;
    background: #072d46;
    border: 1px solid white;
    transition: background .5s ease 0s;
}

.quick-view-header span {
    color: white;
    font-size: 14px;
    line-height: 32px;
    display: block;
    font-family: "Opensans-bold";
    padding-left: 14px;
}

.quick-view-header a {
    display: inline-block;
    top: -10px;
    position: absolute;
    right: -10px;
}

.quick-view-image h3 {
    color: rgb(18, 91, 140);
    font: 400 28px/35px "opensans-bold", sans-serif;
    margin-top: 0;
}

.quick-view-image {
    width: calc(50% - 4px);
    display: inline-block;
    padding: 15px 18px 24px 36px;
    vertical-align: top;
}

.quick-view-image img {
    max-width: 100%;
}

.quick-view-data {
    display: inline-block;
    width: 50%;
    padding: 15px 36px 24px 18px;
}

.quick-view-header .fa-times:hover {
    background: rgb(135, 171, 60);
}

.quick-view-image img {
    margin: 0 auto;
    display: block;
}

.quick-view-data span {
    font-family: "opensans-bold";
}

.quick-view-data p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 24px;
}

.quick-view-data .qty-cart button {
    background: rgb(239, 130, 36);
    border: 0;
    color: rgb(255, 255, 255);
    padding: 5px 12px;
    text-transform: uppercase;
    transition: background .5s ease 0s;
    font-size: 16px;
    font-family: "opensans-semibold";
    line-height: 28px;
}

.quick-view-data .button-wrapper .compare {
    background: #363737;
    border: 0;
    color: rgb(255, 255, 255);
    padding: 5px 12px;
    position: relative;
    text-transform: uppercase;
    transition: background .5s ease 0s;
    font-size: 16px;
    font-family: "opensans-semibold";
    line-height: 28px;
}

.quick-view-data .button-wrapper .list {
    background: rgb(18, 91, 140);
    border: 0;
    color: rgb(255, 255, 255);
    padding: 5px 12px;
    position: relative;
    text-transform: uppercase;
    transition: background .5s ease 0s;
    font-size: 16px;
    font-family: "opensans-semibold";
    line-height: 28px;
}

.quick-view-data .button-wrapper .info {
    background: #b43c27;
    border: 0;
    color: rgb(255, 255, 255);
    padding: 5px 12px;
    position: relative;
    text-transform: uppercase;
    transition: background .5s ease 0s;
    font-size: 16px;
    font-family: "opensans-semibold";
    line-height: 28px;
}

.quick-view-data .button-wrapper {
    margin-bottom: 10px;
}

.quick-view-data .button-wrapper button {
    margin-bottom: 5px;
}

.quick-view-data .qty-cart .quick-view-qty {
    max-width: 80px;
    padding: 11px 5px 10px;
    margin-right: 5px;
    vertical-align: bottom;
    border: 1px solid #b4b5b5;
}

.quick-view-data .button-wrapper .fa-check {
    color: #b43c27;
    background: white;
    margin-right: 5px;
    font-size: 18px;
}

.quick-view-data .qty-cart button:hover {
    background: rgb(135, 171, 60);
}

.quick-view-data .button-wrapper .compare:hover {
    background: rgb(135, 171, 60);
}

.quick-view-data .button-wrapper .list:hover {
    background: rgb(135, 171, 60);
}

.quick-view-data .button-wrapper .info:hover {
    background: rgb(135, 171, 60);
}

.quick-view-data p:last-of-type {
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    
    .quick-view-content {
        width: 95%;
    }
}

@media screen and (max-width: 700px) {
    
    .quick-view-image {
        width: 100%;
        padding: 15px;
    }
    
    .quick-view-data {
        width: 100%;
        padding: 15px;
    }
    
    .quick-view-content {
        bottom: 20px;
        top: 20px;
        transform: translate(-50%,0);
    }
    
    .quick-view-item {
        overflow-y: scroll;
        height: calc(100% - 32px);
    }
}