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

/* Wide Screens */

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

/* Desktop */

@media (min-width: 769px) and (max-width: 1600px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  h4 {
    font-size: 18px;
  }

  h4 a {
    font-weight: normal !important;
    font-size: 14px !important;
  }

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

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

  .woocommerce-loop-product__title {
    font-size: 12px !important;
    margin: 0px;
    padding: 0px;
  }

  .footer-logo {
    max-width: 100px;
    margin-top: 20px;
  }

  .footer-area .wp-block-mrz-block-heading {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .footer-area,
  .footer a {
    font-size: 11px;
    line-height: 160%;
  }

  .sib-form-block input {
    height: 30px !important;
    font-size: 12px !important;
  }

  .sib-form-block__button-with-loader {
    min-height: 34px !important;
    line-height: 100% !important;
    font-size: 12px;
  }

  .btn--normal::after {
    font-size: 8px;
  }

  .copyright,
  .copyright p,
  .copyright a {
    font-size: 10px;
  }

  .footer-socials a span {
    font-size: 22px;
  }

  .popup-content h5 {
    font-size: 14px;
    max-width: 400px;
    line-height: 170%;
    margin-bottom: 20px;
  }

  .popup-content p {
    font-size: 11px;
  }

  .orderby,
  .category-dropdown-filter label,
  .category-dropdown-filter select {
    font-size: 10px;
  }

  .woocommerce.shop {
    margin-top: 70px;
  }

  .summary {
    width: 45% !important;
  }

  .summary h1 {
    font-size: 18px;
  }

  .summary p {
    font-size: 11px !important;
    line-height: 170%;
  }

  .woocommerce-product-details__short-description {
    margin-bottom: 15px;
  }

  .summary .cart {
    padding-top: 0px;
    border: none;
  }
  .woocommerce div.product form.cart .variations {
    margin: 0px;
  }

  .custom-tab-title h4 {
    font-size: 11px;
    padding-bottom: 5px;
  }

  .wc-block-components-validation-error p {
    font-size: 12px !important;
  }

  .sus-tabs {
    font-size: 12px;
  }

  .badges-carousel .materials_carousel h5 {
    margin: 0;
    font-size: 16px;
  }

  blockquote {
    font-size: 18px;
    line-height: 140%;
    margin: 12px 0;
  }

  .woocommerce-Price-amount bdi {
    font-size: 10px;
  }

  .footer .size-guide-text {
    margin-top: 10px;
  }
}

/* Tablet Portrait */

@media (max-width: 1024px) {
  .sustain-content {
    width: 90%;
    margin-top: 0px !important;
    padding: 0px !important;
  }

  .overlay-text {
    top: 3%;
  }

  .sus-tabs {
    width: 70%;
    margin: 20px auto 0px auto;
  }
}

/* Mobile Landscape */

@media (max-width: 768px), (orientation: landscape) and (max-height: 500px) {
  h2 {
    font-size: 16px;
  }

  .woocommerce-loop-product__title {
    padding: 0px;
  }
  .mobile-wip {
    display: flex;
  }

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

  /* Hamburger Menu */

  .nav {
    justify-content: normal;
    flex-direction: column;
	  width: 60%;
    margin-left: 5%;
	  padding-top:10vh!important;
  }

  .navigation {
    width: 95%;
  }

  #nav-icon {
    display: block;
  }

  header {
    background: var(--color-white);
    top: 0px;
  }

  header .mobile-menu {
    position: fixed;
    width: 100%;
    height: 95%;
    top: 60px;
    background: #edeae7;
    left: -100vw;
    transition: left 0.4s;
    padding-top: 0;
    z-index: 9;
  }

  header .mobile-menu.open {
    left: 0;
  }

  .nav li {
    padding: 0px;
  }

  header .nav li {
    display: flex;
    align-items: center;
    margin: 15px auto;
    text-align: center;
    width: 90%;
  }

  header .nav li a {
    display: flex;
    padding: 5px;
    font-size: 15px;
    z-index: 9999;
    color: var(--color-black);
  }

  header .facebook-icon,
  header .linkedin-icon {
    display: none !important;
  }

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

  .navigation {
    box-shadow: none;
  }

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

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

  .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;
  }

  .icon-container {
    grid-template-columns: 100px 100px 100px 100px 100px 100px;
  }

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

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

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

  .column-full {
    flex-direction: column;
    padding: 5px !important;
  }

  .column-full,
  .column-half,
  .column-third,
  .column-forth,
  .column-fifth {
    width: 100%;
    padding: 8%;
    box-sizing: border-box;
  }

  .button-cotainer {
    align-items: center;
  }

  .button-cotainer .btn {
    margin: 5px 0px !important;
  }

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

  .btn {
    justify-content: center;
  }

  form {
    width: 100%;
  }

  .team-member {
    max-height: inherit;
  }

  .page {
    margin-top: 0px;
  }

  #custom-popup {
    flex-direction: column;
    height: 70%;
    width: 60%;
  }

  #custom-popup img {
    width: 100%;
    height: unset;
    object-fit: contain;
  }

  .close-popup {
    font-size: 0px;
    padding: 5px;
  }

  .popup-content {
    padding: 10px 20px;
  }

  #footer .f-grid-one-fifth {
    grid-template-columns: 100%;
    justify-items: center;
  }

  #footer .f-grid-one-fifth > div {
    width: 100%;
    align-items: start;
  }

  .footer-area {
    text-align: left;
    width: 100%;
  }

  .copyright {
    justify-content: flex-start !important;
  }

  .woocommerce ul.products[class*="columns-"] li.product {
    width: 49%;
    margin-bottom: 10px;
  }

  .woocommerce.shop {
    margin-top: 30px;
  }

  .product-page .product {
    flex-direction: column;
  }

  .photo-container {
    width: 100%;
  }

  .summary {
    position: relative;
    width: 100% !important;
    top: 0px;
  }

  .navigation .hide-desktop {
    display: flex !important;
    width: 20%;
  }

  .menu-container {
    justify-content: flex-end;
    width: 20%;
  }

  .materials-container {
    flex-direction: column;
    margin: 20px 0px;
  }

  .materials-used,
  .etishe-badge {
    padding: 0px;
    width: 100%;
  }

  .etishe-badge {
    margin-bottom: 20px;
  }

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

  .wc-block-components-sidebar-layout {
    flex-direction: column;
  }

  .wc-block-cart__main,
  .wc-block-components-sidebar {
    width: 100% !important;
  }

  .wp-block-woocommerce-cart {
    margin: 70px auto 0px auto !important;
  }

  .woo-account {
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100%;
    padding: 10px;
  }

  .woo-account .woocommerce-Address-title h3 {
    font-size: 16px;
  }

  .mobile-mega {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    box-sizing: border-box;
    position: relative;
  }

  .first-level-sub-menu {
    width: 100%;
  }

  .first-level-sub-menu li {
    height: unset !important;
    margin: 10px !important;
  }

  .first-level-sub-menu li a {
    margin: 0px;
    padding: 0px !important;
    font-size: 12px !important;
  }

  .mobile-mega .first-level-sub-menu {
    height: 0px;
    transition: 0.3s all;
    overflow: hidden;
  }

  .mobile-mega.active .first-level-sub-menu {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    height: 300px;
  }


  .mobile-mega.active::after {
    opacity: 0;
  }

  .mobile-mega.active a {
    padding-left: 20px;
  }

  .mobile-mega.active::before {
    content: "\e909";
    font-family: "mrz-iconset" !important;
    display: flex;
    font-size: 10px;
    position: absolute;
    margin-top: 10px;
  }

  .my-account {
    display: none;
  }

  .nav .hide-desktop {
    width: 90%;
  }

  .menu-arrow::after {
    content: "\e908";
    font-family: "mrz-iconset" !important;
    display: flex;
    font-size: 10px;
  }

  .woocommerce-no-products-found .wc-block-components-notice-banner {
    max-width: 350px;
  }

  .sus-tabs {
    width: 90%;
    text-align: center;
  }

  .sustain-content .headline {
    font-size: 22px;
  }

  .sus-tabs div {
    font-size: 13px;
  }

  .badges-carousel {
    grid-template-columns: 50% 50%;
  }

  .badges-carousel h5 {
    font-size: 16px;
    line-height: 100%;
  }

  /* .ethical-content .column-full {
    display: flex !important;
    flex-direction: row;
  } */
}

/* Mobile Large */

@media (max-width: 642px) {
  .navigation {
    padding: 10px 0px;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 15px;
  }

  .nav-icon {
    top: 24px;
  }

  h1 {
    font-size: 20px;
    line-height: 100%;
  }

  h2 {
    font-size: 16px;
    line-height: 100%;
    margin-top: 0px;
  }

  h3 {
    font-size: 16px;
    margin: 10px 0;
    line-height: 140%;
  }

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

  #sib-form input,
  .btn {
    font-size: 12px;
  }

  #custom-popup {
    width: 80%;
    height: 68%;
  }

  .close-popup {
    top: 10px;
    right: 10px;
  }

  .close-popup::before {
    font-size: 18px;
  }

  .popup-content h5 {
    font-size: 13px;
    line-height: 140%;
  }

  .popup-content p {
    font-size: 11px;
  }

  #customer_login {
    width: 90%;
  }

  .footer {
    padding: 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;
  }

  .wpcf7 {
    max-width: 320px;
    margin: 0px auto;
  }

  .woocommerce-Price-amount {
    font-size: 12px;
  }

  .slick-next {
    right: -15px;
  }
  .slick-prev {
    left: -15px;
  }

  .cart-contents {
    padding: 5px 0px;
  }

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

  .footer .wp-block-image {
    justify-content: center;
  }

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

  .shop-items {
    flex-direction: column;
    margin-top: 30px;
  }

  .shop-filter {
    margin-bottom: 20px;
  }

  .shop-filter,
  .shop-template {
    width: 100%;
  }

  .woocommerce div.product form.cart,
  .wc-tabs {
    flex-direction: column;
  }

  .summary .button,
  .summary .btn {
    padding: 15px 40px 15px 40px !important;
    margin: 0px !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs,
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0px;
    padding: 0px;
  }

  .woocommerce-tabs {
    padding: 30px;
  }

  .rental-items .container-block,
  .team-container .container-block {
    flex-direction: column;
  }

  #filter-container {
    width: 90%;
  }

  .rental-feature {
    width: 100% !important;
  }

  .signup-container {
    text-align: center;
  }

  .signup-container form {
    flex-direction: column;
    align-items: center;
  }
  .signup-container input,
  .signup-container .btn {
    width: 100%;
  }

  .signup-container h3 {
    font-size: 22px;
    line-height: 130%;
  }

  .page {
    margin-top: 50px;
  }

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

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

  .footer-area-three {
    display: flex;
    justify-content: flex-start;
  }

  .footer-area-one .wp-block-image img {
    max-width: 150px;
  }

  .wp-block-woocommerce-cart,
  .wc-block-checkout {
    width: 95%;
    margin: 0px auto !important;
  }
  #sib-container .w-70,
  #sib-container .w-30 {
    width: 100% !important;
  }

  .footer-area .wp-block-mrz-block-heading {
    font-size: 15px;
    padding-left: 0px !important;
  }

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

  .banner-block .container-block {
    flex-direction: column;
  }

  .banner-block .container-block .column-half {
    align-items: center !important;
  }

  .product-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce-loop-product__title {
    padding: 0px !important;
  }

  .woocommerce ul.products li.product .price {
    margin-bottom: 0px;
  }

  .shop-filter,
  .shop-template {
    margin-top: 40px;
  }

  .orderby,
  .category-dropdown-filter label {
    font-size: 9px;
  }

  #shop_category_filter {
    width: 140px;
    font-size: 9px;
  }

  .product-color-terms {
    margin-top: 5px;
  }

  .custom-tabs-titles {
    flex-direction: column;
  }

  .custom-tab-title {
    width: 100%;
  }

  .woocommerce div.product form.cart .button {
    height: 50px;
  }

  .ui-dialog-titlebar,
  .size-popup {
    width: 350px !important;
  }

  .summary h1 {
    font-size: 18px;
  }

  .wc-block-components-product-name {
    margin: 0px !important;
  }

  .wc-block-cart-item__product {
    padding: 0px 10px !important;
  }
  .wc-block-cart-item__quantity {
    margin-top: 0px;
    padding: 0px !important;
  }

  .wc-block-components-quantity-selector__input,
  .wc-block-cart-items__row img {
    padding: 0px !important;
  }

  .wc-block-cart table.wc-block-cart-items td {
    margin: 0px !important;
  }

  .is-mobile table.wc-block-cart-items .wc-block-cart-items__row {
    padding: 10px 0 !important;
  }

  .wc-block-checkout__main,
  .wp-block-woocommerce-checkout-order-summary-block {
    padding: 0px;
  }

  .is-mobile .wc-block-checkout__sidebar {
    margin-bottom: 0px !important;
  }

  .wp-block-woocommerce-checkout {
    margin-bottom: 70px !important;
  }

  .banner-block {
    height: 75vh;
  }

  .collapse-title {
    display: flex;
    align-items: center;
    padding: 10px 30px;
    margin: 5px 0px;
  }

  .collapse-title::after {
    content: "\e906";
    font-family: "mrz-iconset" !important;
    display: flex;
    font-size: 12px;
    margin-left: 10px;
  }

  .collapse-title.active::after {
    transform: rotate(180deg);
    margin-top: -4px;
  }

  .sus-tabs {
    flex-direction: column;
  }

  .sus-tabs div {
    padding: 10px 0px;
  }

  .badges-carousel {
    grid-template-columns: 100%;
  }

  .sustain-content .column-half.no-whitespace,
  .sustain-content .column-third.no-whitespace {
    width: 100%;
    margin-bottom: 5px;
  }

  .custom-tab-title {
    text-align: left;
  }
  .product-info-wrapper {
    width: 100%;
  }

  .woocommerce-loop-product__title {
    font-size: 10px !important;
    margin-bottom: 5px;
  }

  .footer .d-grid .footer-logo {
    display: none !important;
  }

  #sib-form input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
  }

  .related .products {
    width: 100%;
    display: grid;
    grid-template-columns: 48% 48%;
  }

  .related .products::before {
    display: none !important;
  }

  .related .products .product {
    width: 100% !important;
  }

  blockquote {
    font-size: 15px;
    line-height: 130%;
    margin: 10px 0;
  }

  .values-content {
    flex-wrap: wrap;
  }

  .values-content h4 {
    font-size: 12px;
  }

  .values-content .column-forth.no-whitespace {
    width: 50% !important;
  }

  .overlay-text {
    top: 1%;
  }

  .wc-block-cart {
    margin-top: 12vh !important;
  }

  .wc-block-cart:before {
    content: "Cart";
    display: block;
    font-size: 16px;
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
	
	.desktop-hero{
		display:none!important;
	}
	
	.mobile-hero,.mobile-hero .column-full{
	display: flex!important;
    padding: 0px!important;
    margin: 0px;
    width: 100%;
}
	
	.imageTitle{
	position: absolute;
    bottom: 5px;
    left: -2px;
    color: var(--color-white);
    padding: 10px;
    font-size: 8px;
	}
	
	#menu-item-1307.active .first-level-sub-menu{
		height: 185px!important;
	}
	
		#menu-item-1365.active .first-level-sub-menu{
		height: 110px!important;
	}
	
	.nav li a:hover::after{
		display:none;
	}
	
	.product-modal {
		margin: 40% auto 0px auto;
		width: 90%;
}
	
	.close{
		top:10%;
	}

}

/* Mobile Small */

@media (max-width: 380px) {
  #custom-popup {
    width: 80%;
    height: 80%;
    top: 2vh;
  }
}
