@charset "utf-8";

.mod .default{
    
}
    .mod .default div.blocked_products{
        background-color: #60ffe6;
        padding: 15px 50px 15px 90px;
        margin: 0 0 10px 0;
        font-size: 20px;
        border-radius: 10px;
        position: relative;
        cursor: pointer;
        transition: 0.1s all ease-in-out;
        background-size: 65px 65px;
        background-position: center left 5px;
        color:#1f2a53;
        min-height: 80px;
    }
    .mod .default div.blocked_products .subtitle{
        font-size: 13px;
        font-weight: bold;
        color: #0035f7;
    }
    .mod .default div.blocked_products:hover{
        -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.56);
        -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.56);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.56);
        padding-left: 95px;
    }
    .mod .default div.blocked_products::before{
        background-image: url('../images/cursor.png');
        background-size: 100% 100%;
        background-position: center center;
        position: absolute;
        z-index: 100;
        content:"";
        width: 40px;
        height: 40px;
        right: 8px;
        top: 20px;
    }
    .mod .default div.blocked_products.eshop_products{
        background-image: url('../images/eshop_products.png');
        border: 2px solid #f9776a;
    }
    .mod .default div.blocked_products.branch_products{
        background-image: url('../images/branch_products.png');
        border: 2px solid #00acc1;
    }
    
    .mod .default .left_cont{
        position: relative;
        z-index: 10;
    }
        .mod .default .left_cont .cutomer_support_cont{
            background-image: url(../images/support.png);
            background-position: left top;
            background-repeat: no-repeat;
            padding: 0 0 0 50px;
        }
    .mod .default .how_to_buy_btn{
        background-color: #e84646;
        padding: 10px 10px 9px 42px;
        color: #fff;
        margin: 3px 0 10px 0;
        cursor: pointer;
        background-image: url(../images/process.png);
        background-position: 10px center;
        background-repeat: no-repeat;
        transition: 0.2s all ease-in-out;
        font-size: 14px;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.59);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.59);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.59);
    }
    .mod .default .how_to_buy_btn:hover{
        padding-left:47px;
        background-color: #ca3434;
    }


.mod .default #ecatalogue{
    
}

    .mod .default #ecatalogue .product_cont{
        width: 195px;
    }
    .mod .default #ecatalogue .product_box{
        border: thin solid #ccc;
        padding: 0;
        background-color: #fff;
        color: #1f2a53;
        position: relative;
        -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.1);
    }
    .mod .default #ecatalogue .product_box.supply_status{
        border: 1px solid #00a713;
        -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 114, 25, 0.8);
        -moz-box-shadow: 0px 0px 6px 1px rgba(0, 114, 25, 0.8);
        box-shadow: 0px 0px 6px 1px rgba(0, 114, 25, 0.8);
    }
    .mod .default #ecatalogue .product_box.allow_buy_status{
        border: 1px solid #FF1800;
        -webkit-box-shadow: 0px 0px 6px 1px rgba(255, 24, 0);
        -moz-box-shadow: 0px 0px 6px 1px rgba(255, 24, 0);
        box-shadow: 0px 0px 6px 1px rgba(255, 24, 0);
    }
        .mod .default #ecatalogue .product_box:hover{
            -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.21);
            -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.21);
            box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.21);
        }
        .mod .default #ecatalogue .product_box:hover .new_product{
            display: none;
        }
        .mod .default #ecatalogue .product_box:hover .name{
            height: auto;
        }
        .mod .default #ecatalogue .product_box .image{
            height: 185px;
            border-top: thin solid #e6e6e6;
            border-bottom: thin solid #e6e6e6;
            position: relative;
        }
        .mod .default #ecatalogue .product_box .image:hover img{
            -webkit-transform:scale(1.25); /* Safari and Chrome */
            -moz-transform:scale(1.25); /* Firefox */
            -ms-transform:scale(1.25); /* IE 9 */
            -o-transform:scale(1.25); /* Opera */
            transform:scale(1.25);
            transition: 0.7s all;
        }
        
        .mod .default #ecatalogue .product_box .image:hover .price,
        .mod .default #ecatalogue .product_box .image:hover .image_notif{
            display: none;
        }

        .mod .default #ecatalogue .product_box .image img{
            text-align: center;
            margin: 0 auto;
            display: block;
            height: auto;
            max-height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            right: 0;
        }
        .mod .default #ecatalogue .product_box .image .image_notif{
            position: absolute;
            top: 0px;
            right: 3px;
            color:red;
        }
        .mod .default #ecatalogue .product_box .price{
            padding: 7px 0 0 0;
            font-size: 20px;
            font-weight: bold;
            bottom: 0;
            right:0;
            z-index: 8;
            position: absolute;
            background-color:rgba(252,236,29,0.9);
            padding: 2px 5px;
            border-radius: 5px 0 0 0;
        }
        .mod .default #ecatalogue .product_box .in_orders{
            position: absolute;
            font-size: 18px;
            background-color: red;
            padding: 0px 2px 3px 2px;
            bottom: 0;
            left: 0;
            z-index: 5;
            font-size: 10px;
            border-right: thin solid #905151;
            border-top: thin solid #905151;
            color: #fff;
        }
        .mod .default #ecatalogue .product_box .name{
            padding: 2px 0 0 0;
            font-size: 12px;
            text-overflow: ellipsis;
            background-color: #fff;
            float: left;
            width: 125px;
            height: 36px;
            overflow: hidden;
        }
        .mod .default #ecatalogue .product_box .price_old{

        }
        .mod .default #ecatalogue .product_box .antique,
        .mod .default #ecatalogue .product_box .new_product{
            position: absolute;
            background-image: url(../images/new_product_sk.png);
            top: -5px;
            left: -4px;
            z-index: 6;
            width: 90px;
            height: 90px;
            background-position: top left;
        }
        .mod .default #ecatalogue .product_box .antique.sk{
            background-image: url(../images/antique_sk.png);
        }
        .mod .default #ecatalogue .product_box .antique.cs{
            background-image: url(../images/antique_cs.png);
        }
        .mod .default #ecatalogue .product_box .antique.en{
            background-image: url(../images/antique_en.png);
        }
        .mod .default #ecatalogue .product_box .new_product.sk{
            background-image: url(../images/new_product_sk.png);
        }
        .mod .default #ecatalogue .product_box .new_product.cs{
            background-image: url(../images/new_product_cs.png);
        }
        .mod .default #ecatalogue .product_box .new_product.en{
            background-image: url(../images/new_product_en.png);
        }
        
        
        .mod .default #ecatalogue .product_box input.cart{
            width: 43px;
            background-position: 5px center;
            background-image: url(../images/add_cart.png);
            background-color: #4C9ED9;
            background-repeat: no-repeat;
            display: inline-block;
            background-position: right 10px center;
            height: 30px;
            color:white;
            font-size: 13px;
            border-radius: 5px;
        }
            .mod .default #ecatalogue .product_box input.cart.supply_status{
                background-color: #049314;
            }
            .mod .default #ecatalogue .product_box input.cart.allow_buy_status{
                background-color: #FF1800;
            }
            .mod .default #ecatalogue .product_box .cart:hover{   
                background-color: #3684BC;
            }
        
            
.mod .default .product_order_filter span.label{
    top: 3px;
    font-size: 14px;
    position: relative;
    padding: 0 4px 0 0;
}
    .mod .default .product_order_filter input.actual_site{
        padding: 3px 5px;
    }
    
    
.mod .default .subsid_filter{

}    
    .mod .default .subsid_filter .button_cont{
        border: 1px solid #c1bfbf;
        padding: 5px 10px 7px 10px;
        border-radius: 9px;
        background-color: #2f88c7;
        color: white;
        cursor: pointer;
        font-size: 13px;
        margin: 0 0 5px 0;
    }
        .mod .default .subsid_filter .button_cont .text{
            padding: 5px;
            position: relative;
            top: 1px;
        }
    .mod .default .subsid_filter .button_cont:hover{
        opacity:0.9;
    }
    
.mod .default #efilter{
    
}
    .mod .default #efilter .main_filter_header:hover{
        background-color: #e7e9ea;
        cursor: pointer;
    }

    .mod .default #efilter .main_filter .detail_filter .filter_box{
        padding: 2px 0 0px 0;
        border-bottom: thin solid #ccc;
    }
    .mod .default #efilter .main_filter .detail_filter .filter_box:hover{
        background-color: #e7e9ea;
    }
    .mod .default #efilter .main_filter .detail_filter .filter_box:hover .name{
        padding: 0px 5px 3px 5px;
    }
        .mod .default #efilter .main_filter .detail_filter .filter_box .name{
            font-weight: bold;
            transition: 0.15s all ease-in-out;
            cursor: pointer;
            padding: 0px 0px 3px 0px;
        }
            .mod .default #efilter .main_filter .detail_filter .filter_box .name:hover{
                background-color: #d7dee1;
            }
        .mod .default #efilter .main_filter .detail_filter .filter_box .attributes_cont{
            max-height: 400px;
            overflow-y: auto;
            padding: 0 0 5px 0;
            overflow-y: auto !important;
        }
        .mod .default #efilter .main_filter .detail_filter .filter_box .attr{
            padding: 0 3px 0 5px;
            cursor: pointer;
        }
        .mod .default #efilter .main_filter .detail_filter .filter_box .attr:hover span{
            color:#0e76a8;
        }
            .mod .default #efilter .main_filter .detail_filter .filter_box .attr span{
                position: relative;
                top:0px;
            }

    .mod .default #efilter .main_filter .range_filter input.price,
    .mod .default #efilter .main_filter .price_filter input.price{
        border: thin solid #ccc;
        width: 50px;
        padding: 5px 10px;
        box-shadow: none;
        text-align: right;
        padding: 3px 5px;
        background-color: #fff;
        border-radius: 3px;
        color: #414141;
    }
    .mod .default #efilter .main_filter .range_filter input.price{
        text-align: left;
    }

    
.mod .default .crumble_nav{
    margin: 0 0 10px 0;
    color: #aeaeae;
}