@media all and (min-width: 1200px) { .container {
width: 1140px;
}
.header {
width: 1140px;
}
.section {
width: 760px;
}
.footer {
width: 1140px;
}
.nav ul {
max-width: 900px;
}
} h4.cart-toggles:before {
font-family: "Font Awesome 5 Free";
font-size: 0.8em;
font-weight: 900;
content: "\f07a";
cursor: pointer;
color: #FEBFD2;
}
.site-header-cart {
top: 1.5em;
;
} @media all and (min-width: 769px) {
.header-left {
padding-right: 150px;
position: relative;
}
.header-right {
position: absolute;
right: 0;
top: 0;
}
}
.header-100 {
text-align: center;
}