.h-quickview-modal {
    background-color: #fff;
    padding: 20px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: 12;
    max-width: 1100px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 10px;
    overflow-y: auto;
}

@media (max-width:1200px) {
    .h-quickview-modal {
        max-width: 90vw;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        max-height: 80vh
    }
}

@media (min-width:310px) and (max-width:767px) {
    .h-quickview-modal {
        width: 300px;
        height: auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden
    }
}

.h-quickview-modal .main-list li {
    border: 1px solid #eee;
    box-sizing: border-box
}

.h-quickview-modal .images-carousel__list li {
    border: 1px solid #eee;
    margin: 0 5px;
    width: auto!important
}

.modal-grow {
    -webkit-animation: show .5s;
    animation: show .5s
}

@-webkit-keyframes show {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes show {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.h-quickview {
    position: relative
}

.h-quickview__close {
    position: absolute;
    background: 0 0;
    border: none;
    box-sizing: content-box;
    padding: 0;
    color: #000;
    font-size: 21px;
    top: 0;
    right: 0;
    height: auto;
    width: auto
}

@media (min-width:310px) and (max-width:767px) {
    .h-quickview__close {
        z-index: 3
    }
}

.h-quickview__icon {
    width: 25px;
    height: 25px;
    stroke: #fff
}

@media (min-width:310px) and (max-width:767px) {
    .h-quickview__icon {
        stroke: #000
    }
}

.h-quickview__container {
    display: -webkit-box;
    display: flex
}

@media (min-width:310px) and (max-width:767px) {
    .h-quickview__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.h-quickview__images {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

@media (min-width:310px) and (max-width:767px) {
    .h-quickview__images {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
}

.h-quickview__images .main-image {
    max-height: 550px;
    margin-bottom: 30px;
    height: 550px
}

.h-quickview__images .main-image img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 550px
}

@media (max-width:1200px) {
    .h-quickview__images .main-image {
        height: auto
    }
    .h-quickview__images .main-image img {
        height: auto
    }
}

.h-quickview__content {
    -webkit-box-flex: 0;
    flex: 0 0 40%;
    padding-left: 20px;
    box-sizing: border-box;
    max-width: 40%
}

@media (min-width:310px) and (max-width:767px) {
    .h-quickview__content {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        overflow-y: hidden;
        max-height: initial;
        margin-bottom: 15px
    }
}

.h-quickview__title {
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #232323
}

.h-quickview__price-container {
    display: -webkit-box;
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px
}

.h-quickview__price-container span {
    color: #000;
    font-weight: 500;
    font-size: 20px
}

.h-quickview__price {
    font-size: 20px;
    color: #000;
    margin-right: 5px
}

.h-quickview__description {
    text-align: left;
    line-height: 26px;
    color: var(--text-color);
    margin-bottom: 10px;
    letter-spacing: .1px;
    font-weight: 500;
    font-size: 14px;
    max-height: 530px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.h-quickview__description table {
    display: block;
    float: none;
    max-width: 100%;
    overflow-x: auto;
    width: auto!important;
    height: auto!important;
    border-collapse: collapse;
}

.h-quickview__description table th,
.h-quickview__description table td {
    border: 1px solid #000;
    padding: 5px;
}

@media (min-width:310px) and (max-width:767px) {
    .h-quickview__description {
        max-height: initial
    }
}

.h-quickview__description img {
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    height: auto!important;
}

.h-quickview__description iframe {
    max-width: 100%
}

.h-quickview__link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--button-text);
    border-color: var(--main-color);
    background-color: var(--main-color);
    opacity: 1;
    font-weight: 500;
    pointer-events: unset;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 9px 18px 9px;
    line-height: 30px;
    width: 100%;
    border-radius: 10px;
    max-width: 200px;
}

.h-quickview__link:hover {
    background-color: #000;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.h-quickview__mini {
    display: -webkit-box!important;
    display: flex!important;
    -webkit-box-pack: center;
    justify-content: center
}

.slick-track {
    display: flex;
}

.slick-list {
    width: 100%;
}