/**
Theme Name: Warehouse Child
*/

/* variables */
html:root{
  --color-primary: #d7b56d;
  --color-gold-darken: #ad9158;
  --color-secondary:  #424242;
  --color-bg-light: #fbfbfb;
  --color-border: #e3e3e3;
}

/* Typography */
span.elementor-heading-title::after{
  content: "";
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
/* Top Bar */
#header .header-nav{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#header .block-iqitlinksmanager, #header .block-top-contact{
  display: flex!important;
}
#header  .block-top-contact{
  justify-content: flex-end;
}
.header-nav .block-iqitlinksmanager li, .header-nav .block-top-contact li{
  display: inline-flex;
  align-items: center;
}
.header-nav .block-links-inline ul > li::after{
  margin-left: .7rem;
  margin-right: .7rem;
}
.header-nav .block-iqitlinksmanager li a, .header-nav .block-top-contact li a{
  line-height: 1;
  display: flex;
  align-items: center;
}
.header-nav .block-iqitlinksmanager li a::before, .header-nav .block-top-contact li a::before{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}
.header-nav .block-iqitlinksmanager li:first-child a::before{
  background: url('/themes/warehousechild/assets/img/truck-lineal.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.header-nav .block-iqitlinksmanager li:last-child a::before{
  background: url('/themes/warehousechild/assets/img/shield-lineal.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.header-nav .block-top-contact li:first-child a::before{
  background: url('/themes/warehousechild/assets/img/phone-lineal.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 787px){
  .header-nav .block-top-contact li:first-child{
    display: none!important;
  }
}
.header-nav .block-top-contact li:last-child a::before{
  background: url('/themes/warehousechild/assets/img/mail-lineal.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
/* Header */
#header-user-btn a{
  color: var(--color-secondary);
}
#header-user-btn a:hover{
  color: var(--color-primary);
}
#cart-toogle:hover .cart-products-count-btn{
  background: var(--color-secondary);
  color: var(--color-primary);
}
#desktop-header-container #blockcart #cart-toogle .fa-shopping-bag:before{
  content: url('/themes/warehousechild/assets/img/shopping-bag-24.svg');
}
#desktop-header-container #header-user-btn .fa-user:before{
  content: url('/themes/warehousechild/assets/img/user19.svg');
}

#iqitmegamenu-horizontal .fa-shopping-bag:before{
  content: url('/themes/warehousechild/assets/img/shopping-bag19.svg');
  /* transform: scale(0.9); */
  display: inline-block;
}
#iqitmegamenu-horizontal .fa-user-o:before{
  content: url('/themes/warehousechild/assets/img/user19.svg');
  /* transform: scale(0.9); */
  display: inline-block;
}
#iqitmegamenu-horizontal .fa-search:before{
  content: url('/themes/warehousechild/assets/img/search19.svg');
  /* transform: scale(0.9); */
  display: inline-block;
}
#iqitmegamenu-horizontal .autocomplete-suggestions span.name{
  font-size: 16px;
}
#iqitmegamenu-horizontal .autocomplete-suggestions span.product-price{
  font-size: 18px;
}

#iqitmegamenu-horizontal #header-search-btn a#header-search-btn-drop, #iqitmegamenu-horizontal li#cbp-hrmenu-tab-16 a{
  padding-left: 1rem;
  padding-right: 1rem;
}
#iqitmegamenu-horizontal #ps-shoppingcart{
  padding: 0;
}
#iqitmegamenu-horizontal #ps-shoppingcart .info-wrapper{
  display: none!important;
}
#iqitmegamenu-horizontal #ps-shoppingcart #cart-toogle{
  line-height: 4rem;
  max-width: 12.5rem;
  color: #424242;
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: none 1px #575757;
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease;
}
#iqitmegamenu-horizontal #ps-shoppingcart #cart-toogle i{
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#iqitmegamenu-horizontal #ps-shoppingcart #cart-toogle .cart-products-count-btn {
  right: -15px;
}
#cbp-hrmenu #cart-toogle::before {
  content: '';
  position: absolute;
  /* bottom: 100%; */
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 4px;
  background-color: var(--color-primary);
  transition: width 0.5s ease;
}
#cbp-hrmenu #cart-toogle:hover::before{
  width: 100%;
}

/* Menu */
#cbp-hrmenu > ul{
  position: relative;
}
#cbp-hrmenu > ul > li#header-search-btn{
  position: absolute;
  right: 0;
  top: 12px;
}
#cbp-hrmenu > ul > li#header-search-btn .search-widget .form-search-control{
  padding: .5rem 2rem .4rem 1rem;
}
#cbp-hrmenu > ul > li#header-search-btn .search-widget .search-btn{
  line-height: 1rem;
}
#cbp-hrmenu > ul > li#header-search-btn .search-widget .autocomplete-suggestions{
  width: 150%;
  right: 0;
}
#cbp-hrmenu > ul > li > .nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: color 0.3s ease;
}
#cbp-hrmenu > ul > li#cbp-hrmenu-tab-1 > .nav-link span{
  text-transform: none;
  font-style: italic;
}
#cbp-hrmenu > ul > li > .nav-link::before {
  content: '';
  position: absolute;
  /* bottom: 100%; */
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 4px;
  background-color: var(--color-primary);
  transition: width 0.5s ease;
}
#cbp-hrmenu > ul > li > .nav-link:hover::before,
#cbp-hrmenu > ul > li > a.nav-link.active::before{
  width: 100%;
}
body#checkout #iqitmegamenu-horizontal,
body#cart #iqitmegamenu-horizontal{
  border-bottom: solid 1px #efeeee;
}

/* Menu Animation */
@media (min-width:992px){
  #cbp-hrmenu .cbp-hrmenu-tab.cbp-hrmenu-tab-1 .nav-link {
    transition: all 0.3s ease;
  }
  #iqitmegamenu-wrapper.stuck-menu .cbp-hrmenu-tab.cbp-hrmenu-tab-1 .nav-link {
    background-image: url('/img/logo-1732524335.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 60px;
    height: 64px;
    transition: all 0.3s ease;
    transform: scale(0.8);
    /* animation: fadeInLogo 0.5s forwards, rotateLogo 0.8s 0.5s ease-in-out; */
    animation: fadeInLogo 0.5s forwards;
  }
  #iqitmegamenu-wrapper .cbp-hrmenu-tab.cbp-hrmenu-tab-1 .nav-link .cbp-tab-title{
    visibility: visible;
    opacity: 1;
    transition: opacity 0.8s;
  }
  #iqitmegamenu-wrapper.stuck-menu .cbp-hrmenu-tab.cbp-hrmenu-tab-1 .nav-link .cbp-tab-title{
    visibility: hidden!important;
    opacity: 0!important;
  }
  #iqitmegamenu-wrapper.stuck-menu{
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
  }
  /* #iqitmegamenu-wrapper.stuck-menu #cbp-hrmenu .nav-link::before{
    top: auto;
    bottom: 0;
  } */
  #iqitmegamenu-wrapper .cbp-horizontal .cbp-tab-title{
    font-weight: 500;
    font-size: 1.15rem;
  }
  @keyframes fadeInLogo {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
  }
  @keyframes rotateLogo {
    0% {
        transform: scale(1) rotateY(0deg); /* Początkowa pozycja */
    }
    100% {
        transform: scale(1) rotateY(360deg); /* Obrót o 360 stopni */
    }
  }
}
/* Mega Menu */
#iqitmegamenu-wrapper .iqitmegamenu-submenu-container .cbp-column-title{
  display: block;
}
#iqitmegamenu-wrapper .iqitmegamenu-submenu-container .cbp-categories-row .cbp-category-link-w > a{
  font-size: 0.9rem;
}
#iqitmegamenu-wrapper .iqitmegamenu-submenu-container .cbp-categories-row .cbp-category-link-w > a:hover{
  color: var(--color-primary)!important;
}
#iqitmegamenu-wrapper .iqitmegamenu-submenu-container .cbp-menu-column-inner > .cbp-column-title{
  font-size: 1rem;
}
#iqitmegamenu-wrapper .iqitmegamenu-submenu-container  .cbp-menu-column-inner > .cbp-column-title::after{
  content: "";
  display: block;
  width: 40px;
  height:2px;
  background: var(--color-primary);
  margin-top: 3px;
}
#iqitmegamenu-wrapper #cbp-hrmenu-tab-7 .menu_row .cbp-menu-column:not(:last-child) .cbp-menu-column-inner{
  display: flex;
  flex-direction: column-reverse;
}
#iqitmegamenu-wrapper #cbp-hrmenu-tab-7 .menu_row .cbp-menu-column:not(:last-child) .cbp-menu-column-inner .cbp-column-title{
  text-align: center;
  text-transform: none;
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 5px;
}
#iqitmegamenu-wrapper #cbp-hrmenu-tab-7 .menu_row .cbp-menu-column:not(:last-child) .cbp-menu-column-inner .cbp-column-title::after{
  display: none;
}
#iqitmegamenu-wrapper #cbp-hrmenu-tab-7 .menu_row .cbp-menu-column:not(:last-child) .cbp-menu-column-inner img{
  width: 100%;
}
#iqitmegamenu-wrapper #cbp-hrmenu-tab-7 .menu_row .cbp-menu-column:last-child{
  padding-left: 30px;
}
/* Search */
#desktop-header-container #search_widget input{
  border: solid 1px var(--color-border)!important;
}
#search_widget .autocomplete-suggestions .row{
  gap: 10px;
}
#search_widget .autocomplete-suggestions .col-shop{
  display: none;
}

/**************/
/* Front Page */
/**************/

/* Slider */
#scroll-arrow-container {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 10;
  font-size: 60px;
  color: var(--color-primary);
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 100% {
      transform: translateX(-50%) translateY(0);
  }
  50% {
      transform: translateX(-50%) translateY(20px);
  }
}
@media (max-width:991px){
  #scroll-arrow-container{
    display: none!important;
  }
}

/* Products */
.front-page__products .product-miniature-right{
  display: none;
}
.front-page__products .product-title{
  text-align: center;
  margin-top: 10px;
}
.front-page__products .product-miniature{
  outline: none;
  border: none;
}
.front-page__products .product-miniature:hover{
  background: #fff;
  border: none;
  outline: none;
}
.front-page__products .product-thumbnail img{
  width: 80%;
}
.front-page__products .product-price-and-shipping{
  display: none!important;
}
.front-page__products .swiper-button-next, .front-page__products .swiper-button-prev{
  margin-top: 0;
  top: auto;
  bottom: 19px;
}
.front-page__products .swiper-button-next{
  right: 43%;
}
.front-page__products .swiper-button-prev{
  left: 43%;
}
.front-page__products .swiper-dots-outside{
  padding: 26px 0;
}
@media (max-width: 787px){
  .front-page__products .swiper-button-next{
    right: 5%;
  }
  .front-page__products .swiper-button-prev{
    left: 5%;
  }
}
.thumbnail-container {
  display: inline-block;
  perspective: 1000px;
}
.thumbnail-container .product-thumbnail {
  display: block;
  transition: transform 0.4s ease;
  transform-origin: right center;
}
.product-miniature:hover .product-thumbnail {
  transform: rotateY(20deg);
}
/* .front-page__products .js-product-miniature-wrapper-20{
  display: none!important;
} */
.product-miniature .arrow-icon{
  display: block;
  width: 45px;
  height: 35px;
  background: url('/themes/warehousechild/assets/img/right-arrow-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: var(--color-primary);
  position: absolute;
  right: 15px;
  bottom: 0;
  z-index: 999;
  border: 1px solid var(--color-primary);
  padding: 5px;
  opacity: 0.8;
  transition: all 0.3s;
}
.product-miniature .arrow-icon:hover{
  cursor: pointer;
  opacity: 1;
  background-color: #000;
}
.product-unavailable{
  background: #000000;
  color: #fff;
}

/* ******* */
/* Product */
/* ******* */
.product-flags .product-flag.new{
  background: #000000;
  /* color: var(--color-primary); */
}
.product-flags, .product-availability, body#product #product-availability{
  display: none!important;
}
/* Product Page */
body#product #col-product-info .product-description ul{
  list-style: none;
  padding-left: 0;
}
body#product #col-product-info .product-description ul li::before{
  content: "\f046";
  font-family: "FontAwesome";
  margin-right: 7px;
  color: var(--color-gold-darken);
}
body#product #col-product-info .product-variants .color, .product-variants .input-color{
  border-radius: 50%;
}
body#product #col-product-info .product-customization p.h4{
  display: none!important;
}
body#product #col-product-info .product-customization .product-customization-item {
  margin: 0 0 5px;
}
body#product #col-product-info .product-customization .product-customization-item label{
  font-weight: bolder;
}
#main-page-content .product-quantity .add-to-cart:disabled{
  opacity: 0.6;
}
body#product #col-product-info .product-customization .btn-secondary{
  background: var(--color-secondary);
  color: #fff;
  text-transform: capitalize;
}
body#product #col-product-info .product-customization .btn-secondary:hover{
  background: var(--color-gold-darken);
  color: #fff;
}
body#product .tax-shipping-delivery-label{
  display: none!important;
}
body#product .product-tabs #product-details-tab-nav{
  display: none!important;
}
/* Product List */
#main-page-content .product-miniature{
  outline: none;
  border: none;
  box-shadow: none;
}
#main-page-content .product-miniature:hover{
  background: #fff;
  border: none;
  outline: none;
  box-shadow: none;
}
#main-page-content .product-miniature:hover .add-to-cart__simple-product,
#main-page-content .product-miniature:hover .add-to-cart__variations{
  opacity: 1;
}
#main-page-content .product-miniature .product-price-and-shipping{
  padding-top: .5rem;
}
#main-page-content .product-miniature .product-title a{
  position: relative;
  font-weight: 500;
  font-size: 0.9rem;
  width: 100%;
  display: block;
}
#main-page-content .product-miniature .product-title a::after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background-color: var(--color-primary);
  transition: width 0.5s ease;
}
#main-page-content .product-miniature:hover .product-title a::after{
  width: 50%;
}
#main-page-content .product-miniature .product-description .products-variants{
  margin-top: 15px;
  text-align: center;
}
#main-page-content .product-miniature-default .product-thumbnail img{
  object-fit: cover;
  height: 180px;
}
/* #main-page-content .product-miniature .product-add-cart a.btn-product-list::after{
  content: "";
  background: url(/themes/warehousechild/assets/img/right-arrow-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-left: 5px;
  transition: all 0.3s;
} */
#js-product-list-top{
  border-top: 0;
}
#js-product-list-top .products-nb-per-page, #js-product-list-top .view-switcher{
  display: none!important;
}
#js-product-list-top >div.justify-content-between{
  justify-content: flex-end!important;
}
.product-add-cart{
  display: none!important;
}
.add-to-cart__simple-product, .add-to-cart__variations{
  /* display: none; */
  opacity: 0;
  transition: all 0.4s ease;
}
.add-to-cart__simple-product{
  position: absolute;
  top: 10px;
  right: 10px;
}
.add-to-cart__variations{
  position: absolute;
  top: 10px;
  right: 10px;
}
.add-to-cart__simple-product button::before, .add-to-cart__variations a::before{
  content: url('/themes/warehousechild/assets/img/add-to-cart.svg');
  display: inline-block;
  transition: transform 0.3s ease;
}
.add-to-cart__simple-product button{
  padding: 0!important;
  background: transparent!important;
  color: transparent!important;
  border: none!important;
}
.add-to-cart__simple-product a:hover::before,
.add-to-cart__variations a:hover::before{
  transform: scale(1.2);
}
/* ****** */
/* Footer */
/* ****** */
#footer #footer-container-first{
  background: #fbfbfb;
}
#footer #footer-container-first h5{
  display: block;
  color: #000;
}
#footer #footer-container-first .text-muted{
  color: #000!important;
}
footer#footer #footer-copyrights .copyright-txt{
  margin-top: .8rem;
}

/* Free delivery */
#main-page-content .alert.iqitfreedeliverycount{
  color: #000000;
  background-color: transparent;
  border-color: transparent;
}
#main-page-content .alert.iqitfreedeliverycount strong{
  font-weight: normal;
}
#main-page-content .alert.iqitfreedeliverycount span.ifdc-remaining-price{
  font-weight: bolder;
  color: var(--color-gold-darken);
}
#main-page-content .alert.iqitfreedeliverycount .iqitfreedeliverycount-title {
  display: inline;
}
#main-page-content .alert.iqitfreedeliverycount::before{
  content: "\f0d1";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 7px;
  color: var(--color-primary);
  transform: scaleX(-1);
}
@media (max-width:991px){
  #iqithtmlandbanners-block-2{
    display: none!important;
  }
}
/* #blockcart-content .alert.iqitfreedeliverycount::before{
  display: none;
} */

/* Blog */
body#index .simpleblog__listing__post__wrapper__content__readmore{
  display: block;
  margin-top: 10px;
  font-size: 15px;
  text-transform: lowercase;
  font-weight: bold;
}
body#index .simpleblog__listing__post__wrapper__content__readmore span{
  text-decoration: none;
}
body#index .simpleblog__listing__post__wrapper__content__readmore:hover{
  color: var(--color-primary)!important;
}

/* Cart */
#promo-code i.voucher-icon{
  font-size: 20px;
  line-height: 25px;
}
body#cart .cart-detailed-actions .btn-primary{
  background: var(--color-secondary);
  text-transform: uppercase;
}
body#cart .cart-detailed-actions .btn-primary:hover{
  background: var(--color-primary);
}
body#cart .cart__additional-products .product-add-cart{
  display: block!important;
  margin-top: 2px;
  margin-bottom: 12px;
}
body#cart .cart__additional-products .product-description > .row{
  flex-direction: column;
  text-align: center;
}
body#cart .cart__additional-products .product-description > .row > .col{
  text-align: center!important;
}

/* Checkout */
body#checkout .checkout-step .btn-primary{
  background: var(--color-secondary);
  text-transform: uppercase;
}
body#checkout .checkout-step .btn-primary:hover{
  background: var(--color-primary);
}
body#checkout .checkout-step .btn-primary::after{
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 7px;
}
body#checkout .delivery-options-list #delivery{
  margin-bottom: 2rem;
}

/* About */
@media (max-width:991px){
  .front-page__about{
    background-position: top right -90px;
    border: none;
  }
}

/* ********* */
/* CMS Pages */
/* ********* */
body#cms .h1.page-title{
  text-transform: uppercase;
}

/* ******* */
/* Contact */
/* ******* */
body#contact .h1.page-title{
  text-transform: uppercase;
}
body#contact  #iqitcontactpage-map{
  width: 100%;
  margin-top: 60px;
}

#index #wrapper {
  padding-bottom: 0;
}

#checkout .ws__login{
  background: #f8f8f8;
  border: 1px solid #d8d8d8;
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
#checkout #checkout-personal-information-step .js-customer-form > div .form-group:nth-child(4){
  margin-bottom: 2rem;
}

/* myradiomodule */
.myradiomodule-checkout-block{
  background: #f7f7f7;
  padding: 1.5rem 2rem 1rem;
  margin-bottom: 2rem;
}
.myradiomodule-checkout-block .form-group{
  margin-bottom: 0.3rem;
}

/* Sticky sidebar */
@media (min-width:767px){
  .sticky-sidebar{
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
  }
}
body.category-id-2 #iqitmegamenu-horizontal{
  border-bottom: solid 1px #efeeee;
}
.sticky-sidebar .category-top-menu > ul.category-sub-menu > li{
  margin-bottom: .4rem;
}

/* Mobile */
/*  menu */
#mobile-header .mobile-buttons-bar {
  background: var(--color-bg-light);
  border-top: 1px solid var(--color-border);
}
#mobile-header .mobile-main-bar{
  padding-top: 0.2rem;
  padding-bottom: 1rem;
}
#mobile-header .mobile-buttons-bar {
  background: rgba(251, 251, 251, 0.9);
}
#mobile-header .col-mobile-logo img{
  max-width: 110px;
}
#mobile-header-sticky{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
body.touch-device .product-miniature .add-to-cart__simple-product,
body.touch-device  .product-miniature .add-to-cart__variations{
  opacity: 1!important;
}
.row-mobile-categories{
  margin-left: -15px;
  margin-right: -15px;
  background: #f2f2f2;
}
#mobile-header-sticky.stuck .row-mobile-categories{
  display: none;
}
.row-mobile-categories .col a{
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  width: 100%;
  font-size: 13px;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}
.mobile-menu__language-currency{
  display: none!important;
}
body.touch-device #wrapper .breadcrumb li {
  display: inline;
  font-size: 10px;
}
body#product.touch-device .product-cover img{
  object-fit: cover;
  height: 230px;
}
body#product.touch-device .tabs.product-tabs{
  display: none!important;
}
body#product.touch-device #product-infos-accordion-mobile .card > div:nth-child(3){
  display: none!important;
}
body#product.touch-device .iqit-accordion .nav-link{
  color: #000000;
  border-bottom: none;
}


@media (max-width: 991px) {
  #iqitmegamenu-mobile .mobile-menu__scroller li:nth-last-child(2) a{
    display: flex;
    align-items: center;
    border-top: 1px solid #e9e9e9;
    margin-top: 15px;
  }
  #iqitmegamenu-mobile .mobile-menu__scroller li:nth-last-child(2) a:before{
    content: "";
    background-image: url(/img/logo-1732524335.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 60px;
    height: 64px;
    transition: all 0.3s ease;
    transform: scale(0.8);
    animation: fadeInLogo 0.5s forwards;
  }
}