@media screen and (min-width: 641px) {
  .header {
    padding: 0px;
    height: 68px;
  }
  
	.gm-item.gm-level-0{
    	height: 45px;
    }
    
  .nav-bar{
  	z-index: 0 !important;
  }
}

@media screen and (min-width: 641px) and (max-width: 999px) {
  .header {
    height: 88px;
  }
}

.announcement-bar{
  background-color: #FFF !important;
  color: #323232 !important;
  padding-top: 10px;
  padding-bottom: 8px;
}
.anouncementimg{
    border-style: none;
    vertical-align: top;
}
.anouncep{
  line-height: 5px;
}
@media screen and (max-width: 999px) {
  .mobile-text-center {
	text-align: center;
  }
}


.product-widget ul {
    margin: 10px 0 20px 0;
}
.product-widget ul li {
    margin-bottom: 3px;
    margin-left: 22px;
    position: relative;
    list-style: none;
}
.product-widget strong {
    font-weight: 600;
}
.product-widget ul li{
    list-style-image: url('https://cdn.shopify.com/s/files/1/0465/4491/2544/files/icons8-checked-checkbox-26.png?v=1603008451'); 
}

.paymentlogos {
	padding: 10px 30px;
	border: 1px solid #e2e2e2;
    margin-bottom: 1.2em;
}
.guaranteelegend { 
    	color: #111;
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 600;
        text-align: center;
        display: block;
        width: inherit;
        padding: 0 10px;
    }

.container {
  max-width: 1200px;
}
#navcontainer, #navcontainer--inline{
  max-width: 1480px;
}
.featured-collection__titles.heading.h2{
  color: #FFF;
}
.footer_logo{
  margin-bottom: 10px;
  width: 200px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .footer_logo {
    margin-bottom: 10px;
    width: 95%;
    height: auto;
  }
}
