.product-modal-wrapper {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.product-modal {
    display: none;
}

.product-modal-wrapper.show,
.product-modal.show,
.product-modal.show .close-modal {
    display: block;
}

.product-modal-wrapper {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

.product-modal-wrapper .product-modal {
    position: relative;
    background-color: #fefefe;
    margin: 10vh auto;
    padding: 69px 70px;
    border: 1px solid #888;
    border-radius: 4px;
    transition: all 2s ease;
    width: 80%;
    height: 81%;
    /*max-width: 1079px;
    max-height: 505px;*/
    max-width: 790px;
    max-height: 440px;
}

.product-modal-wrapper .product-modal .close-modal {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    color: #999999;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
}

.product-modal-wrapper .product-modal .loader {
    display: block;
    width: 100px;
    margin: 15% auto;
}

.product-modal-wrapper .product-modal .modal-body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.product-modal-wrapper .product-modal .modal-body .row {
    padding-bottom: 0;
}

.product-modal-wrapper .product-modal .modal-body .row .col {
    /*padding: 20px;*/
}

.product-modal-wrapper .product-modal .modal-body .left-section {
    max-width: 300px;
    margin-right: 48px;
}

.product-modal-wrapper .product-modal .modal-body .left-section .product-thumb-wrapper {
    border: 1px solid #cdcdcd;
    text-align: center;
    height: 300px;
    width: 300px;
    padding: 10px;
    white-space: nowrap;
}
.product-modal-wrapper .product-modal .modal-body .left-section .product-thumb-wrapper .product-thumb-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product-modal-wrapper .product-modal .modal-body .left-section .product-thumb-wrapper .product-thumb-img {
    vertical-align: middle;
    margin-bottom: 0;
    max-height: 280px;
    max-width: 280px;
}

.product-modal .product-image-slider-wrapper {
    height: 105px !important;
    width: 70%;
    margin: 0 auto;
}
.product-modal .product-image-slider-wrapper .product-image-slider {
    height: 105px !important;
}
.product-modal .product-image-slider-wrapper .product-image-slider .slick-list,
.product-modal .product-image-slider-wrapper .product-image-slider .slick-list .slick-track,
.product-modal .product-image-slider-wrapper .product-image-slider .slick-list .slick-track .slick-slide,
.product-modal .product-image-slider-wrapper .product-image-slider .slick-list .slick-track .slick-slide > div,
.product-modal .product-image-slider-wrapper .product-image-slider .slick-list .slick-track .slick-slide img {
    height: 100%;
}
.product-modal .product-image-slider-wrapper .product-image-slider .slick-list .slick-track .slick-slide{
    background-color: #EFEFEF;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.product-modal .product-image-slider-wrapper .product-image-slider .slick-prev,
.product-modal .product-image-slider-wrapper .product-image-slider .slick-next {
    top: 45%;
    height: 30px;
}
.product-modal .product-image-slider-wrapper .product-image-slider .slick-prev i,
.product-modal .product-image-slider-wrapper .product-image-slider .slick-next i {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    color: #ee696e;
    background-color: transparent;
}
.product-modal .product-image-slider-wrapper .product-image-slider .slick-prev::before,
.product-modal .product-image-slider-wrapper .product-image-slider .slick-next::before {
    color: #ee696e;
    content: '';
    display: none;
}

.product-modal-wrapper .product-modal .modal-body .right-section {
    width: calc(100% - 350px);
    min-height: 300px;
}
.product-modal-wrapper .product-modal .modal-body .right-section .product-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.product-modal-wrapper .product-modal .modal-body .right-section .desc-title {
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    color: #333333;
	text-transform: uppercase;
}
.product-modal-wrapper .product-modal .modal-body .right-section .desc-text {
    font-family: Raleway;
    font-size: 13px;
    max-height: 144px;
    overflow: auto;
    margin-bottom: 10px;
}
.product-modal-wrapper .product-modal .modal-body .right-section .product-details-btn {
    font-family: Arial;
    font-size: 13px;
    line-height: 16px;
    color: #f7941e;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #f7941e;
    position: absolute;
    bottom: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-stretch: condensed;
    font-weight: bold;
}

.product-modal .product-modal-tabbed > ul {
    margin-bottom: 5px !important;
}

.product-modal .product-modal-tabbed > ul li a,
.product-modal .tabbed > ul li a {
    font-size: 16px !important;
}

.product-modal .product-modal-tabbed .product-modal-tab .wpb_content_element {
    background-color: #fafafa;
    max-height: 250px;
    padding: 10px;
    overflow: auto;
}

.product-modal-wrapper .product-modal .product-details-button {
    font-size: 16px;
    line-height: 20px;
    background-color: #ee696e;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    display: inline-block;
}

@media (min-width: 450px) and (max-width: 1000px) {
    .product-modal .modal-body .left-section,
    .product-modal .modal-body .right-section {
        width: 49.0%;
    }
}
@media (min-width: 0px) and (max-width: 1024px) {
    .product-modal .modal-body .left-section {
        margin-bottom: 0;
    }
    .product-modal .modal-body .left-section .product-thumb-wrapper .product-thumb-img {
        max-height: 190px !important;
    }
    .product-modal .product-image-slider-wrapper,
    .product-modal .product-image-slider-wrapper .product-image-slider {
        height: 70px !important;
    }
    .product-modal .product-modal-tabbed .product-modal-tab .wpb_content_element {
        max-height: 200px;
    }
    .product-modal-wrapper .product-modal .modal-body .right-section .product-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .product-modal-wrapper .product-modal .product-details-button {
        font-size: 14px;
        padding: 8px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 812px) {
    .product-modal-wrapper .product-modal {
        padding: 20px 10px 10px;
        max-height: 360px;
        height: 90%;
        margin: 5% auto;
    }
    .product-modal-wrapper .product-modal .modal-body .row .col {
        padding: 10px;
    }
    .product-modal-wrapper .product-modal .close-modal {
        top: 0px;
        right: 2px;
    }
    .product-modal-wrapper .product-modal .modal-body .left-section {
        margin-right: 2%;
    }
    .product-modal-wrapper .product-modal .modal-body .left-section .product-thumb-wrapper {
        width: 100%;
        height: auto;
    }
    .product-modal-wrapper .product-modal .modal-body .left-section .product-thumb-wrapper .product-thumb-img {
        max-width: 100%;
    }
    .product-modal-wrapper .product-modal .modal-body .right-section {
        width: 49%;
    }
}
@media (min-width: 0px) and (max-width: 568px) {
    .product-modal-wrapper .product-modal {
        margin: 2% auto;
        height: 90%;
        width: 90%;
        max-height: 90% !important;
        padding: 20px 5px 5px !important;
    }
    .product-modal-wrapper .product-modal .modal-body .row .col {
        padding: 15px 10px;
    }
    .product-modal-wrapper .product-modal .close-modal {
        top: 4px;
        right: 4px;
    }
    .product-modal-wrapper .product-modal .modal-body .left-section {
        max-width: 100%;
        margin-right: 0;
    }
    .product-modal-wrapper .product-modal .modal-body .left-section .product-thumb-wrapper {
        width: 100%;
        height: auto;
    }
}
@media only screen and (min-width: 0px) and (max-width: 414px) {
    .product-modal .product-image-slider-wrapper .product-image-slider {
        height: 80px !important;
    }
    .product-modal-wrapper .product-modal .modal-body .right-section {
        width: auto;
    }
}