/** Shopify CDN: Minification failed

Line 16:0 All "@import" rules must come first
Line 18:0 All "@import" rules must come first
Line 78:0 All "@import" rules must come first
Line 83:0 All "@import" rules must come first

**/
body {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100&display=swap');
@font-face {
  font-family: 'Roboto Slab', serif;
}

@font-face {
  font-family: 'Quickbrush';
  src: url('Quickbrush.eot');
  src: url('Quickbrush.eot?#iefix') format('embedded-opentype'),
    url('Quickbrush.woff2') format('woff2'),
    url('Quickbrush.woff') format('woff'),
    url('Quickbrush.ttf') format('truetype'),
    url('Quickbrush.svg#Quickbrush') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* @font-face {
  font-family: 'DM Sans';
  src: url('DMSans-Regular.ttf') format('truetype'),
  url('DMSans-Bold.ttf') format('truetype'),
  url('DMSans-Medium.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-Regular.ttf') format('truetype'),
  url('DMSans-Bold.ttf') format('truetype'),
  url('DMSans-Medium.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-Regular.ttf') format('truetype'),
  url('DMSans-Bold.ttf') format('truetype'),
  url('DMSans-Medium.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
} */


/*
@font-face {
  font-family: 'belinda-w00-regular';
  src: url('BelindaW00-Regular.eot');
  src: url('BelindaW00-Regular.eot?#iefix') format('embedded-opentype'),
    url('BelindaW00-Regular.woff2') format('woff2'),
    url('BelindaW00-Regular.woff') format('woff'),
    url('BelindaW00-Regular.ttf') format('truetype'),
    url('BelindaW00-Regular.svg#BelindaW00-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@font-face {
  font-family: 'DM Sans', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
@font-face {
  font-family: 'Montserrat', sans-serif;
}

/*---------------- General Starts ------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline:none;
}

*:focus { outline:none; }

body {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  letter-spacing:0.02em;
  font-family: 'DM Sans', sans-serif;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  /*   max-width: 1920px; */
  margin: 0 auto;
}


input:focus, button:focus, a, a:hover, a:focus {
  outline: none;
}
ul {
  list-style: none;
}
img {
  max-width: 100%;
  vertical-align:middle;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
button {
  border: none;
}
.common-transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
p {
  color: #3a3a3c;
  font-weight:400;
  line-height: 32px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
}
.sec-space-both {
  padding: 80px 0px;
}
.my-account.account.sec-space-both {
  padding: 10px 0 80px;
}


.page-width {
  max-width: 1428px;
  margin: 0 auto;
  padding: 0px 15px;
}
.page-width-2{
  max-width:1328px;
  margin: 0 auto;
  padding: 0px 15px;
}
.page-width-3{
  max-width:95%;
  margin: 0 auto;
  padding: 0px 0px;
}
.page-width:after {
  content: "";
  display: block;
  clear: both;
}
.main-content {
  padding-top:0px;
}
.common-btn, a.common-btn, button.common-btn {

  background-color:#13171c;
  color:#fff;
  font-size:16px;
  font-family: 'Questrial', sans-serif;
  display:inline-block;
  padding:10px 30px;
  text-transform:uppercase;
}
.common-btn:hover, a.common-btn:hover, button.common-btn:hover {
  background-color:#dcdcdc;
}
.header-page-width{
  max-width: 1428px;
  margin: 0 auto;
  padding: 0px 20px;
}



/*---------------- /General Starts ------------------*/

/*---------------------- Search Popup Starts ---------------------------- */
.serch-popup {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 50px 0;
  background-color:#000;
  border: 1px solid #fff;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transition: transform 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s;
  -ms-transition: transform 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.search-active .serch-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
}
.serch-popup .search-toggle {
  position: absolute;
  right: 5%;
  top: 5%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
.grid__item.medium-up--one-whole.shop-topbar .search-responsive {
  position: relative;
  width: 100%;
  margin: auto;
}


.search-responsive input {
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #dedede;
  padding: 10px;
  width: 100%;
  color:#000;
  opacity: 1;
}
.search-responsive > .submit {
  background: transparent;
  border: none;
  position: absolute;
  right: 10px;
  top: 4px;
  color:#000;
}
.search-responsive .submit {
  font-size: 20px;
}

.grid__item.medium-up--one-whole.shop-topbar button.submit.icon-magnifier-4 {
  display: none;
}

.search-responsive input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

.search-responsive input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.search-responsive input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
/*---------------------- Search Popup Ends ---------------------------- */

/*Mobile Menu Icon css Start*/

.m-menu-btn {
  cursor: pointer;
  height: 25px;
  width: 24px;
  position: relative;
  margin-top:6px;
  display:none;
}
.m-menu-btn span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.m-menu-btn span:nth-child(1) {
  top: 0px;
}
.m-menu-btn span:nth-child(2), .m-menu-btn span:nth-child(3) {
  top: 8px;
}
.m-menu-btn span:nth-child(4) {
  top: 16px;
}
.m-menu-btn.m-menu-btn-ext span:nth-child(1) {
  top: 15px;
  width: 0%;
  left: 50%;
}
.m-menu-btn.m-menu-btn-ext span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-menu-btn.m-menu-btn-ext span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-menu-btn.m-menu-btn-ext span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/*Mobile Menu Icon css End */

/* Header section css start */

.header-flex-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}
.header-left, .header-right {

  float:left;
  width:40%;

}
.header-center {

  float:left;
  width:20%;
  text-align:center;

}
.menu ul li {

  display:inline-block;
  vertical-align:middle;
  padding:0px 10px;
  position:relative;

}
.menu ul li:first-child{padding-left:0px;}
.menu ul li a {
  font-family: 'Questrial', sans-serif;
  font-size:13px;
  color:#000;
  text-transform:uppercase;
}
.header-right ul li {

  display:inline-block;
  vertical-align:middle;
  position:relative;
  margin-right:10px;

}

.header-right ul li.header-right__basket {
  padding-left: .4rem;
}

.header-right ul li.customer a {

  font-size:12px;
  font-family: 'Questrial', sans-serif;
  color:#000;
  text-transform:uppercase;

}
.header-right ul li.customer a > span {

  margin-right:10px;

}
.header-right ul li span.count {
  position: absolute;
  right: -9px;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #000000;
  color: #fff;
  font-size: 10px;
  font-family: 'Questrial', sans-serif;
  line-height: 17px;
  text-align: center;
}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop {

  background-color: #fff;

}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop ul li {
  display: block;
  text-align: left;
  padding: 0px 0px;
  border-bottom:0px solid #dbdbdb;
  margin:0px;
}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop ul li:last-child {
  border:none;
}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop ul li a {
  padding: 0px 15px;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.f-title h4, .f-box h4{
  font-weight: normal;
  margin-bottom: 30px;
}
.primary-navbar > li > a {
  padding: 38px 0;
}
.menu-dropdown.mega-menu-dropdown.style-1.top-level-drop {
  display: none;
}
.menu-close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  color: #000;
  display: none;
  background-color: #fff;
  text-align: center;
}
.header-right a.common-btn{
  background-color: transparent;
  color: #040404;
  font-size: 14px;
  font-family: 'Questrial', sans-serif;
  display: inline-block;
  padding: 15px 19px;
  text-transform: uppercase;
  border: 1px solid #636363;
  margin-right: 15px;
  line-height: normal;
  padding-top: 16px;
  letter-spacing: 0px;
}
.header-right a.common-btn:hover{
  background-color: #040404;
  color: #fff;
}

/* Header section css end */

/* Banner section css start */
.banner_slider .page-width {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner_slider {
  position: relative;
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  height: 843px;
}
.banner-conent {
  position: absolute;
  max-width: 1470px;
  left: 0%;
  top: 50%;
  padding: 0px 15px;
  -moz-transform: translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
}
.banner-conent h1 {
  font-size: 54px;
  font-weight: 400;
  text-align: left;
  font: normal normal 600 54px/72px DM Sans;
  letter-spacing: 4.38px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-family: DM Sans,sans-serif;
  margin-bottom: 20px;
  display: inline-block;
}
.banner-conent span {
  color: #fff;
  font-family: 'DM Sans';
  font-size: 30px;
  letter-spacing: 4.6px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 25px;
}

.customer-Lorem p {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
  display: inline-block;
}

.banner-conent p {
  font-weight: 400;
  line-height: 30px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}
.banner-conent .common-btn {
  height: 53px;
  background-color: #dcdcdc;
  color: #040404;
  font-weight: 400;
  padding: 10px 25px;
  font-size: 12px;
}

.banner-conent a {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 13.75px;
  padding: 7px 30px;
  display: inline-block;
}
.main-banner-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.main-banner-slider .slick-dots li button {
  background: transparent;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
}
.main-banner-slider .slick-dots li.slick-active button {
  background: #fff;
  border:none;
}
.main-banner-slider .slick-dots li, .main-banner-slider .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
}
.main-banner-slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  color: #000;
  content:"";
}
/* Banner section css end */

/* Home Grocery Delivery section css start */

.home-grocery-delivery-text-section {

  padding:50px 0px;

}
.home-grocery-delivery-text-content {

  max-width:1050px;
  margin:0 auto;

}
.home-grocery-delivery-text-content h2 {

  font-size:30px;
  font-family: 'DM Sans';
  letter-spacing:0px;
  font-weight: normal;
}
.home-grocery-delivery-text-content p {

  font-size:20px;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
  line-height:42px;
  color: #151515;
}

/* Home Grocery Delivery section css end */

/* How It Work section css start */

.how-it-works-section h2 {

  font-size:46px;
  font-family: 'Quickbrush';

}
.how-it-works-box li {
  float: left;
  width: 25%;
  padding: 15px;
  text-align: center;
}
.how-it-works-box li strong {
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  margin: 35px 0px 10px 0px;
  display: block;
}

.how-it-works-box li p {

  font-size:13.5px;
  font-family: 'DM Sans', sans-serif;
  font-weight:400;

}
.start-shoping {

  margin-top:90px;

}
.start-shoping p {

  display:inline-block;
  vertical-align:middle;
  font-size:30px;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
  margin:10px 20px 10px 0px;

}
.how-it-works-box .box-icon {

  display:table;
  width:100%;

}
.how-it-works-box .box-icon .inner-box-icon {

  display:table-cell;
  vertical-align:middle;

}


/* How It Work section css end */

/* Home Sign Up Now section css start */

.home-sign-up-now-section-bg {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 523px;
}
.home-sign-up-now-section-content {

  position:absolute;
  background-color:#fff;
  left:50%;
  top:50%;
  padding:35px 45px;
  max-width:600px;
  min-width:600px;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

}
.home-sign-up-now-section-content h2 {

  font-size:35px;
  font-family: 'Roboto Slab', serif;
  letter-spacing:0px;
  line-height:49.59px;
  color:#231f20;
  font-weight: 100;

}
.home-sign-up-now-section-content a {

  display:block;

}
/* Home Sign Up Now section css end */

/* Footer section css start */

.footer-grid {

  padding:50px 0px 30px 0px;

}
.footer-general-links-block ul li a {

  font-size:14px;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
}
.footer-get-connected-block ul li {

  display:inline-block;
  vertical-align:middle;
  margin-right:10px;

}
.footer-get-connected-block li a {
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #E5CAB5;
  line-height: 35px;
  display: block;
  text-align: center;
  color: #ffffff;
}
.footer-get-connected-block li a:hover {

  background-color: #000;
  color: #ffffff;

}
#footer_subscribe_Email {
  padding: 0;
  height: 55px;
  line-height: 47px;
  border: 1px solid #b7b7b7;
  width: 100%;
  padding-left: 35px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
  margin-bottom:15px;
}
.footer-newsletter-block .common-btn {

  display:block;
  width:100%;
  padding:15px 30px;

}
.footer-copyright-wrap {

  margin-top:50px;

}
.footer-copyright-wrap .copyright-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #4a4a4a;
  font-family: 'DM Sans', sans-serif;
  margin: 0px 20px;
  font-weight: 300;
}
.foot-payment-icon-wrap {
  display: inline-block;
  vertical-align: middle;
}
#footer .toggle-arrow {
  font-family: 'custome-icon';
  font-size: 15px;
  position: absolute;
  right: 0;
  top: -6px;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .toggle-arrow::before {
  color: #303036;
  content: "\e867";
}

/* Footer section css end */

/* Check Availability Modal css start */

.check-availability-modal-wrp {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  max-height: auto;
  width: 100%;
  position: relative;
  padding:100px 74px 74px 74px;
  box-shadow: 0px 0px 82px #ddd;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.check-availability-modal-wrp .pop-up-image {

  float:left;
  width:50%;

}
.check-availability-modal-wrp .content-sign-up {

  float:left;
  width:50%;
  padding-right:80px;

}
.check-availability-modal-wrp .content-sign-up h3 {
  font-size:40px;
  font-family: 'DM Sans';
  margin: 20px 0px 10px 0px;
  font-weight: normal;

}
.check-availability-modal-wrp .content-sign-up p {

  font-size:16px;
  font-family: 'DM Sans', sans-serif;
  color:#9c9c9c;
  font-weight:400;
  margin-bottom: 30px;

}
.check-availability-modal-wrp .popup-modal-dismiss {
  position: absolute;
  top: 15px;
  right: 25px;
  text-transform:uppercase;
  font-size: 18px;
}
.check-availability-modal-wrp .form-label {

  display:block;
  width:100%;
  text-align:left;
  font-size:16px;
  font-family: 'Questrial', sans-serif;
  color:#000000;
  font-weight:400;

}
.check-availability-modal-wrp input {

  display:block;
  width:100%;
  text-align:left;
  margin-bottom:20px;
  height:56px;
  border:1px solid #c2c2c2;
  border-radius:0px;
}
.check-availability-modal-wrp .common-btn {
  padding:20px 30px;
  display:block;
  width:100%;
}
.form-single-field {
  max-width: 32rem;
}
/* Check Availability Modal css end */

/* Recipes Products section css start */
.recipes-products-both-section {
  padding:50px 0px;
  background-repeat:no-repeat;
  background-size:100% 100%;
  background: #F1F2ED !important;
  margin-top: 60px;
}

.recipes-products-both-section .sec-heading h2 {
  font-family: 'DM Sans';
  float:left;
  font-size:23px;
  letter-spacing: 0;
  color: #151515;
  padding-left: 1px;
  font-weight:normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.see-all-btn {
  margin-top: 4px;
  font-size: 14px;
  color: #3b3b3b;
  font-family: 'DM Sans', sans-serif;
  text-transform: capitalize;
  float: right;
  font-weight:400;
}
.recipe-prod figure.product-item-img img {
  width:100%;
  object-fit: cover;
  height: 230px;
}
.iwishWrapper .recipe-prod figure.product-item-img img {
  height: 210px;
}
.recipes-products-both-section .slick-slide img {
  display:inline-block;
}
.recipes-sec-block .grid__item.slider-box,.products-sec-block .grid__item.slider-box{
  padding-left: 44px;
}

.recipes-sec-block .grid, .products-sec-block .grid{
  /*   margin-left: -44px; */
}
.sec-heading {
  padding: 0 13px;
}
.home-recipes-slider {
  margin-bottom: 40px;
}
/* Recipes Products section css end */

/* Cart Drawer section css start */

.dropdown-menu-widget.widget.widget_shopping_cart.canvas {

  position: fixed;
  top: 0;
  right: -150%;
  background-color: #fff;
  color: #000;
  width: 500px;
  z-index: 999;
  height: 100%;
  display: block;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);

}

.cart-open .dropdown-menu-widget.widget.widget_shopping_cart.canvas {
  right:0;
}

.widget_shopping_cart table, .widget_shopping_cart table td, .cart_totals table, .cart_totals table th {
  border: 0;
  position: relative;
  vertical-align: top;
  margin:0px;
}
.widget_shopping_cart_content {
  padding: 20px;
  overflow: auto;
  height: 100%;
}
.widget_shopping_cart table td.figure {
  width: 100px;
  padding:0px;
  height:100px;
  text-align:center;
}
.widget_shopping_cart table td.figure img {
  object-fit: cover;
  height: 100px;
  z-index: 0;
}
.widget_shopping_cart table td.content {
  padding-left: 20px;
  font-size: 12px;
}
.cart-title {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 25px;
  font-family: 'DM Sans';
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #2F2F2F;

}
.cart-title sub {

  font-size: 13.5px;
  font-weight: 300;

}
sub {
  bottom: 0;
}
.cart-title .cart-close {

  position:absolute;
  right:0;
  top:0;
  font-size:20px;
  background-color:transparent;

}

.mini_cart_item .cart-product-title {
  font-size: 13.5px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0px;
  font: normal normal bold 13.5px/17px DM Sans;
  line-height: 25px;
  color: #3D4246;
  float: left;
  width: 88%;
  padding-right: 20px;
  transition: color 300ms ease;
}

.mini_cart_item .cart-product-title:hover {
  color: #e5cab5;
}

.mini_cart_item .cart-product-vendor {
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0px;
  font-weight: normal;
  line-height: 25px;
  color: #3D4246;
  float: left;
  width: 88%;
  padding-right: 20px;
}

p.cart-product-text b {
  font-weight: normal;
  font-size: 13.5px;
}


.mini_cart_item .cart-product-text {

  font-size: 13.5px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0px;
  color: #808080;
  font-weight: 300;

}
.product-info {
  text-align: right;
  font-family: 'DM Sans';
  float: left;
  position: absolute;
  top: 27px;
  right: 2px;
}

.cart th {
  font-family: DM Sans,sans-serif;
  font-weight: 400;
  padding: 15px 22px;
  text-align: left;
  font: normal normal bold 18px/0px DM Sans;
  letter-spacing: 0px;
  color: #151515;
  opacity: 1;
  text-transform: capitalize;
}

table.shop_table.shop_table_responsive td {
  padding-top: 0;
}
.widget_shopping_cart_content .cart-buttons-wrp .common-btn {

  width:100%;
  margin-bottom:10px;
  text-align:center;

}
.widget_shopping_cart_content .cart-buttons-wrp .view-cart.common-btn {

  background-color:#13171c;
  color: #fff;

}
.widget_shopping_cart_content .cart-buttons-wrp .view-cart.common-btn:hover {

  background-color:#dcdcdc;

}
.cart_totals table td {

  text-align:right;

}
.mini_cart_item {

  padding:10px 0px;
  border-bottom:1px solid #ccc;
  padding-right:10px;

}

/* Cart Drawer section css end */

.cart-right-box {

  border:1px solid #bfbfbf;
  padding:15px 30px 30px 30px;

}
.cart-right-box h3 {

  font-size:26px;

  font-family: 'Questrial', sans-serif;

}
.new-cart-page table, .new-cart-page table td {

  border:none;

  padding:0;


}
.new-cart-page table td {

  color:#151515;
  font-size:16px;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
}
.tooltip {
  position: relative;
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
  margin: 0px 0px;
  color:#151515;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  font-size:14px;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.delivery-fee-leabel {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
  color:#151515;
}

/* Hide the browser's default radio button */
.delivery-fee-leabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color:transparent;
  border-radius: 50%;
  border:1px solid #d7d7d7;
}

/* On mouse-over, add a grey background color */
.delivery-fee-leabel:hover input ~ .checkmark {
  background-color:transparent;
}

/* When the radio button is checked, add a blue background */
.delivery-fee-leabel input:checked ~ .checkmark {
  background-color: transparent;
  border:1px solid #d7d7d7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.delivery-fee-leabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.delivery-fee-leabel .checkmark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7d7d7;
}
.delivery-fee {

  float:right;

}
.schedule-delivery {

  margin-left:-5px;

}
.schedule-delivery .wrp {
  padding-left: 5px;
  float: left;
  width: 14.1557141%;
}
.schedule-delivery-leabel {

  display:block;
  position: relative;
  padding-left:0px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Helvetica LT Std Roman';
  font-weight:400;
  color:#151515;
  padding-top:45px;
  text-align:center;
  line-height:16px;
  border:1px solid #e5e8eb;
  background-color:#f5f5f3;

}
.cart-right-box .schedule-delivery-leabel .inner > p {

  font-family: 'Helvetica LT Std Roman';
  font-size: 12px;
  font-weight:400;
  color:#151515;
  line-height:16px;
  padding:8px 0px;

}
/* Hide the browser's default radio button */
.schedule-delivery-leabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.schedule-delivery-leabel .checkmark {
  position: absolute;
  top: 7px;
  left: 50%;
  height: 30px;
  width: 30px;
  -o-transform: translateX(-50%);
  background-color:#fff;
  border-radius: 0;
  border:1px solid #d7d7d7;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* On mouse-over, add a grey background color */
.schedule-delivery-leabel:hover input ~ .checkmark {
  background-color:transparent;
}

/* When the radio button is checked, add a blue background */
.schedule-delivery-leabel input:checked ~ .checkmark {
  background-color: #fff;
  border:1px solid #d7d7d7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */fbody
.schedule-delivery-leabel input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.schedule-delivery-leabel .checkmark:after {
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid #00d820;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.schedule-delivery-leabel .inner {

  background-color:#fff;
  border-top:1px solid #e5e8eb;

}
.schedule-delivery {

  background-color:#fafafa;
  padding:8px 4px;


}
.cart-right-box p {

  margin:0px;
  font-family: 'DM Sans', sans-serif;
  font-size:16px;
  font-weight:300;

}
.cart-right-box .order-time-text {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 25px;
  margin-top: 10px;

}
.cart-right-box .t-total {

  margin-bottom:20px;
}
.cart-right-box .t-total tr td {
  font-family: 'DM Sans', sans-serif;
  font-weight: 900;
  font-size: 16px;
}

section.new-cart-page.sec-space-both {
  padding-top: 30px;
}

.cart-right-box .t-total tr td.total-price {
  font-size:18px;
}
.proceeed-checkout-btn .common-btn {

  display:block;
  width:100%;
  padding:15px 20px;

}
.cart-right-box .we-accept span {

  font-size:20px;
  font-family: 'Questrial', sans-serif;
  margin:10px 0px 20px 0px;
  display:block;

}
.cart-right-box .we-accept ul li {

  display:inline-block;

}
.side-bar-arrow {
  font-family: 'custome-icon';
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 5px;
  display: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.side-bar-arrow::before {
  color: #303036;
  content: "\e867";
}
.open.side-bar-arrow {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qty-inbox input {
  -webkit-appearance: none;
  -moz-appearance:textfield;
}
/* Product css */
.header-section { border-bottom:1px solid #fff; }
.template-index .header-section { border-bottom:0 solid transparent; }
.product-single__title {
  font-family: 'DM Sans';
  font-weight:400;
  font-size:36px;
  color:#151515;
  margin-bottom:5px;
}
.vendor-top {
  color:#3f3f3f;
  font-size:16px;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
  line-height:normal;
  display:inline-block;
}
.vendor-text { text-transform:uppercase; }

.product-img-grid {
  padding-right: 20px;
}
.product-content-grid {

}
.slider-wrp {
  float:right;
  width:100%;
  position:relative;

}
.shop-slider {
  position:relative;
  text-align: center;
  float: right;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  margin-bottom: 25px;
}
.shop-slider-nav {
  float: left;
  text-align: center;
  width:100%;
  padding-right:0;
}
.shop-slider-nav .thumb {
  width:84px;
  height:78px;
  overflow:hidden;
  margin:6px 0;
  border:1px solid transparent;
  margin:0 auto;
  opacity:0.5;
}
.shop-slider-nav .slick-current.slick-active .thumb {
  border:1px solid #d7d7d7;
  opacity:1;
}
.shop-slider-nav .thumb > img {
  /*   height:100px; */
  object-fit:cover;
  width:100%;
  padding:0;
  filter: grayscale(100%);
  filter: -webkit-grayscale(100%);
}
.shop-slider-nav .slick-current.slick-active .thumb img {
  filter: grayscale(0);
  filter: -webkit-grayscale(0);
}
.shop-slider-nav .slick-prev, .shop-slider-nav .slick-next {
  width:31px;
  height:27px;
  z-index:999;
  position:absolute;
  color:#aaaaaa;
  background-color:transparent;
  z-index: 999;
  border-radius:0;
}
.shop-slider-nav .slick-prev {
  content: 'url';
  background-repeat: no-repeat;
  left:28px;
  right: 0;
  top:-15px;
}
.shop-slider-nav .slick-next {
  content: '';
  background-repeat: no-repeat;
  right:inherit;
  left: 28px;
  bottom:-40px;
  top:inherit;
}
.shop-slider-nav .slick-prev:before, .shop-slider-nav .slick-next:before {
  color:#aaaaaa;
}
.shop-slider-nav .slick-prev:before {
  content: '\e8c5';
  font-family: 'custome-icon';
}
.shop-slider-nav .slick-next:before {
  content: '\e8c4';
  font-family: 'custome-icon';
}
.product-form { padding-top:0; }
.product-form__item--no-variants { max-width:100%; }
.product-price1 { display:none; }
.product-price2 { display:inline-block; }

.product__price .price { display:inline-block !important; vertical-align:top; }
span.lb-box {
  vertical-align:top;
  padding-top:0px;
  display:inline-block;
}

.quantity-box-hide { position:relative; display:none; }
.quantity-box label { display:inline-block; }
.qty-inbox { background: #fff; width:108px; height:44px; border:1px solid #c2c2c2; overflow:hidden; padding:1px; text-align:center;padding: 0 5px;     float: left;}
.qty-inbox input {
  width:35px;
  min-height:inherit;
  height:42px;
  display:inline-block;
  border:0; color:#747474; padding:0; opacity:1;
  font-family:'Questrial', sans-serif;
  font-size: 12px;
  text-align:center;
}
.qty-inbox input::placeholder { color:#747474; opacity:1; }
.qty-inbox input::-webkit-input-placeholder { color:#747474; opacity:1; }
.qty-inbox input:-ms-input-placeholder { color:#747474; opacity:1; }

.qty-inbox input[type=number]::-webkit-inner-spin-button,
.qty-inbox input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance:textfield;
  appearance: none;
  margin:0;
  opacity:0;
  width:0;
  height:0;
  display:none;
}
.qty-inbox button {
  width:15px; height:42px; padding:0;
  margin:0; border:0;
  background:#fff !important;
  color:#909090 !important;
  vertical-align:top;
  font-size: 7px;
}
.qty-inbox button.minus-icon { float:left; }
.qty-inbox button.plus-icon { float:right; }
.qty-inbox button:hover, .qty-inbox button:focus { color:#000 !important; }
.customer-reviews {
  background:url(review-bg.png) no-repeat left center;
  background-size:100% 100%;
  text-align:center;
}
.sec-heading h2 {
  font-size: 35px;
  font-family: 'Quickbrush';
  color: #151515;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 50px;
}
.sec-heading h2.customer-review-hd {
  font-weight:normal;
  text-transform:unset;
  letter-spacing:normal;
}

.addto {
  max-width:330px;
  display:inline-block;
  height:50px;
  color:#fff;
  font-size:18px;
  background:#000000;
  float:right;
  width:100%;
}
.addto:hover {
  background:#e6cab4 !important;
}

.servings .servings-icon {
  width: 26px;
}

.servings { display:inline-block; }
.top-tag-ul li {
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
  display:inline-block;
  font-size:16px;
  color:#3f3f3f;
}
.top-tag-ul li span { margin:0 0 0 10px; }

/* tab css Start */
.item-detail-section { margin-top:20px; }
.item-detail-section ul.resp-tabs-list {
  width: 100%;
  background: transparent;
  padding-left: 0;
  float: left;
  margin-bottom: 0px;
  text-align:center;
}
@media (min-width: 769px) {
  .item-detail-section ul.resp-tabs-list {
    display: flex;
    justify-content: space-around;
  }
}
.item-detail-section .resp-tabs-list li {
  text-align: center;
  background: transparent !important;
  border-color: transparent !important;
  font-size:18px;
  color:#151515;
  text-transform: inherit;
  font-family: 'DM Sans';
  font-weight:500;
  padding:12px 7px !important;
  margin:0 30px;
  letter-spacing:0;
  position:relative;
  float:left;
  display:inline-block;
}
.item-detail-section .resp-tabs-list li.resp-tab-active {
  background: transparent !important;
  border:0px solid transparent !important;
  border-bottom:2px solid #e7ccb6 !important;
  font-weight:600;
  color:#646464 !important;
}
.item-detail-section .resp-tab-content {
  border: 1px solid transparent;
  border-top-color: #d6d6d6;
  padding:22px 22px;
  font-size: 16px;
  color: #3a3a3a;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
}
.item-detail-section .resp-tab-content p {
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  line-height:30px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .item-detail-section .resp-tab-content p {
    font-size: 1.0vw;
  }
  .prod_tab.resp-tab-content.hor_1 ul {
	font-size: 1.0vw;
}
}
#parentHorizontalTab { border:1px solid #ebebeb; }
/* tab css End */
.table-sec th, .table-sec td {
  border:0;
  color:#3f3f3f;
  font-family: 'DM Sans', sans-serif;
  font-weight:300;
  font-size:16px;
  padding:5px 38px;
}
.table-sec tr:nth-child(odd) {
  background-color:#f7f7f7;
}

/* stamped App css */
.stamped-header { text-align:center; }
div[data-widget-style*=standard] .stamped-summary-actions { float:none; display:inline-block !important; }
div.stamped-container[data-widget-style], div[data-widget-style] div.stamped-container {
  margin:0 auto!important;
}
[data-count="0"] .stamped-summary-starrating i:before { color:#7E7E7E; }
.stamped-review-header {
  max-width:230px;
  margin:0 auto;
  text-align:center;
}
.stamped-review-header .created, .stamped-review-header-byline .created {
  float: none!important;
  width:100%;
}
.stamped-review-avatar { display:none; }
.stamped-review-body {
  text-align:center;
}
h3.stamped-review-header-title { text-align:center !important; }
div[data-widget-style=two-columns] .stamped-review-footer { position:relative !important; }
div[data-widget-style=two-columns] .stamped-review {
  background-color:#fffefe;
  box-shadow:0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  padding:25px 30px;
}
.stamped-badge-caption span { display:none !important; }
.stamped-badge-caption[data-reviews]:after  { display:none; }
.customer-reviews div[data-widget-style*=standard] .stamped-summary-ratings { display:none; }
.customer-reviews .summary-overview {
  margin-bottom: 20px;
  float: none !important;
  display: inline-block;
  margin: 0 auto;
}
.customer-reviews div[data-widget-style*=standard] .stamped-summary-actions {
  display: inline-block!important;
  float:none !important;
  position: initial;
  margin: 0 auto;
  width:100%;
  text-align:center;
}
.customer-reviews .stamped-summary-actions-newquestion, .customer-reviews .stamped-summary-actions-newreview {
  float:none !important;
  display:inline-block;
  background: #000;
  color:#fff;
}
.customer-reviews div[data-widget-style*=standard] .stamped-tab-container { display:none !important; }
.customer-reviews #stamped-sort-select { display:none !important; }
.customer-reviews .stamped-summary { margin-bottom:20px !important; }

/* stamped App css End */

.shop-quick {
  position:absolute;
  right:20px;
  top:20px;
  z-index:9;
  text-align: center;
}
.shop-quick a.new-wishlist {
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  background: #ffffff;
  color:#b8b8b8;
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
  border: 1px solid #b8b8b8;
  border-radius: 100%;
  display:inline-block;
}
.shop-quick .new-wishlist.iwishAdded {
  background:#e6cab4;
  color:#fff;
  border: 1px solid #e6cab4;
}
.shop-quick img { display:none; }
p.iWishLoginMsg {
  width: 240px;
  color: #fff;
  background-color: #3a3a3c;
  max-width: 100%;
  margin-top: 10px;
  line-height: 22px;
  padding: 10px;
}
p.iWishLoginMsg a{color:#fff;}
p.iWishLoginMsg a:hover{color:#fff;}
.product-price2 .price { display:inline-block; }
.serving-box {
  display:inline-block;
  font-size:18px;
  color:#3f3f3f;
  font-family: 'Lato', sans-serif;
  font-weight:300;
  /* margin-top:10px; */
  margin-top:0;
}

/* Small Product css */
/* .prod-sec2 { opacity:0.4; }  */
.prodsec h3 {
  color: #151515;
  font-size: 26px;
  font-family: 'DM Sans';
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
}
.bottom-border {
  border-bottom:1px solid #cccccc;
  padding:10px 0;
}
.prod-sec-in td {
  border:0;
  padding:15px 0px;
  width: 60%;
}
.prod-sec-in h5 {
  color:#575757; font-size:19px;
  font-family: 'Questrial', sans-serif;
  font-weight:400;
  text-transform:capitalize;
  margin-bottom:10px;
}
.prod-sec-in h4 {
  color:#151515;
  font-size:20px;
  font-family: 'Questrial', sans-serif;
  font-weight:500;
  text-transform:capitalize;
  margin-bottom:5px;
  width: 100%;

}
.prod-sec-in h4 a {
  text-decoration: none;
  border: 0;
  color: #151515;
  font-family: 'DM Sans', sans-serif;
  /*   line-height: 28px; */
  line-height: normal;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
}

tr.checkdiv.bottom-border .prod-bx h4 a {
  font-weight: 400;
  pointer-events: none;
  cursor: inherit;
}

.prod-sec-in h4 a:hover { text-decoration:underline; color:#000; }
.price-bx span {
  font-size: 16px;
  color: #808080;
  font-family: 'Questrial', sans-serif;
  font-weight: 400;
}

.rt-bx.price-bx.new-ft span {
  text-align: left;
  letter-spacing: 0px;
  color: #151515;
  opacity: 1;
  font-size: 18px;
  font-weight: 400;
}

.prod-right-bx {
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-o-flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.small-prod-info {
  /* cursor: pointer; */
  display:flex;
  display:-webkit-flex;
  display:-moz-flex;
  display:-o-flex;
  align-items: center;
  -webkit-align-items: center;
}
.small-prod-box { margin-right:20px; }
.prodimg-box {
  width: 58px;
  height: 58px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  padding: 0px;
}
.prodimg-box img { width:auto; height:100%; }
.rt-bx { padding:0 10px; }
.cat-bx {
  font-size:16px;
  font-family: 'Questrial', sans-serif;
  font-weight:500;
  color:#151515;
}

/* Small Product css End*/

/* Detail-page-two Start */
.detail-page-two {  }
.hr-border { margin:0; }
.detail-page-two .shop-quick {
  top:-5px;
  /* border:1px solid #b8b8b8; */
  border-radius:100%;
}
.detail-page-two .item-detail-section .resp-tab-content p { line-height:24px; }
.detail-page-two .product-price1 { display:inline-block; width:100%; }
.detail-page-two .roduct-price2 { display:none; }
.detail-page-two .qty-inbox { max-width:145px; text-align:center; }
.quan2 { display:inline-block; width:50%; }
.detail-page-two .quantity-box-hide { display:inline-block; width:100%; }

.addto-sec { margin-top:20px; }
.btn-box2 { display:inline-block; width:49%; margin-top:34px !important; }

.quan2 { vertical-align:top; }
.price__badges { display:none; }
.detail-page-two .price.price--on-sale .price__sale {
  display:flex;
  display:-webkit-flex;
  font-family: 'DM Sans', sans-serif !important;
  font-weight:600;
}
.detail-page-two .price-item--sale {
  font-family: 'DM Sans', sans-serif !important;
  font-weight:600;
}



/* Popup css */
.dismiss-btn { float:right; }
.popup-cntentbox .product-single__title { font-size:28px; }
.popup-cntentbox .item-detail-section .resp-tabs-list li { font-size:14px; }
.popup-cntentbox .vendor-top {  font-size:14px; }
.quantity-box label {  font-size:13px; }

.popup-cntentbox .quan2 { width:48%; }
.popup-cntentbox .btn-box2 { float:right; }
.popup-cntentbox .item-detail-section .resp-tab-content p { font-size:13px; line-height:22px; }


/* Cart left sec css */
.cart-left-sec { padding-right:3%; }
.cart-left-sec h2 {
  /*   font-size: 40px; */
  font-size: 25px;
  font-family: 'DM Sans';
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #2F2F2F;
}
.cart-left-sec h3 {
  font-size:26px;
  font-family: 'Questrial', sans-serif;
  font-weight:400;
  color:#151515;
  text-transform:uppercase;
  margin-bottom:25px;
}
.cartleft-top { margin-bottom:60px; }
.cart-product-sec {
  border:1px solid #bfbfbf;
  padding:30px;
  margin-bottom:35px;
}
.cart-prodimg { width:100%; height:100%; }
.cart-prodimg figure {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
.cart-prodimg img {
  height:100%;
  object-fit:cover;
  width:100%;
  max-height: 295px;
}
ul.crt-cnt-info.product-details {
  clear: both;
}
.cartprod-cnt { padding-left:0px; }
.cartprod-cnt h5 {
  font-size:20px;
  color:#151515;
  font-family: 'DM Sans', sans-serif;
  display:inline-block;
  font-weight: 400;
}
.cartprod-cnt h5 a {
  color:#151515;
}
.crt-cnt-info li {
  position:relative;
  padding-left:20px;
  color:#151515;
  font-size:15px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  margin-bottom:12px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.crt-cnt-info li:before {
  position:absolute;
  left:0;
  top:4px;
  content:'';
  width:7px;
  height:7px;
  border-radius:100%;
  background:#e6cab4;
  list-style:disc;
}
.crt-cnt-info li p {
  margin:0;
  line-height:normal;
  color:#151515;
}
.cart-prod-title { position:relative; }
.crt-prod-price {
  color:#151515;
  font-size:24px;
  font-family: 'DM Sans';
  float:right;
  margin-top: 30px;
}
.remove-btn {
  font-size:12px; color:#3c3c3c;
  font-family: 'DM Sans', sans-serif;
  font-weight:400;
  display:inline-block;
  margin-top:-2px;
}
.remove-btn i { font-size:12px; color:#8d8d8d; }
.remove-btn i.icon-trash:before { margin-left:0; }
a.remove-btn:hover { color:#e6cab4; }
a.remove-btn:hover i { color:#e6cab4; }

.note-box {
  color:#151515;
  font-size:12px;
  font-family: 'DM Sans', sans-serif;
  font-weight:400;
  text-transform:uppercase;
}
.note-box i { font-size:25px; vertical-align:middle; padding-right:5px; }
.note-link {  }
a.note-link:hover { color:#e6cab4; }

.all-delete {
  float:right;
  color:#000000;
  font-size:14px;
  font-family: 'Questrial', sans-serif;
  font-weight:400;
  text-transform:uppercase;
  margin-top: 30px;
}
.all-delete .remove-btn {
  font-size:14px;
  color:#000000;
  margin:0;
}
.all-delete .remove-btn i { font-size:20px; }
.recipes-product-sec .prod-sec-in td {
  padding:15px 0px;
}
.foot-col-data li {
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
}
.slide {
  margin-bottom: 11px;
}
.mfp-content .item-detail-section .resp-tabs-list li{
  margin: 0 0px;
  margin-left: 30px;
}
.thumb {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 1px solid transparent;
  padding: 10px;
}
.white-popup-block .slick-current .thumb {
  border: 1px solid #ddd;
}

.position-center{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
}
.rt-bx.price-bx {
  /*   min-width: 83px; */
}


.cart_list{overflow:auto;}

section.detail-top.sec-space-both {
  padding: 0px 0px;
}

.product-form-recipe-product-template .product-single__title{    margin-bottom: 10px;}
.product-form-recipe-product-template .item-detail-section {
  margin-top: 12px;
}
.product-form-recipe-product-template  .item-detail-section .resp-tabs-list li{color: #646464;margin: 0 0px;/*margin-left: 40px;*/}
.product-form-recipe-product-template .item-detail-section .resp-tabs-list li.resp-tab-active {
  color: #151515 !important;
}
.product-form-recipe-product-template .product-img-grid {
  padding-right: 0;
}
.product-form-recipe-product-template .product-content-grid {
  padding-left: 65px;
}
.product-form-recipe-product-template  .shop-quick a{    border: 1px solid transparent;}
a.quick-modal {
  display: block;
}
img.first_img {
  margin: 0 auto;
}

.cart_list::-webkit-scrollbar-track,#cart-drawer-container::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.cart_list::-webkit-scrollbar,#cart-drawer-container::-webkit-scrollbar{
  width: 6px;
  background-color: #F5F5F5;
}
.cart_list::-webkit-scrollbar-thumb,#cart-drawer-container::-webkit-scrollbar-thumb{
  background-color: #000000;
}
.product-info li {
  font-size: 13.5px;
  line-height: 20px;
  color: #000;
  font-weight: 600;
}

table.shop_table.shop_table_responsive tr.cart-subtotal td {
  font-weight: bold;
  color: #000;
  font-family: 'DM Sans', sans-serif;
  font-size: 23px;
}

table.shop_table.shop_table_responsive tr.cart-subtotal th {
  font-weight: 600;
  color: #000;
  font-family: 'DM Sans', sans-serif;
  font-size: 17.5px;
}

.grid-view-item{
  margin: 0 auto;
}
th {
  font-family: inherit;
}
label.check.is-active a {
  color: #000;
  font-weight: bold;
}
div#orders {
  padding-left: 0;
}
@media only screen and (max-width: 749px){
  .responsive-table th, .responsive-table td {
    padding: 5.5px;

  }
  .grid__item.medium-up--one-whole.shop-topbar button.submit.icon-magnifier-4 {
    display: block;
  }
}
li.mega-dropdown.has-submenu:hover .menu-dropdown {
  display: block;
}
.menu-dropdown{
  top: 188%;
}

.iwishItem{width:18% !important;}
.iwishWrapper {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media only screen and (min-width: 768px){
  .iwishItem:nth-child(4n+1) {
    clear: none !important;
  }
}

@media (max-width:1280px){
  .iwishItem {
    width: 23% !important;
  }
}
@media (max-width:1024px){
  .iwishItem {
    width: 31% !important;
  }
}
@media only screen and (max-width: 767px){
  .iwishItem {
    width: 48% !important;
  }
  .all-delete{width: 95px;}
  .all-delete .remove-btn {
    font-size: 10px;
  }
  .remove-btn{   /* width: 95px;*/
    text-align: right;}
  .cart-prodimg img {
    width: 100%;
    max-height: 100%;
  }
}
@media only screen and (max-width: 360px){
  .iwishItem {
    width: 98% !important;
  }
}
.slick-prev:before, .slick-next:before{color:#000;}
/*.home-products-slider1 .recipe-prod .product-item-img {
height: 273px !important;
}*/
.home-products-slider1 .products-item{
  margin: 0px 0px;
  padding: 21px 9px;
}

.home-products-slider1 .recipe-prod .products-item{
  margin: 0px 0px;
  padding: 0px 0px;
}
.home-products-slider1 .grid__item.slider-box {
  margin: 0 15px;
  padding-left:0px;
  margin-bottom:20px;
}
.home-products-slider1 .recipe-prod .products-text {
  padding: 12px;
}
@media only screen and (max-width: 480px){
  .home-products-slider1 .slick-prev {
    left: -15px;
  }
  .home-products-slider1 .slick-next {
    right: -15px;
  }
  .home-products-slider1 .grid__item.slider-box {
    margin: 0 8px;
  }
  .recipe-prod figure.product-item-img img {
    height: 110px;
  }
}
.shop-page-pagenation {
  clear: both;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.all-product {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.grid-view-item {
  padding: 15px 0 30px;
  display: block;
}
.grocery-prd-item .grid-img-container.img-effect {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.grocery-prd-item .product-item-img {
  height: 275px;
  display: table-cell;
  vertical-align: middle;
}
.iwishWrapper .grocery-prd-item .product-item-img {
  height: 230px;
}
.grocery-prd-item .product-item-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
}
@media (min-width: 421px) and (max-width: 991px) {
  .grocery-prd-item .product-item-img {
    height: 220px;
  }
  .iwishWrapper .grocery-prd-item .product-item-img {
    height: 200px;
  }
  .recipe-prod figure.product-item-img img {
    height: 160px;
  }
}
@media (min-width: 481px) {
  .template-article .grocery-prd-item .product-item-img,
  .template-article .recipe-prod figure.product-item-img img {
    height: 180px;
  }
}
@media (min-width: 750px) {
  .recipes-sec-block .grid__item.slider-box, .products-sec-block .grid__item.slider-box {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .template-collection .recipe-prod figure.product-item-img img {
    height: 170px;
  }
  .template-collection .grocery-prd-item .product-item-img {
    height: 210px;
  }
}
@media (min-width: 992px) and (max-width: 1150px) {
  .template-index .recipe-prod figure.product-item-img img {
    height: 130px;
  }
  .template-index .grocery-prd-item .product-item-img {
    height: 170px;
  }
}
@media (min-width: 1151px) and (max-width: 1350px) {
  .template-index .recipe-prod figure.product-item-img img {
    height: 160px;
  }
  .template-index .grocery-prd-item .product-item-img {
    height: 200px;
  }
}
@media (min-width: 1261px) {
  .banner-conent {
    padding-left: 2.5%;
    padding-top: 0%;
  }
}
@media (min-width: 1601px) {
  .banner-conent {
    padding-left: 0;
    padding-top: 0%;
    max-width: initial;
    left: 0%;
  }
}
@media (min-width: 421px) {
  .grocery-prd-item .product-item-img img {
    max-height: 100%;
  }

}
@media (max-width: 991px) {
  .qty-inbox input {
    font-size: 14px;
  }
  .customer-fav-main-wrap .section-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .template-article .grocery-prd-item .product-item-img,
  .template-article .recipe-prod figure.product-item-img img {
    height: 100%;
  }
  .grocery-prd-item  .product-item-img {
    height: 120px;
  }
  span.grid-img-container img {
    width: auto;
  }
}
.home-recipes-slider, .home-products-slider, .main-banner-slider, .home-products-slider1 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.home-recipes-slider.slick-initialized, .home-products-slider.slick-initialized,
.main-banner-slider.slick-initialized, .home-products-slider1.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.template-product .qty-inbox button {
  width: 30px;
}
@media (min-width: 1441px) and (max-width: 1615px) {
  .product-form-recipe-product-template .item-detail-section .resp-tabs-list li {
    font-size: 15px;
  }
}
.delivery-error-msg {
  color: red;
  padding: 10px 0;
  text-align: left;
  display: none;
}
.white-popup-block span.lb-box {
  padding-top: 0;
  vertical-align: middle;
}
.iwishImgWrap, .iwishMeta-title, .iwishMeta-price, .iwishMeta-variant-title {
  margin-bottom: 0 !important;
}

.search-page {
  padding-top: 20px;
}
hr {
  margin: 30px 0;
}

.template-cart .prod-sec-in h4{font-size:12px;}
.template-cart .prod-sec-in h5{font-size:14px;}

.notes-sec {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}
tr.checkdiv {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.prod-ul tr {;
  align-items: center;
  display: flex
    display: -webkit-flex;
}
.cart__row p+p {
  margin-top: 10px;
  min-width: 77px;
}

.shop-text-bar__item {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  margin: 0 1.5px 35px;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'DM Sans';
  color: #151515;
  font-weight: 600;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}


div#shopify-section-1582627515456 {
  padding-top: 0;
  padding-bottom: 0;
}


.grid__item__blog {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 60px 0px;
}

.grid__item.medium-up--three-sixths.even {
  float: right;
}


.grid__item.medium-up--three-fifths.even {
  float: right;
}

.customer-fav-slide {
  position: relative;
}

.cols-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.cols-title a {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  color: #000 !important;
  background: #FFFFFF;
  display: inline-block;
  width: auto;
  padding: 15px 24px;
  text-align: center;
  font: normal normal normal 14px/14px Questrial;
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
  font-size: 17px;
  display: inline-block;
  max-width: 538px;
}

.customer-fav-main-wrap .section-title {
  font-size: 36px;
  font-family: 'Quickbrush';
  color: #151515;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  margin-bottom: 22px;
}

.cart-collaterals {
  border-top: 2px solid #cccccc;
  padding-top: 15px;
}

.customer-fav-main-wrap {
  background: #F1F2ED;
  padding: 60px 0px;
  width: 100%;
}

.home-four-letter-word-section {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 523px;
}

.home-four-letter-word .home-sign-up-now-section-content.text-center {
  background: #000;
  color: #fff;
}

.home-sign-up-now-section-content h4 {
  text-align: center;
  letter-spacing: 0.8px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  font-size: 15px;
  margin-bottom: 20px;
}

.home-sign-up-now-section-content.text-center h5 {
  color: #fff;
  font-family: 'DM Sans';
  font-size: 30px;
  letter-spacing: 0;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
  max-width: 345px;
  margin: 7px auto;
}

.home-sign-up-now-section-content.text-center span {
  text-align: left;
  letter-spacing: 0.64px;
  color: #DCDCDC;
  opacity: 1;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  margin-bottom: 8px;
}

span.article__date {
  padding-left: 5px;
}

.article__author {
  margin-right: 5px;
}

.home-sign-up-now-section-content.text-center span {
  text-align: left;
  letter-spacing: 0.64px;
  color: #DCDCDC;
  opacity: 1;
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  margin-bottom: 8px;
  font: italic normal normal 13px/25px DM Sans;
}

.home-sign-up-now-section-content.text-center a.label-btn-1 {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
  background: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  padding: 6px 24px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.home-sign-up-now-section-content.text-center a.label-btn-2 {
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
  display: inline-block;
  width: 100%;
  font-size: 13px;
}

.home-sign-up-now-section-content.text-center a.label-btn-2:hover {
  color: #fff;
}

.four-letter-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.four-letter-slider .slick-dots li button:before {
  font-family: 'slick';
  font-size: 37px;
}

.four-letter-slider .slick-dots {
  bottom: -35px;
}

.customer-fav-slider-wrap.slider-prv-nxt-icn .text-center a {
  font-size: 14px;
  display: inline-block;
  position: relative;
}
i.fa.fa-angle-right {
  font-size: 28px;
  padding-left: 8px;
  position: relative;
  top: 4px;
}
img.responsive-show {
  display: none;
}

.sec-space-both.faq-section-box .rte h5 {
  margin: 10px 0px 10px 0px;
  display: block;
  font-size: 18px;
  line-height: 40px;
  font-family: 'DM Sans';
  font-weight: 600;
  color: #2F2F2F;
}

.sec-space-both.faq-section-box .rte p {
  font-size: 18px;
}

.sec-space-both.faq-section-box {
  padding-top: 0;
  padding-bottom: 40px;
}

.sec-space-both.fromthe_founder_template .rte p {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  font-family: 'DM Sans', sans-serif;
  line-height: 35px;
  margin-bottom: 20px;
}

.faq-section-background {
  display: inline-block;
  background: #f2f2f2;
  height: auto;
  width: 100%;
  position: relative;
}

.sec-space-both.how-it-works-section-new p {
  font-size: 15px;
  color: #000000;
  font-weight: 300;
  font-family: 'DM Sans', sans-serif;
  line-height: 35px;
}

.sec-space-both.how-it-works-section-new h2 {
  font-size: 18px;
}

.sec-space-both.faq-section-box p {
  font-size: 15px !important;
}

.sec-space-both.how-it-works-section-new h4 {
  font-size: 29px;
}

.faq-section-background {
  display: inline-block;
  background: #f2f2f2;
  height: auto;
  width: 100%;
  position: relative;
  text-align: center;
  padding: 7% 0px;
  margin-top: 40px;
  font-size: 30px;
}

.faq-section-background a.sign-btn {
  display: block;
  font-size: 18px;
  background-color: rgba(241, 191, 163, 1);
  border-color: rgba(241, 191, 163, 1);
  padding: 10px 17px;
  color: #fff;
  width: max-content;
  margin: 20px auto 0px auto;
}

.sec-space-both.fromthe_founder_template {
  padding-top: 20px;
  padding-bottom: 50px;
}

.sec-space-both.fromthe_founder_template .rte h4 {
  font-family: "Quickbrush";
  font-weight: 400;
  color: #231f20;
  font-size: 28.5px;
  text-transform: initial;
}

.backcolor_17 {
  background-color: #F7E0D2;
}

.sec-space-both.our-products-template .rte h5 {
  font-size: 21px;
  color: #000;
  line-height: 40px;
}

.sec-space-both.our-products-template .rte h6 {
  background-color: #F7E0D2;
  padding: 10px;
  font-size: 18px;
  color: #000;
  display: inline-block;
  margin: 0px;
  margin-bottom: 20px;
}

.in-detail table td:first-child {
  background: #3D4246;
  padding: 0px 30px;
  color: #fff;
  font-size: 13.5px;
  width: 30%;
}
.shop-recipe-btn.common-transition a {
  background: #000;
  color: #fff;
}

.sec-space-both.our-products-template .rte span {
  font-size: 20px;
  margin: 32px auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-style: italic;
}

.sec-space-both.our-products-template .rte p {
  font-size: 20px;
}

.sec-space-both.our-products-template {
  padding: 0px 0px;
}

.sec-space-both.how-it-works-section-new {
  padding: 0px 0px;
}

body.template-collection .main-content {
  padding-top: 0;
}

.bold-form-group label {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-style: initial;
  font-size: 15px;
}

.home-recipes-slider.slick-initialized.slick-slider {
  width: 97%;
  margin: 0 auto;
}

.home-products-slider.slick-initialized.slick-slider {
  width: 97%;
  margin: 0 auto;
}

h1#beta_name {
  font-family: 'DM Sans';
  font-size: 25px;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #000;
}

span#beta_desc {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-style: initial;
  font-size: 20px;
}

.bold-form-group label {
  padding-top: 0;
  font-size: 15px !important;
  color: #000000;
  font-style: normal !important;
  font-weight: 400 !important;
}

td.Subtotal {
  text-align: left;
  letter-spacing: 0px;
  color: #151515 !important;
  opacity: 1;
  font-weight: bold !important;
  /*   font-size: 23px !important; */
  font-size: 19px !important;
  display: inline-block;
  margin-bottom: 0px !important;
  float: left;
}

tr.Subtotal-border td.text-right {
  float: right;
  /*   font-size: 23px; */
  font-size: 19px;
  font-weight: bold;
}

tr.Subtotal-border {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  padding: 10px 0px;
  display: inline-block;
}

.cart-right-box h3 {
  /*   font-size: 38px; */
  font-size: 25px;
  font-family: 'DM Sans';
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}


tfoot td:last-child {
  position: absolute;
  text-align: right;
  width: 100%;
  float: right;
}

.recipes-product-sec .prod-sec-in {
  position: relative;

}

.recipes-product-sec tfoot tr td {
  font-weight: bold !important;
  font-size: 20px !important;
}

.recipes-product-sec td.Subtotal_total_price {
  font-weight: normal !important;
  color: #151515;
}

p.delivery_note {
  display: none;
}

label#delivery_radio {
  font-weight: bold;
  color: black;
}

.left-table {
  float: left;
  color: #151515;
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  width: 49%;
  padding: 10px 0px;
  text-align: left;
}

.Subtotal_total_price {
  float: right;
  font-size: 18px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 600;
  color: #000;
  width: 50%;
  text-align: right;
  padding: 10px 0px;
}

.recipes-product-sec table.prod-ul tr th:first-child {
  padding-left: 20px;
}

.recipes-product-sec table.prod-ul tr th:last-child {
  padding-right: 20px;
}

.recipes-product-sec table.prod-ul tr th {
  padding: 0;
  font-size: 14px;
  text-align: left;
  background: #2F2F2F;
  padding: 23px 0px;
  color: #fff;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.5px;
  white-space: nowrap;

}

.recipes-product-sec .rt-bx.cat-bx {
  padding: 10px 10px 0px;
}

.recipes-product-sec .prod-sec-in td {
  width: 75%;
}

.recipes-product-sec .rt-bx.qty-bx {
  display: inline-flex;
  padding-left: 0;
}

.recipes-product-sec tfoot tr td {
  width: 100% !important;
}

.recipes-product-sec .prod-bx {
  width: 75%;
}

.cart-right-box p.dt-ft {
  text-align: left;
  letter-spacing: 0px;
  color: #151515;
  opacity: 1;
  font-weight: bold;
  /*   font-size: 23px */
  font-size: 20px;
}


.product-txt p {
  font-size: 13px;
  font-style: italic;
  line-height: 25px;
}

.product-txt {
  display: inline-block;
  margin: 10px 0px 20px;
  padding-left: 25px;
  width: 98%;
  position: relative;
}

.product-txt span {
  position: absolute;
  left: 0;
  top: 0px;
}

.cart-note {
  margin-bottom: 20px;
}

.grid__item.medium-up--one-half.product-img-grid {
  position: relative;
}

.mfp-content .iwish-text {
  display: none !important;
}

.prod_tab.resp-tab-content.hor_1 ul {
    font-size: 13px;
}

.prod_tab.resp-tab-content.hor_1 ul,
.prod_tab.resp-tab-content.hor_1 p span,
.prod_tab.resp-tab-content.hor_1 p a {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Questrial', sans-serif;
  letter-spacing: 0.02em;
}

.prod_tab.resp-tab-content.hor_1 p span {
  line-height: 22px;
}


/**************************************************
* Navigation
*
**************************************************/
#shopify-section-header .site-header__logo-image {
  margin: 0;
}