.catalog{

}

.catalog-2col{
    display: grid;
    grid-template-columns: auto 250px;
}


@media screen and (min-width:360px) and (max-width:800px) { 
    .catalog{
        grid-template-columns: auto;
        padding: 10px;
    }
    .catalog .filter{
        display: none !important;
    }
    .catalog .pod_categor{
        display: block !important;
    }
}


.catalog .filter{    
    margin-top: 30px;
}
.catalog .list{
    overflow: hidden;
}

.catalog .filter .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    padding: 0px 10px;
    margin-top: 10px;
    display: block;
}
.catalog #ajax_load_filter_content{
    display: none;
}
    .catalog .list h1{
        color: #4d4c4d;
        margin: 20px 10px -5px 10px;
        font-size: 34px;
    }
    .catalog .list h2{
        margin: 10px 10px 0px 10px;
        font-size: 26px; 
        font-weight: 700;
    }
.catalog .list .columns-two-arrow{
    display: grid;
    grid-template-columns: minmax(200px, 1010px) 40px;
    margin-right: 20px;
}

.catalog .list .columns-two-arrow .opacity_0{ 
    display: none;
}
.catalog .list .columns-two-arrow .arrow img{ 
    width: 40px;
    opacity: 0.6;
    margin-top: 80px;

}
.catalog .list .columns-two-arrow .arrow img:hover{ 
    width: 40px;
    opacity: 1;
}
.catalog .list .columns-two-arrow .arrow .count{ 
    width: 40px;
    opacity: 0.2;
    color: #000;
    text-align: center;
    font-size: 16px;
}

.catalog .list .div{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin: 10px;
}


.columns-two-arrow .div {
    display: grid;
    grid-template-columns: repeat(4, minmax(240px, 280px))!important;
    margin: 10px;
    overflow: hidden;
}
.div_type_1 {
    display: grid;
    grid-template-columns: repeat(5, 180px);
    overflow: hidden;
    column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 20px;
    padding-bottom: 10px;
}

.list .box{
    margin-bottom: 100px;
}


.catalog .div_type_2{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    overflow: hidden;
    column-gap: 20px;
    column-gap: 20px;
    row-gap: 40px;
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 20px;
    padding-bottom: 10px;
}



.product{
    max-width: 350px; 
    margin-right: 10px;
    position: relative;
    margin-bottom: 40px;
}
.product .image-box{
    width: 180px;
    height: 180px;
}
.product .image{
    width: 180px;
}
.product .title{
    margin-bottom: 5px;
}
.product .title a{
    color: #4d4c4d;
    text-decoration:none;
}
.product .title a:hover{
    text-decoration:underline;
}
.product .title a::before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.product .description{
    font-size: 14px;
    margin-bottom: 50px;
}
.product .price{
    display: grid;
    grid-template-columns: 40px auto;
    margin-top: 10px;
    position: absolute;
    bottom: 0px;
}
.product .price .d1{
    width: 20px; height: 20px;
    background: #53AC63;
    border-radius: 50%;
    margin: 10px;
    margin-left: 0px;

}
.product .price .d2{
    width: 20px; height: 20px;
    background: rgb(172, 83, 83);
    border-radius: 50%;
    margin: 10px;
    margin-left: 0px;
}
.product .price .dengi{
    font-size: 28px;
    font-weight: 700;
}
.product .price .button img{
    width: 35px;
}

.strikethrough {
    position: relative;
    font-weight: 400;
}

.strikethrough:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    transform: rotate(-7deg);
}
.product .asdfvxcz{
display: block;
}


.catalog .pod_categor{
    display: none;
    overflow: hidden;
}
.catalog .pod_categor li{
    border-color: #dedede;
    background: #fafafa;
    color: #444!;
    line-height: 1.4;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    -webkit-border-radius: .21em;
    -moz-border-radius: .21em;
    border-radius: .21em;
    text-decoration: none;
    display: block;
    float: left;
    padding: 0px 10px;
    margin: 5px;
    text-decoration: none;
}
.catalog .pod_categor #pod_categor_gor_otkrito,.catalog .pod_categor li:hover{
    background: -webkit-gradient(linear, 63% 100%, 44% 0%, from(#00547e), to(#00547ed2));
    color: #fff;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    border-color: #00547e;
    
}
.catalog .pod_categor #pod_categor_gor_otkrito a{
    color: #fff;
}

.catalog .pod_categor li a{
    color: #000;
    border: 0px solid;
    text-decoration: none;
}







.catalog .col-right {
    
}  

.catalog .col-right .menu{
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    margin-right: 10px;
    margin-top: 100px;
}  

.catalog .col-right .menu .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    padding: 12px 15px 5px 15px;
    display: block;
}  
.catalog .col-right .menu ul{
    margin-left: 15px;
    padding-bottom: 15px;
    margin-right: 5px;
}  
.catalog .col-right .menu ul li{
    list-style-type: none;
}  
.catalog .col-right .menu ul li a{
    padding: 5px 10px;
    display: block;
    color: #111;
    text-decoration: none;
}  
.catalog .col-right .menu ul li .a{

    text-decoration: underline;
}  
.catalog .col-right .menu ul .hover{
    background-color:#4d4c4d;
}  
.catalog .col-right .menu ul .hover a{

   font-weight: 700;
   color: #fff;
}  


.catalog .col-right .menu ul .hover2{
    background-color:#4444441f;
}  
.catalog .col-right .menu ul .hover2 a{

   font-weight: 700;
}  






.product_type_2{
    max-width: 350px;
    position: relative;
    padding-bottom: 35px;
}

.product_type_2 .image-box{
    width: 100%;
    position: relative;
    cursor: pointer;
}
.product_type_2 .image-box img{
    width: 100%;
    position: relative;
}
.product_type_2 .image-box .img_css798px{
    margin: 12% 0px;
}

.product_type_2 .title{
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
 }

 .product_type_2 .info{
    margin: 10px 0px;
 }
 
 .product_type_2 .info .link_a{
    cursor: pointer;
    text-decoration: underline;
 }
 

 .product_type_2 .description{
    font-size: 16px;
    line-height: 135%;
 }

 .product_type_2 .image-box::after {
    box-shadow: inset 0 0 30px -10px rgba(0,0,0,0.1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


.product_type_2 .stock-ok{
    color: #09b775;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0px;
}
.product_type_2 .stock-none{
    color: #e63c2e;
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0px;
}

.product_type_2 .cart_price{
    display: grid;
    grid-template-columns: auto auto;
    position: absolute;
    bottom: 0;
    left:0;
    right: 0;
}

.product_type_2 .cart_price .cart .button-email{
    background-color: #ffffff;
    border: solid 2px #ff9900 ;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ff9900;
    position: relative;
    outline: none;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 150%;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
    padding: 5px 10px 2px 10px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
}

.product_type_2 .cart_price .cart .button-email:hover{
    background-color: #f6a704;
    background-position: center center ;
    color: white;
}

.product_type_2 .cart_price .cart .button-cart{
    background-color: #09b775;
    border-bottom: solid 1px rgba(4,86,55,0.5);
    background-repeat: no-repeat ;
    background-position: center center ;
    color: white;
    border: 0;
    border-bottom: solid 3px rgba(0,0,0,0.2);
    position: relative;
    outline: none;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 150%;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    padding: 5px 10px 2px 10px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
}
.product_type_2 .cart_price .cart .button-cart:hover{
    background: #09b775 linear-gradient(360deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.4) 100%);
}

.product_type_2 .cart_price .cart .button-cart .count{
    position: absolute;
    top: -5px;
    right: -5px;
    color:#09b775;
    border: solid 2px #09b775;
    background-color: #fff;
    border-radius: 5px;
    padding: 1px 4px 0 4px;
    line-height: 120%;
    font-size: 12px;
}
.product_type_2 .cart_price .cart .button-cart .none{
    display: none;
}

.product_type_2 .cart_price .price{
    text-align: right;
}
.product_type_2 .cart_price .price .no_sale{
    line-height: 34px;
    font-weight: 700;
    font-size: 26px;
    text-align: right;
}

.product_type_2 .cart_price .price .yes_sale{
    margin-top: -13px;
    margin-bottom: -10px;
    text-align: right;
}

.product_type_2 .cart_price .price .yes_sale .cena{
    line-height: 34px;
    font-weight: 700;
    font-size: 26px;
}

.product_type_2 .cart_price .price .yes_sale .sale{
    color: #9a989a;
    font-size: 20px;
    margin-top: -3px;
    position: relative;
    display: inline-block;
}
.product_type_2 .cart_price .price .yes_sale .sale span{
    color: #9a989a;
    font-weight: 700;

}


.product_type_2 .cart_price .price .yes_sale .sale:after {
    content: "";
    border-bottom: 2px solid #e63c2e;
    transform: rotate(-12deg);
    position: absolute;
    left: -5px;
    right: -5px;
    top: 50%;
}




.div_type_1 .product_type_2 .title {
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 135%;
}

.div_type_1 .product_type_2 .info {
    margin: 0px 0px;
}
.div_type_1 .product_type_2 .stock-ok {
    font-size: 16px;
    margin: 2px 0px;

    display: none;
}
.div_type_1 .product_type_2 .stock-none {
    font-size: 16px;
    margin: 2px 0px;
    display: none;
}

.div_type_1 .product_type_2 .description{
    display: none;
}


.div_type_1 .product_type_2 .link_a{
    display: none;
}
.div_type_1 .product_type_2 .cart_price .cart .button-cart{
    font-size: 14px;
    padding: 3px 7px 1px 7px;
    border-bottom: solid 2px rgba(0,0,0,0.2);
}

.div_type_1 .product_type_2 .cart_price .cart .button-email{
    font-size: 14px;
    padding: 3px 7px 2px 7px;
    border: solid 1px #ff9900 !important;
}

.div_type_1 .product_type_2 .cart_price .price .yes_sale{
    margin-top: -13px;
}
.div_type_1 .product_type_2 .cart_price .price .yes_sale .cena{
    font-size: 20px;
    margin-bottom: -7px;
}
.div_type_1 .product_type_2 .cart_price .price .yes_sale .sale{
    font-size: 16px;

}

.div_type_1 .product_type_2 .cart_price .price .no_sale {
    line-height: 27px;
    font-weight: 700;
    font-size: 20px;
}
.div_type_1 .product_type_2 .title .colon{
    display: none;
}





.product_type_7{
    position: relative;
    width: 200px;
    padding: 10px;
}
.product_type_7 .image-box .img {
    display: block;
    width: 100%;
}

.product_type_7 .image-box{
    width: 100%;
    position: relative;
    cursor: pointer;
}
.product_type_7 .image-box::after {
    box-shadow: inset 0 0 30px -10px rgba(0,0,0,0.1);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

