/*
Theme Name: Everywhere
Author: andEverywhere
Description: Stay awesome.
Version: 1.0

*/

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600&family=Roboto+Slab:wght@500;600;700;800&family=Roboto:wght@300;400;700&display=swap");

.topbar {
  background-color: #0f371f;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

/* Top bar free shipping style */
.topbar {
  background-color: #0f371f;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0px 5px;
}

.topbar
  .iwt-free-spbar-sec
  .woocommerce-free-shipping-bar-order
  .woocommerce-free-shipping-bar-message {
  margin-bottom: 0;
}

.topbar
  .iwt-free-spbar-sec
  .woocommerce-free-shipping-bar-order
  .woocommerce-free-shipping-bar-message
  #wfspb-main-content {
  font-size: 14px;
  color: #ffffff !important;
}

.topbar
  .iwt-free-spbar-sec
  .woocommerce-free-shipping-bar-order
  .woocommerce-free-shipping-bar-message
  #wfspb-main-content
  a {
  color: #f5b041;
}

.topbar
  .iwt-free-spbar-sec
  .woocommerce-free-shipping-bar-order
  .woocommerce-free-shipping-bar-message
  #wfspb-main-content
  a:hover {
  opacity: 0.9;
}
.iwt-free-spbar-sec.iwt-cart
  .woocommerce-free-shipping-bar-order
  .woocommerce-free-shipping-bar-message
  #wfspb-main-content {
  color: red !important;
  font-weight: 700;
  text-align: right;
}
.iwt-free-spbar-sec.iwt-cart
  .woocommerce-free-shipping-bar-order
  .woocommerce-free-shipping-bar-message {
  margin-bottom: 0px;
}
.iwt-free-spbar-sec.iwt-cart .woocommerce-free-shipping-bar-order {
  text-align: right;
}
.iwt-free-spbar-sec.iwt-cart {
  margin: 10px 0px 0px 0px;
}
.product-dec-price a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-dec-price p.variation,
.product-dec-price p.price {
  float: none;
}

@media only screen and (max-width: 600px) {
  .topbar {
    font-size: 11px;
    letter-spacing: 0;
    border-bottom: 1px solid #e0dfdc;
  }

  .topbar
    .iwt-free-spbar-sec
    .woocommerce-free-shipping-bar-order
    .woocommerce-free-shipping-bar-message
    #wfspb-main-content {
    font-size: 11px;
  }
  .iwt-free-spbar-sec.iwt-cart
    .woocommerce-free-shipping-bar-order
    .woocommerce-free-shipping-bar-message
    #wfspb-main-content {
    text-align: center;
  }
}

.go-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #0f371f;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 18px;
  border-radius: 100%;
  box-shadow: 2px 2px 8px -1px #343434;
  cursor: pointer;
}

.go-up a,
.go-up i {
  color: #fff;
}
.cart-count {
  position: absolute;
  bottom: 7px;
  right: -6px;
  background-color: #f5b041;
  color: white;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  padding-top: 1px;
}

body,
p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
}

body a,
p a,
tabla {
  color: #0f371f;
}

h1,
h2 {
  font-family: "Roboto Slab", serif !important;
  font-weight: 700;
}

h3,
h4,
h5 {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 500;
}

header.main {
  background: #fff;
  padding: 15px;
}

body.home header.main,
body.postid-4419 .out-stock header.main {
  background-color: transparent;
  z-index: 99;
  position: relative;
}

.out-stock {
  max-width: 100% !important;
  width: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  margin: 0 !important;
  padding: 0 !important;
  top: 144px;
}

header.main .logotype-container img {
  width: 100%;
  max-width: 179px;
}

.main-navigation {
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  font-weight: 500;
}

.main-navigation nav {
  float: right;
  padding-top: 22px;
}

.main-navigation ul {
  list-style: none;
  float: left;
}

.main-navigation ul li {
  float: left;
  margin-right: 30px;
}

.main-navigation ul li:last-child {
  margin-right: 0;
}

.main-navigation ul li a {
  text-decoration: none;
  color: #111;
  transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
}

.main-navigation .current-menu-item a {
  color: #f5b041 !important;
}

body.home .main-navigation ul li a,
body.postid-4419 .out-stock .main-navigation ul li a {
  color: #fff;
  transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -webkit-transition: ease 0.3s all;
}

.main-navigation ul li a:hover {
  color: #f5b041 !important;
}

body.home header.main .controls .cart-link {
  float: right;
  color: #fff;
  font-size: 32px;
  margin-top: 13px;
  position: relative;
}

header.main .controls .cart-link {
  float: right;
  color: #111;
  font-size: 32px;
  margin-top: 13px;
  position: relative;
}

section {
  padding: 45px 0;
}

footer {
  background-color: #e0dfdc;
  padding: 45px 0;
}

footer .footer-logo img {
  width: 190px;
}

footer .footer-logo p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 23px;
}

footer h4 {
  font-family: "Roboto Slab", serif !important;
  font-weight: 700;
  font-size: 20px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

footer ul li a {
  color: #0f371f;
  text-decoration: none;
}

.footer-last {
  background-color: #0f371f;
  color: #fff;
  padding: 15px;
  font-size: 16px;
}

.footer-last .social {
  text-align: left;
}

.footer-last .payment {
  text-align: right;
}

.footer-last .follow-icons a {
  margin: 0 8px;
  color: #fff;
}

.single-product .main-wrapper {
  margin: 30px 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background-color: #f5b041;
  border-radius: 0;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

/* .single-product .single_add_to_cart_button {
	padding: 12px 82px!important;
} */

div.product p.price,
div.product span.price {
  color: #0f371f !important;
}

.product_meta {
  display: none;
}

.product-usps ul {
  padding: 0;
  list-style: none;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

.product-usps ul li {
  float: left;
  margin: 0 15px 0 0;
}

.product-usps ul li i,
.product-usps ul li svg {
  color: #0f371f;
}

/* .single-product  .quantity .qty {
	height: 40px!important;
} */

@media only screen and (max-width: 600px) {
  footer {
    text-align: center;
  }
}

@media only screen and (max-width: 680px) {
  header.main .logotype-container img {
    width: 210px;
  }

  header.main .logotype-container {
    text-align: center;
  }

  .show-for-mobile .logotype,
  .show-for-tablet .logotype {
    padding: 0 !important;
  }
}

/*Product Details Page Design Starts CSS */

body.single.single-product .summary {
  width: 47%;
}
.single.single-product div.images.woocommerce-product-gallery {
  width: 50%;
}
.single.single-product .summary .pro-top-btn {
  margin-top: -12px;
  /* margin-bottom: 10px; */
  margin-bottom: 5px;
}
.single.single-product .summary .pro-top-btn .btn {
  color: #fff;
  text-decoration: none;
  padding: 22px 18px;
  /* padding: 15px 18px; */
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  clip-path: polygon(88% 20%, 100% 50%, 88% 80%, 10% 80%, 0% 50%, 10% 20%);
  font-weight: 600;
}
/* .single.single-product .summary  .pro-top-btn .novelty-btn {
    background: #003f1d; 
}
.single.single-product .summary  .pro-top-btn .fatal-btn {
    background: #c71d27;
} */
.single.single-product .summary .pro-left-summery h2 {
  margin-bottom: 10px;
}
.single.single-product .summary .pro-left-summery h4 {
  margin-bottom: 20px;
  color: #0f371f;
  font-weight: bold;
  text-transform: uppercase;
}
.single.single-product .summary .pro-left-summery h4 sup {
  color: #0f371f;
  font-size: 12px;
  font-weight: bold;
}
.single.single-product .summary form.cart {
  margin-bottom: 15px;
}
.single.single-product .summary form.cart .quantity button {
  border: 1px solid #e8e7e5;
  background: transparent;
  width: 35px;
  height: 35px;
  color: #302300;
  font-size: 18px;
}
.single.single-product .summary form.cart .quantity {
  display: flex;
  margin: 0 12px 0 0;
}
.single.single-product .summary form.cart .quantity input.input-text {
  border: 1px solid #e8e7e5;
  width: 45px;
  text-align: center;
  color: #302300;
  font-size: 14px;
  outline: none;
  font-weight: bold;
}
.single.single-product
  .summary
  form.cart
  .quantity
  input.input-text::-webkit-inner-spin-button {
  display: none;
}
.single.single-product .summary form.cart .single_add_to_cart_button {
  background: #ffad12;
  color: #302300;
  padding: 10px 70px;
}
.single.single-product .summary form.cart .short-desc-sec {
  display: inline-block;
  width: 100%;
  margin: 30px 0 25px;
  color: #736c54;
  font-size: 16px;
  line-height: 20px;
  /* font-weight: 600; */
}
.single.single-product .summary .product-usps {
  background: #f9f9ed;
  display: flex;
  padding: 20px;
  width: 100%;
  margin-top: 15px;
}
.single.single-product .summary .product-usps ul {
  width: 100%;
}
.single.single-product
  .acf-usps-content.product-usps
  .acf-contains-field.product-column
  h6 {
  font-size: 15px;
}
.single.single-product .summary .product-usps .product-column p,
.single.single-product .summary .product-usps ul li {
  /* font-size: 14px;
	line-height: 20px; */
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #302300;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.product-usps ul li i {
  margin-right: 5px;
  color: #003f1d;
}
.single.single-product .summary .product-usps .product-column {
  width: 50%;
}
.single.single-product .summary .product-usps .product-column h6 {
  font-size: 15px;
  line-height: 20px;
  color: #736c54;
  font-weight: bold;
}
.single.single-product .summary .product-usps .product-column p {
  /* color: #69624a; */
  color: #302300;
  font-weight: 600;
  display: inline;
}
.single.single-product .summary .product-usps .product-column p a {
  font-size: inherit;
  color: inherit;
  /* font-size: inherit; */
}
.single.single-product .summary > .product-usps {
  display: none;
}
.single.single-product .acf-usps-content ul li strong {
  color: #0f371f;
}
/*Product Details Page Design Ends CSS */

.woocommerce-message {
  border-top-color: #0f371f !important;
}

@media (max-width: 768px) {
  .single.single-product div.images.woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 10px;
  }
  .single.single-product .summary .pro-left-summery h4 {
    margin-bottom: 10px;
  }
  .single.single-product .summary form.cart .short-desc-sec {
    margin-top: 10px;
  }
  .single.single-product .summary .pro-top-btn {
    margin-top: 0;
    margin-bottom: 0;
  }
  .single.single-product div.product .summary {
    margin-bottom: 20px;
  }
  .single.single-product .summary .pro-top-btn .btn {
    padding: 18px 12px;
    margin-right: 8px;
  }
  .single.single-product .summary .product-usps {
    margin-top: 10px;
  }
  .main-navigation nav {
    float: left;
    width: 100%;
  }
  .show-for-mobile .main-navigation ul {
    padding: 20px 25px;
    width: 100%;
  }
  body:not(.home) .show-for-mobile .logotype,
  body:not(.home) .show-for-tablet .logotype {
    padding: 0 48px !important;
    text-align: center;
  }
}

/* Checkout */

body.woocommerce-checkout {
  background: #ecebe9;
}

.woocommerce-checkout header.main {
  display: none;
}

form.woocommerce-checkout {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 70px;
  background: #fff;
  padding: 25px;
}

.iwt-footer-pay-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.iwt-footer-pay-wrap img {
  width: 65px;
  margin-top: 10px;
}

/* General disabled button styling */
.woocommerce button#place_order.disabled {
  background-color: #cccccc; /* Light grey background */
  color: #666666; /* Dark grey text */
  border-color: #bbbbbb; /* Grey border */
  cursor: not-allowed; /* Show a 'not-allowed' cursor */
  opacity: 0.7; /* Slightly transparent */
}

/* Add hover effect for clarity */
.woocommerce button#place_order.disabled:hover {
  background-color: #cccccc; /* Maintain the same background on hover */
  color: #666666; /* Maintain text color on hover */
  border-color: #bbbbbb;
}

/* Disabled button text alignment */
.woocommerce button#place_order.disabled span {
  color: inherit; /* Inherit grey text color */
}

@media (max-width: 680px) {
  form.woocommerce-checkout {
    width: 100%;
    margin: 0 auto;
    padding: 12px 7px;
  }
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none;
  width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
}

.woocommerce-checkout .woocommerce-additional-fields {
  margin: 30px 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  border: 1px solid #c5c5c5;
  padding: 8px;
  border-radius: 1px;
}

.woocommerce-checkout-review-order-table input {
  line-height: normal;
  border: 1px solid #c5c5c5;
  padding: 8px;
  border-radius: 1px;
}

.woocommerce-checkout .validate-postcode,
.woocommerce-checkout .validate-phone {
  width: 49%;
  float: left;
  clear: none !important;
}
.woocommerce-checkout .iwt-billing-sales-wrapper #billing_city_field {
  width: 49%;
}
.woocommerce-checkout #billing_city_field {
  width: 100%;
  float: left;
  clear: none !important;
}
.woocommerce-checkout .validate-email {
  width: 49%;
  float: right;
  clear: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fdfdfd;
  border-radius: 5px;
  border: 1px solid #e9e6ed;
}

.woocommerce-checkout form h3 {
  font-size: 22px;
}

.woocommerce-error {
  border-top-color: #a72b2a;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #a72b2a;
}

.checkout-logo {
  text-align: center;
  margin: 20px 0;
  margin-top: 30px !important;
}

.checkout-logo img {
  width: 280px;
}

.checkout-back {
  text-align: left;
  position: absolute;
  left: 0px;
  top: 124px;
}

.checkout-back a {
  color: #0f371f;
  text-decoration: none;
  padding-left: 20px;
}

.woocommerce-checkout .woocommerce-info {
  border-top-color: #0f371f;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.woocommerce-info a {
  color: #0f371f;
}

form.checkout_coupon {
  background: #fff;
  width: 70%;
  margin: 20px auto 20px auto !important;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .woocommerce-checkout .woocommerce-info {
    width: 100%;
  }
}

.checkout-headline {
  text-align: center;
}

.checkout-header {
  background: #fff;
  margin-bottom: 20px;
}

img.checkout-klarna {
  text-align: center;
  width: 312px;
  margin: 10px auto 30px auto;
}

.woocommerce form .form-row label {
  line-height: 1.5;
  font-size: 14px;
}

.woocommerce-cart .woocommerce-cart-form {
  width: 62%;
  float: left;
}

.woocommerce-cart .cart-collaterals {
  width: 35%;
  float: right;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}

@media only screen and (max-width: 680px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    float: none;
  }

  .woocommerce-cart .cart-collaterals {
    width: 100%;
    float: none;
  }
}

.woocommerce-cart .wc-proceed-to-checkout {
  clear: both;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 23px;
}

.woocommerce-cart .product-quantity button.plus,
.woocommerce-cart .product-quantity button.minus {
  display: none;
}

.woocommerce-cart .product-name {
  font-size: 15px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background-color: #f5b041;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  background-color: #f5b041;
  opacity: 0.7;
}

body .ui-dialog {
  max-width: 500px !important;
  width: 100% !important;
  border-radius: 10px;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 10px;
  text-align: right;
  height: auto;
  border: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 10px;
  display: inline-block;
  border: 0;
  font-size: 10px;
  line-height: 19px;
  background: #302300;
  border-radius: 50%;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
  line-height: normal;
  color: #fff;
}
body .ui-dialog .ui-dialog-content {
  padding: 10px 30px 50px 30px;
  text-align: center;
}
body .ui-dialog .ui-dialog-content .iwt-scode-pno-wrap .iwt-scode-pno-msg {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #000;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
body
  .ui-dialog
  .ui-dialog-content
  .iwt-scode-pno-wrap
  input.iwt-scode-postcode {
  border: 1px solid #302300;
  width: 100%;
  text-align: left;
  color: #302300;
  font-size: 15px;
  outline: none;
  font-weight: bold;
  line-height: 22px;
  padding: 12px 15px;
}
body
  .ui-dialog
  .ui-dialog-content
  .iwt-scode-pno-wrap
  input.iwt-scode-postcode::placeholder {
  color: #302300;
}
.iwt-pno-validate {
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .footer-logo {
    margin-bottom: 25px;
  }
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  border: 1px solid #ddd;
  margin: 5px 0;
  padding: 10px 5px !important;
  background-color: #fff;
  outline: 0;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #f0f0f0;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #f0f0f0;
  color: #515151;
}

.payment-options {
  width: 270px !important;
  margin: 40px auto;
  display: block;
}

.footer-payment {
  width: 200px;
  margin-top: 40px;
}
.iwt-hdesk-logo {
  display: block;
}
.iwt-hres-logo {
  display: none;
}
.home .iwt-hdesk-logo {
  display: none;
}
.home .iwt-hres-logo {
  display: block;
}

@media only screen and (max-width: 600px) {
  .footer-payment {
    width: 200px;
    margin-top: 0px;
  }

  .iwt-footer-pay-wrap {
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .iwt-footer-pay-wrap {
    gap: 15px;
  }
  .iwt-footer-pay-wrap img {
    width: 40px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  header .main-navigation ul {
    padding-left: 10px;
  }
  .main-navigation ul li {
    margin-right: 19px;
  }
  .iwt-footer-pay-wrap {
    gap: 18px;
  }
}
@media only screen and (min-width: 992px) {
  header.show-for-desktop .main-navigation #toggle {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  header.main .main-navigation nav {
    padding-top: 0;
  }
  .checkout-header .checkout-back {
    left: auto;
    position: relative;
    top: auto;
    width: 50%;
  }
  .checkout-logo {
    text-align: center;
    margin: 10px 0;
    margin-top: 0px !important;
    width: 50% !important;
  }
  .checkout-header {
    padding-top: 20px;
  }
  .checkout-back a {
    height: 100%;
    display: flex;
    align-items: center;
  }

  /*Toggle Menu CSS */

  .show-for-mobile,
  .show-for-tablet {
    background-color: #0f371f !important;
    position: relative;
    background-image: url("assets/images/header-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    /* padding: 0px !important; */
  }

  .show-for-mobile .logotype-container,
  .show-for-tablet .logotype-container {
    padding: 15px 0px 15px 0px;
    background-color: transparent;
  }

  .show-for-mobile .main-navigation,
  .show-for-tablet .main-navigation {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 30px;
    height: 30px;
    padding: 0px;
    margin: -15px 0px 0px 0px;
  }
  .show-for-mobile #toggle,
  .show-for-tablet #toggle,
  .show-for-mobile .white-text,
  .show-for-tablet .white-text {
    display: block;
    line-height: 1;
    cursor: pointer;
  }

  .home .show-for-mobile #toggle .fas,
  .home .show-for-tablet #toggle .fas {
    font-size: 30px;
    color: #fff;
  }

  .show-for-mobile #toggle .fas,
  .show-for-tablet #toggle .fas {
    font-size: 30px;
    color: #fff;
  }

  .show-for-mobile .logotype,
  .show-for-tablet .logotype {
    padding: 0px 60px 0px 60px !important;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .show-for-mobile .lang-cart-col,
  .show-for-tablet .lang-cart-col {
    display: flex;
    position: absolute;
    right: 15px;
    left: auto;
    width: auto;
    padding: 0px;
    top: 40%;
    margin: -17px 0px 0px 0px;
  }

  .show-for-mobile .lang-cart-col .controls,
  .show-for-tablet .lang-cart-col .controls {
    display: flex;
    align-items: center;
    margin: 0px;
  }
  .show-for-mobile .lang-cart-col .cart-link-container,
  .show-for-tablet .lang-cart-col .cart-link-container {
    font-size: 30px;
    line-height: 30px;
  }
  .show-for-mobile .lang-cart-col .controls .cart-link,
  .show-for-tablet .lang-cart-col .controls .cart-link {
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin: 0px;
  }
  .show-for-mobile .main-navigation #toggle.active,
  .show-for-tablet .main-navigation #toggle.active {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    padding: 15px;
  }
  .show-for-mobile .main-navigation ul.nav-menu,
  .show-for-mobile .main-navigation div.nav-menu > ul,
  .show-for-tablet .main-navigation ul.nav-menu,
  .show-for-tablet .main-navigation div.nav-menu > ul {
    border: 0px !important;
  }
  .show-for-mobile .main-navigation #popout,
  .show-for-tablet .main-navigation #popout {
    position: fixed !important;
    /* top: 163px; */
    top: 0px;
    left: 0px;
    background-color: #0f371f !important;
    /* height: calc(100% - 163px); */
    height: calc(100% - 0px);
    width: 100%;
    max-width: 250px;
    overflow-y: auto;
    padding: 60px 0px 60px 0px;
  }
  .show-for-mobile .main-navigation .close,
  .show-for-tablet .main-navigation .close {
    border: 0px;
    outline: none;
    background-color: transparent;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
  }
  .show-for-mobile .main-navigation ul,
  .show-for-tablet .main-navigation ul {
    padding: 30px 21px 0px;
    margin: 0px;
  }
  .show-for-mobile .main-navigation ul li,
  .show-for-tablet .main-navigation ul li {
    margin-right: 0px;
    width: 100%;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #303030;
    padding: 0px 0px 20px 0px;
  }
  .show-for-mobile .main-navigation ul li a,
  .show-for-tablet .main-navigation ul li a {
    color: #fff;
    line-height: 1;
  }
  .show-for-mobile .main-navigation ul li a:hover,
  .show-for-tablet .main-navigation ul li a:hover {
    color: #f06d00;
  }
  .show-for-mobile .login-div,
  .show-for-tablet .login-div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px 15px 30px 15px;
  }
  .show-for-mobile .login-div .login-div-inner,
  .show-for-tablet .login-div .login-div-inner {
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #303030;
    padding: 0px 0px 20px 0px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .show-for-mobile .login-div a,
  .show-for-tablet .login-div a {
    line-height: 1;
    text-decoration: none;
    color: #fff;
    transition: ease 0.3s all;
    -moz-transition: ease 0.3s all;
    -webkit-transition: ease 0.3s all;
  }
  .show-for-mobile .login-div a:hover,
  .show-for-tablet .login-div a:hover {
    color: #f06d00;
  }
  .topbar {
    border-bottom: 1px solid #e0dfdc;
  }
  header.main .logotype-container img {
    width: 100% !important;
    max-width: 179px !important;
    width: 100% !important;
  }

  #popout {
    left: -300px;
    position: relative;
    display: none;
  }
  #popout.active {
    left: 0px;
    top: 0px;
    position: absolute;
    display: block;
    background: aqua;
    z-index: 999;
  }
  .show-for-mobile ~ .main-wrapper .home-banner-section,
  .show-for-tablet ~ .main-wrapper .home-banner-section {
    padding-top: 130px !important;
  }
  body header.main.show-for-mobile .controls .cart-link,
  body header.main.show-for-tablet .controls .cart-link {
    margin: 0px !important;
  }
  header.show-for-mobile.show-for-tablet .controls .cart-link {
    color: #fff;
  }
  /*Toggle Menu CSS */

  .iwt-hdesk-logo {
    display: none;
  }
  .iwt-hres-logo {
    display: block;
  }
  .home .iwt-hdesk-logo {
    display: none;
  }
  .home .iwt-hres-logo {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-back a {
    font-size: 12px;
  }
}

table.viltinfo {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
}

table.viltinfo thead td {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  background: #fff;
  padding: 10px 30px;
  text-align: center;
}

table.viltinfo tr td:first-child {
  font-family: "Roboto Slab", serif;
  text-align: left;
  padding: 10px;
  width: 20%;
}

table.viltinfo tr td {
  text-align: center;
}

table.viltinfo td {
  padding: 10px 15px;
}

table.viltinfo tr:nth-child(odd) {
  background-color: #fafaf7;
}

.single-product .woocommerce-product-gallery__image {
  width: 75%;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .single-product .woocommerce-product-gallery__image {
    width: 100%;
    margin: 0 auto;
  }

  table.viltinfo {
    overflow-x: scroll;
    display: block;
  }
}

.single-product .woocommerce-tabs {
  display: none;
}

#billing_country_field {
  display: none;
}

.single.single-product .summary .pro-left-summery h4 sup {
  display: none;
}

table.viltinfo img {
  width: 30px;
  height: 30px;
}

.woocommerce-order-received #main {
  width: 60%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 900px) {
  .woocommerce-order-received #main {
    width: 95%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    margin-bottom: 60px;
  }
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin: 0px 0 40px 0;
  text-decoration: underline;
}

.container.change-delivery {
  width: 75%;
  margin: 30px auto !important;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .container.change-delivery {
    width: 100%;
  }
}

@media only screen and (min-width: 800px) {
  .hide-home {
    display: none;
  }
}

table td {
  position: relative;
}

table .asterix {
  display: inline;
  position: absolute;
  margin-left: 3px;
  top: 5px;
}

.eu-cookies-bar-cookies-bar-message > div {
  margin-top: 9px;
}

.eu-cookies-bar-cookies-bar-message a {
  color: #ddd !important;
}

#billing_outside_field {
  width: 100%;
  background-color: #f4f4f4;
  padding: 5px 10px;
  display: block;
  margin-bottom: 20px;
}

#billing_phone {
  padding-left: 45px;
}

body.woocommerce-cart .coupon {
  display: none;
}
.woocommerce-checkout
  #main
  form.checkout
  .woocommerce-billing-fields
  .iwt-dpost-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout
  #main
  form.checkout
  .woocommerce-billing-fields
  .iwt-dpost-wrapper
  .iwt-del-postcode {
  float: left;
  width: 49%;
  /* margin-right: 37px; */
}
.woocommerce-checkout
  #main
  form.checkout
  .woocommerce-billing-fields
  .iwt-dpost-wrapper
  .iwt-hdelivery-select {
  float: left;
  width: 47%;
  padding: 7px 8px;
  margin-left: auto;
}
.woocommerce-checkout
  #main
  form.checkout
  .woocommerce-billing-fields
  .iwt-dpost-wrapper
  label {
  width: 100%;
  text-align: left;
}
#billing_phone_field #billing_phone {
  padding-right: 30px;
}

.home-banner-section .elementor-column:has(.iwt-pno-validate-wrap) {
  position: absolute;
  bottom: -60px;
  right: 40px;
}

.home-banner-section .iwt-pno-validate-wrap {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  width: 230px;
  height: 230px;
  padding: 15px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5b041;
  margin: 0 0 0 auto;
}

.home-banner-section .iwt-hdeliver-nomsg-wrap {
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.home-banner-section .iwt-pno-validate-wrap .iwt-home-deliver-avil {
  padding: 5px;
}

.home-banner-section
  .iwt-pno-validate-wrap
  .iwt-home-deliver-avil
  .iwt-hdeliver-dates
  span:first-child {
  display: block;
  font-weight: bold;
}

.home-banner-section
  .iwt-pno-validate-wrap
  .iwt-home-deliver-avil
  .iwt-hdeliver-dates {
  display: block;
  margin-bottom: 20px;
}

/******* Additional Css for sales person login ***********/
.woocommerce-checkout
  #main
  form.checkout
  .woocommerce-billing-fields
  .form-row-first.iwt-dpost-wrapper {
  float: left;
  width: 49%;
  display: block;
}

.woocommerce-checkout
  #main
  form.checkout
  .woocommerce-billing-fields.iwt-billing-sales-wrapper
  .form-row-first.iwt-dpost-wrapper {
  float: left;
  width: 49%;
  display: block;
}

.woocommerce-checkout
  #main
  form.checkout
  .woocommerce-billing-fields.iwt-billing-sales-wrapper
  .iwt-dpost-wrapper
  .iwt-del-postcode {
  width: 100%;
}

.woocommerce-checkout
  #main
  form.checkout
  .woocommerce-billing-fields.iwt-billing-sales-wrapper
  #billing_city_field {
  float: right;
}

.iwt-sales-plogin .iwt-sales-thanks-wrap .form-row.form-row-first,
.iwt-sales-plogin .iwt-sales-thanks-wrap #billing_phone_field {
  float: left;
  width: 49%;
}

.iwt-sales-plogin .iwt-sales-thanks-wrap .form-row.form-row-last,
.iwt-sales-plogin .iwt-sales-thanks-wrap #billing_city_field,
.iwt-sales-plogin .iwt-sales-thanks-wrap #billing_email_field {
  float: right;
  width: 49%;
}

.iwt-sales-plogin .iwt-sales-thanks-wrap .form-row.form-row-wide,
.iwt-sales-plogin
  .iwt-sales-thanks-wrap
  .form-row.form-row-wide
  .woocommerce-input-wrapper,
.iwt-sales-plogin
  .iwt-sales-thanks-wrap
  .form-row.form-row-wide
  .woocommerce-input-wrapper
  input,
.iwt-sales-plogin .iwt-sales-thanks-wrap .iwt-dpost-wrapper input,
.iwt-sales-plogin .iwt-sales-thanks-wrap .woocommerce-input-wrapper textarea,
.iwt-sales-plogin .iwt-sales-thanks-wrap .woocommerce-input-wrapper select {
  float: left;
  width: 100%;
}

.iwt-sales-plogin
  .iwt-sales-thanks-wrap
  .form-row.form-row-first
  .woocommerce-input-wrapper,
.iwt-sales-plogin
  .iwt-sales-thanks-wrap
  .form-row.form-row-last
  .woocommerce-input-wrapper,
.iwt-sales-plogin
  .iwt-sales-thanks-wrap
  .form-row.form-row-first
  .woocommerce-input-wrapper
  input,
.iwt-sales-plogin
  .iwt-sales-thanks-wrap
  .form-row.form-row-last
  .woocommerce-input-wrapper
  input {
  float: left;
  width: 100%;
}

.iwt-sales-plogin
  .iwt-sales-thanks-wrap
  .woocommerce-input-wrapper
  #month_select {
  height: 35px;
}
.iwt-sales-plogin .iwt-sales-thanks-wrap .woocommerce-customer-details {
  display: none;
}
/******* Additional Css for sales person login ***********/

@media (max-width: 1199px) {
  .woocommerce-checkout
    #main
    form.checkout
    .woocommerce-billing-fields
    .iwt-dpost-wrapper
    .iwt-hdelivery-select {
    width: 48.4%;
  }
  footer .footer-logo img {
    margin-left: -30px;
  }
}
@media (max-width: 991px) {
  .woocommerce-checkout
    #main
    form.checkout
    .woocommerce-billing-fields
    .iwt-dpost-wrapper
    .iwt-hdelivery-select {
    width: 47.5%;
  }
}
@media (max-width: 767px) {
  .woocommerce-checkout
    #main
    form.checkout
    .woocommerce-billing-fields
    .iwt-dpost-wrapper
    .iwt-hdelivery-select {
    width: 46.5%;
  }
  footer .footer-logo img {
    margin-left: 0px;
  }
}
@media (max-width: 680px) {
  .woocommerce-checkout
    #main
    form.checkout
    .woocommerce-billing-fields
    .iwt-dpost-wrapper
    .iwt-hdelivery-select {
    width: 48%;
  }
  .woocommerce-checkout #billing_email_field,
  .woocommerce-checkout .validate-phone#billing_phone_field {
    width: 100%;
  }
}

.iwt-sales-plogin .provapa {
  display: none;
}

/* Footer form css start here */
footer .footer-logo img {
  width: 160px;
}
.footer-menu .sib-form {
  padding: 0;
}
.footer-menu .sib-form #sib-container {
  background: transparent;
  margin: 0 auto;
  padding: 0;
}
.footer-menu .sib-form .sib-form-block {
  padding: 0;
}
.footer-menu .sib-form .sib-form-block p {
  color: #0f371f;
  font-weight: 400;
}
.footer-menu .sib-form .sib-form__declaration {
  display: none;
}
.footer-menu .sib-form .entry__field {
  background-color: transparent;
  border-color: #333;
  padding: 4px;
  border-radius: 50px;
  position: relative;
}
.footer-menu .sib-form .entry__field .input {
  height: auto;
  color: rgb(33, 37, 41);
}
.footer-menu .sib-form .entry__field .input::placeholder {
  color: #646464;
}
.footer-menu .sib-form .entry__field .sib-form-block__button {
  min-height: auto;
  font-weight: bolder;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  padding: 5px 8px;
  border-radius: 50px;
  width: 100px;
}

/* 20-06-2025  */
.iwt-billing-sales-wrapper #billing_postcode_field .optional,
.iwt-billing-sales-wrapper .sarskild-field .optional {
  display: none;
}

.iwt-billing-sales-wrapper .geolocation-address {
  width: auto;
  display: inline-block;
  clear: left;
  float: right;
}

.iwt-billing-sales-wrapper #billing_address_1_field {
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 150px);
  clear: right;
  float: left;
  margin-top: -45px;
}

.iwt-billing-sales-wrapper #billing_postcode,
.iwt-billing-sales-wrapper #billing_city,
.iwt-billing-sales-wrapper #sarskild_postcode,
.iwt-billing-sales-wrapper #sarskild_city {
  background-color: lightgray;
}

/* 23-07-2025 */

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  display: block !important;
  background-color: transparent !important;
  padding-left: 0px !important;
  color: #000 !important;
}

.woocommerce form .form-row .woocommerce-input-wrapper .description::before {
  content: unset;
}

/*12-08-2025*/

.cart_totals .shop_table .free-product-notice > td{
  background: #66bb6a;
  font-weight: bold;
  color: white;
  font-size: 15px;  
}

/*13-08-2025*/
.cart-collaterals .shop_table .fee{
  color:red;
}