.footer {    background: #677e52;
    border-top: 1px solid #eee;
    background-image: url(//avone-demo.myshopify.com/cdn/shop/files/footerbg.jpg?v=1642681418);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: inherit;}

.header .container, .header .container-fluid, .header .container-medium {
    justify-content: center;
}

.form-control {
    border: 1px solid #919191;
}

.product-details:not(.col-md-6) {
padding: 25px 25px 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.product-gallery {
background: rgb(255, 255, 255);
    padding: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 10px;
margin-bottom:20px;
}
.page-wrapper {
background: rgb(225 235 255 / 44%);
}

.logo img {
    max-height: 50px;
}

.order-fast-checkout-block {    
    border: 2px dashed #3a3a3a;
    border-radius: 10px;
    padding: 10px 15px;}

.product-association a, .product-nav-thumbs a {height:90px;width:90px;margin-bottom:7px;}