/** Shopify CDN: Minification failed

Line 428:0 Expected "}" to go with "{"

**/
@media only screen and (min-width: 1200px) {
    .wrapper_header_supermarket .vertical-menu .site-nav {
        display: none;
    }
  
    .wrapper_header_supermarket .vertical-menu:hover .site-nav {
        display: block;
    }
  }
  
  @media only screen and (max-width:1199px){
  .faqs-page .panel-group .panel-title a span {
      padding: 9px 50px 7px 12px;
  }
  }
  
  .wrapper-newsletter .halo-modal-body .column-left img {
      height: 100%;
  }
  .halo-modal .halo-modal-content .halo-modal-body {
      display: flex;
      flex-wrap: wrap;
  }
  .wrapper-newsletter .halo-modal-body .column-left {
      height: auto;
      display: flex;
  }
  .template-index .home-product-tabs .img-box,.template-index .banner-item .img-box,.template-index .home-custom-block-images .img-box{
      position: relative;
  }
  .template-index .home-product-tabs .img-box::after ,.template-index .banner-item .img-box::after,.template-index .home-custom-block-images .img-box::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.5);
  }
  .template-index .suppermarket-widget-product .slick-arrow {
      top: 32%;
  }
  @media only screen and (max-width: 1199px){
  .template-index .custom-block-image .img-inner {
      top: 34%;
  }
  .products-grid .product-image .product-grid-image {
      min-height: 327px;
  }
  .products-grid .grid-item.col-6.col-md-4 .product-image .product-grid-image {
      min-height: auto;
  }
  }
  @media only screen and (max-width: 991px){
  .template-index .custom-block-image .img-inner {
      top: 50%;
  }
  .products-grid .product-image .product-grid-image {
      min-height: 267px;
  }
  }
  @media only screen and (max-width: 767px){
  .wrapper-newsletter .halo-modal-body .column-left {
      height: auto;
      width: 100%;
  }
  .products-grid .product-image .product-grid-image {
      min-height: 170px;
  }
  .wrapper-newsletter .halo-modal-body .column-left img {
      width: 100%;
  }
  .collection-template .toolbar {
      margin-bottom: 10px;
  }
  .collection-template  .products-grid .product-image img {
      min-height: 120px;
  }
  }
  
  /* Product Page */
  .category-products .products-list {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-content: center;
      align-items: center;
  }
  .category-products .products-list .item {
      width: 25%;
      background: ;
      padding: 0px 5px;
      text-align: center;
      margin-bottom: 10px;
  }
  .category-products .products-list .item .product-image {
      float: left;
      width: 100%;
      /* background: #eee; */
  }
  .category-products .products-list .item .product-image img {
      max-height: 150px;
      object-fit: cover;
    min-height:150px;
  }
  .category-products .products-list .item .same-height .price-box {
      margin-bottom: 0;
  }
  .category-products .products-list .item .same-height {
      height: auto !important;
      background: rgba(0, 0, 0, 0.02);
      padding: 5px 0;
      float: left;
      width: 100%;
  }
  .category-products .products-list .item .same-height .product-name{
    line-height:1;
    margin-bottom:0px;
  }
  .category-products .products-list .item .same-height .product-name a {
      color: #3c3c3c;
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
    padding:0px 15px;
    min-height:34px;
    display:block;
  }
  .category-products .products-list .item .btn.add-to-cart-btn {
      background: #232323;
      color: #FFF;
      margin-top: 5px;
      margin-bottom: 5px;
  }
  .suppermarket-new-arrivals {
      padding: 25px 0;
  }
  .suppermarket-new-arrivals .container {
      padding: 0;
  }
  .suppermarket-new-arrivals .container .bg-grid-item {
      padding: 0;
      background: rgba(0, 0, 0, 0.02);
      border: 0 none;
  }
  .suppermarket-new-arrivals .container .product-item .product-image {
      margin-bottom: 0;
  }
  .suppermarket-new-arrivals .container .product-item .product-image img{
    object-fit:cover;
    margin-bottom:5px;
  }
  .product-item .product-bottom {
      text-align: left;
      padding: 0px 10px;
      font-size: 14px;
      text-transform: uppercase;
  }
  .product-item .product-bottom span{
      font-size: 14px;
      text-transform: uppercase;
  }
  @media only screen and (max-width:1199px){
    .suppermarket-widget-product .products-grid .grid-item {
      margin-bottom: 0px !important;
  }
  }
  @media only screen and (max-width:1023px){
    .category-products .products-list .item .same-height .product-name a {
      font-size: 12px;
      line-height: 14px;
      padding: 0px 5px;
      min-height: 32px;
  }
    .category-products .products-list .item .btn.add-to-cart-btn {
      font-size: 12px;
      padding: 7px;
  }
    .price-box {
      font-size: 11px;
      line-height: 18px;
  }
    
  }
  @media only screen and (max-width:767px){
    .category-products .products-list .item {
      width: 50%;
  }
    .category-products .products-list .item .same-height .product-name a {
      font-size: 11px;
  }
  }
  @media only screen and (max-width:567px){
    .suppermarket-new-arrivals .container .product-item .product-image img {
      min-height: 150px;
  }
    .product-item .product-bottom span {
      font-size: 10px;
      line-height: 10px;
  }
  }
  
  /*custom css for collection description */
  
  .collection-des h2 {
      text-transform: none;
  }
  
  .collection-des ul li {
      list-style: disc !important;
      margin-left: 13px;
  }
  
  .product-shop .product-infor .vendor-product a {
      color: #69c69c !important;
  }
  
/*   .halo-modal-body .checkbox-group {
      display: none;
      
  } */
  
  .suppermarket-product-item .product-vendor a{
  
  color: #69c69c !important;
  }
  
  .product-collection .product-vendor a{
  
  color: #69c69c !important;
  }
  
  .footer-05 .newsletter-title {
        color: #69c69c !important;
  }
  
  .store-item .store-title{
      color: #69c69c !important;
  }
  
  
  
  .widget-title .title span {
      color: #69c69c !important;
      
  }
  
  .home-store-info .store-item .store-icon, .home-store-info .store-item .store-title {
      color: #623810;
  }
  
  .home-instagram .btn
  { 
    background: #69c69c !important;
   border-color: #69c69c !important;   
  }
  
  .infinite-scrolling-homepage .btn.disabled{
        color: #fff !important;
      background: #69c69c !important;
      
  }
  .suppermarket-new-arrivals .infinite-scrolling-homepage .btn{
  
  color: #fff !important;
      background: #69c69c !important;
  }
  #dropdown-cart .btn.btn-checkout{
      background: #69c69c !important;
    border-color: #69c69c !important; 
  }
  
  .product-shop .groups-btn #product-add-to-cart{
  background: #69c69c !important;
    border-color: #69c69c !important; 
  }
  
  .wrapper-newsletter .halo-modal-body #mailchimp-email-subscibe .btn{
  background: #69c69c !important;
      color: #fff !important;
      border-color: #69c69c !important;
  }
  
  #back-top a {
   background-color: #69c69c !important;
      
  }
  
  .suppermarket-new-arrivals .container .product-item .product-image img {
      max-height: 250px !important;
  }
  
  .product-collection.products-grid .product-item .product-image img {
      max-height: 250px !important;
  }
  
  .product-item .product-image img {
      max-height: 290px !important;
  }
  
  .custom-block-image .animate-scale img {
      max-width: 260px;
      max-height: 320px;
  }
  
  .product-vendor a {
      color: #69c69c !important;
      
  }

.collection-wrapper.page-header h1 {
    color: #69c69c !important;
    text-transform: none !important;
}

  /* 01-07-2020 */
  .twoImage img {
      object-fit: cover;
      width: 100%;
      height: 246px;
  }
  .oneImage img {
    object-fit: cover;
    width: 100%;
    height: 524px;
}
.product-item .product-image img{
    object-fit: cover;
    height: 216px;
}
  /* 01-07-2020 */

.collection-product-sec .product-details {
	display: none;
}
.collection-product-sec .inner-top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
}
.products-list .collection-product-sec .product-item .product-top {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
.products-list .collection-product-sec .product-item .action {
	max-width: 210px;
	margin: 15px auto 0;
}
.category-products .products-list .collection-product-sec {
	width: calc(100% / 4);
	padding: 0px 10px;
}
.products-list .collection-product-sec .product-item .wishlist .wishlist-text {
	display: none;
}
.products-list .collection-product-sec .product-item .wishlist .fa {
	width: 26px;
	height: 26px;
	background-color: #ffe5e5;
	color: #232323;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	margin: 0;
	font-size: 13px;
	line-height: 13px;
	text-align: center;
	padding: 7px 6px 6px;
}
.products-list .collection-product-sec .product-item .product-title {
	margin-bottom: 9px;
	min-height: 45px;
}
@media only screen and (max-width:1199px){
  .products-list .collection-product-sec .product-item .wishlist{
    display:none;
  }
}
@media only screen and (max-width:1023px){
.category-products .products-list .collection-product-sec {
	width: calc(100% / 3);
}
}
@media only screen and (max-width:767px){
.category-products .products-list .collection-product-sec {
	width: calc(100% / 2);
}
  .products-list .collection-product-sec .product-item .product-title {
	white-space: inherit;
}
}

.errors {
    color: red;
}

.template-index .home-product-tabs .img-box::after, .template-index .banner-item .img-box::after, .template-index .home-custom-block-images .img-box::after {
    pointer-events: none;
}

.custom-block-image .animate-scale img {
	width: 260px;
	height: 320px;
	object-fit: cover;
}
div#resetSuccess {
    color: red;
}
.btn-group.currency-dropdown .dropdown-toggle span.img-icon {
    display: none;
}
.excl-vat-text {
  margin-left: 8px;
  font-size: 0.8rem;
  color: #ff0000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
