/** Shopify CDN: Minification failed

Line 147:3 Expected "}" to go with "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

/*Logo Width*/

.logo img{
 max-width: 1000px !important;
  text-align: center;
  margin: 0 auto;
}
a{
   font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

a.top-link{
  padding-left: 30px;
   font-family: 'Poppins', sans-serif;
  font-weight: 600;
 
}
.nav ul .menu{
  width: 100%;
  max-width: 880px !important;
}
.nav ul li .cart-button span{
  display: none;
}

.nav ul li a.sub-menu {
  padding-left: 30px;
}


/*Hide payment methods in footer */
.payment_methods{
  display: none;
}

.sub-footer .container .four.columns{
  width: 22%;
}

.title{
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.thumbnail .info{
  text-align: center;
}



.header .container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}



.nav{
  text-align: center;
}

.promo_banner p{
  display: none;
  
}

.promo_banner{
  height: 40px;
}
.header_bar .primary_logo{

}

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

  text-align: center;
}

.logo{

}

div.ten.columns.logo{
   /*display: flex !important;
  justify-content: center !important;
  align-items: center !important;*/
  padding-left: 200px;
}
.primary_logo{
  margin: 0 !important;
}
/*Media Queries */
@media only screen and (max-width: 1214px) {
  div.ten.columns.logo{
  padding-left: 100px;
}
}
@media only screen and (max-width: 974px) {
  div.ten.columns.logo{
  padding-left: 0;
}
}

@media only screen and (max-width: 784px) {
   .logo img{
    width: 400px; 
  }
 .logo{
   margin-left: -100px;
   padding: 0;
  
}
@media only screen and (max-width: 500px) {
  .sub-footer .container .four.columns{
    width: 50%;
  }
 
  
  .logo img{
    width: 250px; 
  }
  
  .logo{
    margin-left: 0;
}

@media only screen and (max-width: 500px){
  .sub-footer .container .four.columns{
    width: 100%;
  }
  
  }