@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html {
  font-size: 14px;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  color: #3b3b3b;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-bottom: 13px;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left:15px;
  padding-right:15px;
}
.blog-section > .container {
  max-width: 1470px;
}
.ets_baw_display_banner.displaybanner {
  margin-bottom: 30px;
}
.featured-products__slider .product-miniature__thumb {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1440px;
  }

  .container > .col-md-12 {
    padding: 0 !important;
  }
}

a {
  color: #95BF0B;
}
a:hover {
  color: #95BF0B;
}

.btn {
  border-radius: 0px;
  color: #95BF0B;
  border: 2px solid #95BF0B;
  line-height: 26px;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: bold;
  padding: 7px 40px;
  text-transform: uppercase;
  outline: none;
  box-shadow: none;
}

.btn:hover {
  color: #fff;
  background: #7CA103;
  border-color: #7CA103;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
  background: #95BF0B;
  color: #FFFFFF;
  border: 0px;
}

.btn-primary:hover {
  background: #7CA103;
  color: #FFFFFF;
}

.btn.focus,
.btn:focus,
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #FFFFFF;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
  background-color: transparent;
}

.btn-fullwidth {
  width: 100%;
}

@media (max-width:767px) {
  .btn-sm-full {
    width: 100%;
  }

  #main>.row>.col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn-blue {
  background: #000;
  color: #fff !important;
  border: 0px;
}

.btn-blue:hover {
  background: #7CA103;
  color: #fff;
}

.btn-transparent {
  background: none;
  color: #95BF0B;
  border: 0px;
}

.btn-transparent:hover {
  text-decoration: underline;
}
.btn-dark {
  background: #000;
  color: #fff;
  border: 0px;
}
.btn-dark:hover {
  background: #3B3B3B;
  text-decoration: none;
}
.btn-small-padding {
  padding-left: 15px;
  padding-right: 15px;
}

li::marker {
  color: #95BF0B;
}

.card {
  border: 0px;
  border-radius: 0px;
}

.form-control {
  border: 1px solid #d6d6d6;
  height: calc(1.5em + 1rem + 5px);
  line-height: 1.5;
  padding: 0.5rem 1rem;
  color: #07283D;
  border-radius: 0;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: none;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

input:-internal-autofill-selected {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}

small.required-star {
  color: #95BF0B;
  margin-left: 3px;
}

.required small {
  margin-left: 3px;
}

.alert {
  border-radius: 0px;
  background: none;
  border: 0px;
  padding: 0px 0px 0px 15px;
  list-style: none;
  line-height: 22px !important;
}

.alert::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0px 6px 9px;
  border-color: transparent transparent transparent #509A1F;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.alert-success {
  color: #509A1F;
}

.alert-success::before {
  border-left-color: #509A1F;
}

.alert-warning {
  color: #DC8D06;
  border-left-color: #DC8D06;
}

.alert-warning::before {
  border-left-color: #DC8D06;
}

.alert-danger,
.alert-error {
  color: #F03927;
  border-left-color: #F03927;
}

.alert-danger::before,
.alert-error::before {
  border-left-color: #F03927;
}

hr {
  border-top: 1px solid #d6d6d6;
}

.label,
label {
  color: #3B3B3B;
}

.dropdown-menu {
  border-radius: 0px;
}

.header-top__block--logo {
  text-align: center;
  padding-right: 0px;
  padding-left: 0px;
}
.header-top__block--cart {
  padding-right: 0px!important;
}

.form-group .form-label,
.form-group label {
  font-weight: bold;
  color: #3B3B3B;
}

.header-top__link {
  padding: 0px;
}

.header-top__link:focus,
.header-top__link:hover {
  background: none;
}

.col-right {
  padding-left: 12px;
  padding-right: 12px;
}

.header-top__block--search {
  display: flex;
  justify-content: center;
}
.header-sticky {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.is-sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: auto;
  z-index: 99;
  -webkit-animation: mySticky 0.3s ease-out forwards;
   -moz-animation: mySticky 0.3s ease-out forwards;
   animation: mySticky 0.3s ease-out forwards;
   animation-timing-function: ease-in-out;
   -webkit-animation-timing-function: ease-in-out;
   -moz-animation-timing-function: ease-in-out;
   backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   transform: translateY(0);
   -webkit-transform: translateY(0);
   -moz-transform: translateY(0);
   -ms-transform: translateY(0);
   transition: transform 0.1s ease-in-out;
   -webkit-transition: -webkit-transform 0.1s ease-in-out;
   -moz-transition: transform 0.1s ease-in-out;
}
/*Chrome, Safari, Opera */
@-webkit-keyframes mySticky {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/*Standard syntax */
@-moz-keyframes mySticky {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
/*Standard syntax*/
@keyframes mySticky {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.table thead th {
  border: 0px;
}

.table-bordered tr {
  border-bottom: 1px solid #CEC2C2;
}

.table-bordered tr:last-child {
  /*border-bottom: 0px;*/
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 0px;

  font-size: 13px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

#search_widget form {
  width: calc(100% - 74px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#search_widget input {
  width: calc(100% - 50px);
  flex: 2 0 auto;
  border: 1px solid #d6d6d6;
  padding: 0px 15px;
  font-size: 14px;
  color: #3B3B3B;
}

#search_widget input:focus-visible {
  border: 1px solid #d6d6d6;
  border-radius: 0px;
  outline: none;
}

#search_widget button {
  background: #95BF0B;
  opacity: 1;
  width: 50px;
  height: 40px;
  border: 0px;
  flex: 1 0 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#search_widget .search-icon {
  width: 24px;
  height: 24px;
  background: transparent url('../svg/search.svg') 0% 0% no-repeat padding-box;
  background-size: 22px 22px;
  display: inline-block;
}
#searchModal form {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#searchModal form input {
    padding: 5px;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
    color: #3b3b3b;
    width: calc(100% - 50px);
    flex: 2 0 auto;
    font-size: 14px;
    color: #3B3B3B;
}
#searchModal button.search_bar {
    background: #95BF0B;
    opacity: 1;
    width: 50px;
    height: 40px;
    border: 0px;
    flex: 1 0 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
#searchModal .search-icon {
    width: 24px;
    height: 24px;
    background: transparent url(../svg/search.svg) 0% 0% no-repeat padding-box;
    background-size: 22px 22px;
    display: inline-block;
}
.l-header {
  margin-bottom: 0px;
}

#index .l-header {
  margin-bottom: 30px;
}

.header-top__icon-container {
  text-align: center;
}

.header-top__icon {
  color: #3B3B3B;
  width: 100%;
  text-align: center;
}

.header-top__stext {
  font-size: 12px;
  /*color: #07283D;*/
  white-space: nowrap;
}

.header-top__badge {
  background: #95BF0B;
  top: 0.7em;
  font-size: 10px;
  color: #fff;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
}

.header-nav {
  background: #000000;
  border-bottom: 0px !important;
}

#header .header-nav .container .row .col {
  position: static;
}

#header-mobile #search_widget {
  text-align: right;
}

.icon-menu {
  background: url('../svg/menu.svg') no-repeat center center;
  width: 27px;
  height: 23px;
  display: inline-block;
  margin-right: 15px !important;
}

.js-language-link {
  display: flex;
}

.js-language-link li {
  margin-left: 7px;
  opacity: 0.4;
  cursor: pointer;
}

.js-language-link li.selected {
  opacity: 1;
}

.js-language-link li::first-line {
  margin-right: 0px;
}

.js-language-link li img {
  box-shadow: 5px 0px 15px #00000044;
}

.block-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  line-height: 30px;
}
.block-title.justify-content-left {
  display: flex;
  justify-content: left;
}
.align-center.block-title {
  text-align: center;
}

.block-title::after {
  content: ' ';
  height: 3px;
  width: 33px;
  /*background: url('../img/sep-f.png') no-repeat top left;*/
  background:#95BF0B;
  display: inline-block;
  position: absolute;
  bottom: -5px;
}

.align-center.block-title::after {
  left: calc(50% - 35px);
}

.block-title h3 {
  margin: 0px;
  line-height: 32px;
  font-size: 30px;
}

.page-header.block-title .h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.related-products-footer .block-title h3,
.product-products .block-title h3 {
  line-height: 38px;
  font-size: 24px;
}

@media (max-width:767px) {
  .page-header.block-title {
    justify-content: center;
    text-align: center;
  }

  .product-products .block-title h3 {
    line-height: 28px;
    max-width: 250px;
    margin-bottom: 4px;
  }
}

.bottom-line {
  width: 100%;
}

.bottom-line::before {
  content: ' ';
  height: 1px;
  background: #CEC2C2;
  width: calc(100% - 75px);
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 75px;
}

/*** BREAKCRUMB ***/
.breadcrumb-section {
  background: #F2F2F2;
  margin-bottom: 40px;
}

.breadcrumb {
  background-color: transparent;
  padding: 10px 0;
  font-size: 13px;
  margin: 0px;
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item {}

.breadcrumb-item.active {
  color: #95BF0B;
}
.breadcrumb-item a {
  color: #000;
}

/*** SEARCH DROP DOWN ***/
.ui-menu.ui-jolisearch {
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}

.ui-menu.ui-jolisearch.ui-autocomplete {
  padding: 0px 0px;
}

.ui-menu.ui-jolisearch .ui-menu-item:last-child {
  border-bottom: 0px;
}

.ui-menu.ui-jolisearch .ui-menu-item {
  padding: 0px 16px;
}

.ui-menu.ui-jolisearch .ui-menu-item a {
  padding: 8px 0px;
}

.ui-menu.ui-jolisearch .ui-menu-item a:hover,
.ui-menu.ui-jolisearch .ui-menu-item a.ui-state-focus,
.ui-menu.ui-jolisearch .ui-menu-item a.ui-state-hover {
  background: none !important;
}

.ui-menu.ui-jolisearch .jolisearch-title {
  display: none;
}

.ui-menu.ui-jolisearch .jolisearch-price {
  display: none;
}

.ui-menu.ui-jolisearch .ui-menu-item a {
  align-items: center;
}

.ui-menu.ui-jolisearch .ui-menu-item .jolisearch-description span {
  color: #07283D;
  padding: 0px;
}

.ui-menu.ui-jolisearch .ui-menu-item a:hover span,
.ui-menu.ui-jolisearch .ui-menu-item a.ui-state-focus span,
.ui-menu.ui-jolisearch .ui-menu-item a.ui-state-hover span {
  color: #95BF0B;
}

.ui-menu.ui-jolisearch .ui-menu-item .jolisearch-image {
  height: 40px;
}

.ui-menu.ui-jolisearch .ui-menu-item .jolisearch-description {
  margin-left: 18px;
}

/*** PRODUCT BOX ***/
.product-miniature {
  position: relative;
  background: #fff;
  /*box-shadow: 3px 3px 10px #00000014;*/
  box-shadow: 10px 3px 12px #0000000D;
}

.featured-slider-section .product-miniature {
  box-shadow: none;
  /*min-height: 441px;*/
}

.product-miniature__thumb {
  text-align: center;
  margin-bottom: 15px;
}

.product-miniature__thumb img {
  width: 100%;
}

.product-miniature__info {
  padding: 0px 15px 15px 15px;
}

.product-page__action-btn,
.product-miniature__functional-btn--top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  width: 36px;
  height: 36px;
}

.wishlist-icon,
.favorite-btn__content {
  width: 22px;
  height: 19px;
  display: inline-flex;
}

.product-detail-wishlist .wishlist-button-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}

.product-detail-wishlist .wishlist-button-add i {
  width: 36px;
  height: 36px;
  background-size: 20px 18px;
  border-radius: 50%;
  border: 0px;
  margin-right: 6px;
}

.product-detail-wishlist .wishlist-button-add i.heart-icon {
  background: #f2f2f2 url('../img/heart.png') no-repeat center center;
  background-size: 20px 18px;
}

.product-detail-wishlist .wishlist-button-add i.heart-fill-icon {
  background: #f2f2f2 url('../img/heart-fill.png') no-repeat center center;
  background-size: 20px 18px;
}

.product-miniature .wishlist-button-add {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 36px;
  height: 36px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f2f2f2;
  border: 0px;
}

.heart-icon,
.favorite-btn__content--add {
  background: url('../img/heart.png') no-repeat bottom center;
  background-size: cover;

}

.heart-icon:hover,
.heart-fill-icon,
.favorite-btn__content--add:hover,
.favorite-btn__content--added {
  background: url('../img/heart-fill.png') no-repeat bottom center;
  background-size: cover;
}

.wishlist-button-product {}

.product-flags {
  margin: 0px;
  width: auto;
}

.product-flags__flag {
  width: auto;
  position: absolute;
  left: 21px;
  top: 17px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 4px 6px;
  margin: 0px;
  color: #fff;
  background: #95BF0B;
}

@media (max-width:600px) {
  /*.product-slider__item {
    padding-left: 10px;
    padding-right: 10px;
  }*/

  .product-flags__flag {
    left: 5px;
    top: 5px;
    max-width: 75px;
    text-align: left;
  }

  .product-miniature .wishlist-button-add {
    right: 5px;
    top: 5px;
  }
}

.product-flags__flag--last_item {
  background: #000000;
}

.product-flags__flag--out_of_stock {
  background: #EC0000;
}

.product-flags__flag--on-sale {
  background: #95BF0B;
}

.product-flags__flag--discount,
.product-flags__flag--discount-amount,
.product-flags__flag--discount-percentage {
  display: none;
}

.btn-nav.swiper-button-custom {
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  box-shadow: 0px 3px 6px #00000029;
  cursor: pointer;
}

.btn-nav.swiper-button-custom .icon-nav {
  display: inline-flex;
}

.js-product-images-modal .icon-prev svg {
  transform: rotate(180deg);
}

.btn-nav .icon-prev svg {
  transform: rotate(180deg);
}

.btn-nav.swiper-button-prev,
.swiper-rtl .btn-nav.swiper-button-next {
  left: -5px;
}

.btn-nav.swiper-button-next,
.swiper-rtl .btn-nav.swiper-button-prev {
  right: -5px;
}

@media (max-width: 1460px) {

  /*.btn-nav.swiper-button-prev,
  .swiper-rtl .btn-nav.swiper-button-next {
    left: 0px;
  }*/

  .btn-nav.swiper-button-next,
  .swiper-rtl .btn-nav.swiper-button-prev {
    right: 0px;
  }

  .cat-product-section .btn-nav.swiper-button-prev,
  .cat-product-section .swiper-rtl .btn-nav.swiper-button-next {}

  .cat-product-section .btn-nav.swiper-button-next,
  .cat-product-section .swiper-rtl .btn-nav.swiper-button-prev {}
}

.product-slider {
  margin-left: -10px;
  margin-right: -16px;
  padding-right: 6px;
}

/*.swiper-slide,
swiper-slide {
  text-align: center;
}*/

@media (min-width: 1460px) {
  .product-slider {
    margin-left: -10px;
    margin-right: -16px;
    padding-right: 6px;
  }
}

@media (max-width: 600px) {
  .product-slider {
    margin-left: -16px;
    padding-left: 6px;
  }

  .product-miniature .product-miniature__upc,
  .product-miniature .product-without-taxes {
    display: none;
  }

  .product-miniature .product-miniature__actions {
    right: auto;
    left: 5px;
    bottom: 12px;
  }

  .featured-products {
    padding: 0px 0px 20px 0px;
  }

  .featured-products .product-miniature__thumb img {
    width: 100% !important;
  }

  .product-miniature__title {
    height: 50px !important;
  }

  .product-miniature__info {
    padding: 0px 5px 62px 5px;
  }

  .product-miniature__pricing .new-price {
    display: flex;
  }

  .product-miniature__pricing .price--regular {
    margin-left: 0px;
  }
}

#product .btn-nav.swiper-button-next,
#product .swiper-rtl .btn-nav.swiper-button-prev {
  top: auto;
  bottom: -2px;
  left: auto;
  right: -10px;
  background: none;
  box-shadow: none;
}

#product .btn-nav.swiper-button-prev,
#product .swiper-rtl .btn-nav.swiper-button-next {
  top: auto;
  bottom: -2px;
  left: auto;
  right: 30px;
  background: none;
  box-shadow: none;
}

.product-miniature__title {
  font-size: 14px;
  line-height: 17px;
  color: #000!important;
  height: 35px;
  margin-bottom: 3px;
}

.product-description-manufacturer {
  display: flex;
}

.product-description-manufacturer .product-description {
  margin-right: 10px;
}

.manufacturer_img img {
  display: inline-flex;
  margin-left: auto;
  padding: 8px;
  max-width: 140px;
}
.product-features-short li {
  line-height: 20px;
  color: #3b3b3b;
}
.product-features-short li span {
  font-weight: bold;
  color: #07283D;
}
.qty-label {
  font-size: 14px;
  color: #3b3b3b;
  font-weight: bold;
  line-height: 18px;
  display: block;
}
.product-miniature__upc {
  height: 20px;
  margin-bottom: 0px;
}

.product-miniature__pricing {
  margin-bottom: 0px;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  /* width: calc(100% - 120px); */
  padding: 10px 0px;
}
.product-miniature__features li {
  line-height: 19px;
  color: #3b3b3b;
}
.product-miniature__pricing>div span {
  line-height: 20px;
}

.price {
  color: #95BF0B;
  font-size: 15px;
}

.text-bold {
  font-weight: bold;
}

/*.text-blue {
  color: #95BF0B !important;
}*/

.text-normal {
  font-weight: normal;
}

.text-black {
  color: #000000 !important;
}

.font-size-15 {
  font-size: 15px;
}

.price--tax-label {
  color: #3b3b3b;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  text-transform: lowercase;
}

.product-prices .price--tax-label {
  font-size: 14px;
}

.new-price {
  color: #EC0000 !important;
}

.price--regular {
  color: #07283D;
  font-size: 13px !important;
  margin-left: 5px;
  margin-right: 0px !important;
}

.product-miniature__actions {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.product-miniature .add-to-cart {
  width: 48px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0px;
  justify-content: center;
  /*background: #95BF0B;*/
}
/*
.product-miniature .add-to-cart:hover {
  background: #95BF0B;
}
*/
.product-miniature .add-to-cart i {
  background: url('../svg/product-box-cart.svg') no-repeat center center;
  width: 28px;
  height: 28px;
  display: inline-block;
}

.featured-products {
  border: 1px solid #D6D6D6;
  overflow: hidden;
}

/*** SLIDER  ***/
.homeslider__caption {
  position: relative;
  left: auto;
  top: auto;
  text-align: left;
  transform: none;
}

.homeslider__caption .homeslider__title {
  color: #fff;
  text-shadow: 0px 3px 6px #00000059;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  margin-bottom: 0;
}

.homeslider__desc {
  position: absolute;
  left: 80px;
  top: 20%;
  /*width: 50%;*/
}

.homeslider__desc p {
  text-align: left;
}

@media(max-width:600px) {
  .home-slideshow {
    background: #000 !important;
  }

  .homeslider__desc {
    position: relative;
    left: auto;
    top: auto;
    text-align: center;
  }

  .homeslider__desc p {
    text-align: center;
  }

  .homeslider__desc .slide-desc {
    display: none;
  }

  .homeslider__desc .btn {
    margin-top: 0px !important;
  }

  .homeslider__caption {
    /*position: relative;
    left: auto;
    top: auto;*/
    text-align: center;
    padding: 18px 0;
  }

  .homeslider__caption .homeslider__title {
    /*margin-top: 20px;*/
    font-size: 24px;
  }

  .homeslider__tools {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    padding: 10px 0px 30px 0px;
  }

  .homeslider__tools .icon-nav {
    width: 15px !important;
    height: 25px !important;
  }

  .swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
  }

  .homeslider__tools .swiper-button-custom,
  .homeslider__tools .swiper-pagination {
    width: auto;
  }
}

.homeslider__desc .slide-desc {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
}

.homeslider__desc .btn {
  color: #fff;
  font-weight: bold;
  padding: 12px 33.5px;
  margin-top: 30px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.homeslider__tools {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
}

.homeslider__tools .swiper-button-custom,
.homeslider__tools .swiper-pagination {
  position: relative;
  top: auto !important;
  left: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: inline-flex;
  align-items: center;
  padding: 0px;
}

.homeslider__tools .swiper-button-custom {
  background: none;
  color: #fff;
}

.homeslider__tools .swiper-pagination {
  margin: 0px 20px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #F8F8F8;
  box-shadow: 0px 3px 6px #00000040;
  border-radius: 10px;
  margin: 0px 5px !important;
}

.swiper-pagination-bullet-active {
  background: #95BF0B 0% 0% no-repeat;
}

.homeslider__tools .icon-nav {
  width: 15px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  background: url('../svg/next.svg') no-repeat center center;
  background-size: contain;
}

.homeslider__tools .icon-prev {
  transform: rotate(180deg);
}

/*** block reassurance ***/
.no-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.no-padding .col {
  padding-left: 0px;
  padding-right: 0px;
}

.reassurance-section {
  padding-left: 15px;
  padding-right: 15px;
}

#index #block-reassurance {
  background: #F2F2F2;
  margin-bottom: 50px;
}

#index #block-reassurance .col {}

.block-reassurance-item {
  display: flex;
  align-items: center;
  justify-content: static;
  padding: 30px 25px;
}

.reassurance-icon {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background: #95BF0B;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.reassurance-icon img {
  max-width: 36px;
  max-height: 33.8px;
}

.reassurance-text {
  /*max-width: 176px;*/
}

.reassurance-title {
  margin-left: 5px;
}

.reassurance-desc {
  margin-left: 5px;
  font-weight: bold;
  color: #3b3b3b;
}

/*** CATEGORY TAB ***/
.cat-product-section {
  padding: 85px 0px;
}

.cat-product-section.odd {
  background: #F2F2F2;
}
.ets_crosssell_block .product-slider__item,
.cat-product-section .product-slider__item {
  padding-bottom: 10px;
  padding-top: 5px;
}

.cat-product-section .product-miniature {
  box-shadow: 8px 3px 10px #00000014;
}

.cat-product-section .product-miniature:hover {
  box-shadow: 8px 3px 18px #00000014;
}

.cat-product-section .banner-pos img {
  width: 100%;
}

.cat-product-section .banner-pos a {
  margin-top: 10px;
  display: block;
}

.cat-product-section .banner-pos a:first-child {
  margin-top: 5px;
}

.cat-product-section .nav.tab-center {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
}

.cat-product-section .nav.tab-center li {
  display: inline-flex;
}

.cat-product-section .nav.tab-center li a {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.6px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
  padding: 2px 30px;
  opacity: 0.5;
}

.cat-product-section .nav.tab-center li a.active {
  /*opacity: 1;
  background: url('../img/sep-f.png') no-repeat bottom center;*/
  position: relative;
  color: #000;
  display: flex;
  justify-content: center;
  background: transparent;
  opacity: 1;
}
.cat-product-section .nav.tab-center li a.active::after {
    content: ' ';
    height: 3px;
    width: 50px;
    /*background: url(../img/sep-f.png) no-repeat top left;*/
    background:#95BF0B;
    display: inline-block;
    position: absolute;
    bottom: -4px;
}
/*.cat-product-section .btn-nav.swiper-button-prev,
.cat-product-section .swiper-rtl .btn-nav.swiper-button-next {
  left: 2px;
}*/

.cat-product-section .btn-nav.swiper-button-next,
.cat-product-section .swiper-rtl .btn-nav.swiper-button-prev {
  right: 2px;
}

/*** Brand Logo ***/
.homelogos__slide a {
  padding: 26px;
  border: 1px solid #D6D6D6;
  display: inline-flex;
}

.homelogos__slide {
  text-align: center;
}

.brand-section .block-title {
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.brand-section .block-title h3 {
  font-size: 24px;
}

.brand-section .swiper {
  position: relative;
}

.brand-section .swiper .swiper-button-custom {
  position: absolute;
  top: 0px;
  left: auto;
  height: 30px;
  width: 40px;
  display: inline-flex;
  align-items: center;
}

.brand-section .swiper .swiper-button-custom span {}

.brand-section .swiper .swiper-button-custom span.icon-next {
  margin-top: -2px;
}

.brand-section .swiper .swiper-button-next {
  right: -5px;
}

.brand-section .swiper .swiper-button-prev {
  right: 35px;
  transform: rotate(180deg);
}

/*** BANNER STYLE ***/
.banner-section {
  background: url('../img/bg.jpg') no-repeat center center;
  /*background: #07283D;*/
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner-section .ets_baw_display_banner {
  position: relative;
  background: #000;
}

/* .banner-section .ets_baw_display_banner::before {
  content: ' ';
  opacity: 0.3;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #000;
  transition: all 0.5s;
} */

.ets_baw_display_banner:hover::before {
  opacity: 0;
}

.ets_baw_display_banner img {
  width: 100%;
  opacity: 1;
  transition: all 0.5s;
}

.ets_baw_display_banner:hover img {
  opacity: 0.7;
}

.banner-section .ets_baw_display_banner .content_before_image {
  position: absolute;
  bottom: 5px;
  left: 30px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0px 3px 6px #00000040;
  z-index: 1;
}

.banner-section .ets_baw_display_banner .content_before_image h3 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.banner-section .ets_baw_display_banner .content_after_image {
  position: absolute;
  bottom: -22px;
  right: 30px;
}

.banner-section .ets_baw_display_banner .content_after_image a {
  font-weight: bold;
  padding: 0px 35px;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.6px;
}

.banner-section .ets_baw_display_banner .content_after_image p {
  margin: 0px;
}

/*** BLOG ***/
.blog-section .row {
  position: relative;
}

.blog-section .row::before {
  content: " ";
  height: 1px;
  left: 15px;
  position: absolute;
  width: calc(100% - 30px);
  border-top: 1px solid #D6D6D6;
}

.ybc_block_slider .owl-nav>div,
.ybc_blog_related_posts_type_carousel .owl-nav>div,
.ybc_related_products_type_carousel .owl-nav>div {
  box-shadow: 0px 3px 6px #00000029;
  border: 0px;
}

@media (max-width:768px) {
  .ybc_block_slider .owl-next {
    right: -10px;
  }

  .ybc_block_slider .owl-prev {
    left: -10px;
  }

  .ybc_blog_img_wrapper {
    position: relative;
  }

  .ybc_blog_img_wrapper .post-date {
    position: absolute;
    left: calc(50% - 41px);
    bottom: 20px;
  }

  .blog-extra {
    display: none;
  }
}

/*** FOOTER STYLE ***/
.l-footer {
  margin-top: 30px;
}

.footer-top {
  background: #f2f2f2;
}

.block_newsletter .row {
  /*align-items: end;*/
  align-items: center;
}

#block-newsletter-label {
  display: inline-flex;
  align-items: end;
  letter-spacing: 0.6px;
  color: #000000;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  align-items: center;
}

#block-newsletter-label span {
  font-weight: bold;
  color: #95BF0B;
}

#block-newsletter-form #gdpr_consent {
  margin-top: 5px;
  margin-bottom: 0px;
  height: 20px;
}

#block-newsletter-form #gdpr_consent .custom-control {
  line-height: 20px;
}

#gdpr_consent a {
  font-weight: bold;
}

.icon-big-email {
  background: url('../img/big-email.png') no-repeat center center;
  width: 120px;
  height: 63px;
  margin-right: 20px;
  display: inline-block;
  background-size: contain;
}

.footer-container {
  background: transparent linear-gradient(76deg, #000000 0%, #202020 100%) 0% 0% no-repeat padding-box;
  font-size: 14px;
  color: #CAD5DC;
  padding-top: 60px;
  margin-top: 0px;
}

.footer-container a,
.links-list__link {
  color: #CAD5DC;
}

#footer .block-social a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-container a:hover,
.links-list__link:focus,
.links-list__link:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.footer-container .links-list li::before {
  content: ' ';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #95BF0B;
  margin-right: 10px;
}

.footer-container .block-title>span {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.footer-container .block-title::after {
  content: ' ';
  height: 3px;
  width: 70px;
  /*background: url('../img/sep-f.png') no-repeat top left;*/
  background:#95BF0B;
  display: inline-block;
  position: absolute;
  bottom: 0px;
}

.footer-container .block-sub-title>span {
  font-size: 18px;
  color: #fff;
}

.links-list__elem:not(:last-child) {
  margin: 0px 0 6px;
}

.footer-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

.icon-address {
  background: url('../svg/address.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-phone {
  background: url('../svg/phone.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.icon-email {
  background: url('../svg/email.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.footer-container .first-column li::before {
  display: none;
}

.footer-container #footer_contact_list ul {
  display: flex;
  flex-direction: column;
}

.footer-container #footer_contact_list li {
  line-height: 27px;
  padding: 5px 0px;
  display: inline-flex;
}

.block-social .row .col {
  padding-left: 10px;
  padding-right: 0px;
}

.block-social .row .col:first-child {
  padding-left: 0px;
}

.block-social a {
  border: 1px solid #CAD5DC;
  border-radius: 0px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.block-social a span {
  font-size: 20px;
}

.footer-container .footer-main {
  border-bottom: 1px solid #4A4A4A;
}

.footer-bottom {
  font-size: 13px;
}

.ets_cookie_banber_block {
  box-shadow: 0px 3px 20px #00000029 !important;
}

@media (max-width:768px) {
  .ets_cookie_banber_block.left_bottom {
    left: 0px;
    bottom: 0px;
    right: 0px;
    max-width: 100%;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 3px 20px #00000029;
  }
}

/*** MODAL ***/
.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
}

.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}

.modal-dialog {
  margin: 20px;
  pointer-events: none;
  position: relative;
  width: auto
}

.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none;
  /*margin-left: 20px;
    margin-right: 20px;*/
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none
}

.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .4rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%
}

.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.in,
.modal-backdrop.show {
  opacity: .5 !important;
  z-index: 100;
}

.modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.4rem - 1px);
  border-top-right-radius: calc(.4rem - 1px);
  display: flex;
  justify-content: space-between;
  padding: 1rem
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem
}

.modal-title {
  line-height: 1.5;
  margin-bottom: 0
}

.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative
}

.modal-footer {
  align-items: center;
  border-bottom-left-radius: calc(.4rem - 1px);
  border-bottom-right-radius: calc(.4rem - 1px);
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: .75rem
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px
}

#jolisearch_mobile_header h3 {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 30px;
  padding: 15px 20px;
  width: 100%;
  margin: 0px;
}

.jolisearch-widget__form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.jolisearch-widget__input,
.jolisearch-widget__input:focus-visible {
  width: calc(100% - 50px);
  flex: 2 0 auto;
  border: 1px solid #d6d6d6;
  padding: 0px 15px;
  font-size: 14px;
  color: #07283d;
  border-radius: 0px;
  line-height: 40px;
  height: 40px;
  outline: none;
}

.jolisearch-widget__submit {
  background: transparent linear-gradient(51deg, var(--unnamed-color-95BF0B) 0%, #015287 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(51deg, #95BF0B 0%, #015287 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 50px;
  height: 40px;
  border: 0px;
  flex: 1 0 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: auto;
}

.jolisearch-widget__submit .search-icon {
  width: 24px;
  height: 24px;
  background: transparent url(../svg/search.svg) 0% 0% no-repeat padding-box;
  background-size: 22px 22px;
  display: inline-block;
}

.jolisearch-modal {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 87px;
}

.jolisearch-modal__header {
  padding: 0px;
}

@media(min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media(min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media(min-width: 1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.modal-content {
  background-clip: border-box
}

.modal-fullscreen {
  padding: 0 !important
}

.modal-fullscreen .modal-dialog {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal .modal-dialog-aside {
  height: 100%;
  margin: 0;
  transform: translate(0);
  transition: transform .2s;
  width: 100%
}

@media(min-width: 576px) {
  .modal .modal-dialog-aside {
    max-width: 320px
  }
}

.modal .modal-dialog-aside .modal-content {
  border: 0;
  border-radius: 0;
  height: inherit
}

.modal .modal-dialog-aside .modal-content .modal-body {
  overflow-y: auto
}

.modal.fixed-right .modal-dialog-aside {
  margin-left: auto;
  transform: translateX(100%)
}

.modal.fixed-left .modal-dialog-aside {
  margin-right: auto;
  transform: translateX(-100%)
}

.modal.show .modal-dialog-aside {
  transform: translateX(0)
}

/*** PRODUCT LIST ***/
#left-column {
  /*padding-left: 0px;*/
}

#amazzing_filter {
  background: #f2f2f2 !important;
  padding: 20px 20px 60px !important;
  box-shadow: none !important;
}

h1#js-product-list-header,
#js-product-list-header .block-category h1 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-bottom: 40px;
}

h1#js-product-list-header::after,
#js-product-list-header .block-category h1::after {
  content: ' ';
  height: 3px;
  width: 50px;
  /*background: url('../img/sep-f.png') no-repeat top left;*/
  background:#95BF0B;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
.justify-content-center.block-title::after {
    left: auto!important;
}
#product-search-no-matches {
  font-size:14px;
  letter-spacing: 0px;
  color: #3B3B3B;
  margin-bottom: 5px!important;
}
.page-not-found #_desktop_search {
  display: none;
}
@media (max-width:767px) {

  h1#js-product-list-header,
  #js-product-list-header .block-category h1 {
    text-align: center;
  }

  h1#js-product-list-header::after,
  #js-product-list-header .block-category h1::after {
    left: calc(50% - 35px);
  }
}

#js-product-list-top>div {
  padding-left: 10px;
  padding-right: 10px;
}

.listing-count label {
  font-weight: 400;
  margin: 0px;
}

/*#js-product-list {
  padding-top: 20px;
  border-top: 1px solid #D6D6D6;
}*/

/*#js-product-list-top::after {}*/

.sort-orders {
  display: flex;
  align-items: center;
}

.sort-orders label {
  margin-right: 10px;
  font-weight: bold;
  margin-bottom: 0px;
  white-space: nowrap;
}

.custom-select {
  font-size: 14px;
  border: 1px solid #D6D6D6;
  border-radius: 0px;
  height: 40px;
  padding: 5px 15px;
  min-width: 250px;
  color: #3b3b3b;
  background: transparent url('../svg/arrow-down.svg') right 1rem center / 18px 16px no-repeat;
}
.products-sort-order {
  display: none;
}
#module-ambjolisearch-jolisearch .sort-orders .products-sort-order {
  display: block;
}
#module-ambjolisearch-jolisearch .sort-orders .custom-select {
  display: none;
}
.products-sort-order button {
  font-size: 14px;
  border: 1px solid #D6D6D6;
  border-radius: 0px;
  background: #fff;
  height: 40px;
  line-height: 30px;
  padding: 5px 10px 5px 15px;
  min-width: 250px;
  width: 100%;
  color: #07283d;
  text-align: left;
}
.products-sort-order button i {
  content:none;
  background: transparent url('../svg/arrow-down.svg') center center / 18px 16px no-repeat;
  font-size: 0px;
  width: 24px;
  height: 28px;
}
.products-sort-order .dropdown-menu.show {
  width: 100%;
  background: #f2f2f2;
}
.products-sort-order .dropdown-menu > a {
  font-size: 14px;
  color: #07283d;
  display: block;
  line-height: 25px;
  padding: 0px 15px;
}
@media (max-width:600px) {
  .products-sort-order {
    width: 100%;
  }
  .products-sort-order button,
  .custom-select {
    min-width: auto;
  }
}

#js-product-list .pagination li {
  margin: 0px 5px;
}

#js-product-list .pagination li a {
  border-radius: 0px;
  font-weight: bold;
  color: #000000;
  padding: 0px;
  line-height: 40px;
  border: 0px;
  width: 40px;
  justify-content: center;
  display: inline-flex;
}

#js-product-list .pagination li a:hover {
  background: #F2F2F2;
  color: #fff;
}

.comments-pagination .page-item.active span,
.comments-pagination li.active .page-link,
.comments-pagination li.active span,
.page-item.active .comments-pagination span,
.page-item.active .page-link {
  background: #95BF0B;
  color: #fff !important;
}

#js-product-list .pagination li a span.material-icons {
  font-size: 27px !important;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  background: #F2F2F2;
  color: #07283d;
  /*box-shadow: 0px 3px 6px #00000029;*/
}

#js-product-list .pagination li a:hover span.material-icons {
  background: #F2F2F2;
  box-shadow: 0px 3px 6px #00000029;
}

#js-product-list .pagination li a:hover {}

/*** PRODUCT PAGE ***/
.product-main-images__modal-trigger-layer {
  border-radius: 2px !important;
  line-height: 21px;
  border: 1px solid #07283D;
}

.product-main-images .swiper-slide {
  width: 100% !important;
}

.product-main-images .swiper-button-custom .material-icons {
  font-size: 37px;
  color: #3b3b3b;
}

.product-container h1 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  color: #000;
  letter-spacing: 0.75px;
}

.product-container h1::after {
  content: ' ';
  height: 3px;
  width: 33px;
  /*background: url('../img/sep-f.png') no-repeat top left;*/
  background: #95BF0B;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: -10px;
}

.product-container .product-meta-info {}

.product-container .product-meta-info span {
  font-weight: bold;
}

#product .product-container .product-flags__flag {
  position: relative;
  left: auto;
  top: auto;
}

.product-container .product-prices .price {
  font-size: 24px;
}

.product-container .product-prices .product-without-taxes {
  font-size: 18px;
}

.product-variants .h6 {
  font-size: 14px;
}

.product-quantity {
  flex-wrap: wrap;
}

.product-attachments .attachment {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-attachments .attachment a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #95BF0B;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  font-weight: bold;
}

.icon-download {
  background: url('../svg/download.svg') center center no-repeat;
  margin-right: 15px;
  width: 24px;
  height: 23px;
}

@media (max-width:991px) {
  #product #custom-text .contact-info {
    flex-direction: column;
  }
}

@media (max-width:767px) {
  .product-quantity .add {
    margin-right: 0px !important;
  }

  #product #custom-text .contact-info {
    flex-direction: row;
  }
}

@media (max-width:600px) {
  .product-quantity .qty {
    margin-right: 10px !important;
  }

  .product-quantity .add {
    width: calc(100% - 137px);
  }

  .product-quantity .add .add-to-cart {
    width: 100%;
    justify-content: center;
  }

  #product #custom-text .contact-info {
    flex-direction: column;
  }
}

.bootstrap-touchspin {
  border: 1px solid #d6d6d6;
  border-radius: 0px;
  max-width: 150px;
  margin: 0px;
}

.bootstrap-touchspin>input {
  border: 0px !important;
}

.product-quantity .input-group>.custom-file,
.product-quantity .input-group>.custom-select,
.product-quantity .input-group>.form-control,
.product-quantity .input-group>.form-control-plaintext {
  height: 50px;
}

.bootstrap-touchspin .btn {
  font-size: 0px;
  width: 40px;
}

.bootstrap-touchspin .bootstrap-touchspin-down:hover,
.bootstrap-touchspin .bootstrap-touchspin-down {
  background: transparent url('../svg/minus.svg') center center no-repeat;
}

.bootstrap-touchspin .bootstrap-touchspin-up:hover,
.bootstrap-touchspin .bootstrap-touchspin-up {
  background: transparent url('../svg/plus.svg') center center no-repeat;
}

#quantity_wanted {
  width: 45px;
}

.product-add-to-cart .add-to-cart {
  width: auto;
  display: inline-flex;
  height: 50px;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.product-add-to-cart .add-to-cart i {
  margin-right: 10px;
  background: url('../svg/product-cart.svg') no-repeat center center;
  width: 25px;
  height: 25px;
  display: inline-block;
}

.product-page__action-btn {
  margin-right: 5px;
  background: #f2f2f2;
}

.js-product-actions-buttons {
  letter-spacing: 0.7px;
  color: #95BF0B;
  font-weight: bold;
}

.product-favorite-form {
  display: flex;
  align-items: center;
}

.product-detail-wishlist {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 20px;
  margin-top: 15px;
}

.product-detail-wishlist .wishlist-button-add {
  margin-right: 6px;
  background: none;
  border: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #95BF0B;
}

.product-detail-wishlist:has(.heart-fill-icon) span.text-add {
  display: none;
}

.product-detail-wishlist:has(.heart-icon) span.text-remove {
  display: none;
}

#product .nav-tabs .nav-item .nav-link {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-right: 10px;
  background: #f2f2f2;
  border-radius: 0px;
  border: 0px !important;
  padding: 10px 40px;
  line-height: 33px;
  color: #000;
}

#product .nav-tabs .nav-item.show .nav-link:hover,
#product.nav-tabs .nav-link:hover,
#product .nav-tabs .nav-item.show .nav-link,
#product .nav-tabs .nav-link.active {
  background: #95BF0B;
  color: #fff;
}

#product .card-header {
  background: none;
  border: 0px;
  width: 100%;
}

#product .card-header .card-header-tabs {
  border-bottom: 1px solid #d6d6d6;
  padding: 1px;
}

@media (max-width:767px) {
  #product .card-header .card-header-tabs {
    border-bottom: 0px;
  }

  #product .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  #product .nav-tabs .nav-item .nav-link {
    margin-right: 0px;
  }
}

#product .card-body {
  padding-top: 30px;
}

.product-add-to-cart>.col-12 {
  margin-top: 15px;
}

#product .product-additional-info {
  height: 36px;
  margin-top: 15px;
}

.product-page__action-btn.pdf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

#btn-export-pdf {
  display: flex;
  align-items: center;
  padding: 0px;
}

#btn-export-pdf span {
  font-size: 14px;
  color: #95BF0B;
  letter-spacing: 0.7px;
}

@media (max-width:600px) {
  .product-actions {
    flex-direction: column;
  }
}

.product-variants .custom-radio .custom-control-input:checked~.custom-control-label:after,
.product-variants .custom-radio-color .custom-control-input:checked~.custom-control-label:after,
.product-variants .custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.product-variants .custom-checkbox-color .custom-control-input:checked~.custom-control-label:after {
  left: -15px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid #95BF0B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
}

#product #custom-text h3 {
  font-size: 16px;
  text-transform: uppercase;
}

#product #custom-text h4 {
  font-size: 16px;
  color: #95BF0B;
  margin-bottom: 5px;
}

#product #custom-text .contact-info {
  display: flex;
  justify-content: start;
}

#product #custom-text .contact-mobile {
  background: transparent url('../svg/phone-blue.svg') left center no-repeat;
  padding-left: 27px;
  padding-right: 50px;
  line-height: 27px;
}

#product #custom-text .contact-email {
  background: transparent url('../svg/email-blue.svg') left center no-repeat;
  padding-left: 27px;
  line-height: 27px;
}

#product .slider-products .swiper-slide {}

.product-tabs .card-body {
  padding-left: 10px;
  padding-right: 10px;
}

.product-features .h6 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 10px;
}

.product-features>.row {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-features>.row>dt,
.product-features>.row>dd {
  margin: 0px;
  padding: 10px 0px;
}

.product-features>.row .col-4 {
  padding-left: 0px;
  border-top: 1px solid #d6d6d6;
}

.product-features>.row .col-8 {
  padding-right: 0px;
  border-top: 1px solid #d6d6d6;
}

.product-features .row:last-child .col-4,
.product-features .row:last-child .col-8 {
  border-bottom: 1px solid #d6d6d6;
}

/*** MODAL STYLE ***/
.modal-backdrop {
  background-color: #07283D !important;
}

@media (max-width: 575px) {
  .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
  }

  .wishlist-modal .modal-dialog {
    max-width: 450px !important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
    max-width: 930px !important;
  }

  .wishlist-modal .modal-dialog {
    max-width: 450px !important;
  }
}

.wishlist-modal .modal-footer {
  justify-content: start;
  padding: 20px;
  margin-bottom: 10px;
}

.wishlist-modal .modal-footer.text-right {
  justify-content: right;
}

.wishlist-modal .modal-footer.text-right .btn {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .wishlist-modal .modal-footer {
    justify-content: right;
  }
}

.wishlist-products-count {
  font-size: 1em !important;
  font-weight: bold !important;
  color: #07283D !important;
}

.wishlist-list .wishlist-list-item {
  padding: 0px !important;
}

.wishlist-list .wishlist-list-item p {
  font-size: 1rem !important;
  font-weight: bold;
  padding: 15px 0px !important;
  line-height: 20px !important;
  color: #95BF0B !important;
}

.wishlist-add-to-new:hover {
  color: #fff !important;
  opacity: 1 !important;
}

.wishlist-add-to-new {
  color: #95BF0B !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin: 0px;
  line-height: 26px !important;
  font-size: 14px !important;
}

.wishlist-modal .modal-body {
  padding: 20px 20px 0px 20px !important;
}

.wishlist-list {
  border: 0px !important;
}

.wishlist-list .wishlist-list-item {
  border-bottom: 1px solid #d6d6d6;
}

.wishlist-list .wishlist-list-item:hover {
  background: none !important;
}

.wishlist-list-item-link {
  padding: 10px 0px !important;
}

.wishlist-list-item-link:hover {
  text-decoration: none !important;
}

.wishlist-list-item-right .dropdown-menu.show {
  position: absolute;
  z-index: 20;
}

.wishlist-product-right {
  padding: 0px 15px;
}

.wishlist-product-addtocart {
  width: 48px !important;
  height: 40px;
  font-size: 0px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 0px !important;
  background: #95BF0B;
  border: 0px;
}

.wishlist-product-addtocart i {
  display: none;
}

.wishlist-product-addtocart::before {
  content: ' ';
  background: url('../svg/product-box-cart.svg') no-repeat center center;
  width: 48px !important;
  height: 40px;
  display: inline-flex;
  margin: 0px;
}

.wishlist-product-addtocart:hover {
  background: #95BF0B;
}

.wishlist-product-availability {
  display: none !important;
}

.wishlist-product-title {
  color: #07283d !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 16px !important;
  height: 40px;
}

.wishlist-product-price {
  margin: 8px 0px 35px 0px;
  color: #95BF0B !important;
  display: flex;
  align-items: baseline;
  font-size: 15px !important;
}

.wishlist-product-price-promo {
  color: #07283D !important;
  font-size: 13px !important;
}

.wishlist-product-price:has(.wishlist-product-price-promo) {
  color: #EC0000 !important;
}

.wishlist-products-container-header h1 {
  font-size: 30px;
}

.wishlist-footer-links {
  display: block !important;
  margin-top: 10px;
}

.wishlist-footer-links>a {
  font-size: 14px !important;
  font-weight: bold;
  color: #95BF0B;
}

.wishlist-footer-links a:last-child {
  display: none;
}

@media (max-width:767px) {
  .wishlist-container-header {
    flex-direction: column;
  }

  .wishlist-add-to-new {
    width: 100%;
  }

  .wishlist-container-header.block-title::after {
    content: none;
  }

  .wishlist-products-container-header {
    justify-content: center !important;
    text-align: center;
  }

  .wishlist-container .page-content.card {
    box-shadow: none !important;
  }

  .wishlist-product-price {
    display: flex;
    flex-direction: column;
  }

  .wishlist-product-price-promo {
    display: inline-flex;
    order: 2;
  }
}

.wishlist-products-container .sort-by-row,
.wishlist-product-combinations {
  display: none !important;
}

.wishlist-product {
  width: 100%;
  max-width: 100% !important;
  box-shadow: 4px 3px 8px #0000000D;
}

.wishlist-product-image {
  width: 100% !important;
  height: auto !important;
}

.wishlist-product-image img {
  position: relative !important;
  top: auto !important;
  transform: none !important;
  left: auto !important;
}

.wishlist-container .block-title h1 {
  margin-bottom: 20px;
  font-size: 30px;
}

.wishlist-products-list {
  padding: 0px !important;
}

.wishlist-products-list .wishlist-products-item {
  flex: 0 0 25%;
  margin: 0px 0px 30px 0px;
  padding: 0px 15px;
}

.wishlist-products-list .wishlist-button-add {
  box-shadow: none !important;
  background-color: #f2f2f2 !important;
  width: 36px;
  height: 36px;
}

@media (max-width:768px) {
  .wishlist-products-item:not(:last-child) {
    margin-bottom: 0px !important;
  }

  .wishlist-product {
    padding-bottom: 30px;
  }

  .wishlist-products-container .page-content.card {
    box-shadow: none !important;
  }

  .wishlist-products-container .wishlist-products-list {
    justify-content: start !important;
  }

  .wishlist-products-list .wishlist-products-item {
    flex: 0 0 33%;
    margin: 0px;
    padding: 0px 10px;
  }

  .wishlist-product-title {
    margin-top: 10px !important;
    height: 50px;
    overflow: hidden;
  }

  .wishlist-product-link {
    display: block !important;
  }

  .wishlist-products-list .wishlist-button-add {
    position: absolute !important;
  }

  .wishlist-product-addtocart {
    right: auto;
    left: 15px;
  }
}

@media (max-width:600px) {
  .wishlist-products-list .wishlist-products-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0px 0px 20px 0px !important;
    padding: 0px 10px;
  }
}

.wishlist-footer-links {
  display: none;
}

/*.wishlist-modal .btn-primary:hover,
.wishlist-modal .btn-primary {
  color: #000;
}*/

.modal-content {
  border-radius: 0px !important;
  padding: 0px;
  border: 0px !important;
}

.modal-header {
  background: #000;
  border: 0px !important;
  border-radius: 0px !important;
  font-size: 21px !important;
  text-transform: uppercase;
}

.modal-close,
.modal-header .close {
  opacity: 1;
  position: absolute;
  top: 7px;
  right: 16px;
  z-index: 20;
  cursor: pointer !important;
}

.modal-close {
  right: 26px;
}

.modal-title {
  color: #fff;
  font-size: 21px;
  padding-left: 10px;
}

.cart-summary-line {
  justify-content: flex-start;
}

.cart-summary-line .label {
  color: #07283D;
  font-weight: bold;
}

.cart-summary-line.cart-total {
  font-size: 1rem;
}

/*** Fancy box style ***/
.fancybox-inner {
  background: #fff;
}

.fancybox-overlay {
  background: rgba(7, 40, 61, 0.5);
}

.modal .cart-products .cart-products__thumb {
  flex: 0 0 33.7%;
  max-width: 33.7%;
}

.cart-products__thumb img {
  width: 100%;
}

.modal-close>span,
.modal-header .close>span {
  position: relative;
  font-size: 0px;
}

.modal-close>span:before,
.modal-close>span:after {
  content: "";
  width: 22px;
  height: 2px;
  background: #07283D;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.modal-close>span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.modal-header .close>span:before,
.modal-header .close>span:after {
  content: "";
  width: 18px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.modal-header .close>span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#blockcart-modal .btn-primary {
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: bold;
}

.modal-body {
  padding: 2rem 1.5rem !important;
}

#blockcart-modal .price {
  color: #EC0000;
}

#blockcart-modal .price--tax-label {
  font-size: 12px;
  color: #869097;
  text-transform: lowercase;
}

#blockcart-modal .price--without-taxes {
  font-size: 14px;
  color: #07283D;
  font-weight: 400;
}

#blockcart-modal .price-with-taxes {
  font-size: 15px;
  color: #07283D;
  font-weight: bold;
}

.cart-total .price--with-taxes {
  font-size: 15px !important;
}

.sub-total .price--with-taxes {
  font-size: 15px !important;
}

/* Scroll Top Button */
#scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 999;
  color: #fff;
  background: #95BF0B;
  border: 0px;
  visibility: none;
  opacity: 0;
  transition: all 1s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#scroll-top:hover,
#scroll-top:focus {
  color: #fff;
  background-color: #95BF0B;
}

#scroll-top.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}

/*** CUSTOMER FORM ***/
#authentication .user-form {
  max-width: 950px;
}

.user-form .h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 42px;
}

.form-group .input-group-append {
  position: absolute;
  right: 0px;
  z-index: 20;
}

.form-group .input-group-append .btn-primary {
  background: none;
  padding: 12px 10px;
}

.form-group--psgdpr a {
  font-weight: bold;
}

.form-group .icon-eye {
  background: transparent url('../svg/eye.svg');
  width: 24px;
  height: 16px;
}

.form-group .icon-eye-active {
  background: transparent url('../svg/eye-active.svg');
  width: 24px;
  height: 16px;
}

.user-form ol,
.user-form ul {
  list-style: inherit;
  list-style-position: inside;
}

.user-form ul li {
  line-height: 26px;
  color: #3B3B3B;
}

.text-small {
  font-size: 13px;
}

.user-form--sm {
  margin: 0 auto;
  max-width: 100%;
}

#password .user-form--sm {
  max-width: 600px;
}

#password .user-form--sm .form-fields {
  max-width: 450px;
  margin: 0 auto;
}

.user-form--sm.small-form {
  max-width: 450px;
}

@media (max-width:991px) {
  .user-form .card-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }
}

@media (max-width:767px) {
  .user-form .card-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

  .user-form__block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .user-form--sm .card-body {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mt-xs-11 {
    margin-top: 60px;
  }

  .mt-xs-10 {
    margin-top: 55px;
  }

  .mt-xs-9 {
    margin-top: 50px;
  }

  .mt-xs-8 {
    margin-top: 45px;
  }

  .mt-xs-7 {
    margin-top: 40px;
  }

  .mt-xs-6 {
    margin-top: 35px;
  }

  .mt-xs-5 {
    margin-top: 30px;
  }

  .mt-xs-4 {
    margin-top: 25px;
  }

  .mt-xs-3 {
    margin-top: 20px;
  }

  .mt-xs-2 {
    margin-top: 15px;
  }

  .mt-xs-1 {
    margin-top: 10px;
  }

  .pl-xs-0 {
    padding-left: 0px;
  }

  .pr-xs-0 {
    padding-right: 0px;
  }
}

.medium-form {
  max-width: 700px;
  margin: 0 auto;
}

.form-570 {
  max-width: 570px;
  margin: 0 auto;
}
.form-1050 {
  max-width: 1050px;
  margin: 0 auto;
}
.custom-control {
  padding-left: 2rem;
}

.custom-control-label {
  font-weight: normal !important;
  font-size: 13px;
}

.custom-control-label>a {
  font-weight: bold !important;
}

.custom-control-label>em {
  display: none;
}

.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 20px;
  left: -2rem;
  position: absolute;
  top: 0.05rem;
  width: 20px;
  border-radius: 0px !important;
}

.custom-control-input:checked~.custom-control-label:before {
  background-color: #fff;
  border-color: #d6d6d6;
}

.custom-radio .custom-control-input:checked~.custom-control-label:after,
.custom-radio-color .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox .custom-control-input:checked~.custom-control-label:after,
.custom-checkbox-color .custom-control-input:checked~.custom-control-label:after {
  left: -21px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid #95BF0B;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#my-account .links .row a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

#my-account .links a .link-item {
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 120px;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

#my-account .links a .link-item .acc-icon {
  margin-bottom: 6px;
  color: #95BF0B;
}

#my-account .links a:hover .link-item {
  background: #95BF0B;
  color: #fff;
}
#my-account .links a:hover .link-item .acc-icon {
  color: #fff;
}

#identity-link {
  order: 0;
}

#address-link {
  order: 1;
}

#history-link {
  order: 2;
}

#wishlist-link {
  order: 3;
}

#discounts-link {
  order: 4;
}

#psgdpr-link {
  order: 5;
}

.customer-links__logout {
  order: 6;
}

.customer-links__list {
  display: flex;
  flex-direction: column;
  margin: 0px;
}

.customer-links__list>a {
  background: #F2F2F2;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 0px 20px;
}

.customer-links__list a:hover,
.customer-links__list a.active {
  background: #95BF0B;
  color: #fff;
}

.customer-links__list a .link-item {
  /*color: #000;*/
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.35px;
  line-height: 50px;
}

.customer-links a .link-item .acc-icon {
  margin-right: 15px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  color: #95BF0B;
}

.customer-links a:focus, .customer-links a:hover,
.customer-links a.active .link-item .acc-icon,
.customer-links a:hover .acc-icon {
  color: #fff;
}

.customer-links a .link-item .acc-icon svg {
  height: 30px;
}

.card-header:first-child {
  border-radius: 0px;
}

.address__header {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 16px;
}

.address__body {
  padding: 30px 30px 30px 30px;
  position: relative;
}

.address__body:has(.address__footer) {
  padding: 30px 30px 75px 30px;
}

.address {
  border: 1px solid #d6d6d6;
  border-top: 3px solid #95BF0B;
  border-radius: 0px;
}

.address__footer {
  border-top: 1px solid #D6D6D6;
  padding: 8px 0px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 60px);
}

.address__footer a {
  color: #95BF0B;
  padding-left: 0px;
  padding-right: 0px;
}

.address__footer a:focus,
.address__footer a:hover {
  background: none;
}

.address__footer a:first-child {
  border: 0px;
}

@media (max-width:767px) {
  .page-content--addresses .row>.col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.grey-box {
  background: #f2f2f2;
}

.card-body .card-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.address-form form .form-fields .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

#customer-form .form-fields,
.address-form form .form-fields {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  #my-account .links .row>a:nth-child(2n) {
    padding-left: 10px;
    padding-right: 10px;
  }

  #my-account .links .row a:nth-child(2n + 1) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-customer-account:not(#authentication) #customer-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .page-customer-account:not(#authentication) #customer-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }

  .address-form form .form-fields .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .address-form form .form-fields .form-group--alias {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .page-customer-account:not(#authentication) #customer-form .form-group--email .form-control,
  .page-customer-account:not(#authentication) #customer-form .form-group--birthday .form-control,
  .address-form form .form-fields .form-group--alias .form-control {
    width: calc(50% - 15px);
  }
}

.page-customer-account:not(#authentication) #customer-form .form-group--id_gender,
.page-customer-account:not(#authentication) #customer-form .form-group--email,
.page-customer-account:not(#authentication) #customer-form .form-group--birthday,
.page-customer-account:not(#authentication) #customer-form .form-group--optin,
.page-customer-account:not(#authentication) #customer-form .form-group--newsletter,
.page-customer-account:not(#authentication) #customer-form .form-group--customer_privacy {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.small-form .form-group {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

.small-form .form-group .form-control {
  width: 100% !important;
}

.form-group .text-muted {
  display: none;
}

.thead-default {
  background: #000000;
  color: #fff;
}

/*** CHECKOUT ***/
@media (min-width: 768px) {
  .product-line-grid__block--qty {
    flex: 0 0 150px;
    margin: 0;
    max-width: 150px;
  }

  .product-line-grid__block--total {
    flex: 0 0 200px;
    margin: 0;
    max-width: 200px;
    text-align: left;
    padding-left: 20px;
  }
}

.cart-overview {
  /*border-top: 1px solid #CEC2C2;*/
  /*border-bottom: 1px solid #CEC2C2;*/
}

.product-line-grid__row {
  margin: 0px 0px 0px -10px;
}

.product-line-grid__row {
  flex-wrap: nowrap;
}

.product-line-grid {
  padding: 10px 0px;
  margin: 0px;
}

.product-line-grid:not(:last-child) {
  border-bottom: 1px solid #CEC2C2;
  margin: 0px;
}

.share-icon {
  display: inline-flex;
  background: transparent url('../svg/share.svg') center center / 15px 15px no-repeat;
  width: 24px;
  height: 24px;
}

.remove-icon {
  display: inline-flex;
  background: transparent url('../svg/remove.svg') center center / 18px 21px no-repeat;
  width: 21px;
  height: 24px;
}

.remove-link {
  background: #f2f2f2 url('../svg/remove.svg') center center / 15px 15px no-repeat;
  width: 20px;
  height: 20px;
}

.remove-from-cart {
  /*background: #f2f2f2 url('../svg/remove.svg') center center no-repeat;*/
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
}

.cart-summary-line .value {
  line-height: 20px;
  float: none!important;
}

.cart-summary .card-header {
  padding: 20px 20px 0px 20px;
  border-bottom: 0px;
  background: none;
}

.cart-summary .card-header .card-title {
  border-bottom: 1px solid #D6D6D6;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
}

.cart-summary .card-body {
  padding: 20px;
}

#cart-subtotal-products .value {
  font-weight: bold;
}
.checkout-block .cart-summary-line .value {
  color: #3b3b3b;
  font-weight: 700;
  font-size: 15px!important;
}
.cart-total .value .price--without-taxes,
#cart-subtotal-products .value .price--without-taxes {
  font-weight: 400;
}

@media (max-width:768px) {
  .product-line-grid__row {
    flex-wrap: wrap;
  }

  .product-line-grid__block--image {
    flex: 0 0 100px;
    max-width: 100px;
  }

  .product-line-grid__block--qty {
    flex: 0 0 40%;
    max-width: 40%;
    order: -1;
  }

  .product-line-grid__block--total {
    flex: 0 0 45%;
    max-width: 45%;
    order: 0;
    text-align: left;
  }

  .product-line-grid__block--delete {
    flex: 0 0 15%;
    max-width: 15%;
    order: 1;
    margin: .9375rem 0 0;
    padding-right: 0px;
  }

  .product-line-grid__block--delete .remove-from-cart {
    float: right;
  }
}

.checkout-step .step-edit {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}

.checkout-step.-current .step-edit, .remaining-amount-to-free-shipping-container {
  display: none;
}

.checkout-header {}

.checkout-header .header-top__block--search,
.checkout-header .header-top__block--favorite,
.checkout-header .header-top__block--user,
.checkout-header .header-top__block--cart,
.checkout-header .header-top__block--language {
  display: none !important;
}

.checkout-header .header-top__block--contact {
  margin-left: auto;
}

.checkout-header .header-top__block--logo {
  text-align: left;
}

@media (max-width:767px) {
  .checkout-header .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#checkout #header-mobile {
  display: none !important;
}

#checkout #header {
  display: block !important;
}

.checkout-footer {
  padding: 0px;
}

.checkout-step {
  margin-bottom: 20px;
}

.checkout-step:not(:first-child) {
  border: 0px;
}

.checkout-step>.card-header {
  padding: 13px 30px;
  background: #f2f2f2;
}

.checkout-step.-complete>.card-header .step-number,
.checkout-step.-complete>.card-header .step-name {
  opacity: 0.5;
}

#checkout-personal-information-step .custom-control-label>br {
  display: none;
}

#checkout-personal-information-step .custom-control-label>em {
  display: inline-block !important;
}

#checkout-personal-information-step .custom-control-label>em>p {
  display: inline-block;
}

.checkout-step.-current>.card-header {
  background: #07283D;
}

.checkout-step>.card-header .step-title {
  color: #07283D;
  font-size: 24px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 34px;
}

.checkout-step>.card-header .step-title>i {
  display: none;
}

.checkout-step.-unreachable .step-title {
  opacity: 1;
}

.checkout-step.-current .step-title {
  color: #fff;
}

.checkout-step__content {
  border: 1px solid #d6d6d6;
  padding: 30px 20px 35px 20px;
}

.cart-summary-products .cart-products__thumb {
  flex: 0 0 22.5%;
  max-width: 22.5%;
}

.cart-products {
  padding-bottom: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-15 {
  margin-top: 15px;
}

@media (max-width:767px) {
  .checkout-step>.card-header {
    padding: 13px 20px;
  }

  #checkout .cart-grid-body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .cart-products {
    flex: 0 0 100%;
  }

  .checkout-step>.card-header .step-title {
    font-size: 21px;
  }
}

.cart-products .cart-products:not(:first-child) {
  border-top: 0px;
  padding-top: 15px;
}

.checkout-step ul.nav {
  list-style: none;
}

.checkout-step ul.nav li {
  flex: none;
}

.checkout-step ul.nav li a {
  letter-spacing: 0.38px;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0px 25px;
  border-radius: 0px;
  opacity: 0.4;
  color: #07283D;
  line-height: 20px;
}

.checkout-step ul.nav li:first-child a {
  padding-left: 0px;
}

.checkout-step ul.nav li:last-child a {
  padding-right: 0px;
}

.checkout-step ul.nav li a.active {
  background: none;
  color: #07283D;
  opacity: 1;
}

.checkout-step ul.nav li:not(:first-child) {
  border-left: 1px solid #D6D6D6;
}

.checkout-step #customer-form .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.checkout-step #customer-form .form-group--id_gender,
.checkout-step #customer-form .form-group--email,
.checkout-step #customer-form .form-informations,
.checkout-step #customer-form .form-group--password,
.checkout-step #customer-form .form-group--birthday,
.checkout-step #customer-form .form-group--optin,
.checkout-step #customer-form .form-group--customer_privacy {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.checkout-step #customer-form .form-group--email .form-control,
.checkout-step #customer-form .form-group--birthday .form-control,
.checkout-step #customer-form .form-group--password .input-group {
  width: calc(50% - 15px);
}

.checkout-step .form-informations {}

.checkout-step .form-informations-title {
  letter-spacing: 0.4px;
  font-size: 16px;
  text-transform: uppercase;
}

.checkout-step #delivery-address .form-fields {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout-step #delivery-address .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

#delivery-address .js-address-form>.d-flex:has(.required-star) {
  display: none !important;
}

.checkout-option__col--thumb {
  flex: 0 0 110px;
  max-width: 110px;
}

@media (max-width:767px) {
  .checkout-step #customer-form .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .checkout-address-form-btn {
    flex-direction: column;
  }

  .checkout-address-form-btn .btn-transparent {
    margin-left: 0px !important;
    text-align: center;
    padding: 10px 0px;
  }

  .checkout-step #customer-form .form-group--email .form-control,
  .checkout-step #customer-form .form-group--birthday .form-control,
  .checkout-step #customer-form .form-group--password .input-group {
    width: 100%;
  }

  .checkout-step ul.nav li a {
    letter-spacing: 0.2px;
    font-size: 14px;
    padding: 0px 7px;
  }

  .checkout-step #delivery-address .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .add-address .btn {
    width: 100%;
  }

  .checkout-option__col--thumb {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .checkout-option__col--thumb img {
    max-width: 90px;
  }
}

.checkout-step #delivery-address .form-group--alias {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.checkout-step #delivery-address .form-group--alias .form-control {
  width: calc(50% - 15px);
}

.checkout-step .address .custom-control-input {
  opacity: 1;
  z-index: 1;
  width: 20px;
  height: 20px;
  left: 30px;
  top: 30px;
}

.checkout-step .address address,
.checkout-step .address .address__header {
  padding-left: 30px;
}

#delivery-addresses .checkout-option-block {
  padding-left: 10px;
  padding-right: 10px;
}

#checkout-payment-step .checkout-option-block.selected .card,
#checkout-delivery-step .checkout-option-block.selected .card {
  border: 0px;
}

.checkout-option-block.selected .address.card {
  border: 1px solid #d6d6d6;
  border-top: 3px solid #95BF0B;
}

.checkout-option-block label {
  background-color: #f2f2f2;
}

.checkout-option-block label .card-body {
  padding-left: 55px !important;
  padding-right: 25px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.checkout-option-block label .card-body>.checkout-option__row {
  min-height: 60px;
}

@media (max-width:767px) {
  .checkout-option-block label .card-body {
    padding-left: 75px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .checkout-option-block label .card-body>.checkout-option__row {
    height: auto;
  }

  .checkout-option__col-desc {
    margin-top: 10px;
  }

  .checkout-option__delay {
    margin-top: 10px;
  }

  .checkout-step #delivery-address .form-group--alias .form-control {
    width: 100%;
  }
}

.checkout-option-block .custom-control-input {
  left: 20px;
  top: 25px;
  z-index: 1;
  opacity: 1;
  width: 20px;
  height: 20px;
}

.checkout-option__col-desc {
  padding-left: 0px;
  padding-right: 0px;
}


@media (max-width: 600px) {
  .checkout-option__price {
    text-align: left !important;
  }

  .ship-row {
    flex-direction: column;
  }
}

/*** CONTACT PAGE ***/
.contact-icon.icon-address {
  background: url('../svg/address.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.contact-icon.icon-phone {
  background: url('../svg/phone.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.contact-icon.icon-email {
  background: url('../svg/email.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.contact-icon.icon-clock {
  background: url('../svg/clock.svg') top center no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.contact-rich h4 {
  font-size: 18px;
  text-transform: uppercase;
}

.sales-department li,
.contact-rich li {
  line-height: 22px;
  margin: 5px 0px;
  display: inline-flex;
  width: 100%;
}

.sales-department li .contact-icon,
.contact-rich li .contact-icon {
  margin-right: 10px;
}

.contact-rich-bottom li {
  line-height: 20px;
  margin: 0px;
  display: inline-block;
  letter-spacing: -0.1px;
}

.contact-rich-bottom li .label {
  text-transform: capitalize;
  font-weight: bold;
}

.contact-form h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.contact-form .form-fields {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form .form-fields .form-group {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media (max-width:767px) {
  .contact-form .form-fields .form-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}

.contact-form .form-fields .form-group-gdpr,
.contact-form .form-fields .form-group--message {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.contact-form .form-fields .form-group-gdpr {
  padding-left: 0px;
}

.custom-file-label {
  border-radius: 0px;
}

.custom-file-label:after {
  /*background: transparent linear-gradient(67deg, #95BF0B 0%, #015287 100%) 0% 0% no-repeat;*/
  background: #95BF0B;
  border-radius: 0px;
  color: #fff;
}

body.lang-pl .custom-file-label:after {
  content: "Dodaj plik";
}

.sales-department h3 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.45px;
  font-weight: bold;
}

.sale-info h6 {
  margin-bottom: 10px;
}

.contact-rich.contact-right,
#right-column .contact-rich {
  display: none;
}

#right-column .contact-rich.contact-right {
  display: block;
}

/*** RESPONSIVE ***/
@media (max-width:1400px) {
  .jms-megamenu .nav>li {
    padding: 0px 50px;
  }

  .jms-megamenu .nav>li:first-child {
    padding: 0px 80px;
  }

  .featured-slider-section .left-col {}

  .featured-slider-section .block-title {
    font-size: 21px;
    margin-top: 0.83em !important;
    margin-bottom: 0.83em !important;
  }

  .featured-products .product-miniature__thumb img {
    width: 99%;
  }

  .cat-product-section .nav.tab-center li a {
    font-size: 22px;
  }

  .cat-product-section .product-miniature__thumb img {
    width: 98%;
  }
}

@media (max-width:1360px) {
  .featured-products .product-miniature__thumb img {
    width: 97%;
  }
}

@media (max-width:1300px) {
  .featured-slider-section .block-title {
    font-size: 20px;
  }

  .featured-products .product-miniature__thumb img {
    width: 95%;
  }

  .product-miniature__thumb img {
    width: 98%;
  }

  .cat-product-section .product-miniature__thumb img {
    width: 93%;
  }

  #block-newsletter-label {
    font-size: 20px;
  }
}

@media (max-width:1270px) {
  .jms-megamenu .nav>li:first-child {
    padding: 0px 60px;
  }

  .featured-slider-section .block-title {
    font-size: 20px;
  }

  .featured-products .product-miniature__thumb img {
    width: 94%;
  }
}

@media (max-width:1230px) {
  .featured-slider-section .block-title {
    font-size: 18px;
  }

  .featured-products .product-miniature__thumb img {
    width: 92%;
  }
}

@media (max-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 100%;
  }

  .jms-megamenu .nav>li {
    padding: 0px 30px;
  }

  .featured-slider-section .block-title {
    font-size: 18px;
  }

  .featured-products .product-miniature__thumb img {
    width: 90%;
  }

  .cat-product-section .product-miniature__thumb img {
    width: 85%;
  }

  #block-reassurance .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .reassurance-text {
    max-width: 250px;
  }

  .banner-section .ets_baw_display_banner .content_before_image h3 {
    font-size: 22px;
  }

  .cat-product-section .row>.banner-pos {
    flex: 0 0 31%;
    max-width: 31%;
  }

  .cat-product-section .row>.tab-pos {
    flex: 0 0 69%;
    max-width: 69%;
  }

  .cat-product-section .product-miniature__thumb img {
    width: 92%;
  }

  #block-newsletter-label {
    font-size: 18px;
  }

  #amazzing_filter.block .title_block {
    font-size: 21px;
  }

  .af_subtitle {
    font-size: 18px;
  }

  .block-reassurance-item {
    padding: 15px 40px;
    justify-content: start;
  }
}

@media (max-width:1150px) {
  .jms-megamenu .nav>li:first-child {
    padding: 0px 50px;
  }

  .featured-products .product-miniature__thumb img {
    width: 87%;
  }

  .cat-product-section .product-miniature__thumb img {
    width: 86%;
  }

  .footer-main .first-column {
    flex: 0 0 31% !important;
    max-width: 31% !important;
  }

  .footer-main .col-md-3 {
    flex: 0 0 23%;
    max-width: 23%;
  }

  #block-newsletter-label {
    font-size: 15px;
  }
}

@media (max-width:1100px) {
  .featured-products .product-miniature__thumb img {
    width: 84%;
  }
}

@media (max-width:1080px) {
  .featured-products .product-miniature__thumb img {
    width: 82%;
  }

  .cat-product-section .product-miniature__thumb img {
    width: 82%;
  }
}

@media (max-width:1050px) {
  .featured-products .product-miniature__thumb img {
    width: 80%;
  }
}

@media (max-width:1000px) {
  .featured-products .product-miniature__thumb img {
    width: 76%;
  }

  .cat-product-section .row>.banner-pos {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .cat-product-section .row>.tab-pos {
    flex: 0 0 68%;
    max-width: 68%;
  }
}

@media (max-width:991px) {
  .breadcrumb {
    flex-wrap: wrap;
  }

  .featured-slider-section .block-title {
    font-size: 24px;
  }

  .featured-products .product-miniature__thumb img {
    width: 100%;
  }

  .header-top__block--logo img {
    height: 76px;
    width: auto;
  }

  .header-top__block--logo {
    text-align: left;
  }

  .header-top__link {
    padding: 5px 0px;
  }

  .header-nav {
    padding: 7px 0px;
  }

  .header-top__badge {
    top: -0.5em;
  }

/*  #header-mobile .col {
    padding-left: 15px;
    padding-right: 15px;
  }*/

  #header-mobile .col-right {
    padding-left: 5px;
    padding-right: 5px;
  }

  #_mobile_language_selector {
    padding-left: 8px !important;
  }

/*  #_mobile_shopping_cart {
    padding-right: 20px !important;
  }*/

  .header-top__link .header-top__icon {
    font-size: 14px;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
  }

  .header-top__link .header-top__icon .text {
    margin-left: 8px;
  }

  .header-nav .header-top__stext {
    display: none;
  }

  .header-nav .header-top__icon {
    color: #fff;
    padding: 0 2px;
  }

  .header-top__icon {}

  .header-nav__row {
    flex-wrap: nowrap;
  }

  #search_widget.d-lg-none button {
    background: none;
    height: auto;
    align-items: end;
  }

  #search_widget .search-icon {
    background: transparent url('../svg/search.svg') 0% 0% no-repeat padding-box;
    height: 30px;
    width: 30px;
  }

  .header-nav .header-top__icon svg {
    height: 30px;
  }

  #search_widget form {
    width: 100%;
  }

  #search_widget .dropdown-menu {
    left: auto !important;
    right: 0px;
    border: 0px;
    background: none;
    padding: 0px;
    top: 16px !important;
  }

  #search_widget .dropdown-toggle:after {
    display: none;
  }

  #search_widget input {
    width: 200px;
    line-height: 36px;
  }

  .featured-slider-section .row {
    justify-content: space-between;
  }

  .featured-slider-section .right-col {
    order: 1;
  }

  .featured-slider-section .left-col {
    order: 2;
  }

  .featured-slider-section .right-col,
  .featured-slider-section .left-col {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }

  .featured-products {
    padding: 0px 10px 20px 10px;
  }

  .featured-slider-section .block-title {
    margin-bottom: 25px !important;
  }

  .featured-slider-section .right-col {
    margin-top: 0px;
  }

/*  .homeslider__caption .homeslider__title {
    font-size: 26px;
  }*/

  .homeslider__desc .slide-desc {
    font-size: 18px;
  }

  .homeslider__desc .btn {
    padding: 10px 30px;
  }

  .homeslider__tools .icon-nav {
    width: 10px;
    height: 15px;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }

  .homeslider__tools .swiper-pagination {
    margin: 0px 10px;
  }

  .block-reassurance-item {
    padding: 15px 30px;
    justify-content: start;
  }

  .banner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-section .ets_baw_display_banner .content_before_image h3 {
    font-size: 24px;
    max-width: 200px;
  }

  .ets_baw_display_banner .content_before_image>p {
    display: none;
  }

  .banner-section .ets_baw_display_banner .content_before_image {
    bottom: 35px;
  }

  .cat-product-section .nav.tab-center li a {
    font-size: 20px;
    padding: 5px 20px;
  }

  .footer-main .col-md-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 20px;
  }

  #block-newsletter-label {
    flex: 0 0 58.3%;
    max-width: 58.3%;
    font-size: 14px;
  }

  #block-newsletter-form {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }

  .product-description-manufacturer {
    flex-direction: column;
  }

  .manufacturer_img {
    margin-left: 0px;
  }

  .product-line-grid__title.h6 a {
    font-size: 14px;
  }
}

@media (max-width:830px) {
  .cat-product-section .row>.banner-pos {
    flex: 0 0 33.5%;
    max-width: 33.5%;
  }

  .cat-product-section .row>.tab-pos {
    flex: 0 0 66.5%;
    max-width: 66.5%;
  }
}

@media (max-width:767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

/*  .header-top__link {
    padding: 10px 0px;
  }
*/
/*  .homeslider__caption .homeslider__title {
    font-size: 20px;
  }*/

  .homeslider__desc .slide-desc {
    font-size: 15px;
  }

  .homeslider__desc .btn {
    padding: 16px 35px;
    color: #fff;
  }

  .reassurance-text {
    max-width: 176px;
  }

  .block-reassurance-item {
    padding: 15px 0px;
    justify-content: start;
  }

  .reassurance-icon img {}

  .banner-section .col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-section .row .col:last-child .ets_baw_display_banner {
    margin-top: 40px;
  }

  .cat-product-section .row>.banner-pos {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .cat-product-section .row>.tab-pos {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 40px;
  }

  .cat-product-section .product-miniature__thumb img {
    width: 95%;
  }

  .ybc_title_block {
    height: 50px;
    font-size: 14px;
    color: #000;
  }

  .cat-product-section .nav.tab-center li a {
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 5px 9px;
  }

  .cat-product-section .nav.tab-center li:first-child a {
    padding-left: 0px;
  }

  .cat-product-section .nav.tab-center li:last-child a {
    padding-right: 0px;
    color: #000;
  }

  .footer-main .col-md-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
  }

  .footer-main .col-md-3:first-child {
    margin-bottom: 50px;
  }

  .footer-bottom .col-md-6 {
    text-align: center !important;
  }

  .footer-bottom .col-md-6:first-child {
    margin-bottom: 0px !important;
    text-align: left !important;
  }

  .footer-bottom .col-md-6:last-child {
    margin-top: 0px !important;
    text-align: left !important;
  }

  #footer .block_newsletter {
    padding: 40px 0px;
  }

  #block-newsletter-label {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 20px;
    flex-direction: column;
    justify-content: center;
  }

  #block-newsletter-label>div {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: 0px 0px 15px 0px;
  }

  #block-newsletter-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    /*display: flex;
    justify-content: center;*/
  }

  #block-newsletter-form form {
    width: calc(100% - 40px);
  }
}

@media (max-width:650px) {}

@media (max-width:550px) {
  #block-reassurance .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .block-reassurance-item {
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .reassurance-icon {
    margin: 0px;
  }

  .reassurance-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 7px;
    font-size: 13px;
    color: #3b3b3b;
  }

  .reassurance-desc {
    margin-left: 0px;
  }

  .reassurance-desc br {
    display: none;
  }

  .reassurance-title {
    margin-left: 0px;
  }

  .reassurance-text>span {
    display: inline-flex;
    justify-content: center;
  }

  #block-reassurance {
    padding: 15px 0px;
  }

  #block-newsletter-label {
    font-size: 10px;
  }
}

.close-button {
  top: 6px !important;
  right: 9px !important;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  opacity: 1;
}

.close-button:before,
.close-button:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.close-button:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#pagenotfound .page-not-found,
#products .page-not-found {
  text-align: center;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  height: 40px;
  border-radius: 0px;
}

.header-manufacturer-img {
  position: absolute;
  left: calc(50% - 78px);
  padding: 8px;
  max-width: 140px;
}

.header-manufacturer-img-mobile {}

.header-manufacturer-img-mobile img {
  max-width: 140px;
  padding: 8px;
}

#manufacturer .compact-toggle {
  display: none !important;
}

.brands-row .brand-item {
  flex: 0 0 calc(12.5% - 18px);
  max-width: calc(12.5% - 18px);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 9px;
  border: 1px solid #d6d6d6;
}

@media (max-width:1200px) {
  .brands-row .brand-item {
    flex: 0 0 calc(16.66% - 18px);
    max-width: calc(16.66% - 18px);
  }
}

@media (max-width:650px) {
  .brands-row .brand-item {
    flex: 0 0 calc(25% - 18px);
    max-width: calc(25% - 18px);
  }
}

@media (max-width:500px) {
  .brands-row .brand-item {
    flex: 0 0 calc(50% - 18px);
    max-width: calc(50% - 18px);
  }
}

.brands-row .brand-item img {
  width: 100%;
  height: auto;
}

.icon-youtube {
  width: 34px;
  height: 34px;
  background: transparent url('../svg/icon-youtube.svg') center center no-repeat;
}

.icon-youtube::before {
  content: none;

}

.card-header {
  background-color: transparent;
  border-bottom: 0px;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #D6D6D6;
  padding: 20px 0px;
}

.card-footer:last-child {
  border-radius: 0px;
}

.orders .card:first-child {
  border-top: 1px solid #D6D6D6;
}

.orders .card-footer {
  border-top: 0px;
  border-bottom: 1px solid #D6D6D6;
  padding-top: 10px;
}

.table td,
.table th {
  font-size: 13px;
  border: 0px;
}

.table .thead-default th {
  font-size: 14px;
}

.table .price {
  font-size: 13px;
}

.table .price--without-taxes {
  font-size: 12px;
}

.table .price--tax-label {
  font-size: 12px;
}

.orders .order-btn {
  display: flex;
}

.orders .order-btn>a {
  display: inline-flex;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 13px;
}

@media (max-width:768px) {
  .orders .card-body {
    padding-left: 0px;
    padding-right: 0px;
  }

  .order-addresses .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-content--order-detail .h4 {
  text-transform: uppercase;
  font-size: 18px;

}

#order-infos {
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
}

.order-infos-right {
  margin-left: auto;
}

@media (max-width:800px) {
  #order-infos {
    flex-direction: column;
  }

  .order-infos-right {
    margin-left: 0px;
    ;
    margin-right: auto;
  }
}

.product-line--total .cart-summary-line span {
  width: 50%;
}

.product-line--total .cart-summary-line span.label {
  text-align: right;
}

@media (max-width:768px) {
  .product-line {
  }

  .product-line .product-line__cell {
    padding: 0px;
  }

  .product-line .product-line__cell--prod {
    flex: 0 0 100%;
    max-width: 100%;
    order: -2;
    padding-bottom: 10px;
  }

  .product-line__cell .product-line__title {
    font-size: 14px;
  }

  .product-line__cell[data-title]:before {
    font-size: 14px;
    color: #07283D;
    font-weight: bold;
    display: inline-flex;
    width: 45%;
  }

  .product-line__cell .product-line__price {
    display: inline-flex;
    flex-direction: column;
    width: 50%;
  }

  .product-line__cell--qty {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-line__cell--price {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-line__cell--total {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }

  .product-line--total .cart-summary-line span.label {
    width: 45%;
    margin-right: 0px;
    text-align: left;
  }

  .product-line--total td {
    width: 100%;
    line-height: 20px;
    padding: 0px;
  }

  .gdpr-btn {
    flex-direction: column;
  }

  .gdpr-btn a {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 170px;
    margin-left: auto;
    margin-right: 0px !important;
  }

  .gdpr-btn a:last-child {
    margin-top: 10px;
  }
}

.page-content--discount .card-body {
  padding-left: 0px;
  padding-right: 0px;
}

.page-content--discount .card {
  border-bottom: 1px solid #D6D6D6;
}

.page-content--discount .card:first-child {
  border-top: 1px solid #D6D6D6;
}

.page-content--discount .card .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.page-content--history .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width:767px) {
  .page-content--module-psgdpr-gdpr .card-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.js-mailalert {
  width: 100%;
}

.js-mailalert p {
  font-weight: bold;
}

.js-mailalert .js-mailalert-submit {
  width: auto;
}

@media (max-width:767px) {
  .js-mailalert {
    margin-top: 10px !important;
  }

  .js-mailalert .js-mailalert-submit {
    margin-left: 0px !important;
  }
}

.heading-small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

#content-hook_order_confirmation .label {
  font-weight: bold;
}


.block-social a .icon-youtube {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.block-social a:hover .icon-youtube {
  opacity: 1;
}


.jms-megamenu .dropdown-menu {
  transition: all 0.2s ease;
}

.jms-megamenu .nav>li:hover .dropdown-menu,
.open>.dropdown-menu {
  transition: all 0.3s ease;
}

.service-container{
  display: flex;
  flex-direction: column;
  gap: 18px;

  a{
    width: fit-content;
    &:first-child{
      background-color: #3DB4FC;
      margin: 6px 0;
      padding: 6px 24px;
      line-height: 1.8;
      color: #fff;
      text-decoration: none;
      outline: none;

      &:hover{
        background-color: #84D1FF;
        cursor: pointer;
      }
    }
  }
}

.reassurance-3 {
	display: block;
}
.password-notice {
  /*margin-top: 10px;
  margin-bottom: 10px;*/
}
.password-notice h4 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
.password-notice ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.password-notice li {
  font-size:12px;
  letter-spacing: 0px;
  color: #07283D;
  position: relative;
  padding-left: 21px;
  margin-bottom: 0px;
  line-height: 19px!important;
}

.password-notice li::before {
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 7px;
  height: 10px;
  border: solid #509A1F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width:991px) {
  .page-home > .container .ets_baw_display_banner {
      margin-top: 20px;
      margin-bottom: 20px;
  }
}


.af_filter .toggle-cut-off {
  bottom: -10px;
}
.flags-delivery-information {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap:10px;
}

.captcha_newsletter label {
  padding: 4px 20px;
}
#block-newsletter-form .input-group.js-parent-focus input::placeholder {
  color: #07283D;
}
.custom-control-label>a {
  color: #000000;
}
#block-newsletter-form small{
  color: #95BF0B;
}
#block-newsletter-form .input-group-append input{
  padding: 7px 30px;
}
@media (max-width:768px) {
  .captcha_newsletter {
    display: flex;
    align-items: center;
  }
  .captcha_newsletter label {
    padding: 0;
    font-size: 13px;
    margin-bottom: 0;
  }
  .pa_captcha_img + input {
    width: 75px!important;
  }
  #block-newsletter-form .input-group-append input{
    padding: 7px 20px;
  }
}

.blog-category {
  float: inherit;
}
.post-date {
  position: absolute;
  top: 15px;
  left: 21px;
}

#ybc_blog_page .ybc-blog-latest-toolbar {
  display: none;
}
#ybc_blog_page .ybc_title_block {
  height: auto;
  padding-bottom: 4px;
}
.blog_description {
  color: #3B3B3B;
}
#ybc_blog_page .blog_description {
  min-height: 42px;
}
.ybc_blog_img_wrapper img {
  max-height: 380px;
  object-fit: cover;
}
.ybc-blog-tags-social {
  display: none;
}
.ybc-blog-wrapper-detail {
  padding: 0;
  margin: 0;
}
/*.product-miniature__title {
  height: 50px;
}*/

.main-menu__item-link--top {
  color: #fff;
}
.main-menu__item--top:first-child .main-menu__item-link--top {
  min-width: 300px;
  gap: 16px;
}
.main-menu__item-link--top {
  padding: 18px 50px;
}
.header-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
.brands-list-header {
  border-bottom: none;
}
.brands-list {
  & .brands-list-header {
    &:before {
      background-color: #95BF0B!important;
      border-bottom: none;
    }
  }
}
.toggle-cut-off span, .selectedFilters .clearAll a {
  color: #95BF0B;
}

.af-slider .selected-bar {
  background-color: #95BF0B;
}
.af-slider .pointer {
  border: 5px solid #95BF0B;
}

.selectedFilters .clearAll a,
.af-checkbox-label .checkmark:after {
  border: solid #95BF0B;
}
.selectedFilters-title {
  text-transform: uppercase;
}
.page-item.disabled .page-link {
  border: none;
}
.custom-control-label>a {
  text-transform: lowercase;
}

#password .password-notice {
  display: none;
}
.send-renew-password-link {
  color: #3B3B3B;
}

.contact-rich a {
  color: #000;
}

.af_filter label {
  color: #000;
}
/* MEGA MENU - 3 Level Flyout */

/* --- TOP LEVEL --- */
.main-menu__dropdown a {
  text-decoration: none;
}
.main-menu__dropdown {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu__item--top {
  position: relative;
}

.main-menu__list svg {
  color: #000;
}
/* --- LEVEL 1 SUBMENU (drops down from top nav) --- */
.main-menu__item--top > .main-menu__sub {
  display: none;
  position: absolute;
  top: 99%;
  left: 0;
  z-index: 1000;
  min-width: 300px;
  min-height: 621px;
  background: #fff;
  box-shadow: 0px 10px 15px #00000029;
  padding: 0;
  border-top: 1px solid #000;
}

.main-menu__item--top:hover > .main-menu__sub,
.main-menu__item--top:focus-within > .main-menu__sub {
  display: block;
}

/* --- LEVEL 1 LIST --- */
.main-menu__list--1 {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.main-menu__item--1 {
  max-width: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.main-menu__item--1:hover,
.main-menu__item--1:focus-within {
  background: #95BF0B;
  color: #fff;
}
.main-menu__item--1:hover svg,
/*.main-menu__item--1:focus-within svg, */
.main-menu__item--2:hover svg,
/*.main-menu__item--2:focus-within svg */
{
  color: #fff;
}

.main-menu__item--1:hover .main-menu__item-link--1,
.main-menu__item--1:focus-within .main-menu__item-link--1 {
  color: #fff;
  font-weight: bold;
}

.main-menu__item-link--1 {
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  flex: 1;
}

/* Arrow indicator for items with children */
/*.main-menu__item--1 > .main-menu__item-header::after,
.main-menu__item--1[aria-haspopup="true"] > .main-menu__item-header .main-menu__item-link--1::after {
  content: '›';
  font-size: 16px;
  margin-left: 8px;
  color: inherit;
}*/

/* --- LEVEL 2 SUBMENU (flies out to the right of level 1) --- */
.main-menu__list--1 > .main-menu__item--1 > .collapse.d-md-block {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1001;
  min-width: 300px;
  height: 621px;
  background: #fff;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.12);
  padding: 0;
}

.main-menu__list--1 > .main-menu__item--1:hover > .collapse.d-md-block,
.main-menu__list--1 > .main-menu__item--1:focus-within > .collapse.d-md-block {
  display: block !important;
  background: #F2F2F2 0% 0% no-repeat padding-box;
}

/* --- LEVEL 2 LIST --- */
.main-menu__list--2 {
  display: block !important;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.main-menu__item--2 {
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.main-menu__item--2:hover,
.main-menu__item--2:focus-within {
  background: #95BF0B;
  color: #fff;
}

.main-menu__item--2:hover .main-menu__item-link--2,
.main-menu__item--2:focus-within .main-menu__item-link--2 {
  color: #fff;
}

.main-menu__item-link--2 {
  font-weight: 600;
}

/* --- LEVEL 3 SUBMENU (flies out to the right of level 2) --- */
.main-menu__list--2 > .main-menu__item--2 > .collapse.d-md-block {
  display: none !important;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1002;
  min-width: 220px;
  min-height: 400px;
  box-shadow: 0px 10px 15px #00000029;
  background: #E9E9E9 0% 0% no-repeat padding-box;
  padding: 0;
}

.main-menu__list--2 > .main-menu__item--2:hover > .collapse.d-md-block,
.main-menu__list--2 > .main-menu__item--2:focus-within > .collapse.d-md-block {
  display: block !important;
  height: 621px;
  min-width: 300px;
}

/* --- LEVEL 3 LIST --- */
.main-menu__list--3 {
  display: block !important;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.main-menu__item--3 {
  padding: 5px 20px;
}

.main-menu__item--3:hover {
  background: #95BF0B;
  color: #fff;
}

.main-menu__item--3:hover .main-menu__item-link--3 {
  color: #fff;
}

.main-menu__item-link--3 {
  font-weight: 600;
}

/* --- ACTIVE / CURRENT STATES --- */
.main-menu__item--current > .main-menu__item-header,
.main-menu__item--current > .main-menu__item-link {
  color: #95BF0B;
  font-weight: 700;
}

/* --- TOP CATEGORY HEADER HIGHLIGHT (e.g. #category-2) --- */
#category-2 > .main-menu__item-header {
  background: #95BF0B;
  color: #fff;
}

#category-2 > .main-menu__item-header .main-menu__item-link--top {
  color: #fff;
}

/* --- ITEM HEADER WRAPPER (for items with children) --- */
.main-menu__item-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* Arrow chevron for sub-items with children */
/*.main-menu__item--1[aria-haspopup="true"] > .main-menu__item-header::after,
.main-menu__item--2[aria-haspopup="true"] > .main-menu__item-header::after {
  content: '›';
  font-size: 18px;
  line-height: 1;
  color: inherit;
  flex-shrink: 0;
}*/

/* --- GENERAL LINK RESETS --- */
.main-menu__item-link--sub {
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* --- menu-sub__content wrapper --- */
.menu-sub__content {
  height: 100%;
}

/* --- Collapse override: always visible on md+ --- */
@media (min-width: 768px) {
  [data-collapse-hide-mobile] {
    /* Controlled by hover, not bootstrap collapse on desktop */
  }
}

/* --- Mobile: stack vertically --- */
@media (max-width: 767px) {
  .main-menu__item--top > .main-menu__sub,
  .main-menu__list--1 > .main-menu__item--1 > .collapse.d-md-block,
  .main-menu__list--2 > .main-menu__item--2 > .collapse.d-md-block {
    position: static;
    box-shadow: none;
    min-height: unset;
    min-width: unset;
    max-width: 100%;
    display: none !important;
  }

  .main-menu__list--1 > .main-menu__item--1 > .collapse.show,
  .main-menu__list--2 > .main-menu__item--2 > .collapse.show {
    display: block !important;
  }
}

.layout-full-width .products-list__block--grid {
  max-width: 100%;
}
.family-products__navigation {
  position: absolute;
  right: 5px;
  bottom: auto;
  margin-top: -15px;
}
#product .block-title::after,
.family-products__header.block-title::after {
  width:50px;
}

#cms .page-header {
  justify-content: center;
}

/* cms pages start */
.img-icon {
  text-align: center;
}
.payment-row .img-icon img {
  width: 50px;
}
.img-icon img {
  margin-bottom: 10px;
}
.payment-row .w-100 {
  width: 75%!important;
}
.payment-row .row {
  margin-bottom: 28px;
}
.row.bottom-row .block {
  margin-top: 20px;
  background: #f2f2f2;
  padding: 30px;
}
@media (max-width: 767px) {
  .img-icon {
    text-align: left;
  }
  .row.bottom-row .block {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 48px 16px;
  }
}
.shipping-block {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}
.shipping-block .img-icon {
  min-width: 85px;
}
.shipping-block .content h6,
.shipping-block .content p {
  margin-bottom: 0;
}
/*cms pages end */

.product-miniature__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-summary-line:not(:last-child) {
    margin-bottom: 0px;
}

/* thecheckout module start */
#tc-container {
  /*padding: 50px;*/
}
.logged-in .checkout-block#thecheckout-account {
  padding-bottom: 34px;
}
@media (max-width: 991px) {
  .logged-in .checkout-block#thecheckout-account {
    margin-bottom: 30px;
    padding-bottom: 22px;
  }
}
.logged-in .checkout-block#thecheckout-account .form-fields .txt-required {
  display: none;
}
.logged-in .checkout-block#thecheckout-account .inner-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logged-in .checkout-block#thecheckout-account .inner-area .account-header {
  margin-bottom: 0;
}

#tc-container .checkout-area-4 {
  position: relative;
  margin-bottom: 30px;
}

#tc-container .checkout-area-7 {
  padding-right: 20px;
}

#tc-container .checkout-area-9 {
  padding: 0 10px;
}

#tc-container .checkout-area-10 {
  padding-left: 20px;
}

#thecheckout-cart-summary {
  padding: 0px 0 0 0;
  background: none;
}
@media (max-width: 991px) {
    #thecheckout-cart-summary {
      padding: 30px 0 0 0;
    }
}
#thecheckout-cart-summary #main {
    margin-bottom: 0;
}
#thecheckout-cart-summary #main > .cart-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
}
#thecheckout-cart-summary #main > .cart-grid .cart-container {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
    #thecheckout-cart-summary #main > .cart-grid .cart-container {
      margin-bottom: 17px;
    }
}
      #thecheckout-cart-summary #main > .cart-grid .cart-summary {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        background: #F1F1F1;
        padding: 22px 20px 10px; }
        #thecheckout-cart-summary #main > .cart-grid .cart-summary .alert-info {
          display: none; }
      #thecheckout-cart-summary #main > .cart-grid .offer-login {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      #thecheckout-cart-summary #main > .cart-grid .overlay-email {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4; }
  #thecheckout-cart-summary .pdfla-cart {
    margin-top: 0;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      #thecheckout-cart-summary .pdfla-cart {
        margin-top: -16px; } }

.inner-area {
  margin-top: 0; }
  .inner-area .offer-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 27px 0 17px; }
    @media (min-width: 1200px) {
      .inner-area .offer-login {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 767px) {
      .inner-area .offer-login {
        max-width: 320px;
        width: 100%;
        margin: 0 auto; } }
    .inner-area .offer-login .social-login {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 37px 0 0;
      border: 0;
      margin: 9px 0 0; }
      @media (min-width: 1200px) {
        .inner-area .offer-login .social-login {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 0 0 5px;
          margin: 0; } }
      @media (max-width: 767px) {
        .inner-area .offer-login .social-login {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-top: 13px; } }
      .inner-area .offer-login .social-login:before {
        display: inline-block;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        font-size: 16px;
        color: #000;
        font-weight: 800;
        margin: 0;
        padding: 0 12px;
        width: auto;
        z-index: 2; }
        @media (min-width: 1200px) {
          .inner-area .offer-login .social-login:before {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            position: relative;
            left: 0;
            padding: 0 17px 0 27px; } }
      .inner-area .offer-login .social-login:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        border-top: 1px solid #D1D1D1;
        max-width: 345px;
        width: 100%;
        z-index: 1;
        display: none; }
      .inner-area .offer-login .social-login .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 1px solid #C70004 !important;
        border-radius: 10px !important;
        color: #C70004 !important;
        max-height: 42px;
        background: #fff;
        text-transform: initial !important; }
        .inner-area .offer-login .social-login .btn svg {
          margin-right: 10px; }
        .inner-area .offer-login .social-login .btn:hover {
          color: #fff !important; }
        .inner-area .offer-login .social-login .btn i {
          width: 24px;
          padding-right: 10px; }
    .inner-area .offer-login .already-account-label {
      font-size: 24px;
      line-height: 26px;
      color: #000;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 2px;
      padding-top: 2px; }
      @media (max-width: 1199px) {
        .inner-area .offer-login .already-account-label {
          } }
      @media (min-width: 1200px) {
        .inner-area .offer-login .already-account-label {
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
      @media (max-width: 575px) {
        .inner-area .offer-login .already-account-label {
          font-size: 21px;
          font-weight: 700; } }
    .inner-area .offer-login.expanded {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 1199px) {
        .inner-area .offer-login.expanded {
          -webkit-box-align: center;
          flex-direction: row;
          justify-content: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 25px;
        } }
      .inner-area .offer-login.expanded .already-account-label {
        display: block; }
      .inner-area .offer-login.expanded .classic-login,
      .inner-area .offer-login.expanded .already-account-label {
        flex-basis: auto;
        display: inline-block; }
      .inner-area .offer-login.expanded .social-login {
        width: auto;
        margin-top: 23px; }
        @media (max-width: 767px) {
          .inner-area .offer-login.expanded .social-login {
            width: 100%; } }
        .inner-area .offer-login.expanded .social-login::before {
          bottom: auto;
          padding: 0 44px 0 55px; }
          @media (max-width: 1199px) {
            .inner-area .offer-login.expanded .social-login::before {
              padding: 0 44px; } }

.gmparcellocker-button {
  text-align: left;
  margin-bottom: 30px; }

a.edit-customer-info {
  cursor: default; }
  a.edit-customer-info .static-customer-info {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    display: inline-block;
    padding-right: 70px;
    max-width: 374px;
    width: 100%; }
    @media (max-width: 991px) {
      a.edit-customer-info .static-customer-info {
        max-width: 330px; } }
    a.edit-customer-info .static-customer-info .customer-name {
      font-size: 21px;
      line-height: 30px;
      letter-spacing: 0.53px;
      color: #000000;
      text-transform: uppercase;
      font-weight: 700; }
    a.edit-customer-info .static-customer-info .customer-email {
      font-size: 14px;
      font-weight: 400;
      color: #3b3b3b;
      margin-top: 5px; }
    a.edit-customer-info .static-customer-info:after {
      content: attr(data-edit-label);
      position: absolute;
      right: -50px;
      top: 5px;
      bottom: auto;
      color: #95BF0B !important;
      padding: 2px 6px;
      padding-right: 17px !important;
      font-size: 14px !important;
      font-weight: 600 !important;
      opacity: 1 !important;
      cursor: pointer;
    }
      a.edit-customer-info .static-customer-info:after:hover {
        color: #C70004;
    }
      @media (max-width: 575px) {
        a.edit-customer-info .static-customer-info:after {
          position: absolute;
          padding-left: 0;
          margin-top: 0px;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin-bottom: 5px; } }

.has-float-label {
  margin: 0;
}
.has-float-label .icon-remove-red-eye {
    margin-top: 5px;
    margin-right: 5px;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.3' height='16.3' viewBox='0 0 24.3 16.3'%3E%3Cg opacity='0.4'%3E%3Cpath d='M24.223,7.844C24.052,7.524,19.951,0,12.15,0S.248,7.524.077,7.844a.645.645,0,0,0,0,.612C.248,8.776,4.349,16.3,12.15,16.3s11.9-7.524,12.073-7.844a.645.645,0,0,0,0-.612M12.15,15C5.983,15,2.24,9.517,1.4,8.149,2.238,6.78,5.968,1.3,12.15,1.3S22.06,6.783,22.9,8.15C22.062,9.52,18.332,15,12.15,15' fill='%233b3b3b'/%3E%3Cpath d='M12.15,3A5.15,5.15,0,1,0,17.3,8.15,5.155,5.155,0,0,0,12.15,3m0,9A3.85,3.85,0,1,1,16,8.15,3.854,3.854,0,0,1,12.15,12' fill='%233b3b3b'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
}
.has-float-label .icon-remove-red-eye:hover {
  -webkit-filter: opacity(0.7);
  filter: opacity(0.7);
}
.has-float-label span.field-label {
  font-size: 14px!important;
  color: #000!important;
  margin-bottom: 6px;
  opacity: 1!important;
  top: -25px!important;
}
div#create_account ~ .form-group.password .field-label:after,
.mark-required .form-group.text label.required .field-label::after, .mark-required .form-group.text.need-dni label .field-label::after, .mark-required .form-group.email label.required .field-label::after, .mark-required .form-group.password label.required .field-label::after, .mark-required .form-group.tel label.required .field-label::after, .mark-required .form-group.select label.required .field-label::after, .mark-required .form-group.countrySelect label.required .field-label::after {
  color: #95BF0B!important;
}
body#checkout .custom-checkbox input[type="checkbox"]+span,
body#checkout .custom-checkbox input[type="radio"]+span {
  width: 20px!important;
  height: 20px!important;
  min-width: 20px!important;
  border-color: #ddd;
  border-radius: 3px;
  transition: all .4s;
  position: relative;
  border-width: 1px;
}
body#checkout .custom-checkbox input[type="checkbox"]:checked+span {
  background-color: #fff!important;
  border-color: #ddd!important;
}

@media (max-width: 767px) {
    .has-float-label input.form-control, .has-float-label #delivery input#delivery_message, #delivery .has-float-label input#delivery_message, .has-float-label .cart-summary .block-promo input.promo-input, .cart-summary .block-promo .has-float-label input.promo-input,
    .has-float-label select.form-control.form-control-select,
    .has-float-label .checkout-block#thecheckout-data-shipping .block-data-shipping select.form-control,
    .checkout-block#thecheckout-data-shipping .block-data-shipping .has-float-label select.form-control,
    .has-float-label .checkout-block#thecheckout-data-shipping .block-data-shipping #delivery select#delivery_message,
    .checkout-block#thecheckout-data-shipping .block-data-shipping #delivery .has-float-label select#delivery_message,
    .has-float-label #delivery .checkout-block#thecheckout-data-shipping .block-data-shipping select#delivery_message,
    #delivery .checkout-block#thecheckout-data-shipping .block-data-shipping .has-float-label select#delivery_message,
    .has-float-label .checkout-block#thecheckout-data-shipping .block-data-shipping .cart-summary .block-promo select.promo-input,
    .checkout-block#thecheckout-data-shipping .block-data-shipping .cart-summary .block-promo .has-float-label select.promo-input,
    .has-float-label .cart-summary .block-promo .checkout-block#thecheckout-data-shipping .block-data-shipping select.promo-input,
    .cart-summary .block-promo .checkout-block#thecheckout-data-shipping .block-data-shipping .has-float-label select.promo-input,
    .has-float-label .address-fields .customer-addresses .addresses-selection select.form-control,
    .address-fields .customer-addresses .addresses-selection .has-float-label select.form-control,
    .has-float-label .address-fields .customer-addresses .addresses-selection #delivery select#delivery_message,
    .address-fields .customer-addresses .addresses-selection #delivery .has-float-label select#delivery_message,
    .has-float-label #delivery .address-fields .customer-addresses .addresses-selection select#delivery_message,
    #delivery .address-fields .customer-addresses .addresses-selection .has-float-label select#delivery_message,
    .has-float-label .address-fields .customer-addresses .addresses-selection .cart-summary .block-promo select.promo-input,
    .address-fields .customer-addresses .addresses-selection .cart-summary .block-promo .has-float-label select.promo-input,
    .has-float-label .cart-summary .block-promo .address-fields .customer-addresses .addresses-selection select.promo-input,
    .cart-summary .block-promo .address-fields .customer-addresses .addresses-selection .has-float-label select.promo-input,
    .has-float-label #delivery select.form-control-select#delivery_message,
    #delivery .has-float-label select.form-control-select#delivery_message,
    .has-float-label .cart-summary .block-promo select.form-control-select.promo-input,
    .cart-summary .block-promo .has-float-label select.form-control-select.promo-input,
    .has-float-label textarea#delivery_message {
      margin-left: 0;
    }
}

.classic-login {
  margin-left: 0;
}
@media (min-width: 1200px) {
    .classic-login {
      margin-left: 42px;
    }
}
@media (max-width: 1199px) {
    .classic-login a {
      margin-left: 6px;

    }
}

.checkout-block .inner-area .offer-login .btn {
  text-transform: initial !important;
  border-radius: 0;
  padding-left: 27px;
  padding-right: 27px;
}
@media (max-width: 767px) {
    .checkout-block .inner-area .offer-login .btn {
      width: 100%;
      max-width: inherit;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
}
#checkout #login-form {
  max-width: 100%!important;
  padding: 0!important;
  margin: 0;
  width: 100%;
}
#checkout #login-form .form-fields {
  gap: 30px;
  justify-content: start!important;
}
#checkout #login-form #errors-login-form {
    margin-bottom: 35px;
}
#checkout #login-form .form-group {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0px;
    text-align: left;
    flex-basis: unset!important;
    flex: 0 0 450px;
    width: 450px;
}

#checkout #login-form .form-group .form-control-label {
      display: block;
      margin-bottom: 5px;
}
#checkout #login-form .forgot-password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap:70px;
    align-items: center;
    margin-top: -15px;
    margin-bottom: 14px;
    width:450px;
    margin-left: 480px;
}
#checkout #login-form .forgot-password .required-text,
#checkout #login-form .forgot-password .txt-required {
      font-size: 13px;
      color: #3b3b3b;
      flex-basis: unset;
}
#checkout #login-form .forgot-password .required-text sub,
#checkout #login-form .forgot-password .txt-required sup {
        font-size: 14px;
        color: #95BF0B;
        font-weight: bold;
        top: 0;
        margin-right: 4px;
}
#checkout #login-form .forgot-password a {
      font-size: 14px;
      font-weight: bold;
      color: #95BF0B;
      padding: 0;
      background: none;
      border-radius: 0;
      margin: 0;
      max-width: none;
      letter-spacing: 0.75px;
      margin-left: auto;
}
#checkout #login-form .forgot-password a:hover {
        color: #95BF0B;
        text-decoration: underline;
}
@media (max-width:991px) {
  #checkout #login-form .form-group {
      flex: 0 0 100%;
      width: 100%;
  }
  #login-form .form-footer {
    width:100%;
    margin-top: 10px;
  }
  #login-form .btn {
    width:100%;
  }
  #checkout #login-form .forgot-password {
    margin-left: 0px;
    margin-top: -88px;
    margin-bottom: 70px;
    width:100%;
  }
}
.social-btn-style-light .tc-social-login-btn {
  border-radius: 0;
  margin: 0 15px;
  padding: 4px 10px;
  width: 232px;
  opacity: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px; }
  @media (max-width: 767px) {
    .social-btn-style-light .tc-social-login-btn {
      width: 100%; }
      .social-btn-style-light .tc-social-login-btn#tc-facebook-signin {
        margin-bottom: 20px; } }
  .social-btn-style-light .tc-social-login-btn .social-logo {
    border: 0;
    position: relative;
    padding: 0;
    margin-right: 8px; }
    .social-btn-style-light .tc-social-login-btn .social-logo i {
      font-size: 23px;
      color: #395693; }
    .social-btn-style-light .tc-social-login-btn .social-logo > span,
    .social-btn-style-light .tc-social-login-btn .social-logo i {
      width: 25px;
      height: 25px; }

.form-group {
  padding-left: 0;
  padding-right: 0; }
  .form-group.customer_privacy .label em {
    font-style: normal; }

.txt-required {
  padding: 6px 0px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin: 0px;
}
.checkout-block[class*="num-"] .block-header {
  letter-spacing: 0;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  margin-bottom: 18px;
  padding: 4px 0px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
    .checkout-block[class*="num-"] .block-header {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 0px;
      display: flex;
      align-items: center;
    }
}
.checkout-block[class*="num-"] .block-header:before {
  width: 56px!important;
  height: 56px!important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  max-width: 56px!important;
  background: #95BF0B;
  color: #fff!important;
  line-height: 56px!important;
  text-align: center;
  font-weight: 600!important;
  font-size: 24px!important;
  border: 0;
  box-shadow: none;
  margin: 0 15px 0px 0!important;
  border-radius: 50%;
}

.checkout-block {
  padding: 0;
  background: #f2f2f2;
  padding: 20px;
}
.checkout-block#thecheckout-login-form {
  background: #fff;
  padding: 0;
  margin-bottom: 30px;
}
.checkout-block#thecheckout-login-form .inner-area {
  padding: 0px!important;
}
@media (max-width: 767px) {
  .checkout-block#thecheckout-login-form {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .checkout-block#thecheckout-login-form {
    margin-bottom: 70px;
  }
}
.checkout-block#thecheckout-psgdpr {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  background: none;
  width: 33%;
}
#thecheckout-order-message,
.checkout-block#thecheckout-psgdpr .form-group.checkbox label.required span.label::before,
#.mobile_top_menu_wrapper {
  display: none;
}
@media (max-width: 991px) {
  .checkout-block#thecheckout-psgdpr {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    background: #F1F1F1;
    padding: 4px 20px 33px;
    margin-bottom: 30px;
    position: static;
  }
  .checkout-block#thecheckout-psgdpr .data-privacy {
    margin-top: 0;
    padding-right: 0;
    width: 100%;
  }
}
.checkout-block#thecheckout-address-delivery {
  padding: 0  20px;
  margin-top: -50px;
  border-radius: 0px;
}
.checkout-block#thecheckout-address-delivery .address-name-header {
  padding-top: 20px;
  font-size: 16px;
  text-transform: none;
}
@media (max-width: 575px) {
  .checkout-block#thecheckout-address-delivery .address-name-header {
    margin-bottom: 12px;
  }
}
.checkout-block#thecheckout-address-delivery .form-group.company {
  max-width: 100%;
}
@media (min-width: 768px) {
  .checkout-block#thecheckout-address-delivery .form-group.company .has-float-label {
    max-width: calc(50% - 15px);
  }
}
.checkout-block#thecheckout-account {
  margin-bottom: 0px;
  padding: 25px 20px 0px;
}
.form-group.tos1.checkbox {
  margin-bottom: 0px;
}
#content.page-content .custom-checkbox input[type=checkbox] + span,
#content.page-content .custom-checkbox input[type=checkbox] + span {
  border: 1px solid #D6D6D6!important;
}
.registration-desc {
  font-size: 13px;
  color: #3b3b3b;
  width: 360px;
  position: absolute;
  top:54px;
  left: 72px;
}
.logged-in #thecheckout-account .registration-desc {
  display: none;
}
@media (max-width:1400px) {
  .registration-desc {
    width: 300px;
  }
}
@media (max-width:1200px) {
  .registration-desc {
    display: none;
  }
}
@media (max-width:991px) {
  .checkout-block form {
    max-width: 100%;
  }
}
#tc-container .checkout-area-4 {
  background: #f5f5f5;
  padding-bottom: 25px;
  padding-top: 0px;
}
.checkout-area-4 #thecheckout-psgdpr{
  width: 100%;
  max-width: 100%;
  padding-top: 0px;
}
#thecheckout-data-privacy .inner-area,
#thecheckout-data_privacy .inner-area {
  width: 66%;
  float: right;
}
#thecheckout-psgdpr .inner-area {
  width: 66%;
  float: right;
}
#thecheckout-account .custom-checkbox span,
#thecheckout-data-privacy .custom-checkbox span,
#thecheckout-data_privacy .custom-checkbox span,
#thecheckout-psgdpr .custom-checkbox span
{
  background: none;
}
#thecheckout-data-privacy,
#thecheckout-data_privacy{
  padding: 10px 20px;
}
@media (max-width: 991px) {
  #thecheckout-psgdpr .inner-area {
    width: 100%;
    float: left;
  }
  #thecheckout-data-privacy .inner-area,
  #thecheckout-data_privacy .inner-area {
    width: 100%;
    float: left;
  }
  .checkout-block#thecheckout-account {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.checkout-block#thecheckout-account .inner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .checkout-block#thecheckout-account .inner-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.checkout-block#thecheckout-account .inner-area .account-header {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}
@media (max-width: 991px) {
  .checkout-block#thecheckout-account .inner-area .account-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
}
.checkout-block#thecheckout-account .inner-area .account-fields {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 991px) {
.checkout-block#thecheckout-account .inner-area .account-fields {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-block#thecheckout-account .inner-area .account-fields {
    margin-top: 0px;
  }
}
.checkout-block#thecheckout-account .form-fields .txt-required {
padding: 10px 0 0; }
.checkout-block.num-2 {
margin: 0; }
.checkout-block.num-2 .block-header.address-name-header {
margin-bottom: 25px !important; }
.checkout-block.num-2 .h4 {
margin-bottom: 15px;
font-size: 16px;
font-weight: 800;
text-transform: none; }
.checkout-block.num-2 .business-customer {
padding: 0 0 10px; }
.checkout-block.num-2 .business-customer label {
font-weight: bold;
font-size: 15px!important;
color: #000!important; }
.checkout-block.num-2 .second-address {
padding-top: 10px;
margin-bottom: 22px; }
@media (max-width: 991px) {
.checkout-block#thecheckout-shipping {
margin-top: 30px; } }
.checkout-block#thecheckout-shipping .shipping-method-header {
margin-bottom: 0px; }
.checkout-block#thecheckout-data-shipping {
border-bottom: 1px solid #D1D1D1;
padding: 0 0 43px;
margin: 0 0 14px; }
@media (max-width: 575px) {
.checkout-block#thecheckout-data-shipping {
padding: 0 0 53px;
margin: 0 0 27px; } }
.checkout-block#thecheckout-data-shipping .block-header:before {
content: "3"; }
.checkout-block#thecheckout-data-shipping .block-header {
margin-bottom: 20px; }
@media (max-width: 575px) {
.checkout-block#thecheckout-data-shipping .block-header {
margin-bottom: 19px; } }
.checkout-block#thecheckout-data-shipping .block-data-shipping {
position: relative;
max-width: 270px; }
@media (max-width: 575px) {
.checkout-block#thecheckout-data-shipping .block-data-shipping {
max-width: 100%; } }
.checkout-block#thecheckout-data-shipping .block-data-shipping label {
position: absolute;
top: -10px;
left: 25px;
background: #fff;
padding: 0 9px;
font-size: 12px;
margin: 0;
z-index: 5;
font-weight: 400;
opacity: 1;
color: #7a7a7a; }
.checkout-block#thecheckout-data-shipping .block-data-shipping select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='21.859' height='21.25' viewBox='0 0 21.859 21.25'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='21.859' height='21.25' fill='%234b3e2e'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M16.609,2.625A2.625,2.625,0,1,0,19.234,0a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M8.305,2.625A2.625,2.625,0,1,0,10.93,0,2.625,2.625,0,0,0,8.305,2.625' fill='%234b3e2e'/%3E%3Cpath d='M0,2.625A2.625,2.625,0,1,0,2.625,0,2.625,2.625,0,0,0,0,2.625' fill='%234b3e2e'/%3E%3Cpath d='M16.609,10.625A2.625,2.625,0,1,0,19.234,8a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M8.305,10.625A2.625,2.625,0,1,0,10.93,8a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M0,10.625A2.625,2.625,0,1,0,2.625,8,2.625,2.625,0,0,0,0,10.625' fill='%234b3e2e'/%3E%3Cpath d='M16.609,18.625A2.625,2.625,0,1,0,19.234,16a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M8.305,18.625A2.625,2.625,0,1,0,10.93,16a2.625,2.625,0,0,0-2.625,2.625' fill='%234b3e2e'/%3E%3Cpath d='M0,18.625A2.625,2.625,0,1,0,2.625,16,2.625,2.625,0,0,0,0,18.625' fill='%234b3e2e'/%3E%3C/g%3E%3C/svg%3E");
background-size: 23px;
}
.checkout-block#thecheckout-payment .payment-method-header {
  margin-bottom: 0px;
}
.checkout-block#thecheckout-payment .payment-options > div > .payment-option {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.checkout-block#thecheckout-payment .payment-options > div > .payment-option .payment-form {
  margin-left: 0;
  margin-top: 15px;
}
.checkout-block#thecheckout-payment .payment-options > div > .payment-option .payment-form .dotpay-one-channel {
  margin: 0;
  border: 0;
  padding: 0;
}
.checkout-block#thecheckout-html-box-1 h4, .checkout-block#thecheckout-html-box-1 .block-header.address-name-header {
    margin-bottom: 27px;
}
@media (max-width: 575px) {
  .checkout-block#thecheckout-html-box-1 h4, .checkout-block#thecheckout-html-box-1 .block-header.address-name-header {
    margin-bottom: 29px;
  }
}
.checkout-block#thecheckout-cart-summary .shopping-cart-header {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  color: #000;
  border-top: 0;
  padding-bottom: 16px;
  padding-top: 0;
  margin-top: 0;
  font-weight: 700;
}
#thecheckout-cart-summary .error-msg {
  font-size: 13px;
  padding: 17px 22px!important;
  line-height: 16px;
  background: #EC0000!important;
  letter-spacing: 0px;
  color: #FFFFFF;
  border-radius: 0px;
}
#thecheckout-cart-summary .error-msg:before {
  content: none;
}
.checkout-block#thecheckout-cart-summary .shopping-cart-header .btn {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px !important;
}
.checkout-block#thecheckout-cart-summary .cart-detailed-totals .shopping-cart-header {
  padding-bottom: 18px;
  margin-bottom: 12px;
}
.checkout-block .inner-area {
    padding: 10px 20px;
}
.checkout-block#thecheckout-confirm #conditions-to-approve .condition-label sup {
  font-size: 14px;
  color: #C70004;
  top: 0;
}
.checkout-block#thecheckout-confirm .error-msg {
  margin-bottom: 12px;
}
.checkout-block .btn-primary {
  line-height: 1;
  height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border-radius: 0px;
  text-transform: uppercase!important;
}
.business-fields-separator {
  display: none !important;
}

.address-fields {
  max-width: 770px;
}
.address-fields + .txt-required {
  font-size: 12px;
  margin-top: -40px;
}
.address-fields + .txt-required sup {
  color: #95BF0B;
  font-size: 14px;
  font-weight: bold;
  margin-right: 8px;
  top: 0;
}
@media (max-width: 575px) {
  .address-fields + .txt-required {
    margin-bottom: 20px;
  }
}
.address-fields .form-fields > .error-msg {
  display: none;
}
.address-fields .customer-addresses {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: left;
  margin-bottom: 26px;
}
.address-fields .customer-addresses .custom-link:hover {
      color: #C70004;
      text-decoration: none;
      border: 0;
}
.address-fields .customer-addresses .addresses-selection {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      position: relative;
}
.address-fields .customer-addresses .addresses-selection select {
        border-radius: 0;
        width: 100%;
        max-width: 100%;
        height: 40px;
}
.address-fields .customer-addresses .addresses-selection .saved-addresses-label {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        margin-bottom: 5px;
        display: block;
}
.address-fields .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px;
}
.address-fields .form-fields .form-group {
  padding: 0 0px;
  margin-bottom: 25px;
  max-width: 100%;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}
@media (max-width: 575px) {
  .address-fields .form-fields .form-group.address2, .address-fields .form-fields .form-group.address3 {
    max-width: 50%;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
}
.address-fields .form-fields .form-group.missing-street-number label[data-missing-street-nr-notice]:after {
  display: none;
}
.address-fields .form-fields .form-group.vat_number .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.address-fields .form-fields .form-group.vat_number .input-group .form-control,
.address-fields .form-fields .form-group.vat_number .input-group #delivery #delivery_message,
#delivery .address-fields .form-fields .form-group.vat_number .input-group #delivery_message,
.address-fields .form-fields .form-group.vat_number .input-group .cart-summary .block-promo .promo-input,
.cart-summary .block-promo .address-fields .form-fields .form-group.vat_number .input-group .promo-input {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 160px;
}
.address-fields .form-fields .form-group.vat_number .input-group .input-group-btn {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}
.address-fields .form-fields .form-group.vat_number .input-group .input-group-btn .btn {
  height: 40px;
}
.address-fields .form-fields .form-group.vat_number .input-group .error-msg {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.error-msg {
  margin-bottom: 0;
}
.second-address label {
  font-weight: bold;
  font-size: 15px!important;
  color: #3B3B3B!important;
}
.account-fields .form-fields {
  padding-top: 0px;
}
.account-fields .has-float-label {
  max-width: 434px;
}
@media (max-width: 767px) {
  .account-fields .has-float-label {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .account-fields .form-fields .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.account-fields .form-fields .form-group.email {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 8px; }
  @media (max-width: 1320px) {
    .account-fields .form-fields .form-group.email {
      padding-right: 15px; } }
  @media (max-width: 767px) {
    .account-fields .form-fields .form-group.email {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding: 0; } }

.account-fields .form-fields .form-group.password {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 8px; }
  @media (max-width: 1320px) {
    .account-fields .form-fields .form-group.password {
      padding-left: 15px; } }
@media (max-width: 767px) {
    .account-fields .form-fields .form-group.password {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
    margin-top: 20px;
  }
}

.account-fields .form-fields .form-group.checkbox {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 767px) {
    .account-fields .form-fields .form-group.checkbox {
      -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    }
}
.account-fields .form-fields .form-group.checkbox label {
    width: calc(100% - 46px);
}
@media (min-width: 992px) and (max-width: 1320px) {
      .account-fields .form-fields .form-group.checkbox label {
        width: calc(100% - 15px);
      }
}
@media (max-width: 991px) {
      .account-fields .form-fields .form-group.checkbox label {
        width: 100%;
      }
}

.page-content .register-form .custom-checkbox label[for="psgdpr"]:after,
.page-content .register-form .custom-checkbox label[for="customer_privacy"] p:after
{
  content: '*';
    color: #E91E63;
  margin-left: 5px;
}
.page-content .register-form .custom-checkbox label:before{
  display: none;
}
.page-content .register-form .custom-checkbox label em {
  margin-top: 0px;
}
.page-content .register-form .custom-checkbox {
  display: flex;
  padding-left: 20px;
}
.page-content .custom-checkbox {
  padding-left: 0px;
  position: relative;
}
.page-content .custom-checkbox input[type="checkbox"] {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 0;
    top: 0;
    cursor: pointer;
    left: 0;
    opacity: 0;
}
.page-content .custom-checkbox input[type="checkbox"] + span {
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block;
      width: 20px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      max-width: 20px;
      height: 20px;
      margin-right: 0.5rem;
      vertical-align: middle;
      pointer-events: none;
      border-radius: 0 !important;
      cursor: pointer;
      border: solid 1px #D1D1D1;
      text-align: center;
      line-height: 20px;
      background: #fff !important;
}
.page-content .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
        display: none;
        margin: 0;
        font-size: 16px;
        color: #C70004;
        font-weight: bold;
        width: 100%;
        line-height: 18px;
        font-size: 0;
}
.page-content .custom-checkbox input[type="checkbox"] + span .checkbox-checked:before {
      content: "\e876";
      font-size: 16px;
}
.page-content .custom-checkbox input[type="checkbox"]:checked + span {
      background: none;
}
.page-content .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
        display: block;
}
.page-content .custom-checkbox input[type="checkbox"]:focus + span {
      border-color: #7a7a7a;
}

span.custom-checkbox span.label {
  font-weight: 400 !important;
  font-size: 13px!important;
  line-height: 20px!important;
  color: #3b3b3b!important;
}
span.custom-checkbox span.label a {
  color: #575757!important;
  font-weight: 600;
}
#create_account {
  margin: 0;
  margin-top: -10px;
}
@media (max-width: 575px) {
    #create_account {
      margin: 0px 0 7px;
    }
}
#create_account span.custom-checkbox span.label {
    font-weight: bold;
}

.delivery-options,
.payment-options {
  padding: 0;
  border: 0;
  /*border-bottom: 1px solid #D1D1D1!important;*/
  margin-top: 11px;
  border-radius: 0!important;
}
.delivery-options .shipping-radio,
.payment-options .shipping-radio {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
}
.delivery-options .shipping-radio .custom-radio input[type=radio],
.payment-options .shipping-radio .custom-radio input[type=radio] {
      z-index: 1;
}
.delivery-options .row.delivery-option,
.delivery-options .payment-option,
.payment-options .row.delivery-option,
.payment-options .payment-option {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    min-height: 60px;
}

.delivery-options .row.delivery-option .h6,
.delivery-options .payment-option .h6,
.payment-options .row.delivery-option .h6,
.payment-options .payment-option .h6 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.delivery-option-delay {
  line-height: 24px;
}
.carrier-price-with-tax-formatted {
  font-weight: 700!important;
}
.delivery-options .delivery-option > label,
.payment-options .delivery-option > label {
  margin: 0;
}
.delivery-options .delivery-option > label > .row,
.payment-options .delivery-option > label > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.delivery-options .delivery-option > label > .row .delivery-option-detail,
.payment-options .delivery-option > label > .row .delivery-option-detail {
  max-width: 226px;
  width: 100%;
}
.delivery-options .delivery-option > label > .row .delivery-option-name,
.payment-options .delivery-option > label > .row .delivery-option-name {
  margin: 0;
}
.delivery-options .delivery-option > label > .row .delivery-option-logo,
.payment-options .delivery-option > label > .row .delivery-option-logo {
  position: static;
  width: auto;
  height: auto;
}
@media (max-width: 991px) {
  .delivery-options .delivery-option > label > .row .delivery-option-logo,
  .payment-options .delivery-option > label > .row .delivery-option-logo {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
  }
}
.delivery-options .delivery-option > label > .row .delivery-option-logo img,
.payment-options .delivery-option > label > .row .delivery-option-logo img {
  margin: 0;
}
.delivery-options .delivery-option > label > .row .carrier-price,
.payment-options .delivery-option > label > .row .carrier-price {
  font-size: 14px;
  font-weight: 400;
  color: #272727;
}
.delivery-options .delivery-option > label > .row .delivery-option-delay,
.payment-options .delivery-option > label > .row .delivery-option-delay {
        text-align: left;
}
@media (min-width: 768px) {
  .delivery-options .delivery-option > label > .row .delivery-option-delay,
  .payment-options .delivery-option > label > .row .delivery-option-delay {
      width: 42%;
  }
}
.delivery-options .delivery-option > label > .row .delivery-option-delay .carrier-delay,
.payment-options .delivery-option > label > .row .delivery-option-delay .carrier-delay {
    padding: 0;
    color: #7a7a7a;
}
.delivery-options .tc-main-title,
.payment-options .tc-main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
body#checkout .additional-information {
  background: transparent!important;
  font-size: 13px!important;
  border: 0px!important;
}
@media (max-width: 767px) {
      .delivery-options .tc-main-title,
      .payment-options .tc-main-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        }
}
.delivery-options .additional-information,
.payment-options .additional-information {
    margin-top: 0px;
}
.delivery-options .additional-information p,
.payment-options .additional-information p {
      margin: 0;
      color: #272727;
}
.delivery-options .payment-option,
.payment-options .payment-option {
    padding: 10px 0 10px 36px;
    position: relative;
}
.delivery-options .payment-option .custom-radio,
.payment-options .payment-option .custom-radio {
      margin: 0;
      position: absolute;
      left: 0;
      top: 19px;
}
.delivery-options .payment-option label,
.payment-options .payment-option label {
      padding-top: 0;
      width: 100%;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.delivery-options .payment-option label img,
.payment-options .payment-option label img {
    margin: 0px 0 0 0px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.delivery-options .payment-option label + .additional-information,
.payment-options .payment-option label + .additional-information {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
}

.payment-options {
  margin-bottom: 21px;
}

.using-material-icons .custom-radio {
  width: 21px;
  height: 21px;
  border: 1px solid #ddd;
  margin-right: 18px; }
  .using-material-icons .custom-radio input[type="radio"] {
    z-index: 1; }
    .using-material-icons .custom-radio input[type="radio"] + span {
      width: 13px;
      height: 13px;
      display: block !important;
      background: #C70004;
      border: 0;
      position: absolute;
      left: 3px;
      top: 3px;
      opacity: 0; }
    .using-material-icons .custom-radio input[type="radio"]:checked + span {
      opacity: 1; }

#delivery {
  position: relative;
}
@media (max-width: 575px) {
  #delivery {
    padding: 0 0 0px;
    margin: 0 0 0px;
  }
}
#delivery label {
  font-size: 14px!important;
  margin: 0;
  z-index: 5;
  font-weight: 600;
  opacity: 1;
  color: #000;
  margin-bottom: 5px;
}
#delivery #delivery_message {
  border-radius: 0px;
  height: 171px;
  border-color: #d6d6d6;
}

.cart-item .product-line {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .cart-item .product-line {
      padding-bottom: 60px;
      position: relative; } }
  @media (max-width: 767px) {
    .cart-item .product-line {
      position: relative;
      padding-bottom: 60px; } }

.product-line-image {
  margin-right: 5px;
}
@media (max-width: 767px) {
  .product-line-image {
    width: 100px;
  }
}
.product-line-image img {
  max-width: 80px;
  height: auto;
}
.product-line-body .product-line-desc {
  display: flex;
  flex-direction: column;
}
.product-line-body {
  padding-left: 0!important;
}
.product-line-actions {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
}
@media (max-width: 767px) {
  input.cart-line-product-quantity {
    width: 37px!important;
  }
  .checkout-block a.cart-line-product-quantity-up,
  .checkout-block a.cart-line-product-quantity-down {
    width:30px!important;
  }
}
.product-line-actions > div {
  line-height: inherit;
  text-align: left;
}

.product-line-delete {
  position: absolute;
  bottom: -24px;
  right: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}
.product-line-delete .remove-from-cart {
    margin: 0;
}
.product-line-delete .remove-from-cart:hover {
      opacity: 0.7;
}

.product-line-qty {
  line-height: 12px;
  padding: 0;
}
@media (max-width: 767px) {
    .product-line-qty {

    }
}

.product-line-price .product-price {
  font-size: 16px;
  line-height: 20px;
  color: #3b3b3b!important;
  font-weight: bold;
}

.cart-item:last-child, .cart-item:not(:last-child) {
    border-bottom: 1px solid #D1D1D1;
}
.cart-detailed-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  left: 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}
/*.cart-detailed-totals .card-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
}*/

.cart-summary-line {
  margin-bottom: 10px;
}

.product-line-info .label {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}
.product-line-info .label:hover {
  color: #C70004;
}

.product-line-info.quantity-info .qty-label.label-success {
  display: none;
}

.product-line-info.quantity-info .qty-label.label-warning {
  font-size: 13px;
  line-height: 1.2em;
  padding: 3px 0 10px 16px;
  position: relative;
  text-align: left;
  color: #C70004;
  font-style: normal;
  background: none;
  border-radius: 0;
  display: block;
}
.product-line-info.quantity-info .qty-label.label-warning:before {
  font-size: 29px;
  position: absolute;
  left: -9px;
  top: 3px;
  content: "\E5C5";
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-line-info.product-attribute {
  display: none;
}
.product-line-info.product-title {
  margin-bottom: 6px;
}
.product-line-info.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000!important;
  font-size: 16px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 20px;
  margin: 0;
  text-transform: none;
}
.product-line-info.product-price .unit-price-cart {
  display: none;
}
.product-line-info.product-price.has-discount .price {
  color: #000;
}
.product-line-info.product-price .product-discount .regular-price {
  color: #575757;
  font-size: 12px;
  display: inline-block;
  position: relative;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 15px;
  line-height: 22px;
  text-decoration: line-through;
}
.product-line-info.product-price .product-discount .regular-price:before {
  display: none;
}
.product-line-info.product-price .product-discount .regular-price::after {
  display: none;
  content: "";
  width: 110%;
  border-top: 1px solid #636262;
  position: absolute;
  top: 12px;
  left: -2px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.qty-box {
  width: 100%;
  height: 40px;
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.qty-box a {
  width: 38px;
  height: 38px;
  border: 0;
  background: none;
  text-align: center;
}
.qty-box a:after {
  display: none;
  font-size: 28px;
  transition: all 0.3s ease;
  line-height: 38px;
  font-weight: 400;
  font-style: normal;
  content: "\e15b";
  color: #000;
}
.qty-box a.cart-line-product-quantity-up:after {
  content: "\e145";
}
.qty-box a:hover:after {
  color: #C70004;
}
.qty-box input {
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 38px;
  color: #3b3b3b;
  font-weight: 700;
  font-size: 16px;
  height: 38px;
  width: 42px;
}
#conditions-to-approve span.custom-checkbox,
div#tc-payment-confirmation {
  text-align: left;
}
#conditions-to-approve span.custom-checkbox,
#conditions-to-approve ul,
.condition-label {
  display: block;
}

.ps-shown-by-js button.btn.btn-primary.center-block {
  border-radius: 0;
  max-height: inherit;
  padding: 10px 12px;
  font-size: 15px;
  text-transform: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
  letter-spacing: 0.75px;
  margin-bottom: 10px;
}
.condition-label label {
  font-size: 12px;
  color: #3B3B3B;
}
.condition-label label a {
  color: #3B3B3B;
  text-decoration: none;
}
.condition-label label a:hover {
  color: #000;
}
#thecheckout-required-checkbox-2,
#thecheckout-required-checkbox-1 {
  margin-bottom: 0;
  display: block;
  padding-top: 0px;
  padding-bottom: 6px;
}
.card.cart-summary {
  border: 0;
  padding: 20px;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  border-top-width: 3px;
  margin: 0 0 20px;
  background: #f5f5f5;
}
.error-msg {
  margin-top: 0;
  border-radius: 0;
  font-size: 14px!important;
  font-style:normal!important;
  font-weight: 400!important;
  line-height: 21px;
  padding: 0 0 0 14px!important;
  background: none!important;
  border: 0;
  position: relative;
  text-align: left;
  color: #C70004;
  font-style: normal;
  margin-bottom: 0!important;
}
.error-msg:before {
  content: '';
  left: 0px;
  position: absolute;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #F03927; /* Màu mũi tên */
}
}

#main > .error-msg {
  max-width: 100%; }

.checkbox .error-msg {
  margin-top: 0; }

#tc-payment-confirmation .terms-and-conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#tc-payment-confirmation .terms-and-conditions + .error-msg {
  margin: 0 0 15px;
}
#tc-payment-confirmation .terms-and-conditions .error-msg {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: -26px;
  margin-bottom: 25px;
}
.card-block.promo-discounts li {
  line-height: 24px;
}
.block-promo .promo-code form {
  width: 100%;
}
.block-promo .promo-input-button .promo-input {
    margin: 0;
    border: 1px solid #D6D6D6!important;
    border-right: 0;
    height: 40px !important;
    padding: 6px 15px;
    flex-grow: 1;
}
.block-promo .promo-input-button .promo-input + button {
  padding-left: 12px;
  padding-right: 12px;
}
.block-promo .promo-code .form-control-label {
  display: none;
}
body#checkout .custom-radio {
  border:1px solid #e7e7e7!important;
}
body#checkout .custom-radio input[type="radio"]:checked+span {
  width: 12px!important;
  height: 12px!important;
  border-color: #E91E63!important;
  margin-top: 3px;
  margin-left: 3px;
}
#thecheckout-cart-summary .cart-item {
  padding: 20px 0px;
}
.cart-detailed-totals>.card-block {
  padding-top: 15px;
}
.cart-detailed-totals>.card-block:last-child {
  border-top:1px solid #d6d6d6;
  margin-top: 35px;
}
.block-promo .promo-code-button {
  display: block !important;
  padding: 0px !important;
  border: 0px !important;
  background: transparent !important;
  font-size: 14px;
  color: #000;
  margin-bottom: 5px!important;
  font-weight: bold;
}
.cart-summary h4 {
  font-size: 21px;
  letter-spacing: 0.53px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}
#thecheckout-order-message {
  padding-bottom: 0px;
  padding-top: 0px;
}
#thecheckout-cart-summary .cart-grid {
  margin-bottom: 0px;
}
#delivery_message,
.cart-grid .card.cart-summary {
  margin-bottom: 0px!important;
}
@media (max-width: 767px) {
  body#checkout .form-group {
    margin-bottom: 25px;
  }
  #thecheckout-account .form-fields {
    padding-top: 5px;
  }
}
/*.custom-radio input[type=radio]:checked + span {
  background-color: #95BF0B;
}*/
.using-material-icons .custom-radio input[type=radio]:checked + span {
  background-image: none!important;
  background-color: #95BF0B;
}
#checkout .custom-checkbox span {
  box-shadow: none;
}
body#checkout .additional-information {
  margin-left: 1rem;
  margin-top: 0;
  display: none!important;
}
.payuConditions {
  margin: 0;
  padding-bottom: 10px;
}
.pay-methods {
  margin-top: 0px;
  margin-bottom: 0px;
}
span.carrier-delay, .payment-options .additional-information p, .payuConditions {
  font-size: 12px;
  color: #3B3B3B!important;
}
.checkout-block .card.cart-summary {
  border-bottom: none!important;
}
#delivery label {
  font-weight: normal;
}
body#checkout .condition-label label {
  font-weight: normal;
  font-size: 13px;
  color: #3b3b3b;
}
.condition-label label a {
  font-weight: 600;
}
.payment-options .additional-information p {
  padding-bottom: 10px;
  line-height: normal;
}
.delivery-option-row-custom{
  padding-left: 35px!important;
}
.free-ship, .cart-summary-line.cart-total.cart-total-auto-tax > span {
  color: #95BF0B;
}
.free-ship {
  font-size: 17px;
  color: #7CA103;
  margin-top: 7px;
}
.free-ship .total-limit {
  font-weight: 700;
}
.product-line-body .product-line-info span.label, .value {
  color: #3B3B3B;
}
.has-discount .price {
  color: #EC0000;
}
#thecheckout-confirm {
  padding-top: 0;
}
.address-fields .form-fields .form-group:last-child {
  margin-bottom: 0;
}
.address-is-used {
  text-align: left;
}
.free-ship .icon svg {
  margin: auto;
}
.free-ship .icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  border-radius: 50%;
  background: #95BF0B;
  margin-right: 6px;
}
.checkout-block .card-block:first-child {
  border-top: none!important;
}
body.logos-on-the-right .payment-option label .payment-logo {
  order: unset!important;
}
body.logos-on-the-right .payment-option label .payment-call-to-action-and-logo {
  margin-left: 29px;
}
/* thecheckout module end */

.brand-item {
  padding: 0 25px;
}
/* mobile menu start - vijay */
#menuModal .modal-body {
  padding: 0!important;
}
.wishlist-button-add {
  display: none;
}
.has-compact-filter #amazzing_filter .title_block {
  background: #000;
}
.brans-list-controller-prev{
  transform: scaleX(-1);
}

@media (max-width:767px) {
  .main-menu__list--1 > .main-menu__item--1 > .collapse.d-md-block {
    height: unset;
  }
  #menuModal .modal-body .header-top__block.header-top__block--menu {
    display: block!important;
    padding: 0;
  }
  #searchModal .modal-header,
  #menuModal .modal-header {
    color: #fff;
    padding: 16px 20px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
  }
  #menuModal .modal-close, #menuModal .modal-header .close {
    top: 16px;
  }
  #category-2 > .main-menu__item-header .main-menu__item-link--top {
    display: flex;
  }
  .main-menu__item-link--top {
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
  }
  .main-menu__dropdown,
  .main-menu__item--1,
  .main-menu__item--2 {
    display: block;
  }
  .main-menu__item {
    border-top: none;
  }
  .active-cat {
    background: #3B3B3B;
  }
  /*.main-menu__item--1, .main-menu__list--2 {
    display: none;
  }*/
  .main-menu__item--top > .main-menu__sub.show {
    display: block !important;
  }
  .main-menu__item-link--1 {
    padding: 0;
  }
  .main-menu__list--1 {
    background: #F2F2F2;
  }
  .main-menu__list--1 .main-menu__item--sub {
    padding: 5px 20px;
  }
  .main-menu__list--2 .main-menu__item--sub {
    padding: 5px 10px;
  }

  #_mobile_language_selector, .product-miniature__features {
    display: none;
  }

  /**/
  .header-top {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-top__block--logo img {
    max-width: 160px;
    height: auto;
  }
  .featured-slider-section,
  .featured-slider-section .right-col,
  .cat-product-section .row>.banner-pos,
  .ybc_block_slider .owl-item,
  .header-top__block,
  #cms #content-wrapper,
  #cms .delivery-row, .col-12.col-lg-7,
  #cms .delivery-row, .col-sm-12,
  #cms .delivery-row, .col-12 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .featured-slider-section .left-col {
    padding-left: 16px!important;
    padding-right: 16px!important;
  }
  .cat-product-section {
    padding: 60px 0;
  }
  .cat-product-section a.nav-item {
    color: #000;
  }
  .page_home .title_blog {
    margin-top: 40px;
  }
  .page_home, .page_home_gallery {
    margin-bottom: 0;
  }
  .qc-qty-input {
    width: 60px;
  }
  .banner-section .pl-0 {
    padding-right: 0!important;
  }
  .banner-section .pr-0 {
    padding-left: 0!important;
  }
  .cat-product-section .nav.tab-center li a.active {
    background-size: 60%;
  }
  .cat-product-section .nav.tab-center {
    justify-content: flex-start;
  }
}

/* mobile menu end - vijay */

.brands-list-wrap {
  overflow: hidden;
}
.brands-list-header .block-title {
  margin-bottom: 5px;
}
.product-miniature__form  {
  display: flex;
  align-items: center;
  gap:10px;
}
.number-group {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    height: 40px;
    margin: 10px 0px;
}
.number-group .pro-input-qty {
    width: 50px;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b;
    outline: none;
    padding: 0 4px;
}
.number-group .buttons {
  height: 100%;
}
.number-group .buttons button {
    width: 22px;
    height: 19px;
    border: none;
    background: #D6D6D6;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    color: #333;
    transition: background 0.15s;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.number-group .btn-plus {
    margin-bottom: 2px;
}
.number-group .btn-minus {
    margin-top: 2px;
}
.realtime-stock-warning {
  font-size: 13px;
  padding: 17px 22px;
  line-height: 16px;
  background: #EC0000;
  letter-spacing: 0px;
  color: #FFFFFF;
  position: absolute;
  top: -55px;
  right: -35px;
  width: max-content;
}
#product .realtime-stock-warning {
  top:-30px;
  left: 0px;
}
.order-confirmation-table {
  width:100%;
}
.order-confirmation-table .product-line__cell--total {
  width:230px;
}
.order-confirmation-table  .cart-summary-line .value {
  width:230px;
}
.order-confirmation-table .product-line--total .cart-summary-line span.label {
    margin-right: 20px;
}
/* start vijay */
img.lazyload:not(.loaded) {
  background: none;
}
@media (min-width: 1080px) {
  .homeslider__img {
    height: 100%;
  }
  .homeslider__desc {
    top: 50%!important;
    transform: translateY(-50%);
  }
  .swiper, .swiper-container, .home-slideshow .img-fluid {
    height: 100%;
  }
}

#cms .label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 13px;
}

.list-first {
  margin-bottom: 49px;
}
.list-second {
  margin-bottom: 32px;
}
.section-1, .section-2 {
  margin-bottom: 48px;
}
.shipping-block {
  margin-bottom: 40px;
}
.page-cms-11 .section-1 {
  margin-bottom: 31px;
}
.carrier-txt h6 {
  margin-bottom: 5px;
}
.subheading-info {
  margin-bottom: 30px;
}
#contact .contact-body .custom-control-label:before {
  left: 0;
}
#contact .contact-body label[for="psgdpr_consent_checkbox_25"] > span:first-child {
  margin-left: 28px;
}
#contact .custom-file-label:after {
  background: #000;
}
#submit-login {
  background: #000!important;
}

.page-content .custom-checkbox input[type="checkbox"] {
  border: 1px solid #D6D6D6;
}
.page-content--identity .form-group--newsletter {
  margin-left: 28px;
}
.order-addresses.row {
  margin-left: -15px;
  margin-right: -15px;
}
#module-ambjolisearch-jolisearch #js-product-list-header {
  margin: 20px auto;
  width: fit-content;
}
#module-ambjolisearch-jolisearch h1#js-product-list-header::after {
  right: 0;
  margin: auto;
}

/*b.divide order*/
/* Main Container */
.order_can_split {
  width: 410px;
  background: #D6D6D6;
  border: 1px solid #D6D6D6;
  padding: 16px;
  box-sizing: border-box;
  opacity: 1;
  font-family: 'Outfit', sans-serif;
}

/* Top section layout */
.order_split_top {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* Red Alert Box */
.can_split_alert {
  width: 31px;
  height: 31px;
  background: #EC0000;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 31px;
  border-radius: 20px;
  flex-shrink: 0;
}

/* Text container */
.order_split_texts {
  flex: 1;
}

/* Title */
.order_split_header_alert span {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  display: inline-block;
  margin-bottom: 6px;
}

/* Content text */
.order_split_content_alert {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 10px;
}

/* Checkbox section */
.confirm_order_split {
  display: flex;
  align-items: center;
  gap: 8px;
}

.confirm_order_split input[type="checkbox"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.split_checkbox_txt {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}

/* Hide default checkbox */
.confirm_order_split input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #ffffff;
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none; /* removed border */
}

/* Tick */
.confirm_order_split input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 12px;
  border-right: 3px solid #95BF0B;
  border-bottom: 3px solid #95BF0B;
  transform: rotate(45deg);
}

.split_order_shipp_fee {
  font-weight: bold;
}

.free-ship-custom{
    margin-bottom: 20px;
}

.hidden{
  display: none;
}
/*e.divide order*/
