* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins';
    transition: all 0.3s ease;
}
@font-face {
    font-family: 'Proxima Nova Light';
    src: url('../fonts/Proxima Nova Light.eot');
    src: url('../fonts/Proxima Nova Light.woff2') format('woff2'), url('../fonts/Proxima Nova Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Sb';
    src: url('../fonts/proxima_nova_semibold-webfont.woff2') format('woff2'), url('../fonts/proxima_nova_semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova B';
    src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
  font-family: 'Philosopher-Bold';
  src: url('../fonts/Philosopher-Bold.eot');
  src: url('../fonts/Philosopher-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Philosopher-Bold.svg#Phil osopher-Bold') format('svg'),
       url('../fonts/Philosopher-Bold.ttf') format('truetype'),
       url('../fonts/Philosopher-Bold.woff') format('woff'),
       url('../fonts/Philosopher-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: local('Poppins Regular'), local('Poppins-Regular'),
        url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
h1, h2, h3, h4 {
    font-family: 'Proxima Nova B';
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}
a:hover {
    color: #ea1111;
}
img {
    max-width: 100%; 
}
.container {
    max-width: 1280px;
}
ul.head-nav li a {
    color: #111111;
    font-size: 18px;
    display: inline-block;
}
ul.head-nav li a:hover {
    color: #ea1111;    
}
ul.head-nav li {
    margin: 0 22px;
}
.right-sign {
    justify-content: end;
    align-items: center;
}
.head-nav {
    justify-content: center;
}
.main-header .row {
    align-items: center;
}
.transparent-button {
    border: 1px solid #111111;
    color: #111111;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    min-width: 150px;
    text-align: center;
}
.transparent-button:hover {
    border: 1px solid #ea1111;
    color: #fff;
    background-color: #ea1111;
}
.right-sign .uer-icon {
    margin: 0 25px 0 0px;
}
.uer-icon a {
    font-size: 20px;
    color: #111;
    margin: 0 0 0 12px;
}
span.counter {
    background-color: #ea1111;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    line-height: 23px;
    margin: 5px 0px 0 8px;
    vertical-align: top;
}
.main-header {
    padding: 12px 0;
}
.main-banner {
    background: url(../images/main-banner.png) no-repeat;
    background-position: top center;
    padding: 109px 0 0;
    text-align: center;
    min-height: 520px;
}
.footer-column {
    width: 20%;
}
.black-button {
    background-color: #111;
    color: #fff;
    font-size: 18px;
    padding: 12px 10px;
    display: inline-block;
    min-width: 190px;
    text-align: center;
    border-radius: 2px;
    margin: 0 5px;
}
.black-button:hover {
    background-color: #ea1111;
    color: #fff;
}
.cst-button.credit-button {
    background: url(../images/credit-card-icon.png) no-repeat;
    width: 28px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    margin: 0 8px 0 0;
}
.cst-button.apple-button {
    background: url(../images/apple-icon.png) no-repeat;
    width: 14px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    margin: 0 8px 0 0;
}
.cst-button.google-button {
    background: url(../images/google-icon.png) no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    margin: 0 8px 0 0;
}
ul.footer-list li a {
    color: #111111;
    font-size: 16px;
    display: inline-block;
}
ul.footer-list li {
    margin: 0 0 13px 0;
}
.footer-column h4 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.footer-social-icon a {
    background-color: #111;
    border: 1px solid #111;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
}
.footer-social-icon a:hover {
    background-color: #ea1111;
    border: 1px solid #ea1111;
}
.footer-social-icon {
    margin: 30px 0 0 0;
}
.bottom-footer {
    background-color: #111;
    padding: 15px 0;
    margin: 40px 0 0;
}
.bottom-footer p {
    color: #fff;
    margin: 0;
}
.main-content {
    background-color: #f9f9f9;
    padding: 80px 0;
    position: relative;
}
.main-footer {
    padding: 70px 0 0 0;
}
.order-pay h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 70px 0 25px 0;
}
.deliver-box {
    max-width: 700px;
    margin: auto;
}
.deliver-tabs ul.nav.nav-tabs li {
    width: 50%;
    text-align: center;
    position: relative;
}
.deliver-tabs ul.nav.nav-tabs li a.active {
    background-color: #ea1111;
    color: #fff;
}
.deliver-tabs ul.nav.nav-tabs li a {
    display: block;
    background-color: #f5f5f5;
    padding: 13px 15px;
    font-size: 18px;
    color: #111;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
    position: relative;
}
ul.nav.nav-tabs {
    border: none;
    margin: 0;
    padding: 0;
}
ul.nav.nav-tabs span.or-text {
    position: absolute;
    right: -21px;
    width: 40px;
    top: 7px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-weight: 700;
    box-shadow: 0 0px 8px #ddd;
    z-index: 99;
}
.deliver-tabs .tab-content {
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 25px 40px;
}
.deliver-tabs .form-input {
    position: relative;
    display: flex;
}
button.find-button {
    background-color: #111;
    border: 1px solid #111;
    color: #fff;
    font-size: 30px;
    padding: 0 18px;
    border-radius: 0 5px 5px 0;
}
button.find-button:hover {
    background-color: #ea1111;
    border: 1px solid #ea1111;
}
.form-input input.form-control {
    padding: 14px 37px;
    height: 47px;
    border-radius: 5px 0px 0 5px;
    font-size: 15px;
}
.deliver-tabs .form-input .fa-map-marker {
    position: absolute;
    left: 17px;
    top: 15px;
    color: #848484;
}
.simple-link {
    color: #111;
}
.simple-link .fa-location-arrow {
    color: #ea1111;
    margin: 0 10px 0 0;
    font-size: 21px;
}
.deliver-tabs input.transparent-button.full-button {
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
}
.deliver-tabs input.transparent-button.full-button:hover{
    background-color: #ea1111;
}
.form-group label {
    font-size: 18px;
    margin: 0 0 16px 0;
}
.deliver-tabs {
    margin: -280px 0 0 0;
}
.banner-text h1 {
    font-size: 45px;
    color: #111;
    margin: 0 0 18px 0;
}
.banner-text h4 {
    font-size: 24px;
    margin: 0 0 0;
}
.banner-text h4 a {
    color: #111;
}
.order-now {
    width: 40px;
    background-color: #111;
    padding: 15px 11px;
    min-height: 193px;
    position: absolute;
    right: 0;
    overflow: hidden;
    top: 100px;
}
.order-now a {
    color: #fff;
    font-size: 23px;
}
.order-now span {
    color: #fff;
    white-space: nowrap;
    transform: rotate(-90deg);
    display: inline-block;
    position: relative;
    right: 33px;
    font-size: 16px;
    font-weight: 600;
    top: 40px;
}
.main-banner.inner-page-banner {
    padding: 0;
    background: none;
}
.slide-text.container {
    text-align: left;
    margin: auto;
}
.slide-text.container h2 {
    color: #fff;
    font-size: 85px;
    text-transform: uppercase;
    line-height: 95px;
    margin: 15px 0 40px;
}
.slide-text.container .transparent-button {
    border-color: #fff;
    color: #fff;
    font-size: 20px;
    min-width: 225px;
}
.slide-text.container .transparent-button:hover {
    border-color: #ea1111;
}
.slide-text.container h4 {
    position: relative;
    color: #fff;
    font-size: 23px;
    max-width: 350px;
}
.slide-text.container h4:after {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    background-color: #ea1111;
    width: 95px;
    height: 2px; 
}
.inner-page-banner .carousel-item {
    background: url(../images/slide-img-01.png) no-repeat;
    padding: 80px 0;
    background-size: cover;
    background-position: top center;
}
.inner-page-banner ul.carousel-indicators li {
    opacity: 1;
    background-color: #d3d3d3;
    border-radius: 5px;
    width: 16px;
}
.inner-page-banner ul.carousel-indicators li.active {
    background-color: #ea1111;
    width: 36px;
}
.inner-page-banner ul.carousel-indicators {
    bottom: 50px;
}
.discount {
    background-color: #ffe119;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    flex-wrap: wrap;
    padding-top: 30px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    transform: translate(140px, 0px);
}
.discount strong {
    display: block;
    width: 100%;
    color: #ea1111;
    font-size: 64px;
    line-height: 70px;
}
.inner-categories-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
}
.categories-text h4 {
    color: #111;
    font-size: 22px;
    margin: 0 0 15px 0;
}
.categories-text p {
    font-size: 15px;
    line-height: 25px;
    color: #4c4c4c;
}
.price.d-flex {
    justify-content: center;
    align-items: center;
    margin: 15px 0 15px;
}
.price strong {
    color: #ea1111;
    font-size: 38px;
}
.price span {
    font-size: 26px;
    color: #696969;
    text-decoration: line-through;
    margin: 0 25px;
}
.categories-button .transparent-button {
    color: #4b4b4b;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    margin: 0 5px;
    border-color: #ddd;
    font-weight: 600;
    padding: 12px 5px;
}
.categories-button .transparent-button:hover {
    color: #fff;
    background-color: #ea1111;
    border-color: #ea1111;
}
.categories-button {
    display: flex;
}
.categories-text {
    padding: 30px 30px;
}
.categories-box {
    margin-bottom: 30px;
}
.inner-categories-box:hover {
    box-shadow: 0 0 10px #ddd;
}
.main-register {
    background: url(../images/register-bg.png) no-repeat;
    padding: 70px 0;
    background-position: top center;
}
.register-box {
    max-width: 740px;
    margin: auto;
}
.register-form input.form-control {
    border-color: #111;
    border-radius: 0;
    padding: 0 20px;
}
input.subscribe-button {
    background-color: #ea1111;
    color: #fff;
    border: 1px solid #ea1111;
    min-width: 160px;
}
.have-account p {
    color: #111;
    font-size: 20px;
    margin: 25px 0 0 0;
}
.have-account p a {
    color: #111;
    font-weight: 600;
}
button.toggle-button {
    background: none;
    border: none;
    display: none;
}
button.toggle-button span {
    width: 30px;
    height: 4px;
    background-color: #111;
    display: block;
    margin: 0 0 5px 0;
    border-radius: 5px;
}
button.toggle-button span:nth-child(2) {
    background-color: #ea1111;
}
li.sign-in {
    display: none;
}
@media (max-width: 1300px) {
.container {
    max-width: 1160px;
}
ul.head-nav li {
    margin: 0 16px;
}
ul.head-nav li a {
    font-size: 16px;
}
.transparent-button {
    min-width: 130px;
}
.slide-text.container h2 {
    font-size: 65px;
    line-height: 70px;
}
.discount {
    width: 150px;
    height: 150px;
    font-size: 22px;
    padding-top: 30px;
}
.discount strong {
    font-size: 50px;
    line-height: 58px;
}
}
@media (max-width: 1160px) {
.container {
    max-width: 960px;
}
.transparent-button {
    min-width: 120px;
}
.right-sign .uer-icon {
    margin: 0 10px 0 0px;
    min-width: 100px;
}
ul.footer-list li a, ul.footer-list li {
    font-size: 14px;
}

.footer-social-icon a {
    margin: 0 2px;
}
.categories-text {
    padding: 30px 12px;
}
.price strong {
    font-size: 25px;
}
.price span {
    font-size: 18px;
    margin: 0 12px;
}
}
@media (max-width: 960px) {
.footer-row.d-flex {
    flex-wrap: wrap;
}
.footer-column:first-child {
    width: 100%;
    text-align: center;
    margin-top: 0;
}
.footer-column {
    width: 25%;
    margin-top: 50px;
}
button.toggle-button {
    display: inline-block;
}
.center-nav {
    position: absolute;
    top: 92px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px #ddd;
    padding: 0;
    display: none;
}
.right-sign.d-flex {
    position: absolute;
    right: 0;
    top: 32px;
}
ul.head-nav.d-flex {
    flex-wrap: wrap;
}
ul.head-nav.d-flex li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #ddd;
}
ul.head-nav.d-flex li a {
    padding: 15px 20px;
    display: block;
}
ul.head-nav.d-flex li a:hover {
    background-color: #ea1111;
    color: #fff;
}
.right-sign .transparent-button {
    display: none;
}
ul.head-nav.d-flex li.sign-in {
    display: block;
    padding: 12px 10px;
}
.left-logo img {
    max-width: 90px;
}
.categories-img {
    text-align: center;
}
.slide-text.container h2 {
    font-size: 45px;
    line-height: 50px;
}
.discount {
    width: 100px;
    height: 100px;
    font-size: 16px;
    padding-top: 20px;
    transform: none;
    left: auto;
    right: 30px;
}
.discount strong {
    font-size: 30px;
    line-height: 38px;
}
}
@media (max-width: 767px) {
.footer-column {
    width: 50%;
    margin-top: 50px;
}
.black-button {
    font-size: 14px;
    min-width: 148px;
    margin: 0 -1px;
}
.cst-button.credit-button {
    width: 24px;
    height: 16px;
}
.cst-button.google-button {
    width: 16px;
    height: 15px;
    margin: 0px 8px 0 0;
    position: relative;
    top: 2px;
}
.order-now {
    top: 40px;
}
.bottom-footer p {
    font-size: 13px;
}
}
@media (max-width: 540px) {
.banner-text h1 {
    font-size: 36px;
}
.main-banner {
    padding: 50px 0 0;
    min-height: 430px;
}
.main-banner.inner-page-banner {
    min-height: inherit;
}
.deliver-tabs ul.nav.nav-tabs li a {
    padding: 10px 9px;
    font-size: 16px;

}
.deliver-tabs .tab-content {
    padding: 20px 20px;
}
.order-now {
    display: none;
}
.slide-text.container h4 {
    font-size: 18px;
    max-width: 260px;
}
.slide-text.container h4:after {
    width: 60px;
}
}
@media (max-width: 480px) {
.black-button {
    margin: 0 0px 7px;
    width: 100%;
}
.order-pay h3 {
    font-size: 25px;
    margin: 35px 0 15px 0;
}
.main-content {
    padding: 40px 0;
}
.deliver-tabs {
    margin: -245px 0 0 0;
}
.main-footer {
    padding: 30px 0 0 0;
}
.form-group label {
    font-size: 15px;
    margin: 0 0 10px 0;
}
.simple-link {
    font-size: 14px;
}
.banner-text h4 {
    font-size: 17px;
    margin: 0 0 0;
}
.footer-column h4 {
    font-size: 20px;
    margin: 0 0 12px 0;
}
ul.footer-list li {s
    margin: 0 0 7px 0;
}
.form-input input.form-control {
    padding: 14px 10px 14px 30px;
    font-size: 13px;
}
.slide-text.container h2 {
    font-size: 35px;
    line-height: 40px;
}
.slide-text.container .transparent-button {
    font-size: 15px;
    min-width: 100%;
}
.slide-text.container h2 {
    margin: 10px 0 20px;
    font-size: 35px;
    line-height: 40px;
}
.inner-page-banner ul.carousel-indicators {
    bottom: 0px;
}
.inner-page-banner .carousel-item {
    padding: 40px 0;
}
.have-account p {
    font-size: 16px;
    margin: 20px 0 0 0;
}
.main-register {
    padding: 30px 0;
}
input.subscribe-button {
    min-width: 90px;
}


}
@media (max-width: 400px) {
.footer-column {
    width: 100%;
    margin-top: 30px;
}