/************************* NOTICE ***********************\

- THIS FILE SHOULD BE USED FOR CUSTOM CSS MODIFICATIONS -

- Using this file for CSS modifications rather than
modifying Style.css directly will allow your site to
receive template updates in the future.

\************************* NOTICE ***********************/

/*
body { 
  background: url(https://cdn6.bigcommerce.com/s-dcvfa4/product_images/uploaded_images/ddd.jpg?t=1450322748
) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
header.main, section .row {
    background: rgb(219, 211, 197))));
}

h3 span {
    background: #AC9877;
}


.account-links a, .account-links div, .logo a {
    color: white;
}

.main-menu {
  background: #5b0d13;
}

footer.main {
    background: #5b0d13;
}

.mobile-cart-link a {
    background: #5b0d13;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .main-menu {
        margin-bottom: 5px !important;
    }
    .responsive .search-form input {
        width: 90%;
    }
    .logo-container {
        margin-top: 5px;
    }
    .logo {
        height: 40px;
    img {
        height: 40px;
        margin-top: 4px;
    }
}
/*
@media only screen and (max-width: 768px) {
    .responsive .search-form input {
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .logo-container {
        margin-top: 5px;
    }
    .logo {
        height: 40px;
    img {
        height: 40px;
        margin-top: 4px;
    }
}
*/
@media only screen and (max-width: 480px) {
    .logo {
        height: 40px;
    img {
        height: 40px;
        margin-top: 9px;
    }
}

