/*html, body{font:16px 'Roboto', sans-serif;}*/
.main-head{position:fixed;top:0;width:100%;z-index:2;background:rgba(36,51,76,1);padding:15px 0;box-shadow:0 0 30px rgba(0, 0, 0, 0.7);}
.basket-wrapper{overflow:hidden}
.cart-button{display:block;max-width:240px;padding:6px 15px;border-radius:2px;float:right;color:#eee;font-size:12px;}
.cart-button:hover,.cart-button:focus{color:#fff;//background:#394f75;background:none;text-decoration:none;cursor: pointer;}
.basket-help-text{font-size:10px;color:#cbcbcb;}
.popover{position:fixed!important;}
.goods-wrapper{margin-top:105px;}
.good-item{border:1px solid #eee;box-sizing:border-box;text-align:center;margin-bottom:30px;}
.good-img{margin-bottom:15px;}
.good-item img{width:100%;}
.good-name{background:#eee;padding:15px 0;}
.good-price{font-weight:700;margin:15px 0;}
/*.cart-buy-button{width:70%;display:block;text-align:center;padding:13px 0;background:#fda392;color:#fff !important;margin:0 auto;*/
cursor: pointer;}
.cart-buy-button:hover{background:#cd8172;color:#fff;text-decoration:none;}
.cart .cart-item-quantity {min-height:22px;}

@media only screen and (max-width:1199px){}
@media only screen and (max-width:991px){}
@media only screen and (max-width:768px){}
@media only screen and (max-width:680px){}
@media only screen and (max-width:486px){.good-inner{width:100%;float:none;}
.cart, .popover{width:100%!important;}
.popover{left:0!important;}
}
@media only screen and (max-width:380px){}