/* Large devices (desktops, 992px and up)
============================= */

@media (min-width: 992px) {

    .mjn-container-home{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    /* PRODUCT TABS
    ============================= */

    .product-tabs-wrapper .tabs-title{

        text-align: left;
    }

    .product-tabs-wrapper .tabs .tabs-title a{
        font-size: 1em;
    }

    .product-tabs-wrapper .tabs-title span{
        display: inline;
    }

    .product-tabs-wrapper .tabs-title img{
        width: 30px;
    }

    /* PRODUCT GALLERY SECTION
============================= */
    .product-gallery{
        max-height:253px;overflow: hidden;
    }

    .custom-scrollbar {
        /*max-height: 238px;*/
    }
    .entry-summary .product-action-btn{
        min-height: 58px;
    }



    /* CUSTOM SCROLLBAR
============================= */
    .jscrollpane-wrap,
    .jspScrollable,
    .jspContainer
    {
        width: 100% !important;
        height: 253px !important;

    }

    .jscrollpane-wrap .video-wrap{
        padding-right: 5px !important;
    }

    .custom-scrollbar {
        max-height: 258px;
        height: 253px;
        padding: 0 5px 0 0;
        text-align: justify;
        width: 100% !important;
    }

    .jscrollpane-wrap .jspTrack{
        height: 253px;
    }


    .custom-scrollbar video {
        width:100%;
    }

    .custom-scrollbar .product-description{
        padding-right: 5px;
    }

    /* FOOTER
    ============================= */
    .home-footer .copyright-text{
        text-align: right;
    }

    .marjan-product-cell .woocommerce-loop-product__title{

       

    }

}
/* END Large devices (desktops, 992px and up)
============================= */
