/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* Webbax - TUTO 45 */
body#checkout #header .header-nav {
    border-bottom: 2px solid #f1f1f1;
    max-height: 50px;
    margin-bottom: 30px;
    padding:inherit;
    box-shadow:inherit;
}
#checkout #search_widget{
    display:block;
}
body#checkout #footer{
    padding:0;
    padding-top:2.5rem;
    color:inherit;
}

/* Webbax - Tuto 37 - microbanner */
#header-microbanner{background-color:#333;color:#fff;font-size:10px;text-align:center;}
#header-microbanner span{margin-right:20px;margin-left:20px;}

/*#header-microbanner-v2{background-color:red;color:#fff;font-size:10px;text-align:center;padding-left:5px;padding-right:5px;}
*/
/* Mobile */
/* @media(max-width:500px){
   #header-microbanner span{margin-right:5px;margin-left:5px;}
   #header-microbanner .mb_span1, #header-microbanner .mb_sep1{display:none;} */
}


/* 03.04.19 - Webbax - TUTO 73 */
.products .thumbnail-container{background:none!important;box-shadow:none!important;}
/*.products .product-miniature img{border-radius:50%;border:5px dotted #222;}
/* .products .product-miniature img:hover{/* transform:skewY(20deg);*//*transform:rotate(360deg);transition:all 0.3s ease;box-shadow:5px 5px 5px #aaa; }
#product .js-qv-product-cover{border-radius:50%;border:5px dotted #222;}
#product .product-cover .layer:hover{border-radius:50%;border:5px dotted #222;} */





