html {
  font-size: 14px;
}

body {
  color: #07283D;
  font-family: Noto Sans;
  font-size: 14px;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}
.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:hover {
  color: #0070B9;
}

.btn {
  border-radius: 0px;
  color: #0070B9;
  border: 2px solid #0070b9;
  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: #0070B9;
}

.btn-primary {
  background: transparent linear-gradient(74deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat;
  color: #000;
  border: 0px;
}

.btn-primary:hover {
  background: transparent linear-gradient(254deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat;
  color: #000;
}

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

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

.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: transparent linear-gradient(74deg, #0070B9 0%, #015287 100%) 0% 0% no-repeat;
  color: #fff !important;
  border: 0px;
}

.btn-blue:hover {
  background: transparent linear-gradient(254deg, #0070B9 0%, #015287 100%) 0% 0% no-repeat;
  color: #fff;
}

.btn-transparent {
  background: none;
  color: #0070B9;
  border: 0px;
}

.btn-transparent:hover {
  text-decoration: underline;
}

.btn-small-padding {
  padding-left: 15px;
  padding-right: 15px;
}

li::marker {
  color: #0070B9;
}

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

.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: #0070b9;
  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: #07283D;
}

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

.header-top {
  padding-top: 5px;
  padding-bottom: 9px;
}

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

.form-group .form-label,
.form-group label {
  font-weight: bold;
  color: #07283D;
}

.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 {
  padding-left: 0px;
}
.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 {
  color: #07283D;
}

.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: #07283d;
}

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

#search_widget button {
  background: transparent linear-gradient(51deg, var(--unnamed-color-0070b9) 0%, #015287 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(51deg, #0070B9 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;
}

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

.l-header {
  margin-bottom: 0px;
}

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

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

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

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

.header-top__badge {
  background: transparent linear-gradient(51deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat padding-box;
  top: 0.7em;
  font-size: 10px;
  color: #000;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
}

.header-nav {
  background: #07283D;
  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;
}

.align-center.block-title {
  text-align: center;
}

.block-title::after {
  content: ' ';
  height: 3px;
  width: 70px;
  background: url('../img/sep-f.png') no-repeat top left;
  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;
}

.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: 30px;
    max-width: 200px;
    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 5px;
  font-size: 13px;
  margin: 0px;
}

.breadcrumb-item+.breadcrumb-item {}

.breadcrumb-item.active {
  color: #0070B9;
}

/*** 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;
}

.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: #0070b9;
}

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

.featured-products .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: bold;
  line-height: 14px;
  padding: 4px 6px;
  margin: 0px;
  color: #fff;
  background: #11A700;
}

@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: #0070B9;
}

.product-flags__flag--out_of_stock {
  background: orange;
}

.product-flags__flag--on-sale {
  background: #0070B9;
}

.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: 16px;
  height: 35px;
  margin-bottom: 3px;
  color: #07283D;
}

.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-miniature__upc {
  height: 19px;
  margin-bottom: 10px;
}

.product-miniature__pricing {
  margin-bottom: 0px;
  height: 50px;
}

.product-miniature__pricing>div span {
  line-height: 20px;
}

.price {
  color: #0070B9;
  font-size: 15px;
}

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

.text-blue {
  color: #0070B9 !important;
}

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

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

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

.price--tax-label {
  color: #869097;
  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: 25px;
  right: 15px;
}

.product-miniature .add-to-cart {
  width: 48px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0px;
  justify-content: center;
  background: transparent linear-gradient(50deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat;
}

.product-miniature .add-to-cart:hover {
  background: transparent linear-gradient(254deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat;
}

.add-to-cart i {
  background: url('../svg/product-box-cart.svg') no-repeat center center;
  width: 31px;
  height: 28.46px;
  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: 40px;
}

.homeslider__desc {
  position: absolute;
  left: 80px;
  top: 20%;
  width: 100%;
}

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

  .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: #000;
  font-weight: bold;
  padding: 15px 50px;
  margin-top: 30px
}

.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: #FFEC00 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;
}

#index #block-reassurance .col {}

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

.reassurance-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent linear-gradient(49deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.reassurance-icon img {
  max-width: 30px;
  max-height: 40px;
}

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

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

.reassurance-desc {
  margin-left: 5px;
  font-weight: bold;
}

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

.cat-product-section.odd {
  background: #F2F2F2;
}

.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;
  opacity: 0.5;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
  padding: 2px 30px;
  letter-spacing: 0.6px;
}

.cat-product-section .nav.tab-center li a.active {
  opacity: 1;
  background: url('../img/sep-f.png') no-repeat bottom center;
  color: #000;
}

.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: #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 #07283D;
}

.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: 2px;
  }

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

  .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: #07283D;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  align-items: center;
}

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

#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: #07283D;
  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: #FFEC00;
  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;
  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-right: 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 #31556D;
}

.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: #07283D;
  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-0070b9) 0%, #015287 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(51deg, #0070B9 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: 70px;
  background: url('../img/sep-f.png') no-repeat top left;
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

@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: bold;
  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: #07283d;
  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 10px;
}

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

#js-product-list .pagination li a:hover {
  background: #0070B9;
  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: #0070B9;
  color: #fff !important;
}

#js-product-list .pagination li a.disabled {}

#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: #000;
}

.product-container h1 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
}

.product-container h1::after {
  content: ' ';
  height: 3px;
  width: 70px;
  background: url('../img/sep-f.png') no-repeat top left;
  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: #0070B9;
  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;
}

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

.js-product-actions-buttons {
  letter-spacing: 0.7px;
  color: #0070B9;
  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: #0070B9;
}

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

#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: #0070B9;
  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: #0070B9;
  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 #0070b9;
  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: #0070B9;
  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: #0070b9 !important;
}

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

.wishlist-add-to-new {
  color: #0070b9 !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: transparent linear-gradient(50deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat;
  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: transparent linear-gradient(254deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat;
}

.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: #0070b9 !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: #0070B9;
}

.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: #07283D;
  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: #0070B9;
  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: #0070B9;
}

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

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

.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 #0070b9;
  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;
}

#my-account .links a:hover .link-item {
  background: transparent linear-gradient(60deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat;
}

#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: transparent linear-gradient(81deg, #FFEC00 0%, #EED600 100%) 0% 0% no-repeat;
}

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

.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 #FFEC00;
  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: #0070B9;
  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: #07283D;
  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 {
  /*font-weight: normal;*/
  line-height: 20px;
}

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

.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 {
  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 #FFEC00;
}

.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-blue.svg') no-repeat top center;
  width: 20px;
  height: 20px;
  display: inline-block;
}

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

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

.contact-icon.icon-clock {
  background: url('../svg/clock-blue.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, #0070B9 0%, #015287 100%) 0% 0% no-repeat;
  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;
  }

  .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: 27px;

  }

  #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: 5px 20px;
  }

  .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: 60px;
    font-size: 14px;
  }

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

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

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

.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 {
    border-top: 1px solid #D6D6D6;
    padding: 15px 0px;
  }

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

.product-description-manufacturer {
  display: block;
}
.reassurance-3{
	display: block;
}
.password-notice {
  /*margin-top: 10px;
  margin-bottom: 10px;*/
}
.password-notice h4 {
  color: #07283D;
  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: #07283D;
}
#block-newsletter-form small{
  color: #0070B9;
}
#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;
  } 
}