body, html{
    overflow: unset !important;
    position: relative;
}

:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

div[id^="gb-widget-"] > a{
  display: none !important;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?vdg6p8');
  src:  url('fonts/icomoon.eot?vdg6p8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?vdg6p8') format('truetype'),
    url('fonts/icomoon.woff?vdg6p8') format('woff'),
    url('fonts/icomoon.svg?vdg6p8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* [class^="icon-"], [class*=" icon-"],*/ [class*="logo"], [class*="icons"]{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo span, .logo .tagline{
 display: none !important;
}

.logo::before {
  content: "\e900";
  color: rgb(193, 143, 0);
  font-size: 1.5rem;
}

.icons.returns::before {
  content: "\e904";
  color: rgb(0, 0, 0);
  font-size: 3.2rem;
}

.icons.shipment::before {
  content: "\e901";
  color: rgb(0, 0, 0);
  font-size: 2.4rem;
}

.icons.fedex::before {
  content: "\e906";
  color: rgb(0, 0, 0);
  font-size: 2rem;
}

.icons.dhl::before {
  content: "\e902";
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
}

.icons.paypal::before {
  content: "\e905";
  color: rgb(0, 0, 0);
  font-size: 2.2rem;
}

.icons.mercado::before {
  content: "\e903";
  color: rgb(0, 0, 0);
  font-size: 2.2rem;
}

.icons-container{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.icons-container > .icons{
  /* flex: 1 0 auto; */
}

.home-columns{
  /* align-items: stretch; */
}

.home-columns .wp-block-column h2{
  color: rgb(193, 143, 0);
}

.home-social{
  justify-content: center;
}

.home-section .wp-block-getbowtied-carousel{
  max-width: 1330px;
}

.home footer.page-footer{
    position: fixed;
}

.home .gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook .gbt_18_distorsion_lookbook_item .gbt_18_distorsion_lookbook_content .gbt_18_text_wrapper .button{
  color: black;
}

body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-shipping-status:before {
  content: attr(data-title);
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #888888;
  text-align: left;
}

.header .nav .vertical-menu .left-menu-bar .toggle-menu span {
  display: none;
}

.toggle-menu{
  background-color: rgba(255,255,255,0.50);
  padding: 0.2rem;
  border-radius: 3px;
}

.header .nav .vertical-menu .left-menu-bar .toggle-menu .icon-menu-20x20{
  font-size: 24px;
}

.header .nav .mobile-menu-bar .mobile-menu-toggle span{
  display: none;
}

div.product .woocommerce-tabs .tabs li{
  padding: 0.2rem 0.5rem 0.2rem 0.7rem;
}

div.product .woocommerce-tabs .tabs li.active{
  background: #eee;
  border-radius: 5px 0 0 5px;
}

div.product .woocommerce-tabs .tabs li.active a{
  background-size: 0 100%;
}

.home .single-wrapper .row {
  margin: 0;
}

/* Slider */

body.home{
  padding: 0;
}

.home .container-fluid{
  margin: 0;
  padding: 0;
  width: 100%;
}

.slider-home{
  height: 100%;
  width: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
}

.slider-home .slide{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-position: -9999999px -9999999px;
  background-repeat: no-repeat;
}

.slide .img-wrapper{
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-home .slide.img-pos-izquierda{
  flex-direction: row-reverse;
}

.slider-home .slide.img-pos-centrada{
  display: block;
  position: relative;
}

.slide.img-pos-centrada > div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slide.img-pos-centrada .img-wrapper{
  z-index: 1;
  height: 100%;
  width: 100%;
}

.slide.img-pos-centrada .text-wrapper{
  z-index: 2;
}

.slide.img-pos-centrada .text-wrapper .slide-text-container{
  padding: 0 5%;
}

.slide .text-wrapper .slide-text-container{
  max-width: 70%;
  margin: auto;
}

.slide > div{
  flex: 1;
  flex-shrink: 0;
}

.slide .text-wrapper .slide-text-container{
  padding: 0 25%;
}

.slide .text-wrapper .slide-cta{
  display: flex;
}

.slide .text-wrapper .slide-tagline{
  margin: 5px 0 10px 0;
  line-height: 1.3;
}

.slide .text-wrapper .slide-header h1{
  margin: 0;
}

.slider-home .slide.full{
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: cover;
}

.slide .button{
    font-size: 0.9rem;
    background-color: rgba(193, 143, 0, 0.70);
    width: 100%;
    text-align: center;
    padding: 18px 0;
    display: block;
    color: #fff;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    max-width: 35%;
}

.slide .button:hover{
  opacity: 0.8;
}

.img-wrapper{
  text-align: center;
}

/* End Slider */

/* Banner Store */

.slider-store{
  min-height: 100px;
  height: 100px;
  margin-bottom: 30px;
  overflow: hidden;
}

.slider-store .banner{
  border-radius: 5px;
}

.home-section-carousel{
  width: 100%;
  flex-direction: column;
}

.home-section-carousel h2{
  margin-bottom: 0.5rem;
}

.woocommerce-info.free-shipping{
  background-color: rgb(193, 143, 0);
}

.black-btn, button[type="submit"], input[type="submit"], button[type="reset"], input[type="reset"], .header .nav .vertical-menu .left-menu-bar .secondary-menu li a::after, body blockquote::before, .comments-section .comments .comments-list .comment article .comment-meta .comment-author .fn a::after, .products li .shop-product-box .product-info .add_to_cart_button.loading::after, .woocommerce-pagination .page-numbers li .current::before, body.woocommerce-shop .shop-content .shop-header-wrapper .shop-header-block .filter .toggle-filter span::after, .widget_price_filter .price_slider_wrapper .price_slider .ui-slider-range, .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::after, .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:last-child, div.product .summary .single_add_to_cart_button, div.product .summary .cart .quantity .decrease, div.product .summary .cart .quantity .increase, body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a, body.woocommerce-checkout .entry-content .woocommerce .checkout_coupon .button, body.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order #place_order, #customer_login .woocommerce-form-login > p .woocommerce-form__label-for-checkbox span:hover::before, .load-more .loader::after, body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .shipping #shipping_method > li input:checked ~ label::before, body.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tfoot .shipping #shipping_method > li input:checked ~ label::before, body.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li input:checked ~ label::before, body.woocommerce-checkout .entry-content .woocommerce .woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__input-checkbox:checked ~ span::before, body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li input:checked ~ label::before, body.woocommerce-order-pay .entry-content .woocommerce #order_review .wc_payment_methods > li label:hover::before, body.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .wc_payment_methods > li label:hover::before, .widget_rating_filter .wc-layered-nav-rating a::after, div.product .summary .cart .quantity.custom .input-text, div.product .summary .single_add_to_cart_button::before, .woocommerce-store-notice, div.product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.loading::after, body #yith-wcwl-popup-message, body.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-form__input-checkbox:checked ~ .woocommerce-terms-and-conditions-checkbox-text::before, body.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login p .button, body.loader-pulsate::after, .products li .shop-product-box .product_badges span.onsale, .sale-badge-box .onsale, div.wp-block-woocommerce-cart .wc-block-cart table.wc-block-cart-items .wc-block-components-product-badge, div.wp-block-woocommerce-checkout .wc-block-components-order-summary-item .wc-block-components-product-badge, .woocommerce-message, .woocommerce-info, .woocommerce-error, .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .wp-block-button__link.loading:after, label input[type=checkbox]:checked, input[type=checkbox]:checked, label input[type=radio]:checked, input[type=radio]:checked, .wc-block-grid .wc-block-pagination .wc-block-pagination-page.wc-block-pagination-page--active:before, .wp-block-woocommerce-attribute-filter ul li input[type=checkbox]:after, body.woocommerce-account.woocommerce-add-payment-method .woocommerce-PaymentMethods>li input:checked~label:before, .button.update-review, .woocommerce #reviews .product-rating .product-rating-details table td.rating-graph .bar, .woocommerce-page #reviews .product-rating .product-rating-details table td.rating-graph .bar, a.components-button, .wc-block-components-button:not(.is-link), .wc-block-components-button:not(.is-link):disabled, .wc-block-components-select .components-custom-select-control__menu, .wc-block-components-radio-control .wc-block-components-radio-control__input:hover:before, .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before, .wp-block-button.wc-block-load-more .wp-block-button__link{ 
  
  background-color: rgb(193, 143, 0);

}

.header .shopping-cart .woocommerce-mini-cart__buttons a:last-child, .header .offcanvas .account-wrapper .button.woocommerce-Button, .header .nav .menu .primary-menu > li.menu-item-has-children .plus-minus::after, .header .nav .menu .primary-menu > li.menu-item-has-children .plus-minus::before {
  background-color: rgb(193, 143, 0);
  color: #fff;
}

.header .nav .mobile-menu-bar .mobile-icons-box .mobile-cart .items-count{
  top: 1px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer_login{
  max-width: 408px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

body.page .wp-block-separator{
  margin: 24px auto;
}

.q8c6tt-2.dJvETY + a {
  display: none;
}

.woocommerce-message .wp-element-button{
  background-color: transparent;
  background-image: none;
  border: 1px solid #FFFF !important;
  background-image: none !important;
}

@media (min-width: 1441px){

  .home-columns:first-child .wp-block-column{
    align-self: flex-start !important;
    padding-top: 20%;
  }
  
}

@media (min-width: 1200px){
  .home .header .nav .vertical-menu .top-bar {
      position: fixed;
      width: 100%;
      left: 0;
  } 

  .header .nav .vertical-menu .right-menu-bar .menu-icons .show-cart .items-count{
    top: 1px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

@media (max-width: 1440px){

  .home-section .wp-block-getbowtied-carousel{
    max-width: 700px;
  }

  .home-columns:first-child .wp-block-column{
    align-self: flex-start !important;
    padding-top: 12%;
    padding-bottom: 0;
  }

  .home-columns:last-child .wp-block-column{
    padding-top: 0;
  }

  .home-section .wp-block-getbowtied-carousel .gbt_18_swiper-container{
    margin-bottom: 0;
  }

  .home-columns .wp-block-column h2{
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .home-columns .wp-block-column p{
    font-size: 0.8rem;
    margin-bottom: 10px;
    line-height: 1rem;
    margin-bottom: 40px;
  }

  .icons.returns::before {
    font-size: 2.8rem;
  }
  
  .icons.shipment::before {
    font-size: 2rem;
  }
  
  .icons.fedex::before {
    font-size: 1.6rem;
  }
  
  .icons.dhl::before {
    font-size: 1.1rem;
  }
  
  .icons.paypal::before {
    font-size: 1.8rem;
  }
  
  .icons.mercado::before {
    font-size: 1.8rem;
  }
  
}

@media (max-width: 1200px){

  .mobile-menu-footer{
    height: 200px;
  }

  .mobile-social-icons{
    align-self: flex-end;
  }

  .slider-home .slide{
    /* display: block;
    position: relative; */
    background-size: cover;
    background-position: center;
    height: calc(100vh - 60px);
  }

  .slide > div{
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 100%;
  }

  .slide .img-wrapper{
    display: none !important;
  }

  .slide .text-wrapper .slide-text-container{
    padding: 0 5% !important;
  }

}

@media (min-width: 768px) {
  body.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table.woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-shipping-status:before {
      display:none
  }
}

@media screen and (min-width: 1025px){

    body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper.alignfull{
        position: relative;
    }

    .gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook {
        min-height: 100vh;
    }

    .gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook .gbt_18_distorsion_lookbook_item {
        min-height: 100vh;
    }


    .gbt_18_lookbook_reveal_wrapper .gbt_18_distorsion_lookbook {
        position: absolute;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        clip: rect(0, auto, auto, 0);
      }

      .gbt_18_distorsion_lookbook .gbt_18_distorsion_lookbook_item {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
      }

      /* Home sections */

      .home-columns{
        width: 90%;
        max-width: 1330px;
      }
      
      .home-columns:first-child{
        align-items: end;
      }
      
      .home-columns:last-child{
        align-items: start;
      }
      
      .home-columns > div{
        padding: 1.5rem 3rem;
      }
      
      .home-section-item.flex-columns{
        gap: 0;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
      }

      .home .single-wrapper .col{
        max-width: 100%;
        margin: 0;
        padding: 0;
      }

      .home-section{
          /* position: absolute; */
          width: 100% !important;
          margin: 0 !important;
          height: 100vh;
          overflow: hidden;
          /* clip: rect(0, auto, auto, 0); */
      }

      .home-section  .home-section-item{
        /* overflow: hidden;
        position: fixed;
        top: 0;
        left: 0; */
      }

      .home-section  .home-section-item{
        min-height: 100vh;
        width: 100%;
      }
            
      /* .gbt_18_distorsion_lookbook:nth-child(1) {
        top: 0;
        z-index: 1;
      }
      
      .gbt_18_distorsion_lookbook:nth-child(2) {
        top: 100vh;
        z-index: 2;
      }
      
      .gbt_18_distorsion_lookbook:nth-child(3) {
        top: 200vh;
        z-index: 3;
      }
      
      .gbt_18_distorsion_lookbook:nth-child(4) {
        top: 300vh;
        z-index: 4;
      }
      
      .gbt_18_distorsion_lookbook:nth-child(5) {
        top: 400vh;
        z-index: 5;
      } */

      /* .gbt_18_distorsion_lookbook:nth-child(6) {
        top: 500vh;
        z-index: 6;
      }

      .gbt_18_distorsion_lookbook:nth-child(6) .gbt_18_distorsion_lookbook_item {
        transform: translate(-50%, -50%);
      } */

    

}

@media screen and (max-width: 1024px){

  .home-columns .wp-block-column{
    padding: 10% !important;
    border-bottom: calc(2px + 0.18vw) #ddd solid;
  }

  .home-columns:last-child .wp-block-column:last-child{
    border-bottom: 0;
  }

  .home-section .wp-block-getbowtied-carousel{
    max-width: 100%;
  }

  .page-footer .sub-footer{
    margin-top: 32px;
  }

  .page-footer .sub-footer .footer-links{
    margin-top: 0;
  }

  div.product .woocommerce-tabs .tabs li.active{
    border-radius: 5px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .home footer.page-footer{
        position: relative;
    }

    .gbt_18_distorsion_lookbook{
        top: auto !important;
    }

    body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper.alignfull h2{
      font-size: 2.2rem;
    }
    
}

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

  body .wp-block-getbowtied-lookbook-reveal.gbt_18_lookbook_reveal_wrapper.alignfull h2{
    font-size: 2.2rem;
  }

  .gbt_18_distorsion_lookbook{
      top: auto !important;
  }

  .home footer.page-footer {
    position: relative;
  }

  .slide .button{
    max-width: 80%;
  }

  .slide .text-wrapper .slide-text-container{
    max-width: 100%;
  }

  .home-section .wp-block-getbowtied-carousel{
    max-width: 100%;
  }

  .slider-home .slide{
    /* display: block;
    position: relative; */
    background-size: cover;
    background-position: center;
    /* height: calc(100vh - 100px); */
    height: 100%
  }

  html{
    height: 100%;
  }

  body.home{
    height:100%;
  }

  body.home .single-wrapper{
    height: calc(100% - 60px);
  }

  body.home .container-fluid{
    height: 100%;
    min-height: auto;
  }

  .slider-home{
    height: 100%;
  }

}

