/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 
 
.main_wrapper_products_carusel {
    float: left;
    width: 100%;
    bborder: 1px solid gray;
    margin: 40px 0px;
    font-size: 17px;
    font-family: TrajanProRegular;
}
.main_wrapper_products_carusel .menu_wrapper {
    padding: 1% 0%;
}
.main_wrapper_products_carusel .menu_wrapper ul {
    list-style: none;
    margin: 0;
}
.main_wrapper_products_carusel .menu_wrapper ul li{
    list-style: none;
    margin: 0;
    display: inline-block;
}
.main_wrapper_products_carusel .menu_wrapper ul li button{
    background: transparent;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid gray;
    padding: 10px 30px;
    font-family: initial;
    text-transform: uppercase;
    font-size: 1.1em;
    font-family: TrajanProRegular;
    text-rendering: optimizelegibility;
}
.main_wrapper_products_carusel .menu_wrapper ul li button:hover{
    bbackground: #eaeaea;
    color: #da6b00;
}
.main_wrapper_products_carusel .menu_wrapper ul li button.active {
    bbackground: #eaeaea;
    border-bottom: none;
    color: #da6b00;
}
.main_wrapper_products_carusel .products_wrapper {
    float: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.main_wrapper_products_carusel .products_wrapper .products_wrapper_by_cat {
    float: left;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
}
.main_wrapper_products_carusel .single_product_outer {
    margin: 1% 1%;
    display: inline-block;
    width: 31.33333332%;
    box-sizing: border-box;
    background: white;
    box-shadow: 5px 5px 15px silver;
    
    color: black;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: 0.5s all;
    -khtml-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}
.main_wrapper_products_carusel .single_product_outer:hover {
    box-shadow: 5px 5px 15px #747474;
    -webkit-transition: 0.4s all;
    -khtml-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
.main_wrapper_products_carusel .single_product_outer .image_wrapper {
    float: left;
    width: 100%;
    height: 15vw;
    padding: 4%;
}
.main_wrapper_products_carusel .single_product_outer .image_wrapper img{
    height: 100%;
    width: auto;
}
.main_wrapper_products_carusel .single_product_outer .a_link_do_sklepu_style_module {
    float: left;
    height: auto !important;
    width: 100% !important;
    text-align: center;
    font-size: 0.8em;
    color: #da6b00 !important;
    margin-left: 0%;
    font-weight: bold;
    padding: 10px 0px 15px 0px !important;
}
.main_wrapper_products_carusel .single_product_outer .a_link_do_sklepu_style_module:hover {
    text-decoration: underline;
}
.main_wrapper_products_carusel .single_product_outer .single_product_title {
    float: left;
    width: 100%;
    margin: 0;
}
.main_wrapper_products_carusel .single_product_outer .single_product_title h3{
    float: left;
    width: 100%;
    height: 70px;
    font-size: 0.9em;
    display: block;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding: 0 4%;
    color: black;
    margin: 0;
}
.main_wrapper_products_carusel .single_product_outer p.specific_price {
    margin: 0px;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 0.7em;
    color: black;
}




@media screen and (max-width: 1180px){ 
    .main_wrapper_products_carusel .single_product_outer {
        width: 48%;
    }
    .main_wrapper_products_carusel .single_product_outer .image_wrapper {
        height: 25vw;
    }
}
@media screen and (max-width: 768px){ 
    .main_wrapper_products_carusel .single_product_outer {
        width: 98%;
        margin: 15px 1%;
    }
    .main_wrapper_products_carusel .single_product_outer .image_wrapper {
        height: 50vw;
    }
    .main_wrapper_products_carusel .menu_wrapper li {
        float: left;
        width: 100%;
        display: block;
    }
    .main_wrapper_products_carusel .menu_wrapper li button{
        float: left;
        width: 100%;
    }
    .main_wrapper_products_carusel .menu_wrapper ul li button.active {
        border-bottom: 1px solid gray;
    }
}





