/*
/*  10. Responsive
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1224px){
    #menu-wrap {
        left: 20px;
    }
    #wrap {
        width: 640px;
        left: 295px;
    }
    #main {
        width: 250px;
    }
    #wrap.no-sidebar #main {
        width: 570px;
    }
    .slideshow-sc {
        width: 100% !important;
    }
    .flexslider .slides img {
        display: block;
        max-width: 100%;
    }

    #wrap.has-rightsidebar .woo-shop-bar .woocommerce-result-count, #wrap.has-rightsidebar .woo-shop-bar .woocommerce-ordering {
        float: none;
    }
    #wrap.has-rightsidebar .woo-shop-bar .woocommerce-ordering {
        padding-top: 15px;
    }

 