@import "hamburgers.css";

/* Variables */

:root {
  --primaryColor: #2b2b2b;
  --accentColor: #194185;
  --lightColor: #fff;
  --categoryGray: #858585;
  --darkGray: #757575;
}

/* Generic */

body {
  font-family: "Libre Franklin", sans-serif;
}

::placeholder {
  color: var(--primaryColor) !important;
  opacity: 1 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--primaryColor) !important;
  opacity: 1 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--primaryColor) !important;
  opacity: 1;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}

.page-index #wrapper .container {
  width: 100%;
  padding: 0;
}

.containerBoxed {
  margin-left: auto;
  margin-right: auto;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature {
  box-shadow: none;
  margin-bottom: 0;
}

.page-category .categoryBanner_title {
  font-size: 64px;
}

.category-depth-level-3.page-category .categoryBanner_title,
.category-depth-level-4.page-category .categoryBanner_title {
  font-size: 40px;
}

.page-category .swiper-slide,
#new-products .swiper-slide,
#prices-drop .swiper-slide,
#search .swiper-slide {
  margin-bottom: 1.563rem;
}

.page-category .product-miniature,
.page-prices-drop .product-miniature,
.page-new-products .product-miniature {
  margin-bottom: 0 !important;
}

.page-cms .row > div {
  padding: 0 15px;
}

.slider-sale-text {
   font-size: 32px;
   color: #fff;
   text-transform: uppercase;
   margin-bottom: 70px;
   font-weight: 100;
   border-bottom: 1px solid #fff;
   display: inline-block;
   padding-bottom: 10px;
 }
.slider-text-heading {
  font-size: 74px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: bold;
}
.slider-bottom-text {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 200;
}
.slider-link-button {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 18rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  border: 1px solid #fff;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .slider-link-button {
    font-size: 15px;
    height: 3rem;
    width: 15rem;
  }
  .slider-bottom-text {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .slider-text-heading {
    font-size: 60px;
    margin-bottom: 30px;
  }
  .slider-sale-text {
    font-size: 26px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 992px) {
  .slider-link-button {
    font-size: 15px;
    height: 3rem;
    width: 12rem;
  }
  .slider-bottom-text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .slider-text-heading {
    font-size: 32px;
    margin-bottom: 7px;
  }
  .slider-sale-text {
    font-size: 18px;
    padding-bottom: 2px;
    margin-bottom: 12px;
  }
  #layerslider_2 {
    max-height: 780px;
    overflow: hidden;
  }
  #layerslider_2 .ls-wrapper,
  #layerslider_2 .ls-layers {
    position: relative !important;
    height: auto !important;
  }
  #layerslider_2.ls-v6 .ls-bottom-nav-wrapper {
    top: -20px;
  }
}

/* body .customerReview {
  display: none !important;
} */

@media (min-width: 576px) {
  .containerBoxed {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .containerBoxed {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  .containerBoxed {
    width: 960px;
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .product-miniature:hover .add-product-to-comparison {
    right: 90px;
  }
  .categoryBanner_window {
    max-width: 75%;
  }
  .page-category .categoryBanner_title {
    font-size: 48px;
  }
  .comparison-item .add-to-cart {
    padding: 1rem !important;
  }
  #prices-drop .product-miniature .thumbnail-container .product-thumbnail img,
  #new-products .product-miniature .thumbnail-container .product-thumbnail img,
  #search .product-miniature .thumbnail-container .product-thumbnail img {
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .containerBoxed {
    width: 1300px;
    max-width: 100%;
  }
}

.easywishlist-action-buttons path {
  fill: #000;
}

.easywishlist-action-buttons svg {
  margin-right: 0;
}

.easywishlist-action-buttons > * {
  margin-right: 0.5rem;
}

.add-product-to-comparison {
  border: none;
  background: transparent;
}

.page-authentication .register-form #head {
  display: none;
}

.header-nav .compare-products-count {
  display: none;
}

.custom-checkbox em {
  padding-left: 1.5rem;
  display: inline-block;
}

.custom-checkbox label {
  color: var(--darkGray);
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.cartMiniature {
  fill: #fff;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
}

.btn-primary:hover .cartMiniature {
  fill: var(--accentColor);
  transition: all 0.3s ease-in-out;
}

.product-miniature {
  width: 100%;
  height: 100%;
}

.product-miniature .product-flag.new{
  display: none;
}

#products .thumbnail-container.has-reviews:hover .highlighted-informations,
#products .thumbnail-container.has-reviews:focus .highlighted-informations,
.featured-products .thumbnail-container.has-reviews:hover .highlighted-informations,
.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations,
.product-accessories .thumbnail-container.has-reviews:hover .highlighted-informations,
.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations,
.product-miniature .thumbnail-container.has-reviews:hover .highlighted-informations,
.product-miniature .thumbnail-container.has-reviews:focus .highlighted-informations {
  height: auto;
}

#products .thumbnail-container.has-reviews:hover .highlighted-informations .variant-links,
#products .thumbnail-container.has-reviews:focus .highlighted-informations .variant-links,
.featured-products .thumbnail-container.has-reviews:hover .highlighted-informations .variant-links,
.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations .variant-links,
.product-accessories .thumbnail-container.has-reviews:hover .highlighted-informations .variant-links,
.featured-products .thumbnail-container.has-reviews:focus .highlighted-informations .variant-links,
.product-miniature .thumbnail-container.has-reviews:hover .highlighted-informations .variant-links,
.product-miniature .thumbnail-container.has-reviews:focus .highlighted-informations .variant-links {
  min-height: auto;
}

.scrollToTop {
  background: var(--accentColor);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 999;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none;
  opacity: 1;
}

.scrollToTop.-active {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.scrollToTop:hover {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  outline: none;
}

.scrollToTop:focus {
  outline: none;
}

.btn.continue {
  font-weight: bold;
}

.btnFilled {
  border: 2px solid var(--accentColor);
  background: var(--accentColor);
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--lightColor) !important;
  width: 14rem;
  height: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  transition: all 0.3s ease-in-out;
  line-height: 19px;
  cursor: pointer;
  font-size: 16px;
}

.btnFilled:hover {
  background: transparent;
  color: var(--accentColor) !important;
  transition: all 0.3s ease-in-out;
}

.btnOutlined {
  border: 2px solid var(--accentColor);
  justify-content: center;
  line-height: 19px;
  align-items: center;
  display: flex;
  color: var(--accentColor);
  width: 14rem;
  height: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  margin: auto;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-size: 16px;
}

.btnOutlined:hover {
  background: var(--accentColor);
  color: var(--lightColor);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .btnOutlined,
  .btnFilled {
    font-size: 18px;
  }
  .page-category .categoryBanner_title {
    font-size: 32px;
  }
  .easywishlist-list-plain {
    margin-left: 0;
  }
}

#header .cbp-hrmenu-tab > a {
  position: relative;
}

#header .cbp-hrmenu-tab > a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  left: 0;
  bottom: -21px;
  background: var(--accentColor);
}

#header .cbp-hrmenu-tab > a:hover::after {
  width: 100%;
}

.homeCategoriesSlider {
  overflow: hidden;
}

.homeCategoriesSlider .row {
  position: relative;
}

.homeCategoriesSlider .swiper-button-next {
  right: -16%;
}

.homeCategoriesSlider .swiper-button-prev {
  left: -16%;
}

.homeCategoriesSlider_listContainer {
  overflow: hidden;
}

#boninstagram .instagram-carousel-container .instagram-home-title h3 {
  font-size: 2rem;
  text-transform: none;
}

#boninstagram .instagram-carousel-container ul {
  display: flex;
  justify-content: center;
}

#boninstagram .instagram-carousel-container .instagram-item-gallery {
  margin: 0 10px;
}

#boninstagram .instagram-carousel-container .instagram-home-title {
  margin-bottom: 40px;
}

#add-product-to-comparison,
.product-miniature .add-product-to-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #c4c4c4;
  padding: 0;
  margin-bottom: 0 !important;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  position: relative;
  right: 0;
}
#add-product-to-comparison svg,
.product-miniature .add-product-to-comparison svg {
  width: 30px;
  height: auto;
}

.easywishlist-block-nav {
  height: auto;
  margin-top: 0;
}

.right-nav-facebook-logo {
  margin-left: 40px;
}

.right-nav .instagram-icon {
  width: 18px;
  height: 18px;
  margin-left: 20px;
}

.bestsellersSlider,
.newProductsSlider,
.saleProductsSlider {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1790px;
  margin: 0 auto;
}

.bestsellersSlider_slider,
.newProductsSlider_slider,
.saleProductsSlider_slider {
  width: 100%;
  max-width: 1390px;
  overflow: hidden !important;
  padding-right: 20%;
  margin-right: -20% !important;
}

.bestsellersSlider_slider .swiper-slide:not(.swiper-slide-visible),
.newProductsSlider_slider .swiper-slide:not(.swiper-slide-visible),
.saleProductsSlider_slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.3;
}

.product-slider-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.swiper-container {
  display: flex;
  justify-content: center;
}

.category-description {
  margin: 4rem 0;
}

#checkout .payment-options {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#checkout .payment-options > div {
  margin-bottom: 0.5rem;
}

#checkout .payment-options > div:last-child {
  margin-bottom: 0;
}

body#checkout section.checkout-step .payment-options .payment-option {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

body#checkout section.checkout-step .payment-options .payment-option label {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
  gap: .5rem;
  text-align: left;
  flex-wrap: wrap;
}

.payment-option__img {
  width: 54px;
  height: auto;
  margin-bottom: 0;
}

@media(max-width: 480px) {
  .payment-option__label-span {
    width: 100%;
  }
}

@media(min-width: 481px) {
  .payment-option__label_payment-option-4 .payment-option__main-img {
    order: -1;
  }
  
  .payment-option__label_payment-option-1 .payment-option__second-img {
    order: -1;
  }
}

.payment-option__label_payment-option-4 .payment-option__second-img {
  order: 3;
  width: auto;
}

.payment-option__main-img {
  order: 1;
}

.pp__text-primary {
  margin: 0 0.5rem;
}

.trustpilot-link {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.trustpilot-link a {
  border: 1px solid var(--accentColor);
  padding: 8px 15px;
  text-align: center;
  color: var(--accentColor);
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.trustpilot-link a:hover {
  background: var(--accentColor);
  color: #fff;
}

/* deprecated >>>>> */
.increase-buttons {
  position: absolute;
  color: #223c52;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.increase-buttons .btn {
  padding: 0;
  padding-right: 20px;
  background: transparent;
}

.cbp-hrmenu .menu_row:first-child .cbp-menu-column .row.cbp-categories-row {
  padding-bottom: 0;
}
.cbp-hrmenu .menu_row:last-child .cbp-menu-column .row.cbp-categories-row {
  padding-top: 0;
}

.cbp-hrmenu-tab-5 .cbp-hrsub-inner {
  max-height: 80vh;
  overflow-y: scroll;
}
/* <<<<<< deprecated */

.contact-rich {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

#left-column .right-nav-facebook-logo {
  width: 32px;
  height: 32px;
  margin-bottom: 2rem;
}

.swiper-slide {
  width: auto;
  height: auto;
  overflow: hidden;
}

.swiper-wrapper {
  height: auto;
  padding: 4px 0;
}

.swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-container .products {
  flex-wrap: nowrap;
}

.swiper-button-next,
.swiper-button-prev {
  width: 48px;
  height: 48px;
  background: var(--lightColor);
  color: var(--accentColor);
  border: 1px solid #d3d3d3;
  transition: all 0.1s ease-in-out;
}

.homeCategoriesSlider_listContainer .swiper-slide {
  opacity: 1;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  border: 2px solid var(--accentColor);
  transition: all 0.1s ease-in-out;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 24px;
}

/* Banner */

.bannerFull {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 4rem;
}

.bannerFull_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerFull_inner {
  width: 100%;
  min-height: 70vh;
  z-index: 1;
}

.bannerFull_window {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  min-height: 70vh;
  color: var(--lightColor);
  text-align: center;
}

.bannerFull_windowTopText {
  font-size: 32px;
  color: var(--lightColor);
  text-transform: uppercase;
  margin-bottom: 70px;
  font-weight: 100;
  border-bottom: 1px solid var(--lightColor);
  display: inline-block;
  padding-bottom: 10px;
}

.bannerFull_windowMiddleText {
  font-size: 74px;
  color: var(--lightColor);
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: bold;
}

.bannerFull_windowBottomText {
  font-size: 24px;
  color: var(--lightColor);
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: 100;
}

.bannerFull_windowLink {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 18rem;
  color: var(--lightColor);
  text-transform: uppercase;
  font-weight: 800;
  border: 1px solid var(--lightColor);
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.bannerFull_windowLink:hover .bannerFull_windowLinkIcon {
  right: 18%;
  transition: all 0.3s ease-in-out;
}

.bannerFull_windowLink:hover {
  color: var(--lightColor);
}

.bannerFull_windowLinkIcon {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 22%;
  transition: all 0.3s ease-in-out;
}

textarea {
  height: 10rem !important;
  line-height: 1.4 !important;
}

.radio-inline {
  margin-right: 1rem;
}

.radio-inline:last-child {
  margin-right: 0;
}

.easywishlist-action-buttons > *:not(.wishlist-hidden) {
  border: 1px solid #eeeeee;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 1720px) {
  .homeCategoriesSlider .swiper-button-next {
    right: -10%;
  }

  .homeCategoriesSlider .swiper-button-prev {
    left: -10%;
  }
}
@media (max-width: 1550px) {
  .homeCategoriesSlider .swiper-button-next {
    right: -5%;
  }

  .homeCategoriesSlider .swiper-button-prev {
    left: -5%;
  }
}
@media (max-width: 1440px) {
  .homeCategoriesSlider .swiper-button-next {
    right: 0;
  }

  .homeCategoriesSlider .swiper-button-prev {
    left: 0;
  }
}

@media (max-width: 991px) {
  .bannerFull {
    padding: 0;
    flex-direction: column-reverse;
  }

  .easywishlist-block-nav {
    display: none;
  }

  .bannerFull_inner {
    width: 100%;
    border: none;
    height: auto;
    min-height: auto;
  }

  .page-home .bannerFull_window {
    padding: 0.5rem 2rem;
  }

  .bannerFull_window {
    width: 100% !important;
    min-height: auto;
  }

  .bannerFull_bg {
    width: 100%;
    height: 290px;
    object-fit: cover;
    position: static;
  }

  .bannerFull_windowTopText {
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .bannerFull_windowMiddleText {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    margin: 0 auto;
    width: 55%;
  }

  .bannerFull_windowBottomText {
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .bannerFull_windowLink {
    margin-bottom: 30px;
  }
  .headerTop_leftLogoTitle {
    order: 1;
  }
  #searchBtn {
    order: 2;
  }
  #_desktop_user_info {
    order: 3;
  }
  #_desktop_cart {
    order: 4;
  }
  .hamburger {
    order: 5;
    margin-left: 8px;
  }
}

/* Header */

#_desktop_logo {
  width: auto;
  margin-right: 1rem;
}

.cart-page #_desktop_logo {
  margin-right: auto;
}

.navFull {
  border-bottom: 1px solid #f0f0f0;
}

.iqitmegamenu-wrapper {
  padding-top: 21px;
  padding-bottom: 19px;
}

.cbp-hor-width-0 #iqitmegamenu-horizontal .container {
  padding-left: 15px;
  padding-right: 15px;
}

.cbp-hrmenu {
  display: block;
}

.cbp-hrmenu ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cbp-hrmenu-tab-1 > a {
  color: #eb3636 !important;
}

.top-menu li {
  margin-right: 35px;
}

.leftNav {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.leftNav_item {
  margin-right: 2rem;
}

.leftNav_item:last-child {
  margin-right: 0;
}

.leftNav_itemLink {
  display: flex;
  align-items: center;
}

.leftNav_itemLinkText {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

.leftNav_itemLinkIcon {
  margin-right: 0.5rem;
  width: 18px;
  height: auto;
}

@media (max-width: 991px) {
  .leftNav_itemLinkText {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
  }

  .leftNav_item {
    margin-right: 1rem;
  }
}

.right-nav {
  align-items: center;
}

.right-nav #_desktop_contact_link #contact-link {
  margin-top: 0 !important;
}

.right-nav .top-menu {
  margin-bottom: 0 !important;
}

.order-confirmed-heading {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1.75em;
  width: 100%;
}

.right-nav .top-menu a {
  padding: 0 !important;
}

@media (max-width: 991px) {
  .right-nav {
    font-size: 13px;
  }
}

.headerTop_right .search-widget .search.search-icon {
  width: 18px;
  height: 18px;
}
.mobileSearchButton .search.search-icon {
  height: 28px;
  width: 28px;
}

.header {
  position: relative;
}

.header-nav {
  background: rgba(240, 240, 240, 0.5);
  border-bottom: none !important;
}

.headerTop {
  display: flex;
  align-items: center;
}

.headerTop_leftLogoTitle {
  margin-bottom: 0;
}

.headerTop_right {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .headerTop_right {
    width: 100%;
  }
  .page-product main {
    padding-bottom: 200px;
  }
  #product .product-actions form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #product .product-actions form h1 {
    order: 1;
  }
  .right-nav .instagram-icon {
    margin-left: 40px;
    margin-top: 10px;
  }
}

#header .header-nav {
  padding: 10px 0;
}

#wishlist-icon-top {
  flex-grow: 1;
}

.right-nav a {
  font-size: 12px;
}

.headerTop_right .search-widget {
  flex-grow: 20;
  margin-right: 15px;
}

.headerTop_right form {
  display: flex;
  align-items: center;
}

.headerTop_right .search-widget input {
  color: #2b2b2b !important;
  border: 4px solid #eeeeee !important;
  font-size: 14px;
  border-radius: 42px;
  padding-left: 26px !important;
  background: #fff;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
}

.headerTop_right .search-widget input:focus {
  box-shadow: 0 0 3pt 2pt var(--accentColor);
  outline: none !important;
}

.headerTop_right .search-widget input:focus + button .search {
  color: var(--accentColor) !important;
}

.headerTop_right button {
  bottom: auto !important;
  right: 25px !important;
}

.headerTop_right button .search:hover,
.headerTop_right button .search:focus {
  color: var(--accentColor) !important;
}

.headerTop_right #_desktop_user_info,
.navFull #_desktop_user_info {
  flex-grow: 1;
}

.headerTop_right #_desktop_cart,
.navFull #_desktop_cart {
  flex-grow: 0;
}

.headerTop_right #_desktop_cart .header {
  display: flex;
  justify-content: flex-end;
}

.headerTop_right #_desktop_cart button,
.navFull #_desktop_cart button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  bottom: 0 !important;
  right: 0 !important;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.headerTop_right #_desktop_cart button:disabled,
.navFull #_desktop_cart button:disabled {
  cursor: default;
}

.headerTop_right #_desktop_cart button,
.navFull #_desktop_cart button {
  position: relative;
}

.headerTop_right #_desktop_cart .product-line-info.-attributes,
.navFull #_desktop_cart .product-line-info.-attributes {
  display: none;
}

#_desktop_cart .cart-products-count {
  position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  background: #eb3636;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px !important;
}

#_desktop_cart.-active .shopping-cart_dropdown {
  display: flex;
}

.shopping-cart_button {
  z-index: 1;
}

.shopping-cart_button .shopping-cart {
  z-index: -1;
}

.shopping-cart_dropdown {
  display: none;
  width: 287px;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--accentColor);
  border-radius: 2px;
  position: absolute;
  top: 150%;
  right: -0.9rem;
  z-index: 99999999999;
  background: #fff;
}

.shopping-cart_dropdown .cart-item {
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
}

.shopping-cart_dropdown .cart-item:last-child {
  border: none;
  padding: 0;
}

.shopping-cart_dropdownTitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
}

.shopping-cart_dropdown .product-line-info .label {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: var(--primaryColor);
}

.navFull #_desktop_cart,
.navFull #_desktop_user_info {
  display: none;
}

.shopping-cart_dropdown .card-block.cart-summary-totals {
  padding: 0;
}

.shopping-cart_dropdown .product-line-info.product-price {
  display: none !important;
}

.shopping-cart_dropdown .product-line-grid-left {
  width: 80px !important;
  margin-right: 20px;
}

.shopping-cart_dropdown .product-line-grid-body {
  width: 130px !important;
}

.shopping-cart_dropdown .product-line-grid-body br {
  display: none;
}

.shopping-cart_dropdown .product-line-grid-right.product-line-actions {
  width: 100% !important;
  margin: 20px 0 0 0;
}

.shopping-cart_dropdown .product-line-actions .js-cart-line-product-quantity {
  width: 6rem;
  max-width: 80px;
  padding: 0 0 0 1.5rem;
  z-index: 1;
  color: #223c52;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

.shopping-cart_dropdown .product-line-grid .product-image img {
  padding: 0.5rem;
}

.shopping-cart_dropdown .product-line-actions .col-md-10 .row {
  display: flex;
  align-items: center;
}

.shopping-cart_dropdown .product-line-actions .product-price {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: var(--primaryColor);
  margin-left: 1rem;
}

.shopping-cart_dropdown:after,
.shopping-cart_dropdown:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 0;
  height: 0;
}

.shopping-cart_dropdown:after {
  right: 20px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}

.shopping-cart_dropdown:before {
  right: 18px;
  border: 12px solid transparent;
  border-bottom-color: var(--accentColor);
}

.shopping-cart_dropdownButtons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

#header .shopping-cart_dropdown .shopping-cart_dropdownButtonsCheckout {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  max-width: 60%;
  text-align: center;
  color: var(--lightColor);
}

#header .shopping-cart_dropdown .shopping-cart_dropdownButtonsView {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  width: 40%;
  line-height: 26px;
  text-align: center;
  text-decoration-line: underline;
  color: var(--primaryColor);
}

.page-index #wrapper > .carousel figure {
  width: 100%;
  display: flex;
}

.page-index #wrapper > .carousel .carousel-item .caption {
  position: relative;
}

/* blog */

.page-index .amazzingblog {
  position: relative;
  margin: 5rem 0;
}

.page-index .amazzingblog h2 {
  font-weight: 300;
  font-size: 40px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  display: block;
}

.page-index .amazzingblog .block-viewall {
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -7rem;
  bottom: -2rem;
  border: 2px solid var(--accentColor);
  background: var(--accentColor);
  justify-content: center;
  align-items: center;
  display: flex;
  color: var(--lightColor);
  width: 14rem;
  height: 4rem;
  text-transform: uppercase;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.page-index .amazzingblog .block-viewall:hover {
  background: var(--lightColor);
  color: var(--accentColor);
  transition: all 0.3s ease-in-out;
}

.page-index .amazzingblog .post-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  background: none;
  border: none;
  margin-bottom: 0;
  height: 50vh;
  background: #eee;
}

.page-index .amazzingblog .post-item-cover {
  width: 50%;
  height: 100%;
}

.page-index .amazzingblog .post-item-cover a {
  height: 100%;
  width: 100%;
  display: inline-block;
}

.page-index .amazzingblog .post-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-index .amazzingblog .post-item-content-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-index .amazzingblog .post-item-content-inner {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.page-index .amazzingblog .post-item .post-item-title {
  color: var(--primaryColor);
  font-weight: normal;
  font-size: 32px;
  margin-bottom: 0.5rem;
  line-height: 36px;
}

.page-index .amazzingblog .post-item .post-item-content {
  color: rgba(43, 43, 43, 0.8);
  margin: 1.5rem 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.page-index .amazzingblog .post-item .post-item-title a {
  color: var(--primaryColor);
}

.page-index .amazzingblog .post-item .item-readmore {
  color: var(--primaryColor);
  text-decoration: underline;
}

.page-index .amazzingblog .post-item-footer {
  display: none;
}

#product .products-delivery {
  display: none !important;
}

@media (max-width: 991px) {
  .page-index .amazzingblog .post-item-cover {
    width: 100%;
    height: 290px;
    object-fit: cover;
  }

  .page-index .amazzingblog .post-item-content-wrapper {
    width: 100%;
    padding: 40px 15px 70px 15px;
  }

  .page-index .amazzingblog .post-item-content-inner {
    width: 100%;
  }

  .page-index .amazzingblog .post-item {
    height: auto;
  }

  .page-index .amazzingblog .block-viewall {
    bottom: -2rem;
  }
}

#module-amazzingblog-blog .category-page .post-item {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

#module-amazzingblog-blog .category-page .post-list .post-item-wrapper-first .post-item {
  background: #eee;
}

#module-amazzingblog-blog .category-page .post-list .container:first-child {
  width: 100%;
}

#module-amazzingblog-blog .category-page .post-list .post-item-content-wrapper {
  padding: 20px;
}

#module-amazzingblog-blog .amazzingblog img {
}

#module-amazzingblog-blog.page-blog #wrapper > .container {
  width: 100%;
}

#module-amazzingblog-blog .post-item-wrapper-rest {
  display: grid;
  grid-auto-columns: auto;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}

#module-amazzingblog-blog .post-item-wrapper-rest .post-item-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

#module-amazzingblog-blog .post-item-wrapper-first {
  margin-bottom: 60px;
}

#module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 540px;
}

#module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item-cover {
  width: 50%;
  height: 100%;
}

#module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item-cover a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item-cover a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item-content-wrapper {
  width: 50%;
}

#module-amazzingblog-blog .category-page .post-item-footer {
  display: none;
}

#module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item-content-inner {
  padding: 15%;
}

#module-amazzingblog-blog .post-item .post-item-title {
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  color: var(--primaryColor);
  margin-bottom: 30px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

#module-amazzingblog-blog .post-item .post-item-title a {
  color: var(--primaryColor);
}

#module-amazzingblog-blog .post-item .post-item-content {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: rgba(43, 43, 43, 0.8);
  margin-bottom: 30px;
}

#module-amazzingblog-blog .post-item .item-readmore {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: var(--primaryColor);
}

#module-amazzingblog-blog .ab-pagination {
  margin: 30px 0;
}

#module-amazzingblog-blog .npp-holder {
  display: none;
}

#module-amazzingblog-blog .blog-subcategories {
  padding: 30px 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

#module-amazzingblog-blog .category-page .blog-subcategories .category-item a {
  text-decoration: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--primaryColor);
  transition: all 0.3s ease-in-out;
}

#module-amazzingblog-blog .category-page .blog-subcategories .category-item a .category-title {
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}

#module-amazzingblog-blog .category-page .blog-subcategories .category-item a:hover .category-title {
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}

#module-amazzingblog-blog .category-page .blog-subcategories .category-item .posts-num {
  color: var(--primaryColor);
  font-size: 18px;
}

#module-amazzingblog-blog .pages {
  display: flex;
  justify-content: flex-end;
}

#module-amazzingblog-blog .pages .current-page {
  color: var(--lightColor) !important;
  background: var(--accentColor) !important;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid var(--accentColor);
  border-radius: 2px;
}

#module-amazzingblog-blog .ab-pagination .pages > a,
#module-amazzingblog-blog .ab-pagination .pages > span {
  width: 41px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  margin-right: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  transition: all 0.3s ease-in-out;
}

#module-amazzingblog-blog .ab-pagination .pages > a:hover {
  border: 1px solid var(--accentColor);
  box-shadow: 0px 0px 0px 2px var(--accentColor);
  transition: all 0.3s ease-in-out;
}

#module-amazzingblog-blog .ab-pagination .pages > a:last-child {
  margin-right: 0;
}

#module-amazzingblog-blog .go-to-page.prev:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/themes/jbfurniture/assets/img/pagination-arrow.svg) no-repeat center center;
  transform: rotate(180deg);
}

#module-amazzingblog-blog .go-to-page.next:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(/themes/jbfurniture/assets/img/pagination-arrow.svg) no-repeat center center;
}

#module-amazzingblog-blog .category-page .post-item-wrapper-rest .post-item-cover {
  height: 450px;
}

#module-amazzingblog-blog .category-page .post-item-wrapper-rest .post-item-cover a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#module-amazzingblog-blog .category-page .post-item-wrapper-rest .post-item-cover a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ps_customtext */

.customText {
  padding: 5rem 0;
}

.customText_viewMore {
  display: none;
}

.customText p {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: var(--darkGray) !important;
  margin-bottom: 40px;
}

.customText h2 {
  font-weight: 300 !important;
  font-size: 36px !important;
  line-height: 32px !important;
}

.customText h3 {
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 32px !important;
}

/* Footer */

.footer-container .wrapper .h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--primaryColor);
  text-transform: none;
}

.footer-container .block-contact .phone,
.footer-container .block-contact .email {
  font-size: 16px;
}

.footer-container .wrapper .h3 a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--primaryColor);
}

.footer-container a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.footerLogos {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #f1f1f1;
}

.footerLogos .h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--primaryColor);
  margin-bottom: 15px;
  text-transform: none;
}

.paymentLogos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.paymentLogos_item {
  margin-right: 1rem;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 3rem;
}

/* body:not(.page-product) .paymentLogos_item:last-child {
  margin-left: 1rem;
  margin-right: 0;
  border: none;
  padding: 0.5rem 1rem;
} */

.paymentLogos_item:last-child {
  padding: 0;
  margin-top: 0;
  width: auto;
}

.paymentLogos_item {
  margin: 0 0.5rem;
  margin-bottom: 1rem;
}

.paymentLogos_item img {
  height: 95%;
  width: 95%;
  object-fit: contain;
  transform: scale(0.9);
}

.deliveryLogos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.deliveryLogos_item img {
  height: auto;
  width: auto;
  transform: scale(0.9);
}

.deliveryLogos_item {
  margin-right: 1rem;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 3rem;
}

.deliveryLogos_item:last-child {
  margin-right: 0;
}

.footerBottom {
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #f1f1f1;
}

.footerCopyright,
.footerDeveloper {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: var(--darkGray);
}

/* reviews */

.customerReview {
  padding: 5rem 0;
  background: #f0f0f0;
}

.customerReview_title {
  font-weight: 300;
  font-size: 40px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
/*
.customerReview_list {
  padding: 3rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customerReview_listItem {
  width: 16%;
}

.customerReview_listItemTitle {
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.customerReview_listItemSubTitle {
  font-weight: 500;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
}

.customerReview_listItemStars {
  display: flex;
  width: 100%;
}

.customerReview_listItemStars.main-stars {
  justify-content: center;
}

.customerReview_listItemStarsItem {
  margin-right: 0.1rem;
}

.customerReview_listItemStarsItemImg {
  width: 100%;
  height: 100%;
}
*/
.customerReview_number {
  text-align: center;
  margin: auto;
  width: 100%;
  display: inline-block;
  margin-top: 1rem;
  color: #000;
}

.customerReview_number strong {
  text-decoration: underline;
}

.customerReview_author {
  margin-top: 1rem;
  margin-bottom: 0;
}

.customerReview_trustedLogo {
  width: 100%;
  padding: 1rem 3rem;
}

@media (max-width: 1280px) {
  /*
  .customerReview_list {
    justify-content: center;
  }
  */
  .page-home .bannerFull_window {
    width: 50%;
    padding: 2rem;
  }

  .page-index .amazzingblog .post-item-content-inner {
    width: 80%;
    margin-top: -10px;
  }

  .page-index .amazzingblog .post-item .post-item-title {
    margin-top: 0;
  }

  .page-index .amazzingblog .post-item .post-item-content {
    margin: 0.9rem 0;
  }

  .page-home .bannerFull_windowMiddleText {
    line-height: initial !important;
  }

  .customerReview_listItem {
    width: 27%;
    margin: 0 3% 2rem 3%;
  }
}

.product-comments-additional-info .additional-links {
  display: none;
}

.tabs .comments-note .link-comment {
  display: none;
}

.product_topStars .gradeText {
  display: none;
}

.product_topStars .post-product-comment {
  border: none !important;
  margin: 0 !important;
  font-weight: bold;
  color: #757575;
}
.product_topStars button.post-product-comment {
  color: #ffffff;
}

.product-referenceWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.product-referenceWrapper .product-reference label {
  margin: 0;
}

.product-referenceWrapper .product-comments-additional-info {
  margin: 0 !important;
}

.product-referenceWrapper .product-comments-additional-info .comments-note {
  margin-right: 0;
  margin-bottom: 0;
}

.btn-comment,
.btn-comment-inverse {
  box-shadow: none !important;
  background-color: var(--accentColor);
}

.btn-comment:hover,
.btn-comment-inverse:hover {
  background-color: var(--accentColor);
}

.btn-comment-inverse {
  color: var(--lightColor) !important;
}

.footerIcons {
  background: var(--accentColor);
  padding: 5rem 0;
  text-align: center;
}

.footerIcons_list.row {
  margin-top: 3rem;
}

.footerIcons_listItemIcon {
  width: auto;
  height: 75px;
  margin-bottom: 2rem;
}

.footerIcons_listItem:last-child .footerIcons_listItemIcon {
  /* padding: 0.7rem; */
}

.footerIcons_title {
  color: var(--lightColor);
  font-weight: bold;
  font-size: 36px;
}

.footerIcons_title:after {
  content: "";
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: block;
  width: 150px;
  margin: 1rem auto;
}

.footerIcons_desc {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.footerIcons_text {
  font-weight: 600;
  font-size: 14px;
  color: var(--lightColor);
  margin-bottom: 1.5rem;
  line-height: 24px;
}

.footerIcons_link {
  font-weight: 300;
  font-size: 13px;
  color: var(--lightColor);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}

.footerIcons_link:hover {
  opacity: 1;
  color: var(--lightColor);
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  #index header .trustpilot-widget{
    margin-bottom: 15px;
  }
  .footerIcons_listItem {
    margin-bottom: 4rem;
  }

  .page-category .swiper-slide {
    height: 500px;
  }

  #iqitmegamenu-accordion.cbp-spmenu .submenu-link a {
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
  }

  #iqitmegamenu-accordion.cbp-spmenu .submenu-link a:hover {
    font-weight: bold;
    text-decoration: underline;
  }

  .footerIcons_listItem:last-child {
    margin-bottom: 0;
  }
  .page-index .amazzingblog .post-item-content-inner {
    width: 100%;
    margin-top: 0;
  }
}

/* Category page */

.category-depth-level-2 #wrapper > .container {
  width: 100%;
}

.categoryBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 2rem;
}

.categoryBanner_inner {
  width: 100%;
  min-height: 317px;
  z-index: 1;
  border: 10px solid var(--categoryGray);
  margin: 0;
}

.category-depth-level-1 .categoryBanner_inner,
.category-depth-level-2 .categoryBanner_inner {
  min-height: 380px;
}

.category-depth-level-1 #products,
.category-depth-level-2 #products {
  display: none;
}

.categoryBanner_window {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 45%;
  max-width: 51%;
  min-height: 380px;
  background: var(--categoryGray);
  color: var(--lightColor);
  text-align: center;
}

.categoryBanner_title {
  font-size: 40px;
  color: var(--lightColor);
  margin-bottom: 40px;
  font-weight: bold;
}

.categoryBanner_number {
  font-size: 18px;
  color: var(--lightColor);
  font-weight: 300;
}

.categoryBanner_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.categoryViewDetails {
  display: flex;
  align-items: center;
}

.productsSortOrder {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

.productsSortOrder .sort-by,
.amountPerPage .sort-by {
  margin-right: 0.7rem;
}

.amountPerPage {
  display: flex;
  align-items: center;
}

.amountPerPage .dropdown-menu {
  width: 100%;
  min-width: 100%;
}

.subcategories_title {
  text-align: center;
  margin: 0 0 60px 0;
  font-weight: 300;
  font-size: 40px;
  margin-top: 6.5rem;
}

.category-depth-level-3 .subcategories_title,
.category-depth-level-4 .subcategories_title {
  display: none;
}

.subcategories_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-columns: auto;
  column-gap: 20px;
  row-gap: 15px;
}

.subcategories_listItem {
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

.subcategories_listItemLink {
  width: 100%;
  height: 500px;
  display: inline-block;
}

.subcategories_listItemImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.subcategories_content {
  padding: 20px;
}

.subcategories_name {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}

.subcategories_nameLink {
  color: var(--primaryColor);
}

.subcategories_description p span {
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

/* #prices-drop #products .products,
#prices-drop .featured-products .products,
#prices-drop .product-accessories .products,
#prices-drop .product-miniature .products {
  grid-template-columns: repeat(4, 1fr);
}

#new-products #products .products,
#new-products .featured-products .products,
#new-products .product-accessories .products,
#new-products .product-miniature .products {
  grid-template-columns: repeat(4, 1fr);
} */

.comparison-quick-view {
  display: none;
}

/* Sidebar */

#left-column {
  padding: 0 1.25rem 0 0;
}

/* Contact page */

#contact .left-column {
  border-left: 1px solid #eeeeee;
}

.contactPage_title {
  color: var(--primaryColor);
  font-weight: 400;
  text-align: center;
  font-size: 36px;
  margin: 40px 0 30px 0;
}

.contactPage_map {
  width: 100%;
  height: 500px;
  background: #ddd;
}

.contactImg {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.contactImg_imgWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 21px;
  height: 200px;
}

.contactImg_imgWrapper .contactImg_img {
  height: 100%;
}

.contactImg_logo {
  position: absolute;
}

.contactImg_title {
  color: var(--primaryColor);
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-content {
  padding: 1.25rem 0 0.5rem 1.25rem !important;
}

/* Login form */

.login-form {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 5rem 10rem;
}

.passwordField {
  position: relative;
}

.passwordField .input-group-btn {
  position: absolute;
  z-index: 10;
  right: 3rem;
}

.loginForm_or {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 30px 0;
}

.loginForm_or:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #f1f1f1;
}

.loginForm_orText {
  background: var(--lightColor);
  z-index: 2;
  padding: 0 2rem;
  font-size: 14px;
}

.forgotten-password {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 5rem;
  text-align: center;
}

.forgotten-password_footer {
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
}

.page-password #content,
#authentication #content {
  padding: 15px;
  max-width: 890px;
  margin: 0 auto;
}

.register-form {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 5rem 14rem;
}

.register-form > .loginForm_or {
  display: none;
}

.register-form_topSentence {
  text-align: center;
  margin-bottom: 20px;
}

.register-form_topSentence a {
  color: #2b2b2b;
  text-decoration: underline;
}

#authentication label {
  font-size: 14px;
}

#authentication .form-footer {
  text-align: center;
}

#authentication em {
  padding-left: 1.5rem;
  display: inline-block;
}

#customer-form > section > div:nth-child(7),
#customer-form > section > div:nth-child(8),
#customer-form > section > div:nth-child(9) {
  margin-bottom: 0;
}

#customer-form > section > div:nth-child(7) > div.col-md-12.form-control-comment,
#customer-form > section > div:nth-child(8) > div.col-md-12.form-control-comment,
#customer-form > section > div:nth-child(9) > div.col-md-12.form-control-comment {
  display: none;
}

/* Cart page */

#cart .navFull {
  display: none;
}

.page-cart #wrapper {
  margin-top: 50px;
  margin-bottom: 180px;
}

.cartTopContact_row {
  display: flex;
  align-items: center;
}

.cartTopContact {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.cartTopContact_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
}

.cartTopContact_item {
  margin-left: 30px;
}

.cartTopContact_item:first-child {
  margin-left: 0;
}

.cartTopContact_itemLinkIcon {
  margin-right: 10px;
}

.page-cart
  #content
  > div
  > div.cart-grid-body.col-xs-12.col-lg-8
  > div
  > div.cart-overview.js-cart
  > ul
  > li
  > div
  > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12
  > div
  > div.col-md-10.col-xs-6
  > div
  > div.col-md-6.col-xs-6.qty
  > div
  > span.input-group-btn-vertical
  > button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-up:after {
  content: "+";
  color: #223c52;
}

.page-cart
  #content
  > div
  > div.cart-grid-body.col-xs-12.col-lg-8
  > div
  > div.cart-overview.js-cart
  > ul
  > li
  > div
  > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12
  > div
  > div.col-md-10.col-xs-6
  > div
  > div.col-md-6.col-xs-6.qty
  > div
  > span.input-group-btn-vertical
  > button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-up {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #223c52;
}

.page-cart
  #content
  > div
  > div.cart-grid-body.col-xs-12.col-lg-8
  > div
  > div.cart-overview.js-cart
  > ul
  > li
  > div
  > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12
  > div
  > div.col-md-10.col-xs-6
  > div
  > div.col-md-6.col-xs-6.qty
  > div
  > span.input-group-btn-vertical
  > button.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down:after {
  content: "-";
  color: #223c52;
}

.page-cart
  #content
  > div
  > div.cart-grid-body.col-xs-12.col-lg-8
  > div
  > div.cart-overview.js-cart
  > ul
  > li
  > div
  > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12
  > div
  > div.col-md-10.col-xs-6
  > div
  > div.col-md-6.col-xs-6.qty
  > div
  > span.input-group-btn-vertical
  > button.btn.btn-touchspin.js-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #223c52;
}

.page-cart .btn-touchspin i {
  display: none;
}

.page-cart
  #content
  > div
  > div.cart-grid-body.col-xs-12.col-lg-8
  > div
  > div.cart-overview.js-cart
  > ul
  > li
  > div
  > div.product-line-grid-right.product-line-actions.col-md-5.col-xs-12
  > div
  > div.col-md-10.col-xs-6
  > div
  > div.col-md-6.col-xs-6.qty
  > div
  > input {
  width: 6rem;
  padding: 0 0 0 2rem;
  z-index: 1;
  color: #223c52;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

.page-cart .bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  z-index: 2;
  font-size: 14px;
  color: #223c52;
}

.page-cart .product-line-info.product-price {
  margin: 20px 0;
}

.page-cart .product-line-grid-body .product-line-info:first-child .label {
  font-weight: normal;
  font-size: 14px;
}

.page-cart .product-line-info .label,
.page-cart .product-line-info .value {
  font-weight: 200;
  font-size: 12px;
}

.page-cart h1 {
  text-transform: none;
}

.product-line-grid .product-image img {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 1rem;
}

.product-line-grid .has-discount .discount {
  display: none;
}

.product-line-info.product-price.h5.has-discount {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
}

.product-line-grid .product-line-info .product-discount {
  font-weight: normal;
  font-size: 12px;
  margin-left: 20px;
}

.product-line-grid .product-line-info .current-price {
  color: var(--primaryColor);
}

.block-promo .promo-code form {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.block-promo .promo-input + button {
  margin: 0;
  text-transform: uppercase;
  border: none;
  height: 2.2rem;
  font-size: 12px;
  display: flex;
  width: 9rem;
  min-width: auto;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  position: absolute;
  right: 0.3rem;
}

.block-promo .promo-input + button:hover {
  border: 1px solid var(--accentColor);
  transition: all 0.3s ease-in-out;
}

.block-promo .promo-input {
  color: var(--primaryColor);
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  height: 3rem;
  width: 100%;
}

.promo-code_title {
  text-transform: none;
}

.block-promo .promo-code {
  padding: 0;
}

.cart-detailed-totals-top {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 0rem;
  margin-bottom: 30px;
}

#cart .cart-detailed-totals-top .card-block:first-of-type {
  padding: 20px 20px 0;
}

.page-cart .paymentLogos_item {
  margin-right: 0;
  border: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18%;
  height: 3rem;
}

/* .page-cart .cart_paymentMethods .paymentLogos_item:last-child {
  margin-left: auto;
  margin-right: auto;
  border: none;
  width: 70%;
  margin-top: 3rem;
}
 */
.page-cart .cart_paymentMethods .paymentLogos_item:last-child img {
  width: 100%;
}

.page-cart .cart_paymentMethods h3,
#checkout .cart_paymentMethods h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 16px;
}

.page-cart .cart_paymentMethods .paymentLogos {
  justify-content: space-between;
}

.orderPath {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 100%;
  padding: 60px 0;
}

.orderPath_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  width: 100%;
}

.orderPath_listSeparator {
  width: 20%;
  height: 1px;
  background: #f0f0f0;
}

.orderPath_listItem {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 150px;
}

.orderPath_listItem.-active {
  color: var(--accentColor);
}

.paymentLogos_itemTitle {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

/* Product */

.product-miniature .product-title a {
  font-weight: normal;
  line-height: 20px;
  font-size: 16px;
  color: var(--primaryColor);
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  height: auto;
  position: static;
  padding: 20px 15px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.page-product .product-description,
.page-product .product-description p,
.page-product .tab-content p,
.page-product .tab-content label,
.page-product .tab-content span {
  color: #000 !important;
}

.product-description .add-to-cart.-disabled {
  background: #e4e4e4;
  border-color: #e4e4e4;
  opacity: 1;
}

.product-description .add-to-cart.-disabled:hover {
  background: #e4e4e4;
  border-color: #e4e4e4;
  transform: scale(1);
  opacity: 1;
}

.product-description .add-to-cart {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 0 !important;
  transition: all 0.3 ease-in-out;
  outline: none;
}

.product-description .add-to-cart:hover {
  background: var(--accentColor);
  transform: scale(1.1);
  transition: all 0.3 ease-in-out;
}

.product-description .add-to-cart:focus {
  outline: none;
}

#prices-drop .thumbnail-container,
#new-products .thumbnail-container {
  max-width: none;
}

.product-miniature .regular-price {
  transition: all 0.3s ease-in-out;
}

/* .product-miniature:hover .add-to-cart {
  right: 20px;
  transition: all 0.3 ease-in-out;
} */

.product-miniature:hover .product-title {
  text-decoration: underline;
}

/* .product-miniature:hover .add-product-to-comparison {
  right: 80px;
} */

/* .product-miniature:hover .regular-price {
  opacity: 0;
} */

.page-category .product-miniature form.add-to-cart-or-refresh,
.page-prices-drop .product-miniature form.add-to-cart-or-refresh,
.page-new-products .product-miniature form.add-to-cart-or-refresh {
  justify-content: space-around;
}

.product-miniature .product-price-and-shipping {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-end;
  margin-top: 30px;
  flex-basis: 100%;
  flex-basis: 50%;
  width: 50%;
  flex-wrap: wrap;
}

.product-miniature form.add-to-cart-or-refresh {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 10px;
}

.iqitmegamenu .product-miniature .product-description .product-price-and-shipping {
  margin: auto 0;
}

.iqitmegamenu .product-miniature .product-description .product-title {
  margin-bottom: 10px;
}

.product-miniature .product-price-and-shipping .regular-price {
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 6px;
}

.product-miniature .product-price-and-shipping .price {
  margin-right: auto;
  font-weight: bold;
  font-size: 22px;
}

.product-miniature .product-price-and-shipping .invisible {
  display: none;
}

.product-miniature .thumbnail-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-miniature .thumbnail-container .product-description {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: 263px;
  width: 100%;
}

.product-miniature .thumbnail-container .product-thumbnail img {
  height: 100%;
  width: 100%;
}

.thumbnail-top {
  position: relative;
}

.product-miniature .highlighted-informations {
  display: flex;
  position: absolute;
  bottom: 0;
  left: -100%;
  transition: all 0.3s ease-in-out;
}

.product-miniature:hover .highlighted-informations {
  left: 0;
  transition: all 0.3s ease-in-out;
}

.product-miniature .highlighted-informations .variant-links {
  display: flex;
  height: auto;
}

#search_filters > p {
  font-weight: bold !important;
  font-size: 18px !important;
  color: #757575;
}

#search_filters .facet .facet-title {
  font-weight: bold;
  font-size: 14px;
  color: #757575;
}

#search_filters .ui-widget-header {
  background: var(--accentColor);
}

#search_filters .ui-slider .ui-slider-handle {
  top: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accentColor);
  border: none;
}

#search_filters .ui-widget-header {
  background: var(--accentColor);
}

#search_filters .ui-slider-horizontal {
  height: 4px;
}

#left-column > div.block-categories.hidden-sm-down > ul > li:nth-child(1) > a {
  font-weight: bold;
  font-size: 18px;
  color: #757575;
}

.images-container .product-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-columns: auto;
  column-gap: 20px;
  row-gap: 20px;
  width: 100%;
}

.product-images.-oneImg {
  grid-template-columns: repeat(1, 1fr);
}

.product-images_item {
  width: 100%;
  position: relative;
}

#product .product-container .right-content {
	float: right;
}

#product-modal .modal-body {
  display: flex;
  flex-direction: column;
  margin-left: 0;
  background: #fff;
  padding: 35px;
  border-radius: 10px;
}

#product-modal .close {
  position: absolute;
  background: rgba(43, 43, 43, 0.8);
  border-radius: 50%;
  opacity: 1;
  width: 20px;
  height: 20px;
  right: 40px;
  top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

#product-modal figure {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#product-modal #product-description-short,
#product-modal #product-description-short p,
#product-modal #product-description-short span {
  color: #000 !important;
}

#product-modal .product-cover-modal {
  max-height: 480px;
  max-width: 100%;
  object-fit: contain;
}

#product-modal .modal-content .modal-body .product-images {
  margin-left: 0;
  max-width: 100%;
  overflow-x: scroll;
  display: flex;
}

#product-modal .modal-content .modal-body .product-images::-webkit-scrollbar-thumb {
  background: var(--accentColor);
  border-radius: 5px;
}

.product-images > li.thumb-container:not(:last-child) {
  margin-right: 10px;
}

#product-modal .image-caption {
  max-width: 100%;
}

.product-images_itemImg {
  width: 100%;
  height: auto;
  max-width: 800px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.product-images_item:hover .product-images_itemImg {
  border: 1px solid var(--accentColor);
  box-shadow: 0px 0px 0px 2px var(--accentColor);
  transition: all 0.3s ease-in-out;
}

#product .product-container .product-flags {
  position: static;
  flex-direction: row;
  margin: 0;
}

#product .product-container .product-prices_wrapper .product-flags {
  width: auto;
}

#product .product-container .product-flag {
  width: auto !important;
  height: auto !important;
  padding: 0.4rem 1rem !important;
  margin: 0 1rem 0 0 !important;
  clip-path: none !important;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product .product-flag.in-stock {
  background: #67a60a;
  color: white;
  white-space: nowrap;
  padding: .3125rem .4375rem;
  text-transform: uppercase;
  margin-top: .625rem;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

#product .product-flag.in-stock.-out-of-stock {
  background: #999;
}

#product .product-flags_wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#product .product-flags_wrapper .product-flag.discount {
  display: none;
}

#product .product-container .h1 {
  font-weight: normal;
  font-size: 32px;
  line-height: 36px;
  margin: 0;
}

#product .product-container .col-md-4 {
  padding-left: 20px;
}

#product .separator {
  border: 1px solid #eeeeee;
  width: 100%;
  margin: 30px 0;
}

#product .product-information .product-description {
  display: none;
}

#product .product-container .color {
  width: 40px;
  height: 40px;
}

#product label.selected-variant > span,
.product-variants label .radio:hover + span,
#product .input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #194185 !important;
}

#product .product-actions .paymentLogos {
  justify-content: center;
}

#product .product-actions .paymentLogos_item {
  width: 16%;
}

#product .product-actions .paymentLogos_item:nth-child(5) {
  margin-right: 0;
}

#product .product-actions .paymentLogos_item:last-child {
  width: auto;
}

#product .product-actions .paymentLogos_item:last-child img {
  width: 50%;
}

#product .product-accessories .products {
  grid-template-columns: repeat(4, 1fr);
}

#product .product-prices .product-flags .product-flag.on-sale,
#product .product-prices .product-flags .product-flag.new {
  display: none;
}

#product .product-prices .current-price .discount-amount,
#product .product-prices .current-price .discount-percentage {
  display: none;
}

#product .product-prices_wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
}

#product .product-prices_wrapper .product-discount {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: var(--darkGray);
  text-align: right;
}

#product .product-prices_wrapper .product-discount .regular-price_tax {
  font-size: 14px;
}

#product .product-prices_wrapper .current-price {
  font-weight: bold;
  font-size: 40px;
  color: var(--primaryColor);
  margin-top: 10px;
}

#product .product-prices_wrapper .current-price .regular-price_tax {
  font-size: 18px;
}

#product .product-variants {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  margin: 30px 0;
  padding-bottom: 30px;
}

#product .product-variants > .product-variants-item {
  margin: 30px 0 0 0;
  width: 48%;
}

#product .product-variants > .product-variants-item select {
  width: 100%;
}
#product .product-variants > .product-variants-item .selector {
  width: 100% !important;
  height: 3rem;
  font-size: unset;
  background: #f9f9f9
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=")
    no-repeat scroll right 0.5rem center/1.25rem 1.25rem !important;
  cursor: pointer;
}
#product .product-variants > .product-variants-item .selector > span {
  width: 100% !important;
  height: 3rem;
  line-height: 48px;
  background: none;
}
#product .product-variants > .product-variants-item .selector select {
  height: 3rem !important;
  cursor: pointer;
}

#product .product-variants > .product-variants-item:first-child {
  margin: 0;
}

#product .product-variants > .product-variants-item.-color,
#product .product-variants > .product-variants-item.-radio {
  width: 100%;
}

#product .product-variants > .product-variants-item.-radio label {
  display: inline;
}

#product .product-add-to-cart .product-quantity {
  justify-content: space-between;
}

#product .product-add-to-cart .add-to-cart:disabled {
  background: #e4e4e4;
  border-color: #e4e4e4;
  color: var(--darkGray);
}

#product .product-add-to-cart .add-to-cart:disabled .cartMiniature {
  fill: var(--darkGray);
}

#product .social-sharing > span {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

#product .radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 0 1rem;
  font-weight: 600;
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

#product .radio-label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  padding: 0 1rem;
  background: #f9f9f9;
  border: 2px solid #eeeeee;
  border-radius: 2px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #2b2b2b;
  cursor: pointer;
}

#product .products-delivery {
  background: #eeeeee;
  border-radius: 2px;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

#product .deliveryLogos {
  margin-bottom: 0;
}

#product .products-delivery_img {
  padding-right: 20px;
  border-right: 1px solid #757575;
}

#product .products-delivery_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  width: auto;
  margin-left: 20px;
}

#product .products-delivery_contentInstock {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #3bb331;
}

#product .products-delivery_contentOutofstock {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

#product .products-delivery_description {
  color: var(--darkGray);
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

#product .product-reference {
  font-size: 14px;
  line-height: 20px;
  color: var(--darkGray);
}

#product .product-reference label {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: var(--darkGray);
}

#product .additionalButtons {
  display: flex;
  justify-content: flex-end;
  margin: 0;
}

#product .additionalButtons_itemLink {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #eeeeee;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

#product .productBottomPart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

#product .product-quantity #quantity_wanted {
  height: 60px;
}

#product .product-quantity .qty {
  position: relative;
  margin: 0;
  flex: 1;
}

#product .product-quantity .add {
  flex: 3;
  margin: 0;
}

#product .product-actions .add-to-cart {
  height: 60px;
  line-height: inherit;
  padding: 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-quantities {
  display: none !important;
}
.product-miniature .product-flag.new,
.product-miniature {
  display: block !important;
}

#product .product-accessories .h5 {
  font-weight: 300;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-top: 130px;
  margin-bottom: 0;
}

#product .product-accessories .products {
  margin-top: 60px;
}

#product table {
  width: 100%;
}
#product th {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--darkGray);
  padding: 0.5rem;
}

#product td {
  padding: 0.5rem;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--darkGray);
}

#product td:hover {
  background: #ddd;
}

#product thead {
  border-bottom: 1px solid #f0f0f0;
}

#product tr:nth-child(2n) {
  background: #f0f0f0;
}

#product .cms-modular-sofas-link {
  display: block;
  width: 100%;
  color: var(--lightColor);
  background-color: var(--accentColor);
  border: 2px solid var(--accentColor);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  min-width: 12rem;
  font-size: 16px;
  text-align: center;
  padding: 0.5rem 1rem;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}
#product .cms-modular-sofas-link:hover {
  color: var(--accentColor);
  background-color: var(--lightColor);
  border: 2px solid var(--accentColor);
  transition: all 0.3s ease-in-out;
}

/* Checkout */

#checkout .cart-summary-products a {
  color: var(--accentColor);
}

#checkout .navFull {
  display: none;
}

#checkout .checkout-step {
  border: 1px solid #eeeeee !important;
  border-radius: 2px;
  padding: 20px;
}

#checkout .checkout-step {
  clear: both;
}

#checkout #customer-form > section,
#order-confirmation #customer-form > section {
  width: 48%;
}

#checkout #customer-form,
#order-confirmation #customer-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#order-confirmation #customer-form .form-footer {
  margin-left: auto;
}

#checkout #customer-form .customer-form_additionalInfo,
#order-confirmation #customer-form .customer-form_additionalInfo {
  width: 48%;
}

#checkout #customer-form .form-footer {
  width: 100%;
}

.customer-form_additionalInfo {
  display: none;
}

#checkout #customer-form .customer-form_additionalInfo,
#order-confirmation #customer-form .customer-form_additionalInfo {
  display: block;
}

#checkout .customer-form_additionalInfoWrapper,
#order-confirmation .customer-form_additionalInfoWrapper {
  padding: 20px;
  background: var(--accentColor);
}

#checkout .customer-form_additionalInfoTitle,
#order-confirmation .customer-form_additionalInfoTitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: var(--lightColor);
  margin-bottom: 20px;
}

#checkout .customer-form_additionalInfoList,
#order-confirmation .customer-form_additionalInfoList {
  margin: 0;
}

#checkout .customer-form_additionalInfoListItem,
#order-confirmation .customer-form_additionalInfoListItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--lightColor);
  margin-bottom: 10px;
}

#checkout .customer-form_additionalInfoListItem:last-child,
#order-confirmation .customer-form_additionalInfoListItem:last-child {
  margin: 0;
}

#checkout .customer-form_additionalInfoListItemImg,
#order-confirmation .customer-form_additionalInfoListItemImg {
  max-width: 24px;
  margin-right: 20px;
}

#checkout .customer-form_additionalInfoListItemText,
#order-confirmation .customer-form_additionalInfoListItemText {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

#checkout .checkout-summary_side {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 20px;
  margin-bottom: 30px;
}

#checkout .paymentLogos_item {
  width: 16%;
  margin-bottom: 1rem;
}

#checkout .paymentLogos_item:nth-child(5) {
  margin-right: 0;
}

#checkout .cart_paymentMethods .paymentLogos_item:last-child,
#cart .cart_paymentMethods .paymentLogos_item:last-child {
  width: 35%;
  padding: 0;
}

#checkout .cart_paymentMethods .paymentLogos_item:last-child {
  margin-left: 0;
}

#checkout .cart_paymentMethods .paymentLogos_item:last-child img,
#cart .cart_paymentMethods .paymentLogos_item:last-child img {
  width: 100%;
}

#checkout .paymentLogos,
#cart .paymentLogos {
  justify-content: center;
}

#checkout section.checkout-step.-unreachable .step-title,
#checkout section.checkout-step.-current .step-title,
#checkout section.checkout-step .step-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: var(--primaryColor);
  opacity: 1 !important;
}

#checkout section.checkout-step {
  margin-top: 20px;
}

#checkout section.checkout-step:first-child {
  margin-top: 0;
}

#checkout .step-edit img {
  margin-right: 8px;
  margin-bottom: 4px;
}

#checkout .cart-summary-products > p {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: var(--primaryColor);
}

#checkout .delivery-option {
  margin-bottom: 20px;
}

#checkout .delivery-option:last-child {
  margin-bottom: 0;
}

#checkout .delivery-option .carrier-hasLogo > .col-md-4 {
  width: auto;
}

#checkout .delivery-option .col-sm-1 {
  padding-left: 23px;
}

#checkout #delivery > label {
  margin-top: 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: var(--darkGray);
}

#checkout #delivery textarea {
  background: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  padding: 0.5rem;
  margin-bottom: 40px;
}

#checkout #conditions-to-approve .condition-label .js-terms {
  margin-top: 0.1rem;
  margin-bottom: 0;
  color: var(--darkGray);
}

#checkout #conditions-to-approve .condition-label .js-terms a {
  color: var(--darkGray);
  text-decoration: underline;
}

#checkout #conditions-to-approve > ul > li > .float-xs-left {
  margin-right: 10px;
}

#checkout h1 {
  text-transform: none;
}

#checkout .custom-checkbox span {
  margin-top: -5px;
}

#checkout .custom-checkbox input[name="company-data-show"] + span {
  margin-top: -3px;
}

#checkout #payment-confirmation {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

#checkout .payment-options {
  margin-top: 30px;
}

#order-confirmation h1 {
  text-transform: none;
}

#order-confirmation #header {
  border-bottom: 1px solid #f0f0f0;
}

#cart-subtotal-shipping {
  display: none;
}

#order-confirmation #header .header-nav {
  background: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  max-height: none;
  border: none;
}

#order-confirmation #order-items .h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

#order-confirmation #order-items .image img {
  width: 100%;
  max-width: 180px;
  margin-bottom: 1rem;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 20px;
}

#order-confirmation #order-items .qty .row div {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

#order-confirmation #registration-form .h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#order-confirmation #registration-form {
  width: 70%;
  margin: 70px auto 1rem;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

#order-confirmation #order-items .order-line {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

#order-confirmation #order-details {
  margin: 0 auto 0 0;
  padding: 20px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  width: 33%;
}

#order-confirmation #order-details .cart-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  margin-bottom: 20px;
}

#order-confirmation #order-details ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

#order-confirmation #order-details ul li:last-child {
  margin: 0;
}

#order-confirmation .details > span {
  margin-bottom: 10px;
  display: inline-block;
}

#order-confirmation .product-line-info {
  font-style: normal;
  font-weight: 200;
  font-size: 12px;
  line-height: 16px;
}

#order-confirmation .order-confirmation_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#order-confirmation .order-confirmation_totals {
  display: flex;
  flex-direction: column;
  width: 33%;
  padding: 20px;
  margin-left: auto;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}

#order-confirmation .orderTr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#order-confirmation .orderTr.total-value {
  background: #eeeeee;
  border-radius: 2px;
  padding: 14px 20px;
  margin-top: 20px;
}

#order-confirmation .orderTr .orderTd:first-child {
  font-weight: bold !important;
  font-size: 14px;
  line-height: 16px;
}

#order-confirmation .orderTr .orderTd:first-child {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
}

#order-confirmation .orderTr .orderTd:last-child {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}

.payment-options input[type="text"] {
  padding: 5px;
  min-width: 240px;
  font-size: 14px;
}

.js-product-images-modal .modal-dialog {
  max-width: 90vw;
  width: 90vw;
  border-radius: 6px;
}
#product-modal.js-product-images-modal .modal-content .modal-body {
  margin-left: 0;
}
#product-modal .images-modal-slider .product-cover-modal {
  width: 750px;
  height: 750px;
  max-height: 800px;
}

#product-modal .images-modal-slider ~ .progress-bar {
  position: absolute;
  background: #dfdfdf;
  width: 90%;
  height: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
  bottom: 0;
}

#product-modal .images-modal-slider ~ .progress-bar:hover {
  height: 8px;
  cursor: pointer;
}

#product-modal .images-modal-slider ~ .progress-bar .indicator {
  position: absolute;
  height: 100%;
  display: block;
  background: #111;
  top: 0;
  border-radius: 5px;
  transition: all 0.2s ease;
  pointer-events: none;
}

.images-modal-slider {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.images-modal-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.images-modal-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: #232323;
  z-index: 1;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
}
.images-modal-slider .arrow .icon path {
  fill: #fff;
}
.images-modal-slider .arrow:hover {
  background: #353535;
}
.images-modal-slider:hover .arrow {
  opacity: 1;
}
.images-modal-slider .arrow-right {
  right: 10px;
}
.images-modal-slider .arrow-right .icon {
  transform: rotate(-90deg);
}
.images-modal-slider .arrow-left {
  left: 10px;
}
.images-modal-slider .arrow-left .icon {
  transform: rotate(90deg);
}
/* OAUTH Login */

.kb-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.kbbutton-highlight,
.kbbutton-highlight li {
  width: 100%;
}
.kbbutton-highlight li:first-child {
  margin-bottom: 10px;
}

.kbbutton-highlight li a {
  width: 100%;
  box-shadow: none;
  border: none;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  margin: 0;
  padding: 13px 1rem;
}

#x13pmcookiebar {
  bottom: 0;
  top: auto;
  background: #333333;
  padding: 40px 20px;
  margin: 0;
  color: #ffffff;
  width: 100%;
  text-align: center;
  z-index: 6000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#x13pmcookiebar .x13pmcookiebar-text {
  margin: 0 50px 0 0;
  max-width: 600px;
  text-align: right;
}
#x13pmcookiebar p {
  font-family: Libre Franklin;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
#x13pmcookiebar #x13pmcookiebar-acceptation {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #2b2b2b;
  background: #ffffff;
  border: none;
  border-radius: 2px;
  padding: 10px 30px !important;
}
#x13pmcookiebar #x13pmcookiebar-acceptation:hover {
  background: #194185;
  color: #ffffff;
}

#x13pm_myaccount .pm_block_top a {
  color: #2b2b2b;
}
#x13pm_myaccount .pm_block {
  margin: 0 15px;
}

#awn-toast-container {
  z-index: 1000000000000;
}

/* reCaptcha */

.captcha_login label {
  display: none;
}

#header-sticky-content {
  padding-top: 30px;
  z-index: 1000000000;
  background: #ffffff;
}
#header-sticky-content.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
#header-sticky-content.sticky + .sticky-offset {
  padding-bottom: 151px;
}

.comparison-alternate-color {
  background: transparent;
}

.easywishlist-category-filter li button:hover,
.easywishlist-category-filter li button:focus,
.easywishlist-category-filter li button:active,
.easywishlist-category-filter li button.active {
  background: var(--accentColor);
}

.easywishlist-feature-filter button,
.comparison-button-share,
.easywishlist-button-icon:focus,
.easywishlist-button-icon:hover,
.easywishlist-button-icon:active {
  color: var(--accentColor);
}

.comparison-buttons {
  top: 0;
}

.comparison-image,
.comparison-image img {
  margin: 0;
  width: 100%;
}

.comparison-image img {
  height: 100%;
  object-fit: cover;
}

#module-comparewishlistpro-comparison .page-header h1 {
  margin-top: 30px;
  margin-bottom: 1rem;
  font-weight: 600;
}

.easywishlist-list-plain {
  margin-left: 10px;
}

.comparison-products .comparison-row-label {
  position: absolute;
  padding-left: 10px;
}

.comparison-item,
.comparison-list li {
  margin: 0 10px;
}

.comparison-item,
.comparison-list li {
  border-right: 1px solid #eee;
}

.comparison-list li {
  padding-top: 3rem;
}

.comparison-item h2 {
  margin-top: 10px;
}

.comparison-item .add-to-cart {
  max-width: 100%;
  min-width: auto;
}

.modal-open .modal {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

div[data-paypal-source-page="cart"] {
  display: none;
}

.comparison-nav i {
  background: var(--accentColor);
}

.product-referenceWrapper .product-comments-additional-info .btn {
  display: none;
}

#index .newsletter-block,
#cms.cms-id-9 .newsletter-block{
  background-color: #f5f5f5;
  padding: 25px 20px;
}

#cms.cms-id-9 .page-content.page-cms{
  padding: 0;
}

@media screen and (max-height: 750px) {
  .page-index .amazzingblog .block-viewall {
    bottom: -4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-container > .container > .row .links > .row > div:first-child {
    width: 45%;
  }
  .footer-container > .container > .row #block_myaccount_infos {
    width: 20%;
  }
  .footer-container > .container > .row .col-md-3.block-contact {
    width: 25%;
    padding: 0;
  }
  .deliveryLogos_item {
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #checkout .delivery-option .col-sm-1 {
    padding-left: 12px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  #checkout .delivery-option .col-xs-12:last-child {
    min-width: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1490px) {
  .carousel .carousel-item .caption .caption-description {
    transform: scale(0.8);
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .page-category .product-price-and-shipping .price {
    font-size: 20px;
  }
  .page-category .product-miniature .add-product-to-comparison {
    margin-right: 5px;
  }
}

@media (max-width: 991px) {
  .saleProductsSlider_slider {
    padding-left: 0 !important;
  }

  #product .product-container .h1 {
    font-size: 26px;
    line-height: 26px;
  }

  #product .product-add-to-cart .product-quantity {
    flex-wrap: wrap;
  }

  #product .products-delivery_content {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .product-description .add-to-cart {
    position: static;
  }
  #category .regular-price {
    position: relative;
    font-size: 16px;
  }
  #iqitmegamenu-mobile .cbp-spmenu {
    max-height: 650px;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  #iqitmegamenu-mobile ul li {
    -webkit-overflow-scrolling: touch;
  }

  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    height: auto;
  }

  #products .product-title,
  .featured-products .product-title,
  .product-accessories .product-title,
  .product-miniature .product-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    flex-basis: 100%;
  }

  .product-miniature .product-price-and-shipping {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .product-miniature .product-price-and-shipping .price {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .product-miniature .product-description .add-to-cart {
    right: unset;
  }

  .product-miniature .add-product-to-comparison {
    position: relative;
    right: 0;
    bottom: 0;
    /* margin-top: -70px; */
    margin-right: 20px;
  }

  .page-category .product-miniature .add-product-to-comparison {
    margin: 0 10px;
  }

  .product-miniature:hover .regular-price {
    opacity: 1;
  }

  .product-miniature:hover .add-product-to-comparison {
    right: 0;
  }

  .product-miniature form {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-self: flex-end;
    width: 100%;
  }

  .product-miniature .thumbnail-container.has-reviews:hover .highlighted-informations,
  .product-miniature .thumbnail-container.has-reviews:hover .highlighted-informations .variant-links {
    height: auto;
    min-height: auto;
  }

  .customText {
    padding: 110px 15px;
    margin-bottom: 80px;
  }

  .customText .containerBoxed {
    height: 300px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }

  .customText .containerBoxed.-heightAuto {
    height: auto;
    transition: all 0.3s ease-in-out;
  }

  .customText_viewMore {
    float: right;
    text-decoration: underline;
    display: inline;
  }

  .customText_viewLess {
    display: none;
  }

  .footerIcons {
    padding: 60px 15px;
  }

  .footerIcons_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footerIcons_list:after {
    display: none;
  }

  .footerIcons_listItem {
    margin-bottom: 30px;
    width: 45%;
  }

  .footerIcons_title {
    font-weight: bold;
    font-size: 32px;
    line-height: 36px;
  }

  .footerIcons_title:after {
    margin: 20px auto;
  }

  .footerIcons_desc {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 40px;
  }

  .customerReview {
    padding: 80px 15px;
  }

  .customerReview_title {
    margin: 0;
    padding: 0;
  }
/*
  .customerReview_listItem:nth-last-child(2) {
    display: none;
  }

  .customerReview_listItem:last-child {
    display: none;
  }

  .customerReview_list {
    justify-content: space-between;
    padding: 40px 0 0 0;
  }

  .customerReview_listItem:first-child {
    width: 59%;
    margin: 0 auto 40px auto;
  }

  .customerReview_listItem:first-child .customerReview_listItemStars {
    justify-content: center;
  }

  .customerReview_listItem .customerReview_listItemStarsItemImg {
    max-width: 30px;
  }

  .customerReview_listItem:nth-child(2),
  .customerReview_listItem:nth-child(3) {
    width: 49%;
    margin: 0;
  }
*/
  .footer-container .links ul {
    background: none;
  }

  .footer-container .links ul > li {
    border: none;
    padding: 0;
  }

  .paymentLogos {
    justify-content: center;
    margin-bottom: 40px;
  }

  .footerLogos .paymentLogos_item {
    justify-content: center;
    width: 20%;
    height: 3rem;
    margin: 20px;
  }

  .footerLogos .paymentLogos_item:last-child img {
    height: 100%;
  }

  #product .product-actions .paymentLogos_item {
    width: 13%;
    justify-content: center;
    height: 3rem;
    margin: 20px;
  }

  .footerLogos .h3 {
    text-align: center;
  }

  .deliveryLogos {
    justify-content: center;
    margin-bottom: 80px;
  }

  .footer-container {
    padding: 30px 15px;
  }

  .footer-container > .container > .row:after {
    display: none;
  }

  .footer-container > .container > .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer-container > .container > .row .col-md-3 {
    width: 48%;
    margin-bottom: 40px;
  }

  .footer-container > .container > .row .col-md-3:last-child,
  .footer-container > .container > .row .col-md-3:nth-last-child(2) {
    margin-bottom: 0;
  }

  .footerBottom {
    padding: 0;
    margin: 0;
  }

  .footerBottom .col-md-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .footerBottom .col-md-12 p {
    margin-bottom: 10px;
  }

  .footerBottom .col-md-12 p:last-child {
    margin-bottom: 0;
  }

  .blockcart .header {
    position: static;
  }

  .shopping-cart_dropdown {
    width: 100%;
    position: absolute;
    top: 88px;
    left: 0;
    border: none;
    max-height: 50vh;
    min-height: 260px;
    overflow: scroll;
  }

  .shopping-cart_dropdown:after,
  .shopping-cart_dropdown:before {
    display: none;
  }

  .shopping-cart_dropdown .product-line-grid-right .col-xs-4 {
    display: none;
  }

  .shopping-cart_dropdown .product-line-grid-right .row:after {
    display: none;
  }

  .cart-summary-line.cart-total {
    display: flex;
    justify-content: space-between;
  }

  .cart-summary-line:after {
    display: none;
  }

  #header .header-nav .cart-preview.active a,
  #header .header-nav .cart-preview.active i,
  #header .header-nav .blockcart.active a:hover {
    color: var(--primaryColor);
  }

  .shopping-cart_dropdown .product-line-grid-left {
    width: 30% !important;
  }

  .shopping-cart_dropdown .product-line-grid-body {
    width: 60% !important;
    text-align: left;
  }

  .shopping-cart_dropdown .product-line-grid-body .product-line-info {
    white-space: pre-line;
  }

  .shopping-cart_dropdown .product-line-grid-body .product-line-info.-attributes {
    display: none;
  }

  .shopping-cart_dropdown .product-line-actions .product-price {
    margin-left: 1rem;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
  }

  .shopping-cart_dropdown .product-line-grid-right .row {
    display: flex;
    justify-content: space-between;
  }

  .shopping-cart_dropdownTitle {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    margin: 0;
  }

  .cart-items {
    padding: 15px 0 20px 0;
  }

  .bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
  }

  .shopping-cart_dropdownButtonsCheckout {
    margin: 0;
  }

  .upperNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: rgba(240, 240, 240, 0.5);
  }

  .right-nav a {
    margin-top: -5px;
  }

  #header .header-nav {
    padding: 0;
    margin: 0;
  }

  #iqitmegamenu-shower {
    display: none;
  }

  .hamburger {
    background-color: #000;
    padding: 11px !important;
    height: 50px !important;
  }

  .hamburger-box {
    width: 30px;
    display: flex;
    justify-content: center;
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 18px;
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before,
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner:after,
  .hamburger.is-active .hamburger-inner:before {
    background-color: var(--lightColor);
  }

  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    height: 1.6px;
  }

  .mobileSearchButton {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
  }

  .mobileSearchButton img {
    width: 26px;
  }

  .header-top {
    display: flex;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .headerTop_right .search-widget {
    position: relative;
    z-index: 99999999999999;
    margin: 15px;
  }

  .header-top > .container {
    width: 100%;
  }

  .navFull {
    border: none;
    display: none;
  }

  .search-widget {
    display: none;
  }

  .search-widget.-active {
    display: block !important;
    position: absolute;
    width: 100% !important;
    top: 50px;
    z-index: 2;
    padding: 0 15px;
    left: 0;
  }

  #header .header-nav .user-info {
    margin-left: 0;
  }

  .search-widget.-active input:focus {
    box-shadow: 0 0 3pt 2pt var(--accentColor);
    outline: none !important;
  }

  .search-widget.-active input {
    border-radius: 45px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .search-widget.-active button {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px !important;
    right: 10px !important;
  }

  .user-info {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .shopping-cart_button {
    height: 50px;
    width: 50px;
    border: none;
    background: none;
    position: relative;
  }

  .cart-products-count {
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    color: #fff;
    background: #eb3636;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;
  }

  .iqitmegamenu-wrapper {
    padding: 0;
  }

  .login-form {
    padding: 0;
  }

  .page-authentication .page-header h1 {
    display: none;
  }

  .login-form {
    border: none;
  }

  .register-form {
    border: none;
    padding: 0;
  }

  #wrapper .breadcrumb {
    margin: 20px 15px;
  }

  .categoryBanner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    position: relative;
    padding: 0;
    width: 100%;
    padding: 0 0 30px 0 !important;
  }

  .categoryBanner_inner {
    width: 100%;
    height: auto;
    min-height: auto;
    z-index: 1;
    border: 10px solid var(--categoryGray);
    margin: 0;
  }

  .categoryBanner_window {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: var(--categoryGray);
    color: var(--lightColor);
    text-align: center;
  }

  .categoryBanner_bg {
    width: 100%;
    object-fit: cover;
  }

  .category-depth-level-1 .categoryBanner_inner,
  .category-depth-level-2 .categoryBanner_inner {
    height: auto;
  }

  .category-depth-level-3 .subcategories,
  .category-depth-level-4 .subcategories {
    display: none;
  }

  .category-depth-level-3.page-category .categoryBanner_title,
  .category-depth-level-4.page-category .categoryBanner_title {
    font-size: 32px;
  }

  .categoryBanner_title {
    color: var(--lightColor);
    font-weight: bold;
    font-size: 32px;
    line-height: auto;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .categoryBanner_number {
    color: var(--lightColor);
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 60px;
  }

  .subcategories_list {
    grid-template-columns: repeat(1, 1fr);
    padding: 15px;
  }

  .subcategories_listItemLink {
    height: 290px;
  }

  #products .products,
  .featured-products .products,
  .product-accessories .products,
  .product-miniature .products,
  #prices-drop #products .products,
  #prices-drop .featured-products .products,
  #prices-drop .product-accessories .products,
  #prices-drop .product-miniature .products,
  #best-sales #products .products,
  #best-sales .featured-products .products,
  #best-sales .product-accessories .products,
  #best-sales .product-miniature .products,
  #search #products .products,
  #search .featured-products .products,
  #search .product-accessories .products,
  #search .product-miniature .products,
  #new-products #products .products,
  #new-products .featured-products .products,
  #new-products .product-accessories .products,
  #new-products .product-miniature .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .showing {
    display: none;
  }

  .cbp-hrmenu ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 30px 35px;
    width: 100%;
  }

  .cbp-hrmenu > ul > li {
    margin-bottom: 20px;
  }

  .cbp-hrmenu > ul > li:last-child {
    margin-bottom: 0;
  }

  .iqitmegamenu {
    padding: 0;
    margin: 0;
  }

  .iqitmegamenu > .container {
    padding: 0 !important;
  }

  #products {
    color: #7a7a7a;
    padding: 0 15px;
  }

  #js-product-list .products-selection:last-child .productsSortOrder,
  #js-product-list .products-selection .amountPerPage {
    display: none;
  }

  #js-product-list .products-selection:last-child .pagination {
    margin-right: auto;
  }

  #js-product-list .products-selection:first-child .categoryViewDetails {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #js-product-list .products-selection:first-child .productsSortOrder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    order: 0;
    width: 45%;
  }

  #js-product-list .products-selection:first-child .productsSortOrder .products-sort-order {
    width: 100%;
  }

  #js-product-list .products-selection:first-child .productsSortOrder .products-sort-order .dropdown_arrowIcon {
    margin-top: 5px;
    float: right;
  }

  #js-product-list .products-selection:first-child .categoryViewDetails .pagination {
    display: flex;
    justify-content: center;
    order: 2;
    margin-right: auto;
    width: 100%;
  }

  #js-product-list .products-selection:first-child .filter-button {
    width: 45%;
  }

  #search_filter_toggler {
    background-color: var(--accentColor);
    color: var(--lightColor);
  }

  .images-container .product-images {
    display: block;
  }

  .product-container {
    padding: 0 15px;
  }

  .product-miniature .highlighted-informations {
    left: 0;
  }

  #product .product-accessories .products {
    grid-template-columns: repeat(2, 1fr);
  }

  .swiper-wrapper .swiper-slide {
    margin: 0;
  }

  article.product-miniature.js-product-miniature {
    padding: 0 5px;
  }

  .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }

  #product .product-actions form {
    display: flex;
    flex-direction: column;
  }

  #product .product-actions form .product-prices {
    order: 0;
  }

  #product .product-actions form .product-add-to-cart {
    order: 1;
  }

  #product .product-actions form h1 {
    margin: 20px 0 0 0 !important;
  }

  #product .product-actions .product-referenceWrapper {
    order: 3;
  }

  #product .product-actions .product-flags_wrapper {
    order: 4;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #product .product-actions .separator {
    display: none;
  }

  #product .product-actions .product-variants {
    order: 5;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #product .product-actions .products-delivery {
    order: 6;
  }

  #product .product-actions .deliveryLogos {
    order: 7;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #product .product-actions .addToCartBottom {
    order: 8;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #product .product-actions .cart_paymentMethods {
    order: 9;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  #product .product-actions .paymentLogos {
    justify-content: center;
    margin-bottom: 0;
  }

  #product .product-actions .paymentLogos_item:last-child {
    width: auto;
    margin-top: 1rem;
    margin: 0;
  }

  #product .product-actions .paymentLogos_item:nth-child(5) {
    margin: 20px;
  }

  #product .product-actions .productBottomPart {
    order: 9;
  }

  #product .product-prices_wrapper .current-price {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
  }

  #product .product-discount .regular-price {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .tabs .nav-tabs .nav-link {
    margin-right: 25px;
  }

  .product-accessories .products {
    padding: 0 15px;
  }

  #iqitmegamenu-accordiona ul li:first-child a {
    padding-top: 0;
  }

  #iqitmegamenu-accordion ul li:last-child a {
    padding-bottom: 0;
  }

  #iqitmegamenu-accordion.cbp-spmenu > li a {
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    padding: 10px 1em;
  }

  #iqitmegamenu-accordion.cbp-spmenu > li:first-child > a {
    color: #eb3636;
  }

  #iqitmegamenu-accordion.cbp-spmenu > li > ul > li a {
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 1em;
    text-transform: none;
  }

  #iqitmegamenu-accordion.cbp-spmenu li a:hover {
    box-shadow: none;
  }

  .cbp-spmenu > li > ul > li > a:hover {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
  }

  #iqitmegamenu-accordion.cbp-spmenu > li ul {
    flex-direction: column;
    box-shadow: none;
  }

  #iqitmegamenu-mobile ul {
    width: 100%;
    /*margin-top: 17px;*/
    margin-top:29px;
  }

  #iqitmegamenu-accordion.cbp-spmenu li {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
  }

  #iqitmegamenu-accordion div.responsiveInykator {
    float: none;
    top: auto;
  }

  #iqitmegamenu-accordion {
    position: absolute;
    left: 0;
    top: 89px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    height: auto;
    padding: 30px 35px;
    z-index: 99999999999;
    box-shadow: none;
  }

  .iqitmegamenu-wrapper {
    position: static;
  }

  #iqitmegamenu-horizontal > .container {
    display: none;
  }

  .cbp-spmenu-overlay {
    display: none;
  }

  #module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item {
    flex-wrap: wrap;
    height: auto;
  }

  #module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item-cover {
    width: 100%;
  }

  #module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item-content-wrapper {
    width: 100%;
  }

  #module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item-cover a {
    height: 290px;
  }

  #module-amazzingblog-blog .category-page .post-item-wrapper-first .post-item-content-inner {
    padding: 0;
  }

  #module-amazzingblog-blog .category-page .post-list .post-item-content-wrapper {
    padding: 25px 15px;
  }

  #module-amazzingblog-blog .ab-pagination {
    display: flex;
    justify-content: center;
  }

  #module-amazzingblog-blog .post-item-wrapper-rest {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 15px;
  }

  #module-amazzingblog-blog .amazzingblog.post-page h1 {
    padding: 30px 0 15px 0;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
  }

  #module-amazzingblog-blog .amazzingblog.post-page .post-tags {
    margin-top: 10px;
  }

  #module-amazzingblog-blog .amazzingblog.post-page .post-main-image {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    margin-top: 30px;
  }

  #module-amazzingblog-blog .amazzingblog.post-page .post-main-image img {
    height: 290px;
    object-fit: cover;
  }

  #module-amazzingblog-blog .amazzingblog.post-page .post-content {
    margin: 30px 0;
    text-align: left;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: var(--primaryColor);
  }

  #module-amazzingblog-blog .amazzingblog.post-page .post-after-content {
    display: flex;
  }

  #module-amazzingblog-blog .amazzingblog.post-page .post-after-content .post-sharing {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: var(--primaryColor);
  }

  #module-amazzingblog-blog .post-page {
    font-size: 1rem;
    padding: 0 15px;
  }

  #module-amazzingblog-blog .post-comments {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }

  #module-amazzingblog-blog .post-page .social-share i {
    color: #000;
  }

  #module-amazzingblog-blog .post-tag.fill {
    background: var(--accentColor);
  }

  #module-amazzingblog-blog .post-tag.fill:before {
    border: 8px solid var(--accentColor);
    border-color: transparent var(--accentColor) transparent transparent;
  }

  .contactImg {
    flex-wrap: wrap;
    padding: 0 15px;
    margin-bottom: 80px;
  }

  .contactImg_imgWrapper {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }

  .contactImg_img {
    width: 100%;
    height: 290px;
    object-fit: cover;
  }

  .contactImg_logo {
    position: absolute;
    width: 250px;
  }

  .contact-rich {
    margin-bottom: 80px;
    padding: 0 15px;
  }

  .contact-content {
    padding: 0 15px !important;
  }

  .contactPage_mapWrapper {
    padding: 0 15px;
    margin: 80px 0 85px 0;
  }

  .contactPage_mapWrapper .contactPage_title {
    margin: 0 0 30px 0;
  }

  .contactImg_text {
    margin-bottom: 0;
  }

  #blockcart-modal .modal-title i.material-icons {
    margin-right: 20px;
  }

  #blockcart-modal .cart-content p.cart-products-count {
    display: none;
  }

  #blockcart-modal .modal-content .material-icons {
    display: none;
  }

  .page-cart #header .header-nav {
    margin: 5px 0;
  }

  .page-cart #header .header-nav > .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .page-cart #header .header-nav .top-logo a img {
    height: auto;
    width: 150px;
    max-height: auto;
    max-width: auto;
  }

  .cartTopContact_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }

  .cartTopContact_row:after {
    display: none;
  }

  .cartTopContact_list {
    justify-content: flex-end;
    flex-direction: column;
    align-items: start;
    margin: 0;
    padding-right: 15px;
  }

  .cartTopContact_item {
    margin-left: 0;
  }

  .cartTopContact_item:first-child {
    margin-bottom: 5px;
  }

  .cartTopContact_itemLink {
    font-size: 0.8rem;
  }

  .cartTopContact_itemLinkIcon {
    margin-right: 5px;
  }

  .page-cart #wrapper {
    margin-top: 30px;
  }

  .page-cart h1 {
    padding: 0 15px;
  }

  .orderPath {
    padding: 20px 0 30px 0;
  }

  .orderPath_listSeparator {
    display: none;
  }

  .page-cart .cart-grid-body {
    padding: 0 15px 30px 15px;
    margin-bottom: 0;
  }

  .page-cart .product-line-grid-right .product-price {
    padding-left: 30px;
    padding-right: 0;
  }

  .page-cart .product-line-grid-right .cart-line-product-actions {
    padding-right: 20px;
  }

  .page-cart .cart-item {
    padding: 0 0 40px 0;
  }

  .page-cart .cart-item:last-child {
    padding: 0;
  }

  .page-cart .cart-items {
    padding: 20px 15px;
  }

  .page-cart .product-line-grid-body {
    padding-left: 20px;
  }

  .page-cart .product-line-grid-right .col-md-10 {
    padding-left: 20px;
  }

  .page-cart .cart-grid-body .label {
    padding: 20px 0 0 0;
  }

  .page-cart .card {
    margin-bottom: 0;
  }

  .page-cart .cart-detailed-totals-top {
    padding: 20px;
    margin: 0 15px;
    margin-bottom: 30px;
  }

  .page-cart .cart-detailed-actions {
    padding-bottom: 0;
  }

  .page-cart .cart-detailed-actions .text-sm-center {
    text-align: center;
  }

  .page-cart .block-promo {
    margin: 0 15px;
  }

  .page-cart .block-promo .promo-input + button {
    height: 100%;
  }

  .page-cart .cart_paymentMethods {
    padding: 0 15px;
    margin-top: 30px;
  }

  .page-cart .page-cart .cart_paymentMethods h3 {
    margin: 0;
  }

  .page-cart .cart_paymentMethods .paymentLogos {
    justify-content: center;
    margin-bottom: 0;
  }

  .page-cart .cart_paymentMethods .paymentLogos_item:last-child {
    margin-right: 0;
    margin-left: 20px;
    border: none;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .page-cart #wrapper {
    margin-bottom: 90px;
  }

  .page-cart .cart-page_footer {
    flex-direction: column;
    margin-bottom: 30px;
  }

  .page-cart .cart-page_footerItem:first-child {
    margin-bottom: 10px;
  }

  .page-cart #footer {
    border: none;
    padding: 30px 15px 0;
  }

  .page-cart .cart-page_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding-top: 30px;
  }

  #checkout h1 {
    padding: 30px 15px;
  }

  #checkout h1 {
    margin-top: 40px;
  }
  .page-cart h1 {
    margin-top: 70px;
  }

  .page-cart .alert,
  #checkout .alert {
    margin-top: 60px;
  }

  #checkout .customer-form_additionalInfo,
  #order-confirmation .customer-form_additionalInfo {
    width: 100%;
    margin-bottom: 30px;
  }

  #checkout #customer-form > section,
  #order-confirmation #customer-form > section {
    width: 100%;
  }

  #checkout .cart-grid-body {
    margin-bottom: 20px;
    padding: 0 15px;
  }

  #checkout #customer-form .form-footer {
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
    font-weight: bold;
  }

  #checkout .checkout-step {
    padding: 0;
  }

  #checkout .checkout-step h1 {
    padding: 15px;
  }

  #checkout section.checkout-step.-current .content {
    padding: 15px;
  }

  #checkout .customer-form_additionalInfo {
    display: block;
  }

  #checkout .nav-inline.my-2 {
    display: flex;
    justify-content: center;
  }

  #checkout #customer-form .btn.continue {
    font-weight: bold !important;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  #checkout .cart-grid-body {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  #checkout #js-checkout-summary {
    padding: 15px;
  }

  #checkout .block-promo .promo-input + button {
    height: 100%;
  }

  #checkout .paymentLogos {
    justify-content: center;
  }

  #checkout .paymentLogos_item:nth-child(5) {
    margin-right: 20px;
  }

  /*  #checkout .cart_paymentMethods .paymentLogos_item:last-child {
    margin-left: 20px;
    margin-right: 20px;
    border: none;
    width: auto;
    margin-top: 20px;
  } */

  #checkout .cart-page_footer {
    flex-direction: column;
    margin-bottom: 30px;
  }

  #checkout .cart-page_footerItem:first-child {
    margin-bottom: 10px;
  }

  #checkout #footer {
    border: none;
    padding: 30px 15px 0;
  }

  #checkout .cart-page_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-top: 1px solid #f1f1f1;
    margin-bottom: 30px;
    padding-top: 30px;
  }

  #checkout .checkout-step.-complete h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #checkout .checkout-step.-complete h1 .step-edit {
    margin-left: auto !important;
    margin-top: 0 !important;
  }

  #checkout .delivery-option .col-xs-12 {
    width: auto;
    display: flex;
  }

  #checkout .delivery-option .col-sm-11 .row .col-xs-12:nth-child(2) {
    order: 2;
  }

  #checkout .delivery-option > label > div > div.col-sm-4.col-xs-12 {
    width: 100%;
  }

  #checkout .delivery-option > label > div > div.col-sm-4.col-xs-12 span {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
  }

  #checkout section.checkout-step .delivery-options .delivery-option img {
    width: 55px;
  }

  #checkout section.checkout-step .delivery-options .delivery-option .carrier-logo {
    margin-right: 20px;
  }

  #checkout section.checkout-step .delivery-options .delivery-option .carrier-name {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
  }

  #checkout section.checkout-step .delivery-options .delivery-option .carrier-price {
    position: relative;
    bottom: -13px;
  }

  #checkout .delivery-option > label > .row:after {
    display: none;
  }

  #checkout .delivery-option .col-xs-12:first-child {
    order: 0;
  }

  #checkout .delivery-option .col-xs-12:last-child {
    order: 0;
  }

  #checkout #payment-confirmation {
    justify-content: center;
  }

  #checkout #header .header-nav {
    margin-bottom: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
  }

  #checkout #header .header-nav > .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  #checkout #header .header-nav .top-logo a img {
    height: auto;
    width: 150px;
    max-height: auto;
    max-width: auto;
  }

  .footer-container > .container > .footerBottom {
    padding-top: 20px;
  }

  #js-product-list-header {
    padding: 0 15px 30px 15px;
  }

  .facet ul {
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0;
  }

  .facet ul li {
    padding: 5px 0;
  }

  #category #search_filters_wrapper {
    width: 100%;
  }

  #category #left-column #search_filters {
    padding: 0 45px;
    border: none;
    width: 100%;
  }

  #category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  #category #left-column #search_filter_controls {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 45px;
  }

  #category #left-column #search_filter_controls > h3 {
    width: 50%;
    text-align: left;
    padding-left: 45px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    height: auto;
    margin: 0 0 15px 0;
  }

  #category #left-column #search_filter_controls > .okk {
    width: 42px;
    height: 42px;
    background: #000;
    border-radius: 50%;
    padding: 0 !important;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  #category #left-column #search_filter_controls > .ok .material-icons {
    color: var(--lightColor);
    margin: 0;
  }

  #category #left-column #search_filter_controls .btnFilled {
    margin: 0 0 0 45px;
  }

  #category #left-column #search_filter_controls #_mobile_search_filters_clear_all button {
    background: none;
    margin: 0 45px 0 0;
    padding: 0 !important;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #000;
  }

  #category #left-column #search_filter_controls #_mobile_search_filters_clear_all .material-icons {
    display: none;
  }

  #header-sticky-content {
    padding-top: 0;
  }

  #header-sticky-content.sticky + .sticky-offset {
    padding-bottom: 0;
  }

  .contact-form .form-footer {
    text-align: center;
  }

  #module-amazzingblog-blog .category-page .blog-subcategories .category-item a .category-title {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
  }

  #module-amazzingblog-blog .category-page .blog-subcategories .category-item .posts-num {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
  }

  .blog-subcategory {
    margin-right: 20px;
  }

  #module-amazzingblog-blog .blog-subcategories {
    padding: 30px 15px;
    border-top: 1px solid #eeeeee;
    border-bottom: none;
  }

  #module-amazzingblog-blog .ab-pagination {
    margin: 0 0 30px 0;
  }

  #module-amazzingblog-blog .blog-subcategories .category-item:first-child .category-title {
    font-weight: bold !important;
  }

  #module-amazzingblog-blog .post-item .post-item-title a {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
  }


  #module-amazzingblog-blog .post-item .post-item-content {
    line-height: 24px;
  }

  .customerReview_listItemSubTitle {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #2b2b2b;
  }

  .customerReview_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #757575;
  }

  .header-nav .mobile {
    padding-bottom: 0 15px 5px 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .btnFilled,
  .btnOutlined {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  .swiper-button-next,
  .swiper-button-prev {
    /*display: none;*/
  }

  .page-index .amazzingblog h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .page-index .amazzingblog .post-item .post-item-title a {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
  }

  #custom-text h2 {
    font-style: normal;
    font-weight: 300 !important;
    font-size: 32px !important;
    line-height: 32px !important;
  }

  #custom-text {
    margin-bottom: 0;
  }

  .customText_viewMore {
    margin-top: 20px;
  }

  .subcategories_nameLink {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
  }

  .subcategories_nameLink span {
    font-weight: normal;
  }

  .subcategories_description p span {
    color: var(--darkGray);
    font-style: normal;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 20px;
  }

  .headerTop_leftLogoTitle {
    margin-bottom: 0;
    margin-right: auto;
  }

  .headerTop_leftLogoTitle a {
    display: inline-block;
  }

  .headerTop_leftLogoTitle a .logo {
    width: auto;
    height: 50px;
  }

  body#order-confirmation #header .header-nav {
    width: 100%;
  }

  body#order-confirmation #header .header-nav > .container {
    width: 100%;
    margin: 0;
  }

  #order-confirmation #header .header-nav {
    margin: 5px 0 !important;
  }

  #order-confirmation #wrapper {
    margin: 20px 15px;
  }

  #order-confirmation #header #order-items {
    border-right: 1px solid #eeeeee;
  }

  #order-confirmation .details > span {
    font-size: 14px;
  }

  #order-confirmation #order-items .order-line {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  #order-confirmation #order-items .qty {
    margin-top: 20px;
  }

  #order-confirmation #order-items .order-confirmation-right {
    padding-left: 20px;
  }

  #order-confirmation #order-items .order-confirmation-right .qtyNumber {
    text-align: center !important;
    font-weight: 300 !important;
  }

  #order-confirmation #order-items .order-confirmation-right .qtyPrice {
    text-align: left !important;
  }

  #order-confirmation #order-items .order-confirmation-right .qtyTotal {
    text-align: right !important;
  }

  #order-confirmation .order-confirmation_totals {
    width: 100%;
    margin-bottom: 30px;
  }

  #order-confirmation #order-details {
    width: 100%;
  }

  #order-confirmation #registration-form {
    padding: 20px 15px;
    width: 100%;
  }

  #order-confirmation #customer-form .form-footer {
    margin-left: auto;
    margin-right: auto;
  }

  #order-confirmation .cartTopContact_itemLinkText {
    font-weight: 600;
  }

  .step-edit {
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .images-container .product-images {
    overflow-x: scroll;
  }
  .easywishlist-category-filter ul,
  .easywishlist-category-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .easywishlist-category-filter ul,
  .easywishlist-category-filter ul li,
  .easywishlist-category-filter ul li button {
    width: 100%;
  }
  .easywishlist-category-filter ul {
    margin: 0;
  }
  .product-miniature .add-product-to-comparison {
    margin-right: 10px;
  }
  .product-miniature form.add-to-cart-or-refresh {
    padding-left: 0;
  }
  .easywishlist-category-filter .comparison-remove-category {
    margin: 0 auto;
  }
  .easywishlist-category-filter ul li {
    border-right: 1px solid #ddd;
  }
  .footerLogos .col-md-4 {
    width: 100%;
  }
  .deliveryLogos_item {
    width: 20%;
  }
  .add-to-cart-container {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    padding: 4px;
  }
  .add-to-cart-container.out-of-stock {
    pointer-events: none;
  }
  .add-to-cart-container.out-of-stock .product-prices,
  .add-to-cart-container.out-of-stock .product-add-to-cart {
    opacity: 0.5;
  }
  .add-to-cart-container .h1 {
    padding: 0 20px;
  }
  .addToCartBottom.hidden-md-up {
    opacity: 0.2;
  }
  .bestsellersSlider {
    max-width: 640px;
    margin: 0 auto;
  }

  #x13pmcookiebar {
    flex-wrap: wrap;
  }
  #x13pmcookiebar .x13pmcookiebar-text {
    margin: 0 0 20px 0;
    max-width: unset;
    width: 100%;
    text-align: center;
  }
  .product-quantity .input-group-btn-vertical {
    display: none;
  }
  .homeCategoriesSlider {
    clip-path: polygon(0 0, 100% 1.5%, 100% 100%, 0% 100%);
  }
  #iqitmegamenu-accordion.cbp-spmenu div.responsiveInykator.is-opened + a {
    position: relative;
  }
  #iqitmegamenu-accordion.cbp-spmenu div.responsiveInykator.is-opened + a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: -3px;
    background: var(--accentColor);
  }
  #prices-drop .product-miniature .thumbnail-container .product-thumbnail img,
  #new-products .product-miniature .thumbnail-container .product-thumbnail img,
  #search .product-miniature .thumbnail-container .product-thumbnail img {
    object-fit: contain;
  }
  .page-cart .card {
    margin-bottom: 3rem;
  }
  .page-cart .paypal-buttons {
    display: none !important;
    pointer-events: none;
  }
  /* .product-miniature .add-product-to-comparison,
  .product-miniature:hover .add-product-to-comparison {
    right: 20px;
  } */
  /*.categoryBanner_bg {
    position: static;
  }*/
  .categoryBanner {
    overflow: hidden;
    padding: 0!important;
    margin-bottom: 30px;
  }
  .categoryBanner_inner {
    border: none;
  }
  .categoryBanner_window {
    max-width: 100%;
    min-height: 280px;
    background: rgba(99, 99, 99, 0.5);
  }
  .pagination-top .pagination, .highlighted-informations  {
    display:none!important;
  }
  .product-miniature .add-product-to-wishlist {
    padding: 0px 10px!important;
    top:15px;
  }
  .category-depth-level-1 .categoryBanner_inner,
  .category-depth-level-2 .categoryBanner_inner {
    min-height: 280px;
  }
  .easywishlist-feature-filter .material-icons {
    display: none;
  }
}
@media (max-width: 639px) {
  .product-slider-container .swiper-slide .thumbnail-container{
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .categoryBanner_window,
  .category-depth-level-1 .categoryBanner_inner,
  .category-depth-level-2 .categoryBanner_inner {
    min-height: auto;
  }
  #products .product-description,
  .featured-products .product-description,
  .product-accessories .product-description,
  .product-miniature .product-description {
    padding: 0 15px;
    padding-bottom: 20px;
    /* padding-bottom: 90px; */
  }
  .easywishlist-catalog-buttons,
  .product-miniature .buttons_bottom_block {
    position: static;
  }
  .product-miniature .add-product-to-wishlist {
    top: 15px;
  }

  /*   .product-miniature .product-description .add-to-cart {
    position: absolute;
    left: 15px;
    bottom: 10px;
    margin: 0;
  } */
  /*   .product-miniature .add-product-to-comparison,
  .product-miniature:hover .add-product-to-comparison {
    position: absolute;
    right: 15px;
    transform: translateY(-125%);
    margin: 0;
  } */
  .subcategories_title {
    margin-top: 3rem;
  }
  #x13pm_myaccount .pm_block {
    margin: 0;
  }
  .bestsellersSlider_slider,
  .newProductsSlider_slider,
  .saleProductsSlider_slider {
    width: 100%;
    padding-right: 0;
    margin: 0 !important;
  }
  /*.categoryBanner_bg {
    height: 250px;
  }*/
  .page-category .product-miniature .add-product-to-comparison {
    margin: 0;
  }
  .page-index .amazzingblog {
    margin-top: 1rem;
  }
  .page-cart .paymentLogos .paymentLogos_item {
    flex-basis: 25%;
  }
  .page-cart .blockreassurance_product {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-cart .blockreassurance_product > div {
    max-width: 90%;
  }
  #boninstagram .instagram-carousel-container ul {
    flex-wrap: wrap;
  }

  #boninstagram .instagram-carousel-container .instagram-item {
    flex-basis: 48%;
    width: 48%;
    margin: 0.95%;
  }
  .product-miniature .thumbnail-container .product-thumbnail img {
    object-fit: contain;
  }
  .btnFilled,
  .btnOutlined {
    margin-top: 36px;
  }
  .category-description {
    padding: 0 15px;
  }
  .footer-container .block-contact a {
    font-size: 12px !important;
  }
  .page-product .product-cover {
    margin-bottom: 15px;
  }
  .page-product .deliveryLogos_item {
    width: 28%;
  }
  .page-product .product-container > .col-md-4 {
    padding-left: 0;
  }
  #product .product-actions .productBottomPart {
    width: 100%;
  }
  .easywishlist-form-row {
    flex-direction: column;
  }
  .comparison-permalink.page-content.card.card-block {
    padding: 0 10px;
  }
  .easywishlist-form-row > * {
    width: 100%;
  }
  .comparison-permalink.card button {
    margin-left: 0;
  }
  #module-comparewishlistpro-comparison #main {
    padding: 0 10px;
  }
  #blockcart-modal .cart-content .cart-content-btn {
    /*flex-direction: column;*/
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  .page-cart .product-line-grid-right .text-xs-right {
    float: right;
  }
  #blockcart-modal .cart-content {
    margin-top: 15px;
  }
  .wishlist-table th,
  .wishlist-table td,
  .wlp_bought_infos th,
  .wlp_bought_infos td {
    font-size: 13px;
  }
  .wishlist-table {
    overflow: scroll;
  }
}

@media (max-width: 510px) {
  .product-miniature .product-price-and-shipping {
    margin-bottom: 0;
  }
  .product-miniature form.add-to-cart-or-refresh {
    justify-content: center;
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 410px) {
  .bestsellersSlider {
    max-width: 312px;
  }
  .homeCategoriesSlider_listContainer:not(.manufacturers-slider) .swiper-slide {
    margin: 0 10px;
    width: 165px !important;
  }
  .homeCategoriesSlider_listItemImg {
    width: 100% !important;
    height: 170px !important;
  }
  #iqitmegamenu-mobile ul {
    /*margin-top: 23px;*/
    margin-top:50px;
  }
  .productBottomPart {
    margin-left: -15px;
  }
  .social-sharing ul {
    display: flex;
  }
  .social-sharing li {
    height: 20px;
    background-size: contain;
  }
  .social-sharing li::before {
    display: inline-block;
    height: 20px;
  }
  .social-sharing li a {
    width: auto;
  }
  .easywishlist-action-buttons svg {
    margin-right: 0;
    width: 20px;
  }
  .easywishlist-action-buttons > * {
    margin-right: 15px;
  }
  .easywishlist-action-buttons > :not(.wishlist-hidden) {
    width: 32px;
    height: 32px;
  }
  .product-miniature form.add-to-cart-or-refresh {
    flex-basis: 100%;
  }
}
.footerIcons_link {
  display: none;
}

@media screen and (max-width: 360px) {
  .product-miniature .add-product-to-comparison,
  .product-miniature:hover .add-product-to-comparison {
    right: 10px;
  }
  .product-miniature .product-description .add-to-cart {
    margin-left: -10px;
  }
}

/* koszyk rwd >>>>> */
@media (min-width: 992px) {
  .shopping-cart_dropdown {
    max-height: calc(100vh - 131px);
    overflow-y: auto;
  }
  .sticky .shopping-cart_dropdown {
    max-height: calc(100vh - 91px);
    overflow-y: auto;
  }
}
@media (max-width: 991px) {
  .hidden-lg-up.mobile {
    position: relative;
  }
  .shopping-cart_dropdown {
    position: absolute;
    margin: 50px 0;
    top: 0;
    left: 0;
    right: 0;
    min-height: unset;
    max-height: unset;
  }

  .shopping-cart_dropdown {
    height: calc(100vh - 90.5px);
  }
}
@media (max-width: 767px) {
  .shopping-cart_dropdown {
    height: calc(100vh - 108px);
  }
}
/* <<< koszyk rwd */

@media screen and (min-width: 1810px) {
  .page-index #wrapper .saleProductsSlider,
  .page-index #wrapper .newProductsSlider {
    max-width: 1790px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1810px) {
  .page-index #wrapper .saleProductsSlider,
  .page-index #wrapper .newProductsSlider {
    max-width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .flexifi-widget .flexifi-description .flexifi-main {
    white-space: normal !important;
  }

  #header .header-nav .upperNav {
    flex-wrap: wrap;
  }
  #header .header-nav .upperNav .left-nav,
  #header .header-nav .upperNav .right-nav {
    flex-basis: 100%;
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
  }
  #header .header-nav .upperNav .right-nav {
    padding-top: 15px;
  }
  .right-nav-facebook-logo {
    margin-left: 0;
  }
}
@media screen and (max-height: 780px) {
  #product-modal.js-product-images-modal .modal-dialog {
    max-height: 100%;
  }
}
#product #sb-container {
  z-index: 1000000000;
}

/* new category sizes */
.filterPC #search_filters .facet {
  display: table-cell!important;
  /*width: auto!important;*/
  width:250px!important;
  padding-right: 20px!important;
}

.filterPC #search_filters .h6, .filterPC #search_filters #_desktop_search_filters_clear_all {
  display: inline-block!important;
  padding-right: 20px!important;
}

#category #products .products,  #search #products .products, #prices-drop #products .products {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  #category #products .products, #search #products .products, #prices-drop #products .products {
    grid-template-columns: repeat(2,1fr);
  }
  .page-category .swiper-slide, .page-search .swiper-slide,  .page-prices-drop .swiper-slide {
    height: auto!important;
  }
  #header .header-nav { 
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #f7f7f7;
  }
}
#products .thumbnail-container {
  max-width: none;
}

#products .product-miniature .thumbnail-container .product-thumbnail {
  height: 356px;
}

@media (max-width: 567px) {

  #category #products .products, #search #products .products, #prices-drop #products .products {
    grid-column-gap: 8px !important;
  }

  .page-category .swiper-slide,#new-products .swiper-slide,#prices-drop .swiper-slide,#search .swiper-slide {
      margin-bottom: 16px !important;
  }
  
  #products .product-miniature .thumbnail-container .product-thumbnail {
    height: 240px !important;
  }
}
#products .thumbnail-container {
  max-width: none;
}
#products .product-miniature .thumbnail-container .product-thumbnail {
  height: 356px;
}
.thumb-bar-container {
  margin-bottom: 20px;
}
.thumb-bar-counter {
  font-size: 14px;
  text-align: right;
  margin-bottom: 5px;
}
.thumb-bar {
  background: #dfdfdf;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
#thumb-bar-progress {
  height: 5px;
  display: block;
  background: #111;
  border-radius: 5px;
  transition: all 0.2s ease;
  pointer-events: none;
  position: absolute;
}

.promo-code-button-link {
  border: 1px solid rgb(238, 238, 238);
  color: #363a42;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  transition: background-color .3s ease-in-out;
  font-weight: 600;
}
.promo-code-button-link:hover {
  color: #363a42;
  background-color: rgb(238, 238, 238);
}
.promo-code-collapse {
  border: 1px solid rgb(238, 238, 238);
  padding: 1rem;
  border-top: 0;
}
.promo-code-button-link svg {
  transform: rotate(0);
}
.promo-code-button-link:not(.collapsed) svg {
  transform: rotate(180deg);
}

.ui-jolisearch .jolisearch-body {
  background-color: #fff;
}
/* mobile scroll arrows */
.mobile-scroll-box-arrows .left {
  left: 0;
}
.mobile-scroll-box-arrows .right {
  right: 0;
}
.mobile-scroll-box-arrows i {
  position: absolute;
  bottom: 1.625rem;
  height: 40px;
  line-height: 10px;
  cursor: pointer;
  top: 50%;
}
.mobile-scroll-box-arrows {
  display: block;
}
.mobile-scroll-box-arrows .material-icons {
  font-size:48px;
}

.page-cms-4 p {
  color: #000;
  font-size: 18px;
  line-height: 140%
}

.page-cms-4 p.bold {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}

.page-cms-4 p.center {
  text-align: center;
}

.page-cms-4 p.m-bottom {
  margin-bottom: 40px;
}

.page-cms-4 p.m-top {
  margin-top: 40px;
}

.page-cms-4 .row {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.page-cms-4 .image-left {
  width: 100%;
  height: auto;
}

.page-cms-4 .col-md-4 img {
  max-width: 100%;
  height: auto;
}
.page-cms-4 .col-md-4:nth-child(1) img {
  margin-right: 40px;
}

.page-cms-4 .col-md-4:nth-child(2) img {
  margin: 0 20px;
}

.page-cms-4 .col-md-4:nth-child(3) img {
  margin-left: 40px;
}

.page-cms-4 .content-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .page-cms-4 p {
    color: #000;
    font-size: 16px;
  }
  
  .page-cms-4 p.bold {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page-cms-4 .row .col-md-4 img {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
  }
  
  .page-cms-4 .image-left {
   margin-bottom: 25px;
  }
}

.lgcookieslaw-banner {
  background-color: rgba(0,0,0,.9);
}
label[for="filestyle-0"] {
  color: #194185 !important;
  background: white !important;
  border: 1px solid #194185 !important;
}
.cbp-fade-slide-top .cbp-hropen .cbp-hrsub {
  z-index: 101;
}

#wrapper > .container > nav > ol:last-child:after {
  content: '';
  height: 48px;
  display: block;
  color: transparent;
}

.product-reviews {
  margin-top: 2rem;
}

#product .featured-products.mt-3 {
  margin-top: 0 !important;
}

#product .featured-products .products {
  grid-row-gap: 20px;
}

#product .featured-products .products .product-miniature form.add-to-cart-or-refresh {
  justify-content: space-around;
}

#product .featured-products .products .product-miniature .thumbnail-container {
  max-width: 100%;
}

#product .featured-products .products .product-miniature .thumbnail-container .product-thumbnail {
  height: 356px;
}

@media (max-width: 567px) {
  #product .featured-products .products .product-miniature .thumbnail-container .product-thumbnail {
    height: 240px !important;
  }
}

.modal#post-product-comment-modal:not(.in) {
  z-index: 1;
}

.tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .tiles {
    grid-template-columns: 1fr;
  }
}

.tiles > .tile {
  aspect-ratio: 1.58;
  background-size: auto 100%;
  background-position: 100% 50%;
  transition: background-position .4s;
  position: relative;
}

.tiles > .tile:hover {
  background-position: 0 50%;
}

.tiles > .tile > .tile-body {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5cafa800;
  transition: background-color .4s;
  padding: 20px;
  color: #fff;
  overflow: hidden;
}

.tiles > .tile:hover > .tile-body {
  background-color: #00000091;
}

.tiles > .tile > .tile-body > div {
  position: absolute;
  bottom: 20px;
  padding-right: 20px;
}

.tiles > .tile > .tile-body > div > .tile-subtitle {
  font-size: 1rem;
  transform: translateX(calc(100% + 20px));
  opacity: 0;
  transition: transform .4s, opacity .4s;
  line-height: 1.35em;
}

@media (max-width: 767px) {
  .tiles > .tile > .tile-body > div > .tile-subtitle {
    font-size: 0.7rem;
  }
}

.tiles > .tile:hover > .tile-body > div > .tile-subtitle {
  transform: translateX(0);
  opacity: 1;
}

.tiles > .tile > .tile-body > div > .tile-subtitle > a {
  display: block;
  margin-top: 10px;
  color: inherit;
  font-weight: 600;
  font-family: Arial, sans-serif;
}

.tiles > .tile > .tile-body > div > .tile-subtitle > a:hover {
  opacity: 0.8;
}

.tiles > .tile > .tile-body > div > .tile-divider {
  height: 3px;
  width: 0;
  background: #fff;
  margin: 8px auto 25px 0;
  transition: width .4s;
}

@media (max-width: 767px) {
  .tiles > .tile > .tile-body > div > .tile-divider {
    margin: 5px auto 12px 0;
  }
}

.tiles > .tile:hover > .tile-body > div > .tile-divider {
  width: 100%;
}

.tiles > .tile > .tile-body > div > .tile-title {
  font-size: 1.7rem;
  text-transform: uppercase;
  text-shadow: 0 0 4px #939393a6;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tiles > .tile > .tile-body > div > .tile-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .tiles > .tile > .tile-body > div > .tile-title {
    font-size: 1.3rem;
    text-align: left;
  }
}

.tiles > .tile:hover > .tile-body > div > .tile-title {
  background-color: transparent;
}

.tiles > .tile > .tile-body > a {
  position: absolute;
  z-index: 110;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .tiles > .tile > .tile-body > a {
    display: none;
  }
}

.homeCategoriesSlider_customCategory .homeCategoriesSlider_listItemImg {
  border-radius: 0;
  object-fit: contain;
}
