/* inter-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/inter-v13-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v13-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v13-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v13-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.top-bar.top-bar-v3 {
    background: black;
    font-weight: 600;
}

.woocommerce-price-suffix {
    display: none;
}

button.eraty-image-button {
    /* background: transparent; */
    background-color: transparent !important;
    border: none !important;
    border-radius: 25px;
    overflow: hidden;
}

button.eraty-image-button img {
    width: auto;
    height: 52px;
    max-width: auto;
    border-radius: 1.8em;
}

table.cart .actions .wc-proceed-to-checkout .checkout-button {
    display: flex;
    align-items: center;
}

.top-bar-v3 .nav-inline .menu-item+.menu-item:before {
    color: #FFF;
}

.typeahead-loading {
  background-color: #fff;
  background-image: url("images/loading.gif");
  background-size: 25px 25px;
  background-position: 66% center;
  background-repeat: no-repeat;
}

#current_lang_in_dropdown.dropdown-toggle::after {
  margin-left: 0;
}

#current_lang_in_dropdown {
  display: flex;
  align-items: center;
  /* pointer-events: none; */
}

.carphero-single-product-sku {
  display: inline-block;
  font-size: 10px;;
}


.carphero-loop-product-sku {
  font-size: 8px;
  color: #000;
  text-align: left;
  position: absolute;
  bottom: 0;
  padding-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carphero-loop-product-sku::before {
  content: ' ';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: transparent;
  margin-right: 3px;
}

.product.onbackorder .carphero-loop-product-sku::before {
  background-color: #fec302;
}
.product.instock .carphero-loop-product-sku::before {
  background-color: #44a201;
}
.product.outofstock .carphero-loop-product-sku::before {
  background-color: #ee0000;
}
.product.product-type-variable.one-variation-at-least-in-stock .carphero-loop-product-sku::before {
  background-color: #44a201;
}

.product:hover .carphero-loop-product-sku,
.product:focus .carphero-loop-product-sku {
  position: relative;
}

.owl-item>.product .product-loop-body, .products>.product .product-loop-footer.product-item__footer {
 padding-top: 8px;
}

.shippingInfoMessage {
  padding: 0;
  margin: 8px 0 8px 0;
  color: #000;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  border-radius: 8px;
  line-height: 1.25;
}

.shippingInfoMessage .wysylka24h {
  font-size: 1.2em;
}

.shippingInfoMessage .wysylka35days {
  font-size: 1.1em;
}

.extended .single-product-wrapper>.product-actions-wrapper .product-actions div.availability {
  text-align: center;
}

.electro-stock-availability .in-stock span,
.electro-stock-availability  p.in-stock {
  color: #fff;
  background-color: #198754;
  border-radius: 8px;
  padding: 5px 3px;
}

.electro-stock-availability .out-of-stock span,
.electro-stock-availability p.out-of-stock {
  color: #fff;
  background-color: #dc3545;
  border-radius: 8px;
  padding: 5px 8px;
}

.electro-stock-availability .in-stock span,
.electro-stock-availability  p.in-stock {
  color: #fff;
  background-color: #198754;
  border-radius: 8px;
  padding: 5px 8px;
}

.extended .single-product-wrapper>.product-actions-wrapper .product-actions {
  padding-top: 8px;
}

.extended .single-product-wrapper>.product-actions-wrapper .product-actions div.availability {

}

.single-product .price {
  font-weight: 600;
}

.iworks-omnibus {
  padding-bottom: 2px;
  margin-bottom: 2px;
  line-height: 1;
  font-size: .8em;
}

.single-product.full-width .price {
  margin-bottom: .5em;
}

.extended .single-product-wrapper>.product-actions-wrapper .product-actions .single_add_to_cart_button.button {
  margin-top: 0.5em;
}

.eraty-image-button, .eraty-image-button:hover, .eraty-image-button:focus {
  width: 50%;
  text-align: center;
}

button.eraty-image-button img {
  height: 38px;
  width: auto;
}

.add-to-cart-button-divider {
  width: 85%;
  height: 1px;
  background-color: #ebebeb;
  margin: 15px auto 8px auto;
}

@media (min-width: 768px) {
  body .cart-collaterals .cross-sells {
      flex:0 0 100%;
      max-width: 100%
  }
}

@media (min-width: 1480px) {
  .cross-sells ul.products[data-view=grid].row-cols-xxl-5>li.product {
    width: 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }

}

table.cart tbody tr.cart_item td.cart-subtotal {
  font-size: 1.3em;
}

.responso_form__footer {
  display: none;
}

.responso_form__input, .responso_form__select {
  border-radius: 0;
}

.responso_form__textarea {
  min-height: 250px;
}



.ask-for-product {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.ask-for-product > div {
  padding-left: 15px;
  padding-right: 15px;
}

.ask-for-product__left,
.ask-for-product__right {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .ask-for-product__left {
      width: 33.333%;
      flex: 0 0 33.333%;
      max-width: 33.333%;
  }

  .ask-for-product__right {
      width: 66.666%;
      flex: 0 0 66.666%;
      max-width: 66.666%;
  }
}

@media (max-width: 1200px) {
  .ask-for-product__right .wp-image-760835 {
      display: none;
  }

  .ask-for-product__left {
      order: 2;
      padding-top: 15px;
  }

  .ask-for-product__right {
      order: 1;
  }
}


.single-product .raty-labels {
  display: table-cell;
  border-bottom: 1px solid #f5f5f5;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}


.single-product .raty-labels-images {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  /* width: 360px; */
}

.single-product .raty-labels img {
  /* max-width: 140px; */
  max-height: 20px !important;
  margin-left: 5px !important;
  height: auto;
}

#caraty {
margin-bottom: 0;
}

.single-product .raty-labels .raty-labels-subtitle {
font-weight: 700;
font-size: 16px;
width: 100%;
text-align: center;
padding-top: 4px;
}

@media (max-width: 768px) {
  .single-product .raty-labels img {
      max-width: 120px;
  }

  .single-product .raty-labels-images {
      /* -webkit-flex-direction: column-reverse;
      -moz-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
      -o-flex-direction: column-reverse;
      flex-direction: column-reverse; */
  }
}

.extended .single-product-wrapper>.product-actions-wrapper .product-actions div.availability {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.payu-mini-installments-widget {
  display: none;
}

#raty-santander-trigger,
#raty-payu-trigger {
  cursor: pointer;
}

#wcpay-express-checkout-button-separator {
  display: none;
  width: 100%;
  height: 1px;
  overflow: hidden;
}

#wcpay_currency_switcher {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

#wcpay_currency_switcher select {
  font-size: 1.142em;
  border: none;
  border-radius: inherit;
  background-size: 8px 10px;
  -webkit-appearance: none;
  padding: .25rem 1.2rem .25rem .75rem;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  table.shop_table.shop_table_responsive.cart .wc-proceed-to-checkout, table.shop_table.shop_table_responsive.cart .wc-proceed-to-checkout a {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
