body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-height: 100%;
}

.hidden
{
 display: none !important;
}

a, .btn,
.circle-progress {
  -moz-transition: all 0.4s; transition:all 0.4s; -webkit-transition:all 0.4s;
  text-decoration: none;
}

.text-transform-none { text-transform: none !important; }

/* -- Buttons, Colors & Typos --------------------------------------- */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

:root {
  --bs-heading-color: inherit;
}

@media (min-width: 1200px) {
h2, .h2 {
    font-size: 2rem;
}
}


.bg-brand,
.btn-primary,
.btn-outline-primary.selected {
  background-color: #174860;
  color: #fff;
}
.btn-outline-primary {
  border-color: #174860;
}
.color-brand, .btn-outline-primary, h1, .h1, h2, .h2, h3, .h3, .nav-link, a {
  color: #174860;
}
.nav-link:hover, .nav-link:focus,
a:hover, a:focus {
  color: #B09987;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.bg-lightgray {
  background-color: #F7F7F7;
}

.bg-bluegray,
.btn-info {
  background-color: #306680;
}
.color-bluegray {
  color: #306680;
}

.bg-grayblue {
  background-color: #5B6C78;
}

.bg-darkbluegray {
  background-color: #3F4B53;
}

.bg-graybrown {
  background-color: #B5B5B4;
}

.bg-brown {
  background-color: #B09987;
}
.color-brown,
a:hover {
  color: #B09987;
}

.bg-green {
  background-color: #089D04;
}
.color-green {
  color: #089D04;
}



.btn {
  padding: 12px 30px;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
}
.btn-primary, .btn-secondary, .btn-info {
  border: none;
}
.btn-sm {
  padding: 3px 15px !important;
  font-size: 8px;
  border: 1px solid #174860;
  font-weight: 500 !important;
}
.btn-close:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover, .btn:focus, .btn:active {
  background-color: #2f88b1;
  border-color: #2f88b1;
  color: #fff;
  box-shadow: none !important;
  outline: none !important;
}
.btn-info {
  color: #fff;
}
.btn-arrow {
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 16px;
  text-transform: uppercase;
  color: #B09987;
  font-size: 12px;
  font-weight: 600;
  margin: 5px 5px 5px 0;
}
.btn-arrow .icons,
.back-arrow .icons {
  width: 15px;
  height: 15px;
  margin-left: 7px;
}
.btn.with-icon span {
  display: block;
  height: 25px;
  line-height: 25px;
  width: calc(100% - 25px);
}
.btn-actions {
  width: 18px;
  height: 18px;
  margin: 0 3px;
  padding: 0;
}
.back-arrow {
  font-size: 13px;
}
.back-arrow .icons {
  margin-right: 5px;
}

.loading-block,
.loading-page {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.5);
}
.loading-block {
  position: absolute;
  z-index: 1000;

}
.loading-page {
  position: fixed;
  z-index: 99999;
}
.spinner-border-sm {
  --bs-spinner-width: .7rem;
  --bs-spinner-height: .7rem;
  --bs-spinner-border-width: 0.1em;
  margin: 3px 5px 0 0;
}

.color-text {
  color: #8C8C8C;
}

strong, .h1, .h2, .h3, h1, h2, h3, h4 {
  font-weight: 600 !important;
}
h4, .h4 {
  font-size: 20px !important;
}

.bolder {
  font-weight: 700 !important;
}





/* -- FORMS --------------------------------------- */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="checkbox"],
input[type="radio"],
select,
textarea {
  box-shadow: none !important;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
  border-radius: 0 !important;
}

.form-check-input:checked {
  background-color: #174860;
  border-color: #174860;
}

.checkbox-as-radio {
  width: 18px;
  height: 18px;
  position: relative;
  border: 1px solid rgba(0,0,0,.3);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  cursor: pointer;
}
.checkbox-as-radio::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-radius: 50%;
}
.checkbox-as-radio:checked::before {
  background-color: #174860;
}

.form-floating > label {
  margin-left: 0.75rem;
}

.form .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  color: #8C8C8C;
}
.form .form-select[data-chosen] {
  color: #212529;
}
.form textarea {
  height: 150px !important;
}
.form .form-check {
  padding-left: 38px;
}
.form .form-check-input[type=checkbox] {
  border-radius: 2px;
  width: 27px;
  height: 27px;
  border-width: 2px;
  margin-left: -38px;
}

.form-switch .form-check-input,
.form-switch .form-check-input:checked,
.form-switch .form-check-input:focus {
  background-color: #efefef;
  border-color: #194860;
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23194860'/%3e%3c/svg%3e") !important;
  box-shadow: none;
}

.quantity-choice input::-webkit-outer-spin-button,
.quantity-choice input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-choice input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  max-width: 40px;
  margin-left: 0 !important;
  height: 16px;
  padding: 0;
  font-size: 14px;
  border: 0;
  color: #174860;
}
.quantity-choice input[type=number]:focus {
  box-shadow: none;
}
.quantity-choice .input-group {
  align-items: center;
}
.quantity-choice .input-group-text {
  width: 18px;
  height: 18px;
  line-height: 18px;
  padding: 0;
  margin: 0 !important;
  background-color: #fff;
  border: 1px solid #174860;
  border-radius: 50% !important;
  justify-content: center;
  color: #174860;
}
.quantity-choice .minus {
  line-height: 16px;
}

.search-form {
  position: relative;
}
.search-form input {
  border: 1px solid #174860;
  border-right: 0;
  color: #174860;
  background-color: #F7F7F7;
}
aside .search-form input {
  font-weight: 600;
  font-size: 12px;
}
.search-form button {
  border: 1px solid #174860;
  border-left: 0;
  background-color: #F7F7F7;
  padding: 4px 5px 5px 5px;
}
.search-form button .icons {
  height: 22px;
  width: 22px;
}
.step1-shop-search input:focus {
  background-color: #F7F7F7;
}

.form-control.bg-lightgray,
.form-select.bg-lightgray {
  border-color: #F7F7F7;
  height: 45px;
  line-height: 1;
}
.form-control.bg-lightgray:focus,
.form-select.bg-lightgray:focus {
  background-color: #F7F7F7;
  border-color: #1d5169;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}







/* -- Animations --------------------------------------- */

.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-slow {
  animation-delay: .3s;
}

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes slideDownIn {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(-15px);
  }
}
.slideDownIn {
  -webkit-animation-name: slideDownIn;
  animation-name: slideDownIn;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


@keyframes half-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}







/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel { display: block; }

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../img/icons/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}









/* -- MISC & Shared --------------------------------------- */

.main {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 640px) {
  .main {
    margin-top: 56px;
  }
}

main .h5 { line-height: 1.4}

.fixed-bottom {
  z-index: 1029;
}

.overflow-clip {
  overflow:clip;
}
.sticky-top {
  top:48px;
}

.dropdown-menu {
  border-radius: 0;
  border: none;
}
.dropdown-toggle::after {
  display: none;
}

.alert {
  font-size: 13px;
  border-radius: 0;
}
.alert a {
  text-decoration: underline;
}

.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.icons {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.big-icons {
  display: inline-block;
  width: 45px;
  height: 45px;
}
.bright,
.btn.selected .icons,
.btn-outline-primary:hover .icons,
.texts-page .owl-nav button .icons,
.testimonial-carousel .owl-nav button .icons {
  filter: brightness(100);
}

.cart-icon { background-image: url('../../img/icons/cart.svg'); }
.store-icon { background-image: url('../../img/icons/placeholder.svg'); }
.search-icon { background-image: url('../../img/icons/search.svg'); }
.user-icon { background-image: url('../../img/icons/user.svg'); }
.arrow-left-icon { background-image: url('../../img/icons/arrow-left.svg'); margin-left: 0 !important;}
.arrow-right-icon { background-image: url('../../img/icons/arrow-right.svg'); }
.arrow-bottom-icon { background-image: url('../../img/icons/arrow-bottom.svg'); }
.promo-icon { background-image: url('../../img/icons/promo.svg'); }
.track-icon { background-image: url('../../img/icons/track.svg'); }
.support-icon { background-image: url('../../img/icons/support.svg'); }
.ship-icon { background-image: url('../../img/icons/ship.svg'); }
.bed-icon { background-image: url('../../img/icons/bed.svg'); }
.chat-icon { background-image: url('../../img/icons/chat.svg'); }
.filter-icon { background-image: url('../../img/icons/filter.svg'); width: 23px; height: 11px;}
.single-icon { background-image: url('../../img/icons/single.svg'); }
.double-icon { background-image: url('../../img/icons/double.svg'); width: 30px;}
.info-icon { background-image: url('../../img/icons/info.svg'); }
.checked-icon { background-image: url('../../img/icons/checked.svg'); }
.checked-icon2 { background-image: url('../../img/icons/checked2.svg'); }
.materials-icon { background-image: url('../../img/icons/materials.svg'); }
.cover-icon { background-image: url('../../img/icons/cover.svg'); }
.certif-icon { background-image: url('../../img/icons/certif.svg'); }
.benefit-icon { background-image: url('../../img/icons/benefit.svg'); }
.comfort-icon { background-image: url('../../img/icons/comfort.svg'); }
.height-icon { background-image: url('../../img/icons/height.svg'); }
.man-icon { background-image: url('../../img/icons/man.svg'); }
.warranty-icon { background-image: url('../../img/icons/warranty.svg'); }
.extra-icon { background-image: url('../../img/icons/extra.svg'); }
.stories-icon { background-image: url('../../img/icons/stories.svg'); }
.curiosity-icon { background-image: url('../../img/icons/curiosity.svg'); }
.review-icon { background-image: url('../../img/icons/review.svg'); }
.rest-icon { background-image: url('../../img/icons/rest.svg'); }
.wellbeing-icon { background-image: url('../../img/icons/wellbeing.svg'); }
.science-icon { background-image: url('../../img/icons/science.svg'); }
.mail-icon { background-image: url('../../img/icons/mail.svg'); }
.chat2-icon { background-image: url('../../img/icons/chat2.svg'); }
.phone-icon { background-image: url('../../img/icons/phone.svg'); }
.whatsapp-icon { background-image: url('../../img/icons/whatsapp.svg'); }
.star-icon { background-image: url('../../img/icons/star.svg'); width: 18px; height: 18px;}
.edit-icon { background-image: url('../../img/icons/edit.svg'); width: 18px; height: 18px;}
.delete-icon { background-image: url('../../img/icons/delete.svg'); width: 18px; height: 18px;}
.secure-icon { background-image: url('../../img/icons/secure.svg');}
.anatomic-icon { background-image: url('../../img/icons/anatomic.svg');}
.thermoreg-icon { background-image: url('../../img/icons/thermoreg.svg');}


.question-mark {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.padded-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.padded-top {
  padding-top: 70px;
}
.padded-bot {
  padding-bottom: 70px;
}

.full-left-padding {
  padding-left: 15px;
}

.sup-title {
  display: inline-block;
  margin: 25px 0;
  padding-bottom: 18px;
  border-bottom: 1px solid #174860;
  font-size: 20px;
}

.sub-title {
  display: block;
  width: 100%;
  min-height: 30px;
  position: relative;
  margin: 40px 0 50px;
  font-size: 20px;
}
.sub-title span {
  position: absolute;
  right: 0;
  z-index: 2;
  display: inline-block;
  padding-left: 15px;
  min-height: 30px;
  line-height: 1.1;
  background-color: #fff;
}
.sub-title::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: '';
  display: block;
  float: left;
  width: 100%;
  height: 1px;
  background-color: #174860;
}

.big-banner {
  min-height: 360px;
  height: calc(100vh - 90px) !important;
  max-height: 770px;
  position: relative;
}
.big-banner .scrolldown {
  position: absolute;
  z-index: 3;
  width: 180px;
  height: 70px;
  bottom:0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  letter-spacing: .09em;
  font-size: 12px;
}
.big-banner .scrolldown::after {
  content: '';
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.shadow-overlay::after {
  position: absolute;
  top:0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient( rgba(41,58,64,0), rgba(41,58,64,.45) );
}
.shadow-overlay .container {
  position: relative;
  z-index: 3;
}

.flat-banner {
  height: calc(100vh - 150px) !important;
  max-height: 440px;
}

.lead {
  padding-top: 20px;
  padding-bottom: 20px;
}

hr {
  opacity: 1;
  max-width: 280px;
  border-color: #174860;
  margin: 50px 0 30px;
}
hr.vertical-hr {
  width: 1px;
  height: 90px;
  border: 0 !important;
  background-color: #174860;
  margin: 30px auto;
}

.cat-image-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.flag-labels {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
  text-transform: uppercase;
  background-color: #fff;
}
.promo-label {
  top: 15px;
  background-color: var(--bs-danger);
  color: #fff;
}


.social-block a {
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin: 0 15px 15px 0;
  background-repeat: no-repeat;
  display: inline-block;
}
.social-block a:hover{
  opacity: .7
}
.social-block .icon-facebook {
  background-image: url('../../img/icons/facebook-icon-white.png');
}
.social-block .icon-instagram {
  background-image: url('../../img/icons/instagram-icon-white.png');
}
.social-block .icon-youtube {
  background-image: url('../../img/icons/youtube-icon-white.png');
}

.popover-body {
  padding: 10px;
  font-size: 11px;
}

.custom-tooltip {
  --bs-tooltip-bg: #174860;
}


.accordion-button:focus {
  border-color: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #174860;
  background-color: #fff;
  box-shadow: none;
}

.rotate90 {
  transform: rotate(90deg);
}

.modal-backdrop {
  --bs-backdrop-opacity: 0.8;
  background-color: #0e2733;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-dialog-scrollable .btn-close {
  z-index: 4;
}

.video-modal-btn{
  position: relative;
}
.video-modal-btn::after {
  content: '';
  width: 68px;
  height: 68px;
  background-image: url('../../img/icons/play-video.svg');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 34px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.video-modal-btn:hover {
  opacity: .7;
}

.video-modal .modal-content,
.video-modal .modal-body {
  background-color: transparent;
}
.video-modal .modal-body {
  padding: 0;
}
.video-modal .modal-body .btn-close {
  display: block;
  margin: 5px auto;
  opacity: 1;
}











/* -- FIXED ADDITIONAL ELEMENTS --------------------------------------- */

.right-contact-icons {
  z-index: 1020;
  width: 42px;
  margin-right: 5px;
  text-align: center;
  color: #fff;
}
.right-contact-icons .rounded-circle {
  display: block;
  width: 42px;
  height: 42px;
  margin-top: 8px;
  text-align: center;
  vertical-align: middle;
}
.right-contact-icons .btn-close {
  font-size: 10px;
}

.bottom-nav {
  height: 36px;
  font-size: 12px;
}
.bottom-nav .icons {
  width: 16px;
  height: 16px;
  margin-right: 7px;
}
.bottom-nav a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.bottom-nav .right-bottom-nav {
  width: 320px;
}

.bottom-right-highlight {
  position: fixed;
  bottom: 36px;
  right: 0;
  z-index: 3;
  width: 320px;
  min-height: 150px;
  background-color: #fff;
  -moz-transition: all 0.3s; transition:all 0.3s; -webkit-transition:all 0.3s;
}
.bottom-right-highlight.go-right {
  right: -570px;
}
.bottom-right-highlight strong {
  margin-bottom: 15px;
}
.bottom-right-highlight p {
  font-size: 12px;
  margin-bottom: 15px;
}
.bottom-right-highlight .highlight-image {
  width: 220px;
}












/* -- HEADER --------------------------------------- */

.sec-menu {
  margin: 0;
  padding: 10px 24px 0;
  list-style-type: none;
}

.navbar-brand {
  position: relative;
  z-index: 9999;
}

/* Main nav */
.main-nav {
  /*border-bottom: 1px solid var(--bs-gray-200);*/
  /* border: none; */
}
.main-nav .main-menu {
  justify-content: flex-end;
  padding: 0;
}
.main-nav .main-menu .nav-link.show,
.main-nav .main-menu .nav-link:focus {
  font-weight: 600;
  outline: none;
}
.main-nav .main-menu .dropdown-menu .mega-content {
  opacity: 0;
  text-transform: none;
}
.main-nav .main-menu .dropdown-menu.show .mega-content {
  opacity: 1;
  animation: fadeIn .25s ease-in;
}
.main-nav .main-menu .dropdown-menu .mega-content .thumb-cat-mega-menu {
  float: left;
  padding: 10px;
  width: 50%;
  font-size: 11px;
}
.main-nav .main-menu .dropdown-menu .mega-content .thumb-cat-mega-menu .text-wrap {
  margin: 14px 0 10px;
  /*height: 8.5em;*/
  height: 100px;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  -moz-transition: all 0.3s; transition:all 0.3s; -webkit-transition:all 0.3s;
}
.main-nav .main-menu .dropdown-menu .mega-content .thumb-cat-mega-menu:hover .text-wrap,
.main-nav .main-menu .dropdown-menu .mega-content .thumb-cat-mega-menu:focus .text-wrap  {
  border-bottom-color: #174860;
}
.main-nav .main-menu .dropdown-menu .mega-content .mega-menu-cta {
  max-width: 230px;
  padding: 0 30px 20px;
}
.main-nav .main-menu .dropdown-menu .mega-content .dropdown-close {
  margin-right: 10px;
}


/* Main nav icons */
.main-nav .icon-link {
  margin: 0 8px;
}
.main-nav .icon-link > a:hover {
  opacity: .7;
}
.main-nav .icon-link .icons {
  width: 20px;
  height: 20px;
}
.main-nav .additional-mobile-menu {
  font-size: 11px;
  line-height: 1.3;
}
.main-nav .additional-mobile-menu .icon-label {
  max-width: 107px;
}
.main-nav .cart-link .counter {
  display: block;
  position: absolute;
  top: -4px;
  right: -9px;
  width: 16px;
  height: 16px;
  background-color: var(--bs-danger);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

/* Minicart */
.minicart {
  width: 320px;
  top: 38px !important;
  right: -24px !important;
  padding: 15px;
  font-size: 14px;
}
.minicart .btn-close {
  margin-right: 8px;
}
.minicart .minicart-items {
  list-style-type: none;
  padding: 0;
}
.minicart .product-name {
  margin: 0;
}
.minicart .product-name span {
  display: block;
  margin-top: 5px;
  font-weight: 400;
  font-size: 11px;
}
.minicart .total-minicart-resume {
  margin-bottom: 40px;
}

.minicart.dropdown-menu {
  left: auto !important;
  right: 0;
}

/* Main Slide */
.main-slide .carousel-inner {
  min-height: 370px;
  height: calc(100vh - 80px) !important;
  max-height: 850px;
}
.main-slide .carousel-item {
  height: 100%;
  background-color: var(--bs-light);
}
.main-slide .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-slide .carousel-item picture::after {
  position: absolute;
  top:0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(70deg, rgba(41,58,64,.4) 0%, rgba(41,58,64,.30) 30%, rgba(41,58,64,0) 100%);
}
.main-slide .carousel-caption {
  bottom: 21%;
  max-width: 590px;
  -moz-transition: all 0.4s ease; transition:all 0.4s ease; -webkit-transition:all 0.4s ease;
  opacity: 0;
}
.main-slide .carousel-item.active .carousel-caption {
  bottom: 23%;
  opacity: 1;
}
.main-slide .carousel-caption h2 {
  color: #fff;
}
.main-slide .carousel-caption p {
  margin-top: 40px;
}
.main-slide p.caption-abstract {
  max-width: 460px;
  margin-top: 20px;
}
.main-slide .carousel-caption .btn {
  font-size: 14px;
  letter-spacing: .08em;
}
.main-slide .carousel-indicators {
  bottom:14%;
  justify-content: start;
}
.main-slide .crsl-slide-counter {
  position: absolute;
  bottom: 14%;
  left: 0;
  z-index: 2;
  margin-left: 15%;
  margin-bottom: 1.1rem;
  padding: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.main-slide .crsl-slide-counter .fw-bold {
  width: 24px;
  display: inline-block;
  margin-right: 5px;
  border-right: 1px solid #fff;
}



/* Useful links section */
.useful-links-bar .col-6 {
  border-right: 1px solid #E4E4E4;
  padding: 0 20px;
}
.useful-links-bar .col-6 .btn-arrow {
  text-transform: none;
  font-size: 14px;
}
.useful-links-bar .col-6 .d-block.icons {
  width: 40px;
  height: 40px;
}
.useful-links-bar .col-6:last-of-type {
  border-right: 0;
}
.useful-links-bar .col-6 .h5 {
  font-size: 18px;
  line-height: 1.4;
  margin: 15px 0;
}


/* Home Collections carousel */
.collections-carousel {
  width: 140%;
}
.collections-carousel .owl-nav {
  width: 65%;
  margin-top: 30px;
  text-align: right;
}
.collections-carousel .cat-image-thumb {
  height: 200px;
}
.collections-carousel .item a:hover {
  background-color: var(--bs-light);
}
.collections-carousel .cat-desciption {
  padding: 20px 5px 20px 10px;
}
.collections-carousel h3 {
  margin-bottom: 10px;
}
.collections-carousel .owl-nav button {
  margin: 0 8px;
}



/* Home best sellers carousel */
.bestseller-carousel {
  width: 140%;
}
.bestseller-carousel .owl-nav {
  width: 70%;
  margin-top: 30px;
  text-align: right;
}
.bestseller-carousel .cat-image-thumb {
  height: 170px;
}
.bestseller-carousel .cat-desciption {
  padding: 20px 5px 20px 10px;
  overflow: hidden;
}
.bestseller-carousel .h3 {
  display: block;
  margin-bottom: 10px;
}
.bestseller-carousel .owl-nav button {
  margin: 0 8px;
}

.blog-lasts .cat-image-thumb {
  height: 270px;
}

/* Tab slide scopri il materasso */
.tab-slide-hover-title,
.tab-slide-question {
  position: absolute;
  z-index: 3;
  padding: 15px;
}
.tab-slide-hover-title {
  max-width: 450px;
}
.tab-slide-question {
  bottom:130px;
  font-size: 19px;
  max-width: 230px;
}

.tab-slide .carousel-inner {
  min-height: 350px;
  height: 80vh;
  max-height: 690px;
}
.tab-slide .carousel-item {
  height: 100%;
}
.tab-slide .carousel-item picture {
  position: relative;
}
.tab-slide .carousel-item img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tab-slide .carousel-caption{
  text-align: center;
}
.tab-slide .carousel-indicators [data-bs-target] {
  opacity: 1;
  width: 100%;
  height: 30px;
  position: relative;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-indent: 0 !important;
}
.tab-slide .carousel-indicators [data-bs-target]::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #174860;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s transform cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.tab-slide .carousel-indicators [data-bs-target]:hover,
.tab-slide .carousel-indicators [data-bs-target].active {
  color: #174860;
}
.tab-slide .carousel-indicators [data-bs-target].active::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.tab-slide .btn .icons {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  margin-top: -3px;
}



/* claim sostenibile */
.block-sustainable {
  padding-top: 30px;
  background-image: url('../../img/bg-sustainable.jpg');
}
.block-sustainable .badge-sustainable {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}
.block-sustainable .text-sustainable h2 {
  max-width: 345px;
}
.block-sustainable .text-sustainable .border-top {
  max-width: 260px;
}
/*
.telling-life-section .cat-image-thumb {
  height: 400px;
}
*/

.bg-testimonial {
  background-image: url('../../img/bg-testimonial.jpg');
}

.bg-world-map {
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('../../img/bg-world-map.jpg');
}


/* Home Outdoor carousel */
.owl-outdoor .cat-image-thumb {
  height: 400px;
}
.owl-outdoor {
  width: 130%;
}


/* Home review carousel */
.home-review .reviews-container {
  margin-top: -90px;
}
.home-review .reviews-container .owl-reviews {
  margin-top: 60px;
}
.review-card {
  font-size: 12px;
  color: #000;
}
.review-card img {
  width: auto !important;
}
.home-review .col-lg-6.d-sm-block {
  z-index: 2;
}


/* Home press carousel with progress bar */
.bg-press {
  position: relative;
  z-index: 1010;
}
.press-carousel .carousel-inner {
  margin: 40px 0;
  height: 230px;
}
.press-carousel .carousel-item .text-white {
  position: absolute;
  top: 15px;
  -moz-transition: all 0.5s ease; transition:all 0.5s ease; -webkit-transition:all 0.5s ease;
  opacity: 0;
}
.press-carousel .carousel-item.active .text-white {
  top: 0;
  opacity: 1;
}
.press-carousel .carousel-item .text-white .h4  {
  min-height: 170px;
}
.press-carousel .carousel-item .text-white .press-source {
  max-width: 320px;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
  font-size: 15px;
}
.press-carousel .carousel-control-prev {
  left: auto;
  right: 70px;
}
.press-carousel .crsl-slide-counter {
  color: #fff;
  z-index: 2;
}
.press-carousel .crsl-slide-counter span:last-of-type {
  display: none;
}
.press-carousel .carousel-control-next,
.press-carousel .carousel-control-prev {
  top: auto;
  bottom: -60px;
  width: 50px;
  height: 50px;
  display: block;
}

/* circle progress press carousel */
.circle-progress-bar-wrapper {
  width: 60px;
  height: 60px;
}
.circle-progress {
  width: 50px;
  height: 50px;
  float: left;
  position: absolute;
}
.circle-progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.circle-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.circle-progress .progress-bar {
  width: 100%;
  height: 100%;
	border: 2px solid #B09987;
  background: none;
  position: absolute;
  top: 0;
}
.circle-progress .progress-right {
  right: 0;
}
.circle-progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.circle-progress .progress-left {
  left: 0;
}
.circle-progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.circle-progress .progress-right .progress-bar.animate {
  animation: half-rotate 1.9s linear forwards;
}
.circle-progress .progress-left .progress-bar.animate {
  animation: half-rotate 1.9s linear forwards 1.9s;
}

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

.owl-instagram .cat-image-thumb {
  height: 330px;
}
.owl-instagram .social-block a {
  width: 53px;
  height: 53px;
  background-size: 53px 53px;
}








/* -- BLOG e PAGINE TESTI --------------------------------------- */

/* Blog main & category */
.wrap-left-blog {
  max-width:990px;
}
.categories-list li {
  display: inline-block;
  width: 200px;
}
.btn.with-icon span {
  padding-left: 10px;
}

.card {
  margin-top: 20px;
  border-radius: 0;
  color: #3F4B53;
  font-size: 15px;
}
.card.article-item {
  font-size: 12px;
}
.card .cat-image-thumb {
  height: 120px;
}
.card.article-featured .cat-image-thumb,
.card.news-item .cat-image-thumb {
  height: 190px;
}
.card.article-featured .card-text {
  font-size: 16px;
}
.card .card-title {
  font-weight: 600;
}
.card.article-item .card-title {
  font-size: 15px;
  line-height: 1.3;
}
.card-read a {
  color: #B09987;
}
.card-read a:hover {
  color: #174860;
}
.card.news-item .card-title {
  min-height: 65px;
}
.card.news-item .card-text{
  min-height: 90px;
}

.texts-page h1 {
  margin-bottom: 40px;
}
.texts-page h2 {
  margin: 35px 0 20px;
}
.texts-page h3 {
  margin: 30px 0 10px;
}
.texts-page p a {
  text-decoration: underline;
}
.texts-page strong {
  color: #3F4B53;
}

.texts-page .owl-dots{
  text-align: center;
}
.texts-page button.owl-dot {
  background-color: #c5d1d7;
  margin: 5px;
  width: 25px;
  height: 4px;
}
.texts-page button.owl-dot.active {
  background-color: #174860;
}
.texts-page .owl-nav  {
  position: absolute;
  top: calc(50% - 30px);
  width: 100%;
}
.texts-page .owl-nav button.owl-prev,
.texts-page .owl-nav button.owl-next {
  background-color: #174860;
  padding: 6px 3px !important;
}
.texts-page .owl-nav button.owl-next {
  float: right;
}
.texts-page .owl-thumbs {
  clear: both;
  overflow: hidden;
}
.texts-page .owl-thumb-item img {
  margin: 2px;
  float: left;
}

aside .accordion-button {
  text-transform: uppercase;
  padding: 24px 0 20px;
  color: #306680;
}
aside .accordion-body {
  padding: 0 0 20px 0;
}
aside .accordion-body .badge {
  font-weight: 400;
  font-size: 11px;
}
aside .accordion-body .badge:hover {
  color: var(--bs-yellow);
}
aside .accordion-button,
aside .accordion-button:not(.collapsed),
aside .accordion-header,
aside .accordion-item {
  background-color: #F7F7F7;
}
aside .last-articles a {
  color: #B09987;
}
aside .last-articles a:hover, aside .last-articles a:focus {
  color: #306680;
}
aside .legal-menu {
  padding: 0;
  list-style-type: none;
}
aside .legal-menu .active a,
aside .accordion-body .active a {
  color: #B09987;
}


/* other pages carousels */
.pages-carousel {
  width: 140%;
}
.pages-carousel .owl-nav {
  position: absolute;
  top: -50px;
  right: 30%;
}
.pages-carousel .cat-image-thumb {
  height: 170px;
}
.pages-carousel .owl-nav button,
.testimonial-carousel .owl-nav button {
  margin: 0 8px;
}

.owl-article button.owl-dot {
  background-color: #c5d1d7;
  margin: 5px;
  width: 25px;
  height: 4px;
}
.owl-article button.owl-dot.active {
  background-color: #174860;
}






/* -- OTHER PAGES --------------------------------------- */

/* Dormi a 5 stelle */
.bg-video-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bg-video-hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bg-video-hero .container {
  position: relative;
  z-index: 2;
}
.bg-video-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #213842;
  opacity: 0.3;
  z-index: 1;
}
.bg-video-hero .video-modal-btn {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.page-sub-nav li a:hover, .page-sub-nav li a:focus {
  color: #174860;
}
.page-sub-nav li a.active,
.page-sub-nav li a:focus  {
  font-weight: 700;
}

.image-half-block-right,
.image-half-block-left,
.image-third-block-right {
  height: 270px;
  width: 100%;
}

.testimonial-carousel .owl-nav {
  text-align: right;
}

.owl-autowidth .cat-image-thumb {
  height: 350px;
}


/* Innovazioni e tecnologie */
.bg-innovation-banner {
  background-image: url('../../img/pages/bg-innovation-banner.jpg');
}

.comfort-tech-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 30px);
  width: 100%;
}
.comfort-tech-carousel .owl-nav button.owl-prev {
  float: left;
}
.comfort-tech-carousel .owl-nav button.owl-next {
  float: right;
}
.tech-comforts .owl-thumbs {
  max-width: 500px;
  margin: 0 auto;
}
.tech-comforts .owl-thumbs .owl-thumb-item {
  position: relative;
  width: 20%;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 2%;
  cursor: pointer;
}
.tech-comforts .owl-thumbs .owl-thumb-item img{
  position: relative;
  z-index: 2;
  padding: 8px 10px;
}
.tech-comforts .owl-thumbs .owl-thumb-item .img-wrap {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 5px;
  -moz-transition: all 0.3s ease; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;
}
.tech-comforts .owl-thumbs .owl-thumb-item.active .img-wrap {
  background-color: #E4E4E4;
}
.tech-comforts .owl-thumbs .owl-thumb-item.active span {
  font-weight: 700;
  color: #213842;
}

.with-bg-gray-stripe-top {
  position: relative;
  overflow: hidden;
}
.with-bg-gray-stripe-top .container {
  position: relative;
  z-index: 2;
}
.with-bg-gray-stripe-top::after {
  content: '';
  position: absolute;
  top:0;
  width: 100%;
  height: 50%;
  background-color: #F7F7F7;
}

.with-bg-img-stripe-top {
  position: relative;
  overflow: hidden;
}
.with-bg-img-stripe-top .container {
  position: relative;
  z-index: 2;
}
.with-bg-img-stripe-top .bg-image {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80%;
}

.stripe-bottom .bg-image {
  height: 70%;
  top: auto;
  bottom: 0;
}
.stripe-bottom {
  margin-top: 30px;
}

.lined-list li {
  position: relative;
  padding: 5px 30px 20px 70px;
}
.lined-list li::before {
  content: '';
  display: block;
  position: absolute;
  top:18px;
  left: 0;
  width: 43px;
  height: 1px;
  background-color: #B09987;
}

.rounded-checked {
  padding: 15px 20px 15px 30px;
  border-color: #174860 !important;
  margin-bottom: 20px;
}
.rounded-checked .icons {
  flex: 0 0 25px;
}

.half-height-banner {
  background-position: top;
  background-size: 100% 75%;
}

.lastra-carousel button.owl-dot {
  background-color: #c5d1d7;
  margin: 4px;
  width: 27px;
  height: 4px;
}
.lastra-carousel button.owl-dot.active {
  background-color: #174860;
}
.lastra-carousel .owl-dots  {
  position: absolute;
  top: 245px;
  width: 100%;
  max-width: 1290px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.lastra-carousel .high-block {
  margin-top: -90px; min-height:90px;
}
.lastra-carousel .img-lavorazione {
  height: 200px;
}
.lastra-carousel-title {
  min-height:72px
}
.lastra-carousel .bolder {
  width: 90px;
  border-bottom: 1px solid #174860;
}


/* la nostra essenza */
.bg-about-banner {
  background-image: url('../../img/pages/bg-about-banner.jpg');
}

.mega-font {
  font-size: 68px;
  color: #e4e8e9;
  line-height: .8;
}

.bg-italy-banner {
  background-image: url('../../img/pages/bg-madeinitaly-banner.jpg');
  margin-top:-15px
}

.bg-tuscany-banner {
  background-image: url('../../img/pages/bg-tuscany-banner.jpg');
  margin-top:-15px
}
.bg-tuscany-banner .misaligned {
  margin: 80px 0 -30px;
}


/* sostenibilità */
.bg-sostenible-banner {
  background-image: url('../../img/bg-sustainable.jpg');
}

.years-tabs .nav-pills {
  border-bottom: 0;
}
.years-tabs .nav-pills .nav-link.active {
  background-color: #174860;
}
.years-tabs .nav-pills .nav-link {
  margin: 5px;
}
.years-tabs .nav-pills .nav-link {
  margin: 5px;
}
.years-tabs .owl-nav{
  max-width: 340px;
  margin: 0 auto;
}
.years-tabs .owl-dots{
  text-align: center;
  max-width: 300px;
}
.years-tabs .owl-nav button.owl-next {
  float: right;
}


/* certificazioni */
.bg-certifications-banner {
  background-image: url('../../img/pages/bg-certifications-banner.jpg');
}


/* Contacts */
.bg-contacts-banner {
  background-image: url('../../img/pages/bg-contacts-banner.jpg');
}

#giglio {
  position: absolute;
  top: -25px;
}

.contact-actions .box-action {
  min-height: 220px;
  cursor: pointer;
  position: relative;
  margin-bottom: 30px;
}
.contact-actions .box-action p {
  font-size: 15px;
}
.contact-actions .box-action .top-icon {
  width: 45px;
  height: 45px;
  margin-bottom: 20px;
}
.contact-actions .box-action .bot-icon {
  background-color: #174860;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 18px);
  width: 36px;
  height: 36px;
  padding: 5px;
  border-radius: 50%;
  -moz-transition: all 0.3s; transition:all 0.3s; -webkit-transition:all 0.3s;
}
.contact-actions .box-action:hover .bot-icon {
  background-color: #B09987;
}




/* il materasso perfetto */
.survey-section {
  min-height: calc(100vh - 60px) !important;
}
.survey-form .form-header {
  min-width: 280px;
  margin-top: -30px;
}
.survey-form .form-header .stepIndicator {
  position: relative;
  flex: 1;
}
.survey-form .form-header .stepIndicator::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 9;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}
.survey-form .form-header .stepIndicator.active::before {
  width: 13px;
  height: 13px;
  bottom: -3px;
}
.survey-form .form-header .stepIndicator.finish::before {
  background-color: #009688;
  border: 3px solid #b7e1dd;
}
.survey-form .form-header .stepIndicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.survey-form .form-header .stepIndicator:last-child:after {
  display: none;
}
.survey-form input[type="text"],
.survey-form input[type="number"] {
  padding: 2px 10px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: var(--bs-border-radius-pill)!important;
  width: 93px;
  background-color: transparent;
  color: #fff;
}
.survey-form input[type="checkbox"] {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
}
.survey-form input[type="checkbox"]:checked {
  background-color: #5799B9;
}
.survey-form input.invalid {
  border: 1px solid red;
}
.survey-form .form-label {
  font-weight: 600;
}
.survey-form .form-label,
.survey-form .form-check-label {
  text-transform: uppercase;
  font-size: 15px;
  padding-top: 4px;
}
.survey-form .form-label .small {
  font-size: 9px;
}
.survey-form .btn-group label{
  border-top: 0;
  border-bottom: 0;
  padding: 5px 9px;
}
.survey-form .step-4 label strong,
.survey-form .step-5 label {
  text-transform: none;
}

.survey-form .btn-check:checked+.btn {
  background-color: #3489af;
  color: #fff;
  outline: none;
  box-shadow: none;
}
.survey-form #nextBtn:focus,
.survey-form #nextBtn:hover,
.survey-form .back-btn:focus,
.survey-form .back-btn:hover,
.survey-form #nextBtn.active,
.survey-form .back-btn.active {
  background-color: transparent;
  color: #fff;
}

.survey-form .head-col {
  font-size: 12px;
  font-weight: 700;
  max-width: 220px;
  color: #9fcee3;
  letter-spacing: .09em;
}
.survey-form .question-step {
  opacity:0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out;
}
.survey-form .question-step.visible {
  visibility: visible;
  opacity:1;
  height: auto;
  overflow: auto;
}
.survey-form .question-step .col-xl-4 .d-flex {
  max-width: 220px;
}

.survey-form .btn .icons {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: -3px;
}
.survey-form .back-btn{
  color: #fff;
  font-size: 11px;
  padding: 12px 0 !important;
  border: none;
}
.survey-form .back-btn .icons {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.survey-form .input-number,
.survey-form .thermoWrap {
  width: calc(100% - 66px) !important;
  height: 28px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.survey-form .thermoWrap {
  overflow: hidden;
  z-index: 2;
  border: 1px solid #fff;
  background-color: #19455a;
  border-radius: var(--bs-border-radius-pill)!important;
}
.survey-form .thermoWrap::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../../img/quest/bg-thermo.svg');
  background-position: center;
}
.survey-form .thermo-bar {
  display: block;
  height: 26px;
  width: 20%;
  box-sizing: content-box;
  border-radius: var(--bs-border-radius-pill)!important;
  background: #5799B9;
}
.survey-form .thermo-bar.bg-blue {
  background: #5799B9;
}
.survey-form .thermo-bar.bg-gray {
  background: #87a6b5;
}
.survey-form .thermo-bar.bg-red {
  background: #C21824;
}
.survey-form .thermo-text {
  font-size: 14px;
  min-height: 42px;
  max-width: 150px;
}
.survey-form .hot-text,
.survey-form .cold-text,
.survey-form .very-hot-text,
.survey-form .normal-thermo-text {
  display: none;
}
.survey-form .plus-minus-btn .btn-number {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
}
.survey-form .plus-minus-btn .btn-number.minus {
  line-height: 24px;
}

.survey-form .radio-image-button {
  margin: 0 10px;
}
.survey-form .radio-image-button label {
  color: #fff;
  font-weight: 700;
  display: block;
}
.survey-form .radio-image-button .btn {
  width: 100%;
  padding: 90px 15px 15px;
  background-size: 90px 77px;
  background-position: center 6px;
  background-repeat: no-repeat;
  text-transform: none;
  border: none;
}
.survey-form .radio-image-button .btn.baby-cot {
  background-image: url('../../img/quest/baby-cot.png');
}
.survey-form .radio-image-button .btn.baby-single {
  background-image: url('../../img/quest/baby-single.png');
}
.survey-form .radio-image-button .btn.baby-double {
  background-image: url('../../img/quest/baby-double.png');
}








/* -- STORE LOCATOR -- */
.bg-stores-banner {
  background-image: url('../../img/pages/bg-stores-banner.jpg');
}

#store-locator {
    width: 100%;
    height: 100%;
    position: relative
}
#store-locator.loading .map,
#store-locator.loading .panel .stores-listing {
  opacity: .4;
  filter: alpha(opacity=40)
}

#store-locator .map {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 350px;
  opacity: 1;
  filter: alpha(opacity=100)
}

#store-locator .panel {
  z-index: 2;
  position: relative;
  left: 10px;
  top: 0;
  width: 300px;
  height: 100%;
  background: transparent;
  border: none
}

#store-locator .panel .panel-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

#store-locator .panel .scrollable {
  width: 100%;
  height: 100%;
  padding-bottom: 55px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative
}

#store-locator .panel .stores-search {
  width: 100%;
  height: 50px;
  position: relative;
  margin-top: 25px;
  margin-bottom: 20px;
}
#store-locator .panel .stores-search input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 45px;
  padding-right: 60px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #174860;
  background-image: url(../../img/icons/search.svg);
  background-size: 20px 20px;
  background-position: 15px center;
  background-repeat: no-repeat;
  font-size: 14px;
  z-index: 1
}

#store-locator .panel .stores-search input::placeholder {
  color: #174860;
  opacity: 1;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700
}
#store-locator .panel .stores-search input:-ms-input-placeholder {
  color: #174860;
  opacity: 1;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700
}
#store-locator .panel .stores-search input::-ms-input-placeholder {
  color: #174860;
  opacity: 1;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

#store-locator .panel .stores-search a.geolocate-btn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0;
  font-size: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid #174860;
  background: transparent url(../../img/icons/geo-btn.svg) no-repeat center center;
  background-size: 18px 18px;
  z-index: 2;
}
#store-locator .panel .stores-search a.geolocate-btn.disabled {
  cursor: default
}

#store-locator .panel .stores-listing,
#store-locator .panel .store-details,
#store-locator .panel .store-locator-filters {
  height: calc(100% - 120px);
}

#store-locator .panel .stores-listing {
  width: 100%;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  background: #fff;
}

#store-locator .panel .stores-listing:before,
#store-locator .panel .stores-listing:after {
  content: " ";
  display: table
}

#store-locator .panel .stores-listing:after {
  clear: both
}

#store-locator .panel .stores-listing .stores-listing-header {
  background: #174860;
  padding-top: 13px;
  position: relative;
  width: 100%;
  height: 50px;
}

#store-locator .panel .stores-listing .stores-listing-header span,
#store-locator .panel .stores-listing .stores-listing-header a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    height: 24px;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px
}

#store-locator .panel .stores-listing .stores-listing-header a.toggle-filters {
  display: inline-block;
  height: 24px;
  background: transparent url(../../img/icons/ic-filter-24-white.svg) no-repeat 100% 50%;
  background-size: 24px 24px;
  padding-right: 30px;
  text-decoration: none !important;
  -webkit-transition: opacity, 0.2s;
  -o-transition: opacity, 0.2s;
  transition: opacity, 0.2s
}

#store-locator .panel .stores-listing .stores-listing-header a.toggle-filters.active {
  background: transparent url(../../img/icons/ic-filter-on-24-white.svg) no-repeat 100% 50%
}

#store-locator .panel .stores-listing .stores-listing-header a.toggle-filters:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none !important
}

#store-locator .panel .stores-listing .store {
  background: #fff;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 11px 15px 15px 5px;
  margin: 0 10px;
  -webkit-transition: background-color, 0.1s;
  -o-transition: background-color, 0.1s;
  transition: background-color, 0.1s
}

#store-locator .panel .stores-listing .store:before,
#store-locator .panel .stores-listing .store:after {
  content: " ";
  display: table
}
#store-locator .panel .stores-listing .store:after {
  clear: both
}
#store-locator .panel .stores-listing .store:hover {
  background: #f7f7f7;
}

#store-locator .panel .store-icon {
  position: relative;
  float: left;
  width: 20px;
  background-image: none;
}

#store-locator .panel .stores-listing .store .store-info {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  min-height: 1px;
}

#store-locator .panel .stores-listing .store .store-info h4 {
  margin: 7px 0 0;
  padding: 0;
  color: #B09987;
  text-transform: uppercase;
  font-weight: 400 !important;
  font-size: 11px !important;
}

#store-locator .panel .stores-listing .store .store-info h3 {
  margin: 4px 0;
  padding-right: 25px;
  font-size: 15px !important;
  position: relative;
}
#store-locator .panel .stores-listing .store .store-info h3::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  right: 0;
  background: #174860 url(../../img/icons/arrow-right-white.svg) no-repeat center center;
  border-radius: 50%;
}

#store-locator .panel .stores-listing .store .store-info p {
  color: #174860;
  margin: 0;
  padding: 0 70px 0 0;
  font-size: 10px;
}

#store-locator .panel .stores-listing .store .store-distance {
  position: absolute;
  right: 15px;
  bottom: 14px;
  padding-bottom: 0;
  color: #8C8C8C;
}
#store-locator .panel .stores-listing .store .store-distance p {
  margin-bottom: 0;
  font-size: 11px;
}

#store-locator .panel .store-details {
  width: 100%;
  position: absolute;
  left: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  background: #fff;
  -webkit-transition: left, 0.25s;
  -o-transition: left, 0.25s;
  transition: left, 0.25s
}

#store-locator .panel .store-details .logo-stores-default {
  margin: 10px 0 0 11%;
}

#store-locator .panel .store-details:before,
#store-locator .panel .store-details:after {
  content: " ";
  display: table
}
#store-locator .panel .store-details:after {
  clear: both
}
#store-locator .panel .store-details.active {
  left: 0
}

#store-locator .panel .store-details .store-details-header {
  background: #174860;
  padding-top: 13px;
  position: relative;
  width: 100%;
  height: 50px;
}

#store-locator .panel .store-details .store-details-header span,
#store-locator .panel .store-details .store-details-header a {
  color: #fff;
  font-size: 14px;
  height: 24px;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 24px
}

#store-locator .panel .store-details .store-details-item {
  position: relative;
}
#store-locator .panel .store-details .store-name {
  display: block;
  margin-bottom:15px;
  color: #174860;
  font-size: 18px;
}
#store-locator .panel .store-details .store-details-item p {
  font-size: 12px;
  color: #174860;
}
#store-locator .panel .store-details .store-details-item p a {
  text-decoration: underline;
}

#store-locator .panel .store-details .store-details-item a.get-directions {
    display: block;
    width: 24px;
    height: 24px;
    background: transparent url(../../img/icons/get-direction.svg) no-repeat 0 0;
    background-size: 24px 24px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transition: opacity, 0.1s;
    -o-transition: opacity, 0.1s;
    transition: opacity, 0.1s
}

#store-locator .panel .store-details .store-details-item a.get-directions:hover {
  opacity: .9;
  filter: alpha(opacity=90)
}

#store-locator .panel .store-locator-filters {
  width: 100%;
  position: absolute;
  left: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
  background: #fff;
  -webkit-transition: left, 0.25s;
  -o-transition: left, 0.25s;
  transition: left, 0.25s
}

#store-locator .panel .store-locator-filters:before,
#store-locator .panel .store-locator-filters:after {
  content: " ";
  display: table
}
#store-locator .panel .store-locator-filters:after {
  clear: both
}
#store-locator .panel .store-locator-filters.active {
  left: 0
}

#store-locator .panel .store-locator-filters .filters-header {
  background: #174860;
  padding-top: 13px;
  position: relative;
  width: 100%;
  height: 50px;
}
#store-locator .panel .store-locator-filters .filters-header span,
#store-locator .panel .store-locator-filters .filters-header a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  height: 24px;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 24px
}

#store-locator .panel .store-locator-filters .filters-header a.toggle-filters,
#store-locator .panel .store-details .store-details-header a.toggle-store-details {
  display: inline-block;
  height: 22px;
  background: transparent url(../../img/icons/ic-close-24-white.svg) no-repeat 100% 50%;
  background-size: 22px 22px;
  padding-right: 32px;
  margin-right: 1px;
  -webkit-transition: opacity, 0.2s;
  -o-transition: opacity, 0.2s;
  transition: opacity, 0.2s
}

#store-locator .panel .store-locator-filters .filters-header a.toggle-filters:hover,
#store-locator .panel .store-details .store-details-header a.toggle-store-details:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

#store-locator .panel .store-locator-filters .filters {
  padding-bottom: 55px;
}
#store-locator .panel .store-locator-filters .filter {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid rgba(71, 71, 73, 0.2);
  font-size: 15px;
}
#store-locator .panel .store-locator-filters .filter .checkbox-as-radio{
  margin-top: 13px;
}
#store-locator .panel .store-locator-filters .filter.enabled {
  color: #174860;
}


#store-locator .panel .store-locator-filters .filter .img-responsive {
  display: inline-block;
  max-width: 32px
}

#store-locator .panel .store-locator-filters .filter.disabled {
  opacity: .5;
  filter: alpha(opacity=50)
}
#store-locator .panel .store-locator-filters .filters-btn {
  position: absolute;
  background-color: #fff;
  padding: 13px 15px;
  bottom: 0;
}
#store-locator .panel .store-locator-filters .filters-btn .btn {
  padding: 5px 20px
}

#store-locator .loading {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7)
}
#store-locator .loading:after {
  content: "";
  display: block;
  border: 5px solid rgba(134, 129, 112, 0.2);
  border-top: 5px solid #474749;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px
}


/* -- single store page -- */
.store-banner {
  background-position: top;
  background-blend-mode: multiply;
}
.store-banner .container {
  position: relative;
  z-index: 3;
}
.store-banner::after {
  position: absolute;
  top:0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(23,72,96,.5);
}

.instore-tabs .nav-pills .nav-link {
  padding: 0 10px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
  background-color: #fff;
}
.instore-tabs .nav-pills .nav-link span {
  display: block;
  padding: 5px;
  margin-top: 5px;
  border: 1px solid #174860;
}
.instore-tabs .nav-pills .nav-link.active span,
.instore-tabs .nav-pills .nav-link:hover span {
  color: #fff;
  background-color: #174860;
}

.instore-tabs .tab-content {
  margin-top: 10px;
  overflow: hidden;
}
.instore-tabs .tab-content .instore-list {
  color: #174860;
}
.instore-tabs .tab-content .instore-list .h5 {
  font-size: 19px !important;
  font-weight: 700;
  display: block;
  margin: 20px 0 8px;
}
.instore-tabs .tab-content .instore-list ul {
  font-size: 15px;
  list-style-type: none;
  padding-left: 0;
  min-height: 70px;
}

.single-store-details p {
  font-size: 12px;
  color: #174860;
}
.single-store-details p a {
  text-decoration: underline;
  font-weight: 700;
}
.single-store-map iframe {
  width: 100%;
  height: 350px;
  border: 0;
}













/* -- CATEGORY --------------------------------------- */

/* filters */
.compare-link {
  position: fixed;
  bottom: 40px;
  z-index: 1010;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease; transition:all 0.5s ease; -webkit-transition:all 0.5s ease;
}
.compare-link.active {
  bottom: 55px;
  display: block;
  visibility: visible;
  opacity: 1;
}

.single-double {
  padding: 0 30px;
}
.single-double .form-check-input {
  width: 45px;
  height: 21px;
  margin: 2px;
}
.single-double label {
  position: absolute;
  left: 5px;
  width: 130px;
  cursor: pointer;
}
.single-double.form-switch input[type="checkbox"]+label i:last-child {
  margin-left: 48px;
}
.single-double.form-switch input[type="checkbox"]+label i:first-child,
.single-double.form-switch input[type="checkbox"]:checked+label i:last-child  {
  opacity: 1;
}
.single-double.form-switch input[type="checkbox"]:checked+label i:first-child,
.single-double.form-switch input[type="checkbox"]+label i:last-child {
  opacity: 0.4;
}

/* products list */
.products-list .product-item .product-data {
  font-size: 12px;
}
.products-list .product-item .product-data p {
  margin: 10px 0;
  padding: 8px 2px 0;
  overflow: hidden;
}
.products-list .product-item .product-data p.product-attributes,
.products-list .product-item .product-data p.product-short-desk {
  min-height: 90px;
}
.products-list .product-item .product-data .price .text-danger {
  padding: 0 5px;
}
.products-list .product-item .product-data .price .text-decoration-line-through {
  font-weight: 400;
}
.products-list .reviews img {
  width: auto;
}
.products-list .icons {
  width: 15px;
  height: 15px;
}
.products-list .product-item .product-actions .form-check-input {
  width: 18px;
  height: 18px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  cursor: pointer;
  border-color: #174860;
  outline: none;
  box-shadow: none;
}
.products-list .product-item .product-actions .form-check-input::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-radius: 50%;
}
.products-list .product-item .product-actions .form-check-input:checked {
  background-color: #fff;
}
.products-list .product-item .product-actions .form-check-input:checked::before {
  background-color: #B09987;
}
.products-list .product-item .product-actions .form-check-label {
  font-size: 10px;
  padding: 4px 0 0 7px;
}

.product-data .dots-attr {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  padding: 4px 3px 2px 18px;
  text-transform: uppercase;
  font-size: 11px;
}
.product-data .dots-attr::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.dots-attr::before {
  background-color: #8C8C8C;
}
.dots-attr.medium-firm::before {
  background-color: #5799B9;
}
.dots-attr.medium-soft::before {
  background-color: #D09467;
}
.dots-attr.soft::before {
  background-color: #B09987;
}
.dots-attr.firm::before {
  background-color: #174860;
}
.dots-attr.green::before {
  background-color: #089D04;
}
.dots-attr.danger::before {
  background-color: var(--bs-danger);
}



/* promo list */
.promo-list .promo-item h3,
.promo-list .promo-item p {
  max-width: 470px;
}







/* -- PRODUCT PAGE --------------------------------------- */

.product-left-col {
  position: relative;
  overflow: hidden;
}

.owl-product {
  /*height: calc(100% - 50px);*/
  height: calc(100%);
}
.product-left-col,
.owl-product .owl-stage-outer,
.owl-product .owl-stage,
.owl-product .owl-item,
.owl-product .item {
  height: 100%;
}
.owl-product .item img {
  height: 100%;
  min-height: 355px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-left-col .promo_label + .owl-thumbs
{
  top: 50px;
}

.product-left-col .owl-thumbs {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 45px;
  z-index: 2;
}
.product-left-col .owl-thumbs .owl-thumb-item {
  display: block;
  cursor: pointer;
  margin-bottom: 9px;
}
.product-left-col .owl-thumbs .owl-thumb-item:hover {
  opacity: .7;
}
.product-left-col .owl-thumbs .owl-thumb-item.active {
  border: 1px solid #174860;
}

.product-menu-bottom .dropdown-menu {
  top: 60px !important;
  width: 100%;
  overflow: scroll;
}
.product-menu-bottom .dropdown-menu .close-bar {
  height: 28px;
}
.product-menu-bottom .dropdown-menu .close-bar .dropdown-close {
  float: right;
  margin-top: 3px;
}


.product-menu-bottom .dropdown-menu .tab-carousel .owl-stage {
  display: flex;
  padding-left: 0 !important;
}
.product-menu-bottom .dropdown-menu .tab-carousel .owl-item,
.product-menu-bottom .dropdown-menu .tab-carousel .item,
.product-menu-bottom .dropdown-menu .tab-carousel .product-item {
  display: flex;
  width: 100%;
}
.product-menu-bottom .dropdown-menu .tab-carousel .product-item {
  flex-direction: column;
}
.product-menu-bottom .dropdown-menu .tab-carousel .item {
  padding: 0 10px;
}
.product-menu-bottom .dropdown-menu .tab-carousel .owl-item {
  border-left: 1px solid #174860;
}
.product-menu-bottom .dropdown-menu .tab-carousel .owl-item:first-of-type {
  border-left: none;
}
.product-menu-bottom .dropdown-menu .tab-carousel .item .product-title {
  margin-bottom: 0;
  min-height: 32px;
}
.product-menu-bottom .dropdown-menu .tab-carousel .owl-nav {
  position: absolute;
  top: -35px;
  right: 65px;
}
.product-menu-bottom .dropdown-menu .tab-carousel .owl-nav .owl-next {
  margin-left: 20px;
}
.product-menu-bottom .dropdown-menu .product-data .dots-attr {
  width: 100%;
  float: none;
}
.product-menu-bottom .dropdown-menu .label-attributes{
  position: absolute;
  top:2px;
  right: 2px;
  text-align: right;
}
.product-menu-bottom .dropdown-menu .label-attributes .dots-attr {
  position: relative;
  display: inline-block;
  text-align: left;
  background-color: #fff;
  padding: 2px 10px 2px 20px;
  font-size: 14px;
  border-radius: var(--bs-border-radius-pill)!important;
  border: 1px solid #eaeaea;
}
.product-menu-bottom .dropdown-menu .label-attributes .dots-attr::before {
  position: absolute;
  left: 5px;
  top: 8px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.icons-attributes .icons-attr {
  width: 35px;
  height: 35px;
  display: block;
  float: right;
  background-color: #fff;
  background-size: 90% 90%;
  background-position: center;
  margin: 3px 2px 0 5px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.product-menu-bottom .dropdown-menu .btn-close {
  margin-right: 12px;
}


.product-menu-bottom .nav-pills {
  background-color: #fff;
}
.product-menu-bottom .nav-pills li {
  border: 1px solid #E4E4E4;
  font-size: 12px;
}
.product-menu-bottom .nav-pills .nav-link {
  text-transform: uppercase;
  padding: 15px 5px;
}
.product-menu-bottom .nav-pills .more-info-link {
  color: #8C8C8C;
  text-transform: none;
}
.product-menu-bottom .nav-pills .more-info-link.active {
  color: #174860;
}

.product-menu-bottom .nav-pills .nav-link.show {
  color: #fff;
  background-color: #174860;
}

.product-menu-bottom .products-list .product-data .product-short-desk strong {
  font-weight: 700 !important;
}
.product-menu-bottom .products-list .btn {
  font-size: 10px;
}

.product-right-col .alt-col-pad {
  overflow: hidden;
  padding: 20px;
}
.product-right-col .product-title {
  margin: 15px 0 10px;
}
.product-right-col .accordion-button {
  padding: 0;
  color: #174860;
}
.product-right-col .accordion .accordion-button,
.product-right-col .size-choice .form-select,
.product-right-col .quantity-choice .text-uppercase {
  font-size: 13px;
  font-weight: 600;
}

.product-right-col .accordion .product-model {
  overflow: hidden;
}
.product-right-col .accordion .product-model .thumb-wrap {
  width: 24%;
  max-width: 65px;
}
.product-right-col .accordion .product-model .text-wrap {
  width: 75%;
  font-size: 9px;
  padding: 0 5px 0 10px;
}
.product-right-col .accordion .product-model .text-wrap .text-uppercase {
  line-height: 1.1;
  margin-top: 2px;
}
.product-right-col .accordion .product-model .text-wrap .price {
  margin: 2px 0 0;
  line-height: 1.4;
}
.product-right-col .accordion .product-model .text-wrap .price .text-danger {
  font-size: 12px;
  padding: 0 4px;
}
.product-right-col .accordion .product-model .thumb-wrap img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-right-col .accordion .models-accordion {
  overflow-y: scroll;
  max-height: 180px;
}
.product-right-col .accordion .product-model.selected {
  background-color: #e9eced;
  border-color: #174860 !important;
}
.product-right-col .accordion .accordion-button {
  padding-right: 10px;
}

.product-right-col .size-choice .form-select {
  border: 0;
  padding-left: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 18px 18px;
}
.product-right-col .size-choice .form-select:focus {
  box-shadow: none;
}
.product-right-col .size-choice .open-modal-sizes {
  font-size: 11px;
  color: #8C8C8C;
  margin-top: -2px;
  display: block;
  text-decoration: underline;
}

.sizes-row {
  margin-top: 30px;
  font-size: 11px;
}
.sizes-row .sub-title-sizes {
  margin:0;
}
.sizes-row .row {
  border-bottom: 1px solid #E4E4E4;
}
.sizes-row .row:last-of-type {
  border-bottom: none;
}

.sub-title-sizes span {
  right: auto;
  left: 0;
  padding-left: 0;
  padding-right: 25px;
  font-weight: 600;
}

.product-right-col .quantity-choice {
  margin-right: 10px;
}
.product-right-col .quantity-choice .w-50 {
  width: 70% !important
}
.product-right-col .quantity-choice .info-availability {
  text-transform: none;
  color: #8C8C8C;
  font-weight: 500;
  font-size: 9px;
}
.product-right-col .quantity-choice .info-availability span {
  display: block;
}

.product-right-col .total .total-price {
  font-size: 20px;
  font-weight: 600;
}
.product-right-col .total .total-price span {
  font-size: 10px;
  display: block;
  font-weight: 400;
}

.product-right-col .product-actions{
  padding-bottom: 10px !important
}

.product-right-col .legal-links {
  font-size: 9px;
  text-align: center;
  padding: 0 !important;
  margin: 10px 0 0 !important;
}
.product-right-col .legal-links a {
  position: relative;
  display: inline-block;
  color: #8C8C8C;
  text-decoration: underline;
  padding-right: 5px;
  padding-left: 2px;
}
.product-right-col .legal-links a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 10px;
  background-color: #8C8C8C;
}
.product-right-col .legal-links a:last-of-type {
  padding-right: 0;
}
.product-right-col .legal-links a:last-of-type::after {
  display: none;
}


.product-tabs .nav-pills {
  position: relative;
  z-index: 2;
  padding: 20px 15px 0 15px;
  border-bottom: 0;
  border-bottom: 2px solid #f7f7f7;
}
.product-tabs .nav-item .nav-link {
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
}
.product-tabs .nav-pills .nav-link.active {
  background-color: #fff;
  color: #174860;
  font-weight: 600;
}
.product-tabs .nav-item .nav-link span {
  display: inline-block;
  padding: 15px 10px;
  border-bottom: 3px solid #fff;
}
.product-tabs .nav-pills .nav-link.active span {
  border-bottom-color: #B09987;
}
.product-tabs .tab-pane {
  position: relative;
  overflow: hidden;
}
.product-tabs .tab-pane .letter {
  display: block;
  font-size: 25px;
  height: 36px;
  margin-bottom: 4px;
  position: relative;
}

.product-tabs .tab-pane h3{
  font-size: 25px !important;
  font-weight: 700 !important;
}
.product-tabs .tab-pane .small{
  font-size: 14px;
}
.product-tabs .tab-pane .small strong{
  font-weight: 700 !important;
}
.product-tabs .tab-pane .letter::after {
  content: '';
  position: absolute;
  display: block;
  left: 30px;
  top: 18px;
  height: 1px;
  width: 160px;
  background-color: #C9D2D4;
}
.product-tabs .tab-pane .tab-side-cover {
  height: 350px;
  overflow: hidden;
}
/*
.product-tabs .tab-pane .materials-list .col-xxl {
  max-width: 290px;
}
*/

.product-tabs .tab-pane .multicol {
  padding: 0;
  margin: 0;
  font-size: 13px;
}
.product-tabs .tab-pane .multicol li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  list-style-type: none;
  margin: 0;
  padding: 15px;
}

.testimonial-text {
  padding: 20px 15px;
  background-color: rgba(23,72,96,.7);
}
.testimonial-text .h3 {
  margin-bottom: 25px;
}
.testimonial-text hr {
  border-color: #fff;
}

.tech-sheet-table {
  font-size: 10px;
  max-width: 960px;
  margin: 0 auto;
}
.tech-sheet-table thead th{
  font-size: 12px;
  min-width: 120px;
}
.tech-sheet-table tbody th{
  font-size: 11px;
  text-transform: uppercase;
}
.tech-sheet-table .table-scope .btn {
  padding: 5px 20px;
  font-size: 10px;
}
.tech-sheet-table .table-scope .icons {
  width: 15px;
  height: 15px;
}
.table-action-full {
  position: relative;
  padding: 0 !important;
}
.table-action-full .btn {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  padding: 0 10px;
  vertical-align: middle;
  display: block;
  border: none !important;
}







/* -- CART & CHECKOUT   --------------------------------------- */

.checkout-nav ul {
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.checkout-nav ul::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  background-color: #E4E4E4;
}
.checkout-nav ul li {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 8px solid #fff;
  margin: 0 12px;
  background-color: #C9D2D4;
  color: #fff;
  border-radius: 50%;
  font-size: 15px;
  box-sizing: content-box;
  pointer-events: none;
}
.checkout-nav ul li.valid,
.checkout-nav ul li.active {
  background-color: #174860;
}
.checkout-nav ul li.valid {
  pointer-events: auto;
}
.checkout-nav ul li.active a {
  font-weight: 700;
  color: #77c2e3;
}
.checkout-nav ul li a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.checkout-nav ul li:first-child {
  margin-left: 0;
}
.checkout-nav ul li:last-child {
  margin-right: 0;
}

.cart-alert {
  max-width: 600px;
  margin: 0 auto;
}



/* -- Cart--- */
.cart-items-list .cart-list-header,
.cart-items-list .cart-item {
  overflow: hidden;
  font-size: 14px;
}
.cart-items-list .cart-item .product-name {
  font-size: 16px;
  line-height: 1.3;
}
.item-options {
  margin: 5px 0 5px 0;
  font-size: 12px;
}
.item-options span {
  display: inline-block;
  padding-right: 7px;
  margin: 0 4px 5px 0;
  border-right: 1px solid #174860;
}
.item-options span:last-child {
  border-right: 0
}

.update-cart {
  font-size: 10px;
  background-color: #B09987 !important;
  border-color: #B09987 !important;
  color: #fff !important;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.5s ease; transition:all 0.5s ease; -webkit-transition:all 0.5s ease;
}
.update-cart.visible {
  visibility: visible;
  opacity: 1;
}

.cart-resume {
  font-size: 14px;
  max-width: 300px;
  margin: 0 auto;
}

.cross-selling .owl-nav {
  display: none;
}



/* -- Checkout --- */
.checkout-header {
  max-width: 600px;
}
.secure-order {
  font-size: 11px;
  line-height: 1.2;
  width: 100px;
}

.checkout-wrap {
  max-width: 1100px;
}

.address-form label {
  color: #174860;
  font-size: 14px;
  font-weight: 700;
}
.address-form .shipping-method label {
  width: 100%;
}

.address-form label .icons {
  width: 15px;
  height: 15px;
  margin: -2px 0 0 5px;
}
.address-form .form-select {
  color: #8C8C8C;
}
.address-form .form-select[data-chosen] {
  color: #212529;
}
.legal-checkboxes .form-check-label {
  font-size: 12px;
  font-weight: 500;
  color: #8C8C8C;
}
.address-form .form-check label a {
  text-decoration: underline;
}
.address-form .form-text {
  font-size: 13px;
}
.address-form .small {
  font-size: 11px;
  font-weight: 500;
  color: #8C8C8C;
}

.checkout-resume {
  font-size: 14px;
}

.payment-method input[type=radio] {
  float: left;
  margin-left: -1.5em;
  margin-top: 0.25em;
    vertical-align: top;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.payment-method input[type=radio]:checked {
  background-color: #174860;
  border-color: #174860;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.payment-method label {
  width: 100%;
}
.payment-method img {
  max-width: 55px;
  margin-right: 5px;
}

.checkout-footer {
  font-size: 12px;
}
.checkout-footer .assistance-link {
  text-align: left;
  max-width: 110px;
  margin: 0 7px 10px 7px;
}
.checkout-footer .assistance-link .icons {
  width: 20px;
  height: 20px;
  margin: 3px 8px 0 0;
}





/* -- LOGIN & ACCOUNT --- */

aside .account-menu {
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 13px;
}
aside .account-menu .active a {
  font-weight: 700;
}

.account-data {
  font-size: 15px;
}
.account-data a:not(.btn) {
  color: #B09987;
}

.password-strength-meter {
  background-color: #f0f0f0;
  font-size: 12px;
  padding: 7px 10px;
  position: relative;
  z-index: 1;
}

.order-item {
  font-size: 13px;
}
.order-item a {
  text-decoration: underline;
}






/* -- SEARCH, FILTER & COMPARE PAGES --------------------------------------- */

.search-filters a.toggle-filters {
  display: block;
  margin: 0 auto;
  width: 80px;
  text-transform: uppercase;
  height: 24px;
  background: transparent url(../../img/icons/filter.svg) no-repeat 100% 50%;
  background-size: 24px 24px;
  padding-right: 30px;
  text-align: right;
  text-decoration: none !important;
  -webkit-transition: opacity, 0.2s;
  -o-transition: opacity, 0.2s;
  transition: opacity, 0.2s
}

.search-filters a.toggle-filters:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  text-decoration: none !important
}
.search-filters .accordion-button {
  text-transform: none;
  padding: 13px 0 12px !important;
  font-size: 13px;
}
.search-filters .accordion-body .form-check li {
  list-style-type: none;
  margin-bottom: 3px;
}
.search-filters .form-check-input{
  width: 16px;
  height: 16px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  cursor: pointer;
  border-color: #174860;
  outline: none;
  box-shadow: none;
}

.search-filters .form-check-input::before {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  border-radius: 50%;
}
.search-filters .form-check-input:checked {
  background-color: #fff;
}
.search-filters .form-check-input:checked::before {
  background-color: #B09987;
}
.search-filters .form-check-label{
  font-size: 11px;
}



/* Compare page */
.compare-carousel .owl-nav {
  width: 95%;
  text-align: right;
  position: absolute;
  top: 0;
}
.compare-carousel .cat-image-thumb {
  height: 100px;
}
.compare-carousel h3 {
  margin-bottom: 10px;
}
.compare-carousel .owl-nav button {
  margin: 0 8px;
}

.compare-list{
  padding-top: 60px;
}
.compare-list .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  padding: 15px;
}
.compare-list .reviews img {
  width: auto;
}
.compare-list .product-item .product-data {
  font-size: 11px;
}
.compare-list .product-item .product-data .h3 {
  min-height: 60px;
  display: block;
}
.compare-list .product-item .product-data p {
  margin: 9px 0;
  padding-top: 9px;
  overflow: hidden;
}
.compare-list .product-item .product-data p:first-of-type,
.compare-list .product-item .product-data p:last-of-type {
  min-height: 76px;
}
.compare-list .product-item .product-data p.border-top span.color-brand {
  text-transform: uppercase;
  display: block;
}
.compare-list .btn {
  padding: 5px 5px 5px 15px;
  font-size: 11px;
  max-width: 180px;
}
.compare-list .btn .text-decoration-line-through {
  font-weight: 400;
}
.compare-list .btn .icons {
  width: 15px;
  height: 15px;
}















/* -- FOOTER --------------------------------------- */

.footer {
  position: relative;
  z-index: 1029;
  line-height: 1.6;
  font-size: 11px;
}

.footer .h5 {
  margin-bottom: 25px;
}

.footer ul {
  list-style-type: none;
  padding: 0;
  text-transform: uppercase;
}
.footer ul li {
  margin-bottom: 15px;
  padding-right: 5px;
  line-height: 1.3;
}
.footer .footer-top-1 ul,
.footer .footer-top-2 ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.footer a {
  color: #fff;
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
}

.footer .newsletter-form input {
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.footer ::placeholder {
  color: #fff !important;
  text-transform: uppercase;
  opacity: 1;
  letter-spacing: .08em;
  font-size: 13px;
}
.footer ::-ms-input-placeholder {
  color: #fff !important;
}

.bottom-footer a {
  display: inline-block;
}
.bottom-footer a::after {
  content: ' | ';
  padding: 10px;
}
.bottom-footer a:last-of-type::after {
  display: none;
}
.bottom-footer a:hover, .footer a:focus {
  text-decoration: none;
}

.lang-dropdown-menu {
  background-color: #174860;
  padding: 5px;
  text-align: center;
  min-width: fit-content;
}

@media only screen and (min-width: 1280px) {
  .lang-dropdown-menu {
      transform: translate3d(3px,35px,0)!important;
  }
}

.dropdown-lang-item {
  min-width: 65px;
}

.dropdown-lang-item {
  border: 1px solid white;
  width: 50px;
}

.lang-item {
  margin-bottom: 5px;
}

.header-contact {
  display: flex;
  font-size: 11px;
  margin-left: 50px;
  text-transform: none;
}

.header-contact > table {
  flex: 1 1 330px;
}

@media (max-width: 1450px) {
  .header-contact {
    margin-left: 50px;
  }
}

@media (max-width: 640px) {
  .header-contact {
    display: none;
  }
}

strong, .h1, .h2, .h3, h1, h2, h3, h4, .h4 {
  font-weight: 600;
}

.product-structure-padding {
  padding: 50px 20px 20px 20px;
}

@media only screen and (min-width: 575px) {
  .product-structure-padding {
      padding-left:calc(8% - 10px);
      padding-right: 75px;
      padding-top: 50px
  }
}

@media only screen and (min-width: 768px) {
  .product-structure-padding {
      padding-left:calc(10% - 10px);
      padding-right: 75px;
      padding-top: 50px
  }
}

.product-structure {
  display: grid!important;
  column-gap: 50px!important
}

@media only screen and (min-width: 768px) {
  .product-structure {
      grid-template-columns:1fr 1fr!important
  }
}

.main-image-container {
  /* height: calc(100vh - 118px);
  max-height: 850px;
  */
  overflow: hidden;
  position: relative;
}

@media (max-width: 640px) {
  .main-image-container {
    height: auto;
    max-height: none;
  }
}

.main-image-container img {
  /*
  height: 100%;
  object-fit: cover;
  */
  object-fit: contain;
}

.main-image-text {
  bottom: 21%;
  max-width: 590px;
  position: absolute;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: absolute;
  right: 15%;
}

@media (max-width: 640px) {
  .main-image-text {
    left: 5%;
    right: 1%;
    bottom: 5%;
  }

  .main-image-text .btn-lg {
  padding: 9px 22px;
  }
}

.main-image-text h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 20px;
}


@media (max-width: 640px) {
  .main-image-text h2 {
    font-size: 20px;
  margin-bottom: 10px;
  }
}

.list-unstyled li {
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-list.list-unstyled li {
  margin-left: 0;
  margin-right: 0;
}

.navbar-toggler {
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 991px) {
  .main-nav .main-menu {
    justify-content: flex-end;
  }
}

.cookie-box {
  background: rgba(0,0,0,0.75);
  left: 0; bottom: 0;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
}

.cookie-box .content {
  padding-right: 240px;
  position: relative;
}

@media (max-width: 1100px) {
  .cookie-box .content {
    padding: 0 30px;
  }
}

.cookie-box p {
  color: white;
  line-height: 14px;
  font-size: 0.75rem;
}

@media (max-width: 1100px) {
  .cookie-box p {
    margin-bottom: 20px;
  }
}

.cookie-box a {
  color: white;
  text-decoration: underline;
}
.cookie-box a:hover {
  text-decoration: none;
}
.cookie-box .btn.close {
  box-shadow: none;
  color: white;
  opacity: 1;
  position: absolute;
  right: 5px; top: 5px;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .cookie-box .btn.yes,
  .cookie-box .btn.no {
    position: static;
  }
}

.cookie-box .btn.yes i,
.cookie-box .btn.no i {
  color: #deaf25;
  font-size: 18px;
  margin-top: -4px;
  vertical-align: middle;
}
.cookie-box .btn.yes {
  top: 0;
}
.cookie-box .btn.no {
  top: 35px;
}


.bg-contact-bottom {
  background-image: url(../../img/pages/bg-contact-bottom.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 410px;
}

@media (max-width: 640px) {
  .product-page-carousel.owl-product .item img {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .padded-section--index-page-first {
    padding-top: 45px;
  }
}

/* COOKIE */

.cookie-backdrop
{
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: rgba(0,0,0,0.3);
}

.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch > input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch > span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #b3b3b3;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch > span:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:not(:disabled):checked + span {
  background-color: #000;
}

input:not(:disabled):focus + span {
  box-shadow: 0 0 1px #000;
}

input:checked + span:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.cookie-box2
{
  background-color: #fff;
  max-width: 770px;
}

.cookie-box2 > h1
{
  font-family: Roboto,'Montserrat', sans-serif;
  color: #fff;
  background-color: #174860;
  text-align: center;
  font-weight: bold !important;
  font-size: 16px !important;
  padding: 24px 16px;
}

.cookie-box2 > div
{
  padding: 33px;
}

.cookie-box2 .m-16
{
  margin-right: 16px;
}

.cookie-box2 .m-8
{
  margin-right: 8px;
}

.cookie-box2 > div > p
{
  font-family: Roboto,'Montserrat', sans-serif;
  text-align: justify;
  font-size: 12px !important;
}

#cookie-switchgroup
{
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 32px 0;
}

#cookie-switchgroup > div
{
  min-width: 150px;
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 14px;
}

#cookie-buttongroup1, #cookie-buttongroup2
{
  display: flex;
  justify-content: end;
}

.cookie-box2 .btn-secondary
{
  color: #fff;
  background-color: #000;
}

.cookie-box2 .btn {
  font-family: Roboto,'Montserrat', sans-serif;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}
.cookie-box2 .btn-default {
	color: #333;
	background-color: #e5e5e5;
	border-color: #b3b3b3;
}

#cookie-button3
{
 border: 2px solid #000 !important;
}

.overflow-hidden { overflow: hidden !important; }

@media (max-width: 640px) {
  .cookie-box2 {
    overflow-y: auto;
    max-height: 100%;
  }
  #cookie-switchgroup {
    flex-direction: column;
  }
  #cookie-switchgroup > div {
    justify-content: left;
    margin-bottom: 5px;
  }
  #cookie-buttongroup1, #cookie-buttongroup2 {
    flex-direction: column;
    justify-content: left;
  }
  #cookie-buttongroup1 > div, #cookie-buttongroup2 > div {
    width: 100%;
    margin-bottom: 5px;
  }

}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.cart-container:not(.order-data) .order-data-list,
.cart-container:not(.order-data) > .row div.h2:last-child {
  display: none !important;
}

.cart-container.order-data #div_add_coupon,
.cart-container.order-data #div_remove_coupon,
.cart-container.order-data .cart-button,
.cart-container.order-data .cart-items-list,
.cart-container.order-data > .row div.h2:first-child {
  display: none !important;
}

form:has(#icheck-0:checked) .col-lg-8:has(#form-company-name),
form:has(#icheck-0:checked) .col-lg-4:has(#form-taxno),
form:has(#icheck-1:checked) .col-lg-12:has(#form-individual-name) {
    display: none !important;
}