#checkout {
  margin: 0px;
}
#checkout .header-nav {
  background: #F7F7F8;
}
#checkout #modal {
  display: none;
}
#checkout [data-dismiss=modal][type=button].close {
  display: none;
}
#checkout #thecheckout-confirm #conditions-to-approve ul {
  padding-left: 0px;
}
@media (max-width: 768px) {
  #checkout .checkout-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#checkout .header-top {
  display: none !important;
}
#checkout .header-nav .row div {
  display: none;
}
#checkout #_desktop_logo {
  display: block;
}
#checkout #_desktop_logo a {
  max-width: 237px;
  display: flex;
}
#checkout #_desktop_logo a img {
  width: 100%;
  object-fit: contain;
}
#checkout .header-nav .container {
  max-width: 1100px;
  margin: 0 auto;
}

#checkout #wrapper .container {
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #checkout #wrapper .container {
    background-color: #F7F7F8;
  }
}
#checkout .error-msg {
  padding-left: 16px;
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 8px;
  font-style: normal;
  margin-bottom: 5px;
  color: #D70000;
  background: #FDE7E7;
  padding-left: 17px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
#checkout .breadcrumb {
  display: none;
}
#checkout .form-fields .form-group label {
  position: relative;
}
#checkout .form-fields .form-group label input.form-control {
  width: 100%;
  height: 58px;
  padding-left: 16px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  padding-top: 23px;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  border-radius: 0px;
}
@media (max-width: 992px) {
  #checkout .form-fields .form-group label input.form-control {
    border-right: 1px solid #CCCCCC !important;
    border-left: 1px solid #CCCCCC !important;
  }
}
#checkout .form-fields .form-group label input.-error {
  border-color: #D70000;
  border: 2px solid #D70000 !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
#checkout .form-fields .form-group label input.-error + .error-msg {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
#checkout .form-fields .form-group label input.-error + .field-label {
  color: #D70000 !important;
}
#checkout .form-fields .form-group label select.form-control {
  width: 100%;
  height: 58px;
  padding-left: 16px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  padding-top: 23px;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  border-radius: 0px;
  background: rgb(250, 250, 250);
}
#checkout .form-fields .form-group label input:focus {
  border: 1px solid #3B8FFF !important;
  border-color: #3B8FFF !important;
}
#checkout .form-fields .form-group label input:focus ~ .field-label {
  color: #3B8FFF !important;
}
#checkout .form-fields .form-group label .field-label {
  position: absolute;
  left: 16px;
  top: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
}
#checkout .form-fields .form-group label .field-label::after {
  color: #666666;
}
#checkout #thecheckout-order-message textarea {
  width: 100%;
  height: 58px;
  padding-left: 16px;
  color: black;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  padding-top: 9px;
  border: 1px solid #CCCCCC;
  border-bottom: none;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  -moz-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
}
#checkout .block-header {
  padding: 0;
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#checkout .block-header::before {
  display: none !important;
}
#checkout .blocks.checkout-area-6 {
  background: #F7F7F8;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  #checkout div#tc-container-mobile {
    overflow: visible;
  }
}
#checkout #thecheckout-cart-summary {
  box-sizing: border-box;
}
#checkout #thecheckout-cart-summary .inner-area {
  padding: 38px !important;
  padding-top: 26px !important;
}
@media (max-width: 992px) {
  #checkout #thecheckout-cart-summary .inner-area {
    padding: 17px 22px !important;
    padding-top: 0px !important;
  }
}
@media (max-width: 992px) {
  #checkout #thecheckout-cart-summary .shopping-cart-header {
    display: none !important;
  }
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item {
  border-top: 1px solid #E6E6E6;
  padding: 17px 0px;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line {
  display: flex;
  align-items: center;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-image {
  height: 42px;
  width: 42px;
  display: flex;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-image span.product-image {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-image span.product-image img {
  width: 100%;
  height: 100%;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-image span.product-image .product-counter-custom {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  background: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  right: -6px;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body {
  padding-left: 13px;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body .product-line-desc {
  display: flex;
  justify-content: space-between;
  flex: auto;
  min-width: auto;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body .product-line-desc .product-line-info.product-title a {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: auto;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body .product-line-info {
  margin-right: 6px;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body .product-line-info.product-price {
  display: flex;
  gap: 9px;
  min-width: 116px;
  justify-content: end;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body .product-line-info.product-price .product-discount .regular-price {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: line-through;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body .product-line-info.product-price .product-discount .discount {
  color: #D70000;
  font-size: 14px;
  font-weight: 500;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body .product-line-info.product-price .product-discount ~ .current-price .price {
  color: #D70000;
  font-weight: 700;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item .product-line .product-line-body .product-line-info.product-price .current-price .price {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .cart-item:last-child {
  border-bottom: 1px solid #E6E6E6;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .product-line-qty {
  display: flex;
  padding: 0;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .product-line-qty .qty-box .cart-line-product-quantity {
  display: none !important;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .product-line-qty .qty-box .cart-line-product-quantity-down {
  background: #DDDDDD;
  border: none;
  height: 22px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 1px;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .product-line-qty .qty-box .cart-line-product-quantity-up {
  background: #DDDDDD;
  border: none;
  height: 22px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .product-line-qty .qty-box .cart-line-product-quantity-up:hover,
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .product-line-qty .qty-box .cart-line-product-quantity-down:hover {
  opacity: 0.7;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .product-line-actions {
  flex-basis: auto !important;
  gap: 21px;
  padding-top: 5px;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .product-line-actions > div {
  line-height: normal;
  padding: 0;
  display: flex;
  align-items: center;
}
#checkout #thecheckout-cart-summary .cart-inner-wrapper .cart-grid .card .cart-overview .cart-items .product-line-actions > div .remove-from-cart {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  #checkout #thecheckout-cart-summary {
    order: -1;
    background: #EEEEEE;
    margin-left: -15px;
    width: calc(100% + 15px);
    padding-top: 0px !important;
  }
}
#checkout .blocks.checkout-area-6::after {
  content: "";
  background: #F7F7F8;
  position: absolute;
  height: 100%;
  width: 500px;
  right: -500px;
  top: 0;
}
#checkout .cart-summary .cart-detailed-totals .card-block .cart-summary-line .label {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
#checkout .cart-summary .cart-detailed-totals .card-block .cart-summary-line .value {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
#checkout .cart-summary .cart-detailed-totals .card-block .cart-summary-line.free .value {
  color: #3FAC20;
}
#checkout .cart-summary .cart-detailed-totals {
  display: flex;
  flex-wrap: wrap;
}
#checkout .cart-summary .cart-detailed-totals .card-block:nth-of-type(1) {
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
  padding: 13px 0px;
  margin-bottom: 13px;
}
@media (max-width: 992px) {
  #checkout .cart-summary .cart-detailed-totals .card-block:nth-of-type(1) {
    padding: 9px 0px;
    margin-bottom: 9px;
  }
}
#checkout .cart-summary .cart-detailed-totals .card-block:nth-of-type(2) {
  width: 100%;
}
#checkout .cart-summary .cart-detailed-totals .card-block:nth-of-type(3) {
  width: 50%;
}
#checkout .cart-summary .cart-detailed-totals .cart-summary-line.cart-total.cart-total-auto-tax {
  display: flex;
  justify-content: space-between;
  gap: 17px;
  align-items: center;
}
#checkout .cart-summary .cart-detailed-totals .cart-summary-line.cart-total.cart-total-auto-tax .label {
  color: #7D7D7D;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}
#checkout .cart-summary .cart-detailed-totals .cart-summary-line.cart-total.cart-total-auto-tax .value {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}
#checkout .cart-voucher > p > a.promo-code-button {
  display: flex !important;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  transition-duration: 0.2s;
}
#checkout a.promo-code-button:hover {
  color: black !important;
}
#checkout .promo-code {
  margin-top: 8px;
  flex-direction: column;
}
#checkout .promo-code .alert {
  margin-top: 5px;
}
#checkout .promo-code .alert i {
  display: none !important;
}
#checkout .promo-code form {
  width: 100%;
}
#checkout .promo-code .btn.btn-primary {
  background: #faa75d;
  color: white;
  border: none;
  padding: 0px 20px;
  cursor: pointer;
  z-index: 1;
  transition-duration: 0.2s;
}
#checkout .promo-code .btn.btn-primary:hover {
  opacity: 0.7;
}
#checkout .promo-code .btn.btn-primary:hover {
  opacity: 0.7;
}
#checkout .promo-code:not(.in) {
  display: none;
}
#checkout .promo-code.in.collapse {
  display: flex;
}
#checkout .promo-code.in {
  display: flex;
}
#checkout .promo-input {
  border: 1px solid #E6E6E6;
  padding-left: 20px;
}
@media (max-width: 768px) {
  #checkout #tc-container .checkout-area-1 .blocks.checkout-area-5 {
    display: none !important;
  }
  #checkout #login-form {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #checkout .header-nav .row .mobile {
    display: flex !important;
  }
  #checkout .header-nav .row .mobile #_mobile_logo {
    display: flex !important;
  }
  #checkout .header-nav .row .mobile #_mobile_logo a img {
    width: 199px;
    object-fit: contain;
    padding-left: 10px;
  }
}
#checkout .checkout-area-5 {
  padding-right: 57px;
  box-sizing: border-box;
  margin-bottom: 100px;
}
#checkout #thecheckout-login-form {
  padding: 0 !important;
}
#checkout #thecheckout-login-form .inner-area {
  padding: 0 !important;
}
#checkout #thecheckout-login-form .offer-login {
  align-items: center;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  bottom: -40px;
  justify-content: end;
}
#checkout #thecheckout-login-form .offer-login .already-account-label {
  flex-basis: auto !important;
  color: #999999;
  font-size: 14px;
}
#checkout #thecheckout-login-form .offer-login .classic-login {
  margin-left: 3px;
}
#checkout #thecheckout-login-form .offer-login .classic-login a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 992px) {
  #checkout #thecheckout-login-form .offer-login {
    bottom: -31px;
  }
}
#checkout #thecheckout-login-form #login-form {
  margin: 0;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
}
#checkout #thecheckout-login-form #login-form .btn.btn-primary {
  background: #faa75d;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
  transition-duration: 0.2s;
}
#checkout #thecheckout-login-form #login-form .btn.btn-primary:hover {
  opacity: 0.7;
}
#checkout #thecheckout-login-form #login-form #errors-login-form {
  color: red;
  margin-top: 5px;
}
#checkout #thecheckout-login-form .forgot-password {
  text-align: justify;
}
#checkout #thecheckout-login-form .forgot-password a {
  color: black;
  font-weight: 600;
  transition-duration: 0.2s;
}
#checkout #thecheckout-login-form .forgot-password a:hover {
  color: gray;
}
#checkout .form-fields .form-group.postcode.text input.form-control {
  border-right: none;
}
@media (min-width: 993px) {
  #checkout .form-fields .form-group.firstname.text input.form-control {
    border-top-left-radius: 8px;
    border-right: none;
  }
}
@media (max-width: 992px) {
  #checkout .form-fields .form-group.firstname.text input.form-control {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
@media (min-width: 993px) {
  #checkout .form-fields .form-group.lastname.text input.form-control {
    border-top-right-radius: 8px;
  }
}
#checkout .form-fields .form-group.address1.text input.form-control,
#checkout .form-fields .form-group.password.password input.form-control,
#checkout .form-fields .form-group.email.email input.form-control {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#checkout .form-fields .form-group.phone.tel input.form-control,
#checkout .form-fields .form-group.phone.tel select,
#checkout .form-fields .form-group.id_country.countrySelect input.form-control,
#checkout .form-fields .form-group.id_country.countrySelect select {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  -moz-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  border-bottom: 1px solid #CCCCCC;
}
#checkout .form-group.password.password input.form-control,
#checkout .form-group.email.email input.form-control {
  border-bottom: 1px solid #CCCCCC;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  -moz-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
}
#checkout .form-group.address1.text {
  margin-top: 28px;
}
#checkout label[data-missing-street-nr-notice="Missing street number?"]::after {
  display: none !important;
}
@media (max-width: 992px) {
  #checkout #thecheckout-account {
    padding-top: 0;
  }
}
#checkout #thecheckout-order-message,
#checkout #thecheckout-address-delivery,
#checkout #thecheckout-address-invoice {
  padding-top: 0;
}
#checkout #thecheckout-order-message .inner-area,
#checkout #thecheckout-address-delivery .inner-area,
#checkout #thecheckout-address-invoice .inner-area {
  padding-top: 0;
}
#checkout #thecheckout-order-message #delivery [for=delivery_message] {
  margin-bottom: 8px;
  display: flex;
}
#checkout #thecheckout-address-invoice .business-private-checkboxes {
  margin-bottom: 17px;
}
#checkout .form-group.password.password {
  margin-top: 17px;
}

#checkout .custom-checkbox {
  display: flex !important;
  gap: 14px !important;
  align-items: center !important;
  align-items: center !important;
  margin-top: 17px !important;
}
#checkout .custom-checkbox input[type=checkbox] {
  accent-color: #00A201;
  min-width: 32px;
  min-height: 32px;
  width: 32px;
  height: 32px;
  outline: 1px solid #D1D1D1;
}
#checkout .custom-checkbox input[type=checkbox]:hover {
  accent-color: #008500 !important;
}
#checkout .custom-checkbox span:not(.label) {
  height: 32px;
  width: 32px;
  margin: 0;
  display: none;
}
#checkout .custom-checkbox label,
#checkout .custom-checkbox span.label {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  transition-duration: 0.2s;
}
#checkout .custom-checkbox:hover span.label {
  opacity: 0.7;
}
#checkout .remaining-amount-to-free-shipping-container {
  display: none !important;
}
#checkout #thecheckout-shipping .form-fields .delivery-options {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  -moz-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row {
  border-top: 0.5px solid #D1D1D1;
  border-bottom: 0.5px solid #D1D1D1;
  padding-top: 12px;
  padding-bottom: 14px;
  padding-left: 19px;
  border-right: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  transition-duration: 0.2s;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .shipping-radio {
  display: flex;
  flex-basis: none;
  align-items: center;
  flex-basis: unset;
  margin-right: 10px;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .shipping-radio .custom-radio {
  margin-right: 13px;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .shipping-radio span input {
  width: 24px;
  height: 24px;
  accent-color: #00a203;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .delivery-option-label .delivery-option-detail .name-and-delay .delivery-option-name {
  display: flex;
  align-items: center;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .delivery-option-label .delivery-option-detail .name-and-delay .delivery-option-name .carrier-name {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .delivery-option-label .delivery-option-detail .name-and-delay .delivery-option-name .delivery-option-price:not(.free) {
  height: 24px;
  margin-left: 9px;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .delivery-option-label .delivery-option-detail .name-and-delay .delivery-option-name .delivery-option-price:not(.free) .carrier-price {
  display: none !important;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .delivery-option-label .delivery-option-detail .name-and-delay .delivery-option-name .delivery-option-price:not(.free) .carrier-price-with-tax-formatted {
  color: #666666;
  background: #E6E6E6;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  height: 100%;
  padding: 0px 6px;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .delivery-option-label .delivery-option-detail .name-and-delay .delivery-option-name .delivery-option-price.free {
  height: 24px;
  margin-left: 9px;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .delivery-option-label .delivery-option-detail .name-and-delay .delivery-option-name .delivery-option-price.free .carrier-price {
  color: #46B426;
  background: #E1EFE1;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  height: 100%;
  padding: 0px 6px;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row .delivery-option-label .delivery-option-detail .name-and-delay .delivery-option-delay span {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row:hover {
  opacity: 0.7;
}
#checkout #thecheckout-shipping .form-fields .delivery-options .delivery-option-row.selected {
  background: #F8FFF7;
  border-color: #00A201;
}
#checkout .inner-area {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#checkout .payment-options {
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  -webkit-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  -moz-box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
  box-shadow: 0px 1px 3px 0px rgb(210, 210, 210);
}
#checkout .payment-options label {
  margin-left: 10px;
}
#checkout .payment-options .js-additional-information dl, #checkout .payment-options .js-additional-information dt, #checkout .payment-options .js-additional-information dd,
#checkout .payment-options .js-additional-information p {
  margin-top: 8px;
  color: gray;
}
#checkout .payment-options .tc-main-title .payment-option .custom-radio {
  margin-right: 13px;
}
#checkout .payment-options .tc-main-title .payment-option .custom-radio input {
  width: 24px;
  height: 24px;
  accent-color: #00a203;
}
#checkout .payment-options .tc-main-title .payment-option label span {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  transition-duration: 0.2s;
}
#checkout .payment-options .tc-main-title .payment-option label:hover span {
  opacity: 0.7;
}
#checkout #thecheckout-confirm .custom-checkbox,
#checkout #thecheckout-newsletter .custom-checkbox,
#checkout #thecheckout-data-privacy .custom-checkbox,
#checkout #thecheckout-psgdpr .custom-checkbox {
  margin-top: 0 !important;
}
#checkout #thecheckout-confirm .inner-area,
#checkout #thecheckout-newsletter .inner-area,
#checkout #thecheckout-data-privacy .inner-area,
#checkout #thecheckout-psgdpr .inner-area {
  padding: 0px !important;
}
#checkout #thecheckout-confirm .js-terms {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
#checkout #thecheckout-confirm .js-terms a {
  color: #666666;
}
#checkout #thecheckout-confirm .terms-and-conditions {
  justify-content: flex-start;
}
#checkout #thecheckout-confirm #conditions-to-approve ul li .condition-label {
  margin-left: 14px;
}
#checkout .checkout-area-7 {
  display: none !important;
}
#checkout #footer {
  display: none !important;
}
#checkout #thecheckout-confirm #confirm_order {
  margin-top: 39px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: none;
  width: 100%;
  background: rgb(62, 192, 0);
  background: linear-gradient(180deg, rgb(62, 192, 0) 0%, rgb(0, 172, 0) 100%);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  gap: 12px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  font-size: 20px;
  transition-duration: 0.2s;
}
#checkout #thecheckout-confirm #confirm_order:hover {
  opacity: 0.7;
}
#checkout .money-back {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 27px;
}
#checkout .money-back .money-back-icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkout .money-back .money-back-content span {
  display: flex;
}
#checkout .money-back .money-back-content .content-top {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}
#checkout .money-back .money-back-content .content-bottom {
  margin-top: 4px;
  color: #666666;
  font-size: 13px;
}
#checkout .checkout-footer {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-content: center;
}
#checkout .checkout-footer svg {
  margin-right: 5px;
}
#checkout .checkout-footer span {
  color: #999999;
  font-size: 14px;
}
#checkout .icon-remove-red-eye {
  margin-top: 9px;
}
#checkout #thecheckout-html-box-1 {
  display: none !important;
}
#checkout .mobile-hide-order {
  display: none;
}
@media (max-width: 992px) {
  #checkout .mobile-hide-order {
    background: #EEEEEE;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
    order: -1;
    margin-left: -15px;
    width: calc(100% + 15px);
    padding: 18px 22px;
    box-sizing: border-box;
  }
  #checkout .mobile-hide-order a {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #checkout .mobile-hide-order .mobile-hide-price {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
  }
}
#checkout .mobile-hide-order.active a svg {
  transform: rotate(180deg);
}
#checkout .mobile-hide-order.active ~ #thecheckout-cart-summary {
  display: none !important;
}
#checkout .account-fields .static-customer-info div {
  color: black;
}

#checkout .form-fields .form-group.postcode.text input.form-control {
  border: 1px solid #CCCCCC !important;
  border-bottom: none !important;
}

#checkout .delivery-option-logo {
  display: flex !important;
  align-items: center;
  max-height: 48px;
  justify-content: end;
}

.gallery-swiper {
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  position: fixed;
  visibility: hidden;
  z-index: 999999;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.gallery-swiper .close-gallery {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 15;
  cursor: pointer;
}

.gallery-swiper .close-gallery img {
  cursor: pointer;
}

.gallery-swiper .swiper-container-gallery {
  height: 100vh;
}

.gallery-swiper .swiper-container-gallery .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-swiper .swiper-container-gallery .swiper-wrapper .swiper-slide img {
  max-height: 90vh;
  max-width: 90%;
  object-fit: contain;
  cursor: grab;
}

.gallery-swiper .swiper-container-gallery .swiper-button-next {
  color: white;
  transform: scale(0.7);
}

@media only screen and (max-width: 1000px) {
  .gallery-swiper .swiper-container-gallery .swiper-button-next {
    right: 5px;
    transform: scale(0.7);
  }
}
.gallery-swiper .swiper-container-gallery .swiper-button-next:hover {
  color: rgb(216, 216, 216);
}

.gallery-swiper .swiper-container-gallery .swiper-button-prev {
  color: white;
  transform: scale(0.7);
}

@media only screen and (max-width: 1000px) {
  .gallery-swiper .swiper-container-gallery .swiper-button-prev {
    right: 5px;
    transform: scale(0.7);
  }
}
.gallery-swiper .swiper-container-gallery .swiper-button-prev:hover {
  color: rgb(216, 216, 216);
}

.product-cover .layer {
  display: flex !important;
}

.custom-radio input[type=radio]:checked + span {
  background-color: #46b426 !important;
}