/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap");

@font-face {
  font-family: "Times Now";
  src: local("Times Now Extra Light Italic"),
    local("Times-Now-Extra-Light-Italic"),
    url("TimesNow-ExtraLightItalic.woff2") format("woff2"),
    url("TimesNow-ExtraLightItalic.woff") format("woff"),
    url("TimesNow-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Neue LT Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Italic"),
    url("Helvetica Neue LT 56 Italic.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue LT Ultra Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Ultra Light Italic"),
    url("Helvetica Neue LT 26 Ultra Light Italic.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue LT Thin Extended";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Thin Extended"),
    url("Helvetica Neue LT 33 Thin Extended.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue LT Light";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Light"),
    url("Helvetica Neue LT 45 Light.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue LT Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Thin"),
    url("Helvetica Neue LT 35 Thin.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue LT Medium Condensed";
  font-style: normal;
  font-weight: 100;
  src: local("Helvetica Neue LT Medium Condensed"),
    url("Helvetica Neue LT 67 Medium Condensed.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue LT Extended";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Extended"),
    url("Helvetica Neue LT 53 Extended.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue LT Medium Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Medium Condensed"),
    url("Helvetica Neue LT 57 Condensed.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue LT Roman";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT Roman"),
    url("Helvetica Neue LT 55 Roman.woff") format("woff");
}

@font-face {
  font-family: "HelveticaNeueLTComCondensed";
  font-style: normal;
  font-weight: normal;
  src: local("HelveticaNeueLTComCondensed"),
    url("Helvetica-Neue-LT-Com-57-Condensed.ttf") format("ttf");
}

@font-face {
  font-family: "HelveticaNeueLTCom";
  font-style: normal;
  font-weight: normal;
  src: local("HelveticaNeueLTCom"), url("helvetica.otf") format("otf");
}

@font-face {
  font-family: "HelveticaNeueLTStd";
  font-style: normal;
  font-weight: normal;
  src: local("HelveticaNeueLTStd"),
    url("HelveticaNeueLTStd-BdCn.otf") format("otf");
}

@font-face {
  font-family: "HelveticaNeueLTW1GLt";
  font-style: normal;
  font-weight: normal;
  src: local("HelveticaNeueLTW1GLt"),
    url("HelveticaNeueLTW1GLtCn.otf") format("otf");
}

@font-face {
  font-family: "Helvetica Neue LT 47 Light Condensed";
  font-style: normal;
  font-weight: normal;
  src: local("Helvetica Neue LT 47 Light Condensed"),
    url("Helvetica Neue LT 47 Light Condensed.woff") format("woff");
}

/*@font-face {
  font-family: "calibri-bold";
  font-style: normal;
  font-weight: 900;
  src: url("calibrib.ttf");
}*/

@font-face {
  font-family: "Times new roman-bold";
  font-style: normal;
  font-weight: 900;
  src: url("times-new-roman-bold.ttf");
}

@font-face {
  font-family: "Times new roman";
  font-style: normal;
  font-weight: 900;
  src: url("times-new-roman.ttf");
}

*,
*:focus,
*:hover {
  outline: none !important;
}

input {
  font-family: "Times new roman";
  font-weight: 100 !important;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

body {
  background-color: #fff;
  font-family: "Times new roman-bold";
  padding-top: 64px;
}

#footer {
  background-color: #fff;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 17px;
}

#search_widget {
  display: none;
  position: fixed;
  top: 64px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  padding: 45px 0 25px;
  width: 100%;
  z-index: 999;
  width: 550px;
}

@media (min-width: 992px) {
  #search_widget {
    box-shadow: 0px 12px 25px 0px rgb(0 0 0 / 4%);
  }
}

.form-control-label {
  text-align: left;
}

#search_widget {
  display: none;
}

#search_widget>form {
  width: 90%;
  margin: auto;
}

.close-search {
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
  cursor: pointer;
}

#wrapper {
  background: #fff !important;
  box-shadow: unset !important;
}

div.color-name {
  text-align: center;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
}

#top-menu .menu-list {
  position: relative;
  display: flex;
  margin-bottom: 0;
  width: 100%;
}

#top-menu .menu-list>li>a {
  font-family: "Helvetica Neue LT Medium Condensed";
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  color: #1e1e20 !important;
  padding: 22px 10px;
  letter-spacing: 0.5px;
}

#top-menu .menu-list a:hover,
.menu-right .wish_link:hover {
  background-color: #f0eeec;
  color: #000;
}

#top-menu .menu-right {
  display: flex;
  justify-content: space-between;
}

#top-menu .menu-right a {
  padding: 22px 10px;
  font-size: 14px;
}

.menu-right span.expand-more {
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 13px;
}

.menu-right .expand-more:hover {
  color: #c6a224;
}

.menu-right i.expand-more {
  color: #232323 !important;
  font-size: 12px;
  font-weight: 900;
}

.language-selector.open {
  background-color: #f0eeec;
}

.language-selector .dropdown-menu {
  background-color: #f0eeec;
  left: unset !important;
  right: 0;
  margin: 0;
  top: 99%;
  border: 0;
  padding: 0.5rem 10px;
}

.language-selector>button:focus .expand-more {
  color: #232323;
}

.language-selector>button {
  padding: 25px 10px;
}

.language-selector>button:hover {
  background-color: #f0eeec;
}

.language-selector>button:focus {
  color: #f0eeec;
}

.language-selector:hover .expand-more {
  color: #232323 !important;
}

#_desktop_cart .header {
  display: flex;
}

#top-menu .shopping-bag {
  position: relative;
  margin-top: 0;
}

#top-menu .shopping-bag img {
  height: 100%;
  margin-top: -3px;
  width: 13px;
}

#top-menu .shopping-bag a {
  font-family: "Helvetica Neue LT Medium Condensed";
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 800;
}

#top-menu .shopping-bag a span span {
  font-weight: 400;
}

#product #top-menu .shopping-bag span {
  color: #1d232e !important;
}

#top-menu .logo-top {
  display: flex;
  justify-content: center;
  width: 26%;
}

#top-menu .logo-leimann {
  width: 52%;
}

#top-menu .logo-leimann a {
  padding: 0;
}

#top-menu .logo-leimann img {
  width: 100%;
}

#top-menu .row {
  display: flex !important;
  align-items: center;
  width: 100%;
  margin: auto;
}

#blockcart-modal .modal-title i.material-icons {
  margin-right: 10px;
  margin-top: -5px;
}

#top-menu .row>div:first-child,
#top-menu .row>div:last-child {
  display: flex;
  align-items: end;
  width: 37% !important;
}

#top-menu .row>div:last-child .menu-list {
  justify-content: flex-end;
}

#_desktop_top_menu {
  width: 100%;
  z-index: 1;
}

.payment_type {
  width: 100%;
  max-width: 250px;
  margin-top: 20px;
}

body#checkout .modal-content {
  max-height: 100vh;
  overflow-y: auto;
}

body#checkout .modal {
  z-index: 9999;
}

#header .header-top .menu {
  z-index: 999 !important;
}

#header .header-top .menu {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed !important;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}

.stripe-payment-form .stripe-card-cvc,
.stripe-payment-form .stripe-card-expiry {
  width: 112px;
  max-width: 112px;
}

#top-menu .lang->a {
  display: flex;
  padding: 0;
  align-items: center;
  text-decoration: none;
}

#top-menu .lang- i {
  color: #f7ce3d;
  font-size: 13px;
  font-weight: 500;
}

#top-menu .search .search-btn i {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin-right: 5px;
  color: #000;
  font-weight: 100;
}

#top-menu .search .search-btn i:hover {
  color: #000;
}

#top-menu .search a {
  font-family: "Helvetica Neue LT Medium Condensed";
  display: flex;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  height: 100%;
  align-items: center;
  font-size: 12px;
}

#top-menu .search a.active {
  background-color: #f0eeec;
}

#top-menu .search a:focus {
  text-decoration: none;
}

#top-menu .search-btn {
  position: relative;
  display: inline-block;
}

#top-menu .search-dropdown-content {
  display: none;
  position: absolute;
  min-width: 115px;
  overflow: auto;
  right: 0;
  top: 35px;
  z-index: 1;
}

#top-menu .search-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block !important;
}

#search_widget button {
  bottom: 0.5135rem !important;
  cursor: pointer;
}

#search_widget button i:hover {
  color: #000;
}

#search_widget form input[type="text"] {
  background: transparent;
  border: 0;
  font-size: 18px;
  border-bottom: 1px solid;
  padding: 0;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-search- {
  text-transform: uppercase;
  color: #232323;
  font-weight: 900;
}

#search_widget form input[type="text"]:focus {
  outline: 0;
}

#search_widget form input[type="text"]::placeholder {
  color: #1e1e20;
  opacity: 0.8;
}

#search_widget form input[type="text"]:-ms-input-placeholder {
  color: #1e1e20;
  opacity: 0.8;
}

#search_widget form input[type="text"]::-ms-input-placeholder {
  color: #1e1e20;
  opacity: 0.8;
}

#top-menu .language-btn {
  position: relative;
  display: inline-block;
  margin-top: 2px;
}

#top-menu .language-btn span {
  margin-right: 5px;
}

#top-menu .language-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 115px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  right: 0;
  top: 35px;
  z-index: 1;
}

#top-menu .language-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.header-top {
  padding-bottom: 0 !important;
}

.header-top .carousel {
  margin-bottom: 0 !important;
  box-shadow: unset;
  padding: 0;
}

.header-top .carousel .carousel-inner {
  height: auto;
  margin-bottom: 0 !important;
}

.page-home .carousel .carousel-item {
  height: 91vh;
}

.page-home .carousel .carousel-item .caption {
  width: 1140px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  right: 0;
  bottom: -40px !important;
  left: 0 !important;
}

.header-top .brand {
  font-size: 17px !important;
  color: #f7ce3d !important;
  text-transform: uppercase !important;
  font-family: montserrat;
  letter-spacing: 10px;
  font-weight: 400 !important;
}

.hero-content .title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 55px;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
}

.header-top .content {
  color: #e6e6f1 !important;
  font-size: 20px;
  /* font-family: 'helvetica'; */
  font-family: "Times new roman-bold";
  letter-spacing: 1px;
  margin-bottom: 33px;
  line-height: 30px;
  font-weight: 100 !important;
}

.header-top .btn-contact {
  display: inline-block;
  background-color: #c5a124;
  padding: 15px 20px;
  border-radius: 30px;
  color: #fff !important;
  /* font-family: 'helvetica'; */
  font-family: "Times new roman-bold";
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
}

.header-top .btn-contact:hover {
  color: #c5a124 !important;
  background-color: #f6f6fd;
}

.direction {
  display: none;
}

.header-top>.container:first-child {
  width: 100%;
  margin: 0;
}

.page-home .carousel .carousel-item img {
  /* pointer-events: none; */
  object-fit: cover;
  object-position: center;
  height: 100%;
}
@media screen and (max-width:1120px) {
  .page-home .carousel .carousel-item img{
    object-position: center;
  }
}
@media screen and (max-width:600px) {
  .page-home .carousel .carousel-item img{
    object-position: -600px;
  }
}

/* .page-home .carousel .carousel-item a{
  pointer-events: none;
} */

.page-home .caption-description>a {
  /* pointer-events: none; */
}

/* 
.header-top .brand {
    font-size: 17px;
    color: #f7ce3d;
    text-transform: uppercase;
    font-family: montserrat;
    letter-spacing: 10px;
}

.header-top .title{
    font-size: 50px;
    color: #FFF;
    font-weight: 600;
    font-family: open sans;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 65px;
}

.header-top .content {
    color: #e6e6f1;
    font-size: 18px;
    font-family: montserrat;
    letter-spacing: 1px;
    margin-bottom: 33px;
    line-height: 30px;
}

.header-top .btn-contact {
    display: inline-block;
    background-color: #c5a124;
    padding: 15px 20px;
    border-radius: 30px;
    color: #FFF !important;
    font-family: montserrat;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-top .btn-contact:hover {
    color: #c5a124 !important;
    background-color: #f6f6fd;
}

.header-top .container:last-child {
    margin-top: 175px;
} */

#search_widget .ui-autocomplete-input {
  border-radius: 30px;
  border: 1px solid #f7ce3d;
}

#block_myaccount_infos {
  display: none;
}

.block-contact.links {
  display: none;
}

#footer {
  padding-top: 0 !important;
}

.footer-container {
  padding: 0px;
  margin-top: 0 !important;
  box-shadow: unset;
}

.footer-container .container>div {
  margin-right: 0;
  margin-left: 0;
}

.footer-bootom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #aeb5c2;
  padding-top: 1.3rem;
  padding-left: 0;
  padding-right: 0;
}

.footer-bootom a {
  color: #4b505a;
  font-weight: 500;
  /* font-family: 'helvetica'; */
  font-family: "Times new roman-bold";
}

.footer-container li {
  display: inline-block;
  padding-right: 20px;
}

.footer-container li.logo-bottom img {
  max-width: 40px;
}

#footer .block_newsletter {
  background: unset !important;
  margin-bottom: 2px;
}

#footer .footer-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 15px;
}

.footer-links .links ul {
  margin: 0 !important;
}

.footer-links .links ul li {
  margin: 0 !important;
}

#footer #block-newsletter-label {
  padding: 0;
  margin: 0;
}

@media screen AND (min-width: 992px) AND (max-width: 1494px) {
  #footer #block-newsletter-label {
    margin-left: 20px;
  }
}

#footer #blockEmailSubscription_displayFooterBefore>.row {
  display: flex;
  align-items: center;
}

#footer .block-social {
  display: none;
}

#footer #block-newsletter-label {
  color: #1e1e20;
  font-weight: 600;
  font-family: "Helvetica Neue LT Medium Condensed";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  top: 1px;
  /*width: fit-content;*/
}

#footer .custom-page-link {
  font-family: "Helvetica Neue LT Medium Condensed";
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #1e1e20 !important;
  padding: 0px;
  letter-spacing: 0.5px;
}

#footer .custom-page-link:hover {
  color: #c5a124;
}

#footer .input-wrapper input {
  background-color: #e7e7e7;
  border: 0;
  font-weight: 600;
  padding: 3px;
}

.block_newsletter form {
  width: fit-content;
}

#footer .block_newsletter form button[type="submit"] {
  background-color: #e7e7e7;
  box-shadow: unset;
  height: 100%;
  padding: 0;
  width: 40px;
  bottom: 0;
  border-radius: 0;
  right: 0;
}

#footer .fr_links .block_newsletter form button[type="submit"] {
  right: 0;
}



#footer .block_newsletter form button[type="submit"] i {
  color: #6c7382;
  margin-top: 3px;
}

#footer .block_newsletter form button[type="submit"]:hover {
  background-color: #6c7382;
}

#footer .block_newsletter form button[type="submit"]:hover i {
  color: #eaeaf0;
}

#header .header-top>.container {
  width: 100%;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.close-nav {
  display: none;
}

.block-category.card {
  background-color: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}

#_desktop_top_menu #top-menu .menu-list>li>a.importantRuleMenu {
  color: #1d232e !important;
}

#_desktop_top_menu #top-menu .menu-list>li>a.importantRuleMenu:hover {
  color: #c6a224 !important;
}

#resp-menu {
  display: none;
}

.breadcrumb {
  padding: 13px 0px 13px 0px !important;
}

nav.breadcrumb {
  display: none;
}

.product-resize a {
  text-decoration: none;
}

#four-product {
  margin-right: 10px;
}

#js-product-list {
  margin-bottom: 40px;
}

#js-product-list .products.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  margin-bottom: 20px;
}

#js-product-list .thumbnail-container {
  height: unset;
  width: 100%;
  box-shadow: unset;
  margin: 0;
}

#js-product-list .products>.product .thumbnail.product-thumbnail img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
#products .products .thumbnail-container .product-thumbnail .image1{
  transform: scale(1);
}
#products .products .thumbnail-container .product-thumbnail .image2{
  transform: scale(1);
}


#js-product-list .thumbnail.product-thumbnail {
  height: 100%;
}

#js-product-list .thumbnail.product-thumbnail img {
  position: relative;
  height: auto;
}

#js-product-list .product-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  padding-bottom: 5px;
}

#products .products:hover .product-details .product-title,
#products .products:hover .product-details .product-price-and-shipping {
  color: #1d232e;
}

#products .product:hover .product-details .product-title,
#products .product:hover .product-details .product-price-and-shipping {
  color: #7a7a7a;
}

#js-product-list .product-details .product-title,
#js-product-list .product-details .product-price-and-shipping {
  color: unset;
}

#js-product-list .product-details .product-title {
  text-align: left;
  margin: 0;
}

#js-product-list .product-details .product-title a,
#js-product-list .product-details .price {
  /* font-family: 'Helvetica Neue LT Medium Condensed' !important; */
  font-family: "Times new roman-bold";
  font-weight: 900;
  font-size: 14px;
  line-height: 22px;
  color: unset;

  -webkit-transition: all 0.4s ease 0.1s;
  -moz-transition: all 0.4s ease 0.1s;
  -o-transition: all 0.4s ease 0.1s;
  -ms-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}

#js-product-list .product-details .product-title a {
  color: #333;
}

#js-product-list .products .product-miniature {
  margin: 0;
}

#product {
  font-family: nunito;
}

#product .product-flags {
  display: none;
}

#product .product-container .h1 {
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  font-size: 30px;
  font-weight: 500;
  margin-top: 25px;
  letter-spacing: 2px;
  text-transform: unset;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:600px) {
  #product .product-container .h1{
    font-size: 20px;
  }
  body#checkout section.checkout-step .step-title{
    font-size: 15px;
  }
}
@media screen and (max-width:400px) {
  #product .product-container .h1{
    margin-bottom: 0;
  }
}

#product .product-prices {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width:576px){
  #product .product-prices{
    margin-bottom: 3rem;
  }
  .product-information{
    margin-top: 2rem;
  }
}
@media screen and (max-width:470px){
  #product .product-prices{
    margin-bottom: 0rem;
  }
}

#js-product-list .products .product-features {
  margin-top: 0;
  margin-left: 0;
}

#checkout .form-control-comment {
  padding-top: 0;
}

#checkout .form-control-label {
  margin-bottom: 0px;
  padding-top: 5px;
}

#checkout #delivery-address {
  margin-top: 0 !important;
}

.page-product #content-wrapper {
  width: 80%;
  margin: auto;
  min-height: calc(100vh - 180px);
}

#js-product-list .products .product-features .value {
  background: unset;
  /* font-family: 'Helvetica Neue LT Medium Condensed' !important; */
  font-family: "Times new roman-bold";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #7a7a7a;
  margin-right: 0;
  padding-top: 0;
}

.pagination>div:first-child {
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  padding-left: 10px;
  font-size: 13px;
  font-weight: 900;
}

.description-product {
  text-align: center;
  margin-bottom: 2rem;
}

.description-product p {
  /* font-family: 'Helvetica Neue LT Medium Condensed' !important; */
  font-family: "Times new roman";
  font-size: 13px !important;
  color: #7a7a7a !important;
}

.accordion-item .fade {
  opacity: 1;
}

.current-price span {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
}

.product-actions .add-to-cart,
.product-actions .kl-add-to-cart {
  border: 1px solid #000;
  color: #000;
  border-radius: 0;
  background-color: unset;
  opacity: 1;
  text-transform: none;
  padding: 13px 70px;
  height: unset;
  box-shadow: unset !important;
  width: 230px;
  font-size: 13px;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
}

.product-actions .add-to-cart:disabled {
  opacity: 0.5;
  background-color: unset;
}

.product-actions .add-to-cart i {
  color: #e7c035;
  margin-left: 8px;
  text-transform: none;
}

.accordion-item:first-of-type .accordion-button,
.accordion-button:not(.collapsed) {
  background: unset;
  color: #333130;
  box-shadow: unset;
}

.accordion-item {
  border: 0;
  border-bottom: 1px solid #333130;
  border-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type {
  border-radius: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: none;
}

.accordion-button::after {
  position: absolute;
  left: -8px;
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 10px;
  top: 38%;
  transform: unset;
}

.accordion-button.collapsed::after {
  content: "\f067";
  background-image: unset;
  font-size: 10px;
  top: 38%;
  transform: unset;
}

.accordion-button {
  padding: 1.4rem 1.4rem;
}

.accordion-body {
  padding-top: 0;
}

.products-img .product-img:first-child {
  display: none;
}

.product-img img {
  width: 100%;
  margin-bottom: 20px;
}

.product-container .page-content {
  margin: 0 !important;
  max-width: 95% !important;
}

.product-path {
  margin-bottom: 80px;
}

.product-path li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}

.product-path ol {
  padding: 0;
  text-align: center;
}

.product-path li:nth-child(2):after {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 5px;
  font-weight: 900;
  color: #8f8e97;
  position: absolute;
  right: -4px;
}

.product-path li:nth-child(2):before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: 5px;
  font-weight: 900;
  color: #8f8e97;
  position: absolute;
  left: -4px;
}

.product-path a {
  color: #93939a;
  font-size: 15px;
}

.bootstrap-touchspin {
  position: relative;
}

.product-quantity #quantity_wanted {
  padding: 1.175rem 2.5rem;
  width: 6.8rem;
  border: 0px solid #727e93;
  border-radius: 0;
  height: 3rem;
  text-align: center;
  font-size: 23px;
  /* font-family: 'Helvetica Neue LT medium Condensed'; */
  font-family: "Times new roman-bold";
}

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
  position: absolute;
  right: -106px;
  top: 10px;
  border: 0;
  z-index: 99;
}

/* .page-content.page-cms ul, p {
    text-align: justify;
} */

.product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
  position: absolute;
  left: 5px;
  top: 12px;
  border: 0;
  z-index: 99;
}

#product .qty .input-group-btn-vertical {
  position: absolute;
}

.bootstrap-touchspin {
  box-shadow: unset;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
  content: "\f068";
  font-family: "FontAwesome";
  font-size: 10px;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 10px;
}

.bootstrap-touchspin .btn-touchspin:hover {
  background-color: unset;
}

/*.bootstrap-touchspin .btn-touchspin:hover i {
    color: #c6a224;
}*/

#cms h1 {
  text-align: center;
  font-family: "Times Now";
  font-size: 40px;
  font-weight: 100;
  margin-top: 35px;
}

.list-countries {
  margin-bottom: 70px;
  margin-top: 20px;
}

.list-countries ul {
  list-style: none;
  padding: 0;
  /* font-family: 'helvetica'; */
  font-family: "Times new roman-bold";
  text-align: center !important;
}

.list-countries ul li {
  display: inline-block;
}

.list-countries ul li:hover a {
  color: #be9b1f;
}

.list-countries a {
  text-decoration: none;
  font-size: 15px;
  color: #1d232e;
  line-height: 60px;
  letter-spacing: 1px;
}

.list-countries span {
  padding: 0 5px;
  color: #1d232e !important;
}

.address-stockists {
  text-align: center;
  font-family: montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 30px;
  font-weight: 500;
  font-size: 15px;
}

.address-stockists address {
  font-weight: 500;
  /* font-family: 'helvetica'; */
  font-family: "Times new roman-bold";
  cursor: pointer;
  color: unset;
  transition: all 0.4s ease 0.1s;
  -webkit-backface-visibility: hidden;
}

.address-stockists address:hover {
  color: #33333c;
}

.address-stockists .tab-content {
  display: none;
}

.address-stockists .tab-content .row>div {
  margin-bottom: 30px;
}

.address-stockists .tab-content .row:hover,
.address-stockists .tab-content .row:active {
  color: #989898 !important;
}

/*#tab-1 {
	display: block;
}*/

.list-countries .current a {
  color: #be9b1f;
}

/* #js-product-list .product:hover .product-details .product-title a, #js-product-list .product:hover .product-details .price {
    color: #1d232e !important;
} */

.about {
  font-family: nunito;
}

.about .h3-propos {
  font-size: 35px;
  font-family: "Times Now";
  text-align: left;
  line-height: 45px;
  width: 80%;
}

.cms-id-6 p {
  /* font-family: 'helvetica'; */
  font-family: "Times new roman-bold";
}

.cms-id-6 p.p-fonce {
  /* font-family: 'helvetica'; */
  font-family: "Times new roman-bold";
  color: #33333c;
}

.cms-id-6 .about {
  width: 40%;
}

.about>div:last-child {
  padding-top: 40px;
}

.p-contact {
  font-size: 34px;
  line-height: 40px;
  font-family: "Times Now";
}

.texte-contact {
  color: #8c929b;
  /* font-family: 'helvetica'; */
  font-family: "Times new roman-bold";
  line-height: 25px;
}

#contact #wrapper .container {
  width: 1260px !important;
}

#contact #content {
  box-shadow: unset;
  border: 0;
}

.form-contact2 footer.form-footer {
  text-align: left !important;
}

.form-contact2 footer.form-footer .btn.btn-primary {
  background-color: #121f35;
}

.form-contact2 .form-control {
  border: unset;
  border-bottom: 2px solid #dfdfdf;
  background-color: unset;
  padding-left: 0;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.info-bottom {
  padding-top: 80px;
}

/* start slick */

.custom-slick-1 {
  padding: 60px 0;
}

.custom-slick-1 .slick-next {
  right: unset;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-slick-1 .slick-prev:before,
.custom-slick-1 .slick-next:before {
  color: #000;
  font-family: "Font Awesome 5 Pro";
  font-size: 50px;
  font-weight: 100;
}

.custom-slick-1 .slick-prev:before {
  content: "\f104";
}

.custom-slick-1 .slick-next:before {
  content: "\f105";
}

.custom-slick-1 .img {
  width: 70%;
  margin: auto;
}

.custom-slick-1 .slick-slide img {
  height: 600px;
  object-fit: cover;
}

.info-bottom .fa-facebook-f {
  padding: 0 10px;
}

#products {
  width: 80%;
  margin: auto;
}

#products .products .thumbnail-container .product-thumbnail .image2 {
  display: none;
}

#products .products .thumbnail-container:hover .product-thumbnail .image1 {
  display: none;
}

#products .products .thumbnail-container:hover .product-thumbnail .image2 {
  display: block;
}

#authentication .page-header h1 {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 500;
}

#authentication #content-wrapper {
  background-color: #fff;
  padding: 70px 0;
}

#authentication #main .page-content {
  box-shadow: unset;
  border: 0;
  max-width: 100% !important;
}

#authentication #main .login-form,
#authentication #main .no-account {
  max-width: 500px;
  margin: auto;
}

#authentication #main .register-form {
  max-width: 900px;
  margin: auto;
}

#authentication .toggle-password {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-100%, -50%);
  cursor: pointer;
  z-index: 99;
}

#authentication .form-group {
  margin-bottom: 0;
}

#authentication .form-control {
  min-height: 38px;
  background-color: #e9e8e7;
  border: none;
  border-bottom: 0.5px solid transparent;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 2px 14px 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  z-index: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #929198;
  font-size: 0.9rem;
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #000 !important;
  background-color: #e9e8e7;
}

.form-control {
  color: #929198;
  background-color: #e9e8e7;
  border: none;
  border-bottom: 0.5px solid transparent;
  font-size: 14px;
}

.page-my-account #main,
.page-identity #main,
.page-address #main,
.page-history #main,
.page-order-slip #main,
.page-customer-account #main,
#module-advansedwishlist-mywishlist #main,
.page-addresses #main,
.page-order-detail #main,
#search #wrapper {
  width: 80%;
  margin: auto;
}

#search #products {
  width: 100%;
}

@media (max-width: 992px) {
  #search #wrapper {
    width: 90%;
  }

  .page-search #products .product {
    min-width: unset;
    width: unset;
  }
}

@media (max-width: 767px) {
  #search #wrapper {
    width: 98%;
  }
}

#authentication #main .forgot-password {
  text-align: left;
  margin-top: 0rem;
}

#authentication #main .forgot-password a {
  color: #000;
  font-size: 14px;
}

#authentication #submit-login {
  background-color: #000;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}

#authentication .custom-checkbox label {
  font-size: 13px;
}

.form-register .form-footer .btn {
  width: 100%;
  background-color: #000;
  font-weight: 400;
  font-size: 14px;
}

.page-customer-account #content .no-account {
  margin-top: 20px !important;
  text-align: left;
}

.input-group.focus {
  outline: 0;
  box-shadow: unset;
}

.form-control:focus {
  border-bottom: 2px solid #2fb5d2 !important;
  outline: 0;
  box-shadow: unset;
}

#authentication #customer-form section .form-group:nth-child(2),
#authentication #customer-form section .form-group:nth-child(3),
#authentication #customer-form section .form-group:nth-child(4),
#authentication #customer-form section .form-group:nth-child(5),
#authentication #customer-form section .form-group:nth-child(6) {
  width: 46%;
  display: inline-block;
}

#authentication #customer-form section .form-group:nth-child(3),
#authentication #customer-form section .form-group:nth-child(6) {
  float: right;
}

#authentication #customer-form section .form-group:nth-child(4) {
  width: 100%;
  display: block;
}

#authentication .form-control-comment {
  font-size: 12px;
  font-style: italic;
  color: #000;
  position: absolute;
  right: -10%;
}

@media (max-width: 767px) {

  #authentication .form-control-comment {
    position: relative;
    right: 0;
    padding: 0 15px;
    margin-bottom: 15px;
  }
  
}

#identity #customer-form>section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#identity #customer-form>section .form-group:not(:first-child) {
  width: 48.8%;
}

#identity #customer-form>section .form-group:first-child {
  width: 100%;
}

.page-identity .toggle-password {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 99;
}

#my-account #carousel,
#module-psgdpr-gdpr #carousel,
#order-slip #carousel {
  display: none;
}

.product-resize {
  float: right;
}

.hidden-md-up.text-xs-right.up {
  display: none;
}

.add .add-to-cart:active,
.add .add-to-cart:focus,
.add .add-to-cart:focus-visible {
  color: #000 !important;
  outline: none !important;
  background-color: unset !important;
}

.hero-content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-content .btn-dicover {
  padding: 10px 30px;
  border: 1px solid #fff !important;
  color: #fff !important;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  font-size: 18px;
  font-weight: 900;
}

.product-cover img {
  box-shadow: unset;
  height: 500px;
  object-fit: cover;
}
.page-product .product-cover img{
  height: 100%;
}

.product-cover .swiper-slide img {
  width: 100%;
  object-fit: contain;
  transition: .4s;
}

.featured-thum-slider .swiper-slide-thumb-active img {
  border: 1px solid #000000;
}

.featured-thum-slider img {
  border: 1px solid transparent;
  cursor: pointer;
}

.product-images>li.thumb-container>.thumb {
  box-shadow: unset;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
  border: 1px solid #000000;
}

.product-quantity .qty {
  margin-right: 2rem;
}

.product-actions .add-to-cart:hover,
.product-actions .kl-add-to-cart:hover {
  background-color: #000;
  color: #fff;
}

.page-cms .page-header {
  display: none;
}

.cms-id-6 .page-cms-6 {
  margin-top: 0 !important;
}

.about {
  width: 50%;
  margin: auto;
}

.about p {
  text-align: justify;
  color: #000;
  font-size: 15px;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  text-align: center;
  margin-bottom: 0;
}

.about span.title {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  font-size: 17px;
}

/*.about {
  margin-top: 50px;
  margin-bottom: 70px;
}*/

.contact {
  text-align: center;
  margin-top: 3rem;
}

.contact .social {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.contact .social img {
  width: 30px;
  height: auto;
  margin: 0 10px;
}

.contact h2 {
  font-weight: 300;
  text-transform: none;
  font-size: 35px;
  line-height: 1.25em;
  margin-bottom: 15px;
  font-family: "Times new roman-bold"!important;
}

.contact .bloc {
  margin-bottom: 40px;
}

.contact .bloc a {
  display: block;
}

.contact .bloc a {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  margin-bottom: 5px;
}

.contact .bloc a.mail {
  color: #000;
}

.contact .bloc a.phone {
  color: #838383;
}

.stores {
  width: 60%;
  margin: auto;
  margin-bottom: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  min-height: 39vh;
}

.stores h2 {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  text-indent: 0.08em;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
  color: #666;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
}

.stores h2:before {
  content: "";
  display: block;
  height: 1px;
  width: 35%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
}

.stores h2:after {
  content: "";
  display: block;
  height: 1px;
  width: 35%;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
}

.stores .list-cities ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 70px;
  grid-column-gap: 20px;
  list-style: none;
}

.stores .list-cities ul li {
  text-align: center;
}

.stores .list-cities a {
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  font-size: 18px;
}

.stores .list-cities:hover a {
  color: #666;
}

.stores .list-cities a:hover {
  color: #000;
}

.address-stores {
  width: 60%;
  margin: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.address-stores .stores-header {
  display: flex;
  justify-content: space-between;
}

.address-stores .tab-content {
  display: none;
}

.stores-list {
  list-style: none;
}

.stores-list li {
  display: flex;
  margin-top: 30px;
  padding: 30px 0 0;
  flex-wrap: wrap;
}

.stores-list li.add-border {
  border-top: 1px solid #ddd !important;
  margin-top: 20px;
  padding: 20px 0 0;
}

.stores-list .city-name {
  min-width: 190px;
  max-width: 190px;
  padding-right: 20px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  margin-bottom: 15px;
}

.stores-list .store-info h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
}

.store-info .address {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  letter-spacing: 1px;
}

.store-info a {
  font-size: 14px;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  color: #000000;
}

.address-stores .stores-header h2 {
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.address-stores .stores-header h2 img {
  width: 20px;
  margin-top: -4px;
  margin-right: 10px;
}

.address-stores .stores-header h2 i {
  margin: 0 25px;
  font-size: 15px;
  color: #7a7a7a;
}

.stores-header .show-cities {
  color: #999;
  font-size: 14px;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  letter-spacing: 1px;
  cursor: pointer;
}

.stores-header .show-cities i {
  margin-right: 15px;
}

.campaign {
  width: 70%;
  margin: auto;
}

.campaign .gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
}

.campaign .gallery img {
  width: 100%;
  height: auto;
}

.campaign .gallery-top {
  margin-bottom: 4px;
}

.campaign .gallery-top video {
  width: 100%;
  height: 330px;
  object-fit: cover;
  margin-bottom: -5px;
}

.cms-id-12 #wrapper {
  padding-top: 0;
}

.cms-id-12 .page-cms {
  padding-top: 0;
}

.campaign .gallery .bloc {
  position: relative;
}

.campaign .gallery .bloc img,
.campaign .gallery a img {
  transition: 0.5s;
}

.campaign .gallery .bloc:hover img,
.campaign .gallery a:hover img {
  opacity: 0.2;
}

.campaign .gallery a {
  position: relative;
}

.campaign .gallery .bloc:hover:before,
.campaign .gallery a:hover:before {
  position: absolute;
  content: "\f055";
  color: #000;
  font-family: "FontAwesome";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  opacity: 0.4;
}

.page-authentication .page-header {
  display: none;
}

.form-login,
.form-register {
  width: 70%;
  margin: auto;
}

.form-login .title,
.form-register .title {
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 1.2rem;
  color: #000;
}

.form-register .title {
  margin-bottom: 25px;
}

.page-cart .card {
  box-shadow: unset !important;
  border: 0;
}

.page-cart .card>.separator {
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.cart-grid-body .card-block h1 {
  font-weight: 500;
  font-size: 18px;
}

.product-line-grid-body>.product-line-info>.label:hover {
  color: #000;
}

.cart-grid-body a.label:hover {
  color: #000;
}

.btn-primary {
  background-color: #000;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #000;
}

.cart-grid {
  width: 80%;
  margin: auto;
}

.cart-grid {
  margin-top: 50px;
  margin-bottom: 70px;
}

.form-control:focus {
  border-color: #000 !important;
}

.product-line-grid-body>.product-line-info>.label {
  font-size: 13px;
}

.cart-grid .current-price span {
  font-size: 18px;
}

.product-line-grid-right .product-price {
  font-weight: 300;
  font-size: 13px;
}

.cart-grid .cart-grid-body>.label {
  font-size: 13px;
}

.product-line-grid-right .cart-line-product-actions i {
  font-size: 18px;
}

.cart-summary-line .label {
  font-size: 13px;
}

.cart-summary-line .value {
  font-size: 14px;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-size: 14px;
}

.card-block.checkout .btn {
  font-size: 13px;
  letter-spacing: 1px;
  width: 100%;
}

.card-block.checkout .btn:focus {
  box-shadow: unset;
}

body#checkout section.checkout-step {
  box-shadow: unset;
}

.cart-grid-right .card {
  box-shadow: unset;
  border: 0;
  background-color: #f0eeec;
}

.card-block .cart-summary-products a {
  color: #000;
}

.card-block .cart-summary-products a:hover {
  color: #000 !important;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  background-color: #f0eeec;
}

.card-block .product-price {
  color: #000;
}

body#checkout a:hover {
  color: #000;
}

body#checkout section.checkout-step .forgot-password a {
  color: #000;
}

#top-menu .menu-right .account {
  font-family: "calibri-bold", sans-serif;
  display: flex;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.5px;
}

#top-menu .menu-right .account a {
  font-family: "Helvetica Neue LT Medium Condensed";
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

#top-menu .menu-right .account a img {
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 1px;
}

.page-my-account #content .links a span.link-item {
  box-shadow: unset;
  font-size: 13px;
  text-decoration: none;
}

.page-my-account #content .links a:hover i {
  color: #000;
}

.page-footer .text-sm-center a {
  color: #000;
}

#top-menu .menu-right .account:hover {
  background-color: #f0eeec;
}

.page-customer-account #content {
  box-shadow: unset;
}

.page-footer .account-link {
  color: #000;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: unset;
}

#blockcart-modal .product-name {
  color: #000;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.custom-radio input[type="radio"]:checked+span {
  background-color: #000;
}

body#checkout #footer {
  background: unset !important;
  background-color: #fff !important;
  box-shadow: unset;
  padding: 0;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
  background-color: #000 !important;
}

.search-widget form input[type="text"]:focus+button .search {
  color: #000;
}

#header .header-top .search-widget {
  order: 1;
}

#top-menu .menu-right #_desktop_language_selector {
  order: 2;
}

#top-menu .menu-right .account {
  order: 3;
}

#top-menu .menu-right #_desktop_cart {
  order: 5;
}

.wish_link {
  display: flex;
  align-items: center;
  order: 4;
}

.wish_link,
.wish_link>a {
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  color: #1e1e20 !important;
  font-size: 13px;
  font-weight: 800 !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.wish_link>a {
  text-decoration: none;
  padding: 0 !important;
  display: flex !important;
  align-items: center;
}

.wish_link {
  height: 100%;
  display: flex !important;
  align-items: center;
  padding: 0.425rem !important;
  text-decoration: none;
}

.wish_link i {
  font-size: 13px !important;
  color: #1e1e20;
  margin-right: 3px;
}

.wish_link_text {
  width: unset;
  padding: 0px;
  cursor: pointer;
}

/* .footer-links.fr_links .footer-bt {
  width: 20% !important;
} */

.wishlist_count {
  position: unset;
  background: unset;
  font-weight: 400 !important;
  width: unset !important;
}

.wish_link .allert_note {
  top: 70px;
  right: 0;
  width: 330px !important;
  background-color: #f0eeec;
  border: 0;
  padding: 10px 0;
}

.wish_link .allert_note a {
  display: inline-block !important;
}

#module-advansedwishlist-mywishlist .carousel {
  display: none;
}

#advansedwishlist_cart_block a {
  color: #232323;
  font-weight: 100;
}

.btn-primary.disabled,
.btn-primary:disabled {
  border-color: #232323;
  background-color: #232323;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
  background-color: #232323;
}

.wish_link .icon-heart:before,
.wrap_allert .icon-heart:before,
#wishlist_button .icon-heart:before,
.wishlist .icon-heart:before {
  font-size: 13px;
  font-style: normal;
  margin-right: 1px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

#wishlist_button {
  background: unset;
  box-shadow: unset;
  font-size: 13px;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  padding-left: 0;
}

#wishlist_button:hover {
  background-color: unset !important;
  color: #000 !important;
}

.product-variants>.product-variants-item {
  margin: 1.25rem 0 0;
}

.ws_modal_open .ws_modal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ws_modal_open .ws_modal_content {
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  padding: 6px 0;
  font-size: 14px;
}

.wishlist.wishlist_btn_top {
  top: 0;
}

.product-details .wishlist_btn_top .icon-heart:before {
  font-size: 14px;
  font-weight: 500;
}

.product-details .wrap_allert .icon-heart:before {
  font-weight: 900;
}

.wishlist a {
  text-decoration: none;
}

#module-advansedwishlist-mywishlist #content {
  box-shadow: unset;
  border: 0;
}

.wishlist a {
  color: #232323;
}

#submitWishlist {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.menu-top #block_wishlist_top {
  display: none;
}

#resp-menu .actions-menu .wish_link {
  display: none !important;
}

#header .header-top .change-lang a {
  font-family: "Helvetica Neue LT Medium Condensed";
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
  font-size: 12px;
}

#top-menu .menu-right #_desktop_language_selector {
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-indicators {
  display: none;
}

.product-actions .control-label {
  font-family: "Times new roman-bold";
  margin-bottom: 15px;
}

.product-actions .radio-label {
  box-shadow: unset;
  background: #f0eeec;
  border: 1px solid #e3e2e0;
  padding: 8px 20px;
  font-family: "Times new roman-bold";
  font-size: 13px;
}

.product-actions .input-radio:checked+span,
.product-actions .input-radio:hover+span {
  border: 1px solid #1e1e20;
}

#product-availability {
  font-family: "Times new roman-bold";
  font-size: 13px;
  margin-top: 30px;
}

.product-flags li.product-flag {
  background: #000;
  font-family: "Times new roman-bold";
}

#mobile_top_menu_wrapper .wish_link .icon-heart {
  display: none;
}

#mobile_top_menu_wrapper .wish_link>span,
#mobile_top_menu_wrapper .wish_link>a>span {
  font-size: 18px;
  padding: 1rem !important;
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.5px;
}

#blockcart-modal .modal-body {
  /* font-family: 'Helvetica Neue LT Medium Condensed'; */
  font-family: "Times new roman-bold";
}

.wl_block_product .ajax_add_to_cart_button {
  color: #fff !important;
}

#mywishlist>form.std {
  margin-bottom: 30px;
}

#mywishlist>form.std .page-subheading {
  margin-bottom: 30px;
}

.wishlists__table.ws-table {
  margin-bottom: 30px;
}

#content .footer_links .btn {
  padding-left: 0;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: unset;
}

.table> :not(caption)>*>* {
  box-shadow: unset;
}

.wishlist-product-desc .product_name {
  color: #000;
}

.wishlist-product-desc .wishlist_product_detail a {
  color: #000;
}

.change-lang.en:hover a.current,
.change-lang.fr:hover .dropdown-item.current {
  display: none;
}

.change-lang.en:hover a.btn-fr {
  display: block !important;
}

.change-lang.fr:hover a.btn-en {
  display: block !important;
}

.product-actions #wishlist_button_block {
  padding: 0;
}

.products .wishlist {
  display: none;
}

#delivery-address .form-group {
  margin-bottom: 7px;
}

.associate-product .product-details,
.associate-product .product-features {
  display: none;
}

.associate-product .products {
  flex-direction: row;
  justify-content: center;
  grid-gap: 5px 15px;
}

.product-accessories.associate-product .product-miniature {
  margin: 0;
}

.product-accessories.associate-product .thumbnail-container,
.product-miniature .thumbnail-container {
  width: 100px;
  height: auto;
  box-shadow: unset;
  margin-bottom: 0;
}

.product-accessories.associate-product .thumbnail-container .product-thumbnail {
  height: 100%;
}

.product-accessories.associate-product .thumbnail-container .product-thumbnail img {
  position: relative;
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.product-accessories.associate-product .thumbnail-container .product-thumbnail img.image2 {
  display: none;
}

.product-accessories.associate-product .product {
  margin-right: 10px;
}

.product-accessories.associate-product .products:hover .product-thumbnail img {
  opacity: 0.4;
  transition: 0.5s;
}

.product-accessories.associate-product .products .product-thumbnail img:hover {
  opacity: 1;
  transition: 0.5s;
}

.page-order-confirmation #carousel,
.page-order-detail #carousel {
  display: none;
}

.page-history #wrapper {
  display: flex;
  align-items: center;
}

.cms-id-14 #wrapper,
.cms-id-13 #wrapper,
.cms-id-2 #wrapper,
.cms-id-16 #wrapper,
#module-gcsiretprogram-default #wrapper {
  max-width: 70%;
  margin: auto;
}

.footer-links .footer_menu {
  display: flex;
  align-items: center;
}

.footer-links .links ul {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  padding-left: 15px;
}

.product-accessories.associate-product .thumbnail-container {
  /*box-shadow: 0px 0px 5px 0px #ddd;*/
}

.product-accessories.associate-product .thumbnail-container .product-thumbnail {
  text-align: center;
  color: #333;
  margin: 5px;
  font-family: "Times new roman-bold";
}

#checkout .form-group.siret,
#checkout .company {
  display: none;
}

.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
  height: 25px;
  width: 25px;
}

div#background_ccc {
  position: fixed;
  background: rgb(0 0 0 / 25%);
  z-index: 111111;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

section#content-hook_order_confirmation {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 111222;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 50px 25px rgb(0 0 0 / 20%);
}

section#content-hook_order_confirmation i.fa-close {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 20px;
  background: #1d1d1b;
  color: #fff;
  padding: 5px;
  cursor: pointer;
  z-index: 222222;
}

.blockreassurance_product .svg.invisible {
  visibility: visible !important;
}

.footer-container .fr_links li {
  padding-right: 15px;
}

.footer-links:after {
  content: unset;
}

.footer-links>div {
  width: unset;
}

#footer #block-newsletter-label,
#footer .block_newsletter .col-md-7 {
  width: unset;
  float: unset;
}

#footer #blockEmailSubscription_displayFooterBefore>.row {
  justify-content: center;
}

.block_newsletter form input {
  border-radius: 0;
  height: 28px;
}

#footer .block_newsletter form button[type="submit"] {
  border-radius: 0;
}

#footer .block_newsletter form button[type="submit"] {
  position: relative;
}

#footer .en_links .block_newsletter {
  width: 280px;
}

#footer .fr_links .block_newsletter {
  width: 185px;
  padding: 0;
}

#footer #block-newsletter-label~.col-md-7 {
  width: 135px;
  padding: 0 8px;
}

#footer .en_links #block-newsletter-label~.col-md-7 {
  width: 165px;
}

@media (max-width: 1380px) {

  #footer .fr_links .block_newsletter {
    display: none;
  }

  .footer-container .fr_links li {
    padding-right: 20px;
  }
}

@media (max-width: 1255px) {

  #footer .en_links .block_newsletter {
    display: none;
  }

  .footer-container .en_links li {
    padding-right: 20px;
  }

}

@media (max-width: 1225px) {

  .footer-links.fr_links .footer-bt {
    display: none;
  }

}

@media (max-width: 992px) {

  #footer .en_links #block-newsletter-label~.col-md-7,
  #footer .fr_links #block-newsletter-label~.col-md-7 {
    width: 300px;
  }

  .footer-links .footer_menu {
    flex-direction: column;
    align-items: flex-start;
  }

  #footer .block_newsletter {
    display: block !important;
  }

  .footer-links .links ul {
    grid-template-columns: auto auto auto !important;
  }

  .footer-links .links ul {
    padding: 20px 0 0;
  }

  .footer-links .logo-bottom {
    order: 2 !important;
  }

  .footer-container .links ul {
    order: 1 !important;
  }

  .cms-id-6 .about {
    width: 80%;
  }

  #footer .custom-page-link,
  #footer #block-newsletter-label {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .cart-grid {
    width: 100%;
  }
}

@media screen AND (min-width: 992px) AND (max-width: 1024px) {
  #top-menu .logo-top {
    width: 12%;
    padding: 0;
  }

  #top-menu .row>div:first-child,
  #top-menu .row>div:last-child {
    width: 44% !important;
  }

  #top-menu .logo-leimann {
    width: 100%;
  }

  .page-home .carousel .carousel-item .caption {
    width: 992px;
    top: 25%;
  }

  #js-product-list .products.active {
    grid-gap: 55px;
  }

  #top-menu .shopping-bag a {
    padding: 26px 3px 25px !important;
  }
}

@media (max-width: 1024px) {
  #js-product-list .thumbnail-container {
    width: 100%;
  }

  #js-product-list .thumbnail.product-thumbnail img {
    width: 100%;
  }

  nav.breadcrumb {
    display: none !important;
  }

  .campaign .gallery-top video {
    height: 250px;
  }
}

@media screen AND (min-width: 768px) AND (max-width: 992px) {

  .cms-id-14 #wrapper,
  .cms-id-13 #wrapper,
  .cms-id-2 #wrapper,
  .cms-id-16 #wrapper,
  #module-gcsiretprogram-default #wrapper {
    max-width: 90%;
    margin: auto;
  }

  #top-menu .search a,
  #header .header-top .change-lang a,
  #top-menu .menu-right .account a,
  #top-menu .shopping-bag a {
    font-size: 14px;
  }

  #top-menu .search a span {
    display: none;
  }

  .carousel .carousel-item .caption {
    position: absolute;
    color: #fff;
    text-align: left;
    top: 23% !important;
  }

  .carousel .carousel-item img {
    height: 90vh;
    object-fit: cover;
  }

  .header-top .carousel {
    padding: 0 !important;
    margin-left: -51.8vw;
  }

  #top-menu .row>div:first-child,
  #top-menu .row>div:last-child {
    width: 42% !important;
  }

  #top-menu .logo-top {
    display: none;
  }

  #top-menu .logo-leimann {
    width: 100%;
  }

  #top-menu .menu-list>li>a {
    padding: 0 0.315rem;
    font-size: 14px;
  }

  #top-menu .menu-list>li>a {
    padding-bottom: 0px !important;
  }

  #js-product-list .products {
    grid-gap: 26px;
  }

  .custom-slick-1 .slick-next {
    right: -25px;
    left: unset;
    transform: translate(0, -50%);
  }

  .custom-slick-1 .img {
    width: 80%;
  }

  .custom-slick-1 .slick-slide img {
    height: 800px;
  }

  #js-product-list .products.active {
    grid-column-gap: 55px;
  }

  #products {
    width: 90%;
  }

  #header .header-top .change-lang a {
    padding: 26px 0px 25px 10px;
  }

  #top-menu .row {
    justify-content: flex-end;
  }

  .menu #top-menu .row>.col-md-4 {
    width: auto !important;
  }

  #top-menu .row>div:first-child {
    padding-right: 0;
  }

  #top-menu .row>div:last-child {
    padding-left: 0;
  }

  #_desktop_cart {
    display: flex;
    align-items: center;
  }

  #top-menu .search a,
  #top-menu .shopping-bag a,
  .language-selector>button {
    padding: 0 !important;
    padding-left: 0.25rem !important;
  }

  .campaign .gallery-top video {
    height: 200px;
  }

  .product-cover img {
    height: auto;
  }

  .about {
    width: 70%;
  }

  .form-login,
  .form-register {
    width: 80%;
  }

  .product-actions .add-to-cart {
    width: 100%;
  }

  .menu-top>.menu .container-fluid>.row {
    width: 100%;
    margin: auto;
  }

  .page-customer-account #main {
    width: 100%;
  }
}

#footer .footer-links .footer-bt .mobile_logo {
  display: none;
}


@media screen AND (max-width: 768px) {

  #footer .footer-container .links ul.collapse {
    text-align: left !important;
  }

  .footer-links .links ul {
    grid-template-columns: auto auto !important;
  }

  .rw-width .pr-3 {
    padding-right: 0 !important;
  }

  .menu-right span.expand-more {
    font-size: 14px;
  }
}

.carousel .carousel-item figure {
  width: 100%;
  height: 100%;
}

/* .carousel .carousel-item figure a {
  pointer-events: none;
  cursor: default;
} */

.hero-content a {
  pointer-events: all !important;
  cursor: pointer !important;
}

#header .menu a {
  color: #1e1e20 !important;
}

body.cms-id-6::-webkit-scrollbar {
  display: none;
}

body.cms-id-6 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#main .page-footer {
  margin: 0 !important;
}

#index .page-home {
  height: 96vh !important;
}

.page-home .carousel .carousel-item {
  height: 100% !important;
}

@media screen AND (min-width: 767px) {
  /* #footer {
    padding-top: 0.8rem !important;
  } */
}

@media screen AND (max-width: 767px) {

  body,
  html {
    height: 100%;
  }

  .cms-id-6 .about {
    width: 100%;
  }

  .cms-id-14 #wrapper,
  .cms-id-13 #wrapper,
  .cms-id-2 #wrapper,
  .cms-id-16 #wrapper,
  #module-gcsiretprogram-default #wrapper {
    max-width: 100%;
    margin: auto;
  }

  .top-menu a {
    text-align: center;
  }

  #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    border-bottom: 0;
  }

  .top-menu .wish_link {
    justify-content: center;
  }

  #_desktop_cart .header {
    justify-content: flex-end;
  }

  #products {
    width: 100%;
  }

  #footer .footer-links>div {
    width: 100%;
  }

  #top-menu .menu-right {
    flex-direction: column;
  }

  #top-menu .menu-right .account {
    display: none;
  }

  .js-top-menu #_desktop_language_selector {
    padding: 0.625rem;
  }

  .carousel .carousel-item .caption {
    position: absolute;
    color: #fff;
    text-align: left;
  }

  .page-home .carousel .carousel-item {
    height: 94vh;
  }

  .page-home .carousel .carousel-item .caption {
    bottom: 0 !important;
  }

  /* #footer {
    padding-top: 3.3rem !important;
  } */

  .carousel .carousel-item img {
    object-fit: cover;
    height: 100%;
  }

  .carousel .carousel-item figure {
    height: 100%;
  }

  .page-home .carousel .carousel {
    padding: 0 !important;
  }

  .page-home .carousel .title {
    font-size: 25px;
    line-height: 40px;
  }

  #resp-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px;
    z-index: 1;
  }

  .btn-nav {
    display: flex;
    justify-content: flex-start !important;
  }

  .btn-nav i {
    color: #000;
    font-size: 24px;
    font-weight: 100;
  }

  .btn-nav .search i {
    margin-right: 15px;
    font-size: 18px;
    margin-top: 3px;
  }

  .resp-icon {
    text-align: center;
  }

  .resp-icon img {
    width: 85%;
  }

  #mobile_top_menu_wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
  }

  #top-menu .menu-list>li>a {
    color: #000 !important;
  }

  #top-menu .row {
    align-items: unset;
    flex-direction: column;
    margin: auto;
  }

  #top-menu .menu-list {
    flex-direction: column;
    margin: 0;
  }

  #top-menu .row>div:first-child,
  #top-menu .row>div:last-child {
    order: 1;
    width: 100% !important;
  }

  .js-top-menu-bottom {
    display: none;
  }

  /* .js-top-menu .menu-right {
        display: none !important;
    } */

  .js-top-menu #_desktop_cart {
    display: none;
  }

  .js-top-menu #language-selector-label {
    display: none;
  }

  .js-top-menu .language-selector .link {
    /* font-family: 'Helvetica Neue LT Medium Condensed'; */
    font-family: "Times new roman-bold";
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
  }

  .js-top-menu #_desktop_language_selector {
    display: block;
    width: 100%;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #top-menu .logo-top {
    width: 100%;
    margin-bottom: 40px;
    display: none;
  }

  #top-menu .logo-leimann {
    width: 75%;
    margin: 30px 0;
  }

  .close-nav {
    display: block;
    text-align: left;
    position: relative;
    left: -10px;
  }

  .close-nav i {
    font-size: 25px;
    font-weight: 100;
  }

  .footer-bootom {
    flex-direction: column;
    text-align: center;
  }

  #footer .footer-links {
    flex-direction: column;
  }

  #footer #blockEmailSubscription_displayFooterBefore>.row {
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    margin: 0 !important;
  }

  #footer #blockEmailSubscription_displayFooterBefore>.row>div {
    width: fit-content !important;
  }

  #footer #blockEmailSubscription_displayFooterBefore>.row>p {
    text-align: center;
    margin-bottom: 0 !important;
    padding: 0 !important;
    margin-right: 5px !important;
  }

  #footer .fr_links .input-wrapper {
    margin-left: 0;
  }

  #footer .footer-links div:first-child {
    order: 2;
    border: 0;
  }

  #footer .block_newsletter {
    order: 2;
  }

  #footer .links .collapse.in {
    background-color: unset !important;
    display: flex;
    flex-direction: column;
  }

  .footer-bt {
    text-align: center !important;
    order: 3;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
  }

  #footer .footer-container .links ul>li {
    border: unset !important;
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
  }

  #footer .footer-container .links span {
    display: none;
  }

  #footer .footer-container .links ul.collapse {
    display: grid;
    text-align: left;
    padding-top: 0 !important;
  }

  #footer .block_newsletter form button[type="submit"] {
    right: 0;
  }

  #footer .input-wrapper {
    margin-left: 0;
  }

  #footer .block_newsletter input[name="submitNewsletter"] {
    position: relative;
    background-color: #eaeaf0 !important;
    width: 60px;
    border-radius: 4px;
    color: #6c7382;
  }

  #footer .block_newsletter input[name="submitNewsletter"]::after {
    position: absolute;
    content: "\f30b";
  }

  #block-newsletter-label {
    padding-bottom: 15px !important;
  }

  .actions-menu .shopping-bag {
    position: relative;
  }

  .actions-menu .shopping-bag span {
    position: absolute;
    font-size: 13px;
    color: #fff;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }

  .actions-menu .header>.search {
    display: block !important;
    padding-top: 3px;
    margin-left: 10px;
  }

  .actions-menu .header>.search i {
    font-size: 23px;
    font-weight: 100;
    color: #000 !important;
  }

  #search_widget {
    position: absolute;
    width: 100% !important;
    top: 50px;
    background-color: #fff;
    z-index: 9;
  }

  #search_widget>form {
    width: 80%;
  }

  #search_widget form input[type="text"] {
    width: 100%;
  }

  .close-search {
    right: 15px;
  }

  #resp-menu {
    width: 100%;
  }

  #resp-menu .actions-menu {
    width: 20%;
    order: 3;
  }

  #resp-menu .resp-icon {
    width: 42%;
    order: 2;
  }

  #resp-menu .btn-nav {
    width: 20%;
    text-align: right;
    order: 1;
  }

  #js-product-list .product {
    width: 49%;
    margin: 0;
  }

  #js-product-list .product-miniature {
    margin: 0;
  }

  #js-product-list .product-details {
    flex-direction: column;
  }

  #js-product-list .product-details .product-title a,
  #js-product-list .product-details .price {
    font-size: 13px;
  }

  #js-product-list .product-details .product-title {
    text-align: center;
  }

  #product #content {
    max-width: 100% !important;
  }

  .product-path {
    margin-bottom: 50px;
  }

  #js-product-list .product {
    width: 100% !important;
    grid-gap: unset;
    justify-content: space-between;
  }

  #top-menu .row>div:first-child,
  #top-menu .row>div:last-child {
    padding: 0;
  }

  #mobile_top_menu_wrapper #top-menu {
    padding: 0;
    margin-top: 100px;
  }

  .custom-slick-1 .slick-next {
    right: -25px;
    left: unset;
    transform: translate(0, -50%);
  }

  .custom-slick-1 .img {
    width: 90%;
  }

  .custom-slick-1 .slick-slide img {
    height: 400px;
  }

  #authentication #customer-form section .form-group {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }

  #authentication #customer-form section .form-group:nth-child(3),
  #authentication #customer-form section .form-group:nth-child(5),
  #authentication #customer-form section .form-group:nth-child(7) {
    float: unset;
  }

  .img-lt {
    margin: auto;
  }

  #cms h1 {
    margin-top: 0;
  }

  .custom-slick-1 {
    padding: 10px 0;
  }

  .list-countries {
    margin-top: 0;
  }

  #login-form footer.form-footer {
    text-align: center;
  }

  .rw-width .pr-3 {
    padding-right: 15px !important;
  }

  #footer .block_newsletter {
    border: 0;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .logo-bottom {
    display: block !important;
    text-align: center;
  }

  #js-product-list .products.active>.product .thumbnail-container {
    height: 100%;
  }

  .header .search-btn span,
  .header .shopping-bag span {
    display: none;
  }

  .actions-menu .shopping-bag img {
    width: 20px;
    height: auto;
  }

  #resp-menu .account img {
    width: 20px;
    height: auto;
    margin-left: 10px;
  }

  .hero-content {
    width: 100%;
    text-align: center;
    bottom: 10px;
  }

  #js-product-list .products.active {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0px;
    grid-column-gap: 20px;
  }

  #header .header-top {
    background-color: #fff;
  }

  .campaign {
    width: 100%;
  }

  .campaign .gallery-top video {
    height: 200px;
  }

  .campaign .gallery {
    grid-template-columns: repeat(1, 1fr);
  }

  .product-cover img {
    height: auto;
  }

  .product-actions .add-to-cart {
    width: 100%;
  }

  .stores {
    width: 100%;
  }

  .stores .list-cities ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .about {
    width: 100%;
  }

  .address-stores {
    width: 100%;
  }

  .address-stores .stores-header {
    flex-direction: column;
    text-align: center;
  }

  .address-stores .stores-header h2 {
    margin-bottom: 50px;
  }

  .stores-list .store-info h3 {
    text-align: left;
  }

  .stores h2:before {
    width: 25%;
  }

  .stores h2:after {
    width: 25%;
  }

  .form-login,
  .form-register {
    width: 100%;
  }

  .form-login {
    margin-bottom: 60px;
  }

  #identity #customer-form>section .form-group {
    width: 100% !important;
  }

  body {
    padding-top: 0;
  }

  #top-menu .menu-right #_desktop_language_selector {
    padding: 0;
  }

  #header .header-top .change-lang a {
    padding: 0.625rem;
  }

  .menu-list .menu-right .search {
    display: none;
  }

  .footer-container .links ul {
    background-color: #fff;
  }

  #resp-menu .account {
    display: none !important;
  }

  .btn-nav .search {
    display: none;
  }

  #top-menu .menu-list>li>a,
  #header .header-top .change-lang a {
    font-size: 18px;
    padding: 1rem !important;
  }

  .page-product #content-wrapper {
    width: 100%;
  }

  .product-quantity {
    justify-content: space-between;
  }

  #resp-menu .change-lang {
    display: none;
  }

  .page-my-account #main,
  .page-identity #main,
  .page-address #main,
  .page-history #main,
  .page-order-slip #main,
  .page-customer-account #main,
  #module-advansedwishlist-mywishlist #main,
  .page-addresses #main,
  .page-order-detail #main {
    width: 100%;
    margin: auto;
  }

  .wish_link {
    padding: 0 !important;
  }

  #resp-menu .actions-menu .search .search-btn {
    display: none;
  }

  .associate-product .products {
    justify-content: space-between;
  }
}

.product-variants img {
  cursor: pointer;
}

.footer-bt {
  text-align: end;
}

.footer-bt a {
  color: #1e1e20;
  font-weight: 100;
  font-family: "Helvetica Neue LT Medium Condensed";
  font-size: 12px;
  margin-bottom: 3px;
  display: inline-block;
  letter-spacing: -0.3px;
}

#notifications {
  background-color: #fff;
}

.pagination {
  margin-top: 2rem;
}

.pagination .page-list {
  box-shadow: unset;
  text-align: right !important;
}

.pagination .page-list li {
  margin: 0 5px;
}

.pagination .page-list a {
  font-weight: 100 !important;
  color: #7a7a7a;
}

.pagination .current a {
  font-size: unset;
  color: #000;
  transition: 0.3s;
}

.pagination a:hover {
  color: #000;
}

.pagination .previous {
  float: unset;
}

@media (max-width: 767px) {

  .pagination,
  .pagination .page-list {
    text-align: center !important;
  }

  .pagination .next {
    float: unset;
  }
}

div#anis_hook {
  display: none !important;
}

a#psgdpr-link {
  display: none !important;
}

/* coockies  */
div#acb-banner {
  display: flex;
  flex-direction: row !important;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 50px;
  overflow-x: hidden;
}

div#acb-banner div#acb-content {
  width: 35%;
}

div#acb-banner div#acb-content p {
  color: #495252;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
  letter-spacing: 0.021rem;
  font-weight: 500 !important;
}

div#acb-action {
  display: flex;
  justify-content: flex-end !important;
  width: 65% !important;
  margin-top: 0 !important;
}

button#acb-close-button {
  display: none;
}

div#acb-action button {
  padding: 0px 30px !important;
  margin: 0 5px !important;
}

.acbCheckboxesContainerparent {
  display: none;
}

.acbCheckboxesContainerparent.show-itme-cookie {
  display: flex !important;
  flex-direction: row;
  width: 70%;
  align-items: center;
}

.acb-button.show-itme-cookie {
  background: #000;
  color: #fff;
}

.acbCheckboxContainer {
  display: flex;
}

.acbCheckboxContainer label {
  color: #000 !important;
  text-align: left;
  margin-left: 7px;
  margin-right: 7px;
}

.acbCheckboxContainer span {
  position: relative;
  width: 30px !important;
  height: 30px !important;
  border: solid 3px #000;
  display: inline-block;
}

.acbCheckboxContainer input.acbCheckbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  border: 1px solid #fff;
  padding: 6px;
  -webkit-appearance: none;
  border-color: #fff;
  border-radius: 0;
  margin: 0px 0px;
}

.acbCheckboxContainer input.acbCheckbox:checked {
  background-color: #000;
  transform: scale(0.5);
}

button#acb-accept-all-button {
  background: #000;
  color: #fff;
}

@media (max-width: 991px) {
  div#acb-banner {
    flex-direction: column !important;
  }

  div#acb-banner div#acb-content {
    width: 98%;
    order: 0 !important;
  }

  #acb-banner.acb-gdpr #acb-action {
    order: 1 !important;
    width: 100% !important;
    margin-top: 25px !important;
    justify-content: center !important;
  }

  .acbCheckboxesContainerparent.show-itme-cookie {
    order: 0 !important;
  }

  button#acb-close-button {
    order: 1 !important;
  }
}

@media (max-width: 767px) {
  div#acb-banner {
    width: 100% !important;
    top: auto !important;
    bottom: 0 !important;
    padding: 20px 25px !important;
  }

  #acb-banner.acb-gdpr #acb-action {
    flex-wrap: wrap;
  }

  .acbCheckboxesContainerparent.show-itme-cookie {
    width: 100%;
    order: 0 !important;
  }

  button#acb-close-button {
    order: 1 !important;
  }

  .acbCheckboxesContainerparent.show-itme-cookie {
    display: flex !important;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
  }

  div#acb-action button {
    margin: auto 0 !important;
  }
}

.hide-itme-cookie {
  display: none !important;
}

.show-itme-cookie {
  display: block !important;
}

.content-cms-page p,
.content-cms-page h2 {
  color: #333 !important;
}

.content-cms-page h2 {
  margin-bottom: 15px !important;
}
.page-content.page-cms ul, p{
  color: #333;
}
.content-cms-page h3 {
  margin-top: 15px;
}

.content-cms-page p {
  margin-bottom: 0;
}

nav.pagination {
  display: none;
}

/* ===========Login=========== */
#authentication #customer-form section .form-group {
  width: 100% !important;
}

#authentication #customer-form section .form-group .col-md-6 {
  width: 100% !important;
}

#authentication section.login-form .col-md-6 {
  width: 100% !important;
}

/* ========check out========= */
body#checkout section.checkout-step {
  box-shadow: 2px 2px 11px 0px rgb(0 0 0 / 10%);
  background-color: white;
  border: 1px #ebebeb solid;
  padding: 20px;
}

body#checkout section.checkout-step #customer-form .form-control-label {
  text-align: right;
}

@media screen and (max-width: 768px) {
  body#checkout section.checkout-step #customer-form .form-control-label {
    text-align: left;
  }
}

.checkbox-register-check {
  display: flex;
  flex-direction: row;
  margin-top: 16px;
  width: 100%;
}

.checkbox-register-check p {
  text-align: justify;
  color: #000;
  text-align-last: center;
  padding-left: 9px;
}

.checkbox-register-check p a {
  color: #b1b3b4 !important;
}

.checkbox-register-check p a:hover {
  color: #000 !important;
}

.checkbox-register-check input#reg-check:checked {
  background-color: #000 !important;
}

.form-group {
  margin-bottom: 0.5em;
}

main {
  position: relative;
  padding-bottom: 85px;
  min-height: 100%;
}

footer#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

body#checkout {
  position: relative;
  display: table;
  padding-bottom: 85px;
  width: 100%;
}

body#order-confirmation #wrapper {
  width: 80%;
  margin: auto;
}

.modal.in .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

body#product .featured-products .thumbnail-container .product-thumbnail img {
  position: unset;
  display: none;
}

body#product .featured-products .thumbnail-container .product-thumbnail .image1 {
  display: block;
}

body#product .featured-products .thumbnail-container:hover .product-thumbnail img {
  display: block;
}

body#product .featured-products .thumbnail-container:hover .product-thumbnail .image1 {
  display: none;
}

body#product .featured-products .thumbnail-container .product-thumbnail img.one_image {
  display: block;
}

body#product .featured-products .thumbnail-container .value {
  background-color: #fff !important;
  padding: 0 !important;
  min-height: 0 !important;
  margin: 0;
}

@media screen and (max-width:1520px) {
  #footer #block-newsletter-label {
    margin: 0;
  }
}

@media (max-width: 992px) {

  #footer .block_newsletter {
    display: block;
  }

  .footer-links .footer-bt {
    width: 100% !important;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding-top: 10px;
  }

  body {
    padding-top: 0;
  }

  #resp-menu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 15px;
    z-index: 1;
  }

  #header .header-top .menu {
    display: none;
  }

  #resp-menu .actions-menu {
    width: 20%;
  }

  #resp-menu .actions-menu a.search-btn {
    display: none;
  }

  #resp-menu .resp-icon {
    width: 30%;
    text-align: center;
  }

  #resp-menu .resp-icon img {
    width: 100%;
    height: auto;
  }

  #resp-menu .btn-nav {
    width: 20%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  #mobile_top_menu_wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    width: 300px;
    z-index: 999;
  }

  .close-nav {
    display: block;
    text-align: right;
  }

  #mobile_top_menu_wrapper #top-menu {
    padding: 0;
  }

  #top-menu .row {
    display: flex !important;
    align-items: unset;
    flex-direction: column;
    margin: auto;
    width: 100%;
  }

  #top-menu .row>div:first-child,
  #top-menu .row>div:last-child {
    padding: 0;
    order: 1;
    width: 100% !important;
    display: flex;
    align-items: end;
  }

  #top-menu .menu-list {
    flex-direction: column;
    margin: 0;
  }

  #top-menu .menu-list>li>a,
  #header .header-top .change-lang a {
    font-size: 18px;
    padding: 1rem !important;
  }

  #top-menu .menu-list>li>a {
    color: #000 !important;
    text-align: center;
  }

  #top-menu .logo-top {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }

  #top-menu .logo-leimann {
    width: 75%;
    margin: 30px 0;
  }

  .menu-list .menu-right .search {
    display: none;
  }

  #top-menu .menu-right .account {
    display: none;
  }

  .js-top-menu #_desktop_cart {
    display: none;
  }

  #resp-menu .actions-menu>#_desktop_language_selector {
    display: none;
  }

  .actions-menu .shopping-bag {
    position: relative;
  }

  .actions-menu .shopping-bag img {
    width: 20px;
    height: auto;
  }

  .header .search-btn span,
  .header .shopping-bag span {
    display: none;
  }

  #resp-menu .account {
    display: block !important;
  }

  #resp-menu .account img {
    width: 20px;
    height: auto;
    margin-left: 10px;
  }

  .btn-nav .search i {
    margin-right: 12px;
    font-size: 18px;
    margin-top: 3px;
    color: #000;
    font-weight: 100;
  }

  .btn-nav i {
    color: #000;
    font-size: 24px;
    font-weight: 100;
  }

  #top-menu .menu-right {
    flex-direction: column;
  }

  .wish_link {
    padding: 0 !important;
  }

  #mobile_top_menu_wrapper .wish_link>a>span.wishlist_count {
    padding: 0 !important;
    margin-top: -3px;
    font-size: 16px;
  }

  .footer-bootom {
    flex-direction: column;
    text-align: center;
  }

  #footer .footer-links {
    flex-direction: column;
  }

  /*#footer #blockEmailSubscription_displayFooterBefore>.row {
    flex-direction: column;
    align-items: center;
  }*/

  #footer #blockEmailSubscription_displayFooterBefore>.row>p {
    text-align: center;
    padding: 0 !important;
  }

  .block_newsletter form {
    margin: auto;
  }

  #footer .footer-links div:first-child {
    order: 1;
    border: 0;
  }

  #footer .block_newsletter {
    order: 2;
  }

  #footer .links .collapse.in {
    background-color: unset !important;
    display: flex;
    flex-direction: column;
  }

  .footer-bt {
    text-align: center !important;
    order: 3;
    padding-top: 10px;
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
  }

  #footer .footer-container .links ul>li {
    border: unset !important;
    margin-bottom: 16px !important;
    padding-left: 0;
    text-align: center;
  }

  #footer .footer-container .links span {
    display: none;
  }

  #footer .footer-container .links ul.collapse {
    text-align: center;
    width: 100%;
  }

  #footer .block_newsletter form button[type="submit"] {
    right: 0;
  }

  #footer .input-wrapper {
    margin-left: 0;
  }

  #footer .block_newsletter input[name="submitNewsletter"] {
    position: relative;
    background-color: #eaeaf0 !important;
    width: 60px;
    border-radius: 4px;
    color: #6c7382;
  }

  #footer .block_newsletter input[name="submitNewsletter"]::after {
    position: absolute;
    content: "\f30b";
  }

  #block-newsletter-label {
    padding-bottom: 15px !important;
  }

  #footer .footer-links>div {
    width: 100% !important;
  }

  #footer .footer-links .footer-bt {
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #e7e7e7;
  }

  #footer .footer-links .footer-bt .mobile_logo {
    display: block;
    margin-right: 30px;
    position: relative;
    top: -2px;
  }

  #footer .footer-links .footer_menu .logo-bottom a img {
    display: none;
  }

  .logo-bottom {
    display: block !important;
    text-align: center;
    text-align: center;
    padding: 13px 0 15px;
  }

  #footer .block_newsletter {
    border: 0;
    margin-top: 15px;
    margin-bottom: 5px;
  }

  .page-home .carousel .carousel-item {
    height: 95vh;
  }

  #mobile_top_menu_wrapper .wish_link>a>span {
    padding-right: 10px !important;
  }

  #module-advansedwishlist-mywishlist .hidden-md-up.show {
    display: block !important;
  }

  #top-menu .menu-right .wish_link .allert_note {
    top: 50px;
    right: 0;
    width: 246px !important;
  }
}

@media (max-width: 992px) {
  main {
    padding-bottom: 280px;
  }
}

@media (max-width: 768px) {
  #mobile_top_menu_wrapper {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
  }
}

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

  .product-actions .add-to-cart {
    padding: 13px 42px !important;
  }
}

@media (max-width: 767px) AND (min-width: 398px) {

  main,
  body#checkout {
    padding-bottom: 340px;
  }
}

@media (max-width: 767px) {
  body#order-confirmation #wrapper {
    width: 100%;
  }

  .product-customization .btn-primary {
    width: 100%;
    padding: 10px 5px;
    font-size: 14px;
  }

  .product-actions .add-to-cart {
    padding: 13px 65px;
  }

  body#product .product-quantity:after {
    content: unset;
  }

  .footer-links.en_links .links ul {
    padding: 10px 0 0;
  }

  .modal.in .modal-dialog {
    top: unset;
    transform: unset;
  }

  #delivery #delivery_message {
    width: 100%;
  }

  #product .featured-products>.products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 397px) {

  main,
  body#checkout {
    padding-bottom: 380px;
  }
}

button[name="submitCustomizedData"] {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.customization-message {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.product-customization .card-block {
  padding: 0;
  box-shadow: none;
  border: none;
}

.product-customization .card-block label {
  margin-bottom: 0.2rem;
}

.product-customization .card-block .product-message {
  height: 2.6rem;
  width: 50%;
}

#index #wrapper {
  padding-top: 0;
}

#index #wrapper>.container-fluid {
  padding: 0 !important;
}

#index #wrapper .carousel {
  margin-bottom: 0;
  height: 100%;
  padding-bottom: 0 !important;
}

#index #wrapper .carousel .carousel-inner {
  margin-bottom: 0;
  height: 100%;
}

#index .page-home {
  height: 91vh;
}

#index main {
  padding-bottom: 60px;
}

.cms-id-2 h2 {
  text-align: center;
  margin-bottom: 40px !important;
  text-transform: uppercase;
}

.cms-id-2 #tablementions th,
.cms-id-2 #tablementions td {
  border: 0;
}

.cms-id-2 #tablementions p {
  margin-bottom: 0;
}

.cms-id-2 .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.035);
}

#identity.lang-en #customer-form .form-footer {
  margin-right: 6.5%;
}

#identity.lang-fr #customer-form .form-footer {
  margin-right: 5.8%;
}

@media (max-width: 992px) {
  #index main {
    padding-bottom: 250px;
  }

  .page-home .carousel .carousel-item {
    height: 100% !important;
  }

  #index .page-home {
    height: 95vh;
  }

  .block_newsletter form input {
    height: 36px;
  }
}

@media (max-width: 767px) {
  #index .page-home {
    height: 96vh;
  }

  #index main {
    padding-bottom: 355px;
  }

  #index.lang-fr main {
    padding-bottom: 335px;
  }

  #index.lang-en main {
    padding-bottom: 315px;
  }
}

#cart .input-group.bootstrap-touchspin {
  width: 90px;
  top: -2px;
}

#cart .qty_custom {
  text-align: center;
  border: none;
  font-size: 16px;
}

#cart .bootstrap-touchspin-up {
  height: 40px;
  margin: 0;
  border: none;
}

#cart .bootstrap-touchspin-down {
  height: 40px;
  position: relative;
  left: -68px;
  top: -38px;
  margin-left: 0;
  border: none;
}

/* #cart .bootstrap-touchspin-down:hover,
#cart .bootstrap-touchspin-up:hover {
  background-color: #ddd;
} */
#cart .bootstrap-touchspin-up i,
#cart .bootstrap-touchspin-down i {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen AND (max-width: 600px) {
  #checkout-personal-information-step ul li {
    margin: 0;
  }

  #checkout-personal-information-step ul li:nth-child(2) {
    margin: 0 6px;
  }

  #checkout-personal-information-step ul li a {
    padding: 0;
  }
}

@media (max-width: 767px) {

  #footer .footer-container .links ul>li {
    text-align: left;
  }

  #footer #blockEmailSubscription_displayFooterBefore>.row {
    align-items: flex-start;
    justify-content: flex-start;
  }

  #footer .fr_links #blockEmailSubscription_displayFooterBefore>.row>p {
    padding-left: 15px;
  }

  #footer #block-newsletter-label~.col-md-7 {
    width: 90%;
  }

  .block_newsletter form {
    margin-left: 7px;
  }

  #footer .footer-links.fr_links div:first-child.links {
    padding: 0;
  }

  #footer .footer-links.en_links div:first-child {
    padding: 0;
  }

  #footer .footer-links.fr_links .links .title {
    padding: 0;
  }

  .footer-links .footer_menu .logo-bottom {
    display: none !important;
  }

}

/* ====================== */
body#checkout section.checkout-step #customer-form span.fa.fa-fw.field_icon,
body#checkout section.checkout-step span.fa.fa-fw.field_icon {
  display: flex;
  top: 50%;
  right: 1px;
  position: absolute;
  z-index: 15;
  transform: translateY(-50%);
  height: 100%;
  align-items: center;
}

/*body#checkout section.checkout-step #customer-form>section {
  display: flex;
  flex-direction: column;
}

body#checkout section.checkout-step #customer-form>section>.form-group {
  order: 0;
}*/

body#checkout section.checkout-step #customer-form>section>p {
  margin-bottom: 0 !important;
}

/*body#checkout section.checkout-step #customer-form>section>.form-group.psgdpr {
  order: 2;
}*/

body#checkout section.checkout-step .forgot-password {
  width: 100%;
  float: right;
  text-align: right;
  margin: 0 !important;
  margin-bottom: 15px !important;

}

footer.page-footer>div {
  text-align: center !important;
}

footer.page-footer>div a {
  font-family: "Times new roman-bold";
  font-weight: 700;
  text-transform: uppercase;
  color: #7a7a7a !important;
  text-align: center;
  box-shadow: unset;
  font-size: 13px;
  text-decoration: none;

}

@media(max-width:500px) {
  .delivery-options div {
    width: fit-content !important;
  }

  section#content-hook_order_confirmation {
    width: 80%;
  }

  section#content-hook_order_confirmation .card-title {
    font-size: 15px;
  }
}

.product-additional-info .tabs {
    box-shadow: unset;
    padding: 0;
    margin-bottom: 2rem;
}

.product-additional-info .tabs button {
  width: 100%;
}

.product-customization .product-message:focus {
  background: #f1f1f1;
}

.btn-primary:focus {
  background-color: unset !important;
}

body#cart .blockreassurance_product .block-title ~ p {
  padding-left: 40px;
}

.page-product .product-customization-item {
  text-align: center;
}

.page-index .carousel-item .caption-description {
  display: none;
}

@media (max-width: 992px) {

  .page-index .carousel-item figure > img {
    display: none;
  }

  .page-home .carousel .carousel-item .caption-description img {
    object-position: center;
  }

  .page-index .carousel-item .caption-description {
    display: block;
    height: 100%;
  }

  .page-index .carousel-item .caption-description p,
  .page-index .carousel-item .caption-description span,
  .page-index .carousel-item .caption-description div {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
  }

  .page-index .carousel-item .caption {
    position: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
  }

  .page-index .carousel-item .caption .caption-description {
    height: 100%;
  }

}

#product .product-cover .layer {
  z-index: 9;
  position: absolute;
  top: 120px;
  right: 10px;
  left: unset;
  display: flex;
  width: 40px;
  height: 40px;
  opacity: 1;
  border-radius: 50%;
  background-color: #f8f8f8!important;
}
@media screen and (max-width:1250px) {
  #product .product-cover .layer{
    top: 25px;
  }
}

#product .product-cover .layer .zoom-in {
    position: relative;
    font-size: 26px;
    color: #000;
}

#product .product-cover .layer .zoom-in:before {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 12px;
    color: #000;
    font-weight: 900;
}

.thumbs-product {
  position: relative;
  padding: 0 30px;
}

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

.swiper-button-prev-unique {
  left: -5px;
}

@media (max-width: 767px) {

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

  .swiper-button-next-unique {
    right: -10px;
  }

  .swiper-button-prev-unique {
    left: -10px;
  }

  #product .product-cover {
    height: 400px !important;
  }

  #product .product-cover .layer {
    top: 3px;
  }

  #product .product-cover .zoomImg {
    display: none !important;
  }

}

.feature-box .swiper-slide {
  position: relative !important;
}

.feature-box .swiper-slide .zoom-item {
  margin: 0 10px;
}

.hide_me{
  display: none!important;
}
.contact_2 .env {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 28px;
  
}
.contact_2 .span-form {
  text-align: center;
  margin: 1rem 0 3rem 0;
  font-family: 'arial';
  text-transform: none;
  font-size: 14px;
}
.contact_2 .form-contact2 .form-control {
  background-color: #e9e8e7!important;
  border-color: #e9e8e7;
  border-radius: 1px;
  padding: 12px 12px 10px 12px;
  color: #000;
  text-align: center;
  font-family: "Helvetica Neue LT Medium Condensed";
}
.contact_2 .form-contact2 textarea.form-control {
  height: 230px;
}
.contact_2 .form-contact2 .form-control::placeholder {
  color: #717171;
}
.contact_2 .form-contact2 footer.form-footer {
  text-align: center!important;
}
.contact_2 .form-contact2 footer.form-footer .btn-primary {
  background-color: transparent;
  box-shadow: none;
  color: #000;
  padding: 0;
  border: none;
  border-bottom: 1px solid #000;
}
.contact_2 .form-contact2 footer.form-footer .btn-primary:active {
  transform: translateY(5px);
}
.contact_2 form{
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.flexed_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexed_center .contact {
  margin: 0;
}

#module-responsivegallery-galleryitems #content {
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: unset !important;
  border: unset;
}

#module-responsivegallery-galleryitems #gallery {
  width: 70%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
  height: auto !important;
}

#module-responsivegallery-galleryitems #gallery li {
  position: unset !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

#module-responsivegallery-galleryitems #wrapper {
  padding: 0 !important;
}

#module-responsivegallery-galleryitems #gallery img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: .4s;
}

#module-responsivegallery-galleryitems #gallery .img-link {
  position: relative;
}

#module-responsivegallery-galleryitems #gallery .img-link:hover:before {
  position: absolute;
  content: "\f055";
  color: #000;
  font-family: "FontAwesome";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
  opacity: 0.4;
}

#module-responsivegallery-galleryitems #gallery .img-link:hover img {
    opacity: 0.2;
   transition: .4s;
}

@media (max-width: 767px) {

  #module-responsivegallery-galleryitems #gallery {
    width: 100%;
    grid-template-columns: repeat(1,1fr);
  }

}


body#stores header.page-header>h1{
  display: none;
}
.link_to{
  position: absolute;
  top: 50%;
  left: 200px;
  transform: translateY(-50%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .13rem;
  font-family: "Helvetica Neue LT Medium Condensed";
  font-weight: 800;
  font-size: 17px;
  pointer-events: all!important;
  cursor: pointer!important;
  transition: color .3s ease-out;
}
.link_to:hover{
  color: #eee;
}
.link_to::before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: background-color .3s ease-out;
}

.link_to:hover::before{
  background-color: #eee;
}

#gallery li .img-wrapper {
  height: 100%;
}
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap'); */
@font-face {
  font-family: "testthefuture";
  font-style: normal;
  font-weight: 500;
  src: url("/themes/classic/assets/TESTTHEFUTURE/TESTTHEFUTURE-REGULAR.woff");
}
@font-face {
  font-family: "testthefuture";
  font-style: normal;
  font-weight: 400;
  src: url("/themes/classic/assets/TESTTHEFUTURE/TESTTHEFUTURE-LIGHT.woff");
}
@font-face {
  font-family: "testthefuture";
  font-style: normal;
  font-weight: 300;
  src: url("/themes/classic/assets/TESTTHEFUTURE/TESTTHEFUTURE-EXTRALIGHT.woff");
}
@font-face {
  font-family: "testthefuture";
  font-style: normal;
  font-weight: 200;
  src: url("/themes/classic/assets/TESTTHEFUTURE/TESTTHEFUTURE-THIN.woff");
}
.content_banner{
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
}
.content_banner .h1{
  color: #fff;
  font-family: 'testthefuture', sans-serif;
  margin-bottom: 28px;
  display: block;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: .02rem;
  pointer-events: all;
  position: relative;
  padding: 12px 0 0 0;
}
.content_banner .h1::before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.content_banner .link_shop{
  width: fit-content;
  color: #fff;
  font-family: 'testthefuture', sans-serif;
  display: block;
  border: 1px solid #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
  padding: 10px 10px 9px 10px;
  text-transform: uppercase;
  letter-spacing: .04rem;
  transition: all .3s ease-out;
  pointer-events: all;
}
.content_banner .link_shop:hover{
  background-color: #fff;
  color: #000;
}
.content_banner .intro_above,
.content_banner .intro_above p.intro{
  color: #fff;
  font-family: 'testthefuture', sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media screen and (max-width:991px) {
  .content_banner{
    left: 50px;
  }
  .content_banner .h1{
    font-size: 35px;
  }
  .content_banner .intro_above,
  .content_banner .intro_above p.intro{
    font-size: 19px;
  }
  .content_banner .link_shop{
    font-size: 16px;
  }
}
@media screen and (max-width:600px) {
  .content_banner{
    left: 30px;
    top: 72%;
    transform: translateY(-72%);
  }
  .content_banner .h1{
    font-size: 28px;
    padding: 8px 0 0 0;
  }
  .content_banner .intro_above,
  .content_banner .intro_above p.intro{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .content_banner .link_shop{
    font-size: 14px;
  }
}
.content_banner img{
  display: none!important;
}
.content_banner .caption-description{
  display: block!important;
  height: fit-content!important;
}
.sl-overlay{
  opacity: 1!important;
}
.psgdpr_consent_message{
  display: block!important;
}
.product-miniature .product-price-and-shipping{
  margin-left: 12px;
}
.g-recaptcha{
  margin-left: 0!important;
}
.page-search #products .product{
  width: 100%;
  min-width: 100%;
}

@media (max-width: 767px) {

  #footer .footer-links .footer-bt .mobile_logo {
    display: none;
  }

  #resp-menu .resp-icon {
    width: 55%;
  }

}
