
/*
 Theme Name:   My Child Theme
 Template:     altotheme

*/

@import url("../altotheme/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
.mini-cart .cart-link .cart-icon:before,
.top-header-container .mini-cart .products-number span,
.top-header-container .mini-cart .cart-icon {
    display: inline !important;
    color : #fff !important;    
}

.lt-breadcrumb .select-wrapper::after {
      
     color: #000 !important;
    font-family: Montserrat,helvetica,arial,sans-serif !important;
}
.lt-breadcrumb .select-wrapper:after {
    content: "Sortieren nach" !important;
    font-family: Montserrat, helvetica, arial, sans-serif!important;
    margin: 0;
    font-size: 110%;
    text-transform: uppercase;
    line-height: 30px;
    margin-right: 10px;
}

.checkbox-legal input{margin : 0 !important;}
.checkbox-legal a{color : blue;}
.order-steps{
    display: none !important;    
}
.site-main {
    padding-top: 190px !important;
}
@media only screen and (max-width: 59.0769230769em){
.site-main {
    padding-top: 100px !important;
}
}