
    @media (min-width: 1200px) {.container{max-width:1270px}}
    body.boxed .body, body.boxed .vc_row-no-padding{max-width:1300px!important}

        @media screen and (max-width: 992px){
            .standalone-mobile--header{
                display: block
            }
            .global-site--header:not(.replicated-mobile--header), .standalone-sticky--header{
                display: none
            }
            .sticky-wrapper{
                height: auto!important
            }
        }
    .content{min-height:600px}.page-banner-title{display:none!important;}.single-product .page-banner-title{display:none!important;}.page-banner-title > .container{justify-content: center; flex-direction: column; text-align: center}
/*========== User Custom CSS Styles ==========*/
body .page-banner-title h1{
    margin-top: 100px
}
body,.body{
    overflow-x: hidden;
}
.woocommerce-loop-product__title {
    font-size: 16px;
    text-transform: none;
}

/* ----------------------------- */
/* DESKTOP (≥ 992px) */
/* ----------------------------- */
@media (min-width: 992px) {

    .woocommerce div.product div.images {
        width: 24% !important;
        float: left;
    }

    .woocommerce div.product div.summary {
        width: 68% !important;
        float: right;
        clear: none;
    }

}

/* ----------------------------- */
/* TABLET (768px–991px) */
/* ----------------------------- */
@media (min-width: 768px) and (max-width: 991px) {

    .woocommerce div.product div.images {
        width: 40% !important;
        float: left;
    }

    .woocommerce div.product div.summary {
        width: 58% !important;
        float: right;
        clear: none;
    }

}

/* ----------------------------- */
/* MOBILE (≤ 767px) */
/* ----------------------------- */
@media (max-width: 767px) {

    .woocommerce div.product div.images,
    .woocommerce div.product div.summary {
        width: 100% !important;
        float: none;
        clear: both;
    }

}

/* Font-display fix for PageSpeed */

/* Visual Composer vc_material.ttf */
@font-face {
    font-family: 'vc_material';
    src: url('/wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.ttf?1qpt95') format('truetype');
    font-display: swap;
}

/* Veneno IMI Icons */
@font-face {
    font-family: 'imi-icons';
    src: url('/wp-content/themes/veneno/assets/css/imi-icons/fonts/imi-icons.woff2') format('woff2');
    font-display: swap;
}

/* Veneno Theme Icons */
@font-face {
    font-family: 'theme-icons';
    src: url('/wp-content/themes/veneno/assets/css/theme-icons/fonts/theme-icons.woff2') format('woff2');
    font-display: swap;
}

/* FontAwesome Solid */
@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('/wp-content/plugins/js_composer/assets/lib/vendor/node_modules/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
    font-weight: 900;
}


@media screen and (min-width: 993px) {
  .single-product .related.products ul.products li.product, .single-product .related.products ul.products li.product
  {
    width: 35% !important;
  }
}