html,
body {
	height: 100%;
	scroll-behavior: smooth;
}
.top_banner {
  padding: 20px 0 70px;
}
.carouselExampleIndicators {
  width: 100%;
}
.carouselExampleIndicators .carousel-indicators {
  bottom: -30px;
  margin: 0;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carouselExampleIndicators .carousel-indicators .active {
  background-color: #06a30d !important;
}

.carousel .carousel-indicators li {
  width: 25px;
  height: 5px;
  border-radius: 15px;
  margin-right: 6px;
  margin-left: 6px;
}
.carousel-indicators li {
  position: relative !important;
  flex: 0 1 auto;
  text-indent: -999px;
  background-color: #9e9e9e !important;
  background-clip: unset;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.dairy{
  background:white!important;
  border-radius:5px!important;
  width:17%!important;
  padding:7px;
  position: relative;

}
.dairy1{
    position: absolute;
    background: #243640!important;
    border-radius:5px;
    width: 92%!important;
    height: 95%!important;
    /*margin: 7px!important;*/
  }
.abcd{
  font-size: 25px!important;
  color: white!important;
  margin-top:50px!important;
  left: 0px !important;
}

  .abcde {
    background: linear-gradient(45deg,#fff 68%, #243640 16%)!important;
    padding: 12px!important;
    font-weight: bolder!important;
    /* margin-left: -15px!important; */
    color: #0e5f7a6b!important;
}
 /* @font-face {
      font-family: "Proxima-Nova-Regular";
      src: url(v3/assets/fonts/Proxima-Nova/Proxima-Nova-Regular.otf);
    }

    @font-face {
      font-family: "NeueAachen-Pro-Regular";
      src: url(v3/assets/fonts/NeueAachenPro/NeueAachenProBook.TTF);
    } */

    .discount_banner {
      background-color: #eeeeee;
      padding: 30px 0 25px;
    }

    .discount_banner img {
      width: 100%;
    }

    .top_banner {
      padding: 20px 0 70px;
    }
    .first_top_banner {
        padding: 20px 0 20px !important;
      }

    .section_title1 {
      border-radius: 20px;
      border: 1px solid #243640;
    }
    .section_title2 {
      border-radius: 20px;
      border: 1px solid #dd6c2f;
    }
    .section_title3 {
     border-radius: 20px;
      border: 1px solid #9ac024;
    }
    .section_title1, .section_title2, .section_title3 {
      background-size: 200px;
      padding: 10px 0;
      margin: 25px 0;
      background-position: center left 15px, center right 15px !important;
      background-repeat: no-repeat !important;
      border-radius: 10px;
      font-family: "Proxima-Nova-Regular";
      /* font-size: 2.4rem; */
      background-color: #fff !important;
    }

    .carousel .carousel-indicators li {
      width: 25px;
      height: 5px;
      border-radius: 15px;
      margin-right: 6px;
      margin-left: 6px;
    }

    .section_2 {
      background-color: #243640;
      padding: 15px 0 40px;
    }



    /* .food_block {
      margin-bottom: 30px;
    } */

    .food_block .main_image img {
      width: 100%;
      border-radius: 20px 20px 0 0;
    }

    .food_block .percentage_text {
      background-color:#ef86c7;
      padding: 0 10px 10px;
      border-radius: 0 0 20px 20px;
    }
    
    .food_block .percentage_text h3{
      margin-bottom: 0;
      background: url('../../images/percentagebg.png');
      background-size: contain;
      text-align: center;
      background-position: center top;
      padding: 10px 0px 20px;
      margin-top: -16px;
      position: relative;
      color: #fff;
      text-transform: capitalize;
      background-repeat: no-repeat;
      font-family: "NeueAachen-Pro-Regular";
    }

    .food_block .percentage_text p {
      margin-bottom: 0;
      text-align: center;
      font-size: 20px;
      color: #fff;
      font-family: "Proxima-Nova-Regular";
    }

    .slick-dots li {
      width: 25px;
      height: 5px;
      border-radius: 15px;
      margin-right: 6px;
      margin-left: 6px;
      background: #d9d9d9;
      top: 5px;
      padding: 0;
    }

    .slick-dots li.slick-active {
      background: #b21f7a;
    }

    .slick-dots li button:before {
      content: "";
    }

    .slick-dots li button {
      display: none;
    }
    .product-slider .slick-slide {
        border-radius: 13px;
    }
    .deals_of_week {
      background-color: #d8a60e59;
      padding: 40px 0;
    }
    .product-slider.first_slide {
      width: 184px;
      height: 382px;
      float: left;
      margin: 5px 10px;
      box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 22%);
      background: #ffffff;
      border-radius: 13px;
    }
    .product-slider.first_slide .product-content {
      background: #b21f7a;
      border: 5px solid #fff;
      height: 382px;
      font-family: "Proxima-Nova-Regular";
    } 
    .product-slider.first_slide .product-content .inner_text {
      margin-top: 50px;
    }
    .product-slider.first_slide .product-content .inner_text h1 {
      color: #fff;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: 100;
      letter-spacing: 2px;
      margin-left: 10px;
      margin-bottom: 30px;
    }
    .product-slider.first_slide .product-content .inner_text p {
      color: #b21f7a;
      font-size: 18px;
      text-transform: uppercase;
      background: url('');
      background-size: contain;
      background-repeat: no-repeat;
      padding: 17px 15px 17px 20px;
      font-weight: 600;
      margin-left: -16px;
      margin-bottom: 0;
    }


    .super_savings {
       background-color: #f6faea; 
      padding: 15px 0 10px;
    }


    .saving_block {
      margin-bottom: 30px;
      border: 1px solid #d8d8d8;
      border-radius: 20px;
    }

    .saving_block .main_image img {
      width: 100%;
      border-radius: 20px 20px 0 0;
    }

    .saving_block .percentage_text {
      padding: 10px 10px 10px;
      border-radius: 0 0 20px 20px;
      background-color: #b21f7a;
    }

    .saving_block .percentage_text h3 {
      margin-bottom: 0;
      text-align: center;
      text-transform: capitalize;
      font-family: "NeueAachen-Pro-Regular";
      font-size: 32px;
      color: #fff;
    }

    .saving_block .percentage_text p {
      margin-bottom: 0;
      text-align: center;
      font-size: 24px;
      font-family: "Proxima-Nova-Regular";
      color: #fff;
    }

    .buy1_get1 {
      background-color: #f7e7f1;
      padding: 40px 0 10px;
    }
    .buy1_get1_box {
      background-image: -moz-linear-gradient( 0deg, rgb(191,24,104) 0%, rgb(209,38,120) 7%, rgb(227,51,135) 50%, rgb(209,38,120) 92%, rgb(191,24,104) 100%);
      background-image: -webkit-linear-gradient(0deg, rgb(191,24,104) 0%, rgb(209,38,120) 7%, rgb(227,51,135) 50%, rgb(209,38,120) 92%, rgb(191,24,104) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(191,24,104) 0%, rgb(209,38,120) 7%, rgb(227,51,135) 50%, rgb(209,38,120) 92%, rgb(191,24,104) 100%);
      padding: 40px 20px;
      color: #fff;
      text-transform: uppercase;
      border-radius: 13px;
      text-align: center;
      margin: 0 15px 30px;
      max-width: 30.20%;
    }
    .buy1_get1_inner h1 {
      font-family: "NeueAachen-Pro-Regular";
      font-size: 70px;
      margin-bottom: 0;
      color: #fff;
    }
    .products_on_offer {
      background-color: #f6faea;
      padding: 15px 0 10px;
    }
    .offer_block {
      margin-bottom: 30px;
    }

    .offer_block .main_image img {
      width: 100%;
      border-radius: 20px 20px 0 0;
    }

    .offer_block .percentage_text {
      background-color: #ef86c7;
      padding: 0 10px 10px;
      border-radius: 0 0 20px 20px;
    }

    .offer_block .percentage_text h3 {
      margin-bottom: 0;
      background: url('');
      background-size: contain;
      text-align: center;
      background-position: center top;
      padding: 15px 0px 22px;
      margin-top: -19px;
      position: relative;
      color: #fff;
      text-transform: capitalize;
      background-repeat: no-repeat;
      font-family: "NeueAachen-Pro-Regular";
      text-transform: uppercase;
    }

    .offer_block .percentage_text p {
      margin-bottom: 0;
      text-align: center;
      font-size: 24px;
      color: #fff;
      font-family: "Proxima-Nova-Regular";
    }

    .everyday_essentials {
      background-color: #f7e7f1;
      padding: 15px 0 35px;
    }
    .everyday_essentials .section_title1 {
      margin: 25px 10px;
    }
    .category-banner  {
      padding: 15px 0 10px;
    }
    .category-banner img {
      border-radius: 13px;
    }
.cat_block {
    border-radius: 50%;
    padding: 0 !important;
    margin: 0 1.5% 3% !important;
    width: 22%;
    flex: unset;
}
   
    .cat_block .main_image img {
      width: 100%;
      border-radius: 15px 15px 0 0;
      margin-bottom: 0;
    }
    .cat_block .percentage_text {
    background: #243640;
    /*background-image: -webkit-linear-gradient(0deg, rgb(2 0 1 / 0%) 0%, rgb(209 38 120 / 0%) 7%, #243640 50%, rgb(209 38 120 / 0%) 92%, rgb(191 24 104 / 0%) 100%);*/
    padding: 10px;
    border-radius: 0 0 15px 15px;
}

    .cat_block .percentage_text p {
      margin-bottom: 0;
      text-align: center;
      font-size: 18px;
      color: #fff;
      text-transform: capitalize;
      font-family: "Proxima-Nova-Regular";
    }

    .rare_delight {
      background-color: #243640;
      padding: 15px 0 10px;
    }

    .delight_block {
      margin-bottom: 30px;
    }

    .delight_block .main_image img {
      width: 100%;
      border-radius: 20px 20px 0 0;
    }

    .delight_block .percentage_text {
      background-image: -moz-linear-gradient( 0deg, rgb(188,81,24) 0%, rgb(207,97,38) 7%, rgb(226,112,51) 50%, rgb(207,97,38) 92%, rgb(188,81,24) 100%);
      background-image: -webkit-linear-gradient( 0deg, rgb(188,81,24) 0%, rgb(207,97,38) 7%, rgb(226,112,51) 50%, rgb(207,97,38) 92%, rgb(188,81,24) 100%);
      background-image: -ms-linear-gradient( 0deg, rgb(188,81,24) 0%, rgb(207,97,38) 7%, rgb(226,112,51) 50%, rgb(207,97,38) 92%, rgb(188,81,24) 100%);
      padding: 20px 10px;
      border-radius: 0 0 20px 20px;
    }

    .delight_block .percentage_text p {
      margin-bottom: 0;
      text-align: center;
      font-size: 24px;
      color: #fff;
      font-family: "Proxima-Nova-Regular";
    }

    .organic_products {
      padding: 15px 0 40px;
    }
    .organic_img {
      width: 100%;
      border-radius: 20px;
    }
    .most_selling {
      background-color: #f6faea;
      padding: 15px 0 35px;
    }
    .most_selling .section_title3 {
      margin: 25px 10px;
    }
    .most_selling .slick-dots li.slick-active {
      background: #96bd22;
    }
    .snack_bites {
      background-color: #b21f7a;
      padding: 15px 0 10px;
    }
    .snack_block {
      margin-bottom: 30px;
    }

    .snack_block .main_image {
      position: relative;
    }

    .snack_block .main_image img {
      width: 100%;
      border-radius: 20px 20px 0 0;
    }

    .snack_block .percen_bg {
      background: url('');
      background-size: contain;
      text-align: center;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 10px;
      right: 5px;
      width: 170px;
      padding: 15px;
      color: #fff;
    }

    .snack_block .percen_bg p {
      font-size: 22px;
      font-family: "Proxima-Nova-Regular";
      margin-bottom: 0;
      text-transform: uppercase;
      line-height: 22px;
    }

    .snack_block .percen_bg h1 {
      font-size: 55px;
      font-family: "Proxima-Nova-Regular";
      margin: 0;
      font-weight: 900;
      line-height: 55px;
    }

    .snack_block .percentage_text {
      background-color: #fff;
      padding: 20px 10px;
      border-radius: 0 0 20px 20px;
    }

    .snack_block .percentage_text p {
      margin-bottom: 0;
      text-align: center;
      font-size: 24px;
      font-family: "Proxima-Nova-Regular";
    }

    .brand-store {
      background: #f7e7f1;
      padding: 15px 0 40px;
    }
    .brand-logo {
      margin-top: 2px;
      margin-bottom: 2px;
      background: #fff;
    }
    
    .category_input_qty.slider_input_qty {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .blink_me {
      animation: blinker 1.8s linear infinite;
    }

    @keyframes blinker {  
      50% { opacity: 0; }
    }

    .owl-dots {
      text-align: center;
      margin-top: 15px;
    }
    .owl-carousel button.owl-dot {
      background: #d9d9d9 !important;
      width: 25px;
      height: 5px;
      border-radius: 15px;
      margin-right: 6px;
      margin-left: 6px;
    }
    .owl-carousel button.owl-dot.active {
      background-color: #243640 !important;
    }
    .deals_of_week_carousel_slider.owl-carousel .owl-stage-outer {
      background: url('');
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
    }
    .deals_of_week_carousel_slider.owl-carousel .owl-stage {
      display: flex;
    }
    .deals_of_week_carousel_slider.owl-carousel .owl-item {
      background: #ffffff;
      border-radius: 13px;
    }

    .slick-prev, .slick-next {
      width: 24px;
      height: 32px;
    }
    .slick-prev:before, .slick-next:before {
      content: url('');
      opacity: 1;
      top: 7px;
      position: absolute;
      left: 8px;
    }
    .slick-next:before {
      content: url('');
    }
    .new-error-msg1 {
      color: red;
      font-size: 11px;
      line-height: 15px;
      margin-bottom: 4px;
    }
    .product-slider .slick-track {
      display: flex !important;
    }
    .product-slider .slick-slide {
      height: inherit !important;
    }
    /* .deals_of_week_glider_slider {
      background: url('../../images/dealoftheday12.png');
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
    }
    .deals_of_week_glider_slider .glider-track {
      padding: 139px 190px;
    }
    .deals_of_week_glider_slider .glider-slide {
      background-color: #fff;
      border-radius: 13px;
      min-width: 180px;
    }
    .deals_of_week_glider_slider .product-content img {
      object-fit: contain;
      object-position: center;
      display: block;
      margin: auto;
    } */

    .new-arrivals-slider .glider-slide {
      background-color: #fff;
      border-radius: 13px;
    }




/*form styles*/
#msform {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: relative;
}
a {
  color: #243640;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ee0979;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #ee0979;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #ee0979;
}

#msform .action-button-previous {
  width: 100px;
  background: #C5C5F1;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}

#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
  letter-spacing: 1px;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 24px;
  height: 24px;
  line-height: 26px;
  display: block;
  font-size: 12px;
  color: #333;
  background: white;
  border-radius: 25px;
  margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
  background: #ee0979;
  color: white;
}


/* Not relevant to this form */
.dme_link {
  margin-top: 30px;
  text-align: center;
}
.dme_link a {
  background: #FFF;
  font-weight: bold;
  color: #ee0979;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
}
.dme_link a:hover, .dme_link a:focus {
  background: #C5C5F1;
  text-decoration: none;
}
.glider::-webkit-scrollbar {
    display: none;
  }
  .glider-slide {
    margin-right: 15px;
  }
  /* .product-slider .product-content button {
    width: 100%;
    box-shadow: unset;
    border: unset;
    padding: 5px;
    background: #b21f7a;
    color: #fff;
    height: 30px;
    cursor: pointer;
    font-weight: 500;
} */
.download-app {
  background: #b21f7a;
height: 42px;
display: inline-block;
padding: 0px 10px;
line-height: 42px;
color: #fff;
font-size: 14px;
font-weight: 500;
margin-top: 10px;
}
.download-app:hover{
background: #F7E7F1;
color: #000000;
}
.wsmenu>.wsmenu-list>li>ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
  }
  
  .wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
  }
  
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
  }
  
  .wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
  }
  
  .wsmenu-list>li>.wsshoptabing {
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
  }
  
  .wsmenu-list>li:hover .wsshoptabing {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
  }
  /*
 * Plugin: Web Slide Navigation System
 * Demo Link: https://tagfold.com/webslide/
 * Author: TagFold
 * License: http://codecanyon.net/licenses/standard
*/
/* ======== Find Below Table of Content Points to Go Relevant Section  =========
[Table of contents DESKTOP]
Desktop Base CSS
Desktop Main Menu CSS
- Main Search Bar CSS
- My Account Dropdown
- Main Menu Cart Icon
Desktop Tabing Mega Menus CSS
- Tabing Leftside
- Tabing Rightside
- Mega Menu Content Formatting
- Brand Mega Menu
Desktop Mega Menus CSS
Desktop Half Menus CSS
Desktop Extra CSS

[Table of contents MOBILE ]
Mobile Menu Change Brake Point
Mobile Base CSS
Mobile Main Menu CSS
Mobile Dropdown CSS
Mobile Mega Menu CSS
Mobile Header CSS
 -> Mobile Search Bar
 -> Mobile Toggle Menu icon (X ICON)
Mobile Overlay/Drawer CSS
Mobile Sub Menu Expander Arrows
Extra @Media Query
===============================================================================*/
/* ================== Desktop Base CSS  ================== */
.wsmenu html,
.wsmenu body,
.wsmenu iframe,
.wsmenu h1,
.wsmenu h2,
.wsmenu h3,
.wsmenu h4,
.wsmenu h5,
.wsmenu h6 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;

  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: antialiased;
  font-smooth: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
  clear: both;
}

.wsmenu img,
object,
embed,
video {
  border: 0 none;
  max-width: 100%;
}

.wsmenu a:focus {
  outline: none;
}

.wsmenu:before,
.wsmenu:after {
  content: "";
  display: table;
}

.wsmenu:after {
  clear: both;
}

/* ================== Desktop Main Menu CSS ================== */
.headerfull {
  width: 100%;
  position: relative;
}

.smllogo a {
  display: block;
  float: left;
  padding: 0;
}

.wsmain {
  width: 100%;
  margin: 0 auto;
}

.wsmenu {
  width: 94%;
  float: left;
  color: #fff;
  position: relative;
  font-size: 13px;
  padding: 0;
  display: block;
  margin: 0;
}

.wsmenu>.wsmenu-list {
  text-align: left;
  margin: 0 auto;
  width: 100%;
  display: block;
  padding: 0;
  position: relative;
}

.wsmenu>.wsmenu-list>li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.wsmenu>.wsmenu-list>li:first-child {
  background: #e62408;
}
.wsmenu>.wsmenu-list>li:first-child>a.navtext {
  color: #fff !important;
}
.wsmenu>.wsmenu-list>li:first-child>a.navtext>i {
  color: #fff;
  padding-left: 10px;
}
.wsmenu>.wsmenu-list>li:first-child:hover>a {
  /* background: #000000; */
  color: #000 !important;
}
.wsmenu>.wsmenu-list>li:first-child:hover>a.navtext>i {
  color: #000;
}
.wsmenu .wsmenu-list li .img-22{
  width: 15px;
  margin-right: 5px;
}
.wsmenu>.wsmenu-list>li>.navtext {
  line-height: 16px;
  text-align: right;
  padding: 14px 20px;
  margin: 0px;
  text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li>a {
  display: block;
  text-decoration: none;
  position: relative;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  line-height: 10px;
  margin-left: 0px;
  position: relative;
  right: -7px;
  text-align: right;
  top: 1px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.wsmenu>.wsmenu-list>li>.navtext>span {
  display: block;
  font-size: 11px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  line-height: 16px;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
}

.wsmenu>.wsmenu-list>li a:hover .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li a.active .arrow:after {
  border-top-color: #b3b3b3
}

.wsmenu>.wsmenu-list>li:hover>a .arrow:after {
  border-top-color: #b3b3b3
}

/* Main Search Bar CSS*/
.wsmenu>.wsmenu-list>li.wssearchbar {
  width: 40%;
  float: left;
  padding-left: 15px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch {
  float: right;
  width: 100%;
  height: 42px;
  position: relative;
  margin: 9px 0 0 0;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.searchicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  font-size: 12px;
  height: 42px;
  z-index: 2;
  outline: none;
  color: #7d7d7d;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
  color: #fff;
  opacity: 0.9;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.searchicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  z-index: 1000;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle>i {
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #9c9c9c;
}

/* My Account Dropdown */
.wsmenu>.wsmenu-list>li>ul.sub-menu {
  position: absolute;
  top: 60px;
  z-index: 1000;
  margin: 0;
  padding: 0;
  min-width: 190px;
  background-color: #fff;
  border: solid 1px #eeeeee;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
  background-image: none;
  color: #666666;
  border-right: 0 none;
  text-align: left;
  display: block;
  line-height: 22px;
  padding: 8px 12px;
  text-transform: none;
  font-size: 13px;
  letter-spacing: normal;
  border-right: 0px solid;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
  margin-right: 9px;
  font-size: 14px;
}



.wsmenu>.wsmenu-list>li.wsshopmyaccount {
  float: right;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
  display: block;
  padding: 0 24px 0 24px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}



.wsmenu>.wsmenu-list>.wsshopmyaccount>a i {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-right: 11px;
  vertical-align: middle;
}

/* Main Menu Cart Icon*/
.wsmenu>.wsmenu-list>li.wscarticon {
  float: right;
  clear: right;
}

.wsmenu>.wsmenu-list>li.wscarticon>a {
  display: block;
  color: #828181;
  padding: 0 26px 0 22px;
  line-height: 59px;
  text-decoration: none;
  position: relative;
}

.wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
  display: none;
}

.wsmenu>.wsmenu-list>li.wscarticon a {
  padding: 0 27px 0 23px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.wsmenu>.wsmenu-list>li.wscarticon a i {
  font-size: 16px;
}

.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
  position: absolute;
  top: 14px;
  right: 21px;
  width: 17px;
  height: 17px;
  background-color: #DA4B38;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  font-style: normal;
  line-height: 16px;
  color: #fff;
}

.wsmenu>.wsmenu-list>li.wscarticon i {
  display: inline-block;
  font-size: 13px;
  line-height: inherit;
  margin-right: 2px;
  color: #7b7b7b;
}

/* ================== Desktop Tabing Mega Menus CSS  ================== */
/* Tabing Leftside */
.wsmenu>.wsmenu-list>li>.wsshoptabing {
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 44px;
  background-color: #f8f8f8;
  left: 0;
  border-bottom: solid 2px #376cb7;
  border-top: solid 0px;
  z-index: 101;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f5f5f5;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu {
  background: #fff;
  border-bottom: solid 1px #d1d3d4;
  
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
  display: block;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:before,
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  content: "";
  display: table;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
  clear: both;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
  width: 100%;
  list-style: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
  display: block;
  padding: 15px 11px;
  font-size: 13px;
  color: #606060;
  border-bottom: solid 1px #e5e5e5;
  width: 23%;
  float: left;
  position: relative;
  border-left: 3px solid #fff;
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover>a {
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a>i {
  color: #848484;
  margin-right: 5px;
  text-align: center;
  width: 24px;
  font-size: 16px;
}

/* Tabing Rightside */
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  color: #000;
  display: block;
  float: left;
  padding: 10px 8px 0px 8px;
  width: 77%;
  min-height: 400px;
}

.wsmenu>.wsmenu-list>li:hover>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>.wstitemright {
  opacity: 1;
  visibility: visible;
}

/* Mega Menu Content Formatting */
.carousel-caption {
  width: 100%;
  display: block;
  text-align: center;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
}

.carousel-caption h3 {
  width: 100%;
  display: block;
  padding: 7px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.wsmenu>.wsmenu-list>li .wstbootslider {
  float: right;
  margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr {
  display: block;
  float: right;
  margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstheading {
  width: 100%;
  display: block;
  padding: 10px 0px 6px 0px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  border-bottom: solid 1px #06a30d;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li .wstliststy01 {
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 {
  padding: 5px 0px 10px 0px;
  margin: 0px;
  text-align: left;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li {
  width: 100%;
  list-style: none;
  line-height: 25px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a {
  color: #000000;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading {
  line-height: normal;
  padding-left: 0px;
  margin-top: 0px;
  text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
  padding-left: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 {
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li {
  width: 100%;
  list-style: none;
  line-height: 24px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
  line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy03 {
  width: 100%;
  padding: 0px 0px 8px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li {
  width: 33.33%;
  float: left;
  line-height: 23px;
  font-size: 14px;
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 {
  padding: 14px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li.wstheading {
  line-height: normal;
  text-align: center;
  padding: 12px 0px;
  font-size: 13px;
  margin-bottom: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy05 {
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr03 {
  padding-top: 10px;
  padding-left: 20px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li.wstheading {
  line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstmorebtn {
  border-radius: 2px;
  color: #9b9b9b;
  display: inline-block;
  float: right;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  padding: 1px 7px;
  text-align: right;
  text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstmenutag {
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  border-radius: 2px;
  position: relative;
  font-weight: normal;
  padding: 1px 6px 1px 6px;
  margin-left: 6px;
  text-transform: none;
  letter-spacing: -0.0px;
}

.wsmenu>.wsmenu-list>li .wstmenutag:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 3px;
  content: "";
  left: -6px;
  margin-top: 0px;
  position: absolute;
  top: 4px;
  z-index: 1;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag {
  background-color: #fe7b8f;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag:after {
  border-color: transparent #fe7b8f transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag {
  background-color: #00c853;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag:after {
  border-color: transparent #00c853 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag {
  background-color: #4fc3f7;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag:after {
  border-color: transparent #4fc3f7 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag {
  background-color: #FE7000;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag:after {
  border-color: transparent #FE7000 transparent transparent;
}

.wsmenu>.wsmenu-list>li .kitchenmenuimg {
  background-image: url('');
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .computermenubg {
  background-image: url('');
  background-position: bottom right;
  background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .wstpngsml {
  padding-left: 18px;
}

.wsmenu>.wsmenu-list>li .wstfullwtag {
  width: 100%;
  display: block;
  border-bottom: solid 1px #e5e5e5;
  background-color: #f5f5f5;
}

/* Brand Mega Menu */
.wsmenu>.wsmenu-list>li .wstbrandbottom {
  width: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  padding: 9px 6px;
}

.wsmenu-list>li:hover>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li.wsshoplink-active>.wstbrandbottom {
  opacity: 1;
  visibility: visible;
}

.wsmenu>.wsmenu-list>li .wstabitem02 {
  width: 100%;
  padding: 0px;
  margin: 0px 0px;
  list-style: none;
  display: table;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li {
  display: table-cell;
  list-style: outside none none;
  text-align: center;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a {
  display: block;
  padding: 14px 0px;
  font-size: 13px;
  color: #717171;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a:after {
  position: absolute;
  content: '';
  top: 42px;
  right: 50%;
  width: 13px;
  height: 13px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  z-index: 100;
  background-color: #ffffff;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
  background-color: #f5f5f5;
  color: #333;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a>i {
  opacity: 1;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
  text-decoration: none;
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a i {
  margin-right: 5px;
  text-align: center;
  width: 25px;
  font-size: 17px;
  opacity: 0.5;
}

.wsmenu>.wsmenu-list>li .brandcolor01 {
  color: #424242;
}

.wsmenu>.wsmenu-list>li .brandcolor02 {
  color: #00bcf2;
}

.wsmenu>.wsmenu-list>li .brandcolor03 {
  color: #00aff0;
}

.wsmenu>.wsmenu-list>li .brandcolor04 {
  color: #003087;
}

.wsmenu>.wsmenu-list>li .brandcolor05 {
  color: #a82400;
}

.wsmenu>.wsmenu-list>li .brandcolor06 {
  color: #ff3300;
}

.wsmenu>.wsmenu-list>li .brandcolor07 {
  color: #7ac142;
}

.wsmenu>.wsmenu-list>li .brandcolor08 {
  color: #ef4056;
}

/* ================== Desktop Mega Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu {
  width: 100%;
  left: 0px;
  position: absolute;
  top: 60px;
  color: #000;
  z-index: 1000;
  margin: 0px;
  text-align: left;
  padding: 14px 5px;
  font-size: 15px;
  border: solid 1px #eeeeee;
  background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
  border-bottom: 1px solid #CCC;
  font-size: 14px;
  padding: 9px 5px 9px 0px;
  font-size: 17px;
  color: #424242;
  margin: 0px 0px 7px 0px;
  text-align: left;
  height: 39px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
  display: block;
  text-align: center;
  white-space: nowrap;
  text-align: left;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
  line-height: 18px;
  border-right: none;
  text-align: left;
  padding: 6px 0px;
  background: #fff;
  background-image: none;
  color: #666666;
  border-right: 0 none;
  display: block;
  background-color: #fff;
  color: #424242;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
  background: transparent;
  text-decoration: underline;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li i {
  font-size: 11px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
  margin-right: 5px;
  text-align: center;
  width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
  margin-top: 15px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #dbdbdb;
  border: 1px solid #e7e7e7;
  color: #6a6a6a;
  margin: 2px 0px;
  font-size: 13px;
}

/* ================== Desktop Half Menus CSS  ================== */
.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
  width: 40%;
  right: auto;
  left: auto;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
  width: 35%;
  right: 0px;
  left: auto;
}

/* ================== Desktop Extra CSS ================== */
.wsmobileheader {
  display: none;
}

.overlapblackbg {
  opacity: 0;
  visibility: hidden;
}

.wsmenu .wsmenu-click {
  display: none;
}

.wsmenu .wsmenu-click02 {
  display: none;
}

.wsmenu .wsmenu-click03 {
  display: none;
}

.hometext {
  display: none;
}
@media(max-width:2560px){
  .dairy1 {
    background: #243640!important;
    /* width: 147px!important;
    height: 97%!important; */
    /* margin: 7px!important; */
  }
}
@media (max-width: 1024px){
  .dairy1 {
      background: #243640!important;
      /* width: 140px!important;
      height: 97%!important; */
      /* margin: 7px!important; */
    }
    }

/*==============================================================================
                              Start Mobile CSS
===============================================================================*/
/* ================== Mobile Menu Change Brake Point ================== */
@media only screen and (max-width: 991px) {

  /* ================== Mobile Base CSS ================== */
  /* html {
    overflow: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
  }

  body {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  } */

  body.wsactive {
    overflow: hidden;
  }


  /* ================== Mobile Main Menu CSS ================== */

  .wsmenu>.wsmenu-list>li:first-child>a.navtext>i {
    display: none;
  }
  .wsmain {
    margin: 0px;
    background-color: transparent;
  }

  .wsmenu {
    width: 100%;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0;
    overflow-y: hidden;
    padding: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    margin: 0px;
    border-left: none;
  }

  .wsmenu>.wsmenu-list {
    height: auto;
    min-height: 100%;
    width: 260px;
    background: #fff;
    padding-bottom: 0;
    margin-left: -260px;
    display: block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: static;
  }

  .wsmenu>.wsmenu-list>li {
    width: 100%;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    white-space: inherit;
  }

  @supports (-webkit-overflow-scrolling: touch) {
    .wsmenu>.wsmenu-list>li:last-child {
      padding-bottom: 110px;
    }
  }

  .wsmenu>.wsmenu-list>li>a {
    padding: 9px 32px 9px 18px;
    font-size: 14px;
    text-align: left;
    border-right: solid 0px;
    background-color: transparent;
    color: #666666;
    line-height: 25px;
    border-bottom: 1px solid;
    position: static;
  }

  .wsmenu>.wsmenu-list>li>.navtext {
    padding-left: 18px;
    text-align: left;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
    padding-left: 18px;
  }

  .wsmenu>.wsmenu-list>li>a>i {
    font-size: 16px;
    color: #bfbfbf;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a i {
    margin-right: 7px;
    font-size: 15px;
  }

  .wsmenu>.wsmenu-list>li>a .wsarrow:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
    display: inline-block;
    right: auto;
    left: 27px;
  }

  .wsmenu>.wsmenu-list>li:hover>a {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
  }

  .wsmenu>.wsmenu-list>li>a>.hometext {
    display: inline-block;
  }

  .wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
    display: inline-block;
  }

  .wsmenu>.wsmenu-list>li.wssearchbar {
    display: none;
  }



  .wsmenu>.wsmenu-list>li.wscarticon {
    float: none;
  }

  .wsmenu>.wsmenu-list>li.wsshopmyaccount {
    float: none;
  }

  .wsmenu>.wsmenu-list>li.wscarticon a {
    text-align: left;
    font-size: 13px;
  }

  /* ================== Mobile Dropdown CSS ================== */
  .wsmenu>.wsmenu-list>li>ul.sub-menu {
    display: none;
    position: relative;
    top: 0px;
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    padding: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
    line-height: 20px;
    font-size: 13px;
    padding: 13px 0px 13px 16px;
    color: #6e6e6e;
    border-bottom: solid 1px rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
    padding-right: 30px;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
    background-color: #e7e7e7;
    color: #666666;
    text-decoration: underline;
  }

  .wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
    background-color: #e7e7e7;
    color: #666666;
  }

  /* ================== Mobile Mega Menu CSS  ================== */
  .wsmenu>.wsmenu-list>li>.wsmegamenu {
    background-color: #fff;
    padding-top: 5px;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 8px 0px 8px 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
    width: 100%;
  }

  .wstabitem02>.wsshoplink-active>a:after {
    display: none;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
    position: relative;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
    width: 100%;
    margin: 0px;
    float: none;
    font-size: 12px;
    padding: 14px 11px 14px 11px;
  }

  .wsmenu>.wsmenu-list>li .wstheading {
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 0px;
    opacity: 1;
    visibility: visible;
    display: none;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li .wstbootslider {
    width: auto;
  }

  .wsmenu>.wsmenu-list>li .wstmegamenucolr {
    width: auto;
  }

  .wsmenu>.wsmenu-list>li .wstliststy01>li {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }

  .wsmenu>.wsmenu-list>li .wstliststy02 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }

  .wsmenu>.wsmenu-list>li .wstliststy03 li {
    width: 100%;
  }

  .wsmenu>.wsmenu-list>li .wstliststy05 {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }

  .wsmenu>.wsmenu-list>li .kitchenmenuimg {
    background-image: none;
  }

  .wsmenu>.wsmenu-list>li .computermenubg {
    background-image: none;
  }

  .wsmenu>.wsmenu-list>li .wstbrandbottom {
    width: 100%;
    position: static;
    top: 0px;
    min-height: inherit;
    padding: 10px 5px 15px 5px;
    opacity: 1;
    visibility: visible;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  }

  .wsmenu>.wsmenu-list>li .wstabitem02 {
    display: block;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li {
    position: relative;
    text-align: left;
    display: block;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li>a {
    padding: 13px 11px;
  }

  .wsmenu>.wsmenu-list>li .wstabitem02>li>a {
    background-color: #fff;
  }

  .wsmenu>.wsmenu-list>li .wstheading {
    padding-left: 0px;
  }

  .wsmenu-list>li>.navtext {
    margin: 0px;
  }

  .wsmenu .wsmenu-list>li .wsshoptabingwp {
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing {
    background-color: #ffffff;
    color: #666666;
    display: none;
    position: relative;
    top: 0px;
    padding: 0px;
    border: solid 0px;
    opacity: 1;
    visibility: visible;
    transform: none;
    -o-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -webkit-transform-style: flat;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
    width: 100%;
    background-color: #fff;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a:after {
    border: none;
  }

  .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a i {
    display: none;
  }

  /* ================== Mobile Header CSS ================== */
  .header .container {
    position: relative;
  }
  .wsactive .header .container {
    position: unset;
  }
  .wsactive .wsmobileheader.clearfix {
    width: 47PX;
    background: #fff;
    z-index: 1002;
    top: 0;
    margin-left: 260px;
    margin-top: 0;
    height: 47px;
  }
  .wsactive .wsanimated-arrow {
    position: absolute;
    left: -3px;
    top: -5px;
  }
  .wsmobileheader {
    display: block;
    /* position: fixed; */
    /* position: relative; */
    /* bottom: -10px; */
    left: 0;
    z-index: 10;
    height:25px;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmobileheader {
    /* margin-left: 260px; */
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .mobiletext {
    display: inline-block;
  }

  /*Mobile Search Bar*/
  .wsmobileheader .wssearch {
    background-color: transparent;
    z-index: 1000;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 18px 22px;
    cursor: pointer;
  }

  .wsmobileheader .wssearch i {
    font-size: 18px;
    color: #9196a0;
  }

  .wsmobileheader .wssearchform {
    display: none;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 44px;
    top: 0px;
    left: 0;
    padding: 13px 15px;
    cursor: default;
  }

  .wsmobileheader .wssearch.wsopensearch {
    width: 100%;
    background-color: #000;
  }

  .wsmobileheader .wssearch.wsopensearch .wssearchform {
    display: block;
  }

  .wsmobileheader .wssearchform form {
    width: calc((100% - 10px) - 45px);
    display: block;
    position: relative;
  }

  .wsmobileheader .wssearchform form:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 12px;
    position: absolute;
    top: 0;
    color: #777777;
    height: 34px;
    line-height: 36px;
    font-size: 15px
  }

  .wsmobileheader .wssearchform input {
    width: 100%;
    height: 34px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 0px;
    text-indent: 33px;
    margin: 0px;
    line-height: 18px;
    padding: 0px;
    display: block;
  }

  .wsmobileheader .wssearch.wsopensearch {
    left: 0px;
    right: auto;
    width: 100%;
    height: 60px;
  }

  .wsmobileheader .wssearch i.wsclosesearch {
    display: none;
  }

  .wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
    display: inline-block;
    float: right;
    font-size: 23px;
  }

  .wsmobileheader .wssearch.wsopensearch i.wsopensearch {
    display: none;
  }

  /* Mobile Toggle Menu icon (X ICON) */
  .wsanimated-arrow {
    /*position: absolute;*/
    left: 0;
    top: 0;
    z-index: 102;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0px;
    margin: 5px 0 0 15px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 17px;
    background: #000000;
    position: absolute;
    display: block;
    content: '';
  }

  .wsanimated-arrow span:before {
    top: -7px;
    width: 23px;
  }

  .wsanimated-arrow span:after {
    bottom: -7px;
    width: 17px;
  }

  .wsanimated-arrow span,
  .wsanimated-arrow span:before,
  .wsanimated-arrow span:after {
    transition: all 500ms ease-in-out;
  }

  .wsactive .wsanimated-arrow span:after {
    width: 23px;
  }

  .wsactive .wsanimated-arrow span {
    background-color: transparent;
  }

  .wsactive .wsanimated-arrow span:before,
  .wsactive .wsanimated-arrow.active span:after {
    top: 7px;
  }

  .wsactive .wsanimated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
  }

  .wsactive .wsanimated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  /* ================== Mobile Overlay/Drawer CSS ================== */
  .wsmenu>.overlapblackbg {
    right: 0;
    width: calc(100% - 260px);
    height: 100vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }

  .wsactive .wsmenu>.overlapblackbg {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    -ms-transition: opacity 1.5s ease-in-out;
    -o-transition: opacity 1.5s ease-in-out;
  }

  .wsmenucontainer {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenucontainer {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .wsactive .wsmenu {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    z-index: 1000;
    top: 0;
  }

  .wsactive .wsmenu>.wsmenu-list {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-left: 0;
  }

  /* ================== Mobile Sub Menu Expander Arrows  ================== */
  .wsmenu>.wsmenu-list>li>.wsmenu-click {
    border-left: 1px solid;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 10;
    top: -5px;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 23px 21px 0px 0px;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
    transform: rotate(-45deg);
    margin-top: 27px;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f5f5f5;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 17px 21px 0px 0px;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
    transform: rotate(-45deg);
    margin-top: 21px;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 {
    border-left: 1px solid #f3f3f3;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #f3f3f3;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i {
    display: block;
    height: 8px;
    width: 8px;
    float: right;
    transform: rotate(-225deg);
    margin: 17px 21px 0px 0px;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i:before {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1.5px 1.5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.40);
    transition: 0.2s ease;
    display: block;
    transform-origin: 100% 0;
  }

  .wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03.ws-activearrow03>i {
    transform: rotate(-45deg);
    margin-top: 21px;
  }

  /*End Media Query*/
}
.footer{
  background: #392415;
  padding: 29px 0 0;
  color: #fff;
}
.footer a:hover {
  color: #fff;
}
.footer h6 {
  margin-bottom: 15px;
  color: #fff;
}
ul.footer-menu-list li a {
      color: #fff;
  font-size: 14px;
 
  line-height: 36px;
}
.footer-contact span {
 float: left; 
  padding: 1px;
  line-height: 28px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #fff;
}
.footer-contact li a {
      color: #fff;
  font-size: 14px;
  background: #b21f7a;
  line-height: 32px;
  text-decoration: none!important;
}
.footer-contact .location1{
  line-height:18px;
}
.footer-contact .location2{
  line-height:12px; 
  font-size:8px;
}   
.footer-contact .wp-number i{
  color:#0f8630
}
.footer-contact span.mail2 a {
  word-break: break-all;
}
.footer-payment {
  margin-bottom: 30px;
}
.footer-payment img {
  width: 45px;
}
.footer-payment li {
  display: inline-block;
  margin: 0 1px 5px 0;
}
ul.app-logo li {
  display: inline-block;
  margin: 0px 5px 5px 0;
}
ul.app-logo li:last-child {
  margin-right: 0px;
}
.copyright {
      border-top: 1px solid white;
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

/* Extra @Media Query*/
@media only screen and (min-width: 992px) and (max-width:1262px) {
  .wsmenu>.wsmenu-list>li.wssearchbar {
    width: 21%;
  }

  .wsmenu {
    width: 93%
  }
}
.categories-menu { margin-top: 10px; }
.categories-menu nav.navbar-expand-lg { border-top: 1px solid #ddd; }
.categories-menu li.nav-item.dropdown:first-child { background: #b21f7a; }
.categories-menu .dropdown-toggle::after { margin-left: 15px; }
.categories-menu li.nav-item.dropdown:first-child a{ color: #ffffff; }
.categories-menu li{ padding: 5px 10px; }
.categories-menu .dropdown-menu.show {
    top: 0px !important;
    padding: 0;
    width: 100%;
    left: -10px !important;
}
.categories-menu .dropdown-menu.show a { color: #000000 !important; }
.categories-menu li a { color: #000; }
.dropdown:hover>.dropdown-menu {
    display: block;
    margin: 0;
    background: #f6f6f6;
    padding: 0;
    width: 100%;
}
.dropdown:hover>.dropdown-menu a { color: #000 !important; }
.dropdown>.dropdown-toggle:active { pointer-events: none; }
.wsmenucontainer { min-width: unset !important; }
.headerfull {
    border: 1px solid #e3e3e3;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a {
    background-color: #243640;
    color: #fff;
    border-left: 3px solid #3ca55d;
    font-size: 14px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1040px;
  }
}

@media screen and (max-width: 1200px) {
  .product-slider.first_slide {
    width: 214px;
  } 
  .snack_block .percen_bg {
    right: 0;
  }
  .snack_block .percen_bg p {
    font-size: 20px;
    line-height: 20px;
  }
  .snack_block .percen_bg h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .category-banner [class*='col-'] {
    padding: 0 8px;
  } 
  .cat_block {
    margin-bottom: 16px;
  }
  .buy1_get1_inner h1 {
    font-size: 60px;
  }
  .dairy1 {
    background: #243640!important;
    /* width: 147px!important;
    height: 97%!important; */
    /* margin: 7px!important; */
  }
}

@media screen and (max-width: 1199px) {
  .food_block .percentage_text h3 {
    /* background-size: 100%; */
    padding: 12px 0px 20px;
    margin-top: -15px;
    font-size: 22px;
  }
}

@media screen and (max-width: 992px) {
  
  .food_block .percentage_text h3 {
    padding: 7px 0px 10px;
    margin-top: -10px;
    font-size: 19px;
  }
  .snack_block .percen_bg {
    top: 7px;
    width: 100px;
    padding: 8px;
  }
  .snack_block .percen_bg p {
    font-size: 16px;
    line-height: 16px;
  }
  .snack_block .percen_bg h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .cat_block .percentage_text p {
    font-size: 13px;
  }
  .buy1_get1_box {
    max-width: 29.16%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .food_block .percentage_text p {
    font-size: 16px;
  }
  .buy1_get1_inner h1 {
    font-size: 45px;
  }
  .offer_block .percentage_text h3 {
    padding: 12px 0px 22px;
    margin-top: -18px;
  }
}

@media screen and (max-width: 768px) {
  .section_title1, .section_title2, .section_title3 {
    font-size: 25px;
    /* padding: 12px 0;
    border-radius: 7px; */
  }
  .section_2 {
    padding: 15px 7px 40px;
  }
  .section_2 [class*='col-'] {
    padding: 0 8px;
  }
  .food_block .percentage_text h3 {
    padding: 3px 0px 10px;
    margin-top: -8px;
    font-size: 16px;
  }
  .food_block .percentage_text p {
    font-size: 14px;
  }
  .saving_block .percentage_text p {
    font-size: 20px;
  }
  .dairy1 {
    background: #243640!important;
    /* width: 137px!important;
    height: 97%!important; */
    /* margin: 7px!important; */
	}
  /* .product-slider.first_slide {
    width: unset;
    height: unset;
    float: unset;
    margin-bottom: 15px
  }
  .product-slider.first_slide .product-content {
    height: unset;
  }
  .product-slider.first_slide .product-content .inner_text {
    margin-top: 20px;
    margin-bottom: 20px;
  } */
  .product-slider.first_slide .product-content .inner_text h1 br {
    display: none;
  }

  .product-slider.first_slide {
    width: 160px;
  }
  .product-slider.first_slide , .product-slider.first_slide .product-content {
    height: 352px;
  } 

  .product-slider .slick-slide, .product-slider.first_slide {
    margin: 5px 5px;
  }
  .product-slider.first_slide .product-content .inner_text h1 {
    font-size: 25px;
  }
  .product-slider.first_slide .product-content .inner_text p {
    font-size: 15px;
    padding: 14px 15px 17px 20px;
  }


  .snack_block .percen_bg p {
    font-size: 13px;
    line-height: 13px;
  }
  .snack_block .percen_bg h1 {
    font-size: 25px;
    line-height: 25px;
  }
  .snack_block .percentage_text p, .delight_block .percentage_text p, .offer_block .percentage_text p {
    font-size: 17px;
  }
  .offer_block .percentage_text h3 {
    padding: 10px 0px 15px;
    margin-top: -13px;
    font-size: 20px;
  }
  .buy1_get1_inner h1 {
    font-size: 28px;
  }
  .category-banner, .super_savings, .products_on_offer, .rare_delight, .snack_bites {
    padding: 15px 7px 24px;
  }
  .category-banner [class*='col-'], .super_savings [class*='col-'], .products_on_offer [class*='col-'], .rare_delight [class*='col-'], .snack_bites [class*='col-'] {
    padding: 0 8px;
  }
  .saving_block, .category-banner img, .offer_block, .delight_block, .snack_block, .cat_block {
    margin-bottom: 16px;
  }
  .cat_block {
      width: 30.33%;
      flex: unset;
  }
  .deals_of_week_glider_slider .glider-track {
    padding: 0px 0px;

  }
  .buy1_get1_box {
      max-width: 27.78%;
  }
  
}

@media screen and (max-width: 576px) {
  .section_2 {
    padding: 15px 10px 30px;
  }
  .section_2 [class*='col-'] {
    padding: 0 5px;
  }
  .food_block {
    width: 50%;
    margin-bottom: 10px;
  }
  .food_block:first-child {
    width: 100%;
    height: 252px;
  }
  .food_block:first-child .main_image {
    height: 200px;
  }
  .food_block:first-child .main_image img {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
  
  .saving_block_box, .offer_block, .snack_block, .delight_block {
    width: 50%;
  }

  .cat_img_block {
    width: 33.33%;
    padding: 0 10px;
  }

  .cat_block .percentage_text {
    padding: 8px;
  }
  .cat_block .percentage_text p {
    font-size: 12px;
  }
  
  .offer_block .percentage_text p, .delight_block .percentage_text p {
    font-size: 16px;
  }
  .snack_block .percen_bg {
    width: 50px;
    padding: 5px;
    top: 5px;
    right: 5px;
  }
  .snack_block .percen_bg p {
    font-size: 9px;
    line-height: 9px;
  }
  .snack_block .percen_bg h1 {
    font-size: 18px;
    line-height: 18px;
  }
  .snack_block .percentage_text p {
    font-size: 14px;
  }
  .delight_block .percentage_text, .snack_block .percentage_text {
    padding: 12px 10px;
  } 
  .buy1_get1 {
    padding: 40px 5px 10px;
  }
  .buy1_get1_box {
    max-width: 28.90%;
    margin: 0 10px 30px;
    padding: 0 10px;
  }
  .buy1_get1_inner {
    padding: 30px 10px;
  }
  .buy1_get1_inner h1 {
    font-size: 20px;
  }
  .saving_block .percentage_text h3 {
    font-size: 22px;
  }
  .saving_block .percentage_text p {
    font-size: 12px;
  }
  .deals_of_week_carousel_slider.owl-carousel .owl-stage-outer {
    background-size: 30%;
  }
  .deals_of_week_carousel_slider .custom-select-box .select-items div, .deals_of_week_carousel_slider  .custom-select-box .select-selected {
    font-size: 9px;
  }
  .deals_of_week_carousel_slider .product-content h4 {
    font-size: 14px;
  }
  .deals_of_week_carousel_slider .product-content button {
    font-size: 12px;
  }
}

@media screen and (max-width: 550px) {
  .offer_block .percentage_text h3 {
    /* padding: 6px 0px 12px;
    margin-top: -7px;
    font-size: 10px; */
    padding: 7px 0px 15px;
    margin-top: -11px;
    font-size: 15px;
  }
  .product-slider.first_slide {
    width: 154px;
  }
}

@media screen and (max-width: 480px) {
  /* .buy1_get1_inner h1 {
    font-size: 45px;
  } */
  /* .snack_block {
    width: 60%;
    margin: 0 auto 30px;
  } */
  /* .food_block .percentage_text h3 {
    padding: 17px 0px 25px;
    margin-top: -21px;
    font-size: 29px;
  } */
  .product-slider.first_slide .product-content .inner_text p {
    font-size: 11px;
    padding: 12px 15px 12px 20px;
  }

  .product-slider.first_slide .product-content .inner_text h1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .product-slider.first_slide {
    width: 125px;
  }
  .product-slider.first_slide, .product-slider.first_slide .product-content {
    height: 306px;
  }


  .category-banner, .super_savings, .products_on_offer, .rare_delight, .snack_bites {
    padding: 15px 10px 30px;
  }
  .category-banner [class*='col-'], .super_savings [class*='col-'], .products_on_offer [class*='col-'], .rare_delight [class*='col-'], .snack_bites [class*='col-'] {
    padding: 0 5px;
  }
  .saving_block, .category-banner img, .offer_block, .delight_block, .snack_block, .cat_block {
    margin-bottom: 10px;
  }
  .slick-prev, .slick-next {
    width: 21px;
    height: 32px;
  }
  .slick-prev {
    left: -11px;
  }
  .slick-next {
    right: -11px
  }
  .slick-prev:before, .slick-next:before {
    left: 6px;
  }
  .deals_of_week_carousel_slider.owl-carousel .product-content, .deals_of_week_carousel_slider.owl-carousel .owl-item {
      width: 182px !important;
  }
  .cat_block .percentage_text {
    display: flex;
    height: 51.2px;
  }
  .cat_block .percentage_text p {
    margin: auto;
  }
  .deals_of_week_glider_slider .glider-track {
    padding: 0px 0px;
  }
  .buy1_get1_box {
    max-width: 30.3%;
    margin: 0 5px 30px;
  }

}

@media screen and (max-width: 440px) {
  /* .food_block .percentage_text h3 {
    padding: 12px 0px 22px;
    margin-top: -18px;
    font-size: 29px;
  } */
}

@media screen and (max-width: 400px) {
  .buy1_get1_box {
    padding: 0 5px;
  }
  .buy1_get1_inner {
    padding: 20px 10px;
  }
  .buy1_get1_inner h1 {
    font-size: 17px;
  }
  .food_block .percentage_text h3 {
    font-size: 14px;
  }
  .food_block .percentage_text p {
    font-size: 13px;
  }
  .offer_block .percentage_text h3 {
    padding: 7px 0px 15px;
    margin-top: -9px;
    font-size: 13px;
  }
  .snack_block .percentage_text p {
    font-size: 11px;
  }

  .product-slider.first_slide {
    width: 100px;
  }
  .product-slider.first_slide .product-content .inner_text h1 {
    font-size: 15px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .product-slider.first_slide .product-content .inner_text p {
    font-size: 11px;
    padding: 12px 16px 12px 10px;
    background-size: cover;
    background-position: right;
    margin-left: -9px;
  }

  .product-slider span.sell-price {
    font-size: 13px;
  }
  .deals_of_week_carousel_slider.owl-carousel .product-content, .deals_of_week_carousel_slider.owl-carousel .owl-item {
      width: 166px !important;
  }
  .buy1_get1_box {
    max-width: 29.4%;
  }
}

@media screen and (max-width: 380px) {
  /* .food_block .percentage_text h3 {
    padding: 13px 0px 20px;
    margin-top: -16px;
    font-size: 25px;
  } */
  /* .snack_block {
    width: 75%;
  } */
  .saving_block .percentage_text h3 {
    font-size: 18px;
  }
  .offer_block .percentage_text h3 {
    padding: 4px 0px 12px;
    margin-top: -8px;
    font-size: 11px;
  }
  .offer_block .percentage_text p, .delight_block .percentage_text p {
    font-size: 13px;
  }
  .custom-select-box .select-items div, .custom-select-box .select-selected {
    font-size: 10.2px;
  }
  .deals_of_week_carousel_slider.owl-carousel .product-content, .deals_of_week_carousel_slider.owl-carousel .owl-item {
      width: 151px !important;
  }

}

@media screen and (max-width: 330px) {
  /* .food_block .percentage_text h3 {
    padding: 8px 0px 20px;
    margin-top: -14px;
  } */
  /* .snack_block {
    width: 80%;
  } */
  .saving_block .percentage_text h3 {
    font-size: 19px;
  }
  .saving_block .percentage_text p {
    font-size: 11px;
  }
  .offer_block .percentage_text p, .delight_block .percentage_text p {
    font-size: 12px;
  }
  .deals_of_week_carousel_slider.owl-carousel .product-content, .deals_of_week_carousel_slider.owl-carousel .owl-item {
      width: 129px !important;
  }
  .cat_block .percentage_text {
    display: flex;
    height: 68.8px;
  }
}