@charset "UTF-8";
@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);
}

.mob-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(57, 57, 57, 0.43);
  visibility: hidden;
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.mob-backdrop.active {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1180px) {
  .mob-backdrop {
    display: none;
  }
}

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

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 25px;
  line-height: 1.57;
  user-select: none;
  cursor: pointer;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a box-shadow */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ffffff;
  border: 1px solid #393939;
  border-radius: 2px;
}
.checkbox-container:hover input ~ .checkmark {
  box-shadow: 0 0 1px rgba(57, 57, 57, 0.6);
}
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #0068A3;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

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

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

@media only screen and (min-width: 1180px) {
  .home .product-category, .error404 .product-category {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1180px) {
  .home .product-category__main, .error404 .product-category__main {
    padding-left: 0;
  }
}

.product-category {
  display: flex;
}
@media only screen and (min-width: 1180px) {
  .product-category {
    padding: 0 50px;
  }
}
.product-category__filters {
  display: block;
  position: fixed;
  left: 0;
  bottom: 80px;
  right: 0;
  z-index: 9995;
  height: calc(100vh - 80px);
  background: rgba(57, 57, 57, 0.4);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
  overflow: hidden;
}
@supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
  .product-category__filters {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}
.product-category__filters.active {
  opacity: 1 !important;
  transform: scale(1) !important;
}
.product-category__filters .hero-body {
  background: #ffffff;
  height: calc(100vh - 40px);
  overflow: auto;
  padding: 24px;
  padding-bottom: 79px;
  margin-top: 40px;
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 1180px) {
  .product-category__filters .hero-body {
    background: unset;
    height: unset;
    overflow: unset;
    padding: unset;
    padding-bottom: unset;
    margin-top: unset;
    border-radius: unset;
  }
}
.product-category__filters .hero-body .filters-header-mob-wrapper {
  background: #ffffff;
  width: 100%;
  left: 0;
  top: 40px;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
  z-index: 10000;
}
.product-category__filters .hero-body .filters-header-mob-wrapper .filters-header-mob {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-category__filters .hero-body .filters-header-mob-wrapper .filters-header-mob span, .product-category__filters .hero-body .filters-header-mob-wrapper .filters-header-mob h3 {
  color: #393939;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}
.product-category__filters .hero-body .filters-header-mob-wrapper .filters-header-mob__close {
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (min-width: 1180px) {
  .product-category__filters .hero-body .filters-header-mob-wrapper {
    display: none;
  }
}
.product-category__filters .hero-body section#woocommerce_price_filter-4 {
  margin-top: 48px;
}
@media only screen and (min-width: 1180px) {
  .product-category__filters .hero-body section#woocommerce_price_filter-4 {
    margin-top: unset;
  }
}
.product-category__filters .widget_price_filter {
  padding: 16px 22px;
}
.product-category__filters .widget_price_filter .price_slider {
  margin-bottom: 22px;
}
.product-category__filters .widget_price_filter > h2 {
  font-size: 16px;
  font-weight: 700;
  color: #393939;
  line-height: 1.38;
  margin-bottom: 16px;
}
.product-category__filters .bb-filter-attribute {
  padding: 16px 22px;
}
.product-category__filters .bb-filter-attribute-title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #393939;
  line-height: 1.38;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.product-category__filters .bb-filter-attribute-title::after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border: 5px solid transparent;
  position: absolute;
  right: 0;
}
.product-category__filters .bb-filter-attribute-title.caret-right::after {
  border-left-color: black;
}
.product-category__filters .bb-filter-attribute-title.caret-down::after {
  border-top-color: black;
  top: 50%;
  transform: translateY(-25%);
}
.product-category__filters .bb-filter-attribute-values {
  margin: 0 !important;
  padding: 0 !important;
  padding-top: 8px !important;
}
.product-category__filters .bb-filter-attribute-values li.bb-term-shown {
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 0;
  font-family: "Roboto", sans-serif;
}
.product-category__filters .bb-filter-attribute-values li.bb-term-shown > * {
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
  text-decoration: none;
  color: #393939;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-category__filters .bb-filter-attribute-values li.bb-term-shown .bb-title {
  max-width: 224px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
}
.product-category__filters .bb-filter-attribute-values li.bb-term-shown .bb-count {
  text-align: right;
  position: relative;
  top: 1px;
}
.product-category__filters .bb-filter-attribute-values li.bb-term-shown i {
  flex: 0 0 auto;
  margin-right: 8px;
  font-size: 20px;
}
.product-category__filters .bb-filter-attribute-values li.bb-term-shown i.fa-square, .product-category__filters .bb-filter-attribute-values li.bb-term-shown i.fa-check-square {
  -webkit-text-stroke: 1px white;
}
.product-category__filters .bb-filter-attribute-values > .bb-hidden {
  display: none;
}
.product-category__filters .bb-filter-attribute-values > form {
  width: 100%;
}
.product-category__filters .bb-filter-attribute-values > form > button {
  border: none;
  padding: 0;
  background-color: transparent;
  width: 100%;
  color: #393939;
}
.product-category__filters .bb-filter-attribute-values > form > button li.bb-term-shown {
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: "Roboto", sans-serif;
}
.product-category__filters .bb-filter-attribute-values > form > button li.bb-term-shown > * {
  padding: 0 !important;
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
}
.product-category__filters .bb-filter-attribute-values > form > button li.bb-term-shown .bb-title {
  max-width: 224px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-category__filters .bb-filter-attribute-values > form > button li.bb-term-shown .bb-count {
  text-align: right;
  position: relative;
  top: 1px;
}
.product-category__filters .bb-filter-attribute-values > form > button li.bb-term-shown i {
  flex: 0 0 auto;
  margin-right: 8px;
  font-size: 20px;
}
.product-category__filters .bb-filter-attribute-values > form > button li.bb-term-shown i.fa-square, .product-category__filters .bb-filter-attribute-values > form > button li.bb-term-shown i.fa-check-square {
  -webkit-text-stroke: 1px white;
}
@media only screen and (min-width: 1180px) {
  .product-category__filters {
    position: unset;
    left: unset;
    bottom: unset;
    right: unset;
    z-index: unset;
    height: unset;
    background: unset;
    transition: unset;
    backdrop-filter: unset;
    opacity: 1;
    transform: scale(1);
    flex: 0 0 315px;
    width: 315px;
  }
}
.product-category__filters-container {
  position: relative;
  margin-top: 40px;
  padding-bottom: 30px;
  background-color: #ffffff;
  height: calc(100vh - 80px - 40px);
  max-height: calc(100vh - 80px - 40px);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s 0.2s;
}
@media only screen and (min-width: 1180px) {
  .product-category__filters-container {
    margin-top: unset;
    padding-bottom: unset;
    background-color: unset;
    height: unset;
    max-height: unset;
    border-radius: unset;
    transition: unset;
    opacity: 1;
    transform: translateY(0);
  }
}
.product-category__filters-container .filters-header-mob {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
}
.product-category__filters-container .filters-header-mob i {
  font-size: 16px;
  color: #393939;
}
@media only screen and (min-width: 1180px) {
  .product-category__filters-container .filters-header-mob {
    display: none;
  }
}
.product-category__filters-container .widget {
  margin: 0 30px;
  height: calc(100vh - 80px - 40px - 75px);
  max-height: calc(100vh - 80px - 40px - 75px);
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-category__filters-container .widget::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .product-category__filters-container .widget {
    margin: 0;
    height: unset;
    max-height: unset;
    overflow-y: unset;
  }
}
.product-category__filters-container .widget-title {
  display: none;
}
.product-category__filters-container .widget .woof_container {
  border-radius: 5px;
  background-color: #f5f5f5;
}
.product-category__filters-container .widget .woof_container_inner h4 {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 5px 5px 5px 0;
  position: relative;
}
.product-category__filters-container .widget .woof_container_inner h4 .woof_tooltip_header {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-left: 10px;
}
.product-category__filters-container .widget .woof_container_inner .woof_tooltip_templates a.woof_front_toggle:link, .product-category__filters-container .widget .woof_container_inner .woof_tooltip_templates a.woof_front_toggle:active {
  color: #393939;
}
.product-category__filters-container .widget .woof_container_inner .price_slider_amount {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.product-category__filters-container .widget .woof_container_inner .price_slider_amount input,
.product-category__filters-container .widget .woof_container_inner .price_slider_amount button {
  height: 30px;
  font-size: 14px;
  text-align: center;
}
.product-category__filters-container .widget .woof_container_inner .price_slider_amount input {
  width: 60px;
  border: 1px solid #393939;
  border-radius: 2px;
  padding: 0 6px;
}
.product-category__filters-container .widget .woof_container_inner .price_slider_amount input:focus {
  border: 1px solid #0068A3;
}
.product-category__filters-container .widget .woof_container_inner .price_slider_amount span {
  font-size: 14px;
}
.product-category__filters-container .widget .woof_container_inner .price_slider_amount button {
  width: 100px;
  padding: 0 15px;
  background-color: #F0D91F;
  color: #393939;
  border-radius: 5px;
}
.product-category__filters-container .widget .woof_container_inner .price_slider_amount button:focus {
  outline: none;
}
.product-category__filters-container .widget .woof_container_inner .price_slider_amount .clear {
  display: none;
}
.product-category__filters-container .widget .woof_container_inner ul.woof_list {
  margin-top: 5px !important;
}
.product-category__filters-container .widget .woof_container_inner ul.woof_list li {
  margin: 0 !important;
}
.product-category__filters-container .widget .woof_container_inner ul.woof_list li.woof_open_hidden_li {
  padding: 0 !important;
  text-align: left;
  margin-top: 10px !important;
}
.product-category__filters-container .widget .woof_container_inner ul.woof_list li.woof_open_hidden_li a {
  color: #0068A3;
}
.product-category__filters-container .widget .woof_container_inner ul.woof_list li input[type=checkbox] {
  width: 18px;
  height: 18px !important;
  border-color: #393939;
  margin: 0;
}
.product-category__filters-container .widget .woof_container_inner ul.woof_list li .woof_checkbox_label_selected {
  font-weight: normal;
}
.product-category__filters-container .widget .woof_submit_search_form_container {
  display: none;
}
.product-category__filter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1180px) {
  .product-category__filter {
    flex-direction: row;
  }
}
.product-category__filter-title {
  margin: 12px 12px 0;
  color: #393939;
}
@media only screen and (min-width: 1180px) {
  .product-category__filter-title {
    display: none;
  }
}
.product-category__main {
  flex: 1;
}
@media only screen and (min-width: 1180px) {
  .product-category__main {
    padding-left: 42px;
  }
}
.product-category__main header.woocommerce-products-header {
  margin-bottom: 20px;
  padding: 12px;
  background: #f3f3f3;
}
.product-category__main header.woocommerce-products-header h1.woocommerce-products-header__title {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 1180px) {
  .product-category__main header.woocommerce-products-header {
    margin-bottom: 40px;
    padding: 0;
    background: #ffffff;
  }
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active {
  margin-bottom: 20px;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active::before {
  content: "Izabrani filteri:";
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  color: #393939;
  line-height: 1.57;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute {
  width: calc(100vw - 24px);
  overflow-x: auto;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 !important;
  align-items: center;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul > li {
  flex: 0 0 auto;
  padding: 0;
  margin: 0 8px 0 0 !important;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul > li:first-child {
  background-color: #0068A3;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul > li:first-child > a {
  color: #ffffff;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul > li:first-child > a span::before, .product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul > li:first-child > a span::after {
  background-color: #ffffff;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul li > a {
  text-decoration: none;
  color: #0068A3;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul li > a span {
  display: block;
  width: 100%;
  padding: 6px 24px 6px 6px;
  margin: 0;
  position: relative;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul li > a span::before, .product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul li > a span::after {
  content: "";
  background-color: #0068A3;
  width: 12px;
  height: 2px;
  position: absolute;
  right: 6px;
  top: 50%;
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul li > a span::before {
  transform: rotate(45deg);
}
.product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul li > a span::after {
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1180px) {
  .product-category__main .bb-active-filter-wrapper .bb-filter-active {
    flex: 1;
    margin-bottom: 0;
  }
  .product-category__main .bb-active-filter-wrapper .bb-filter-active::before {
    content: "";
    display: none;
  }
  .product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute {
    width: unset;
    overflow-x: unset;
  }
  .product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul {
    flex-wrap: wrap;
  }
  .product-category__main .bb-active-filter-wrapper .bb-filter-active > .bb-filter-active-attribute > ul > li {
    margin: 0 8px 8px 0 !important;
  }
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions {
  float: none;
  visibility: visible;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions__full_width {
  justify-content: center;
  flex: 1;
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions > * {
  flex: 1 1 50%;
  max-width: 260px;
}
@media only screen and (min-width: 1180px) {
  .product-category__main .bb-active-filter-wrapper .product-category__filter-actions {
    width: 316px;
    flex: 0 0 316px;
    position: inherit;
  }
  .product-category__main .bb-active-filter-wrapper .product-category__filter-actions > * {
    flex: unset;
    max-width: unset;
  }
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions .product-category__filter-actions-btn {
  margin-right: 8px;
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions .product-category__filter-actions-btn span {
  font-size: 14px;
  white-space: nowrap;
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions .bb-sort-wrapper {
  float: none;
  visibility: visible;
  color: transparent;
  margin-left: auto;
  white-space: nowrap;
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions .bb-sort-wrapper span {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .product-category__main .bb-active-filter-wrapper .product-category__filter-actions .bb-sort-wrapper {
    min-height: 40px;
  }
  .product-category__main .bb-active-filter-wrapper .product-category__filter-actions .bb-sort-wrapper span {
    display: inline;
  }
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions .bb-sort-wrapper > form {
  margin: 0 0 0 8px;
  position: relative;
  float: none;
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions .bb-sort-wrapper > form::before {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  border: 5px solid transparent;
  position: absolute;
  right: 0;
  border-top-color: black;
  top: 50%;
  right: 8px;
  transform: translateY(-25%);
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions .bb-sort-wrapper > form > select:focus-visible {
  outline: none;
}
.product-category__main .bb-active-filter-wrapper .product-category__filter-actions .bb-sort-wrapper > form select.orderby {
  background-color: white;
  color: #393939;
  font-size: 14px;
  padding-left: 14px;
}
@media only screen and (min-width: 1180px) {
  .product-category__main .bb-active-filter-wrapper .product-category__filter-actions .bb-sort-wrapper {
    display: flex;
    align-items: center;
    color: inherit;
    position: initial;
  }
}
.product-category__main .bb-active-filter-wrapper + div {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .product-category__main .bb-active-filter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.product-category__main ul.big-burg-products {
  margin: 0;
  padding: 0 12px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 1180px) {
  .product-category__main ul.big-burg-products {
    padding: 0 0 20px 0;
  }
}
.product-category__main .woof_products_top_panel {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  position: relative;
  z-index: 1;
}
.product-category__main .woof_products_top_panel::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(250, 250, 250, 0), #ffffff);
  visibility: var(--pseudoVisible, visible);
}
@media only screen and (min-width: 1180px) {
  .product-category__main .woof_products_top_panel::before {
    display: none;
  }
}
@media only screen and (min-width: 1180px) {
  .product-category__main .woof_products_top_panel {
    width: 60%;
    max-width: 60%;
    margin: 0 20px 0 0;
  }
}
.product-category__main .woof_products_top_panel > ul {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  max-width: 100%;
  overflow-x: auto;
  margin: 6px 12px 12px !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.product-category__main .woof_products_top_panel > ul::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 1180px) {
  .product-category__main .woof_products_top_panel > ul {
    flex-wrap: wrap;
    overflow-x: unset;
    margin: 0 !important;
  }
}
.product-category__main .woof_products_top_panel > ul > li {
  width: auto;
  border: 1px solid #0068A3;
  border-radius: 5px;
  padding: 0 10px;
  margin: 0 10px 0 0 !important;
  order: -1;
}
@media only screen and (min-width: 1180px) {
  .product-category__main .woof_products_top_panel > ul > li {
    margin: 5px !important;
  }
}
.product-category__main .woof_products_top_panel > ul > li:first-of-type {
  border: none;
  display: flex;
  padding: 0;
  order: 1;
}
@media screen and (max-width: 1440px) {
  .product-category__main .woof_products_top_panel > ul > li:first-of-type {
    margin-right: 0 !important;
  }
}
.product-category__main .woof_products_top_panel > ul > li:first-of-type button {
  border: 1px solid #0068A3;
  border-radius: 5px;
  background-color: #0068A3;
  color: #ffffff;
  padding: 0 10px;
  white-space: nowrap;
  margin: 0 !important;
  font-size: 14px !important;
}
@media only screen and (min-width: 1180px) {
  .product-category__main .woof_products_top_panel > ul > li:first-of-type button {
    white-space: unset;
  }
}
.product-category__main .woof_products_top_panel > ul > li:first-of-type button i {
  cursor: pointer;
}
.product-category__main .woof_products_top_panel > ul > li > ul > li {
  margin: 0 !important;
  display: flex;
  align-items: center;
  white-space: nowrap;
  max-height: 30px;
}
@media only screen and (min-width: 1180px) {
  .product-category__main .woof_products_top_panel > ul > li > ul > li {
    white-space: unset;
  }
}
.product-category__main .woof_products_top_panel > ul > li > ul > li:first-of-type {
  display: none;
}
.product-category__main .woof_products_top_panel > ul > li > ul > li > a, .product-category__main .woof_products_top_panel > ul > li > ul > li > i {
  color: #0068A3;
  cursor: pointer;
}
.product-category__main .woof_products_top_panel > ul > li > ul > li > a {
  display: flex;
  cursor: default;
}
.product-category__main .woof_products_top_panel > ul > li > ul > li > a span {
  padding: 0;
}
.product-category__main .woof_products_top_panel > ul i {
  font-size: 14px;
  margin: 0 0 0 5px;
}
.product-category__title {
  padding: 12px;
  background: #f3f3f3;
}
@media only screen and (min-width: 1180px) {
  .product-category__title {
    padding: 30px 0 40px 0;
    margin-bottom: 0;
    background: #ffffff;
  }
}
.product-category__title > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.product-category__title > div:first-child a {
  display: none;
}
.product-category__title > div:first-child a span {
  margin-right: 8px;
}
@media only screen and (min-width: 1180px) {
  .product-category__title > div:first-child a {
    display: inline-flex;
  }
}
.product-category__title .term-description {
  font-size: 15px;
}
.product-category__title .term-description p:first-child {
  padding-bottom: 5px;
}
.product-category__title.hikvision-title > div:first-child {
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .product-category__title.hikvision-title > div:first-child {
    flex-wrap: nowrap;
  }
}
.product-category__title.hikvision-title .hikvision-logo {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .product-category__title.hikvision-title .hikvision-logo {
    width: auto;
  }
}
.product-category__title.hikvision-title .hikvision-logo img {
  max-width: 150px;
}
.product-category__title h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
  flex: 1;
}
.product-category__title p {
  font-size: 13px;
  line-height: 1.69;
}
@media only screen and (min-width: 1180px) {
  .product-category__title p {
    font-size: 15px;
    line-height: 1.47;
  }
}
.product-category__title a {
  text-decoration: none;
}
.product-category__title > .page-description {
  margin-top: 12px;
}
@media only screen and (min-width: 1180px) {
  .product-category__title > .page-description {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1180px) {
  .product-category .pre-filter-button-categories-mobile {
    display: none;
  }
}
.product-category .pre-filter-button-categories-mobile .bb-filter-attribute {
  font-size: 12px;
  text-align: center;
  padding: 10px 15px;
}
.product-category .pre-filter-button-categories-mobile .bb-filter-attribute ul.bb-filter-attribute-values {
  padding-left: 0 !important;
}
.product-category .pre-filter-button-categories-mobile .bb-filter-attribute ul.bb-filter-attribute-values li {
  display: inline-block;
}
.product-category .pre-filter-button-categories-mobile .bb-filter-attribute ul.bb-filter-attribute-values li a {
  margin-right: 10px;
  text-decoration: none;
}
.product-category__filter-actions {
  padding: 20px 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 1180px) {
  .product-category__filter-actions {
    flex: 1;
    max-width: calc(40% - 20px);
    padding: 0;
    flex-wrap: nowrap;
  }
}
.product-category__filter-actions-btn {
  flex-basis: 47.5%;
}
.product-category__filter-actions-btn i {
  margin-right: 8px;
}
@media only screen and (min-width: 1180px) {
  .product-category__filter-actions-btn {
    display: none;
  }
}
.product-category__filter-actions-sort {
  flex-basis: 47.5%;
  visibility: hidden;
  font-weight: 700;
}
@media only screen and (min-width: 1180px) {
  .product-category__filter-actions-sort {
    display: flex;
    flex: 1;
    align-items: center;
    visibility: visible;
  }
}
.product-category__filter-actions-sort > span {
  white-space: nowrap;
  display: none;
}
@media only screen and (min-width: 1180px) {
  .product-category__filter-actions-sort > span {
    display: inline-block;
  }
}
.product-category__filter-actions-sort > form.woocommerce-ordering {
  display: inline-block;
  position: relative;
  visibility: visible;
  width: 100%;
}
@media only screen and (min-width: 1180px) {
  .product-category__filter-actions-sort > form.woocommerce-ordering {
    margin-left: 8px;
    bottom: 0;
  }
}
.product-category__filter-actions-sort > form.woocommerce-ordering select {
  width: 100%;
  padding: 0 24px 0 8px;
  border: 1px solid #0068A3;
  border-radius: 5px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 2px);
  background-position-y: 7px;
}
.product-category__filter-actions-sort > form.woocommerce-ordering select:focus {
  outline: none;
}
@media only screen and (min-width: 1180px) {
  .product-category__filter-actions-sort > form.woocommerce-ordering select {
    max-width: 320px;
  }
}
.product-category__help-desk {
  padding: 0 12px;
  margin-bottom: 20px;
  position: relative;
}
.product-category__help-desk > div {
  background: #0068A3;
  padding: 16px 12px;
  color: #f3f3f3;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: normal;
}
@media only screen and (min-width: 1180px) {
  .product-category__help-desk > div {
    padding: 16px 80px;
    display: block;
  }
}
.product-category__help-desk > div img {
  flex-basis: 50px;
  width: 50px;
  border-radius: 50%;
}
@media only screen and (min-width: 1180px) {
  .product-category__help-desk > div img {
    position: absolute;
    left: 80px;
    bottom: 12.5px;
  }
}
.product-category__help-desk > div h3 {
  padding-left: 12px;
  flex-basis: calc(100% - 50px);
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (min-width: 1180px) {
  .product-category__help-desk > div h3 {
    width: 100%;
    padding-left: 62px;
  }
}
.product-category__help-desk > div p {
  padding-top: 12px;
}
@media only screen and (min-width: 1180px) {
  .product-category__help-desk > div p {
    width: 100%;
    padding-top: 4px;
    padding-left: 62px;
  }
}
.product-category__help-desk > div span {
  font-weight: 700;
  text-decoration: underline;
}
@media only screen and (min-width: 1180px) {
  .product-category__help-desk {
    padding: 0;
  }
}
.product-category .woocommerce-pagination {
  padding: 0 12px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1180px) {
  .product-category .woocommerce-pagination {
    padding-top: 48px;
    padding-bottom: 68px;
    margin-bottom: 0;
  }
}
.product-category .woocommerce-pagination ul.page-numbers {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  border: none;
}
.product-category .woocommerce-pagination ul.page-numbers > * {
  margin: 4px;
  border-right: none;
}
.product-category .woocommerce-pagination ul.page-numbers a.page-numbers,
.product-category .woocommerce-pagination ul.page-numbers span.page-numbers,
.product-category .woocommerce-pagination ul.page-numbers span.page-numbers.dots {
  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;
  border: 1px solid #0068A3;
  color: #0068A3;
  background: #ffffff;
  width: 40px;
  padding: 0;
}
.product-category .woocommerce-pagination ul.page-numbers span.page-numbers.current {
  color: #f3f3f3;
  background: #0068A3;
}
.product-category .woocommerce-pagination ul.page-numbers a.page-numbers.next,
.product-category .woocommerce-pagination ul.page-numbers a.page-numbers.prev,
.product-category .woocommerce-pagination ul.page-numbers span.page-numbers.prev,
.product-category .woocommerce-pagination ul.page-numbers span.page-numbers.next {
  width: 70px;
  color: #f3f3f3;
  background: #0068A3;
}
@media only screen and (min-width: 1180px) {
  .product-category .woocommerce-pagination ul.page-numbers {
    margin: 0 auto;
  }
}

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

.tabs-divider {
  background: #F45B69;
  color: white;
  font-size: 18px;
}
.tabs-divider-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 10px 30px;
  display: flex;
  line-height: 1.5;
}
.tabs-divider-container-first {
  display: flex;
  background: white;
  color: #F45B69;
  border-radius: 50%;
  flex: 0 0 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 20px;
}
@media only screen and (min-width: 1180px) {
  .tabs-divider-container-first {
    margin-right: 10px;
    flex: 0 0 auto;
    height: auto;
    color: white;
    background: none;
    border-radius: 0;
  }
}
.tabs-divider-container-second {
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-tabs {
  margin-top: 10px;
  padding: 0 12px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs {
    margin-top: 35px;
    margin-bottom: 40px;
    padding: 0 50px;
  }
}
.products-tabs .tabs {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tabs {
    flex-direction: row;
    padding-left: 315px;
    align-items: stretch;
  }
}
.products-tabs .tabs .tab {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  max-height: 100px;
  background-color: #dbdbdb;
  margin-right: 1px;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid white;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tabs .tab {
    padding: 25px;
    border-bottom: none;
    justify-content: center;
  }
}
.products-tabs .tabs .tab .tabs-checkbox {
  border-radius: 1px;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: 20px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tabs .tab .tabs-checkbox {
    display: none;
  }
}
.products-tabs .tabs .tab .tabs-checkbox i {
  color: #0068A3;
  font-size: 11px;
  display: none;
}
.products-tabs .tabs .tab.active {
  background-color: #0068A3;
  border-bottom: 5px solid #F0D91F;
  color: #ffffff;
  cursor: default;
}
.products-tabs .tabs .tab.active .tabs-checkbox i {
  display: block;
}
.products-tabs .tabs .tab:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tabs .tab:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: unset;
  }
}
.products-tabs .tabs .tab:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tabs .tab:last-of-type {
    border-top-right-radius: 5px;
  }
}
.products-tabs .tab-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #dbdbdb;
  border-top: none;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper {
    flex-direction: row;
    align-items: flex-start;
    border: none;
  }
  .products-tabs .tab-content-wrapper--left-offset {
    margin-left: 315px;
  }
}
.products-tabs .tab-content-wrapper .tab-table-of-contents,
.products-tabs .tab-content-wrapper .tab-content {
  padding: 20px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-table-of-contents,
.products-tabs .tab-content-wrapper .tab-content {
    padding: 30px;
  }
}
.products-tabs .tab-content-wrapper .tab-table-of-contents {
  border: 1px solid #dbdbdb;
  margin: 20px;
  background-color: #f9f9f9;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-table-of-contents {
    flex: 0 0 315px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    margin: 0;
  }
  .products-tabs .tab-content-wrapper .tab-table-of-contents--fixed {
    position: fixed;
    top: 0;
    left: calc((100% - 1440px)/2 + 50px);
    width: 315px;
  }
}
.products-tabs .tab-content-wrapper .tab-table-of-contents h3, .products-tabs .tab-content-wrapper .tab-table-of-contents h2 {
  font-size: 20px;
}
.products-tabs .tab-content-wrapper .tab-table-of-contents.empty-toc {
  background: transparent;
  border: none;
}
.products-tabs .tab-content-wrapper .tab-table-of-contents.empty-toc h3 {
  display: none;
}
.products-tabs .tab-content-wrapper .tab-table-of-contents ul {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}
.products-tabs .tab-content-wrapper .tab-table-of-contents ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.products-tabs .tab-content-wrapper .tab-table-of-contents ul li a, .products-tabs .tab-content-wrapper .tab-table-of-contents ul li a:active, .products-tabs .tab-content-wrapper .tab-table-of-contents ul li a:visited {
  color: #393939;
}
.products-tabs .tab-content-wrapper .tab-table-of-contents ul li a::before {
  content: "•";
  color: #0068A3;
  font-size: 22px;
  margin-right: 5px;
  line-height: 1.2;
  align-self: flex-start;
}
.products-tabs .tab-content-wrapper .tab-table-of-contents ul li a.active {
  color: #0068A3;
}
.products-tabs .tab-content-wrapper .tab-table-of-contents ul li ul {
  margin: 0 0 0 20px;
}
.products-tabs .tab-content-wrapper .tab-table-of-contents ul li ul li a::before {
  content: "◦";
  font-size: 12px;
  line-height: 2;
}
.products-tabs .tab-content-wrapper .tab-content {
  display: none;
}
.products-tabs .tab-content-wrapper .tab-content.active {
  display: block;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content {
    flex: 1;
    border: 1px solid #dbdbdb;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.products-tabs .tab-content-wrapper .tab-content > h3 {
  margin: 40px 0 0;
}
.products-tabs .tab-content-wrapper .tab-content__text-section::after {
  content: "";
  display: table;
  clear: both;
}
.products-tabs .tab-content-wrapper .tab-content__text-section img {
  width: auto;
}
.products-tabs .tab-content-wrapper .tab-content__products-list {
  margin-top: 40px;
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: auto;
  flex: 1;
  align-items: flex-start;
  padding: 15px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card {
    flex-direction: row;
    padding: 25px;
  }
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__badges {
  position: absolute;
  top: -15px;
  left: 10px;
  margin: 0;
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__badges .badge {
  height: auto;
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__badges .badge.badge--top-product {
  margin: 0;
  height: 30px;
  width: 60px;
  background-color: #e25b57;
  font-size: 14px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__badges .badge.badge--top-product {
    width: 75px;
    font-size: 18px;
  }
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__image {
  flex-basis: 40%;
  margin-bottom: 0;
  justify-content: flex-start;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__image {
    flex-basis: 28%;
    padding-left: 20px;
  }
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__image img {
  padding: 0;
  width: 90px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__image img {
    width: 130px;
  }
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__title-wrapper, .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__title-wrapper {
  flex: 1;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__title-wrapper {
    flex-basis: 80%;
    width: 80%;
    min-width: 80%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__title-wrapper .product-card__title {
    margin-left: 28%;
  }
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__title-wrapper .product-card__spec-wrapper {
  display: flex;
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__title-wrapper .product-card__spec-wrapper .product-card__spec {
  margin: 0;
  padding-top: 10px;
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper {
    flex-basis: 20%;
  }
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper .product-card__info {
  flex-direction: row;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper .product-card__info {
    flex-direction: column;
    align-items: flex-end;
    padding: 0 0 60px 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper .product-card__info-price {
    order: -1;
    margin-bottom: 15px;
  }
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper .product-card__buttons {
  margin-top: 20px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper .product-card__buttons {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper .product-card__buttons .btn {
  white-space: nowrap;
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper .product-card__buttons .btn:first-of-type {
  border: none;
}
.products-tabs .tab-content-wrapper .tab-content__products-list .product-card__info-wrapper .product-card__buttons .btn:last-of-type {
  margin-left: 15px;
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products.tab-content__products-carousel {
  padding: 0;
  margin: 40px 0;
  display: flex;
  flex-wrap: nowrap;
  max-width: calc(100vw - 64px);
  overflow-x: auto;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content ul.big-burg-products.tab-content__products-carousel {
    max-width: unset;
    overflow-x: unset;
  }
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product {
  margin: 0;
  min-width: 200px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product {
    min-width: unset;
  }
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product:not(:first-of-type) {
  margin-left: 50px;
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card {
  border: none;
  height: auto;
  padding: 0;
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card__image {
  margin-bottom: 20px;
  order: -1;
  flex-basis: 100%;
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card__image img {
  padding: 0;
  width: 80px;
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card__title {
  font-size: 14px;
  margin-bottom: 10px;
  flex-basis: 100%;
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card__info {
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  background-color: transparent;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1180px) {
  .products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card__info {
    margin-bottom: 25px;
  }
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card__info-delivery, .products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card__info-price {
  margin-bottom: 10px;
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card__info-price {
  text-align: left;
}
.products-tabs .tab-content-wrapper .tab-content ul.big-burg-products li.big-burg-product .product-card__buttons a i {
  margin: 0 0 0 8px;
}

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

.cart-order-confirmation {
  padding: 12px;
}
@media only screen and (min-width: 1180px) {
  .cart-order-confirmation {
    flex-flow: row wrap;
    padding: 0 230px;
    display: flex;
    justify-content: space-between;
  }
}
.cart-order-confirmation .woocommerce-payment-details {
  flex-basis: 100%;
  margin-top: 20px;
}
.cart-order-confirmation .woocommerce-payment-details ul.order_details {
  padding: 0;
}
.cart-order-confirmation__success {
  flex: 0 0 445px;
}
.cart-order-confirmation__success > h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
  color: #2d7300;
  padding-bottom: 32px;
  display: flex;
}
.cart-order-confirmation__success > h1 i {
  position: relative;
  margin-right: 12px;
  top: 5px;
}
.cart-order-confirmation__success > .order-number {
  padding-bottom: 32px;
}
.cart-order-confirmation__success > .order-number h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.18;
  padding: 16px 20px;
  margin-bottom: 12px;
  background: #f3f3f3;
  border-radius: 5px;
}
.cart-order-confirmation__success > .order-number p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
}
.cart-order-confirmation__success > .next-order-account, .cart-order-confirmation__success > .gratitude {
  padding-bottom: 32px;
}
.cart-order-confirmation__success > .next-order-account h3, .cart-order-confirmation__success > .gratitude h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 12px;
}
.cart-order-confirmation__success > .next-order-account p, .cart-order-confirmation__success > .gratitude p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.67;
  padding-bottom: 24px;
}
.cart-order-confirmation__summary {
  flex: 0 0 405px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.cart-order-confirmation__summary > h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  background-color: #dbdbdb;
  border-radius: 5px 5px 0 0;
  padding: 7px 12px;
  margin-bottom: 32px;
  margin-bottom: 24px;
}
.cart-order-confirmation__summary > .cart-contents-wrapper {
  padding: 0 24px;
}
.cart-order-confirmation__summary > .cart-contents-wrapper .cart_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #dbdbdb;
}
.cart-order-confirmation__summary > .cart-contents-wrapper .cart_item:first-child {
  padding-top: 0;
}
.cart-order-confirmation__summary > .cart-contents-wrapper .cart_item .product-name {
  display: flex;
  align-items: flex-start;
  flex: 1;
}
.cart-order-confirmation__summary > .cart-contents-wrapper .cart_item .product-name .wc-gzd-product-name-left {
  flex: 0 0 45px;
  margin-right: 18px;
}
.cart-order-confirmation__summary > .cart-contents-wrapper .cart_item .product-name .wc-gzd-product-name-right {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}
.cart-order-confirmation__summary > .cart-contents-wrapper .cart_item .product-name .wc-gzd-product-name-right .product-quantity {
  font-weight: 400;
  display: block;
  margin-top: 12px;
}
.cart-order-confirmation__summary > .cart-contents-wrapper .cart_item .product-total {
  flex: 0 0 100px;
  text-align: right;
}
.cart-order-confirmation__summary > .cart-contents-wrapper .cart_item .product-total span.woocommerce-Price-amount > bdi {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.33;
  color: #0068A3;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .payment {
  padding: 24px 0 16px 0;
  border-bottom: 1px solid #dbdbdb;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .payment .address {
  display: flex;
  padding-bottom: 24px;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .payment .address > * {
  flex-basis: 50%;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .payment .address > div h3 {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 12px;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .payment .address > div p {
  font-size: 12px;
  line-height: 1.25;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .payment .payment-method h3 {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 12px;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .cart-totals {
  padding: 24px 0 16px 0;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .cart-totals > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .cart-totals > div span:first-child {
  font-size: 13px;
  line-height: 1.54;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .cart-totals > div span:last-child {
  font-size: 15px;
  line-height: 1.33;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .cart-totals .shipping {
  padding-bottom: 4px;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .cart-totals .shipping span:last-child {
  color: #2d7300;
}
.cart-order-confirmation__summary > .cart-contents-wrapper > .cart-totals > p {
  font-size: 13px;
  line-height: 1.54;
  color: #2d7300;
}
.cart-order-confirmation__summary > .order-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  background-color: #dbdbdb;
  border-radius: 5px 5px 0 0;
  padding: 7px 12px;
  margin-bottom: 32px;
  margin: 0;
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
}
.cart-order-confirmation__summary > .order-total .order-total__label {
  font-size: 17px;
  line-height: 1.18;
}
.cart-order-confirmation__summary > .order-total .order-total__amount {
  font-size: 18px;
  line-height: 1.11;
}
.cart-order-confirmation__summary > .order-total .order-total__amount > span {
  display: block;
  text-align: right;
}
.cart-order-confirmation__summary > .order-total .order-total__amount > span:last-child {
  font-size: 10px;
  line-height: 2;
  font-weight: 400;
  color: #5a5a5a;
}
