﻿header .menu_cart > ul {
  display: flex;
}
header .menu_cart > ul a:hover svg path {
  fill: #0263a7;
}
header .menu_cart .user,
header .menu_cart .cart {
  display: flex !important;
  align-items: center !important;
}
header .menu_cart .user svg,
header .menu_cart .cart svg {
  margin: 0 5px;
}
@media (max-width: 767px) {
  header .menu_cart .cart {
    width: 70px !important;
    margin-right: 10px !important;
  }
}
@media (max-width: 767px) {
  header .menu {
    margin-left: 10px !important;
  }
  header .menu_cart {
    margin: 9px 0 !important;
  }
}
header .user svg {
  margin-left: 5px;
}

body {
  color: #402600;
  background: #fff !important;
}

.caveat {
  font-family: Caveat;
}

.container {
  width: 100% !important;
  max-width: 1540px !important;
}

.page-title {
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #0263a7;
}

h1, .h1 {
  color: #402600;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  margin-bottom: 0;
}

.btn {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 14px 23px;
  border-radius: 2px;
}
.btn.btn-outline {
  color: #402600;
  border: 1px solid #402600;
}
.btn.btn-outline:hover {
  background: rgba(64, 38, 0, 0.2);
}
.btn.btn-blue {
  background-color: #0263a7;
  color: #fff;
}
.btn.btn-blue:hover {
  background-color: #025490;
}

.arrow-cta {
  display: flex;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
}
.arrow-cta:hover {
  text-decoration: none;
}
.arrow-cta:hover:after {
  margin-left: 25px;
}
.arrow-cta:after {
  margin-left: 12px;
  content: "";
  width: 25px;
  height: 16px;
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9Ii0yLjYwMTg3ZS0wOCIgeTE9IjguMTU0MyIgeDI9IjI1IiB5Mj0iOC4xNTQyOSIgc3Ryb2tlPSIjRjNGMURGIi8+CjxwYXRoIGQ9Ik0xNy4xMjkxIDE2LjM1MTZMMjUgOC4zNTE1NkwxNy4xMjkxIDAuMzUxNTYyIiBzdHJva2U9IiNGM0YxREYiLz4KPC9zdmc+Cg==");
  background-size: cover;
  transition: margin-left 0.5s;
}
.arrow-cta.blue:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGxpbmUgeDE9Ii0yLjYwMTg3ZS0wOCIgeTE9IjguMTU0MyIgeDI9IjI1IiB5Mj0iOC4xNTQyOSIgc3Ryb2tlPSIjMDU2M0E3Ii8+CjxwYXRoIGQ9Ik0xNy4xMjkxIDE2LjM1MTZMMjUgOC4zNTE1NkwxNy4xMjkxIDAuMzUxNTYyIiBzdHJva2U9IiMwNTYzQTciLz4KPC9zdmc+Cg==");
}

.shipping-ctn {
  padding: 50px 30px;
  background-color: #025490;
  color: #F3F1DF;
}
.shipping-ctn .container {
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .shipping-ctn .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .shipping-ctn .container svg {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .shipping-ctn .container {
    gap: 100px;
  }
}
.shipping-ctn .container svg {
  width: 200px;
}
.shipping-ctn .container p {
  width: 90%;
  max-width: 900px;
}

.shipping-ctn + .simply-scroll {
  margin-top: 0;
  margin-bottom: 0;
  height: 45px;
}
.shipping-ctn + .simply-scroll .simply-scroll-clip {
  height: 45px;
}

#text-scroller {
  height: 45px;
  background-color: #0263a7;
}
#text-scroller p {
  color: #fff;
  margin-top: 7px;
  font-size: 35px;
}

.shipping-zone-ctn {
  text-align: center;
  background-color: #F3F1DF;
  display: flex;
  flex-wrap: wrap;
}
.shipping-zone-ctn img {
  width: 100%;
  height: auto;
  object-fit: contain;
  mix-blend-mode: darken;
}
@media (min-width: 1000px) {
  .shipping-zone-ctn img {
    width: 50%;
  }
}
.shipping-zone-ctn .shipping-zones {
  padding: 70px 50px;
  width: 100%;
}
@media (min-width: 1300px) {
  .shipping-zone-ctn .shipping-zones {
    padding: 70px 100px;
  }
}
@media (min-width: 1000px) {
  .shipping-zone-ctn .shipping-zones {
    width: 50%;
  }
}
.shipping-zone-ctn .shipping-zones p {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.shipping-zone-ctn .shipping-zones .rive-nord {
  text-align: left;
}
@media (min-width: 1300px) {
  .shipping-zone-ctn .shipping-zones .rive-nord ul {
    column-count: 2; /* Number of columns */
    column-gap: 10px; /* Space between columns */
    list-style-position: inside; /* Ensures bullets stay inside the column */
  }
}
@media (min-width: 1300px) {
  .shipping-zone-ctn .shipping-zones .rive-nord .border-bottom {
    border-bottom: 1px solid #402600;
  }
}
.shipping-zone-ctn .shipping-zones .rive-sud {
  text-align: left;
  margin-top: 30px;
}
.shipping-zone-ctn .shipping-zones .rive-sud .border-bottom {
  border-bottom: 1px solid #402600;
}
.shipping-zone-ctn .shipping-zones ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.shipping-zone-ctn .shipping-zones ul li {
  margin-right: 10px;
  border-top: 1px solid #402600;
}
.shipping-zone-ctn .shipping-zones .btn {
  margin: 40px auto 0;
}

.start-order {
  display: flex;
  justify-content: space-around;
  max-width: 1400px;
  margin: auto;
  align-items: center;
  padding: 70px 30px;
  flex-wrap: wrap;
}
.start-order img {
  width: 100%;
  margin: auto;
}
@media (max-width: 1050px) {
  .start-order img {
    max-width: 350px;
  }
}
@media (min-width: 767px) {
  .start-order img {
    width: 50%;
  }
}
@media (min-width: 1051px) {
  .start-order img {
    width: 35%;
  }
}
@media (min-width: 1400px) {
  .start-order img {
    width: 50%;
  }
}
.start-order .text-ctn {
  max-width: 650px;
}
@media (max-width: 1050px) {
  .start-order .text-ctn {
    text-align: center;
    margin-top: 50px;
  }
}
.start-order .order-title {
  margin-bottom: 25px;
  font-size: 40px;
}
.start-order .order-title .caveat {
  font-size: 62px;
}
.start-order .btn-ctn {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}
@media (max-width: 1050px) {
  .start-order .btn-ctn {
    justify-content: center;
  }
}

.content.products,
.product_landing .product_content {
  background-color: #F3F1DF !important;
}

.login,
.quantity .ui-spinner {
  background: #F3F1DF;
}

.login h1 {
  color: #0563A7;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 100px;
}

.login .row {
  max-width: 1200px;
  margin: auto;
}

.login .row .col-sm-6 {
  padding-left: 30px;
  padding-right: 30px;
}

footer {
  background-color: #402600;
  padding: 30px 30px 15px;
  position: relative;
  z-index: 10;
}
footer .top {
  margin-bottom: 60px;
}
footer .newsletter-ctn {
  color: #F3F1DF;
}
footer .newsletter-ctn .caveat {
  font-size: 40px;
}
@media (max-width: 767px) {
  footer .newsletter-ctn .caveat {
    text-align: center;
  }
}
footer .newsletter-ctn form {
  margin-top: 25px;
  display: flex;
}
@media (max-width: 767px) {
  footer .newsletter-ctn form {
    justify-content: center;
  }
}
footer .newsletter-ctn input {
  border-color: #F3F1DF;
  color: #F3F1DF;
  height: 48px;
  border-radius: 2px 0 0 2px;
}
footer .newsletter-ctn input:focus,
footer .newsletter-ctn input.form-control:focus,
footer .newsletter-ctn textarea:focus,
footer .newsletter-ctn textarea.form-control:focus {
  background-color: #F3F1DF;
  color: #402600;
  border-color: #F3F1DF;
}
footer .newsletter-ctn #btnSubcribeNewsLetter {
  background-color: #F3F1DF;
  color: #402600;
  font-size: 17px;
  margin-top: 0;
  border-radius: 2px;
  border-radius: 0 2px 2px 0;
}
@media (max-width: 767px) {
  footer .newsletter-ctn #btnSubcribeNewsLetter {
    width: 50px;
    height: 48px;
    padding: 5px;
  }
}
footer .social-ctn {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .social-ctn {
    margin-top: 20px;
    justify-content: center;
  }
}
footer .social-ctn li {
  list-style: none;
}
footer .social-ctn a {
  display: block;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: #F3F1DF;
  color: #402600;
}
footer .bot {
  color: #F3F1DF;
}
footer .bot a {
  color: #F3F1DF;
}
footer .bot li {
  list-style: none;
}
footer .bot .links-ctn {
  display: flex;
}
@media (max-width: 991px) {
  footer .bot .links-ctn {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  footer .bot .links-ctn .copyright {
    width: 100%;
  }
}
footer .bot .links-ctn ul {
  display: flex;
}
@media (max-width: 991px) {
  footer .bot .links-ctn ul {
    flex-wrap: wrap;
  }
}
footer .bot .links-ctn ul li {
  margin-right: 20px;
}
@media (max-width: 991px) {
  footer .bot .links-ctn ul li {
    width: 100%;
  }
}
footer .bot .links-ctn ul li a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
footer .bot .logo-footer-ctn {
  display: flex;
}
@media (max-width: 991px) {
  footer .bot .logo-footer-ctn a {
    margin: auto;
  }
}
@media (min-width: 992px) {
  footer .bot .logo-footer-ctn a {
    margin-left: auto;
  }
}
