@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;
}

.product-details-card__popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(57, 57, 57, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
  .product-details-card__popup {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.product-details-card__popup .popup__content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.25);
  width: 90%;
  background-color: #ffffff;
  box-shadow: 0 40px 34px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s 0.2s;
}
@media only screen and (min-width: 900px) {
  .product-details-card__popup .popup__content {
    width: 75%;
    top: 50%;
  }
}
@media only screen and (min-width: 1180px) {
  .product-details-card__popup .popup__content {
    width: 50%;
  }
}
.product-details-card__popup .popup__close:link, .product-details-card__popup .popup__close:visited {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  transition: all 0.3s;
  color: #393939;
  text-align: right;
}
.product-details-card__popup .popup__close:link i, .product-details-card__popup .popup__close:visited i {
  color: #393939;
  font-size: 18px;
}
.product-details-card__popup:target {
  opacity: 1;
  visibility: visible;
}
.product-details-card__popup:target .popup__content {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

*,
*::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;
  }
}

.product-nav {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 12px;
}
@media only screen and (min-width: 1180px) {
  .product-nav {
    padding: 0;
  }
}
.product-nav > * {
  padding-right: 12px;
}
.product-nav a {
  text-decoration: none;
  font-size: 12px;
  line-height: 1.67;
  color: #5a5a5a;
}
.product-nav a:last-child {
  font-weight: 700;
}

.filters-breadcrumbs {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1180px) {
  .filters-breadcrumbs {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.filters-breadcrumbs > div {
  flex: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1180px) {
  .filters-breadcrumbs > div {
    margin-bottom: 0;
  }
}
.filters-breadcrumbs > div.bb-active-filter-wrapper {
  margin-bottom: 0;
}
.filters-breadcrumbs > div.bb-active-filter-wrapper .product-category__filter-actions {
  width: 100%;
  max-width: 100%;
  flex: 1;
}

.product-details {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1180px) {
  .product-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 50px;
    margin-bottom: 40px;
    gap: 65px;
  }
}
.product-details__title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 8px 12px;
}
@media only screen and (min-width: 1180px) {
  .product-details__title {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }
}
.product-details__ratings {
  padding: 0 12px 12px 12px;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 1180px) {
  .product-details__ratings {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-details__ratings > .star-rating {
  display: block;
  position: relative;
  margin-left: 0;
  font-family: star sans-serif;
}
.product-details__ratings > .star-rating i {
  color: #F0D91F;
}
.product-details__ratings > span {
  margin-left: 4px;
}
.product-details__ratings > span, .product-details__ratings > span > a {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.92;
  color: #0068A3;
}
.product-details__preview {
  padding: 0 12px 20px 12px;
}
@media only screen and (min-width: 1180px) {
  .product-details__preview {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-details__preview-image, .product-details__preview-video {
  width: 220px;
  margin: 0 auto;
  display: none;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
.product-details__preview-image.active, .product-details__preview-video.active {
  display: block;
  cursor: pointer;
}
@media only screen and (min-width: 1180px) {
  .product-details__preview-image, .product-details__preview-video {
    width: 400px;
    margin-bottom: 12px;
  }
}
.product-details__preview-video {
  height: 0;
  padding-bottom: 215px;
  margin-bottom: 12px;
  position: relative;
}
@media only screen and (min-width: 1180px) {
  .product-details__preview-video {
    padding-bottom: 101.75%;
  }
}
.product-details__preview-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-details__preview-selection {
  text-align: center;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.product-details__preview-selection > a {
  width: 40px;
  height: 40px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  transition: opacity 200ms ease-in;
}
.product-details__preview-selection > a.active {
  border-color: #0068A3;
}
.product-details__preview-selection > a img {
  border-radius: 6px;
}
.product-details__preview-selection > a:hover {
  opacity: 0.6;
}
.product-details__preview-selection > div i {
  margin-left: 12px;
}
.product-details__preview-cta {
  width: calc(100% - 24px);
  margin: 0 auto;
}
body.single-product .product-details__preview-cta .product-details-card__info-price {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px;
}
body.single-product .product-details__preview-cta .product-details-card__info-price .regular_price_wrapper {
  font-size: 20px;
}
@media only screen and (min-width: 1180px) {
  .product-details__preview-cta {
    display: none;
  }
}
.product-details__preview-cta i {
  margin-left: 8px;
}
.product-details__spec {
  padding: 0 12px 12px 12px;
  line-height: 1.85;
  font-size: 13px;
}
@media only screen and (min-width: 1180px) {
  .product-details__spec {
    padding-left: 0;
    padding-right: 0;
    max-width: unset;
  }
}
.product-details__spec ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-details__spec li > span:first-child {
  font-weight: 700;
}
.product-details__spec i {
  color: #0068A3;
  margin-right: 8px;
}
.product-details__info {
  font-size: 13px;
  line-height: 1.77;
  padding: 0 12px 20px 12px;
}
@media only screen and (min-width: 1180px) {
  .product-details__info {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-details__info a {
  color: #0068A3;
}
.product-details__cta {
  padding: 0 12px 20px 12px;
}
@media only screen and (min-width: 1180px) {
  .product-details__cta {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-details__cta a {
  font-weight: 700;
  padding: 0 8px;
}
.product-details__cta a:first-child {
  margin-right: 8px;
}
.product-details__cta i {
  margin-right: 8px;
}
.product-details__selection {
  padding: 0 12px 30px 12px;
}
@media only screen and (min-width: 1180px) {
  .product-details__selection {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-details__selection h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
  margin-bottom: 4px;
}
.product-details__selection-items {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.product-details__selection-items label {
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  flex: 0 0 auto;
  flex-basis: calc((100% - 16px) / 3);
}
.product-details__selection-items label > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.product-details__selection-items label > div {
  padding: 8px;
  font-size: 13px;
  line-height: 1.69;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  width: 100%;
}
.product-details__selection-items label:hover > input ~ div {
  background: #f3f3f3;
}
.product-details__selection-items label > input:checked ~ div {
  color: #0068A3;
  font-weight: 700;
  border-color: #0068A3;
  background: rgba(0, 80, 130, 0.1);
}
.product-details__help {
  padding: 0 12px 36px 12px;
}
@media only screen and (min-width: 1180px) {
  .product-details__help {
    padding: 0;
  }
}
.product-details__help > div {
  position: relative;
  background: #f3f3f3;
  border: 1px solid #dbdbdb;
  padding: 12px;
  border-radius: 5px;
}
.product-details__help img {
  width: 50px;
  border-radius: 50%;
  position: absolute;
}
.product-details__help h3, .product-details__help p {
  width: 100%;
  padding-left: 62px;
}
.product-details__help h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
}
.product-details__help p {
  letter-spacing: -0.2px;
  font-size: 13px;
  line-height: 1.38;
  margin: 0;
}
.product-details__help a {
  color: #0068A3;
  font-weight: 700;
}
.product-details__help i {
  color: #0068A3;
  margin: 0 2px;
}

@media only screen and (min-width: 1180px) {
  .product-details-content {
    padding-left: 465px;
    position: relative;
  }
}

.product-details-card {
  margin: 0 12px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #ffffff;
  position: relative;
}
@media only screen and (min-width: 1180px) {
  .product-details-card {
    flex: 0 0 370px;
    margin: 0;
  }
}
.product-details-card__body {
  position: relative;
  padding: 12px 12px 0 12px;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__body {
    padding: 12px 20px 0 20px;
  }
}
.product-details-card__badges {
  position: absolute;
  top: -10px;
  left: 12px;
  display: flex;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__badges {
    left: 20px;
  }
}
.product-details-card__badges > div {
  margin-right: 8px;
}
.product-details-card__brand {
  position: absolute;
  right: 20px;
  margin: 8px 0;
}
.product-details-card__brand > div {
  width: 130px;
  height: auto;
  background: #f3f3f3;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  text-align: right;
  display: inline-flex;
  font-style: italic;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
}
.product-details-card__brand > div img {
  display: block;
}
.product-details-card__info-price {
  margin-bottom: 20px;
  margin-top: 30px;
}
.product-details-card__info-price div:nth-child(1) {
  line-height: 1.43;
  color: #7f7f7f;
}
.product-details-card__info-price div:nth-child(1) span {
  font-size: 12px;
  text-decoration: none;
  margin-right: 8px;
}
.product-details-card__info-price div:nth-child(2) {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.91;
  color: #0068A3;
}
.product-details-card__info-price div:nth-child(3) {
  font-size: 9px;
  line-height: 2;
  color: #7f7f7f;
}
.product-details-card__info-delivery {
  font-size: 12px;
  font-weight: 700;
  color: #2d7300;
  line-height: 1.67;
  margin-bottom: 12px;
}
.product-details-card__info-delivery i {
  width: 22px;
}
.product-details-card__order {
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__order {
    margin-bottom: 30px;
  }
}
.product-details-card__order h3 {
  visibility: hidden;
  text-align: right;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__order h3 {
    visibility: visible;
  }
}
.product-details-card__order > div, .product-details-card__order .woocommerce-quantity-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-details-card__order-qty, .product-details-card__order-discounts {
  display: flex;
  height: 40px;
}
.product-details-card__order-qty .btn, .product-details-card__order-discounts .btn {
  width: 40px;
  cursor: pointer;
  outline: none;
}
.product-details-card__order-qty .btn.btn--outlined, .product-details-card__order-discounts .btn.btn--outlined {
  color: #5a5a5a;
  padding: 0;
}
.product-details-card__order-qty .btn:not(:first-of-type) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.product-details-card__order-qty .btn:not(:last-of-type) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product-details-card__order-qty .btn.btn--outlined {
  pointer-events: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.product-details-card__order-qty input[type=number] {
  width: 40px;
  outline: none;
  border-radius: 0;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  font-family: "Roboto", sans-serif;
  border: 1px solid #0068A3;
  font-size: 13px;
  text-align: center;
}
.product-details-card__order-qty input[type=number]::-webkit-inner-spin-button,
.product-details-card__order-qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.product-details-card__order-discounts {
  flex-basis: 55%;
  justify-content: space-between;
}
.product-details-card__order-discounts .btn {
  position: relative;
}
.product-details-card__order-discounts .btn.btn--outlined {
  border: 1px solid #5a5a5a;
}
.product-details-card__order-discounts .btn__flag {
  width: 30px;
  height: 20px;
  position: absolute;
  top: -12.5px;
  right: -7px;
  background-color: #e25b57;
  color: #ffffff;
  border-radius: 5px;
  font-size: 10px;
  line-height: 2.2;
}
.product-details-card__order > a i, .product-details-card__order .btn i {
  margin-left: 0;
}
.product-details-card__order .single_add_to_cart_button {
  cursor: pointer;
  font-size: 14px;
}
.product-details-card__order .single_add_to_cart_button i {
  margin-left: 5px;
}
.product-details-card__order .variable-product-out-of-stock-link {
  display: block;
  text-align: center;
}
.product-details-card__logos {
  margin: 0 0 24px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__logos {
    margin-bottom: 36px;
  }
}
.product-details-card__logos li i {
  font-size: 35px;
}
.product-details-card__compare-cta {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__compare-cta {
    margin-bottom: 36px;
  }
}
.product-details-card__compare-cta a:link,
.product-details-card__compare-cta a:visited {
  color: #0068A3;
  text-decoration: none;
  font-size: 12px;
}
.product-details-card__footer {
  background: #f3f3f3;
  padding: 20px 12px;
  border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__footer {
    padding: 20px;
  }
}
.product-details-card__footer h3 {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 12px;
}
.product-details-card__footer p {
  font-size: 13px;
  line-height: 1.38;
}
.product-details-card__footer p a:link,
.product-details-card__footer p a:visited {
  color: #0068A3;
  font-weight: bold;
}
.product-details-card__footer .trigger-live-chat {
  font-weight: normal;
}
.product-details-card__footer .trigger-live-chat:link {
  font-weight: normal;
}
.product-details-card__footer img {
  width: auto;
  vertical-align: middle;
}
.product-details-card__popup:target .popup__content {
  top: 5%;
  transform: translateX(-50%) scale(1) !important;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__popup:target .popup__content {
    top: 50%;
    transform: translate(-50%, -50%) scale(1) !important;
  }
}
.product-details-card__popup .popup-header {
  display: flex;
  padding: 20px 45px 20px 20px;
  background-color: #f3f3f3;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__popup .popup-header {
    padding: 20px 45px;
  }
}
.product-details-card__popup .popup-header i {
  font-size: 18px;
  margin-right: 12px;
  color: #0068A3;
}
.product-details-card__popup .popup-header h3 {
  display: inline-block;
  font-size: 18px;
  line-height: 1.11;
  color: #393939;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 40px);
}
.product-details-card__popup .product-card__info {
  background-color: #ffffff;
}
.product-details-card__popup .product-card__info-price div {
  text-align: start;
}
.product-details-card__popup .product-card__cta .btn:first-of-type i {
  margin-left: 8px;
}
.product-details-card__popup .popup-main-footer-wrapper {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
@media only screen and (min-width: 1180px) {
  .product-details-card__popup .popup-main-footer-wrapper {
    max-height: calc(100vh - 100px);
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  margin: 20px;
}
@media only screen and (min-width: 768px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-main {
    flex-direction: row;
    align-items: unset;
    margin: 30px 20px 25px;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__image {
  flex: 0 0 20%;
  justify-content: flex-start;
  align-items: start;
  padding-left: 0;
  margin: 0;
}
@media only screen and (min-width: 900px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__image {
    padding: 0 25px 0;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__image img {
  padding: 0;
  width: 110px;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info {
  flex-direction: column;
  padding: 0;
  width: 100%;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info {
    align-items: flex-start;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info .product-card__title {
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info .product-card__title {
    text-align: unset;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info-price {
  margin-bottom: 16px;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info-price div span, .product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info-price div del {
  font-size: 14px;
  color: #7f7f7f;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info-price div .price {
  font-size: 32px;
  color: #0068A3;
  margin-left: 12px;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info .product-card__cta {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 12px;
}
@media screen and (min-width: 500px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info .product-card__cta {
    flex-direction: row-reverse;
    margin-top: 24px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info .product-card__cta {
    justify-content: flex-start;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info .product-card__cta .btn {
  padding: 25px 36px;
  color: #393939;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info .product-card__cta .btn span {
  text-decoration: underline;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-main .product-card__info .product-card__cta .btn i {
  margin-right: 8px;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer {
  margin: 0 25px 25px;
}
@media only screen and (min-width: 1180px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-footer {
    margin: 0 45px 45px;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer h3 {
  font-size: 20px;
  margin-bottom: 24px;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer .products {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-footer .products {
    flex-direction: row;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product {
  flex: 0 0 32%;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product:hover {
  cursor: pointer;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}
@media only screen and (min-width: 768px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product:not(:last-of-type) {
    padding-bottom: unset;
    margin-bottom: unset;
    border-bottom: unset;
  }
}
@media only screen and (min-width: 900px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product {
    flex: 0 0 30%;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product .product-card__image {
  margin: 0 0 16px 0;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product .product-card__image img {
  padding: 0;
  width: 80px;
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product .product-card__info {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product .product-card__info {
    align-items: flex-start;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product .product-card__info .product-card__title {
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product .product-card__info .product-card__title {
    align-items: flex-start;
    text-align: unset;
  }
}
.product-details-card__popup .popup-main-footer-wrapper .popup-footer .products .product .product-card__info-price {
  margin: 12px 0 24px;
}

.woocommerce .star-rating {
  font-family: "star";
  color: #F0D91F;
}
.woocommerce .star-rating:before {
  color: #F0D91F;
}

#image-lightbox-wrapper {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999999999999;
}
#image-lightbox-wrapper.active {
  display: block;
}
#image-lightbox-wrapper .image-lightbox-content {
  position: absolute;
  background-color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 600px;
}
#image-lightbox-wrapper .image-lightbox-content #image-lightbox-image img {
  display: block;
}
#image-lightbox-wrapper .image-lightbox-content #image-lightbox-close {
  position: absolute;
  color: #0068A3;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 18px;
  z-index: 10;
}
#image-lightbox-wrapper .image-lightbox-content .product-details__preview-image {
  width: auto;
}
#image-lightbox-wrapper .image-lightbox-content .lightbox-navigation {
  text-align: center;
}
#image-lightbox-wrapper .image-lightbox-content .lightbox-navigation button {
  background: none;
  padding: 20px;
  border: none;
  color: #0068A3;
  cursor: pointer;
  font-size: 35px;
}
#image-lightbox-wrapper .image-lightbox-content .lightbox-navigation button:disabled {
  opacity: 0.5;
}

.big-burg-product {
  display: flex;
  flex: 1;
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 1180px) {
  .big-burg-product {
    min-width: 25%;
  }
}
@media only screen and (min-width: 1180px) {
  .big-burg-product .star-rating {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 600px) {
  .archive .big-burg-product {
    min-width: 50%;
  }
}
@media only screen and (min-width: 900px) {
  .archive .big-burg-product {
    min-width: 33%;
  }
}
@media only screen and (min-width: 1180px) {
  .archive .big-burg-product {
    min-width: 50%;
  }
}
@media only screen and (min-width: 1440px) {
  .archive .big-burg-product {
    min-width: 33%;
  }
}
@media only screen and (min-width: 900px) {
  .archive .no-sidebar .big-burg-product {
    min-width: 33%;
  }
}
@media only screen and (min-width: 1440px) {
  .archive .no-sidebar .big-burg-product {
    min-width: 25%;
  }
}

@media only screen and (min-width: 1180px) {
  .category-addition .star-rating,
.article-addition .star-rating,
.big-burg-product .star-rating {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 1180px) {
  .tab-content__products-list .star-rating {
    margin: 10px 0;
  }
}

.tab-content__products-carousel .big-burg-product .star-rating {
  margin: 0 0 10px 0;
}

.product-card {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
}
.product-card:hover {
  cursor: pointer;
}
.product-card > * {
  margin-bottom: 0px;
}
.product-card__title {
  font-weight: 700;
  line-height: 1.43;
  flex-basis: 100%;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1180px) {
  .product-card__title {
    order: 0;
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 0;
  }
}
.product-card__badges {
  flex-basis: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.product-card__badges > * {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1180px) {
  .product-card__badges {
    order: -2;
  }
}
.product-card__image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.product-card__image img {
  max-width: 235px;
}
@media only screen and (min-width: 1180px) {
  .product-card__image {
    flex-basis: 100%;
    order: -1;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
  }
  .product-card__image img {
    padding: 0px;
  }
}
.product-card__spec {
  line-height: 1.57;
  flex: 1;
  margin-top: 0;
  display: flex;
  justify-content: flex-end;
}
.product-card__spec ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.product-card__spec li > span:first-child {
  font-weight: 700;
}
.product-card__spec i {
  color: #0068A3;
  margin-right: 8px;
}
@media only screen and (min-width: 1180px) {
  .product-card__spec {
    flex-basis: 100%;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
}
.product-card__attribute-images {
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}
.product-card__attribute-images img {
  margin-right: 5px;
  max-width: 50px;
}
.product-card__attribute-images img:last-child {
  margin-right: 0;
}
.product-card__info {
  background: #f3f3f3;
  padding: 8px 12px;
  flex-basis: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1180px) {
  .product-card__info {
    background: transparent;
    padding: 8px 0;
    margin-bottom: 0;
  }
}
.product-card__info-delivery {
  font-size: 12px;
  font-weight: 700;
  color: #2d7300;
  line-height: 1.67;
}
.product-card__info-delivery i {
  width: 20px;
}
.product-card__info-delivery .variation_shipping_time .shipping_time_text {
  position: relative;
  left: -3px;
}
.product-card__info-delivery .variation_shipping_time .shipping_info_pgr button {
  left: -2px;
}
.product-card__info-price {
  text-align: right;
}
.product-card__info-price div:nth-child(1) {
  line-height: 1.43;
  color: #7f7f7f;
}
.product-card__info-price div:nth-child(1) span {
  font-size: 12px;
  text-decoration: none;
}
.product-card__info-price div:nth-child(2) {
  font-size: 17px;
  font-weight: 700;
  line-height: 0.91;
  color: #0068A3;
}
.product-card__info-price div:nth-child(2) .price {
  color: transparent !important;
}
.product-card__info-price div:nth-child(2) .price bdi,
.product-card__info-price div:nth-child(2) .price bdi > span.woocommerce-Price-currencySymbol {
  font-size: 32px;
  font-weight: 700;
  line-height: 0.63;
  color: #0068A3;
}
.product-card__info-price div:nth-child(2) .price bdi {
  position: relative;
}
.product-card__info-price div:nth-child(3) {
  font-size: 9px;
  line-height: 2;
  color: #7f7f7f;
}
.product-card__buttons {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.product-card__buttons .btn {
  padding-left: 12px;
  padding-right: 12px;
}
.product-card__buttons .btn.wooscp-btn {
  position: relative;
  border: none;
}
.product-card__buttons .btn.wooscp-btn::before {
  position: absolute;
  left: 0;
}
.product-card__buttons .btn:nth-child(1) i {
  margin-right: 8px;
}
.product-card__buttons .btn:nth-child(2) i {
  margin-left: 8px;
}
@media only screen and (min-width: 1180px) {
  .product-card {
    height: 540px;
    flex: 0 1 300px;
    margin-bottom: 0;
    position: relative;
  }
}

.single-product .product-card__attribute-images {
  padding: 0 12px;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1180px) {
  .single-product .product-card__attribute-images {
    justify-content: flex-start;
    padding: 0;
  }
}
.single-product .product-card__attribute-images img {
  margin-bottom: 10px;
}
.single-product .single-product-details-variation-change-delivery .product-card__badges {
  position: absolute;
  top: -10px;
}
.single-product .single-product-details-variation-change-delivery .product-card__badges > div {
  margin-left: 5px;
}

section.product-category .product-card,
section.category-additions .product-card,
div.product-category .product-card {
  align-items: flex-start;
}
@media only screen and (min-width: 1180px) {
  section.product-category .product-card__title,
section.category-additions .product-card__title,
div.product-category .product-card__title {
    min-height: 20px;
  }
}
@media only screen and (min-width: 1180px) {
  section.product-category .product-card__spec,
section.product-category .product-card .product-details__spec,
section.category-additions .product-card__spec,
section.category-additions .product-card .product-details__spec,
div.product-category .product-card__spec,
div.product-category .product-card .product-details__spec {
    min-height: 110px;
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1180px) {
  section.product-category .product-card__info,
section.category-additions .product-card__info,
div.product-category .product-card__info {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  section.product-category .product-card__buttons,
section.category-additions .product-card__buttons,
div.product-category .product-card__buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px;
  }
}
section.product-category .product-card__buttons form,
section.category-additions .product-card__buttons form,
div.product-category .product-card__buttons form {
  margin-left: auto;
}
@media only screen and (min-width: 1180px) {
  section.product-category .product-card,
section.category-additions .product-card,
div.product-category .product-card {
    position: relative;
    width: 300px;
  }
}

section.product-category li.big-burg-product,
div.product-category li.big-burg-product,
section.category-additions li.big-burg-product {
  position: relative;
  min-height: 560px;
}
section.product-category li.big-burg-product .product-card,
div.product-category li.big-burg-product .product-card,
section.category-additions li.big-burg-product .product-card {
  height: auto;
  width: 100%;
  max-width: 320px;
  min-width: 250px;
}
@media only screen and (min-width: 1180px) {
  section.product-category li.big-burg-product .product-card .product-details__spec > ul:nth-child(2),
div.product-category li.big-burg-product .product-card .product-details__spec > ul:nth-child(2),
section.category-additions li.big-burg-product .product-card .product-details__spec > ul:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 1180px) {
  section.product-category li.big-burg-product .product-card,
div.product-category li.big-burg-product .product-card,
section.category-additions li.big-burg-product .product-card {
    min-height: 540px;
    margin-bottom: 20px;
  }
  section.product-category li.big-burg-product .product-card:hover,
div.product-category li.big-burg-product .product-card:hover,
section.category-additions li.big-burg-product .product-card:hover {
    position: absolute;
    z-index: 2;
    box-shadow: 0 0 8px 2px rgba(219, 219, 219, 0.5);
  }
  section.product-category li.big-burg-product .product-card:hover .product-details__spec > ul:nth-child(2),
div.product-category li.big-burg-product .product-card:hover .product-details__spec > ul:nth-child(2),
section.category-additions li.big-burg-product .product-card:hover .product-details__spec > ul:nth-child(2) {
    display: block;
  }
}

.category-addition-cards .product-card .product-card__title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1180px) {
  .category-addition-cards .product-card {
    min-height: 540px;
    height: auto !important;
    width: 300px;
  }
}

.category-additions,
.article-additions {
  padding-bottom: 24px;
}

.home .category-additions {
  padding-bottom: 0;
}
.home .category-additions .category-addition:first-child {
  margin-bottom: 0;
}

.category-addition,
.article-addition {
  background: #f9f9f9;
}
.category-addition__wrapper,
.article-addition__wrapper {
  padding: 0 12px 16px;
}
@media only screen and (min-width: 1180px) {
  .category-addition__wrapper,
.article-addition__wrapper {
    padding: 0 48px 32px;
  }
}
.category-addition:first-child,
.article-addition:first-child {
  margin-bottom: 20px;
}
.category-addition-title,
.article-addition-title {
  padding: 24px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.category-addition-cards,
.article-addition-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.category-addition-cards .product-card,
.article-addition-cards .product-card {
  width: 100%;
  max-width: 350px;
  min-width: 250px;
}
.category-addition-cards .product-card__info .product-details-card__info-price .regular_price_wrapper,
.article-addition-cards .product-card__info .product-details-card__info-price .regular_price_wrapper {
  font-size: 22px;
}
@media only screen and (min-width: 1180px) {
  .category-addition-cards,
.article-addition-cards {
    padding: 0;
  }
  .category-addition-cards > *,
.article-addition-cards > * {
    margin-bottom: 20px;
  }
  .category-addition-cards > *:nth-child(4),
.article-addition-cards > *:nth-child(4) {
    margin-right: 0;
  }
}

.product-description {
  padding: 0 12px;
}
@media only screen and (min-width: 1180px) {
  .product-description {
    padding: 0 50px;
  }
}

.product-tabs {
  margin: 0;
  padding: 0;
  padding-bottom: 32px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
@media only screen and (min-width: 1180px) {
  .product-tabs {
    flex-direction: row;
  }
  .product-tabs > * {
    flex: 1;
  }
  .product-tabs > li:last-child {
    flex: 0 0 240px;
  }
}
.product-tabs li:first-child .product-tab {
  border-radius: 5px 0 0 0;
}
.product-tabs li.active .product-tab--primary {
  background: #0068A3;
  color: #f3f3f3;
}
.product-tabs li.active .product-tab--primary:hover {
  background: #00507d;
}
.product-tabs li .product-tab {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11;
  transition: all 200ms ease-in;
  position: relative;
  flex: 1;
}
.product-tabs li .product-tab--primary {
  background: #dbdbdb;
  color: #393939;
}
.product-tabs li .product-tab--primary::after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #F0D91F;
  position: absolute;
  bottom: 0;
}
.product-tabs li .product-tab--primary:hover {
  background: #c8c8c8;
}
.product-tabs li .product-tab--settings {
  background: #F0D91F;
  color: #393939;
  font-size: 14px;
  line-height: 1.57;
  border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 1180px) {
  .product-tabs li .product-tab--settings {
    border-radius: 0 5px 0 0;
  }
}
.product-tabs li .product-tab--settings i {
  margin: 0 8px;
}
.product-tabs li .product-tab--settings:hover {
  background: #dac40f;
}

.product-tab-content {
  padding-bottom: 32px;
}
.product-tab-content h2:first-child {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #0068A3;
  padding-bottom: 36px;
}
.product-tab-content:not(:last-child) .product-tab-content__body {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 36px;
}
@media only screen and (min-width: 1180px) {
  .product-tab-content:not(:last-child) .product-tab-content__body {
    padding-bottom: 20px;
  }
}
.product-tab-content img {
  width: auto;
}

.body-item-1 {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1180px) {
  .body-item-1 {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .body-item-1 > div:first-child {
    flex-basis: 60%;
  }
  .body-item-1 > div:last-child {
    flex-basis: 320px;
  }
}
.body-item-1 h3 {
  font-weight: 20px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
}
.body-item-1 p {
  padding-bottom: 20px;
}
.body-item-1__image {
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  display: flex;
}
.body-item-1__image img {
  border-radius: 4px;
}

@media only screen and (min-width: 1180px) {
  .body-item-2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .body-item-2 > div {
    flex: 1;
  }
}
.body-item-2 .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  gap: 25px;
}
.body-item-2 .list-item__category {
  flex: 0 0 180px;
  font-weight: 700;
}
.body-item-2 .list-item__spec {
  flex: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.body-item-2 .list-item__spec li {
  line-height: 1.43;
  padding: 4px 0;
  position: relative;
  word-break: break-all;
}
.body-item-2 .list-item__spec li::before {
  content: "";
  background: #0068A3;
  font-weight: bold;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: -12px;
  position: absolute;
  top: 11px;
  left: 0;
}
.body-item-2 .list-item:nth-child(2n-1) {
  background: #f3f3f3;
}

.body-item-3 a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 40px;
  background: #f3f3f3;
  border-radius: 5px;
  color: #393939;
  font-weight: 700;
  margin-bottom: 12px;
}
.body-item-3 i {
  margin-right: 12px;
  color: #0068A3;
}

@media only screen and (min-width: 1180px) {
  .body-item-4 {
    display: flex;
    justify-content: space-between;
    gap: 80px;
  }
  .body-item-4 > div:first-child {
    flex: 0 0 275px;
  }
  .body-item-4 > div:last-child {
    flex: 1;
  }
}
.body-item-4 .customers-ratings {
  margin-bottom: 20px;
}
.body-item-4 .customers-ratings__avg {
  padding: 0;
}
.body-item-4 .customers-ratings__avg i {
  color: #F0D91F;
}
.body-item-4 .customers-ratings__avg span {
  font-weight: 700;
  line-height: 1.64;
  margin-left: 4px;
}
.body-item-4 .customers-ratings__grades {
  font-size: 12px;
  line-height: 1.92;
  margin-bottom: 8px;
}
.body-item-4 .customers-ratings__bars {
  margin-bottom: 20px;
}
.body-item-4 .customers-ratings__bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  align-items: center;
}
.body-item-4 .customers-ratings__bar > {
  flex: 1;
}
.body-item-4 .customers-ratings__bar span {
  line-height: 1.64;
  color: #0068A3;
}
.body-item-4 .customers-ratings__bar span:first-child {
  width: 60px;
}
.body-item-4 .customers-ratings__bar span:last-child {
  width: 35px;
  text-align: right;
}
.body-item-4 .customers-ratings__bar-outer {
  height: 20px;
  width: 250px;
  background: #f3f3f3;
  border-radius: 5px;
}
.body-item-4 .customers-ratings__bar .bar-inner {
  height: 100%;
  background: #F0D91F;
  border-radius: 5px;
}
.body-item-4 .customers-ratings__bar .bar-inner--5 {
  width: 68%;
}
.body-item-4 .customers-ratings__bar .bar-inner--4 {
  width: 12%;
}
.body-item-4 .customers-ratings__bar .bar-inner--3 {
  width: 8%;
}
.body-item-4 .customers-ratings__bar .bar-inner--2 {
  width: 6%;
}
.body-item-4 .customers-ratings__bar .bar-inner--1 {
  width: 5%;
}
.body-item-4 .customers-comment {
  padding: 20px;
  background: #f3f3f3;
  border-radius: 5px;
}
.body-item-4 .customers-comment:not(:last-child) {
  margin-bottom: 20px;
}
.body-item-4 .customers-comment__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.body-item-4 .customers-comment__header img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 12px;
}
.body-item-4 .customers-comment__header h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: #0068A3;
}
.body-item-4 .customers-comment__header p {
  font-size: 12px;
  line-height: 1.23;
}
@media only screen and (min-width: 1180px) {
  .body-item-4 .customers-comment__title {
    display: flex;
    align-items: center;
  }
}
.body-item-4 .customers-comment__title > * {
  margin-bottom: 4px;
}
.body-item-4 .customers-comment__title h3 {
  font-size: 13px;
  line-height: 1.54;
}
@media only screen and (min-width: 1180px) {
  .body-item-4 .customers-comment__title h3 {
    margin-left: 12px;
  }
}
.body-item-4 .customers-comment__desc {
  font-size: 13px;
  line-height: 1.69;
}

.woocommerce-quantity-wrapper {
  display: flex;
  flex-direction: column;
}

.bundle_form.bundle_sells_form .bundled_product {
  display: flex;
  font-size: 12px;
}
.bundle_form.bundle_sells_form .bundled_product h4 {
  font-size: 14px;
}
.bundle_form.bundle_sells_form .bundled_product .bundled_product_excerpt {
  margin: 5px 0;
}
.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox {
  display: flex;
}
.bundle_form.bundle_sells_form .bundled_product .bundled_product_optional_checkbox .price {
  margin-left: 5px;
}
.bundle_form.bundle_sells_form.small_width .bundled_product_images {
  width: 40%;
  margin-right: 10px;
}

.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;
  }
}
