body {
 background: #fcfaf6;
 padding: 30px;
 display: block;
 height: auto;
}
@media (max-width: 767px) {
 body {
  padding: 15px;
 }
}
@media (max-width: 480px) {
 body {
  padding: 10px;
 }
}

main {
 margin: 0 auto;
 background: #fff;
 border-radius: 40px;
 overflow: hidden;
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#wrapper { background: #fff; }

.h2 {
 font-weight: 700;
 color: #7781ff;
}

a {
 color: #7781ff;
}

#header {
 background: #fcc950;
 -webkit-box-shadow: none;
 box-shadow: none;
}
#header .header-nav {
 border-bottom: none;
}
#header .header-nav .blockcart,
#header .header-nav .cart-preview.active {
 background: none;
}
#header .header-nav .blockcart.active a:hover, #header .header-nav .cart-preview.active a {
 color: #232323;
}

#header .header-nav .material-icons,
#header .header-nav .cart-preview .shopping-cart {
 background: #7781ff;
 width: 32px;
 height: 32px;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 color: #fff;
 border-radius: 50%;
 font-size: 18px;
}

#header a:hover,
#header .top-menu a[data-depth="0"]:hover, a:hover,
.product-miniature .highlighted-informations .quick-view:hover {
 color: #ef655b;
}

.product-flags li.product-flag.discount, .product-flags li.product-flag.discount-amount, .product-flags li.product-flag.discount-percentage,
.has-discount .discount {
 background: #ef655b;
}
.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul {
 color: #ef655b;
}

#header .header-nav #menu-icon .material-icons.d-inline {
 display: inline-flex !important;
 top: 14px;
 position: relative;
}

#footer {
 padding-top: 0;
}
#footer > .container {
 width: 100%;
 padding: 2.5rem 15px;
 background: #fcc950;
}
#footer > .container > .row {
 margin: 0;
}
#blockEmailSubscription_displayFooterBefore {
 background: none;
}
.footer-container {
 background: #ef655b;
 color: #fff;
}
.footer-container .h1, .footer-container .h2, .footer-container .h3, .footer-container .h4, .footer-container p,
.block-contact, .footer-container li a,
#block_myaccount_infos .myaccount-title a,
#footer .footer-container a {
 color: #fff;
}
.footer-container li a:hover,
#block_myaccount_infos .myaccount-title a:hover,
#footer .footer-container a:hover {
 color: #7781ff;
}

.btn {
 border-radius: 50px;
}
.btn-primary {
 background-color: #ef655b;
}
.btn-primary:hover {
 background-color: #7781ff;
}

#subcategories ul li:hover .subcategory-image a {
 border: 5px solid #7781ff;
}

#blockcart-modal .product-name {
 color: #ef655b;
}

.form-control:focus,
.input-group.focus {
 border-color: #7781ff;
 outline: .1875rem solid #7781ff;
}

@media (min-width: 1200px) {
 main {
  width: 1140px;
  max-width: 100%;
 }
}
@media (max-width: 767px) {
 .footer-container {
  padding-top: 0;
 }
 .footer-container li a, #footer .footer-container a {
  color: #232323;
 }
}