@media only screen and (max-width:599px){.products-grid>li{clear:both;float:none;width:100%}
    .products-grid>li .product-image,.products-grid>li .product-info{float:left;width:50%;text-align:left}
    .products-grid>li .product-info{padding-left:10px}
}

@media only screen and (min-width:599px) {

    .category-cms, .category-image, .category-description {

        margin-bottom: 18px;
        top: 0;
    }




    .category-image .category-description:before {
        height: 160px;

    }
}



@media only screen and (max-width: 767px) {


    .page-products .columns {
        padding-top: 20px;
    }

    .category-image .category-description:before {

        background-color: #429d9d;
    }

    .products-grid .product-image {
        position: relative
    }

    .products-grid .product-info {
        padding-bottom: 0
    }

    .products-grid .product-info .product-sku {
        font-weight: 700;
        display: block;
        font-size: 16px
    }

    .products-grid .product-image .configurable-swatch-list-has {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: #C03;
        background-color: rgba(163, 26, 32, .75);
        color: #FFF;
        font-size: 12px
    }

    .ctc_shortcuts_wrapper {
        margin-bottom: 20px
    }

    ul.ctc_shortcuts_custom li {
        display: inline-block;
        padding: 2px 6px;
        margin: 0 10px 10px 0;
        background-color: #e0e0e0;
        border-radius: 2px
    }

    ul.ctc_shortcuts_custom li a {
        color: inherit
    }

    .custom-grid-subtitle {
        margin: 10px -10px;
        padding: 10px;
        background-color: #E0E0E0
    }

    .custom-grid-subtitle h4 {
        margin-bottom: 0
    }

    .product-view h2 {
        margin-top: 30px;
        text-transform: capitalize;
        color: #C03;
        font-size: 20px;
        border-bottom: solid 1px #e0e0e0
    }

    .product-view h2:first-child {
        margin-top: 0
    }

    .product-view .read-more {
        position: relative;
        display: block;
        color: inherit;
        text-align: center;
        padding: 4px 10px 10px
    }

    .product-view .read-more:hover {
        background-color: #C03;
        color: #FFF;
        text-decoration: none
    }

    .product-view .read-more:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 4px;
        left: 50%;
        margin-left: -10px;
        border-left: solid 10px transparent;
        border-right: solid 10px transparent;
        border-top: solid 5px #636363;
        width: 0;
        height: 0
    }

    .product-view .read-more:hover:after {
        border-top: solid 5px #FFF
    }

    .product-view .read-more.open:after {
        border-bottom: solid 5px #636363;
        border-top: none
    }

    .product-view .read-more.open:hover:after {
        border-bottom: solid 5px #FFF
    }

    .product-view .product-description {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .product-view .product-shop .product-options-wrapper {
        margin-top: 30px
    }

    .product-view .product-surcharges {
        margin-top: 0;
        color: inherit;
        border: none;
        padding: 0
    }

    .product-view .product-shop .price-info .price-box .price {
        color: #C03;
        font-size: 26px
    }

    .block-related .product-details div.price-box span.related-item-price {
        color: #C03;
        font-size: 16px;
        line-height: 2.2;
    }

    .product-view .installation-info > div {
        float: left;
        width: 50%;
        padding: 3px 11px
    }

    .product-view .installation-info a {
        font-size: 18px
    }

    .product-view .installation-info > div:after {
        content: "";
        display: block;
        clear: both
    }

    .product-view .installation-info .filesize {
        display: block;
        font-size: 11px;
        font-weight: 700
    }

    .product-view .installation-info .download-icon {
        float: left;
        margin-right: 10px
    }

    .product-view .add-to-cart-wrapper, .product-view .block-related {
        margin-top: 30px;
        width: 100%;
        float: none;
        padding: 0
    }

    .product-view .product-shop .product-options dl.last dd.last {
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .product-view .product-shop .product-options.product-grouped-tiered {
        margin-bottom: 0;
        padding-top: 10px;
    }

    .product-view .product-shop .product-options p.required {
        top: 0;
    }

    .product-view .product-shop .product-options .validation-advice {
        position: absolute;
        bottom: -5px;
        left: 109px;
        z-index: 1;
        background: #fff;
        border-radius: 4px;
        border: 1px solid #000;
        padding: 6px;
        font-size: 15px;
    }

    .product-view .product-shop .product-options .validation-advice:before, .product-view .product-shop .product-options .validation-advice:after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .product-view .product-shop .product-options .validation-advice:before {
        border: 8px solid transparent;
        border-top: 8px solid #fff;
        bottom: -16px;
        z-index: 3;
    }

    .product-view .product-shop .product-options .validation-advice:after {
        border: 9px solid transparent;
        border-top: 9px solid #000;
        bottom: -18px;
        z-index: 2;
    }

    .product-view .product-shop .product-options-bottom {
        position: relative;
        margin-bottom: 35px;
    }

    .product-view .product-shop .product-options-bottom .qty-wrapper {
        text-transform: uppercase;
    }

    .product-view .product-shop .product-options-bottom .add-to-links {
        position: absolute;
        right: 0;
        bottom: -35px;
    }

}
