    /*
Theme Name: SKWshop
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.1
*/
    /*************** ADD CUSTOM CSS HERE.   ***************/
    
    .excerpt-wrap {
        margin-bottom: 20px;
    }
    
    span.price-on-request {
        font-weight: bold;
    }
    /* li.cat-item.cat-item-203 */
    
    li.cat-item.cat-item-203 {
        display: none
    }
    
    .has-equal-box-heights .box-image img {
        bottom: 0;
        font-family: "object-fit: contain;";
        height: 100%;
        left: 0;
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: 50% 0%;
        object-position: 50% 0%;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
    }
    
    @media screen and (min-width: 550px) {
        .products .box-vertical .box-image {
            min-width: 500px !important;
            width: 500px !important;
        }
    }
    
    .has-equal-box-heights .box-image {
        padding-top: 0%!important;
    }
    
    .icon-box-text p {
        margin: 0;
    }
    
    .icon-box-text p span.end {
        float: right;
    }
    
    @media only screen and (max-width: 48em) {
        /*************** ADD MOBILE ONLY CSS HERE  ***************/
    }