/*
 * Custom Poppee by Carole Favero (a Warehouse Child Thème)
 */

/********* ELEMENTOR *********/
.elementor-editor-active #elementor .elementor-row, .elementor-editor-active .elementor-column {
  min-height: 0px;
}

/********* MAIN *********/
#main .page-content {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1680px)   {
  #main .page-content  {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
.cart-products-count-btn{
  background: transparent!important;
  color: transparent!important;
}
#ps-shoppingcart-wrapper #blockcart span.text-faded.cart-separator, 
#ps-shoppingcart-wrapper #blockcart span.cart-toggle-details span.value{
  display: none;
}
/********* TOP NAVIGATION *********/
#iqithtmlandbanners-block-1{
  text-transform: uppercase;
  font-size: 0.9rem;
}
/********* HEADER *********/
#desktop_logo {
    max-width: 100px;
}
#mobile-header img.logo.img-fluid{
    max-width: 70px;
}
.stuck-header-element #desktop_logo {
    width:70px;
    margin: 5px 20px 5px 20px;
}
#header .header-nav{
  z-index: 2000;
}
#header .header-top .col-header-center{
  z-index: 1000;
}
/********* MENU *********/
.cbp-horizontal .cbp-tab-title {
    font-family: Oswald, Sans-serif;
    letter-spacing: 0.2px;
}
a span.cbp-tab-title {
  position: relative;
}
a span.cbp-tab-title::after {
  content: '';
  transform-origin: 0 0; 
  transform: scaleX(0);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: .1em; 
  background: #000;
  z-index: -1;
  opacity: 0.8;
  transition: transform .3s;
}
a span.cbp-tab-title:hover::after {
  transform: scaleX(1);
}
.cbp-hrmenu .cbp-hrsub {
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  font-family: Oswald, Sans-serif;
  letter-spacing: 0.2px;
}
.cbp-hrmenu .cbp-menu-column {
  margin-top: 0px;
}

#cbp-hrmenu .cbp-hrsub, #cbp-hrmenu .cbp-hrsub-level2, #cbp-hrmenu .cbp-hrsub-wrapper {
  margin-left: -15px;
}
  @media (max-width: 1300px) {
  .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
    padding-left: 15px;
    padding-right: 0;
  }
}
/********* MENU MOBILE *********/
#mobile-header-sticky.stuck-down {
  background: rgba(255, 255, 255, 0.7);
}
#mobile-header-sticky.stuck-down .mobile-main-bar{
  padding: 10px 0;
}
#mobile-header .m-nav-btn > i {
    font-size: 16px;
}
#mobile-header .col-mobile-logo {
  z-index: 1000;
}
#mobile-header .col-mobile-menu-dropdown.show {
  background: transparent;
}
#mobile-header #search-widget-mobile{
  z-index: 2000;
}
/********* MENU MOBILE DROPDOWN *********/

#iqitmegamenu-mobile a {
  display: block;
  padding: 15px 15px 0px 15px;
  min-height: 0;
  text-transform:uppercase;
  font-family: Oswald, Sans-serif;
  letter-spacing: 0.2px;
  font-size: 14px;
}
#iqitmegamenu-mobile {
  background: #fff;
  color: #000;
  padding-bottom: 60px;
  padding-top: 10px;
}
#iqitmegamenu-mobile .col-mobile-menu-dropdown.show a.m-nav-btn i.fa.fa-bars::before {
  content: "\f00d";
  font-size: 18px;
  padding-right: 1px;
}
#iqitmegamenu-mobile button.btn.btn-icon.mobile-menu__close.js-mobile-menu__close{
  display: none;
}
/********* HEADER / MENU MOBILE *********/
#mobile-header .m-nav-btn{
  z-index: 10000;
  position: relative;
}
.col-mobile-menu-dropdown #_mobile_iqitmegamenu-mobile {
  margin-top: -62px;
}
@media screen and (min-width: 600px) and (max-width: 992px){
  #mobile-header #mobile-header-sticky.stuck-down .row-mobile-header {
    margin-top: 0px;
  }
}
#mobile-header .stuck a img.logo.img-fluid {
  max-width: 50px;
}

#mobile-header .sticky-mobile-wrapper #mobile-header-sticky.stuck.stuck-down{
  background: #fff;
}
/********* HOMEPAGE *********/
#index #inner-wrapper.container{
      padding-left:0px;
      padding-right:0px;
}
#index #header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.elementor {
    float: left;
    width: 100%;
}
/*------ Homepage avec logo centré sur slider-------*/
#index #desktop-header a img.logo.img-fluid {
  position: fixed;
  width: 200px;
  height: 200px;
  left: calc(50% - 100px);
  top: 30%;
}
@media screen and (min-width: 600px) {
  #index #mobile-header a img.logo.img-fluid {
    position: fixed;
    width: 150px;
    height: auto;
    left: calc(50% - 75px);
    top: 120px;
    max-width: 100%;
  }
}
#index #desktop-header.stuck-header-element a img.logo.img-fluid {
  position: inherit;
  width: 100%;
  height: auto;
  -webkit-filter: none;
  filter: none;  
}
#index #mobile-header .stuck a img.logo.img-fluid {
  position: inherit;
  height: auto;
  -webkit-filter: drop-shadow(1px 1px 0px #fff );
  filter: drop-shadow(1px 1px 0px #fff);  
  max-width: 50px;
}
#index #desktop-header img.logo.img-fluid {
  -webkit-filter: drop-shadow(3px 3px 0px #fff );
  filter: drop-shadow(3px 3px 0px #fff);
}
#index #mobile-header a img.logo.img-fluid {
  -webkit-filter: drop-shadow(3px 3px 0px #fff );
  filter: drop-shadow(3px 3px 0px #fff); 
}
@media screen and (max-width: 600px) {
    #index #mobile-header a img.logo.img-fluid{
        width: 100px;
        top:90px;
        left: calc(50% - 50px);
    }
    #index #mobile-header a img.logo.img-fluid {
      -webkit-filter: drop-shadow(1px 1px 0px #fff );
      filter: drop-shadow(1px 1px 0px #fff);
    }
}

/*-------Slider Homepage -------*/
.homeslider-container {
  margin-bottom: 0px;
}
.homeslider-container h2 {
    font-size: 3.5rem;
    max-width:50%;
    font-family: Oswald, Sans-serif;
}
.homeslider-container h3 {
    font-size: 3.5rem;
    font-family: Oswald, Sans-serif;
    font-weight: 500;
    letter-spacing: 0.4px;
}
@media screen and (max-width: 1280px) {
    .homeslider-container h2, .homeslider-container h3{
        font-size: 3.5vw;
    }
}
.homeslider .caption {
    background: none;
    max-width: 90%;
    margin: auto;
    top: 58%;
}
.homeslider .caption div {
    max-width:50%;
}

@media screen and (max-width: 480px) {
    .homeslider .caption {
        max-width:100%;
        top: auto;
    }
    .homeslider .caption p{
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .homeslider .caption {
        max-width:100%;
    }
}
.homeslider .btn-primary{
  display: inline-block!important;
  padding: 8px 15px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
    .homeslider .btn-primary{
        display:none;
    }
    .homeslider .caption {
      top: 65%;
  }
}
/*-------text scroll under slider Homepage -------*/
#index .scroll-container, .scroll-container .scroll-text, .scroll-container .elementor-widget-container{
   overflow: hidden;
}
.scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  
  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*-------Catégories -------*/
.home-category .elementor-image{
    overflow: hidden;
}
.home-category .elementor-image img {
  width: 100%;
}
.home-circle {
  max-width: 300px;
}
@media screen and (max-width: 768px) {
    .home-circle {
      max-width: 30%;
    }
    .home-circle-espace{
      max-width: 20%;
    }
 }

@media screen and (min-width: 1920px) {
  .home-circle-texte {
      margin-top: 11%!important;
  }
  .home-circle-texte-poppee {
      margin-bottom: 10%!important;
  }  
}
@media screen and (min-width: 1680px) and (max-width: 1919px){
  .home-circle-texte {
      margin-top: 8%!important;
  }
  .home-circle-texte-poppee {
      margin-bottom: 5%!important;
  }  
}

@media screen and (min-width: 460px) and (max-width: 767px){
  .home-circle-texte-poppee {
      margin-bottom: 20%!important;
  }  
}
@media screen and (min-width: 360px) and (max-width: 460px){
  .home-circle-texte-poppee {
      margin-bottom: 15%!important;
  }  
}

/*------- Home produits -------*/

#index .nav-tabs {
  border-bottom: none;
}
.tabs.elementor-products-tabs ul.nav.nav-tabs li.nav-item a.nav-link{
  text-transform: uppercase;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-bottom: solid 2px #000;
}

/*-------La marque -------*/
.paralax-text-container {
  max-width: 100%;
  margin: auto;
  width: 100%;
  position: relative;
}

.paralax-image-container {
  background: black;
  overflow: hidden;
  z-index: 2;
}

.section-title-paralax {
  margin: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 120px;
  left: -15%;
  transform: translateY(-50%);
  z-index: 1;
  white-space: nowrap;
  font-size: 60px;
  font-family: 'Oswald', Sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#elementor-editor-wrapper .section-title-paralax {
   top:30px;
}
@media screen and (max-width: 768px) {
    .paralax-image-container {
        height:250px!important;
    }
    .section-title-paralax  {
        top:-50px;
    }

}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .paralax-image-container {
        height:350px!important;
    }
    .section-title-paralax {
        top:0px;
    }
}  

.section-title-paralax.on-dark {
    color: #FFF!important;
}  
.section-title-paralax #paralax-title {
    position: relative;
    display: block;
}
.section-title-paralax #paralax-title a{
    color: white;
}

/*-------Newsletter -------*/

#index .newsletter .ps-emailsubscription-block{
  max-width: 400px;
}
#index .newsletter .ps-emailsubscription-block input.form-control.input-subscription{
  background-color: #ffffff;
}
#index .newsletter .psgdpr_consent_message{
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
}
#index .newsletter .psgdpr_consent_message a{
  font-size: 1rem;
  font-weight: 700;
  color: #FFF;
}
#index .newsletter .ps-emailsubscription-conditions{
  display:none;
}
/*-------Instagram -------*/
@media screen and (min-width: 480px) and (max-width: 768px) {
  .elementor-instagram .swiper-slide{
    padding: 10px!important;
  }
}
@media screen and (max-width: 480px){
  .elementor-instagram .swiper-slide{
    padding: 5px!important;
  }
}

#index .elementor-instagram .il-item-inner::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
#index .elementor-instagram .il-item-inner a {
  position: absolute;
  width: 100%;
  height: 100%;
}


/********* FOOTER *********/
#footer {
    float: left;
    width: 100%;
    margin-top: 60px;
}
.copyright-txt {
  margin-bottom: 0px!important;
}
.copyright-txt a:hover{
  color: #000!important;
}
p span.copyright{
  font-size: 12px;
}
p span.copyright a:hover{
  color: #000!important;
}


/********* Page CMS *********/
#content-wrapper .page-title {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  padding-top: 1em;
}

#cms #main .page-content.page-cms{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}
#cms .elementor-image img{
    width:100%;
}

@media screen and (max-width: 480px){
    #content-wrapper .page-title{
        font-size: 20px;
    }
}

/********* Page CMS TEXTE : mentions légales -  CGV - Politique de confidentialité *********/
#cms section#content.page-content.page-cms.page-cms-1, 
#cms section#content.page-content.page-cms.page-cms-2, 
#cms section#content.page-content.page-cms.page-cms-3, 
#cms section#content.page-content.page-cms.page-cms-5, 
#cms section#content.page-content.page-cms.page-cms-6 {
  width: 60%;
  float: left;
  max-width: 100%;
  padding-top: 1em;
}
#cms.cms-id-1 header.page-header, 
#cms.cms-id-2 header.page-header, 
#cms.cms-id-3 header.page-header, 
#cms.cms-id-5 header.page-header,
#cms.cms-id-6 header.page-header{
  width: 20%;
  float: left;
  text-align: center;
  color: #777;
  pointer-events: none;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform-origin: 80% 60%;
}
@media screen and (max-width: 991px){
    #cms.cms-id-1 header.page-header, 
    #cms.cms-id-2 header.page-header, 
    #cms.cms-id-3 header.page-header, 
    #cms.cms-id-5 header.page-header,
    #cms.cms-id-6 header.page-header {
        width:100%;
        transform: inherit;
        -webkit-transform: inherit;
        -moz-transform: inherit;
        -o-transform: inherit;
        -ms-transform: inherit;
        transform-origin: inherit;
    }
    #cms section#content.page-content.page-cms.page-cms-1,
    #cms section#content.page-content.page-cms.page-cms-2,
    #cms section#content.page-content.page-cms.page-cms-3,   
    #cms section#content.page-content.page-cms.page-cms-5,     
    #cms section#content.page-content.page-cms.page-cms-6 {
        width:100%;
    }
} 
/********* Page CONTACT *********/
#contact h4{ 
  display:none;
}
/********* Page CMS CONSEIL (iD:9) *********/
@media screen and (min-width: 1024px) {
  #cms.cms-id-9 .taille img {
    max-width: 500px;
  }
}
@media screen and (min-width: 550px) and (max-width: 768px){
  #cms.cms-id-9 .taille img {
    max-width: 500px;
  }
}
/*-------Page Conseil -------*/
 #cms.cms-id-9 header.page-header h1.h1.page-title{ 
  display:none;
}


/********* Page RECHERCHE  *********/

/********* Page PRODUITS  *********/
#product #main-product-wrapper {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 769px) {
  #product #main-product-wrapper {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  #product #main-product-wrapper .col-product-image {
    padding-right: 2.75rem;
    padding-left: 0px;
  }
  #product .product-info-row {
    margin-left: 0px; 
    margin-right:0px;
  }
}
@media screen and (min-width: 768px) {
  #product #product-images-thumbs .swiper-wrapper  {
    display:inline-block;
  }
}
#product #product-images-thumbs .swiper-wrapper .swiper-slide.swiper-slide-visible {
  width:33%!important;
  float:left;
}
#product #product-images-thumbs .swiper-wrapper .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img {
  border: 1px solid #ccc;
}
#product #product-images-thumbs.swiper-container-horizontal .thumb-container {
  padding: 0.5rem;
}
#content-wrapper .page-title {
  font-weight: 500;
}
.product_header_container {
  padding-bottom: 0rem;
}
#product main#main-page-content .tax-shipping-delivery-label{
  display:none;
}
#product .tabs.product-tabs.product-sections section.product-description-section.block-section {
  margin: 20px 0px;
}
#product .product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
  padding-top: 1em;
  word-break: break-word;
  border-bottom: none;
  border-top: 1px solid rgba(160,160,160,0.25);
}
#product .tabs h4.section-title{
  text-align: left;
}
#product .product-features {
  margin-top: 2rem;
}
#main-product-wrapper .product-cover .expander {
  display: none;
}
.discount {
  border-radius: 50px;
  line-height: 30px;
  font-size: 14px;
  padding: 5px;
}
.product-prices .badge {
  vertical-align: baseline;
}

#product .row.product-info-row li.product-flag.discount{
  display:none;
}

#product .product_p_price_container {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}
.product_header_container .product-price, .product_p_price_container .product-price {
  font-family: 'Oswald', sans-serif;
}
#product .product-discount .regular-price {
  padding: 0 0.5rem;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#product .product-prices.js-product-prices {
  line-height: 40px;
}
.product-variants .input-color, .product-variants .color {
  border-radius: 50px;
  border:1px solid #777;
}
.product-variants .input-radio, .product-variants .radio-label {
  padding: 2px 15px !important;
  border: 1px solid #777;
  color: #000;
}
#product .product-variants li.attribute-not-in-stock {
  opacity: 0.1;
}

.product-variants .input-radio:checked + span, 
.product-variants .input-radio:hover + span {
  border: 2px solid #000;
  line-height: calc(2em - 4px);
  font-weight: bold;
  color: #FFF; 
  padding: 1px 14px !important; 
  background: #000;
}
#product .product-variants li.attribute-not-in-stock span.radio-label{
  text-decoration: line-through;
}
#product span#product-availability {
  background: #cb548a;
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 500;
}
#product .product-information .prix{
  margin-top: 20px;
}
#product .product-quantity .qty .input-group {
  text-align: center;
}
.btn-group-lg > .btn, .btn-lg, .btn-group-lg > .btn {
  padding: 0.7rem 1rem;
  font-family: Oswald, Sans-serif;
  letter-spacing: 0.3px;  
  text-transform: uppercase;
}
section.product-accessories.block.block-section p.section-title {
  font-size: 20px !important;
  text-transform: uppercase !important;
  font-family: "oswald";
  font-weight: 500 !important;
}
section.product-accessories.block.block-section{
  margin-top: 100px;
}
#product .guide {
  font-size: 13px;
  text-decoration: underline;
  font-style: italic;
  color: #cccccc;
}

/********* Page CATEGORIES  *********/

@media screen and (min-width: 768px) and (max-width: 992px) {
    #category .section-title-paralax {
      font-size: 50px;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px){
    #category .section-title-paralax {
      font-size: 40px;
    }
}
@media screen and (max-width: 480px){
    #category .section-title-paralax {
      font-size: 30px;
    }
    #category .paralax-image-container{
      margin-top: -146px;
      }
    #category.category-depth-level-2 .paralax-image-container{
      margin-top: -106px;
      }
}
 .product-miniature-grid:hover .product-availability {
    opacity: 1;
    transform: translate(-50%);
}
.product-functional-buttons-links.product-availability-unvisible{
  display:none;
}
.category-description {
  text-align: center;
  font-size: 1.1rem;
  max-width: 900px;
  margin: 1.5rem auto 1rem auto;
}
#category .countcat{
  text-align: center;
  margin-bottom:40px;
}
#category a.thumbnail.product-thumbnail img {
  width:100%;
}
#category .products-sort-nb-dropdown.products-nb-per-page.dropdown{
  display:none;
}
#category .col-left-sort{
  display: inline-block;
}
#category .pagination-wrapper.hidden-sm-down{
  display: inline-block;
  float:right;
}
.products-selection .products-sort-nb-dropdown .dropdown-menu {
  left: 0;
  right: auto;
}
.products-selection .products-sort-nb-dropdown {
  width: 140px;
}
.select-title .select-title-name {
  max-width: 130px;
}
.products-selection .form-control {
  padding: .2rem 0.5rem;
}
#subcategories {
  text-align: center;
  margin-bottom: 20px
}
#subcategories ul.clearfix li {
  display: inline-block;
  padding: 0px 20px;
}

#subcategories h5{
  font-family: Oswald, Sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
}
#subcategories a{
  color:#000;
}
#subcategories a span::after {
  content: '';
  transform-origin: 0 0;
  transform: scaleX(0);
  position: absolute;
  top: 27px;
  left: 0;
  right: 0;
  height: .1em;
  background: #000;
  z-index: -1;
  opacity: 0.8;
  transition: transform .3s;
}
#subcategories a span:hover::after {
  transform: scaleX(1);
}
@media screen and (max-width: 769px) {
  #subcategories ul.clearfix li {
    padding: 0px 10px;
  }
  #subcategories h5{
    font-size: 1.2rem;
  }  
  #subcategories a span::after {
    top: 22px;
  }
  #subcategories {
    margin-bottom: 0px
  }
}
/*-------Filtres module à Facet-------*/
#search_filters {
  text-align: center;
}
#search_filter_controls{
  display: none;
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
  display: inline-block;
}
.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
  border: 2px solid #000;
}
#search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet {
  padding-top: 0rem;
  vertical-align: top;
  max-width: 500px;
  padding: 0px 20px !important;
}
#search_filters aside.facet.clearfix ul.facet-type-checkbox li{
  display: inline-block;
  padding: 2px 5px;
}

#search_filters ul.facet-type-checkbox.facet_check li span.custom-checkbox input{
  display: none;
}
#search_filters ul.facet-type-checkbox.facet_check li label.facet-label span.custom-checkbox span.ps-shown-by-js {
  display: none !important;
}
#search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
  font-size: 14px;
  padding: 12px;
  line-height: 24px;
}
#search_filters ul.facet_check li label.facet-label.active a{
  color:#FFF;
  font-weight: bold;
}
#search_filters ul.facet_check li label.facet-label.active {
  background: #000;
}
#search_filters ul.facet_check li label.facet-label {
  border: 1px solid #eee;
}
@media screen and (min-width: 768px) {
  #search_filters .facet_mobile{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #search_filters .facet_desktop {
    display: none!important;
  }
}

#search_filters a.form-control{
  border: none;
}
#search_filters .facet-dropdown .drop-icon {
  float: inherit;
}
#search_filters h4.block-title.facet-title {
  margin-bottom:0px;
  border-bottom: none;
  padding-bottom:0px ;
  display: inline-block;
}
#search_filters h4.block-title.facet-title.facet_desktop{
  margin-bottom:20px;
}

#search_filters h4.block-title.facet-title span::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: .1em;
  background: #000;
  z-index: -1;
}
#search_filters .js-search-link{
  text-align: center;
}

/*-------list produits -------*/


.product-miniature-grid .product-functional-buttons {
  font-size: initial;
  line-height: normal;
}
.product-miniature-grid .product-functional-buttons-bottom {
  bottom: 0;
  width: 100%;
}
.product-miniature-grid .product-functional-buttons {
  background: #f9f9f9;
}
.products-grid .product-miniature-default .product-functional-buttons a:hover {
  opacity: .8;
}
.st_attr_list_item strong, .st_attr_list_swatch, .st_attr_list_text {
  border: 1px solid #ccc;
  padding: 2px 3px;
  font-size:14px;
}
.product-miniature-grid .product-functional-buttons a {
  padding: 0;
}
span.st_attr_list_text.indispo {
  color: #b1b1b1;
  text-decoration: line-through;
}
.thumbnail-container .products-variants  {
  bottom: 0;
  position: absolute;
  right: 10px;
}
.product-miniature-default .variant-links .color {
  border-radius: 50px;
}
.products-grid .product-miniature-layout-1 .product-description {
  font-family: 'Oswald', sans-serif;
}
.products-grid .product-miniature-layout-1 .product-description .text-muted {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .product-miniature-grid {
    padding: 10px;
  }
}
.product-miniature-default li.product-flag {
  display: inline-block;
}
.product-miniature-default .product-flags {
  left: initial;
  top: 7px;
  right: 10px;
}
#category li.product-flag.discount{
  border-radius: 50px;
  line-height: 30px;
  font-size: 14px;
  padding: 5px;
}

/********* Page PANIER *********/
#cart #main .cart-grid {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.cart-item-header {
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: 500;
}

#cart .product-line-info {
  padding-bottom: 5px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
#cart .product-line-info a.label{
  color: #000;
  font-size: 16px;
  padding-bottom: 10px;
}
#cart .product-line-info.product-line-info-secondary{
  font-size: 1rem;
  font-family: 'lato', sans-serif;
  text-transform: inherit;
  padding-bottom: 3px;
}

#cart .unit-price span.value{
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
}

#cart .product-price{
  font-family: 'Oswald', sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.cart-summary-line {
  line-height: 25px;
}
.cart-summary-line.cart-total {
  font-weight: 500;
  font-size: 1.3rem;
  font-family: 'Oswald', sans-serif;
  color: #000;
}

.btn-secondary, .btn-secondary.disabled, .btn-secondary:disabled, .bootstrap-touchspin .group-span-filestyle .btn-touchspin, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .group-span-filestyle .btn-default {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.4px;
}

/********* Panier latéral *********/
#blockcart-content .pb-1 a{
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
#blockcart-content .col-img {
  max-width: 105px;
}
.ps-shoppingcart.dropdown #blockcart-content {
  min-width: 400px;
}
@media screen and (max-width: 400px) {
  .ps-shoppingcart.dropdown #blockcart-content {
    min-width: 320px;
  }
}
#blockcart-content ul.cart-products{
  padding-right: 10px;
}
#blockcart-content .cart-totals {
  font-size: 1.2rem;
  font-family: 'Oswald', sans-serif;
}
#blockcart-content .cart-products > li {
  border-bottom: 1px solid #eee;
}
/********* Page CHECKOUT et autres ... *********/
#checkout section#main .row{
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

#order-confirmation #main .page-content section#content-hook_order_confirmation, 
#password #main .page-content,
#my-account #main .page-content,
#authentication #main .page-content,
#addresses #main .page-content,
#address #main .page-content,
#identity #main .page-content,
#history #main .page-content,
#order-slip #main .page-content,
#discount #main .page-content,
#module-iqitwishlist-view #main .page-content,
#module-psgdpr-gdpr #main .page-content,
#module-ps_emailalerts-account #main .page-content,
#guest-tracking #main .page-content,
#pagenotfound #main .page-content,
#stores #main .page-content, 
#contact #content.page-content .row .col-sm-8{
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}

.alert-warning {
  text-align: center;
}
/********* CHECHOUT *********/
#checkout section.checkout-step .delivery-option img {
  max-width: 70px;
}
#checkout section.checkout-step .delivery-option .carrier-delay {
  font-size: 0.9rem!important;
}
@media (min-width: 576px){
  #checkout section.checkout-step .delivery-option .col-sm-1 {
    max-width: 1%;
  }
}
section#order-summary-content img.img-fluid{
  max-width: 70px;
}
#checkout #order-summary-content h4{
  font-size: 1rem;
}
#checkout #order-summary-content h5 {
  font-family: 'Oswald', sans-serif;
}
#checkout #order-summary-content h5.h5 span{
  font-size: .8rem;
  padding-left: 10px;
}
#checkout section#checkout-payment-step.checkout-step #payment-confirmation article.alert.alert-danger a{
  color:#fff !important;
}
/********* COLISSIMO *********/
#checkout .delivery-options .colissimo-address-fields{
  display:none;
}
/********* COKKIES LAW *********/
#lgcookieslaw_banner {
  border: 20px solid #EEEEEE;
}
#lgcookieslaw_banner .lgcookieslaw-banner-message{
    padding-top: 20px;
}
#lgcookieslaw_banner.lgcookieslaw-banner-floating {
  width: 50%;
}
#lgcookieslaw_banner h5{
  font-family: 'Oswald', sans-serif;
}
#lgcookieslaw_banner .lgcookieslaw-link-container a.lgcookieslaw-link:not(:first-child) {
  margin-left: 0px;
}
#lgcookieslaw_banner .lgcookieslaw-button-container{
  font-family: 'Oswald', sans-serif;
  justify-content: center;
}
#lgcookieslaw_banner .lgcookieslaw-reject-button{
  float: right;
  background: none;
  color: #fff;
  border: none;
  font-style: italic;
  font-size: 0.9rem;
  height: 10px !important;
  text-decoration: underline;
}
#lgcookieslaw_banner a.lgcookieslaw-info-link.lgcookieslaw-link{
  font-style: italic;
  font-size: 0.9rem;
}
#lgcookieslaw_banner .lgcookieslaw-button-container .lgcookieslaw-button {
  width: 150px;
  height: 40px;
  margin:10px;
  min-height: 40px;
  text-transform: initial;
  font-size: 15px;
  background: none;
  border: 1px solid #fff;
}
#lgcookieslaw_banner .lgcookieslaw-button-container .lgcookieslaw-button a{
  color:#fff;
}
#lgcookieslaw_banner .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {
  justify-content: center;
}


#lgcookieslaw_modal .lgcookieslaw-modal-header .lgcookieslaw-modal-header-title {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
#lgcookieslaw_modal .lgcookieslaw-section-name {
  font-size: 1.1rem;
  padding: 0;
}
#lgcookieslaw_modal .lgcookieslaw-switch {
  width: 50px;
  height: 24px;
}
#lgcookieslaw_modal .lgcookieslaw-slider.lgcookieslaw-slider-checked {
  background-color: #000;
}
#lgcookieslaw_modal .lgcookieslaw-slider-option-left, #lgcookieslaw_modal .lgcookieslaw-slider-option-right {
  line-height: 24px;
  font-size: 1rem;
}
#lgcookieslaw_modal .lgcookieslaw-slider-option-right{
  left: 57px;
}
#lgcookieslaw_modal .lgcookieslaw-section {
  padding: 10px 10px 5px 10px;
  margin-bottom: 5px;
  border-radius: none;
  -webkit-box-shadow: none;
}
#lgcookieslaw_modal .lgcookieslaw-slider {
  border-radius: 20px;
}
#lgcookieslaw_modal .lgcookieslaw-slider::before {
  border-radius: 20px;
  height: 16px;
  width: 16px;
}
#lgcookieslaw_modal .lgcookieslaw-badge {
  background-color: #000;
}
.lgcookieslaw-section-purpose-button.collapsed::before {
  background: url('/modules/lgcookieslaw/views/img/collapsed.svg') no-repeat center;
  margin-right: 7px;
}
.lgcookieslaw-section-purpose-button:not(.collapsed)::before {
  background: url('/modules/lgcookieslaw/views/img/not_collapsed.svg') no-repeat center;
  margin-right: 7px;
}
.lgcookieslaw-section-purpose-button::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
}
.lgcookieslaw-section-purpose-button.collapsed::after, .lgcookieslaw-section-purpose-button:not(.collapsed)::after {
  display: none;
}

.lgcookieslaw-section-purpose a.lgcookieslaw-section-purpose-button {
  width: 200px;
  background-color: #FFF;
  padding: 0 0 0 15px;
  margin: 0;
}

.lgcookieslaw-section-purpose-button .lgcookieslaw-section-purpose-button-title {
  font-size: .9rem;
  width: 200px;
}

.lgcookieslaw-modal button#lgcookieslaw_cancel_button.lgcookieslaw-button.lgcookieslaw-cancel-button {
  width: 150px;
  height: 40px;
  margin: 10px;
  min-height: 40px;
  text-transform: initial;
  font-size: 15px;
  background: #eee;
  border: 1px solid #fff;
  font-family: 'Oswald', sans-serif;
}
.lgcookieslaw-modal button.lgcookieslaw-button {
  width: 150px;
  height: 40px;
  margin: 10px;
  min-height: 40px;
  text-transform: initial;
  font-size: 15px;
  border: 1px solid #fff;
  font-family: 'Oswald', sans-serif;
}
.lgcookieslaw-modal .lgcookieslaw-accept-button {
  color: #FFF !important;
  background: #000 !important;
  border-color: #FFF !important;
}
.lgcookieslaw-modal .lgcookieslaw-reject-button {
  color: #000 !important;
  background: #fff !important;
  border-color: #000 !important;
}
.lgcookieslaw-modal .lgcookieslaw-partial-accept-button{
  background: #777;
}
.lgcookieslaw-account-button span.link-item img{
  width: 1.2em;
  opacity: 0.7;
}


/********* MONDIAL RELAY - page checkout *********/
#mondialrelay_widget, #mondialrelay_content{
  width: 100%;
}