@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: #393939;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 12px 0;
}

.btn {
  font-weight: 700;
  line-height: 1.57;
  text-align: center;
}
.btn--outlined {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.83;
}

.badge {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.83;
}
.badge--top {
  font-size: 14px;
  line-height: 1.43;
}

.product-card__title a, .product-name a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #393939;
  text-decoration: none;
}

a {
  color: #0068A3;
}
a:hover {
  text-decoration: none;
}

span.widget-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #393939;
  line-height: 1.38;
  margin-bottom: 16px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.btn {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 40px;
  padding: 0 18px;
  transition: all 200ms ease-in;
  border: none;
}
.btn--primary {
  color: #f3f3f3;
  background: #0068A3;
}
.btn--primary:hover {
  background: #00507d;
  box-shadow: 0 0 4px rgba(57, 57, 57, 0.25);
}
.btn--secondary {
  color: #393939;
  background: #F0D91F;
}
.btn--secondary:disabled {
  background: #cccccc;
  cursor: not-allowed;
}
.btn--secondary:disabled:hover {
  background: #cccccc;
}
.btn--secondary:hover {
  background: #dac40f;
  box-shadow: 0 0 4px rgba(57, 57, 57, 0.25);
}
.btn--secondary.checkout-custom-button {
  width: calc(100% - 52px);
  margin-left: 27px;
}
.btn--outlined {
  color: #0068A3;
  background: #ffffff;
  border: 1px solid #0068A3;
}
.btn--outlined:hover {
  color: #001724;
}
.btn--search {
  color: #f3f3f3;
  background: #0068A3;
  width: 38px;
  height: 38px;
}
.btn--small {
  height: 32px;
  padding: 0 18px;
}
.btn--paginate-page {
  border: 1px solid #0068A3;
  color: #0068A3;
  background: #ffffff;
  width: 40px;
  padding: 0;
}
.btn--paginate-page.active {
  color: #f3f3f3;
  background: #0068A3;
}
.btn--paginate-nav {
  color: #f3f3f3;
  background: #0068A3;
}
.btn--paginate-nav.disabled {
  color: #999595;
  background: #e9e9e9;
  pointer-events: none;
}
.btn--w100 {
  width: 100%;
}

.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 20px;
  padding: 0 8px;
  color: #f3f3f3;
}
.badge--top-seller {
  background: #0068A3;
}
.badge--discount {
  background: #e25b57;
}
.badge--top {
  background: #e25b57;
  height: 30px;
}

.quantity input[type=number] {
  border-radius: 0;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.page-title {
  font-size: 20px;
  font-weight: bold;
}

.quantity {
  display: flex;
}
.quantity button, .quantity input {
  height: 24px;
  width: 40px;
  outline: none;
}
.quantity input {
  font-family: "Roboto", sans-serif;
  border: 1px solid #0068A3;
  font-size: 13px;
}
.quantity button {
  cursor: pointer;
}
.quantity .plusminus {
  background-color: #0068A3;
  color: white;
  border: none;
  font-size: 30px;
  line-height: 0;
}
.quantity .plusminus:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.quantity .plusminus:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.main_249c, #jvlabelWrap, .button_d9dc {
  bottom: 79px !important;
}

@media only screen and (min-width: 1180px) {
  .main_249c, #jvlabelWrap, .button_d9dc {
    bottom: 0 !important;
  }
}
.woocommerce p.stars a {
  color: #f3de4d;
}

.add_to_cart_button {
  cursor: pointer;
  min-width: 175px;
  font-size: 14px;
}

a.add_to_cart_button {
  margin-left: auto;
}
a.add_to_cart_button i {
  margin-left: 8px;
}

.page-default {
  padding: 0 20px;
}
@media only screen and (min-width: 1180px) {
  .page-default {
    padding: 0 50px;
  }
}

.woocommerce-login-register-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 1180px) {
  .woocommerce-login-register-wrapper {
    flex-direction: row-reverse;
  }
}
.woocommerce-login-register-wrapper div {
  flex: 1;
}
@media only screen and (min-width: 1180px) {
  .woocommerce-login-register-wrapper div {
    padding: 0 10px;
  }
}

.woocommerce .widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  background: #F0D91F;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  margin-right: auto;
}

#bigburg-cookie-consent {
  display: flex;
  position: fixed;
  width: 100%;
  bottom: 65px;
  background: white;
  text-align: center;
  background: #F0D91F;
  z-index: 9999999;
  padding: 5px 0;
  font-size: 10px;
}
@media only screen and (min-width: 1180px) {
  #bigburg-cookie-consent {
    bottom: 0;
  }
}
#bigburg-cookie-consent a {
  color: #393939;
}
#bigburg-cookie-consent p {
  margin-bottom: 5px;
  padding: 0 10px;
}
#bigburg-cookie-consent button {
  font-size: 11px;
  font-weight: normal;
  height: auto;
  padding: 3px 10px;
}
#bigburg-cookie-consent #reject-cookie {
  border: 1px solid #393939;
  background: transparent;
  margin-right: 20px;
}
#bigburg-cookie-consent #accept-cookie {
  background: #2C7204;
  color: white;
  display: block;
  margin: 5px auto 0;
}
@media only screen and (min-width: 900px) {
  #bigburg-cookie-consent #accept-cookie {
    margin-left: 20px;
    display: inline-block;
  }
}

.product-details__title:first-letter, .product-card__title a:first-letter, .product-name a:first-letter, .product-card__title:first-letter {
  text-transform: capitalize;
}

.product-card__title a, .product-name a {
  display: inline-block;
}

input {
  height: 40px;
  border-radius: 5px;
  border: solid 1px #dbdbdb;
  font-size: 13px;
  padding: 0 12px;
}

input[type=checkbox], input[type=radio] {
  height: auto;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  height: 40px;
  padding: 0 18px;
  transition: all 200ms ease-in;
  border: none;
  color: #393939;
  background: #f3de4d;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  height: auto;
  border-radius: 3px;
}

.woocommerce-account .woocommerce {
  display: flex;
  flex-direction: column;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  color: white;
  display: block;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  background: #0068A3;
  display: block;
  padding: 10px 20px;
  width: 100%;
  color: white;
  text-decoration: none;
  border-bottom: 3px solid white;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  border-bottom: 3px solid #F0D91F;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  border-bottom: 3px solid #F0D91F;
}

.shipping_info_pgr {
  display: inline-block;
  height: 12px;
}
.shipping_info_pgr button {
  position: relative;
  top: -1px;
  left: 2px;
  cursor: pointer;
  color: white;
  background: #0068A3;
  border: none;
  height: auto;
  padding: 0;
  font-size: 8px;
  border-radius: 50%;
}
.shipping_info_pgr button i {
  width: 12px !important;
  height: 12px;
  line-height: 12px;
  font-size: 8px;
  color: white;
}
.shipping_info_pgr button:hover {
  text-decoration: underline;
}

a.shipping_info_pgr {
  background: #0068A3;
  font-size: 8px;
  border-radius: 50%;
  text-align: center;
}
a.shipping_info_pgr i {
  width: 12px !important;
  height: 12px;
  line-height: 12px;
  font-size: 8px;
  color: white;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  position: relative;
}

h1 {
  font-size: 18px;
}
@media only screen and (min-width: 1180px) {
  h1 {
    font-size: 21px;
  }
}

img {
  width: 100%;
  height: auto;
}

.show-old-price {
  display: block;
}

.hide-old-price {
  display: none;
}

.store-notice {
  padding: 10px;
  text-align: center;
  color: white;
  background: red;
  font-weight: bold;
}

.header-desk-nav__delivery {
  max-width: 160px;
  margin-left: auto;
}

.chat-floating-icon {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 999;
}
.chat-floating-icon img {
  max-width: 100px;
}

.product-details__help img.whatsapp-logo {
  position: relative;
  width: 16px;
  vertical-align: middle;
}

@media only screen and (min-width: 1180px) {
  .mobile-only {
    display: none;
  }
}

.cc-images-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cc-images-wrapper div {
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cc-images-wrapper div:first-child {
  flex-basis: 100%;
}
@media only screen and (min-width: 600px) {
  .cc-images-wrapper div:first-child {
    flex-basis: auto;
  }
}
.cc-images-wrapper div img {
  width: auto;
  max-height: 25px;
}
.cc-images-wrapper div img:last-child {
  margin-right: 0;
}
.cc-images-wrapper div button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.red-text {
  color: red;
}

.logo-temp {
  color: #0068A3;
  line-height: 1;
  text-transform: uppercase;
  height: 56px;
  text-align: center;
}
.logo-temp__title {
  font-size: 2.75em;
  font-weight: 700;
}
.logo-temp__title::after {
  content: "";
  display: block;
  height: 2px;
  background: yellow;
  margin-bottom: 6px;
}
.logo-temp__desc {
  font-size: 0.7em;
}

.switch__label {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 23px;
  border-radius: 6px;
}
.switch__label input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch__label-slider {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3f3f3;
  border-radius: 6px;
  border: 1px solid #0068A3;
  transition: 0.4s;
}
.switch__label-slider:before {
  content: "";
  position: absolute;
  left: 2px;
  bottom: 2px;
  height: 17px;
  width: 17px;
  background: #0068A3;
  border-radius: 4px;
  transition: 0.4s;
}
input:checked + .switch__label-slider:before {
  transform: translateX(20px);
}
.switch__text {
  margin: 0 8px;
  font-weight: 400;
  color: #393939;
}
.switch__text.active {
  font-weight: 700;
  color: #0068A3;
}

.header {
  z-index: 2;
}
.header__main {
  padding: 12px;
  display: flex;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1180px) {
  .header__main {
    justify-content: space-between;
    align-items: center;
    gap: 48px;
  }
}
.header__brand {
  max-width: 180px;
  max-height: 85px;
}
@media only screen and (min-width: 350px) {
  .header__brand {
    max-width: 220px;
  }
}
@media only screen and (min-width: 460px) {
  .header__brand {
    max-width: 250px;
  }
}
.header__brand img {
  display: block;
  max-height: 56px;
  width: auto;
  max-width: 100%;
}
@media only screen and (min-width: 900px) {
  .header__brand img {
    max-height: 74px;
  }
}
.header__switch {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 1180px) {
  .header__switch {
    display: none;
    background: #f3f3f3;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 48px;
    border-radius: 8px;
  }
}
.header__search {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 16px 12px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  transform: translate(calc(-100% + 62px), -50%);
  transition: all ease-in-out 250ms;
}
.header__search.active {
  transform: translate(0px, -50%);
}
@media only screen and (min-width: 1180px) {
  .header__search .btn--search {
    display: none;
  }
}
.header__search-form {
  flex: 1;
  height: 38px;
  display: flex;
  position: relative;
}
.header__search-form > .placeholder-icon {
  display: none;
  color: #cdcdcd;
}
@media only screen and (min-width: 1180px) {
  .header__search-form > .placeholder-icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 17px;
  }
}
.header__search-form > input {
  height: 100%;
  width: 100%;
  border-radius: 5px 0 0 5px;
  outline: none;
  border: 1px solid #0068A3;
  border-right: none;
  padding: 0 12px;
  color: #393939;
  font-family: inherit;
}
.header__search-form > input::placeholder {
  color: #cdcdcd;
}
@media only screen and (min-width: 1180px) {
  .header__search-form > input {
    font-size: 15px;
    line-height: 1.47;
    padding: 0 48px;
  }
}
.header__search-form > button {
  flex: 0 0 48px;
  height: 100%;
  border-radius: 0 5px 5px 0;
  outline: none;
  border: none;
  background: #0068A3;
  color: #f3f3f3;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 1180px) {
  .header__search-form > button {
    flex-basis: 100px;
  }
}
.header__search-form > button > span {
  display: none;
  font-weight: 700;
  line-height: 1.57;
}
@media only screen and (min-width: 1180px) {
  .header__search-form > button > span {
    display: inline;
  }
}
@media only screen and (min-width: 1180px) {
  .header__search-form > button > i {
    display: none;
  }
}
@media only screen and (min-width: 1180px) {
  .header__search-form {
    width: 490px;
    height: 46px;
    background: #f3f3f3;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1180px) {
  .header__search {
    position: static;
    padding: 0;
    transform: none;
    transition: none;
  }
}
.header-desk-nav {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .header-desk-nav {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  .header-desk-nav__contact {
    flex: 1;
    position: relative;
  }
  .header-desk-nav__contact img {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
  }
  .header-desk-nav__contact > div {
    padding-left: 55px;
  }
  .header-desk-nav__contact > div span {
    font-weight: 700;
    line-height: 1.57;
    font-size: 14px;
  }
  .header-desk-nav__contact > div a {
    text-decoration: none;
    color: #0068A3;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: -0.2px;
    white-space: nowrap;
  }
  .header-desk-nav__contact > div a:hover {
    text-decoration: underline;
  }
  .header-desk-nav__subphone {
    margin-left: 22px;
    font-size: 10.5px;
    display: block;
    margin-top: -5px;
  }
  .header-desk-nav__user {
    display: block;
    margin-left: auto;
  }
  .header-desk-nav__user-details {
    margin-bottom: 8px;
    height: 100%;
    position: relative;
  }
  .header-desk-nav__user-details > div {
    background: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 158px;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    cursor: pointer;
  }
  .header-desk-nav__user-details > div span {
    font-weight: 700;
    line-height: 1.57;
  }
  .header-desk-nav__user-details > div span a {
    color: #393939;
    text-decoration: none;
  }
  .header-desk-nav__user-details > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background-color: #f3f3f3;
    border-top: 2px solid #ffffff;
    padding-bottom: 8px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 250ms ease-in-out;
    z-index: 1;
  }
  .header-desk-nav__user-details > ul.active {
    visibility: visible;
    opacity: 1;
  }
  .header-desk-nav__user-details > ul > li {
    padding-top: 8px;
    text-align: center;
  }
  .header-desk-nav__user-details > ul > li > a {
    text-decoration: none;
    color: inherit;
  }
  .header-desk-nav__user-cart {
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 700;
    line-height: 1.57;
    color: #393939;
    text-decoration: none;
  }
  .header-desk-nav__user-cart i {
    margin-right: 12px;
    position: relative;
  }
  .header-desk-nav__user-cart i span {
    position: absolute;
    left: 12px;
    bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #F0D91F;
    font-size: 11px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
  }
  .header-desk-nav__user-cart a {
    color: #393939;
    text-decoration: none;
  }
}
.header-menu-button-mob {
  position: absolute;
  right: 24px;
  top: 0;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.header-menu-button-mob a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.header-menu-button-mob a span {
  font-size: 11px;
  padding-top: 7px;
  line-height: 1;
}
@media only screen and (min-width: 1180px) {
  .header-menu-button-mob {
    display: none;
  }
}
.header-mob-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0068A3;
  box-shadow: 0 0 2px rgba(57, 57, 57, 0.75);
  z-index: 10000;
}
.header-mob-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0 12px 12px 12px;
  display: flex;
  justify-content: space-between;
}
.header-mob-nav li {
  text-align: center;
}
.header-mob-nav li a {
  color: #f3f3f3;
  text-decoration: none;
  position: relative;
  display: block;
  padding-top: 16px;
  width: 55px;
  transition: all 200ms ease-in;
  cursor: pointer;
}
.header-mob-nav li a.active {
  font-weight: 700;
}
.header-mob-nav li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  background: #F0D91F;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.header-mob-nav li a.active::after {
  opacity: 1;
}
.header-mob-nav li a > * {
  display: block;
}
.header-mob-nav li a i {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-mob-nav li a i.fa-shopping-cart {
  position: relative;
}
.header-mob-nav li a i.fa-shopping-cart span {
  position: absolute;
  right: 6px;
  bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #F0D91F;
  font-size: 9px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #393939;
}
.header-mob-nav li a span {
  font-size: 9px;
  line-height: 2.22;
}
@media only screen and (min-width: 1180px) {
  .header-mob-nav {
    display: none;
  }
}
.header .navigation-mob-header,
.header .navigation-mob-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
@media only screen and (min-width: 1180px) {
  .header .navigation-mob-header,
.header .navigation-mob-backdrop {
    display: none !important;
  }
}
.header .navigation-mob-header {
  height: 40px;
  padding: 0 14px;
  background-color: #0068A3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 9999;
  transform: translateY(-40px);
  transition: all 0.2s 0.2s;
}
.header .navigation-mob-header i, .header .navigation-mob-header span {
  color: #f3f3f3;
  font-size: 16px;
}
.header .navigation-mob-header span {
  display: inline-block;
  margin-left: 12px;
  font-weight: bold;
}
.header .navigation-mob-header .navigation-mob__close {
  position: absolute;
  top: 11px;
  right: 14px;
}
.header .navigation-mob-header .navigation-mob__close i {
  font-size: 20px;
}
.header .navigation-mob-backdrop {
  height: 100vh;
  background: rgba(57, 57, 57, 0.43);
  z-index: 1;
  transition: all 0.3s;
}
@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
  .header .navigation-mob-backdrop {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.header-desk-categories {
  position: fixed;
  top: 40px;
  left: 0;
  background: #ffffff;
  z-index: 9999;
  height: calc(100vh - 40px - 75px);
  max-height: calc(100vh - 40px - 75px);
  width: 90%;
  overflow-y: auto;
  transform: translateX(-90%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s 0.2s;
}
@media only screen and (min-width: 1180px) {
  .header-desk-categories {
    display: block;
    position: relative;
    background: #0068A3;
    top: unset;
    left: unset;
    z-index: unset;
    height: unset;
    width: unset;
    overflow-y: unset;
    transform: unset;
    visibility: unset;
    opacity: unset;
    transition: unset;
  }
}
.header-desk-categories:target {
  transform: translateX(0);
}
.header-desk-categories:target, .header-desk-categories:target ~ .navigation-mob-header, .header-desk-categories:target ~ .navigation-mob-backdrop {
  visibility: visible;
  opacity: 1;
}
.header-desk-categories:target ~ .navigation-mob-header {
  transform: translateY(0);
}
@media only screen and (min-width: 1180px) {
  .header-desk-categories__backdrop {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: calc(100vh - 160px);
    background: rgba(57, 57, 57, 0.43);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
  }
  .header-desk-categories__backdrop.active {
    visibility: visible;
    opacity: 1;
  }
}
.header-desk-category-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-transform: uppercase;
  font-weight: bold;
}
.header-desk-category-items span {
  margin-right: 8px;
}
@media only screen and (min-width: 1180px) {
  .header-desk-category-items {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
  }
}
.header-desk-category-item {
  min-height: 50px;
  position: relative;
  text-transform: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
}
@media only screen and (min-width: 1180px) {
  .header-desk-category-item {
    height: 50px;
    position: unset;
    text-transform: uppercase;
    width: unset;
    border-bottom: none;
  }
}
.header-desk-category-item .navigation-checkbox {
  display: none;
}
.header-desk-category-item .navigation-checkbox:checked ~ .header-desk-category-item__submenu {
  display: block;
  z-index: 1;
}
.header-desk-category-item .navigation-checkbox:checked ~ .header-desk-category-item__submenu::before {
  content: "";
  display: block;
  width: calc(100% + 28px);
  height: 1px;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
  left: -14px;
}
.header-desk-category-item .navigation-checkbox:checked ~ a {
  font-weight: 700 !important;
}
.header-desk-category-item .navigation-checkbox:checked ~ a > i {
  transform: translate(-50%, -50%) rotate(450deg);
}
.header-desk-category-item label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (min-width: 1180px) {
  .header-desk-category-item label {
    display: none;
  }
}
.header-desk-category-item i {
  display: none;
}
.header-desk-category-item.menu-item-has-children i {
  margin-left: 8px;
}
.header-desk-category-item.menu-item-has-children i.display--mobile {
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-block;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
@media only screen and (min-width: 1180px) {
  .header-desk-category-item.menu-item-has-children i.display--mobile {
    display: none;
  }
}
.header-desk-category-item.menu-item-has-children i.display--desktop {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .header-desk-category-item.menu-item-has-children i.display--desktop {
    display: inline-block;
  }
}
.header-desk-category-item > a {
  text-decoration: none;
  font-weight: 400;
  line-height: 49px;
  color: #393939;
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0 14px;
}
@media only screen and (min-width: 1180px) {
  .header-desk-category-item > a {
    font-weight: 700;
    color: #f3f3f3;
    display: flex;
    align-items: center;
    width: unset;
    line-height: 1.57;
    padding: 0;
  }
  .header-desk-category-item > a::after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    position: absolute;
    bottom: 0;
    background: #F0D91F;
    opacity: 0;
  }
  .header-desk-category-item > a.active::after {
    content: "";
    opacity: 1;
  }
}
.header-desk-category-item__submenu {
  background: #ffffff;
  display: none;
  padding: 20px 25px;
  position: relative;
  margin: 0 14px;
}
@media only screen and (min-width: 1180px) {
  .header-desk-category-item__submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    box-shadow: 0 0 2px rgba(57, 57, 57, 0.75);
    padding: 0;
    margin: 0;
    visibility: hidden;
    opacity: 0;
  }
  .header-desk-category-item__submenu.active {
    visibility: visible;
    opacity: 1;
  }
}
.header-desk-category-item__submenu > div > div:not(:first-of-type) {
  margin-top: 15px;
}
.header-desk-category-item__submenu > div > div > img {
  display: none;
}
.header-desk-category-item__submenu > div > div > a {
  text-decoration: none;
  font-size: 14px;
  color: #393939;
  font-weight: normal;
  text-transform: none;
}
@media only screen and (min-width: 1180px) {
  .header-desk-category-item__submenu > div {
    padding: 50px 500px 50px 50px;
    height: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 20px;
    position: relative;
  }
  .header-desk-category-item__submenu > div > div {
    margin-top: 0 !important;
  }
  .header-desk-category-item__submenu > div > div > img {
    display: inline-block;
    position: absolute;
    top: 70px;
    right: 50px;
    width: 260px;
    height: 260px;
    opacity: 0;
    transition: opacity 250ms ease-in-out;
  }
  .header-desk-category-item__submenu > div > div > img.active {
    opacity: 1;
  }
  .header-desk-category-item__submenu > div > div > a {
    text-decoration: none;
    font-size: 15px;
    line-height: 2.4;
    color: #393939;
    text-transform: none;
    font-weight: 400;
  }
  .header-desk-category-item__submenu > div > div > a::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #0068A3;
    margin-right: 8px;
    position: relative;
    bottom: 2px;
  }
}

.header-checkout__main {
  padding: 12px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1180px) {
  .header-checkout__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 50px;
  }
  .header-checkout__main > * {
    flex: 1;
  }
}
.header-checkout__link {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .header-checkout__link {
    display: block;
    font-weight: 700;
    line-height: 1.29;
    color: #0068A3;
    text-decoration: none;
  }
  .header-checkout__link > i {
    margin-right: 8px;
  }
}
.header-checkout__link-mobile {
  position: absolute;
  left: 12px;
  top: 16px;
}
@media only screen and (min-width: 1180px) {
  .header-checkout__link-mobile {
    display: none;
  }
}
.header-checkout__brand {
  width: 168px;
  height: 56px;
}
@media only screen and (min-width: 1180px) {
  .header-checkout__brand {
    flex: 0 0 225px;
    height: 75px;
  }
}

.main {
  padding-bottom: 450px;
}
@media only screen and (min-width: 1180px) {
  .main {
    padding-bottom: 300px;
  }
}
@media only screen and (min-width: 1180px) {
  .main {
    padding: 25px 0 186px 0;
  }
}

.main-order-confirmation {
  padding-bottom: 100px;
}
@media only screen and (min-width: 1180px) {
  .main-order-confirmation {
    padding: 30px 0 100px 0;
  }
}

.woocommerce-cart .btn {
  font-size: 14px;
}
.woocommerce-cart .btn:disabled {
  opacity: 0.5;
}
.woocommerce-cart .site-main {
  padding-bottom: 380px;
}
@media only screen and (min-width: 900px) {
  .woocommerce-cart .site-main {
    padding-bottom: 350px;
  }
}
@media only screen and (min-width: 1180px) {
  .woocommerce-cart .site-main {
    padding-bottom: 265px;
  }
}
.woocommerce-cart .site-main .container {
  max-width: 900px;
  margin: 0 auto;
}
.woocommerce-cart .site-main .woocommerce {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1180px) {
  .woocommerce-cart .site-main .woocommerce {
    flex-direction: row;
  }
}
.woocommerce-cart .site-main .woocommerce .cart-empty {
  width: 100%;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-notices-wrapper {
  flex: 0 0 100%;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals {
  flex: 0 0 265px;
  display: block;
  margin: 0 12px;
  width: auto;
}
@media only screen and (min-width: 1180px) {
  .woocommerce-cart .site-main .woocommerce .cart-collaterals {
    margin: 0;
  }
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper {
  background-color: #f9f9f9;
  padding-bottom: 20px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals h2 {
  font-size: 16px;
  line-height: 33px;
  padding: 0 22px;
  background-color: #dbdbdb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 24px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table {
  border-radius: 0;
  border: none;
  padding: 0 20px;
  font-size: 13px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr:last-child {
  text-align: right;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.order-tax th, .woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.order-tax td {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.order-total th, .woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.order-total td {
  padding-top: 10px;
  font-weight: bold;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.order-total th {
  text-align: left;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.order-total td div:last-of-type {
  font-size: 10px;
  font-weight: normal;
  color: #5a5a5a;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr td, .woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr th {
  width: 50%;
  border: none;
  font-weight: normal;
  padding: 5px 10px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr td strong, .woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr th strong {
  font-weight: normal;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr th {
  padding-left: 0;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr td {
  text-align: right;
  padding-right: 0;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.cart-country th {
  width: 60%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.cart-country th {
    width: 85%;
  }
}
@media only screen and (min-width: 1180px) {
  .woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.cart-country th {
    width: 52%;
  }
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.cart-country td {
  width: 40%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.cart-country td {
    width: 15%;
  }
}
@media only screen and (min-width: 1180px) {
  .woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.cart-country td {
    width: 48%;
  }
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.cart-country select.country {
  border: none;
  background-color: #f9f9f9;
  outline: none;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .cart_totals .shop_table tr.custom-shipping .custom-shipping-price {
  color: #2d7300;
  line-height: 1.2;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .wc-proceed-to-checkout {
  padding: 0 22px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .wc-proceed-to-checkout a.checkout-button {
  border-radius: 5px;
  background-color: #F0D91F;
  color: #393939;
  font-size: 14px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cart-totals-wrapper .wc-proceed-to-checkout a.checkout-button i {
  color: black;
  margin-left: 10px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cc-accepting-box {
  background-color: #f9f9f9;
  margin-top: 30px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cc-accepting-box h2 {
  font-size: 16px;
  line-height: 33px;
  padding: 0 22px;
  background-color: #dbdbdb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.woocommerce-cart .site-main .woocommerce .cart-collaterals .cc-accepting-box .cc-images-wrapper {
  padding: 10px;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper {
  flex: 1;
  padding: 12px 12px 30px;
}
@media only screen and (min-width: 1180px) {
  .woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper {
    padding: 0 64px 0 0;
  }
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-top-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-top-wrapper .cart-title-wrapper {
  word-wrap: normal;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-top-wrapper .update-cart-wrapper .btn {
  width: 190px;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: solid 1px #dbdbdb;
  padding: 24px 0;
  flex-direction: row;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-thumbnail {
  display: flex;
  flex: 0 0 50px;
  align-items: center;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 500px) {
  .woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-thumbnail {
    flex: 0 0 80px;
    margin: 0 46px 0 0;
  }
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 500px) {
  .woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-top .product-name {
    flex: 0 0 250px;
  }
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-top .product-price {
  text-align: right;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-top .product-price > span.amount:first-of-type {
  font-size: 11px;
  color: #7f7f7f;
  text-decoration: line-through;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-top .product-price > span.amount:last-of-type {
  font-size: 15px;
  color: #0068A3;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .cart-item-info-delivery {
  font-size: 12px;
  font-weight: 700;
  color: #2d7300;
  line-height: 1.67;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .cart-item-info-delivery i {
  width: 22px;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .product-quantity {
  display: flex;
  text-align: right;
  margin-left: auto;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .product-quantity .product-details-card__order-qty {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .product-quantity .product-details-card__order-qty > .btn, .woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .product-quantity .product-details-card__order-qty > .qty {
  height: 24px;
  width: 40px;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .product-quantity .product-details-card__order-qty > .btn {
  cursor: pointer !important;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .product-quantity .product-details-card__order-qty > .btn:first-of-type {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .product-quantity .product-details-card__order-qty > .btn:last-of-type {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .product-quantity .product-details-card__order-qty > .btn i {
  font-size: 12px;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .product-quantity .product-details-card__order-qty > .qty {
  border-radius: 0;
  padding: 0 0 0 15px;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .cart-item-remove a {
  color: #5a5a5a !important;
  width: auto;
  height: auto;
  margin-left: 20px;
  display: flex;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .cart-item-remove a:hover {
  background: none;
}
.woocommerce-cart .site-main .woocommerce .woocommerce-cart-form-wrapper .cart-items-wrapper .cart-item .cart-item-content .cart-item-content-bottom .cart-item-remove a i {
  font-size: 12px;
}
.woocommerce-cart .site-main .woocommerce form {
  border: none;
}
.woocommerce-cart .site-main .woocommerce form.checkout_coupon {
  margin: 0;
  padding: 0 22px;
}
.woocommerce-cart .site-main .woocommerce form.checkout_coupon .form-row-first, .woocommerce-cart .site-main .woocommerce form.checkout_coupon .form-row-last {
  float: none;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
.woocommerce-cart .site-main .woocommerce form.checkout_coupon .form-row-first input::placeholder {
  color: #dbdbdb;
}
.woocommerce-cart .site-main .woocommerce form.checkout_coupon button[name=apply_coupon] {
  width: 100%;
  padding: 0;
  height: 30px;
  background-color: #F0D91F;
}
.woocommerce-cart .woocommerce-remove-coupon {
  color: #393939;
}
.woocommerce-cart .wc-gzd-cart-info.delivery-time-info {
  display: none;
}
.woocommerce-cart .header-checkout__link {
  display: block;
  font-weight: normal;
  color: black;
  margin-top: 25px;
  text-decoration: none;
}
.woocommerce-cart .header-checkout__link:hover {
  text-decoration: underline;
}
.woocommerce-cart .header-checkout__link i {
  margin-right: 2px;
  font-size: 11px;
}
.woocommerce-cart .header-checkout__link__top {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .woocommerce-cart .header-checkout__link__top {
    display: block;
  }
}
.woocommerce-cart .header-checkout__link__bottom {
  display: block;
}
@media only screen and (min-width: 1180px) {
  .woocommerce-cart .header-checkout__link__bottom {
    display: none;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer__nav {
  color: #5a5a5a;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px 30px;
}
@media only screen and (min-width: 1180px) {
  .footer__nav {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1440px) {
  .footer__nav {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 82px;
    padding: 0 50px;
  }
}
.footer__nav .menu-footer-2-container .footer__link-items {
  flex-direction: row;
  justify-content: center;
  margin: 0;
}
.footer__nav .menu-footer-2-container .footer__link-items .footer__link-item {
  flex: unset;
  margin-right: 10px;
}
.footer__nav-items {
  list-style-type: none;
  margin: 0;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1180px) {
  .footer__nav-items {
    padding: 0;
  }
}
.footer__nav-item a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1180px) {
  .footer__nav-item {
    margin-left: 30px;
  }
}
.footer__copyright {
  text-align: center;
  color: #bbb;
  padding: 10px 0;
}
@media only screen and (min-width: 1440px) {
  .footer__copyright {
    color: #5a5a5a;
    border: none;
    padding: 0;
    order: -1;
  }
}
.footer__links {
  background: #0068A3;
  color: #f3f3f3;
  padding: 12px;
}
@media only screen and (min-width: 1180px) {
  .footer__links {
    padding: 30px 0;
  }
}
.footer__links > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 1180px) {
  .footer__links > div {
    flex-direction: row;
    padding: 0 50px;
  }
}
.footer__links .menu-footer-1-container {
  flex: 1;
  margin-left: 18px;
}
.footer__link-items {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
}
@media only screen and (min-width: 1180px) {
  .footer__link-items {
    flex: unset;
    justify-content: unset;
    align-items: unset;
    flex-wrap: unset;
  }
}
.footer__link-item {
  padding: 0 6px;
}
.footer__link-item a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 600px) {
  .footer__link-item {
    display: flex;
    flex: 0 0 50%;
    justify-content: center;
  }
}
@media only screen and (min-width: 900px) {
  .footer__link-item {
    display: list-item;
    flex: unset;
    justify-content: unset;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1180px) {
  .footer__link-item {
    margin-right: 40px;
    padding: 0;
  }
}
.footer__link-item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 1180px) {
  .footer #allsecureexchange_footer {
    width: 50%;
    margin-right: 0;
  }
}
