/* ==========================================================================
   Responsive styles
   ========================================================================== */

/* Wide Screens */

@media (min-width: 1920px) and (max-width: 3840px) {
  .container {
    max-width: 1920px;
    margin: 0px auto;
  }
}

/* Desktop */

@media (max-width: 1600px) {


  h1 {
    font-size: 46px;
    line-height: 130%;
  }

  h2 {
    font-size: 36px;
    line-height: 130%;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 110%;
  }

  h5 {
    font-size: 18px;
    line-height: 130%;
  }

  p,
  a {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
  }

  .text-large {
    font-size: 22px;
    line-height: 28px;
  }

header{
  padding: 5px 0px;
}

.nav li{
  margin: 0px 15px;
}

.nav li a{
  font-size: 11px;
}

.logo{
  left: calc(50% - 60px);
}

.nav .primary-menu-item:nth-child(3) {
  margin-right: 80px;
}


.nav .primary-menu-item:nth-child(4) {
  margin-left: 80px;
}

.footer-area, .footer a{
  font-size: 12px;
}

.second .special {
  margin: -28px auto -15px auto !important;
  font-size: 68px;
}

}

/* Desktop Small */

@media (max-width: 1400px) {
  h1 {
    font-size: 48px;
    line-height: 130%;
  }

  h2 {
    font-size: 36px;
    line-height: 120%;
  }

  h3 {
    font-size: 32px;
    line-height: 120%;
  }

  .footer {
    width: 100%;
  }

  .column-forth {
    width: 23%;
  }

  .logo img {
    width: 180px;
  }

  .banner-block {
    height: 70vh;
  }

  .image-bg {
    height: 130%;
  }

  .testimonial-container .slick-prev {
    left: 15%;
  }

  .testimonial-container .slick-next {
    right: 15%;
  }

  .testimonial-block h5 {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-container .slick-prev {
    left: 18%;
  }

  .testimonial-container .slick-next {
    right: 18%;
  }

  .paragraph--large {
    font-size: 18px;
    line-height: 22px;
  }

  .post-container {
    width: 80%;
    margin: 0px auto;
  }
  

}

/* Tablet Portrait */

@media (max-width: 980px) {

  .hero h1 {
    width: 100%;
}

  .logo {
    left: calc(50% - 100px);
}

  .mobile-alert {
    display: flex;
  }

  .hide-mobile {
    display: none;
  }

  .mobile-column {
    flex-direction: column !important;
    align-items: center;
  }

  .mobile-column-reverse {
    flex-direction: column-reverse !important;
    align-items: center;
  }

  .column-half,
  .column-half.no-whitespace {
    width: 100%;
  }

  .banner-content {
    text-align: center;
  }

  .cat-title{
    margin-top: 30px;
  }

  .cat-title h2, .silhoutte h2{
    font-size: 38px; 
    margin-top: 20px;
    margin: 0px;
  }

  .silhoutte{
    background-image: none;
  }

  .step-container{
    margin-bottom: 50px;
  }

  .step-container h3{
    font-size: 32px;
    margin: 0px;
  }


}

/* Mobile Landscape */

@media (max-width: 768px), (orientation: landscape) and (max-height: 500px) {


  /* .fixed{
    position: fixed;
    overflow: hidden;
  } */

  header {
    top: 0px;
  }
  
  header .nav {
    position: fixed;
    right: -100vw;
    width:100%;
    min-height: 100%;
    top: 0;
    background: var(--color-black);
    transition: right 0.4s;
    padding-top: 0;
    z-index: 9;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  
  header .nav.open {
    right: 0px;
  }

  .menu-wrapper{
    margin: 100px 0px 50px 0px;
    flex-direction: column;
  }
  

  #nav{
    justify-content: center;
  }
  
/* Hamburger Menu */

.nav-icon {
  display: block;
  width: 24px;
  height: 22px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.2s all;
  cursor: pointer;
  z-index: 999;
  top: 35px;
  right: 20px;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--color-white);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0;
}

.nav-icon span:nth-child(2) {
  top: 8px;
}

.nav-icon span:nth-child(3) {
  top: 16px;
}

.nav-icon.open span:nth-child(1) {
  top: 14px;
  transform: rotate(135deg);
}

.nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-icon.open span:nth-child(3) {
  top: 14px;
  transform: rotate(-135deg);
}

 /* Menu */


 .navigation{
  justify-content: center!important;
 }

.nav li {
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.nav li a {
  display: block;
  padding: 5px;
  font-size: 15px!important;
  z-index: 9999;
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-text);
}

.nav li a {
  font-weight: normal;
}


  .logo {
    display: flex;
    max-height: 70px;
    align-items: center;
    position: relative;
    left: inherit;
    right: inherit;
    top: 0;
    z-index: 999;
  }

  .logo img {
    height: inherit;
  }


  .menu-item-has-children:after{
    display: block;
  }

  .nav .primary-menu-item:nth-child(3), 
  .nav .primary-menu-item:nth-child(4){
    margin: 0px;
  }

  .mega-item .first-level-sub-menu{
    position: relative;
    top: 0;
    left: 0;
  }

  .mega-item.col-5 .first-level-sub-menu{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }

  .menu-item-has-children:hover .first-level-sub-menu {
    max-height: 500px;
    left: 0;
    padding-bottom: 20px;
}

  .mega-item .has-image{
    display: none;
  }

  .first-level-sub-menu > li:not(:first-child) {
    margin-top: 20px!important;
}

  .menu-item-has-children:after{
    position: absolute;
      right: 10px;
  }


.menu-img{
  z-index: 999;
}

.mega-item {
  position:relative !important;
}


.nav li a::after{
  display: none;
}


.nav-right{
  z-index: 9;
}



  .hide-mobile {
    display: none !important;
  }

  .hide-desktop{
    display: flex!important;
  }

  .show-mobile {
    display: block !important;
  }

  h3{
    font-size: 24px;
    margin: 25px 0px;
  }

  h5 {
    font-size: 28px;
    line-height: 130%;
  }


  .testimonial-block {
    padding: 0px;
  }

  .mobile-f-dir-col {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    justify-content: center;
  }

  .container-small {
    width: 90%;
    margin: 0px auto;
  }

  .column-third,
  .column-forth,
  .column-fifth {
    width: 46%;
    margin: 1%;
    padding: 1%;
  }

  .banner-block .column-full,
  .slide .column-full {
    flex-direction: column;
    justify-content: center;
  }

  .banner-block .column-half,
  .slide .column-half {
    width: 100%;
    padding: 0;
  }

  .f-grid-one-third {
    grid-template-columns: 100%;
  }

  .footer-menu li {
    list-style: none;
  }

  .banner-block {
    background-position: bottom right;
  }

 
  .column-half,
  .column-third,
  .column-forth,
  .column-fifth {
    width: 90%;
    box-sizing: border-box;
  }

  .column-full {
    flex-direction: column;
    padding: 0px;
  }

  .f-grid-half {
    grid-template-columns: 100%;
  }

  .f-grid-one-forth {
    grid-template-columns: 48% 48%;
  }

  
  .banner-content {
    align-items: center;
  }

  .hero .container-block {
    flex-direction: column-reverse;
  }

  .hero .column-half{
    background: var(--color-light);
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto -5px auto;
    padding: 25px 50px;
    border-radius: 0;
  }

 
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    width: 99.5%;
    margin: 0 0 10px 0px;
  }


  .footer{
    border: none;
  }

  .footer-container{
    flex-direction: column;
    align-items: flex-start!important;
  }

  .footer-area{
    min-height: inherit;
  }

  .footer h4 {
    font-size: 28px;
    position: relative;
}

  .footer h4:after{
    content: "\e908";
    font-family: "mrz-iconset" !important;
    position: absolute;
    display: flex;
    right: 5px;
    top: 0;
    font-size: 24px;
    transform: rotate(90deg);
    transition: 0.3s all;
  }

  .footer h4.active:after{
    transform: rotate(270deg);
  }

  .footer-toggle{
  display: none!important;
  }

  .footer-toggle.active{
  display: flex!important;
  }


  .woocommerce.single .summary{
    width: 100%!important;
  }

  .third .column-half:first-child, 
  .third .column-half:last-child{
    width: 100%;
  }

  .usps{
    width: 90%!important;
    grid-template-columns: 48% 48%;
  }

  .usp figure{
    margin-top: 20px;
  }

  .usp p{
    padding: 5px;
    font-size: 14px;
    line-height: 130%;
  }

  .usp p:last-child{
    margin-top: 0px;
  }

  .third .column-half:last-child{
    width: 90%!important;
  }  

  .third h2{
    font-size: 40px;
  }

.type-select{
  flex-direction: column;
}

.quick-filter-container{
  border-radius: 20px;
}

.quick-filter{
  padding: 10px;
  box-sizing: border-box;
}

.filter{
  grid-template-columns: 48% 48%;
}

.filter :first-child {
  grid-column: 1 / -1;
}

.divider{
  display: none;
}

.filter p{
  margin: 5px 0;
}

.filter a{
  font-size: 16px;
  margin: 10px 0;
}

.home-hero .banner-block{
  height: 80vh;
  background-position: top left;
}

.home-hero .container-full{
  justify-content: flex-end;
}

.home-hero  .container-full .column-half:last-child{
  margin-bottom: 25vh;
}

.second{
  background-image: none;
}

.second h3 {
  font-size: 24px;
  margin: 5px 0px 15px 0px;
}

.second h2 {
  font-size: 44px;
}

.third{
  padding-top: 0px;
}

.woocommerce.single .related > h2::after {
  width: 25%;
}

}

/* Mobile Large */

@media (max-width: 642px) {
  html {
    margin-top: 0px !important;
  }

  h1 {
    font-size: 30px;
    line-height: 130%;
  }

  h2 {
    font-size: 24px;
    line-height: 120%;
  }

  h3 {
    font-size: 20px;
    line-height: 120%;
  }

  h5 {
    font-size: 22px;
    line-height: 120%;
  }

  .btn {
    font-size: 14px;
}

  .hero h1{
    margin-bottom: 20px;
  }

  .hero .column-half {
    padding: 20px 30px;
  }

  .footer {
    padding: 0 0 2vh 0;
     }

  .footer .f-dir-col {
    padding: 0;
  }

  .f-grid-one-forth {
    grid-template-columns: 100%;
    row-gap: 0%;
  }

  .text-large {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-menu {
    display: flex;
    flex-direction: column;
  }

  .footer .f-grid-one-forth .d-flex {
    padding: 20px 0px;
  }

  .contact-row p {
    flex-direction: column;
    align-items: center;
  }

  .contact-row label {
    width: 100%;
  }


  .woocommerce ul.products li.product .onsale{
    top: 12px;
    bottom: inherit;
  }

  .video-block .video-wrapper:first-child{
    display: none;
  }

  .home-vid{
    height: inherit;
  }


  .custom-form{
    width: 90%;
    margin: 50px auto;
  }

  .custom-form h3 {
    font-size: 24px;
  }

  .footer-container, .copyright {
    width: 90%;
  }

  .footer h4 {
    font-size: 18px;
    font-weight: normal;
  }
  .footer h4:after{
    font-size: 14px;
  }

  #sib-form .w-70{
    width: 60%!important;
  } 

  #sib-form .w-30{
    width: 40%!important;
  } 


  .woocommerce .single span.onsale{
    top: 10px;
    left: 10px;
  }

  .iconic-woothumbs-all-images-wrap {
    width: 100% !important;
  }

  .iconic-woothumbs-images-wrap .slick-list {
    height: 590px;
  }

  .iconic-woothumbs-thumbnails{
    display: none;
  }

  .woocommerce.single .product_title {
    font-size: 24px;
    margin-bottom: 5px;
}

.woocommerce.single .summary .price{
  margin-top: 0px;
  flex-direction: row;
}

.woocommerce.single .summary .price ins {
  text-decoration: none;
  font-size: 15px;
  margin-left: 5px;
  line-height: 100%;
}

.woocommerce-product-details__short-description{
  border: none;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
}

.woocommerce.single form .button, .woocommerce.single form .button.disabled{
  justify-content: center;
}

.woocommerce div.product div.summary, .woocommerce div.product form.cart{
  margin-bottom: 0px;
}

.woocommerce.single .related > h2 {
  text-align: left;
  font-size: 20px;
  margin: 30px 0px;
}

.questions-container{
  border: 1px solid #C5C5C5;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.questions-container h3:after{
  display: none;
}

.questions{
  margin: 20px 0px;
  grid-template-columns: 100%;
}

.custom-order{
  padding-top: 0px;
  width: 90%;
}

.measurements{
  flex-direction: column;
}

.order-left,
.order-right{
  width: 100%!important;
}

.entry-summary{
  margin-top: 20px;
}

.woocommerce.single .custom-order-button{
  justify-content: center;
}

.newest-products-container{
  display: flex;
  flex-direction: column;
}

.newest-products-container .slick-slide img {
  height: 290px;
}

.product .onsale{
  top: 5px;
  left: 5px;
  bottom: inherit;
  right: inherit;
  position: absolute;
  font-size: 10px;
  padding: 5px;
  line-height: 10px;
}

.product .woocommerce-loop-product__title, .product .price bdi{
  font-size: 12px!important;
}

#customer_login{
  flex-direction: column;
}

.wc-block-cart-item__image a{
  width: inherit !important;
}


.wp-block-woocommerce-checkout-fields-block{
  padding: 10px!important;
  box-sizing: border-box;
}

.stories-feature .container-full{
  flex-direction: column-reverse;
}


.stories-feature .container-full .column-half{
  background: var(--color-white);
  color: var(--color-black);
  padding: 20px;
  border-radius: 0px;
}

.stories-feature .container-full .column-half .headline, 
.stories-feature .container-full .column-half .paragraph, 
.story-banner .column-half .headline,
.story-banner .column-half .paragraph {
  color: var(--color-black);
}

.stories-feature .container-full .column-half .paragraph {
  margin: 0px;
  font-size: 14px;
  line-height: 120%;
}

.story-banner, .story-banner .container-block{
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.story-banner .column-half{
  background:var(--color-light);
  position: absolute;
  bottom: -2px;
  width: 100%;
  padding: 20px;
  margin: 0;
  border-radius: 0;
}

.story-banner .column-half .headline,
.story-banner .column-half .paragraph{
  text-align: center;
  margin: 0px;
}
	
.slide{
	background-image:none!important;
}

}

/* Mobile Small */

@media (max-width: 320px) {
}
