@media screen and (min-width: 769px) {

    h1.pageTitle {

        margin-bottom: 260px;

    }


    .catHeaderDiv {

        transform: rotate(0deg) scale(1) skew(-24deg) translate(0);

        background: #FFF;

        max-height: 136px;

        position: relative;

    }



    .catHeaderDiv .category {

        transform: rotate(0deg) scale(1) skew(24deg) translate(0px);

        max-height: 136px;

        position: relative;

        height: 136px;

    }



    .prod_img {

        position: absolute;

    }



    .arrCat {

        background: url("../img/car_arr.png") no-repeat;

        width: 26px;

        height: 14px;

    }
    .activeCat .arrCat {
        background: url(../img/car_arr_active.png) no-repeat;
    }



    .flexT {

        display: inline-block;

    }



    .cat_title {

        display: flex;

        height: 136px;

        font-family: "Tinos";

        font-size: 30px;

    }



    .catHeaderDiv {

        float: none;

        clear: both;

        margin-bottom: 130px;

        transition: 0.5s;

    }

    .catHeaderDiv.activeCat{

        background-color: #373737;

    }

    .catHeaderDiv.activeCat .flexT{

        color: #FFF;

        transition: 0.5s;

    }



    .rightAr .prod_img {

        bottom: -40%;

        left: 100px;

    }



    .rightAr .cat_title {

        justify-content: flex-end;

        align-items: center;

        flex-direction: row;

    }



    .rightAr .arrCat {

        margin-left: 50px;

        margin-right: 40px;

    }



    .leftAr .prod_img {

        bottom: -40%;

        right: 0;

    }



    .leftAr .cat_title {

        justify-content: flex-start;

        align-items: center;

        flex-direction: row;

    }



    .leftAr .arrCat {

        margin-left: 50px;

        margin-right: 40px;

    }

    .product.row{
        background: #FFF;
        margin-bottom: 10px;
        height: 200px;
        overflow: hidden;
    }

    .product.row .col-md-3{

        padding: 0 0 0 0;

    }

    .product.row .col-md-3 img{

        width: 100%;

        height: auto;

    }

    .product.row .col-md-9{

        padding-left: 30px;

    }

    .product.row a.tttl{

        font-size: 18px;

        color: #151515;

        margin-top: 40px;

        margin-bottom: 30px;

        display: block;

    }

    .hiddenProducts{
        margin-bottom: 120px;
        display: none;
        height: 630px;
        overflow-y: auto;
    }
    
    .hiddenProducts.noProducts{
        margin-bottom: 120px;
        display: none;
        height: 230px;
        overflow-y: visible;
    }
    
    .catHeaderDiv:hover{
        background-color: #373737;
        color: #FFF;
        cursor: pointer;
    }

}

@media screen and (max-width: 1720px) and (min-width: 1400px){

    .rightHeaderDiv.rightHeaderDivttl {

        margin-left: 220px;

    }
    .catHeaderDiv:hover{
        background-color: #373737;
        color: #FFF;
        cursor: pointer;
    }

}

@media screen and (min-width: 240px) and (max-width: 768px){

    .prod_img{

        width: 60%;

        height: auto;

        display: block;

        margin:0 auto;

        margin-bottom: 30px;

    }

    .arrCat {

        background: url("../img/car_arr.png") no-repeat;

        background-size: contain;

        width: 13px;

        height: 7px;

        position: absolute;

        right: 0;

    }



    .flexT {

        display: inline-block;

    }



    .cat_title {

        display: flex;

        font-family: "Tinos";

        font-size: 16px;

        justify-content: center;

        align-items: center;

        flex-direction: row;

        position: relative;
        font-weight: normal;

    }

    .catHeaderDiv{

        margin-bottom: 100px;

    }

    .flexT{
        font-size: 18px;
    }

    .product.row{

        background: #FFF;

        margin-left: 10px;

        margin-right: 10px;

        margin-bottom: 10px;

    }

    .product.row .col-md-3{

        padding-left: 0;

        padding-right: 0;

    }

    .product.row .col-md-3 IMG{

        width: 100%;

        height: auto;

    }

    a.tttl{

        font-size: 16px;

        color: #151515;

        font-weight: normal;

        margin-top:13px;

        margin-bottom:13px;

    }

    .product.row .col-md-9 P{

        font-size: 14px;

        line-height: 22px;

    }

    .hiddenProducts{

        display: none;

    }

    #firstImg{

        width: 40%;

    }
}
.errorMsgWrapper{
    height:100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size:28px;
    font-weight:bold;
}



