/** Shopify CDN: Minification failed

Line 267:1 Unexpected "}"

**/
/*----------------------------------------------------------
                  General css
-----------------------------------------------------------*/
html{
  padding:0 !important;
}
:focus{
  outline:none !important;
}
h1,.h1{
  font-size:72px;
  font-weight:700;
  line-height:normal;
  letter-spacing:normal;
  text-transform:uppercase;
}
h2,.h2{
  font-size:52px;
  font-weight:700;
  line-height:normal;
  letter-spacing:normal;
  text-transform:uppercase;
}
h3,.h3{
  font-size:42px;
  font-weight:700;
  line-height:normal;
  letter-spacing:normal;
  text-transform:uppercase;
}
h4,.h4{
  font-size:32px;
  font-weight:700;
  line-height:normal;
  letter-spacing:normal;
}
h5,.h5{
  font-size:24px;
  font-weight:700;
  line-height:normal;
  letter-spacing:normal;
}
h6,.h6{
  font-size:20px;
  font-weight:700;
  line-height:normal;
  letter-spacing:normal;
}
p{
  font-size:18px;
  font-weight:500;
  line-height:27px;
  letter-spacing:normal;
}
.p1,
.p1>p{
  font-size:24px;
  font-weight:500;
  line-height:27px;
  letter-spacing:normal;
}
.btn,
.button,
input[type=submit].button,
input[type=submit].btn{
  font-size:20px !important;
  font-weight:700;
  min-width:212px;
  min-height:54px;
  padding: 0 20px !important;
  letter-spacing: 1px;
  text-transform:uppercase;
  display:inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height:50px !important;
}
.btn.btn--primary{
  color: var(--coffee1);
  border: 1px solid var(--coffee);
  background-color:transparent; 
}
.btn.btn--primary:hover{
  color: var(--white) !important;
  border: 1px solid var(--white);
  background-color:var(--coffee); 
}
.btn.btn--secondary{
  color: var(--white);
  border: 1px solid var(--white);
  background-color: var(--coffee1);
}
.btn.btn--secondary:hover{
  color: var(--coffee1);
  border: 1px solid var(--coffee1);
  background-color: var(--white);
}
.btn.btn--ternary{
  color: var(--coffee1);
  border: 1px solid var(--white);
  background-color: var(--white);
}
.btn.btn--ternary:hover{
  background-color:var(--coffee1);
  border: 1px solid var(--white);
  color:var(--white);
}
a.link{
  text-decoration:underline;
  font-weight: 700;
  font-size:18px;
  line-height:normal;
  letter-spacing:normal;
  color:var(--coffee1);
}
a.link:hover{
  color:var(--orange) !important;
}
button.button-as-link:hover{
  color:var(--coffee1) ;
}
.gridlock .row{
  max-width:1422px;
  width:100%;
  padding:0 15px;
}
.grid__wrapper{
  max-width:1422px;
  width:100%;
  padding:0 15px;
}
@media (min-width:741px) and (max-width:1200px){
  .global__section{
    padding-top:60px;
    padding-bottom:60px;
  }
}

@media (max-width:740px){
  h1,.h1{
    font-size:32px;
  }
  h2,.h2{
    font-size:32px;
  }
  h3,.h3{
    font-size:32px;
    line-height:32px;
  }
  .gridlock .row, .grid__wrapper{
    padding:0 20px;
  }
  .btn{
    margin-left: auto !important;
    margin-right: auto !important;
  }
  p{
    line-height:27px;
  }
}
@media (max-width:499px){
  .btn{
    max-width:initial;
    width:100%;
  }
}
/*----------------------------------------------------------
                  Product card css
-----------------------------------------------------------*/
.collection__grid-loop .price-item{
  color:var(--coffee1);
  font-size:18px;
  font-weight:700;
}
.collection__grid-loop.featured__collection-carousel{
  margin:0 !important;
}
.collection__grid-loop .product-index .prod-title{
  color:var(--black);
  margin-top:0;
}
.collection__grid-loop .reveal{
  margin-bottom:30px;
}
.collection__grid-loop .reveal img:hover{
  opacity:0.7;
}
.collection__grid-loop .product-index .product-info a:hover .prod-title{
  color:var(--orange);
}
.collection__grid-loop .price{
  margin-top:30px;
}
.collection__grid-loop .product-index{
  padding:0 7.5px !important;
}
.collection__grid-loop .product-listing__quickview-trigger{
  background-color:var(--coffee);
}
.collection__grid-loop .product-listing__quickview-trigger svg path{
  fill:var(--orange);
}
.collection__grid-item .collection-list.collection-info.floating__titles{
  color:var(--coffee1);
}
.collection__grid-loop .collection-list.collection-info.floating__titles .prod-title{
  color:var(--white);
}
.collection__grid-loop .product-index:hover .collection-list.collection-info.floating__titles .prod-title{
  color:var(--orange);
}
.collection__grid-loop .collection-image.floating__titles .box-ratio:after{
  background: rgba(0,0,0,.4);
}
@media (max-width:480px){
  .collection__grid-loop .product-index .prod-title{
    font-size: 20px;
    line-height:1.2;
  }
}
/*----------------------------------------------------------
                  Featured collection css
-----------------------------------------------------------*/
.featured__collection-section {
  margin-bottom:0;
}
.featured__collection-section .feat__collection-link{
  margin-top:60px;
}
.featured__collection-section .section-heading{
  margin:0 0 60px !important; 
}
.featured__collection-section .section-heading h2{
 padding:0;
 color:var(--coffee);
}
.featured__collection-section .flickity-page-dots{
  position:static;
  margin-top:30px;
}
.featured__collection-section .feat__collection-link .btn{
  min-width: 448px;
}
.collection__grid-loop.grid-wrapper{
  display:grid;
}

.collection__grid-loop.grid-wrapper .sm-span-6{
  width:50%;
}
@media (max-width:980px) and (min-width:741px){
  .collection__grid-loop.grid-wrapper .md-span-4{
    width:33%;
  }
}
 @media screen and (min-width: 741px) and (max-width: 980px) {
   .featured__collection-section .collection__grid-loop.grid-wrapper .sm-span-6
 }
@media (max-width:740px){
  .featured__collection-section .feat__collection-link{
    margin-top:30px;
  }
}
@media (max-width:499px){
  .featured__collection-section .feat__collection-link .btn{
    min-width: initial;
  }
}
/*----------------------------------------------------------
                  Image with text css
-----------------------------------------------------------*/

.image__with-text--section{
  padding-bottom:0;
  margin-bottom:0px;
}
.image-with-text-wrapper{
  padding-top:0;
}
.image__with-text--section .grid__wrapper{
  padding:0;
}
.image__with-text--section .image-section{
  position:relative;
}
.image__with-text--section .background-image{
  position: absolute;
  top: -60px;
  left: -76px;
  width: calc(100% + 101px);
  max-width: initial;
}
.image__with-text--section .image__block img,
.image__with-text--section .image__block .box-ratio{
  background:transparent;
}
.image__with-text--section .image__block .box-ratio:hover img{
  filter: drop-shadow(2px 2px 2px var(--black));
}
.image__with-text--section .image__block img{
  position:absolute;
  top:60px;
}
.image__with-text--section .image__block .box-ratio{
  overflow:visible;
  position:relative;
}
.image__with-text--section .text_section{
  padding:30px 0;
}
.image__with-text--section .text_section .subtitle{
  margin-bottom:32px;
  text-transform:uppercase;
}
.image__with-text--section .text_section h3{
  margin-bottom:16px;
}
.image__with-text--section .text_section .rte{
  margin-bottom:32px;
}
.image__with-text--section .text_section .rte p{
  line-height:27px;
}

@media  (max-width:1200px){
  .image__with-text--section .text-with-image .image__block{
    padding:30px 0;
  }
  .image__with-text--section .image__block img{
    position:static;
  }
}
@media  (max-width:740px){
  .image__with-text--section{
    position:relative;
    margin-bottom:0;
  }
  .image__with-text--section .image-section{
    position:static;
  }
  .image__with-text--section .background-image{
    top:0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  .image__with-text--section .image__block img{
    position:static;
  }
  .image__with-text--section .image__block.single-image{
    margin-top:42px;
  }
  .image__with-text--section .image-with-text-wrapper{
    padding-left: 0;
    padding-right: 0;
    padding-bottom:30px;
    grid-gap:0;
  }
  .image__with-text--section .text-with-image .image__block{
    padding:0;
  }
  .image__with-text--section .text_section{
    padding-bottom:0;
  }
}
@media (max-width:499px){
  .image__with-text--section .image__block.single-image{
    margin-left: auto;
    margin-right: auto;
    max-width:300px;
  }
  .image__with-text--section .text-with-image .image__block{
    padding:0;
  }
}
/*----------------------------------------------------------
                  Image with text css
-----------------------------------------------------------*/
.collection-gallery{
  margin-bottom:0;
}
.collection-gallery .gallery__image--caption{
  grid-row:initial;
  padding-bottom:0;
  text-align:left;
  padding-top:30px;
}
.collection-gallery .gallery__column-container{
  grid-row-gap: 60px;
  grid-column-gap: 24px;
}
.collection-gallery .gallery__image--caption .button-box a{
  color:var(--button-text);
}
.collection-gallery .gallery__column-image:hover img{
  opacity:0.7;
}
@media (min-width: 741px) and (max-width: 1200px)
.global__section {
    padding: 60px 0!important;
}
@media (max-width:740px){
  .collection-gallery .gallery__column-container{
    grid-row-gap: 60px;
    grid-column-gap: 0;
  }
}
/*----------------------------------------------------------
                Featured product new css
-----------------------------------------------------------*/
.homepage-featured-product-new{
  padding:0;
  margin-bottom:0;
}
.homepage-featured-product-new .product__section-content{
  padding:100px 30px; 
}
.homepage-featured-product-new .featured-product-form{
  text-align:center;
}
.homepage-featured-product-new .product__add-button{
  text-align:center;
  margin:0 auto;
}
.homepage-featured-product-new .product__section-content__block--buttons form.product_form{
  border:none;
}
.homepage-featured-product-new .section-heading{
  margin-bottom:32px !important;
  margin-top:0 !important;;
}
.homepage-featured-product-new .section-heading h6{
  color:var(--subtitle-color);
  text-transform:uppercase;
}
.homepage-featured-product-new .product__section-content__block--title{
  color:var(--text-color);
  margin-bottom:20px;
}
.homepage-featured-product-new .product__section-content__block--title h3{
  margin-bottom:20px;
}
.homepage-featured-product-new .product__section--desc{
  padding-top:0;
  margin-bottom:32px;
}
.homepage-featured-product-new .product__section--desc p{
  color:var(--text-color);
  line-height:27px;
}
.homepage-featured-product-new .button-box .btn{
  background-color:var(--button-bg-color);
  color:var(--button-color);
  border:1px solid var(--button-color);
}
.homepage-featured-product-new .button-box .btn:hover{
  background-color:var(--button-color);
  color:var(--button-bg-color);
  border:1px solid var(--button-bg-color);
}
.homepage-featured-product-new .product__section-contentWrapper:not(:empty){
  background-color:transparent;
  margin-left:0;
  margin-right:0;
}
.homepage-featured-product .featured-product-gallery:not(:empty){
  margin:0;
}
.homepage-featured-product .featured-product-gallery:hover img{
  filter: drop-shadow(2px 4px 6px var(--black));
}
@media (max-width:1500px) and (min-width:741px){
  .homepage-featured-product .product__section-container{
    display: flex !important;
    grid-gap: 10px;
    align-items: center;
  }
}
@media (max-width:1200px){
  .homepage-featured-product-new .product__section-content{
    padding:50px 30px !important;
  }
}
@media (max-width:740px){
  .homepage-featured-product-new .product__section-content{
    padding:0 0 60px !important;
  }
  .homepage-featured-product .featured-product-gallery{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .homepage-featured-product .product__section-contentWrapper{
    width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .homepage-featured-product-new .product__section-content__block--title{
    margin-bottom:15px;
  }
  
}
/*----------------------------------------------------------
                Image with text overlay css
-----------------------------------------------------------*/
.parallax{
  margin-bottom:0;
}
.parallax .btn{
  color:var(--button-text);
  background-color:var(--button-color);
  border:1px solid var(--button-color);
}
.parallax .btn:hover{
  color:var(--button-color);
  background-color:var(--button-text);
  border:1px solid var(--button-text);
}
.parallax .parallax__caption-text h6{
  text-transform:uppercase;
}
.parallax .parallax__caption{
  width:650px;
}
.parallax .parallax__caption-text{
  padding:0;
  row-gap: initial;
}
.parallax .parallax__caption-text h6{
  margin-bottom:32px;
}
.parallax .parallax__caption-text h2{
  margin-bottom:16px;
}
.parallax .parallax__caption-text .rte{
  margin-bottom:32px;
}
.parallax .parallax__caption-text .rte p{
  line-height:27px;
}
@media (max-width:1599px){
  .parallax .simpleParallax {
    position: absolute;
    top: 0;
    height: 100%;
  }
  .parralax__image .box-ratio img{
    height:100%;
    object-fit:cover;
  }
}
@media (max-width:740px){
  .parallax .parallax__caption{
    width:100%;
    padding:60px 20px;
  }
  .parallax .parallax__container{
    height:auto !important;
  }
  
}
/*----------------------------------------------------------
                    Featured blog css
-----------------------------------------------------------*/
.featured-blog-section{
  margin-bottom:0;
}
.homepage-blog .article-body h2{
  margin-bottom:30px;
  margin-top:30px;
  text-transform: capitalize;
}
.featured-blog-section .box-ratio img{
  height:100%;
  object-fit:cover;
}
.featured-blog-section .box-ratio{
  padding-bottom:0 !important;
  max-height:450px;
  height:450px;
}
.featured-blog-section ul#featured-posts{
  display:flex;
  column-gap:24px;
}
.featured-blog-section .article-body a:first-of-type:hover{
  color:var(--orange);
}
.featured-blog-section .article-body a:first-of-type:hover img{
  opacity:0.7;
}
@media (max-width:740px){
  .featured-blog-section ul#featured-posts li{
    width:100%;
    margin-left:0;
    margin-right:0;
    margin-bottom:60px;
  }
  .featured-blog-section ul#featured-posts li:last-of-type{
    margin-bottom:0;
  }
  .featured-blog-section ul#featured-posts{
    display:block;
  }
  .featured-blog-section .box-ratio{
    max-height:335px;
    height:335px;
  }
  .homepage-blog .article-body h2{
    line-height:32px;
  }
}
/*----------------------------------------------------------
                     Slideshow css
-----------------------------------------------------------*/
.slideshow-section .slideshow__caption-wrapper{
  padding:100px 0;
  row-gap:initial;
}
.slideshow-section .slideshow__title{
  margin-bottom:17px !important;
}
.slideshow-section .slideshow__caption-wrapper .rte{
  margin-bottom:30px;
}
.slideshow-section .btn{
  padding: 12px 42.75px !important;
  height:initial;
  line-height:1.4 !important;
}
.slideshow-section .slideshow__btn-wrapper .button:hover{
  border:1px solid var(--button-color);
  color:var(--button-color);
  background-color:var(--button-text);
}
.slideshow .flickity-page-dots .dot{
  background-color:var(--white);
  opacity:1;
}
.slideshow .flickity-page-dots .dot.is-selected{
  background-color:var(--orange);
}
@media (max-width:1200px){
  .slideshow-section .slideshow__caption-wrapper{
    padding:80px 0;
  }
}
@media (max-width:990px){
  .slideshow-section .slideshow__slide-image .box-ratio:not(:empty){
    padding-bottom:0 !important;
    height:100%;
  }
  .slideshow-section .slideshow__slide-image .box-ratio img{
    object-fit: cover;
    height: 100%;
  }
  .slideshow .flickity-page-dots{
    bottom:15px;
  }
}
@media (max-width:740px){
  .slideshow-section .slideshow__caption-wrapper{
    padding:30px 0;
    text-align: center;
  }
  .slideshow-section .btn{
    width:212px;
  }
}
@media (max-width:740px){
  .slideshow-section .slideshow__slide .slideshow__caption{
    grid-row: 2 / 3;
  }
  .slideshow-section .slideshow__slide-image .box-ratio:not(:empty){
    min-height:216px;
  }
}
/*----------------------------------------------------------
                     Footer css
-----------------------------------------------------------*/
.footer-section ul#footer_icons{
  text-align:initial;
}
.footer-section .footer-block .h6{
  font-size:16px;
  font-weight:700;
}
.footer-section .footer-block ul li{
  font-size:16px;
  font-weight:700;
  line-height:normal;
  letter-spacing:normal;
}
ul#footer_icons li:first-child{
  margin-left:0;
}
.footer-section .footer-newsletter{
  text-align:center;
}
.footer-section .footer-copyright{
  text-align:center;
  background-color:var(--coffee); 
  padding:12px 0;
}
.footer-section .footer-copyright p{
  margin-bottom:0;
}
.footer-section .footer-copyright a{ 
  color:var(--white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}
.footer-section .footer-newsletter h3{
  margin-bottom:15px;
  text-transform:initial;
  font-size:36px;
}
.footer-section .footer-newsletter .rte{
  margin-bottom:30px;
}
.footer-section .footer-newsletter .rte p{
  line-height:27px;
}
.footer-section .footer-menu .certification-box{
  margin-top:32px;
}
.footer-section .footer-menu .certification-box .certificate-title{
  color:var(--coffee1);
  font-size: 16px;
  text-transform:uppercase;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom:15px;
}
.footer-section .footer-menu .certification-box img{
  max-width:142px;
}
.footer-section #bottom-footer{
  margin-top:80px;
}
.footer-section #footer a:hover{
  color:var(--orange);
}
ul#footer_icons li a:hover svg g{
  fill:var(--orange);
}
.klaviyo-form{
  max-width:600px;
  margin:0 auto;
  outline:none !important;
}
.klaviyo-form *{
  font-family:'menco', sans-serif !important;
}
.klaviyo-form input{
  height:54px !important;
  font-size:18px !important;
  font-weight: 700 !important;
  color:var(--black) !important;
  border-radius:0 !important;
  background-color:#e8e8e8 !important;
  border:1px solid !important;
  border-color:var(--gray) !important; 
  outline:none !important;
}
.klaviyo-form input::placeholder{
  text-transform:uppercase;
  color:var(--gray) !important;
  font-size:20px !important;
}
.klaviyo-form button.needsclick:not(:empty){
  border: 1px solid var(--white) !important;;
  background-color: var(--coffee1) !important;;
  color:var(--white) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height:normal !important;
  height:54px !important;
  margin-top:25px !important;
  text-transform: uppercase !important;
}
.klaviyo-form button.needsclick:not(:empty):hover{
  border: 1px solid var(--coffee1) !important;;
  background-color: transparent !important;;
  color:var(--coffee1) !important;
}
@media (min-width:981px){
  #footer{
    display:flex;
    column-gap:50px;
  }
  .footer-section .grid__wrapper .footer-block:nth-of-type(2){
    padding-left:15px;
  }
  .footer-section .footer-newsletter{
    width: 37%;
    padding-right:65px;
    border-right:1px solid;
    border-color:var(-gray);
  }
}
@media (min-width:981px) and (max-width:1420px){
  #footer{
    column-gap:20px;
    justify-content: space-between;
  }
  .footer-section .footer-newsletter{
    width: 30%;
    padding-right: 25px;
  }
  .footer-section .grid__wrapper .footer-block:nth-of-type(2){
    padding-left:0;
  }
  .footer-section .grid__wrapper .footer-block.footer-social{
    min-width:19%;
  }
}
@media (max-width:740px){
  .footer-section .footer-block{
    text-align:center;
  }
  .footer-section .footer-block:first-of-type{
    padding-bottom:30px;
    border-bottom:1px solid var(--gray);
  }
  .footer-section ul#footer_icons{
    text-align:center;
  }
  .footer-section #footer{
    margin-bottom:0;
    padding-bottom:0;
    padding-bottom:30px;
  }
  .footer-section #bottom-footer{
    margin-top:30px;
    position: absolute;
    left: 0;
    width: 100%;
    margin-top:0;
  }
  .footer-section .footer-block .h6{
    margin-bottom:16px;
  }
  #footer{
    padding:0 !important;
  }
  ul#footer_icons li:first-child{
    margin:0 10px;
  }
}
/*----------------------------------------------------------
                  Announcement bar css
-----------------------------------------------------------*/
.announcement-bar__wrapper .announcement-bar__message p{
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}
.announcement-bar__wrapper .cart-links__link-login{
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
}
.announcement-bar__wrapper .cart-links__link-login:hover .cart-links__link-login--text{
  color:var(--white) !important;
}
.announcement-bar__wrapper .cart-links__link-logout:hover .cart-links__link-account--text{
  color:var(--white) !important;
}
.announcement-bar__wrapper .cart-links__link-account:hover .cart-links__link-account--text{
  color:var(--white) !important;
}
.announcement-bar__wrapper .cart-links__link-login:hover svg path{
  fill:var(--white);
}
.announcement-bar__wrapper .cart-links__link-account:hover svg path{
  fill:var(--white);
}
.announcement-bar__wrapper .cart-links__link-logout svg g{
  fill:var(--black);
}
.announcement-bar__wrapper .cart-links__link-logout:hover svg g{
  fill:var(--white);
}
.announcement-bar__wrapper .slideout__trigger-mobile-menu{
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal !important;
}
.announcement-bar__wrapper .my-cart-text{
  padding-left:10px;
}
.announcement-bar__wrapper .my-cart-link-container:hover .my-cart-text{
  color:var(--white) !important;
}
.announcement-bar__wrapper .my-cart-link-container:hover svg path{
  fill:var(--white);
}
.announcement-bar__wrapper .my-cart-link-container:hover svg path
.announcement-bar__wrapper .my-cart-text,
.announcement-bar__wrapper .cart-links__link-login--text,
.announcement-bar__wrapper .cart-links__link-account--text{
  display:inline-block;
  padding-left:10px;
}
.announcement-bar__wrapper .cart-links__wrapper li{
  padding:0 15px;
} 
.announcement-bar__wrapper .cart-links__wrapper li:last-of-type{
  padding-right:0;
}
/*----------------------------------------------------------
                  Header css
-----------------------------------------------------------*/
header.header__wrapper{
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header__wrapper .header__nav__link,
.header__wrapper .header__linklist-item a{
  color:var(--black) !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal !important;
}
.header__wrapper .header__nav__link:hover{
  color:var(--orange) !important;
}
.header__wrapper .header__linklist-item a:hover{
  color:var(--orange) !important;
}
.header__wrapper .header__nav__link.first-level{
  padding-left:13px;
  padding-right:13px;
  padding-top:21.5px;
  padding-bottom:21.5px;
}
.header__wrapper .header__linklist-header a{
  color:var(--black);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal !important;
}
.header__wrapper .header__linklist-header a:hover{
  color:var(--orange) !important;
}
.header__nav__list.inline__wrapper.nav .header__nav__list-item .header__nav__link.first-level:hover{
  color:var(--orange) !important;
}
.header__nav__list.inline__wrapper.nav>.header__nav__list-item{
  padding:18px 0;
}
.header__nav__list.inline__wrapper.nav .header__nav__list-item .header__nav__link.first-level:hover svg path{
  fill:var(--orange);
}
.header__nav__list.inline__wrapper.nav .header__nav__list-item:first-of-type .header__nav__link.first-level{
  padding-right:35px;
  border-right:1px solid var(--gray);
}
.header__nav__list.inline__wrapper.nav .header__nav__list-item:nth-of-type(2) .header__nav__link.first-level{
  padding-left:35px;
}
.header__wrapper .header__search-form__inner{
  display:flex;
  align-items:center;
}
.header__wrapper .icon--mrparker-search g{
  fill:var(--black) !important;
}
.header__wrapper .header__search-form__inner input{
  border:none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  outline:none !important;
  width:100%;
  color:var(--black);
  padding-left:10px;
  text-indent: 0;
}
.header__wrapper .header__search-container{
  padding-left:100px;
}
.header__wrapper predictive-search{
  padding-left:35px;
  border-left:1px solid var(--gray);
  display: inline-flex;
}
.header__wrapper .header__nav-below{
  position:relative;
}
.header__wrapper .predictive-search{
  width: 100%;
  left: 0;
  position:absolute !important;
}
.header__wrapper .header__linklist-columns-wrapper{
  top:100px;
}
.header__wrapper .predictive-search{
  top:100px;
}
.header__linklist-columns-wrapper .header__linklist-columns-list{
  padding: 10px 40px 10px 0;
}
.header__linklist-columns-wrapper .header__linklist-columns-list .header__linklist-header{
  margin-bottom:0;
  line-height:1;
}
.header__wrapper.sticky--active .header__nav-below>.span-2:first-of-type{
  grid-column: auto / span 1;
  width: 100%;
}
.header__wrapper.sticky--active .header__nav-below>.span-2:last-of-type{
  grid-column: auto / span 3;
  width: 100%;
  display:inline-flex;
  align-items: center;
}
.header__wrapper .header__search-container .cart-links__wrapper{
  display:none;
}
.header__wrapper.sticky--active .header__search-container .cart-links__wrapper{
  display:flex;
}
.header__wrapper .header__search-container .icon--mrparker-user-logout g{
  fill:var(--black);
}
.header__wrapper .header__search-container .cart-links__wrapper .cart-links__item:hover svg path,
.header__wrapper .header__search-container .cart-links__wrapper .cart-links__item:hover svg g,
.header__wrapper .header__search-container .cart-links__wrapper .my-cart-link-container:hover svg path{
  fill:var(--orange);
}
.header__wrapper .header__search-container .cart-links__wrapper li a,
.header__wrapper .header__search-container .cart-links__wrapper li .slideout__trigger--open{
  position:relative;
}
.header__wrapper .header__search-container .cart-links__wrapper .cart-links__item span,
.header__wrapper .header__search-container .cart-links__wrapper .my-cart-link-container .my-cart-text{
  position:absolute;
  bottom: -28px;
  background-color: var(--orange);
  border-radius: 10px;
  padding: 3px 8px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  opacity:0;
  visibility:hidden;
  transition:opacity 0.3s, bottom 0.1s;
  font-size:12px !important;
  white-space: nowrap;
}
.header__wrapper .header__search-container .cart-links__wrapper .cart-links__item:hover span,
.header__wrapper .header__search-container .cart-links__wrapper .my-cart-link-container:hover .my-cart-text{
  opacity:1;
  visibility:visible;
  bottom:-32px;
}
.header__wrapper .js-cart-count{
  display:none;
}
.header__wrapper.sticky--active predictive-search{
  padding-left:15px;
}
.header__wrapper.sticky--active .header__search-container .cart-links__wrapper li{
  padding:0 10px;
}
.mobile-menu__item a{
  display:inline-flex;
  align-items:center;
}
.mobile-menu__item a svg{
  height:16px;
  width:16px;
  color:var(--black);
}
.mobile-menu__item a svg g{
  fill:var(--black);
}
.mobile-menu__item a svg:hover g{
  fill:var(--black) !important;
}
label[for="search-header"],
label[for="search-mobile-navigation" ] {
  font-size: 0;
}

@media (max-width:1500px){
  .header__wrapper .header__search-container{
    padding-left:30px;
  }
}
@media (max-width:1300px){
.header__wrapper .header__nav__link.first-level{
    padding:10px;
  }
}
@media (max-width:1200px){
  .header__nav__list.inline__wrapper.nav .header__nav__list-item:first-of-type .header__nav__link.first-level{
    padding-right:20px;
  }
  .header__nav__list.inline__wrapper.nav .header__nav__list-item:nth-of-type(2) .header__nav__link.first-level{
    padding-left:20px;
  }
  .header__wrapper .header__nav__link{
    font-size:14px;
  }
  .header__wrapper.sticky--active .header__search-container .cart-links__wrapper li{
    padding:0 7px;
  }
}
@media (max-width:980px){
  .header__wrapper .header__logo-image img{
    padding:10px 0;
    max-height:80px;
  }
  .header__wrapper .mobile-menu{
    min-height:100vh;
    height:auto;
  }
  .header__nav__list.inline__wrapper.nav>.header__nav__list-item{
    padding:0;
  }
}

/*----------------------------------------------------------
              Product page main section css
-----------------------------------------------------------*/
.template-product .product__section{
  margin-bottom:44px;
}
.template-product .product__section .product__section-container{
  grid-gap:24px;
  padding:0;
}
.template-product .product__section .product__section-content{
  padding:0 !important;
}
.template-product .product__section .tab-content{
  list-style:none;
  padding:16px 0;
  border-top:1px solid var(--orange);
  margin:0;
}
.template-product .product__section .rte-tab section div.tabbed-block:last-of-type{
  padding-bottom:16px;
}
.template-product .product__section .tab-content label{
  text-transform:uppercase;
  position:relative;
  cursor:pointer;
}
.template-product .product__section .tab-content label .icon--arrow{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%) rotate(180deg);
}
.template-product .product__section .product__section-content__block--quantity{
  display:inline-block;
  margin-bottom:30px;
  vertical-align:middle;
}
.template-product .product__section .product__section-content__block--buttons{
  display:inline-block;
  vertical-align:middle;
}
.template-product .product__section .product__section-content__block--buttons form.product_form{
  margin-bottom:0;
  padding-bottom:0;
  border:none;
}
.product__section input.add.clearfix.AddtoCart{
  margin-left:8px;
  min-width: 168px;
  background-color:var(--coffee1);
  border:1px solid var(--white);
  line-height:42px !important;
  padding: 0 !important;
  color:var(--white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  min-height:44px;
  margin-bottom:0px !important;
  margin-top:8px;
}

@media (-webkit-min-device-pixel-ratio:0){ 
.product__section input.add.clearfix.AddtoCart{ 
     padding: 0 0 2px !important;
      max-height:44px;
} 
}
@-moz-document url-prefix() {
    .product__section input.add.clearfix.AddtoCart{ 
      padding: 2px 0 0 !important;
      max-height:44px;
    }
}
.product-quickview__form-wrapper .product__section input.add.clearfix.AddtoCart{
  margin-left:0;
}
.template-product .product__section input.add.clearfix.AddtoCart:hover{
  background-color:transparent;
  border:1px solid var(--coffee1);
  color:var(--coffee1);
}
.template-product .product__section .qty-selection label{
  font-size: 14px;
  font-weight: 500 !important;
  font-style: normal;
  letter-spacing: normal;
  color:var(--black);
  line-height: 27px;
  text-transform: uppercase;
}
.template-product .product__section .quantity__wrapper{
  border: 1px solid var(--coffee);
}
.template-product .product__section .product__section-content__block--price{
  margin-bottom:15px;
}
.template-product .product__section .swatches__container{
  margin-top:0;
}
.template-product .product__section .qty-selection .quantity{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  color:var(--coffee);
  outline:none !important;
  height:44px;
  width:44px;
}
.template-product .product__section .product__section-content h1{
  margin-bottom:15px;
  color:var(--coffee);
}
.template-product .product__section .product__section-content__block--vendor p{
  margin-bottom:20px;
}
.template-product .product__section .yotpo{
  border-top:1px solid var(--orange);
  border-bottom:1px solid var(--orange);
  padding:30px 0;
  margin-bottom:30px;
}
.template-product .product__section .yotpo.bottomLine .yotpo-bottomline .yotpo-stars{
  margin-right:10px;
  display:inline-block;
}
.template-product .product__section .yotpo.bottomLine .yotpo-bottomline .text-m{
  color:var(--orange) !important; 
  text-decoration:none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
}
.template-product .product__section .price-item{
  color:var(--coffee1);
}
.template-product .product__section #product-price{
  margin-bottom:0;
  padding-bottom:0;
  border:none;
}
.template-product .product__section  .price__pricing-group{
  margin-bottom:0;
}
.template-product .product__section .rte-tab section div.tabbed-block{
  border:none;
  padding:0 0 30px;
  min-height:initial;
}
.template-product .product__section .rte-tab section div.tabbed-block p{
  font-weight:500;
  color:var(--text-color);
}
.template-product .product__section .rte-tab section div.tabbed-block ul li{
  color:var(--text-color);
}
.template-product .product__section .rte-tab section div.tabbed-block a:hover{
  color:var(--orange);
}
.template-product .product__section .rte-tab section div.tabbed-block p:last-of-type{
  margin-bottom:0;
}
.template-product .product__section .product__section--desc .tab-content p{
  color:var(--black);
}
.template-product .product__section-images .flickity-page-dots{
  margin-top:30px;
}
.flickity-page-dots .dot{
  height:15px;
  width:15px;
  margin:0 7.5px;
  background:var(--orange);
  opacity:1;
}
.flickity-page-dots .dot.is-selected{
  background:var(--coffee1);
}
.template-product .product__section .swatches__form--input:checked+.swatches__form--label{
  color: var(--white);
  border: 1px solid var(--white);
  background-color: var(--coffee1);
}
.template-product .product__section .swatches__form--label{
  color: var(--coffee1);
  border: 1px solid var(--coffee);
  background-color:transparent; 
}
.template-product .product__section .swatches__form--label:hover{
  background-color:#eee; 
}
.template-product .product__section-content h3 a{
  color:var(--coffee);
}
.template-product #product-form-installment{
  margin-top:20px;
}
.template-product #product-form-installment *{
  font-family:'menco', sans-serif !important;
}

@media (max-width:739px){
  .template-product .product__section-images .flickity-page-dots{
    margin:15px 0;
  }
  .template-product .product__section .product__section-container{
    grid-gap: 0;
  }
  .template-product .product__section .product__section-content h1{
    margin-top:0;
    text-align:center;
  }
  .template-product .product__section #product-price{
    align-items:center;
  }
  .template-product .product__section .swatches__container{
    text-align:center;
  }
  .template-product .product__section .product__section-content__block--price{
    margin-bottom:10px;
  }
  .template-product .product__section .product__section-content__block--quantity{
    margin-bottom:60px;
  }
  .template-product .product__section .product__section-content__block--buttons{
    margin-bottom:42px;
  }
  .template-product .product__section input.add.clearfix.AddtoCart{
    margin-bottom:0 !important;
    position: relative;
    top: 8px;
  }
  .template-product .product__section .product__section-content{
    text-align:center;
  }
  .template-product .product__section .product__section-content__block--vendor p{
    text-align:center;
  }
  .template-product .product__section .product__section-content__block--tab_content{
    text-align:left;
  }
  .template-product .product__section .product__section-content{
    padding-bottom:0 !important;
  }
  .template-product .product__section .qty-selection label{
    position:relative;
    left:6px;
  }
  .template-product #yotpo-modal .yotpo-name-email-wrapper{
    flex-direction:column;
  }
  .template-product #yotpo-modal .yotpo-name-email-wrapper .yotpo-input-wrapper{
    width:98%;
  }
}
/*----------------------------------------------------------
                      Breadcrum css
-----------------------------------------------------------*/
section.breadcrumb__section{
  margin-bottom:60px;
  margin-top:60px;
}
#breadcrumb{
  margin-left:0;
  margin-right:0;
  padding:0;
  background-color:transparent;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color:var(--coffee1);
  text-transform: uppercase;
}
#breadcrumb a{
  padding:0;
  color:var(--coffee1);
}
#breadcrumb a:hover{
  color:var(--orange) !important;
}
#breadcrumb a:visited{
  color:var(--coffee1);
}
@media (max-width:740px){
  section.breadcrumb__section{
    margin-bottom:30px;
    margin-top:30px;
  }
  #breadcrumb{
    display:inline-flex;
    align-items:center;
    flex-wrap:wrap;
  }
  .template-search #breadcrumb{
    flex-wrap:nowrap;
  }
}
/*----------------------------------------------------------
                  Product page reviews css
-----------------------------------------------------------*/
.template-product .yotpo-widget-instance #yotpo-main-widget-btn{
  line-height: 125.9% !important;
  color:var(--coffee);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  text-decoration: underline;
  line-height:normal;
  background:transparent;
}
.template-product .yotpo-widget-instance #yotpo-main-widget-btn:hover{
  color:var(--orange);
}
.template-product .yotpo-widget-instance .yotpo-headline{
  font-size: 52px;
  color:var(--coffee);
  font-weight: 700 !important;
  letter-spacing: normal;
  line-height: normal;
  padding-bottom:30px;
  margin:0 auto;
}
.template-product .yotpo-widget-instance .yotpo-main-layout .yotpo-head{
  border-bottom:1px solid var(--orange);
  margin-bottom:60px;
  margin-top:60px;
}
#yotpo-reviews-main-widget .yotpo-review-rating-title{
  flex-direction: column !important;
  margin-bottom: 16px !important;
  gap: 15px !important;
}
#yotpo-reviews-main-widget .yotpo-review-rating-title .yotpo-review-title{
  font-size:20px !important;
  font-weight:700 !important; 
}
.template-product .yotpo-reviews-main-widget *{
  font-family:'menco', sans-serif !important;
}
.yotpo-reviews-star-ratings-widget *{
  font-family:'menco', sans-serif !important;
}
#yotpo-modal *{
  font-family:'menco', sans-serif !important;
}

.yotpo-form-complete button.yotpo-shop-complete{
  font-size:20px !important;
  font-weight:700;
  min-width:212px;
  min-height:54px;
  padding: 0 20px !important;
  letter-spacing: 1px;
  text-transform:uppercase;
  display:inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height:50px !important;
  color: var(--white);
  border: 1px solid var(--white);
  background-color: var(--coffee1);
  border-radius:none;
}
.yotpo-form-complete button.yotpo-shop-complete:hover{
  color: var(--coffee1);
  border: 1px solid var(--coffee1);
  background-color: var(--white);
}
.template-product .yotpo-reviews-main-widget .yotpo-layout-header-wrapper{
  justify-content:flex-end !important;
  margin-bottom:60px !important;
}
.template-product .yotpo-widget-instance .yotpo-review{
  flex-direction:column !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding:30px 0 !important;
}
.template-product .yotpo-widget-instance .yotpo-review:first-child{
  padding-top:0 !important;
}
.template-product .yotpo-widget-instance .yotpo-review-center-panel{
  padding-left:0 !important;
}
.template-product .yotpo-widget-instance .yotpo-reviewer-name{
  color:var(--orange) !important;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 16px;
}
.template-product .yotpo-widget-instance .yotpo-date-format{
  text-align:left;
  margin-top:16px;
  color:var(--orange);
}
.template-product .yotpo-widget-instance .yotpo-review-content{
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: normal;
  line-height: normal;
  color:var(--black);
}
.template-product .yotpo-review-border-smooth{
  display:none !important;
}
.template-product .yotpo-main-layout{
  max-width:1422px;
  margin:0 auto;
  padding:0 15px;
  width:100% !important;
}
.template-product .yotpo-review-form .form-footer .yotpo-new-review-submit{
  line-height:normal !important;
  font-size:20px important;
  font-weight:700;
  max-width:212px;
  padding: 14.5px 42.75px !important;
  letter-spacing: 1px;
  text-transform:uppercase;
  display:inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: var(--white) !important;
  border: 1px solid var(--white) !important;
  background-color: var(--coffee1) !important;
  height:initial !important;
  border-radius:0 !important;
}
.template-product .yotpo-review-form .form-footer .yotpo-new-review-submit:hover{
  color: var(--coffee1) !important;
  border: 1px solid var(--coffee1) !important;
  background-color: var(--white) !important;
}

.template-product .yotpo-reviews-pagination-container{
  margin-bottom:60px;
}
.template-product .yotpo-reviews-pagination-container:empty{
  margin-top:0;
}
.template-product .yotpo-reviews-trademark{
  display:none !important;
}
.template-product .modal-backdrop.yotpo-review-form-modal .yotpo-modal-header{
  color: var(--coffee1);
  text-transform: uppercase;
  font-weight: 700;
  font-size:32px;
}
.template-product .yotpo-review-form .yotpo-new-review-star-rating,
.template-product .yotpo-review-form .yotpo-new-review-content,
.template-product .yotpo-review-form .yotpo-new-review-headline,
.template-product .yotpo-review-form .yotpo-name-email-wrapper .yotpo-new-review-name{
  min-height:initial !important;
}
.template-product .yotpo-device-desktop .yotpo-review-form .yotpo-new-review-headline{
  margin-bottom:10px;
}
.template-product .yotpo-uploaded-images:empty{
  padding:0;
}

@media (max-width:740px){
  .template-product .yotpo-widget-instance .yotpo-headline{
    font-size:32px;
    margin:0 auto;
  }
  .template-product .yotpo-widget-instance .yotpo-review-title{
    display:block;
  }
  .template-product .yotpo-widget-instance .yotpo-review-content{
    margin-top:0 !important;
  }
  .template-product .yotpo-widget-instance .yotpo-date-format{
    margin-top:5px;
  }
  .template-product .yotpo-layout-header-wrapper{
    margin-bottom:30px !important;
  }
  .template-product .yotpo-widget-instance .yotpo-headline{
    padding-bottom:0;
    margin-bottom:30px !important;
  }
  .template-product .yotpo-widget-instance .yotpo-review{
    padding:15px 0 !important;
  }
  #yotpo-modal{
    margin:0 20px;
  }
  #yotpo-reviews-main-widget .yotpo-review-rating-title{
    gap:10px !important;
  }
  #yotpo-reviews-main-widget .yotpo-review-rating-title .yotpo-review-title{
    margin:0 !important;
  }
  .template-product .yotpo-widget-instance .yotpo-reviewer-name{
    margin-bottom:5px;
  }
}
@media (max-width:480px){
  .template-product .modal-backdrop.yotpo-review-form-modal .yotpo-modal .modal-body{
    margin:0 10px;
  }
  .template-product .modal-backdrop.yotpo-review-form-modal .yotpo-modal-header{
    margin:20px 10px;
  }
  .template-product .yotpo-review-form,
  .template-product .yotpo-input-wrapper.yotpo-new-review-content{
    width:100% !important;
  }
  .template-product #yotpo-modal .yotpo-name-email-wrapper{
    width:98%;
  }
  .template-product .modal-backdrop.yotpo-review-form-modal .yotpo-modal-header{
    font-size:20px;
  }
}

/*----------------------------------------------------------
              Product page star ratings css
-----------------------------------------------------------*/
.yotpo-reviews-star-ratings-widget .yotpo-layout-header-wrapper{
  margin-bottom:0 !important;
}
.star-ratings{
  border-top:1px solid var(--orange);
  border-bottom:1px solid var(--orange);
  padding:30px 0;
  margin-bottom:30px;
  display:flex;
  align-items:center;
}
.star-ratings .write-review{
  color: var(--coffee);
  text-decoration:underline;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: normal;
  display:inline-block;
  margin-left:5px;
}
.star-ratings .write-review:hover{
  color:var(--orange);
}
.star-ratings .yotpo-sr-bottom-line-summary{
  align-items:center !important;
}
.star-ratings .yotpo-sr-bottom-line-text{
  color: var(--orange) !important;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  line-height:normal !important;
}
@media (max-width:740px){
  .star-ratings{
    justify-content:space-between;
  }
}
/*----------------------------------------------------------
               Product recommendations css
-----------------------------------------------------------*/
.product-recommendations__wrapper{
  margin-bottom:0;
}
.product-recommendations .section-heading{
  margin-bottom:60px !important;
  margin-top:0 !important;
}
.product-recommendations .section-heading h2{
  padding:0;
  color:var(--coffee);
}
.product-recommendations .flickity-page-dots{
  position:static;
  margin-top:30px;
}
@media (max-width:740px){
  .product-recommendations .section-heading{
    margin-bottom:52px !important;
  }
}
/*----------------------------------------------------------
                       Page css
-----------------------------------------------------------*/
.template-page h1, 
.template-404 .main__section-heading h1,
.template-search .main__section-heading h1{
  font-size:50px;
  text-align:center;
}
.template-page h2{
  font-size:20px;
}
.template-page h3{
  font-size:20px;
}
.template-page h4{
  font-size:20px;
}
.template-page .p1{
  font-size:18px;
}
.template-page table{
  border-spacing:2px;
  border-collapse: separate;
  min-width:600px;
}
.template-page .main__content-wrapper{
  padding:0 0 40px;
}
.c-btn--primary {
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  height: auto;
  line-height: 30px;
  padding: 9px 30px;
  border-radius: 0;
  background-color: #f58220;
}
.c-btn--primary:hover {
  background-color: black;
  color: white;
}
.c-btn--primary:hover a {
  color: white;
  text-decoration: none;
}
.template-page .rte__table-wrapper tr td p{
  margin-top:10px;
}
.template-page .btn{
  color: var(--white);
  border: 1px solid var(--white);
  background-color: var(--coffee1);
}
.template-page .btn:hover{
  color: var(--coffee1);
  border: 1px solid var(--coffee1);
  background-color: var(--white);
}
@media (max-width:740px){
  .template-page .rte__table-wrapper{
    overflow-x: scroll;
  }
}
@media (max-width:499px){
  .template-page h1, 
  .template-404 .main__section-heading h1,
  .template-search .main__section-heading h1{
    font-size:32px;
  }
  .template-search .main__section-heading h1{
    font-size:31px;
  }
  .template-page .main__section-heading{
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .template-page .main__section{
    margin-bottom: 0;
  }
}
/*----------------------------------------------------------
                   Corporate page css
-----------------------------------------------------------*/
.template-page-corporate h1{
  font-size:50px;
  text-align:center;
}
/* .template-page-corporate h2,
.template-page-corporate h4{
  font-size:20px;
} */
.template-page-corporate .main__content-wrapper{
  padding:60px 0;
}
.corporate-page {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.corporate-page .subtext {
  margin: 20px auto 70px auto;
}
.corporate-page .discounts {
  display: flex;
  margin-bottom: 70px;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .corporate-page .discounts {
    flex-direction: column;
    align-items: center;
  }
}
.corporate-page .discounts .discount {
  width: 33%;
  text-align: center;
  max-width: 350px;
  padding: 25px;
}
@media screen and (max-width: 820px) {
  .corporate-page .discounts .discount {
    padding: 15px;
    width: 75%;
  }
}
@media screen and (max-width: 600px) {
  .corporate-page .discounts .discount {
    padding: 15px;
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .template-page-corporate h1{
    font-size:32px;
  }
}
/*----------------------------------------------------------
                   Contact page css
-----------------------------------------------------------*/

.template-page-contact h1{
  font-size:52px;
}
.template-page-contact .main__section-heading{
  margin-top:0;
  padding:60px 0;
  background-color:#eee;
}
.template-page-contact #contactFormSubmit{
  color: var(--white);
  border: 1px solid var(--white);
  background-color: var(--coffee1);
}
.template-page-contact #contactFormSubmit:hover{
  color: var(--coffee1);
  border: 1px solid var(--coffee1);
  background-color: var(--white);
}
.template-page-contact a:hover{
  color:var(--coffee1);
}
.errorForm p{
  color:#ff0000;
  font-weight:700;
}
.bundle__qty {
  font-size: 0;
  line-height: 0;
}
@media screen and (min-width: 741px){
  .template-page-contact div#contactFormWrapper{
    margin:0 auto;
  }
}
@media screen and (max-width: 740px){
  .template-page-contact .grid__wrapper{
    padding:0;
  }
  .template-page-contact .main__section-heading{
    padding:40px 20px;
  }
  .template-page-contact .main__section-heading h1{
    padding:40px 20px;
  }
  .template-page-contact h1{
    font-size:32px;
  }
}

/*----------------------------------------------------------
                   CCPA page css
-----------------------------------------------------------*/
#ccpa_page button{
  color:var(--black); 
}
/*----------------------------------------------------------
                Register page css
-----------------------------------------------------------*/
.template-customers-register #customer-wrapper{
  padding-top:20px;
  padding-bottom:20px;
}
.template-customers-register .note{
  border:none;
}
/*----------------------------------------------------------
                Video Gallery page css
-----------------------------------------------------------*/
.template-page-video-gallery #page{
  margin-top:0;
}
 .video-gallery {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   row-gap: 2rem;
   column-gap: 2rem;
}
.template-page-video-gallery h1{
  font-size:52px;
  text-align:center;
  color: var(--coffee);
  padding:60px 0;
  background-color:#eee;
  margin-bottom:40px !important;
}
 .video-gallery iframe {
	 height: 50vw;
	 width: 80%;
}
 @media (hover: none) and (pointer: coarse) {
	 .video-gallery iframe {
		 height: 100%;
		 width: 100%;
	}
}
 .load-more-button {
	 margin: 2rem auto;
	 display: block;
}
 .disabled {
	 cursor: no-drop;
}
 .video-gallery-video-wrapper {
	 position: fixed;
	 height: 100vh;
	 width: 100vw;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 top: 0;
	 left: 0;
	 background-color: rgba(0, 0, 0, .8);
	 z-index: 100;
}
 @media (hover: none) and (pointer: coarse) {
	 .video-gallery-video-wrapper {
		 display: block !important;
		 height: auto;
		 width: auto;
		 position: inherit;
	}
}
 .video-close {
	 position: fixed;
	 top: 20px;
	 right: 30px;
	 color: white;
	 z-index: 150;
	 font-size: 3rem;
	 cursor: pointer;
	 transition: 0.2s;
}
 .video-close:hover {
	 opacity: 0.5;
	 transition: 0.2s;
}
 .video-gallery-preview {
	 display: grid;
	 grid-template-columns: 1fr;
	 grid-template-rows: 1fr;
	 cursor: pointer;
}
 @media (hover: none) and (pointer: coarse) {
	 .video-gallery-preview {
		 display: none;
	}
}
 .video-gallery-preview:hover h2 {
	 transition: opacity 0.2s ease-in-out;
	 opacity: 1;
}
 .video-gallery-preview img {
	 grid-area: 1 / 1 / 2 / 2;
	 width: 100%;
	 object-fit: cover;
}
 .video-gallery-preview h2 {
	 display: flex;
	 grid-area: 1 / 1 / 2 / 2;
	 transition: all 0.2s ease-in-out;
	 opacity: 0;
	 padding: 5%;
	 margin: 0;
	 justify-content: center;
	 align-items: center;
	 text-align: center;
	 background-color: rgba(0, 0, 0, .6);
	 color: white;
	 z-index: 99;
     font-size:20px;
}
@media (max-width:740px){
  .template-page-video-gallery h1{
    font-size:32px;
    padding:40px 20px;
  }
}
/*----------------------------------------------------------
                Mobile menu css
-----------------------------------------------------------*/
.mobile-menu .mobile-menu__search{
  margin-bottom:0;
}
.mobile-menu #search-mobile-navigation{
  border:none !important;
}
/*----------------------------------------------------------
                Mobile menu css
-----------------------------------------------------------*/
#pagination a:hover{
  background-color:transparent;
  color:var(--coffee1);
  border:1px solid var(--coffee1);
}
#pagination a:hover svg path{
  fill:var(--coffee1);
}
#pagination a{
  background-color:var(--coffee1);
  color:var(--white);
  border:1px solid var(--coffee1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#pagination a svg path{
  fill:var(--white);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*----------------------------------------------------------
                Cart drawer css
-----------------------------------------------------------*/
#mini-cart .ajax-cart__button-view_cart{
  margin-bottom:10px;
  width:100%;
}
#mini-cart .ajax-cart__button-submit{
  width:100%;
}
/*----------------------------------------------------------
             Image with text banner css
-----------------------------------------------------------*/
.slideshow-new .image__block img{
  position:static;
}
.slideshow-new .grid__wrapper{
  max-width:initial;
}
.slideshow-new .slideshow__slide .btn{
  border:1px solid var(--button-text);
  color:var(--button-text);
  background-color:var(--button-color);
}
.slideshow-new .slideshow__slide .btn:hover{
  border:1px solid var(--button-color);
  color:var(--button-color);
  background-color:var(--button-text);
}
.slideshow-new .slideshow__slide{
  display:flex;
  align-items: center;
  justify-content: center;
}
.slideshow-new .image__with-text--section .image__block .box-ratio:hover img{
  filter:none;
}
.slideshow-new .slideshow__slide .text-with-image{
  flex:1 1 50%;
  max-width:50%;
}
.slideshow-new .slideshow__slide .text-with-image.text_section{
  padding:30px;
}
.gridlock .slideshow-new .row{
  max-width:initial;
  padding:0;
}
@media (min-width:1367px){
  .slideshow-new .text-with-image.text_section.center h3{
    font-size:65px;
    line-height:1;
  }
}
@media (max-width:1366px){
  .slideshow-new .text-with-image.text_section.center h3{
    font-size:52px;
    line-height:1;
  }
}
@media (max-width:1200px){
  .slideshow-new .text-with-image .image__block{
    padding:0;
  }
  .slideshow-new .image__with-text--section{
    padding:0;
  }
  .slideshow-new .text-with-image.text_section.center h3{
    font-size:32px;
    line-height:1;
  }
}
@media (max-width:990px){
  .slideshow-new .slideshow__slide{
    flex-wrap:wrap;
  }
  .slideshow-new .slideshow__slide .text-with-image{
    flex:1 1 100%;
    max-width:100%;
  }
  .slideshow-new .slideshow__slide .text-with-image.text_section{
    padding:30px 20px;
    order:2;
  }
  .slideshow-new .slideshow__slide .text-with-image.image-section{ 
    order:1;
  }
  
}
@media (max-width:740px){
  .slideshow-new .image__with-text--section .image__block.single-image{
    margin-top:0;
  }
  .slideshow-new .image__with-text--section .image-with-text-wrapper{
    padding-bottom:0;
  }
}
@media (max-width:499px){
  .slideshow-new .image__with-text--section .image__block.single-image{
    max-width:initial;
  }
}
/*----------------------------------------------------------
             cart section css
-----------------------------------------------------------*/
.icart-slider-drawer .icart-btn-large,
#shopify-section-icart-section .icart-pg-add-btn,
#shopify-section-icart-section .icart-pg-apply-dis,
#shopify-section-icart-section .icart-button-radius{
  background-color: var(--coffee1) !important;
  border:1px solid var(--white) !important;
  color:var(--white) !important;
  line-height: initial !important;
}
.icart-slider-drawer .icart-btn-large:hover,
#shopify-section-icart-section .icart-pg-add-btn:hover,
#shopify-section-icart-section .icart-pg-apply-dis:hover,
#shopify-section-icart-section .icart-button-radius:hover{
  background-color: var(--trasparent) !important;
  border:1px solid var(--coffee1) !important;
  color:var(--coffee1) !important;
} 
.template-cart .icart-pg .icart-pg-checkout-widget .icart-pg-checkout{
  width:100%;
}
#gsAppContainer .gs__helper-content{
  max-width: initial;
  width: 100%;
  background-color: var(--black) !important;
  border: 1px solid var(--black) !important;
  color: var(--white) !important;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  font-size: 16px !important;
  font-weight: 700;
  min-width: 212px;
  min-height: 45px;
  padding: 0 20px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  line-height: 40px !important;
}
.template-cart #checkout{
  width:100%;
}
/* .template-cart #gsAppContainer .gs__helper-content{
  max-width:initial;
  width:100%;
  background-color: var(--trasparent) !important;
  border:1px solid var(--coffee) !important;
  color:var(--coffee) !important;
  text-align:center;
  height:45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
  margin:0;
} */
#gsAppContainer .gs__helper-content:hover{
  background-color: var(--coffee) !important;
  border:1px solid transparent !important;
  color:var(--white) !important;
}
.template-cart #gsAppContainer textarea#gsMessage{
  border:1px solid var(--black);
}
.template-cart #gsAppContainer input{
  border:1px solid var(--black);
}
.template-cart #gsAppContainer .gs__wrapper{
  width:100%;
}
/* .template-cart #gsAppContainer .gs__fields{
  display:none;
}
#mini-cart #gsAppContainer .gs__fields{
  display:none;
}
#mini-cart #gsAppContainer #gsMessageContainer{
  display:block;
}
.template-cart #gsAppContainer #gsMessageContainer{
  display:block;
} */
.template-cart .icart-pg .icart-pg-qty-delete-btn input:empty{
  height:0 !important;
}
.icart-btn.iCartBtnToggle.icart-top-right{
  padding: 0 !important;
}
.mini-cart .section-heading{
  font-size:32px;
  margin:0 !important;
}
.mini-cart .ajax-cart__free-shipping{
  background-color:var(--coffee1);
  padding:10px;
}
.mini-cart .ajax-cart__free-shipping .cart-shipping-countdown .mb1{
  font-size:16px;
  margin-bottom:0;
  line-height:1.2;
}
.mini-cart #gsAppContainer .gs__wrapper{
  width:100%;
}
.mini-cart hr{
  margin-top:10px;
}
.mini-cart #gsAppContainer input{
  padding:10px;
  height:40px;
}
.mini-cart #gsAppContainer{
  margin:10px 0;
}
.mini-cart #gsAppContainer textarea#gsMessage{
  min-height:95px;
  padding:10px;
}

.product-add #gsAppContainer {
  display:none;
}

.mobile-menu__social li a path,
.mobile-menu__item a path,
.c-accordion.c-accordion--mobile-nav .dropdown-arrow > svg path {
  fill: #fff;
}
.disabled-bundle-btn {
    opacity: .5;
    pointer-events: none;
}
.empty-label {
  font-size: 0;
  height: 0;
}
@media (max-width:749px){
  .template-cart .icart-pg .icart-pg-checkout-widget .icart-pg-checkout-btn-group.icart-pg-left-right-btn{
    flex-direction:column;
  }
  .template-cart .icart-pg .icart-pg-checkout-widget .icart-pg-apply-dis{
    padding: 7px 21px !important;
  }
  .template-cart #gsAppContainer .gs__helper-content{
    height: 40px;
  }
}
