@font-face {
  font-family: 'Roboto-Regular';
  src: url('https://grocerdel.com/assets/front/fonts/Roboto-Regular.ttf')  format('truetype'), url('https://grocerdel.com/assets/front/fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src:url('https://grocerdel.com/assets/front/fonts/Roboto-Medium.ttf')  format('truetype'), url('https://grocerdel.com/assets/front/fonts/Roboto-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Roboto-Light';
  src:url('https://grocerdel.com/assets/front/fonts/Roboto-Light.ttf')  format('truetype'), url('https://grocerdel.com/assets/front/fonts/Roboto-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Bold';
  src:url('https://grocerdel.com/assets/front/fonts/Roboto-Bold.ttf')  format('truetype'), url('https://grocerdel.com/assets/front/fonts/Roboto-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Italic';
  src:url('https://grocerdel.com/assets/front/fonts/Roboto-Italic.ttf')  format('truetype'), url('https://grocerdel.com/assets/front/fonts/Roboto-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


body{color:#000; margin:0; padding:0; background: #fff !important;  font-family: 'Roboto-Regular' !important; line-height:normal; font-size:13px; overflow-x:hidden;}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.overflow-hidden {
  overflow: hidden;
}


img {
  max-width: 100%;
}

a{text-decoration:none; outline:0;color: #6fb43b;}
input, button{outline:0;}
ul, li, p, dl, ol{margin:0 !important; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin: 0 !important; padding: 0;}
label{padding: 0; margin: 0;}


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /* box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);*/
}

.sticky + .content {
  padding-top: 102px;
}


.dropdown-menu {
  padding: 0;
  margin: 0;
}
::-webkit-scrollbar {
  width: 0;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px fff; 
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff0; 
  border-radius: 10px;
}
html, div {
  scrollbar-width: none;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}



/*nav {
  float: left;
  }*/
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  nav ul.nav-dropdown li a,
  nav ul.nav-dropdown li a:visited{
    display: block;
  }

  nav ul li a:hover, 
  nav ul li a:focus,
  nav ul li a:visited:hover {
    text-decoration:none;
  }

  nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
  }


  .slider_section .carousel-inner {
    max-height: 500px;
    min-height: 30vw;
  }
  .top_header{
    background:#254671;
    display: block;
    float: left;
    width: 100%;
  }
  .top_header ul li{color:#fff; font-size: 12px;font-family: 'Roboto-Bold'; }
  .top_header ul li:nth-child(2),  .top_header ul li:nth-child(3){
    padding-top: 3px;
  }
  .top_header ul li a{color: #fff;}
  .top_header ul li img.mb-221 {
    width: 25px;
    margin-right: 20px;
  }
  .top_header ul li img{width: 16px;margin-right: 7px;}
  .top_header span{padding-left: 10px; padding-right: 10px;}


  .dropbutton { 
    background: none;
    border: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Roboto-Regular';
  }
  .dropbutton:hover, .dropbutton:focus { 
    background:none; 
  } 

  .dropdownmenu { 
    position: relative; 
    display: inline-block; 
    outline: none;  
  } 

  .dropdownmenu-content { 
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    overflow: auto;
    box-shadow: 1px 7px 8px rgba(0, 0, 0, 0.22);
    right: 0;
    top: 30px;
    z-index: 2;
  } 

  .dropdownmenu-content a { 
    color: black;
    padding: 12px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
  } 

  .dropdownmenu-content a:hover{
    color: #242424;
    text-decoration: none;
    background: #f1f1f1;
  }

  .dropdownmenu a:hover { 
    background-color: #f1f1f1 
  } 

  .show { 
    display:block; 
  } 
  .caret_{
    background: url('https://grocerdel.com/assets/front/img/caret.png')  center no-repeat;
    background-size: 14px;
    border: none;
  }

  .btn-group.open .dropdown-toggle{
    box-shadow:none;
    -webkit-box-shadow:none;
  }
  .top_header .btn{
    background: none; 
    color: #6fb43b;
    display: inline-block;
    padding:0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .top_header .btn:hover{
    color: #599829;
  }

  .top_header ul li{float: left;}
  .top_header .btn:after{
    background: url(https://grocerdel.com/assets/front/img/arrow.svg) center no-repeat;
    background-size: auto;
    width: 20px;
    height: 20px;
    border: none;
    content: '';
    padding: 0 10px;
  }

  .grocerdel-menu{
    background: #6FB43B;
    /*z-index: 1;*/
  }

  .mobile-view{
    display: none !important;
  }

  .navigation {
    height:100px;
    background-color: rgb(82, 186, 15);
    width: 100%;
    float: left;
  }

  .brand {
    position: absolute;
    padding-left: 40px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
    background: #57AA22;
    height: 100%;
    width: 100px !important;
  }
  .brand a,
  .brand a:visited {
    color: #ffffff;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    padding-top: 20px;
  }

  .nav-container {
    margin: 0 auto;
  }
  .mobile-nav-header{display: flex;}
  .navbar-brand {
    margin-right: 0 !important;
    display: flex !important;
    position: initial !important;
    max-height: 100%;
    padding: 0;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-brand.opl{height: 70px;}
  .navbar-brand img{width: 150px;}
  .navbar{
    padding: 0!important;
    height: 70px;
    float: left;
    width: 100%;
  }
  .navbar-toggler{
    padding: .25rem .55rem !important;
    border:none;
    border-radius: 0 !important
  }
  .navbar-navbar .navbar-toggler-icon{
    background: url('https://grocerdel.com/assets/front/img/menu.svg') no-repeat;
    background-size: cover;
  }


  .cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
  }

  .cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }

/* -------------------------------- 
header 
-------------------------------- */
header {

  height: auto;
  width: 100%;
  text-align: left;
  z-index: 4;
}


#cd-hamburger-menu {
  left: 0;
}
/*#cd-hamburger-menu a {
  background: #4fb50d url("https://web.archive.orghttps://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-hamburger-menu.svg") no-repeat center center;
}
*/

@media only screen and (min-width: 992px) {
  #cd-hamburger-menu {
    display: none;
  }
}



.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
}



.profile-login { display: block; margin: 0 auto; }


#dropdown-account{ 
  display: block;
  /*padding: 13px 20px;*/
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#dropdown-account.open {
  color: #fff;
}

#dropdown-account ul { 
  position: absolute;
  top: 44px;
  left: 0;
  width: 180px;
  padding:0px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  z-index: 9;
}
#dropdown-account ul li {border-bottom: 1px solid #e4e4e4;}

#dropdown-account ul li a { 
  text-decoration: none;
  display: block;
  color: #242424;
  padding: 12px 14px;
}
#dropdown-account ul li a:hover {
  color: #559426;
  background: rgba(220, 237, 205, 0.5);
}

.ddmenu:after {
  background: url(https://grocerdel.com/assets/front/img/caret_w.png) center no-repeat;
  background-size: auto;
  border: none;
  content: '';
  display: inline-block;
  height: 8px;
  width: 15px;
}
.ddmenu.open:after {
  transform: rotate(180deg);
}


.cd-account .account{
  width: 100%;
  padding: 0 10px;
}
.cd-account .account ul li{
	color: #fff;
}
.cd-account .account ul li a {
  font-size: 15px;
  padding-top: 11px;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  margin: 0;
  font-family: 'Roboto-Regular';
}

.username_, .number_, .password_, .mail_ {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 2px solid #eee;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}

.login-btn {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.login-btn:hover {
  background: #FAB87F;
  color: #fff;
}
#login h4, #signup h4{
  font-size: 16px;
  color: #242424;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
  padding-bottom: 15px;
}
#login input[type='password'], #login input[type='tel'] {
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  width: 100%;
  color: #000;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 100%;
  margin-right: 5px;
  margin-top: 10px;
}
#login input[type="submit"]{
  font-family: 'Roboto-Medium';
  font-size: 15px;
  width: 100%;
  padding: 10px 8px;
  border: none;
  background: #6fb43b;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  margin-top: 20px
}

.mdl-textfield.mdl-js-textfield.mdl-textfield--floating-label{
	width: 100%;
	float: left;

}

#login a img, #signup a img{width: 15px;  margin: 20px; float: right;}
.login-close, .signup-close{
  z-index:1;
  background: #ececec;
  border-radius: 4px;
}

#signup input[type='mail'], #signup input[type='password'], #signup input[type='tel'] {
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  width: 100%;
  color: #CECECE;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 100%;
  margin-right: 0;
  margin-top: 10px;
}

#signup input[type='text']{
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  width: 100% !important;
  color: #000;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 100%;
  margin-right: 5px;
  margin-top: 10px;
}
.sign-in-form-v2 #signup input[type='text']{margin-right: 0 !important}
#signup input[type="submit"]{
  font-family: 'Roboto-Medium';
  font-size: 15px;
  width: 100%;
  padding: 10px 8px;
  border: none;
  background: #6fb43b;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  margin-top: 20px
}

#link_{
	margin-top: 10px;
}

form#forgotpass{
	display: none;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 2rem;
}
.login-setup-section p{
	font-family: 'Roboto-Regular';
	color: #636363;
	font-size: 12px;
}
a#back {
	display:none;
	font-family: 'Roboto-Regular';
	text-align: right;
	color: #6fb43b;
	font-size: 13px;
	margin-top: 5px;
	position: absolute;
	bottom: 10px;
	z-index: 9;
}
.request-otp{
  font-family: 'Roboto-Medium';
  font-size: 15px;
  width: 100%;
  padding: 10px 8px;
  border: none;
  background: #6fb43b;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}
.resend-otp{
	font-family: 'Roboto-Regular';
	text-align: right;
	color: #6fb43b;
	font-size: 13px;
	margin-top: 5px;
}
.resend-otp:hover{text-decoration: none; color: #6fb43b;}
#verify-otp i.fa.fa-chevron-left{
	background: #6fb43b;
	color: #fff;
	padding: 9px;
	margin-bottom: 10px;
	align-items: center;
	border-radius: 4px;
}
.forgotpass{
  font-family: 'Roboto-Regular';
  text-align: right;
  color: #6fb43b;
  font-size: 13px;
  display: block;
}

.forgotpass:hover{
  color: #6fb43b;
  text-decoration: none;
}
.almember{
  font-family: 'Roboto-Regular';
  text-align: right;
  color: #636363;
  font-size: 13px;
  padding-top: 5px;
}
.almember a{
  font-family: 'Roboto-Regular';
  text-align: right;
  color: #6fb43b;
  font-size: 13px;
  padding-left: 5px;
}
.almember a:hover{
  color: #6fb43b;
  text-decoration: none;
}
ul.social-icons-account {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.social-icons-account li{display: inline-block;}
.social-icons-account a {
  width: 40px;
  padding: 12px 12px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  color: #636363;
  background-color: #e9eae6;
  font-size: 16px !important;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.social-icons-account a.google{
  background-color: #de2222;
  color: #fff;
}
.social-icons-account a.facebook{
  background-color: #3b5998;
  color: #fff;
}

.cd-locate {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.drop-toggle {
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.drop-toggle.toggle > input {
  display: none;
}

.drop-toggle > a::after, .drop-toggle.toggle > label::after {
  content: "";
  width: 0;
  height: 0;
  padding-left: 30px;
  background: url(https://grocerdel.com/assets/front/img/arrow.svg) 6px no-repeat;
  background-size: 16px;
}

.drop-toggle.locate.toggle {
  width: 100%;
  float: left;
  z-index: 3;
  display: none;
}

.drop-toggle ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  overflow: hidden;
  background: #fff;
}
.locate ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding:0;
  position: absolute;
  width: 350px;
  overflow: hidden;
  background: #fff;
  top: 59px;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.31);
}
.locate ul li a, .locate ul li a:visited {
  padding: 0 10px;
  color: #6fb43b;
  text-decoration: none;
  background: none !important;
  display: block;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
.locate a, .locate.toggle > label {
  padding: 0 10px;
  text-decoration: none;
  line-height: 48px;
  font-size: 14px;
  background: none;
  margin: 0;
  background-color: #fff;
  color: #636363;
  border-radius: 4px;
}
.locate.toggle > label::after {
  content: "";
  width: 0;
  height: 0;
  padding-left: 30px;
  background: url(https://grocerdel.com/assets/front/img/arrow_locate.svg) 6px no-repeat;
  background-size: 16px;
}
.locate a, .locate.toggle > label img{padding-bottom: 3px;width: 22px;}
.locate > input:checked ~ ul{overflow: initial;height: 250px}
.locate ul li:first-child::before{
  content: "";
  display: block;
  position: absolute;
  top:0;
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #FFF;
  margin: -10px 0 0 30px;
}


.drop-toggle.toggle > input:checked ~ ul li {
  background: #fff;
  text-align: left;
  height: 40px;
  /*border: 1px solid #6fb43b;*/
}
.drop-toggle.toggle > input:checked ~ ul li p{
  font-size: 14px;
  color: #636363;
  font-family: 'Roboto-Regular';
  padding: 10px 10px;
  text-align: left;
}

.drop-toggle ul li a{
	border-radius: 0;
}
.drop-toggle li {
  height: 0;
}
.drop-toggle.hover li {
  transition-delay: 300ms;
}

.drop-toggle.toggle > input:checked ~ label {
  background-color: #fff;
  color: #636363;
  border-radius: 4px;
}

.shopcategory-drop {
  display: inline-block;
  margin-right: 10px;
  position: initial !important;
  max-height: 100%;
  padding: 0;
  background: #fff;
  border-radius: 4px;
}
.shopcategory-drop:hover{
  background: #dcedcd;
}
.shopcategory-drop.toggle > input {
  display: none;
}

.shopcategory-drop ul {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.shopcategory-drop a.menu-toggle {
  color: #6fb43b;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 3.4;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
  font-family: 'Roboto-Medium';
}
/*.shopcategory-drop a.menu-toggle:after{
	content: "";
	display: block;
	position: absolute;
	bottom:0;
	height: 0;
	width: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	margin: -10px 0 0 30px;
	opacity: 0;
}
.show a.menu-toggle:after{opacity: 1}
*/
i.fa.fa-list-ul{display: inline;padding-left:10px}

.shopcategory-drop .menu-toggle:hover{color: #599829 !important; text-decoration: none !important;}

.shopcategory-drop li {
  height: 0;
  overflow: hidden;
  transition: all 500ms;
}
.shopcategory-drop.hover li {
  transition-delay: 300ms;
}

.shopcategory-drop.hover:hover li {          
  height: auto;
}




/* Megamenu */


.mega-submenu {
  float: right;
  margin-top: 10px;
}

.mega-dropdown-menu {
  top: 70px;
  left: 15px !important;
  position: absolute;
  right: 15px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  box-shadow:0 10px 14px 0 rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  white-space: normal;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mega-dropdown-menu .cs.cs-close{
  background: url(https://grocerdel.com/assets/front/img/close-popup.svg) center no-repeat;
  background-size: 16px;
  height: 16px;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 5;
  display: block;
}
.mega-dropdown-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.mega-dropdown-menu .menu-block {
  padding: 20px 20px 0;
  position: relative;
  height: 500px;
  overflow: auto;
  overflow-y: scroll;
  background:#fff;
  /*background-image: url(https://grocerdel.com/assets/front/img/cate-bg.png);*/
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 250px;
}

.mega-dropdown-menu .owl-item:nth-child(even) .menu-block {
  /*background-color: #f9f9f9;*/
  background:rgba(247, 239, 217, 0.35);
  /* background-image: url(https://grocerdel.com/assets/front/img/masala.png);*/
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 250px;
}

.mega-dropdown-menu .menu-title {
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 30px;
  position: relative;
  color: #242424;
  text-align: left;
  font-family: 'Roboto-Medium';
}
.mega-dropdown-menu .menu-title .light-font {
  color: #242424;
  text-align: left;
  position: relative;
  left: 0;
  top: 0;
  display: block;
  background: transparent;
  font-size: 14px;
}
.mega-dropdown-menu .menu-title::after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 80px;
  background: #242424;
}

.mega-dropdown-menu .sub-list {
  padding-left: 0;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: left;
}

.mega-dropdown-menu .sub-list > p {
  font-size: 13px;
}

.mega-dropdown-menu .sub-list > p a {
  position: relative;
  padding: 0;
  background: none;
  line-height: 2rem;
  color: #242424;
  text-decoration: none;
  border-radius: 4px;
  margin: 0;
  text-align: left;
  border: none;
}
.mega-dropdown-menu .sub-list > p a:hover {
  padding: 0 0 0 5px;
  transition: 1s;
  color: #599829
}

.mega-dropdown-menu .sub-list > p a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}

.mega-dropdown-menu .sub-list > p a:hover:before {
  -webkit-animation: bounceIn .5s;
  animation: bounceIn .5s;
}

.mega-dropdown-menu .title {
  font-size: 14px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: left;
  padding-top: 60px;
}

.mega-dropdown-menu .title > a {
  padding: 0;
  text-transform: uppercase !important;
  background: none;
  font-family: 'Roboto-Medium';
  font-weight: normal;
  color: #242424;
  text-align: left;
}

.mega-dropdown-menu .menu-img {
  position: relative;
  text-align: center;
}

.mega-dropdown-menu .menu-img img {
  width: 220px !important;
}

.mega-dropdown-menu .menu-toggle {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

.slider-mega-menu .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
  display: block !important;
}
.slider-mega-menu .owl-prev, .slider-mega-menu .owl-next{
  top:26px;
  bottom: auto;
  color: #fff;
  font-family: 'Roboto-Regular';
  text-transform: capitalize;
  padding: 1px 10px;
  font-size: 14px;
  background:transparent;
  border-radius: 4px;
  margin: 0 2px;
}
.slider-mega-menu .fa-scaret-right:before, .slider-mega-menu .fa-scaret-left:after{
  height: 40px;
  width: 40px;
  opacity: 1;
}
.slider-mega-menu .fa-scaret-left:before{
  left: -20px;
}
.slider-mega-menu .fa-scaret-right:before{
  right: -20px;
}

/*.slider-mega-menu:hover .fa-scaret-left:after, .slider-mega-menu:hover .fa-scaret-right:before{
  opacity: 1;
}*/
.slider-mega-menu .owl-prev{
  right: 50%;
  left: auto !important;
}
.slider-mega-menu .owl-next{
  left: 50%;
  right: auto !important;
}

/*  Megamenu */




@media only screen and (min-width: 991px) {
  #cd-cart-trigger {
    /* cart right margin on desktop */
    right: 0;
  }
}

#cd-cart-trigger a {
  position: relative;
  border-left: none;
  border-radius: 0 !important;
  color: #fff;
  margin: 0 0 0 -4px;
  padding: 0 0 0 22px;
  font-size: 14px;
}

#cd-cart {
  position: fixed;
  top: 0;
  /*height: 100%;*/
  width: 400px;
  padding-top: 100px;
  overflow-y: initial;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 9;
  padding: 0;
}



@media only screen and (min-width: 991px) {
  #cd-cart {
    padding-top: 0;
  }
}


.carousel-control-next-icon{
  background-image:url('https://grocerdel.com/assets/front/img/r-arrow.png') !important;
  background-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
}
.carousel-control-prev-icon{
  background-image:url('https://grocerdel.com/assets/front/img/l-arrow.png') !important;
  background-size: 50px !important;
  width: 50px !important;
  height: 50px !important;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{opacity: 1 !important}

#main-nav {
  left: -130%;
  background: #fff none repeat scroll 0 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 400px;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 100vh;
}
.nav-sidebar-header {
  color: #fff;
}

.nav-sidebar-header h3{
  background: #6fb43b;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: #fff;
  padding: 1em 1em;
}

.nav-sidebar-header .float-right {
  background:#ffffff;
  border-radius: 24px;
  color: #000;
  height: 30px;
  line-height: 25px;
  text-align: center;
  width: 30px;
  margin: -5px 0;
}
.nav-sidebar-header .float-right img {
  width: 13px;
  padding:9px 1px;
}

/*.nav-sidebar-menu:first-child{
  margin-top: 15px;
  }*/
  .nav-sidebar-menu:last-child{padding: 0;}
  .nav-sidebar-menu li a i.cs.cs-home, .nav-sidebar-menu li a i.cs.cs-user, .nav-sidebar-menu li a i.cs.cs-address, .nav-sidebar-menu li a i.cs.cs-order,
  .nav-sidebar-menu li a i.cs.cs-cart, .nav-sidebar-menu li a i.cs.cs-about, .nav-sidebar-menu li a i.cs.cs-help, .nav-sidebar-menu li a i.cs.cs-offer{
    width: 22px;
    height: 22px;
    display: inline;
  }
  i.cs.cs-home, i.cs.cs-user , i.cs.cs-address, i.cs.cs-order, i.cs.cs-cart, i.cs.cs-about, i.cs.cs-help, i.cs.cs-offer   {
    font-size: 20px;
    line-height: 0;
    margin-right: 5px;
    vertical-align: -3px;
  }
  .nav-sidebar-menu li a i.cs.cs-home{
    background: url(https://grocerdel.com/assets/front/img/home.svg) center center no-repeat;
    background-size: 22px;
  }
  .nav-sidebar-menu li a i.cs.cs-user{
    background: url(https://grocerdel.com/assets/front/img/login.svg) center center no-repeat;
    background-size: 22px;
  }
  .nav-sidebar-menu li a i.cs.cs-address{
    background: url(https://grocerdel.com/assets/front/img/address.svg) center center no-repeat;
    background-size: 24px;
    height: 24px;
  }
  .nav-sidebar-menu li a i.cs.cs-order{
    background: url(https://grocerdel.com/assets/front/img/order.svg) center center no-repeat;
    background-size: 22px;
  }
  .nav-sidebar-menu li a i.cs.cs-cart{
    background: url(https://grocerdel.com/assets/front/img/cart-menu.svg) center center no-repeat;
    background-size: 22px;
  }
  .nav-sidebar-menu li a i.cs.cs-offer{
    background: url(https://grocerdel.com/assets/front/img/offer.svg) center center no-repeat;
    background-size: 18px;
  }
  .nav-sidebar-menu li a i.cs.cs-help{
    background: url(https://grocerdel.com/assets/front/img/help.svg) center center no-repeat;
    background-size: 22px;
  }
  .nav-sidebar-menu li a i.cs.cs-about{
    background: url(https://grocerdel.com/assets/front/img/about.svg) center center no-repeat;
    background-size: 22px;
  }


  #main-nav.speed-in {
    left: 0;
    top: 0;
  }
  #main-nav ul li{
    line-height:45px;
    vertical-align: middle;
    /*border-bottom: 1px solid #E6E6E6;*/
  }
  #main-nav ul a {
    display: block;
    padding: 0 1em;
    font-size: 14px;
    color: #242424;
    font-family: 'Roboto-Regular'
  }
  #main-nav ul a i{
    padding-right: 1em;
    color: #808080;
  }
  #main-nav ul a:hover{
    text-decoration: none;
  }

  #main-nav .nav-sidebar-header label{
    font-size: 14px;
    color: #A1A1A1;
    font-family: 'Roboto-Regular';
    line-height: 50px;
    padding: 0 1em;
    background: #f9f9f9;
    width: 100%;
    margin: 15px 0;
  }


  @media only screen and (min-width: 991px) {
    #main-nav {
      display: none;
    }
  }


  .cart-btn .cart-value {
    background: #254671 none repeat scroll 0 0;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 500;
    height: 18px;
    left: 1px;
    line-height: 17px;
    min-width: 18px;
    position: absolute;
    top: -13px;
    color: #ffffff;
    font-family: 'Roboto-Medium';
  }


  /* cart sidebar */

  .toggled .cart-sidebar {
    right: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .cart-sidebar {
    background: #fff none repeat scroll 0 0;
    overflow: auto;
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
    z-index: 99;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100vh;
    
  }

  .cart-sidebar-header {
    background: #6fb43b none repeat scroll 0 0;
    color: #fff;
    height: 60px;
    position: absolute;
    z-index: 1;
    width: 100%;
  }

  #cd-cart-trigger a {
    background: url("https://grocerdel.com/assets/front/img/cart.svg") no-repeat left center;
    background-size: 20px;
    text-decoration: none;
  }

  .cart-sidebar-header h3{
    display: block;
    position: relative;
    padding: 20px 1rem;
    font-size: 16px;
    font-family: 'Roboto-Medium';
  }
  .cart-sidebar-header .text-success{
    font-size: 14px;
    font-family: 'Roboto-Regular';
    color:#fff !important;
  }
  .cart-sidebar-header .float-right {
    background:#fff;
    border-radius: 24px;
    color: #000;
    height: 30px;
    line-height: 25px;
    text-align: center;
    width: 30px;
    margin: -5px 0;
  }
  .cart-sidebar-header .float-right img {
    width: 13px;
    padding:9px 1px;
  }

  .cart-list-product {
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    padding: 14px 0;
    position: relative;
  }
  .resultDiv{padding: 15px 15px 0;box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.25); border-top-left-radius:0 !important; border-top-right-radius:0 !important;}
  .cart-list-product:last-child{border-bottom: none;}
  .cart-sidebar-body {
  /*overflow-y: scroll;
  top: 60px;
  width: 100%;
  position: absolute;
  bottom: 165px;
  padding: 0 1em !important;*/
  overflow-y: auto;
  overflow: scroll;
  top: 60px;
  width: 100%;
  position: absolute;
  bottom: 205px;
  padding: 0 1em !important;
}
.cart-list-product span.p-img{
  background: #F3F3F3;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-top;
  float: left;
  border-image: none;
  height: 75px;
  margin: 2px 15px 0 0;
  object-fit: scale-down;
  width: 75px;
  overflow: hidden;
  border: 1px solid #F3F3F3;
}

.cart-list-product img {
  display: inline-block;
  padding: 6px 0;
  margin: 0;
  height: 70px;
}
.p-name-price{
  float: left;
  display: block;
  padding:0;
  line-height: 20px;
  width: 60%;i
}
.order-cancelled{
  color: #ba0f0f;
  font-family: 'Roboto-Medium';
  font-size: 13px;
  position: absolute;
  top: 14px;
  right: 10px;
  margin: 0;
  text-transform: uppercase;
}
.order-Delivered{
  color: #6fb43b;
  font-family: 'Roboto-Medium';
  font-size: 13px;
  position: absolute;
  top: 14px;
  right: 10px;
  margin: 0;
  text-transform: uppercase;
}
.order-pending{
  color: #ba950f;
  font-family: 'Roboto-Medium';
  font-size: 13px;
  position: absolute;
  top: 14px;
  right: 10px;
  margin: 0;
  text-transform: uppercase;
}
.cart-list-product h2{
  font-size: 16px;
  color: #242424;
  font-family: 'Roboto-Medium';
  display: block;
  padding: 6px 0 4px;
}
.offer-price{
  color: #6fb43b;
  font-size: 14px;
  display: block;
  padding: 0 0 2px 0;
  font-family: 'Roboto-Medium';
}
span.regular-price {
  color: #A1A1A1;
  text-decoration: line-through;
  padding: 0 0px 0 5px;
  font-family: 'Roboto-Regular';
}
.cart-list-product h6{
  font-size: 13px;
  color: #636363;
  font-family: 'Roboto-Regular';
  display: inline-flex;
  font-style: normal;
  font-weight: normal;
  padding:0;
  max-width: 135px;
}
.cart-list-product h2 a{
  text-decoration: none;
  color: #242424;
  font-family: 'Roboto-Medium';
  font-size: 12px;
  width: 100%;
  display: block;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  
}
.cart-sidebar-body h2 a{max-width: 135px;}
.remove-cart {
  position: absolute;
  right: 18px;
  top: 12px;
}
.cart-list-product .badge {
  background: #E3F6D6 none repeat scroll 0 0;
  border: 1px solid #6fb43b;
  border-radius: 2px;
  color: #489119;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 6px;
}



/*input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}
*/
input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}


.qty-cart-slidebar {
  float: right;
  position: absolute;
  top: 30%;
  right: 0;
}
.input-group input[type='button'] {
  border:1px solid #6fb43b;
  background: none;
  min-width: 30px;
  width: auto;
  transition: all 300ms ease;
  border-radius: 100%;
  color: #6fb43b;
  height: 30px;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 30px;
  padding: 0;
  width: 30px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 30px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  resize: vertical;
  border: none;
  background: none;
  font-family: 'Roboto-Regular'
}

.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}



.cart-sidebar-footer{
  border-top: 10px solid #F3F3F3;
  position: absolute;
  min-height: 70px;
  /*max-height: 166px;*/
  bottom: 0;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 9;
}


.cart-store-details p{
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color:#636363;
  padding: 3px 0;
}
.cart-store-details p strong{
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: #6fb43b;
  font-weight: normal;
}
.cart-store-details .total-space{
  margin-bottom: 18px;
  margin-top: 18px;
  width: 100%;
  display: block;
  padding: 0 1em;
}
.cart-store-details h6{
  font-size: 14px;
  font-family: 'Roboto-Medium';
  color:#636363;
  padding: 18px 1em;
  border-top: 1px solid #F3F3F3;
  text-transform: capitalize;
}
.cart-store-details h6 strong{
  font-size: 14px;
  font-family: 'Roboto-Medium';
  color:#6fb43b;
  font-weight: normal;
}
.cart-sidebar-footer button{
  background: #6fb43b;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  border-radius: 0;
  padding: 20px 1em;
}

.cart-sidebar-footer .checkout-btn .prd-chek {
  color: #FFF;
  font-family: 'Roboto-Regular';
  text-align: left;
  font-size: 15px;
}

.cart-sidebar-footer .checkout-btn .final-price{
  color: #FFF;
  font-family: 'Roboto-Medium';
  text-align: right;
  font-size: 15px;
}
.cart-sidebar-footer .checkout-btn span.fa.fa-chevron-right{
  font-size: 12px;
  padding-left: 10px;
}

#cd-cart {
  right: -130%;
  background: #FFF;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  transition: right 0.3s;
}
#cd-cart.speed-in {
  right: 0;
  top: 0;
}
#cd-cart > * {
  padding: 0;
}

#cd-cart .cd-cart-items {
  padding: 0;
}
#cd-cart .cd-cart-items li {
  position: relative;
  padding: 1em;
  border-top: 1px solid #e0e6ef;
}

.no-touch #cd-cart .cd-item-remove:hover {
  background-color: #e0e6ef;
}
#cd-cart .cd-cart-total {
  padding-top: 1em;
  padding-bottom: 1em;
}
#cd-cart .cd-cart-total span {
  float: right;
}
#cd-cart .cd-cart-total::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}




@media only screen and (min-width: 991px) {
  #cd-cart > * {
    padding: 0;
  }
  #cd-cart .cd-cart-items li {
    padding: 1em 2em;
  }
  #cd-cart .cd-item-remove {
    right: 2em;
  }
}


#cd-shadow-layer.is-visible {
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
#cd-shadow-layer {
  position: fixed;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 9;
  display: none;
}


.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #262626;
  height: 70px;
  width: 70px;
}

@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    /*padding: 70px 0 15px;*/
  }

  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 1200px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}


.top-categories-search form{margin: 0;}
.top-categories-search .form-control {
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 13px;
  height: 48px;
  min-width:500px;
  display: inline-block;
}
@media (min-width: 1400px){
  .top-categories-search .form-control { min-width:700px;}
}

.form-control-select, .select2-container {
  width: 168px !important;
}
.select2-selection.select2-selection--single {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #ececec -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-radius: 2px 0 0 2px;
  border-style: none solid none none;
  border-width: medium 1px medium medium;
  height: 38px;
}
.select2-container .select2-selection--single {
  height: 35px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px;
  width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  line-height: 36px;
  padding: 0 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
}
.input-group-btn {
  outline: 0;
  float: right;
  border-radius: 4px;
}
.search-group{
  display: flex;
  height: auto;
  border-bottom: none;
  color: #6fb43b;
  width: 100%;
}

.search .input-group-btn > .textbox {
  outline: 0;
  height: 48px;
  width: 400px;
  line-height: 42px;
  padding: 0 16px;
  background-color:#fff;
  color: #CECECE;
  border: 0;
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-group-btn > .textbox:focus {
  outline: 0;
  background-color: #FFF;
}

.input-group-btn > .button {
  outline: 0;
  background: none;
  background-color: #599829;
  float: left;
  height: 48px;
  width: 52px;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #636363;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0  4px 4px 0;
  border-radius: 0  4px 4px 0;
}

div#match-list {
  display: table-caption;
}
.input-group-btn > .button:hover {
  background-color:#599829;
}
.cs-search:before{
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background: url("https://grocerdel.com/assets/front/img/search.svg") no-repeat 0 0;
  background-size: 100%;

}
.myaccount li a, .myaccount li a:visited {
  padding: 10px 20px;
  color: #fff;
  background: none;
  text-decoration: none;
}

.myaccount li ul.click li a {
  padding: 10px 20px;
  color: #242424;
  text-decoration: none;
}

.myaccount li a:not(:only-child):after, .myaccount li a:visited:not(:only-child):after{
  padding-left: 30px;
  content: '';
  background: url(https://grocerdel.com/assets/front/img/arrow-w.svg) 6px no-repeat;
  background-size: 16px;
}



/* category */


.cd-category-section{
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cd-category img{width: 80px}
.cd-category-section .cd-col-bg-1 {
  background: url(https://grocerdel.com/assets/front/img/g1.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 130px;
  display: table;
  width: 100%;
}
.cd-category {
  display: table-cell;
  vertical-align: middle;
}

.cd-category-section .cd-col-bg-2 {
  background: url(https://grocerdel.com/assets/front/img/g2.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 130px;
  display: table;
  width: 100%;
}
.cd-category-section .cd-col-bg-3 {
  background: url(https://grocerdel.com/assets/front/img/g3.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 130px;
  display: table;
  width: 100%;
}
.cd-category-section .cd-col-bg-4 {
  background: url(https://grocerdel.com/assets/front/img/g4.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 130px;
  display: table;
  width: 100%;
}
.cd-category-section .cd-col-bg-5 {
  background: url(https://grocerdel.com/assets/front/img/g5.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 130px;
  display: table;
  width: 100%;
}
.cd-category-section .cd-col-bg-6 {
  background: url(https://grocerdel.com/assets/front/img/g6.png) no-repeat center center;
  background-size: cover;
  padding: 0;
  vertical-align: middle;
  text-align: center;
  height: 130px;
  display: table;
  width: 100%;
}

.cd-category-section .cd-col-bg-1:hover, .cd-category-section .cd-col-bg-2:hover, 
.cd-category-section .cd-col-bg-3:hover, .cd-category-section .cd-col-bg-4:hover, 
.cd-category-section .cd-col-bg-5:hover, .cd-category-section .cd-col-bg-6:hover{
  /*box-shadow: 8px 7px 0px 0 rgba(82, 186, 15, 0.15);*/
  box-shadow: 1px 0 22px -15px rgba(0, 0, 0, 0.78);
  transition-duration: 0.5s;
}
.cd-category span,
.cd-category span:visited,
.cd-category span:hover {
  color: #242424;
  font-size: 14px;
  font-family:'Roboto-Medium';
  text-decoration: none;
  text-transform: uppercase;
}

.cd-offers-section{
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;  
  display: flex;
}

@media (min-width: 1400px){ 
  .cd-offers-section .container-fluid, .cd-category-section .container-fluid{
    width: 100%;
    max-width: 1366px
  }
}

.cd-offer-first{position: relative;}
/*.cd-offer-first a{
  text-decoration: none;
  background: #65aa38;
  color: #fff;
  width: 150px;
  margin-top: 20px;
  position: absolute;
  top: 50%;
  left: 25px;
  text-align: center;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1rem;
  text-transform: uppercase;
  box-shadow: 7px 6px 0px rgba(101, 170, 56, 0.15);
  z-index: 1;
}
.cd-offer-first a:hover{
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 7px 6px 0px rgba(101, 170, 56, 0.25);
  transition: 0.5s;
  background: #55942c;
  }*/
  .beffect:hover::after {
    opacity: 0;
    height: 85%;
  }
  .beffect::after {
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,.2) none repeat scroll 0 0;
    height: 0;
    transition: all 700ms ease-in-out 0s;
    width: 100%;
  }
  .cd-offer-second{position: relative;}
/*.cd-offer-second a{
  text-decoration: none;
  background: #4E66B4;
  color: #fff;
  width: 150px;
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  text-align: center;
  transform: translate(-50%, 0);
  padding: 12px 0;
  font-size: 15px;
  line-height: 1rem;
  text-transform: uppercase;
  box-shadow: 7px 6px 0px rgba(78, 102, 180, 0.15);
  z-index: 1;
}
.cd-offer-second a:hover{
  text-decoration: none !important;
  color: #fff !important;
  box-shadow:7px 6px 0px rgba(78, 102, 180, 0.25);
  transition: 0.5s;
  background: #41569c;
  }*/

  .cd-offer-third{position: relative; margin-top: 0;}
  .cd-offer-third a{
    text-decoration: none;
    background: none;
    color: #fff;
    width: auto;
    margin-top: 20px;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    line-height: 1rem;
    box-shadow: none;
    text-transform: uppercase;
    border-bottom: 2px solid #5d3a0d;
  }
  .cd-offer-third a:hover{
    text-decoration: none !important;
    color: #fff !important;
    box-shadow: none;
    transition: .5s;
    background: none;
    font-size: 14px;
  }
  .cd-offer-four{position: relative;}
/*.cd-offer-four a{
  text-decoration: none;
  background: #4a493f;
  color: #fff;
  width: 150px;
  margin-top: 20px;
  position: absolute;
  bottom:25px;
  right:25px;
  text-align: center;
  padding: 12px 0;
  font-size: 15px;
  line-height: 1rem;
  text-transform: uppercase;
  box-shadow: 7px 6px 0px rgba(101, 170, 56, 0.15);
  z-index: 1;
}
.cd-offer-four a:hover{
  text-decoration: none !important;
  color: #fff !important;
  box-shadow: 7px 6px 0px rgba(101, 170, 56, 0.25);
  transition: 0.5s;
  background: #2b2b27;
  }*/

  .cd-offer-five{position: relative;}
  .cd-offer-five a{
    text-decoration: none;
    background: none;
    border-bottom: 2px solid #ec4b4b;
    color: #ec4b4b;
    width: auto;
    text-align: center;
    padding-bottom: 5px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 1rem;
    box-shadow: none;
    text-transform: uppercase;
    font-family: 'Roboto-Medium';
    display: inline-block;
  }
  .cd-offer-five a:hover{
    text-decoration: none;
    color: #ec4b4b;
    transition: .5s;
    font-size: 14px;
  }
  .cd-offer-six{position: relative;}
  .cd-offer-six a{
    text-decoration: none;
    background: none;
    border-bottom: 2px solid #ee1c1c;
    color: #fff;
    width: auto;
    margin-top: 20px;
    text-align: center;
    padding: 12px 0;
    font-size: 15px;
    line-height: 1rem;
    box-shadow: none;
    text-transform: uppercase;
    color: #254671 ;
    font-family: 'Roboto-Medium'
  }
  .cd-offer-six a:hover {
    text-decoration: none !important;
    box-shadow: none;
    color: #254671;
    transition: .5s;
    background: none;
    font-size: 14px;
  }

  .cd-offer-five, .cd-offer-six{
    margin-top: 0;
    background: #fff;
    height: 300px;
    border: 1px solid #e2e2e2;
  }

  .cd-offer-first img, .cd-offer-second img, .cd-offer-third img, .cd-offer-four img, .cd-offer-five img, .cd-offer-six img{
    max-width: 100%;
    /* width: 100%; */
    max-height: 270px;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    display: block;
  }

  .product-showcase{
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 25px;
    box-shadow:none;
    z-index: 1;
  }
  .product-showcase h2{
    font-size: 30px;
    color: #fff;
    padding-bottom: 30px;
    font-family: 'Roboto-Medium';
    text-transform: capitalize;
    letter-spacing: 2;
  }
  .product-showcase-sutainable{
    position: absolute;
    top: 30px;
    bottom: auto;
    left: 25px;
    box-shadow:none;
    z-index: 1;
  }
  .product-showcase-sutainable h2{
    font-size: 30px;
    color: #254671;
    padding-bottom: 30px;
    font-family: 'Roboto-Medium';
    text-transform: capitalize;
    letter-spacing: 2;
    text-align: left;
  }
  .product-showcase-local{
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    box-shadow: none;
    z-index: 1;
    background:#f1f1f1;
    width: 100%;
    padding: 15px 15px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.18);
  }
  .product-showcase-local h2{
    font-size: 18px;
    color: #254671;
    padding-bottom: 0;
    font-family: 'Roboto-Medium';
    text-transform: capitalize;
    letter-spacing: 1;

  }


  /**************************************/


  .cd-topsavers-section{
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #f2f7f2 url(https://grocerdel.com/assets/front/img/topsavers-bg.png) top right no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;  
  }
  .cd-topsavers-section h2{
    font-family: 'Roboto-Bold';
    color: #254671;
    font-size: 25px;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
  }
  .cd-topsavers-section h2 p {
    font-family: 'Roboto-Medium';
    color: #ed1c24;
    font-size: 18px;
    padding-top: 8px;
  }
  .cd-topsavers-section h2:after {
    content: '';
    background: url(https://grocerdel.com/assets/front/img/topsavers-ico.svg) top center no-repeat;
    background-size: 70px;
    height: 30px;
    display: block;
    margin-top: 10px;
  }
  .testimonial1 {
    text-align: center;
    position: relative;
    border: 1px solid #e2e2e2;
    padding: 20px 10px;
    background: #fff;
  }
  .testimonial1 form{margin: 0}
  .newpros {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background-color: #6fb43b;
    writing-mode: vertical-rl;
    padding: 5px 4px 5px 4px;
    z-index: 2;
  }
  .newpros::before {
    position: absolute;
    bottom: -10px;
    content: "";
    border-left: 5px solid #6fb43b;
    border-top: 5px solid #6fb43b;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 0;
  }
  .newpros::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    content: "";
    border-right: 5px solid #6fb43b;
    border-top: 5px solid #6fb43b;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
  }

  .cd-topsavers-section a.viewall{
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    color: #ffffff;
    margin: 0 auto;
    position: relative;
    top: 40px;
    font-family: 'Roboto-Medium';
    text-decoration: none;
    border: 1px solid #254671;
    padding: 10px 0;
    background: #254671;
    width: 150px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.36);
  }

  .cd-topsavers-section a.viewall:hover{
    color: #fff;
    border: 1px solid #489119;
    background: #489119;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.36);
  }

  .fa-ccaret-right:before{
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    background: url(https://grocerdel.com/assets/front/img/r-arrow.png) no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    content: '';
    position: absolute;
    opacity: 0.5;
  }

  .cd-blockbuster:hover .fa-ccaret-right:before, #testimonial-slider:hover .fa-ccaret-right:before{
    opacity: 1;
   /*  right: 0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;*/
  }

  .fa-ccaret-left:after{
    top: 50%;
    transform: translateY(-50%);
    left:-30px;
    background: url(https://grocerdel.com/assets/front/img/l-arrow.png) no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    content: '';
    position: absolute;
    opacity:0.5;
  }
  .cd-blockbuster:hover .fa-ccaret-left:after, #testimonial-slider:hover .fa-ccaret-left:after{
    opacity: 1;
    /* left: 0;
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;*/
  }
  #testimonial-slider:hover .fa-scaret-left:after, #testimonial-slider:hover .fa-scaret-right:before{
  	opacity: 1;
  }
  .testimonial1 .icon {
    display: inline-block;
    font-size: 80px;
    color: #016d9b;
    margin-bottom: 20px;
    opacity: 0.6;
  }

  .testimonial1 .testimonial-content {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
  }
  .testimonial1 .add-to-cart, .testimonial1 .qty-cart-add{margin-top: 12px;}
  .testimonial1 .pic {
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    height: 130px;
    width: 130px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    border: 1px solid #F3F3F3;
    background: #fbfbfb;
  }
  .pic-a{
    background:#F7EFD9;
  }
  .pic-b{
    background: #E6D6CA;
  }
  .pic-c{
    background: #B6DB98;
  }
  .pic-d{
    background: #FAF0F4;
  }
  .pic-e{
    background: #DEE8F4;
  }


  .testimonial1 .pic img {
   /* padding: 26px 0;*/
   margin: 0 auto;
   width: 100%;
   height: auto;
   min-width: 100%;
   vertical-align: middle;
   margin: 0 auto;
   position: absolute;
   top: 50%;
   left: 0;
   right: 0;
   transform: translateY(-50%);
 }
 .product-offer {
  font-family: 'Roboto-Regular';
  color: #242424;
  font-size: 12px;
  background: #fff;
  border: 1px solid #242424;
  position: absolute;
  padding: 2px 6px;
  z-index: 11;
  border-radius: 4px;
  line-height: normal;
  box-shadow: 1px 1px 6px #a7a7a7;
  top: 30px;
  left: 15px;
}


.product-name{
  font-family: 'Roboto-Regular';
  width: 100%;
  float: left;
  padding: 10px 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  word-break: break-all;
  height: 4em;
}
.product-name a{
  font-family: 'Roboto-Regular';
  text-decoration: none;
  color: #242424;
  font-size: 14px;
  width: 100%;
  float: left;
  display: block;
  padding: 10px 5px 0;
}
.product-name a:hover, .product-name a:active, .product-name a:focus{
  color: #242424;
  text-decoration: none;
}

.testimonial-content p.product-price{
  font-family: 'Roboto-Medium';
  color: #489119;
  font-size: 16px;
  padding-top: 5px;
  display: block;
  width: 100%;
  float: left;
}
.product-price-old{
  font-family: 'Roboto-Regular';
  color: #636363;
  font-size: 14px;
  text-decoration: line-through;
  padding-left: 6px;
}
.add-to-cart {
  border: 1px solid #6fb43b;
  border-radius: 4px;
  font-family: 'Roboto-Medium';
  color: #6fb43b;
  font-size: 14px;
  width: 100%;
  max-width: 200px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  text-align: center;
  padding: 0;
  vertical-align: bottom;
}
.cd-left-sidebar .add-to-cart{display: block;  margin: 12px auto 0;}
.add-to-cart:hover{
  background: #fff;
}
.add-to-cart img.add {
  background: #6fb43b;
  height: 100%;
  width: 40px !important;
  padding: 0 10px;
  display: inline-block !important;
  float: left;
}
.product-weight{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.5);
  outline: none;
  display: inline-block;
  background:url(https://grocerdel.com/assets/front/img/arrow.svg);
  background-position: calc(100% - 10px) 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  transition: all .3s ease-in-out;
  border: 1px solid #6fb43b;
  border-radius: 4px;
  color: #6fb43b;
  font-size: 13px;
  width: 100%;
  height: 25px;
  padding: 0 2em 0 0.8em;
  margin-top: 10px;
  max-width: 200px;

/*  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;*/
}

.cd-blockbuster-section{
  width: 100%;
  float: left;
  padding-bottom: 40px;
  display: block;
  text-align: center;
  position: relative;
}
.design-b {
  position: absolute;
  left: 0;
  bottom:0;
  object-fit: scale-down;
  transform: scale(1);
  transition-duration: 0.4s;
}
.design-b1 {
  position: absolute;
  right: 0;
  top: -20%;
  object-fit: scale-down;
  transform: scale(1);
  transition-duration: 0.4s;
  z-index: -1;
}
.design-b1 img{
  width: 250px
}
.design-masala {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}
.design-masala:before {
  content: '';
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}

.design-masala:after {
  content: '';
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.design-masala img {
  width: 280px;
  border: 1px solid #e2e2e2;
  padding: 30px;
  border-radius: 100px;
  background: #ffffff;
}
.design-b img{
  width: 250px
}
.ic-left-bg{
  width: 280px;
  border: 1px solid #e2e2e2;
  padding: 30px;
  border-radius: 100px;
  background: #ffffff;
}

.ic-cool2 {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
}

.ic-cool2:before {
  content: '';
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
}
.ic-cool2:after {
  content: '';
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}


.cd-blockbuster-section h2{
  font-family: 'Roboto-Bold';
  color: #254671;
  font-size: 25px;
  text-align: center;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.cd-blockbuster-section h2:after {
  content: '';
  background: url(https://grocerdel.com/assets/front/img/topsavers-ico.svg) top center no-repeat;
  background-size: 70px;
  height: 30px;
  display: block;
  margin-top: 10px;
}

.blockbuster-bbo-A {
  background: #CEDD6F;
  height: 320px;
  border: 2px solid #BFCF5C;
}
.blockbuster-bbo-B {
  background: #FA8B80;
  height: 320px;
  border: 2px solid #E5786D;
}
.blockbuster-bbo-C {
  background: #FBD746;
  height: 320px;
  border: 2px solid #E6C22F;
}
.blockbuster-bbo-D {
  background: #BCA88C;
  height: 320px;
  border: 2px solid #AE9778;
}
.itemqty{
  font-size: 12px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  text-align: center;
  padding: 6px 0;
  width: 72px;
  margin-bottom: 5px;
}
.itemqty-a{
  background: #CEDD6F;
  color: #5D671E;
}
.itemqty-b{
  background: #FA8B80;
  color: #A74C43;
}
.itemqty-c{
  background: #FBD746;
  color: #987D11;
}
.itemqty-d{
  background: #BCA88C;
  color: #826A48;
}
.bbo img {
  width: 190px !important;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bbo h3{
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 20px;
  font-family: 'Roboto-Medium';
}
.bbo a:hover{
  text-decoration: none;
}
.bbo p{
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding:0;
  font-family: 'Roboto-Medium';
}
.divide-odd{
  border: 1px solid #242424;
  display: block;
  width: 20px;
  margin: 10px auto;
}
.divide-even{ 
  border: 1px solid #fff;
  display: block;
  width: 20px;
  margin: 10px auto;
}

.bbo.text-blk h3, .bbo.text-blk p{
  color: #242424;
}
.bbo.text-white h3, .bbo.text-white p{
  color: #fff;
}

.cd-blockbuster-section a.viewall{
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #254671;
  margin: 0 auto;
  position: relative;
  top:40px;
  font-family: 'Roboto-Medium';
  text-decoration: none;
  border: 1px solid #254671;
  padding: 10px 0;
  background: #f2f7f2;
  width: 150px;
}

.cd-blockbuster-section a.viewall:hover{
  color: #fff;
  border: 1px solid #489119;
  background: #489119;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
}




.s_payment_method{margin-top: 20px;}
.s_payment_method h2{
  font-size: 16px;
  font-family: 'Roboto-Regular';
  color: #242424;
  background: #E2E2E2;
  padding: 12px 15px;
}
.s_payment_method .rdio {
  position: relative;
  padding:15px;
}
.s_payment_method .rdio:hover {
  background: #fcfcfc;
}
.s_payment_method .rdio .payimg{
  float: left;
  display: inline-block;
  padding-right: 10px;
}
.s_payment_method .rdio h3{
  font-size: 14px;
  color: #242424;
  font-family: 'Roboto-Medium';
}
.s_payment_method .rdio p {
  color: #636363;
  font-size: 12px;
  font-family: 'Roboto-Regular';
  width: 210px;
  max-width: 100%;
  display: table-cell;
  padding: 2px 0 6px;
}
.s_payment_method .rdio:last-child{border:1px solid #e2e2e2;}
.s_payment_method .rdio input[type='radio'].payradio {
  opacity: 0;
  float: right;
}
.s_payment_method .rdio label {
 cursor: pointer;
 margin: 0 !important;
 width: 100%;
 position: relative;
}

.s_payment_method .rdio label:before {
 width: 24px;
 height: 24px;
 position: absolute;
 top: 5px;
 right: 0;
 content: '';
 display: inline-block;
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
 border: 2px solid #53B32B;
 background: #fff;
}
.s_payment_method .rdio input[type='radio'].payradio{
  margin: 0px;
}
.paydisabled{background: #fcfcfc; }
.s_payment_method .rdio input[type='radio'].payradio:disabled + label {
  cursor: auto;
}
.s_payment_method .rdio input[type='radio'].payradio:disabled + label:before {
  background-color: #e2e2e2;
  border: 2px solid #e2e2e2;
}
.s_payment_method .rdio input[type='radio'].payradio:checked + label::after {
 content: '';
 position: absolute;
 top: 10px;
 right: 5px;
 display: inline-block;
 font-size: 11px;
 width: 14px;
 height: 14px;
 background-color: #53B32B;
 -moz-border-radius: 50px;
 -webkit-border-radius: 50px;
 border-radius: 50px;
}


.s_payment_method .rdio-primary input[type='radio'].payradio:checked + label:before {
  border-color: #53B32B;
}
.s_payment_method .rdio-primary input[type='radio'].payradio:checked + label::after {
  background-color: #53B32B;
}

/*end payment CSS */

 .cd-payment-section {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
  }
  .paym_img img{width: 370px}
  .paym_detail h2{
    font-family: 'Roboto-Bold';
    color: #254671;
    font-size: 30px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 15px;
  } 
  .paym_detail p{
    font-family: 'Roboto-Medium';
    color: #636363;
    font-size: 18px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    max-width: 50%;
    text-align: center;
    margin: 0 auto !important;
  }
  .paym_detail .paym_btn{
    font-family: 'Roboto-Medium';
    color: #fff;
    font-size: 15px;
    padding: 10px;
    display: block;
    text-align: center;
    border: none;
    text-transform: uppercase;
    background: #6FB43B;
    margin: 0 auto;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .paym_detail .paym_btn:hover{
    background: #489119;
  }
  .paym_detail a{
    font-family: 'Roboto-Medium';
    color: #6FB43B;
    font-size: 18px;
    padding-top: 10px;
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 2px solid #6FB43B;
    text-decoration: none;
  }

  .paym_detail a:hover{
    text-decoration: none;
    color: #489119;
    border-bottom: 2px solid #489119;
    transition-duration: 0.5s;
    padding-bottom: 2px;
  }

.cd-exclusive-section{
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f2f7f2 url(https://grocerdel.com/assets/front/img/First-scroll-carousel.png) bottom left no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;  
}
.cd-exclusive-section h2{
  font-family: 'Roboto-Bold';
  color: #254671; 
  font-size: 25px;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.cd-exclusive-section h2 p{
  font-family: 'Roboto-Medium';
  color: #ed1c24;
  font-size: 18px;
  padding-top: 8px;
}
.cd-exclusive-section h2:after {
  content: '';
  background: url(https://grocerdel.com/assets/front/img/topsavers-ico.svg) top center no-repeat;
  background-size: 70px;
  height: 30px;
  display: block;
  margin-top: 10px;
}

.cd-exclusive-section a.viewall{
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #ffffff;
  margin: 0 auto;
  position: relative;
  top: 40px;
  font-family: 'Roboto-Medium';
  text-decoration: none;
  border: 1px solid #254671;
  padding: 10px 0;
  background: #254671;
  width: 150px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.36);
}

.hide_lat_lng{
  display: none;
}
.cd-exclusive-section a.viewall:hover{
  color: #fff;
  border: 1px solid #6fb43b;
  background: #6fb43b;
  -webkit-transition: all .8s ease-out;
  -moz-transition: all .8s ease-out;
  -ms-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.36);
}

/******************************/


.cd-store-section {
  width: 100%;
  float: left;
  /*background: url(https://grocerdel.com/assets/front/img/bg-grocery.svg) top left;*/
  background-size: 100%;
}
.cd-store-section h2{
  font-family: 'Roboto-Bold';
  color: #254671;
  font-size: 25px;
  text-align: center;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.cd-store-section h2:after {
  content: '';
  background: url(https://grocerdel.com/assets/front/img/topsavers-ico.svg) top center no-repeat;
  background-size: 70px;
  height: 30px;
  display: block;
  margin-top: 10px;
}
.product-brand{ padding-top: 60px; padding-bottom: 60px;}
.organic-prod {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 0;
  text-align: center;
  position: relative;
  height: 150px;
  width: 150px;
  background: #fff;
  overflow: hidden;
}
.organic-prod img{width: 100%;}
.organic-prod:hover{
  box-shadow: 1px 8px 11px #dadada;
  transition-duration: 1s;
}
.anim-prd:hover:after {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.anim-prd::after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin: auto;
  vertical-align: middle;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-65px);
  -webkit-transform: translateX(-65px);
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  /*background: #6fb43b;*/
}
/*.organic-prod:hover {
  border: 2px solid #6fb43b;
  transition: 0.3s ease;
}
*/
.organic-prod:before {
  border: 2px solid transparent;
  border-radius: 10px;
  bottom: -1px;
  content: "";
  z-index: -2;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
.organic-prod .divider {
  background-color: #eee;
  display: block;
  height: 2px;
  margin: 30px auto 15px;
  width: 40px;
}
.cd-store-section .title-1{
 font-size: 15px;
 font-weight: 100;
 color: #242424;
 text-transform: uppercase;
 text-align: center;
 font-family: 'Roboto-Medium';
 display: block;
 padding-bottom: 10px;
}
.cd-store-section .title-1 .light-font{
  color: #242424
} 
.cd-store-section .title-1{
  color: #6fb43b;
  text-decoration: none;
} 
.cd-store-section .organic-prod p{
  color: #242424;
  text-decoration: none;
  font-size: 14px;
}
.bigorder {
  padding: 0 0 0 10px;
}

.bigbnr{
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #efefef;
  border-radius: 10px;
}
.sec-space-top {
  position: relative;
}
/*.sec-space-top .middle-prd {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    }*/
    .sec-space-top .middle-prd a:hover{
      text-decoration: none;
    }





    /**************************/


    .cd-product-store {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
    }
    .cd-productone{
      background: #e8f7ff;
      border-radius: 4px;
      float: right;
      padding: 20px 0 0;
      width: 200px;
      text-align: center;
      margin-right: 15px;
    }
    .cd-productone a{
      display: block;
      background: #316DAA;
      padding: 6px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      color: #fff;
      font-size: 12px;
      font-family:'Roboto-Regular';
      text-decoration: none;
    }
    .cd-productone a:hover, .cd-productone a:active{text-decoration: none; color: #fff}
    .cd-producttwo a:hover, .cd-producttwo a:active{text-decoration: none; color: #fff}
    .cd-producttwo{
      background: #F3FFE8;
      border-radius: 4px;
      padding: 20px 0 0;
      width: 200px;
      text-align: center;
      margin-left: 15px;
    }
    .cd-producttwo a{
      display: block;
      background: #6fb43b;
      padding: 6px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      color: #fff;
      font-size: 12px;
      font-family:'Roboto-Regular';
      text-decoration: none;
    }
    .cd-product-store img{
      width: 130px;
    }

    /*.cd-shop{overflow-x: hidden;}*/
    .cd-shop-section{
      width: 100%;
      float: left;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .cd-shop-section h2{
      font-family: 'Roboto-Bold';
      color: #254671;
      font-size: 25px;
      text-align: center;
      padding-top: 40px;
      padding-bottom: 40px;
      text-transform: uppercase;
    }
    .cd-shop-section h2:after {
      content: '';
      background: url(https://grocerdel.com/assets/front/img/topsavers-ico.svg) top center no-repeat;
      background-size: 70px;
      height: 30px;
      display: block;
      margin-top: 10px;
    }
    .shopcategory-cover {
      border: 1px solid #E6E6E6;
      /*height: 580px;*/
      padding: 15px;
      position: relative;
     /* overflow: auto;*/
    }
    .f_img_slider{
      height: 200px;
      position: relative;
    }
    .shopcategory-cover img {
      width: 180px !important;
      margin: 15px auto;
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
    }
    .shopcategory-cover h3{
      font-size: 18px;
      text-transform: uppercase;
      text-align: left;
      padding-top: 10px;
      font-family: 'Roboto-Medium';
      color: #6fb43b;
    }
    .shopcategory-cover p {
      font-size: 13px;
      text-align: left;
      padding-top:8px;
      font-family: 'Roboto-Regular';
      color: #A1A1A1;
    }
    .shopcategory-cover a.view-shop {
      text-align: left;
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      color: #6fb43b;
      margin: 20px auto;
      font-family: 'Roboto-Medium';
      text-decoration: none;
      position: absolute;
      bottom: 0;
    }
    .category-detail {
      padding-top: 8px;
      height: 340px;
      position: relative;
      overflow: auto;
    }
    .category-detail ul li{
      padding: 15px 0 15px;
      border-bottom: 1px solid #E6E6E6;
    }

    .category-detail ul li:last-child{
      border: none;
    }

    .category-detail ul li a{
      color: #636363;
      font-size: 14px;
      text-decoration: none;
      display: inline-block;
      width: 100%;
    }
    .category-detail ul li a:hover, .category-detail ul li a:active{
      color: #6fb43b;
      text-decoration: none;
    }
    .category-detail ul li a:after {
      content: '';
      background: url(https://grocerdel.com/assets/front/img/arrow-left.svg) center bottom no-repeat;
      background-size: auto;
      width: 8px;
      height: 8px;
      display: inline-block;
      float: right;
      margin-top: 6px;
    }

    .fa-scaret-right:before {
      top: 50%;
      transform: translateY(-50%);
      right:-30px;
      background: url(https://grocerdel.com/assets/front/img/r-arrow.png) no-repeat;
      background-size: cover;
      height: 50px;
      width: 50px;
      content: '';
      position: absolute;
      opacity: 0.5;
    }
    .cd-shop:hover .fa-scaret-right:before{
      opacity: 1;
      /*right: 0;
      -webkit-transition: all .8s ease-out;
      -moz-transition: all .8s ease-out;
      -ms-transition: all .8s ease-out;
      -o-transition: all .8s ease-out;*/
    }
    .fa-scaret-left:after {
      top: 50%;
      transform: translateY(-50%);
      left: -30;
      background: url(https://grocerdel.com/assets/front/img/l-arrow.png) no-repeat;
      background-size: cover;
      height: 50px;
      width: 50px;
      content: '';
      position: absolute;
      opacity:0.5;
    }
    .cd-shop:hover .fa-scaret-left::after{
      opacity: 1;
      /*left: 0;
      -webkit-transition: all .8s ease-out;
      -moz-transition: all .8s ease-out;
      -ms-transition: all .8s ease-out;
      -o-transition: all .8s ease-out;*/
    }

    .cd-banner-section{
      width: 100%;
      float: left;
      /* padding-top: 40px;*/
      /*margin-bottom: 40px;*/
      background: url(https://grocerdel.com/assets/front/img/organic.png) right center;
      background-size: cover;
    }
    .banner-last a img{
      width: 100%;
    }


    .banner-wrap-org-hlth {
      display: inline-block;
      padding: 60px 0;
      width: 100%;
    }
    /*.grocerdel-banner-item:nth-child(2n+1) {
      padding-left: 100px;
      }*/
      .grocerdel-banner-item {
        float: left;
        position: relative;
        width: 50%;
        transform: scale(.9);
        transition: height .5s;
        z-index: 1;
        transition: transform .5s;
      }

      .grocerdel-banner-item .grocerdel-banner-content {
        box-shadow: 2px 2px 12px 1px rgba(0,0,0,.2);
        position: relative;
        text-align: center;
        /*display: inline-block;*/
        padding:0;
        border: 10px double #6fb43b;
        background: #fff;
        /*border: 11px solid rgb(243, 243, 243);*/
        overflow: hidden;
      }
      .grocerdel-banner-item .grocerdel-banner-content .grocerdel-banner-title {
        color: #6fb43b;
      }

      .img-ad-banner {
        padding:20px;
        position: relative;
      }
      .img-ad-banner a{width: 100%; display: block;height: 400px}
      .img-ad-banner img {
        -webkit-transition: all 1.2s linear 0s;
        -o-transition: all 1.2s linear 0s;
        transition: all 1.2s linear 0s;
        height: 350px;
        padding-top: 20px;
      }


      .lazyloaded {
        opacity: 1;
        transition: opacity 300ms;
      }
      .grocerdel-banner-rotate {
        -webkit-transition: all .35s;
        -o-transition: all .35s;
        transition: all .35s;
        text-align: center;
        text-transform: uppercase;
        z-index: 3;
        color: #A6436F;
        letter-spacing: 2px;
        font-family: 'Roboto-Bold';
        margin-bottom: 20px;
        font-size: 18px;
      }
      .grocerdel-banner-best-deal {
       background-color: #6fb43b;
       color: #fff;
       font-size: 11px;
       font-weight: 500;
       height: 60px;
       letter-spacing: .5px;
       line-height: 16px;
       padding-top: 13px;
       position: absolute;
       right: 15px;
       text-align: center;
       text-transform: uppercase;
       top: 0;
       width: 40px;
     }
     .grocerdel-banner-best-deal:before {
      border-color: transparent #6fb43b;
      border-style: solid;
      border-width: 0 20px 20px;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 59px;
    }
    .grocerdel-banner-item:nth-child(2n+1) .grocerdel-more-info {
      text-align: right;
    }
    .grocerdel-banner-item:nth-child(2n+1) .grocerdel-more-info {
      left: 0;
    }
    .grocerdel-banner-item .grocerdel-more-info {
      bottom: 0;
      position: absolute;
      text-align: center;
      width: 140px;
    }
    .grocerdel-more-info:before {
      background-color: #fff;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 2;
      opacity: 0;
    }
    .grocerdel-banner-item ul {
      padding: 0;
    }
    .grocerdel-banner-item .grocerdel-more-info li {
      list-style: none;
      color: #333;
      text-transform: uppercase;
      margin: 3px 0;
    }
  /*.grocerdel-banner-item:nth-child(2n) {
    padding-right: 100px;
    }*/

    .grocerdel-banner-item:hover {
      z-index: 2;
      transition: transform .5s;
      transform: scale(1.1) translateX(-2px);
    }


    .grocerdel-banner-item .grocerdel-banner-content .yolo-ad-banner-description {
      margin-bottom: 5px;
    }
    .grocerdel-banner-item .grocerdel-banner-content .price-sale {
      margin-bottom: 10px;
    }
    .grocerdel-banner-item:nth-child(2n) .grocerdel-more-info {
      text-align: left;
    }
    .grocerdel-banner-item:nth-child(2n) .grocerdel-more-info {
      right: 0;
    }




    /* category */

    .cd-category-section{
      width: 100%;
      float: left;
      margin-top: 40px;
      margin-bottom: 40px;
    }
    .cd-sidebar .category-sidebar {
      text-align: center;
      position: relative;
      background: #fff none repeat scroll 0 0;
      border: 1px solid #eeeeee;
      border-radius: 2px;
      margin: -1px -1px 0 0;
      padding: 20px 15px;
      position: relative;
      z-index: 0;
      /* float: left;*/
    }
    .category-sidebar form{margin: 0}
    .cd-sidebar .carousel-item{height:300px;padding: 0.75em}
    .cd-sidebar img.cate-img{
      padding-bottom: 10px;
      width: 100%;
      display: none;
    }
    .cd-left-sidebar {
      width: 100%;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      position: relative;
    }
    .cate-product-name{
      margin-left: -15px !important;
      display: inline-block;
      padding:0 0 20px;
    }
    .product-price{
      font-family: 'Roboto-Medium';
      color: #489119;
      font-size: 16px;
      width: 100%;
      float: left;
    }
    .cd-left-sidebar .product-price{margin-bottom: 10px !important;}
    .cd-left-sidebar h2{
      font-size: 18px;
      text-transform: uppercase;
      color: #242424;
      font-family:'Roboto-Medium';
      padding: 6px 0 0;
    }
    p.cate-cate {
      color: #636363;
      font-family: 'Roboto-Regular';
    }
    .cd-left-sidebar .cate-cate a{
      font-size: 12px;
      color: #636363;
      font-family:'Roboto-Medium';
      text-decoration: none;
    }
    .cd-sidebar .category-sidebar .product-offer {
      font-family: 'Roboto-Regular';
      color: #242424;
      font-size: 12px;
      background: #fff;
      border: 1px solid #242424;
      position: absolute;
      padding: 2px 6px;
      z-index: 11;
      border-radius: 4px;
      line-height: normal;
      box-shadow: 1px 1px 6px #a7a7a7;
      top: 30px;
      left: 20%;
    }
    .cd-sidebar .category-sidebar .pic {
      display: inline-block;
      border-radius: 50%;
      overflow: hidden;
      z-index: 1;
      position: relative;
      height: 130px;
      width: 130px;
      border: 1px solid #F3F3F3;
      background: #fbfbfb;
    }
    .cd-sidebar .category-sidebar .pic img {
    /*width: 100%;
    height: 142px;*/
    width: auto;
    vertical-align: middle;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cd-right-sidebar{width: 100%; float: left; }

  .cd-sidebar .cd-right-sidebar label{
    background: #6fb43b;
    font-size: 14px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    padding: 20px 15px;
    margin: 0;
    width: 100%;
    font-family: 'Roboto-Regular';
  }


  .cd-sidebar .panel-group-sidebar{
   background: #fff;
 }


 .cd-left-sidebar .filtering {
  display: block;
  float: right;
  position: relative;
  margin-right: -15px;
}
.cd-left-sidebar .filter-cat {
  display: inline-block;
  vertical-align: middle;
  margin-top: 24px;
}
.cd-left-sidebar label.dropdown__title-label {
  float: left;
  vertical-align: middle;
  line-height: 2.5em;
  padding-right: 12px;
  font-family: 'Roboto-Regular';
  color: #636363;
  font-size: 14px;
}
.cd-left-sidebar .filter-cat .sort-filter {
  width: 200px;
  max-width: 100%;
  font-size: 14px;
}
.cd-left-sidebar .filter-cat .sort-filter option{
  font-family: 'Roboto-Regular';
  color: #636363;
  font-size: 14px;
}
.f-cat {
  color: #fff;
  padding: 1em;
  border: 5px solid #fff;
}


.filter-cat-results .f-cat {
  opacity: 0;
}
.filter-cat-results .f-cat.active {
  opacity: 1;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.cd-sidebar .sidebar-title>a.collapsed:before {
  float: right !important;
  content: "";
  background: url(https://grocerdel.com/assets/front/img/pluse.svg) center center no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin: -3px 0;
}
.cd-sidebar .sidebar-title>a:before {
  float: right !important;
  content: "";
  padding-right: 5px;
  background: url(https://grocerdel.com/assets/front/img/minus.svg) center center no-repeat;
  background-size: 22px;
  width: 22px;
  height: 22px;
  margin: -3px 0;
}

.cd-sidebar .sidebar-title{
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: #242424;
  border: 1px solid #E2E2E2;
  margin: -1px 0 !important;
}
.cd-sidebar .sidebar-title a{
  font-size: 14px;
  font-family: 'Roboto-Medium';
  color: #242424;
  width: 100%;
  padding: 20px;
  display: inline-block;
}
.cd-sidebar .panel-body{
  border: 1px solid #E2E2E2;
  margin: -1px 0;
}
.cd-sidebar .panel-body a{
  font-size: 14px;
  font-family: 'Roboto-Regular';
  color: #254671;
  border-bottom: 1px solid #E2E2E2;
  padding: 20px;
  text-decoration: none;
  display: block;
}
.cd-sidebar .panel-body a:hover{
  background: #f9f9f9;
}

.cd-sidebar .panel-body a:before {
  content: '';
  height: 6px;
  width: 6px;
  display: inline-block;
  background: #254671;
  margin-right: 10px;
  margin-bottom: 1px;
  border-radius: 100px;
}

.cd-sidebar .sidebar-title>a:hover,
.cd-sidebar .sidebar-title>a:active,
.cd-sidebar .sidebar-title>a:focus {
  text-decoration: none;
}

.moreBox{display: none;}

#loadMore {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
  width: 170px;
  margin: 0 auto;
}
#loadMore a {
  background: #6fb43b;
  border-radius: 3px;
  color: white;
  display: inline-block;
  padding: 10px 30px;
  transition: all 0.25s ease-out;
  -webkit-font-smoothing: antialiased;
}
#loadMore a:hover {
  background-color: #489119;
  text-decoration: none;
}



/*p-detail */


.p-click{
  text-decoration: none;
  color: #242424;
  font-size: 14px;
  width: 100%;
  float: left;
}
.p-click:hover, .p-click:active, .p-click:focus{
  color: #242424;
  text-decoration: none;
}
.p-s{
  max-width: 1024px;
  margin: 0 auto;
}
.product_view .modal-dialog{
  max-width: 900px;
  width: 100%;
  overflow-y: scroll;
  height: 100%;
  max-height: 864px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto;
  border-radius: 0;
}
.product_view .modal-dialog .modal-content a img {
  margin: 15px;
  float: right;
}


.modal-body{padding: 2rem !important; margin-top: -1rem;}

.product_content .prd-offer {
  font-family: 'Roboto-Regular';
  color: #489119;
  font-size: 12px;
  background: #E3F6D6;
  border: 1px solid #6fb43b;
  padding: 6px 0;
  border-radius: 4px;
  line-height: normal;
  width: 70px;
  text-align: center;
}
.product_content h4{
  color: #242424;
  font-family: 'Roboto-Medium';
  font-size: 20px;
  display: inline-block;
}
.product_content a{
  font-family: 'Roboto-Regular';
  font-size: 12px;
  color: #489119;
  text-decoration: none;
  padding-left: 8px;
}
.price-discount {
  font-family: 'Roboto-Regular';
  color: #242424;
  font-size: 16px;
  padding-top: 10px;
  display: block;
}
.price-discount b{
  font-family: 'Roboto-Regular';
  color: #489119;
  font-size: 16px;
  padding: 0 5px;
  font-style: normal;
}

.price-mrp{
  font-family: 'Roboto-Regular';
  color: #636363;
  font-size: 14px;
  text-decoration: line-through;
  padding-left: 6px;
}
.save{
  font-family: 'Roboto-Regular';
  color: #489119;
  font-size: 14px;
}
.save label{
  color: #A1A1A1;
  font-size: 14px;
  padding-left:5px;
  font-family: 'Roboto-Regular';
}
.available{
  color: #636363;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  padding-top: 5px;
}
.qty-cart-prd{
  float: left;
}
.prd-detail-add{
  border: 1px solid #6fb43b;
  border-radius: 4px;
  font-family: 'Roboto-Medium';
  color: #6fb43b;
  font-size: 14px;
  width: 85px;
  height: 40px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  text-align: left;
  padding: 0;
  vertical-align: bottom;
  overflow: hidden;
}
.prd-detail-add img.add {
  background: #6fb43b;
  height: 100%;
  width: 30px !important;
  padding: 0 6px;
  margin-right: 13px;
  display: inline-block !important;
}
button.prd-detail-add:hover {
  width: 150px;
  transition: 2s;
}
.rtn-rfnd{
  color: #242424;
  font-size: 14px;
  font-family: 'Roboto-Medium';
}
.rtn-rfnd p{
  color: #489119;
  font-size: 14px;
  font-family: 'Roboto-Regular'; 
}
.rtn-rfnd span{
  color:  #636363;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.products-detail-cover {
  margin-top: 20px;
  display: block;
  width: 100%;
  float: left;
}
.products-detail-cover h2{
  color: #242424;
  font-family: 'Roboto-Medium';
  font-size: 18px;
}
.products-detail-cover .products-detail{
  margin: 0;
  max-width: 100%;
  flex: auto;
}

.products-detail-cover .products-detail p{
  color: #636363;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}
.products-detail-cover .products-detail p a{
  color: #489119;
  font-family: 'Roboto-Regular';
  font-size: 12px;
}
.products-detail-cover .products-detail span{
  color: #636363;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}
.morecontent a{
  color: #6fb43b;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}

.frequently {
  width: 100%;
  float: none;
  margin: 50px auto;
  margin-bottom: 40px;
}
.frequently h2 {
  font-family: 'Roboto-Regular';
  color: #367A0A;
  font-size: 25px;
  text-align: center;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.frequently h2:after {
  content: '';
  background: url(https://grocerdel.com/assets/front/img/topsavers-ico.svg) top center no-repeat;
  background-size: 70px;
  height: 30px;
  display: block;
  margin-top: 10px;
}




#myCarousel .list-inline {
  white-space: nowrap;
  overflow-x: auto;
}

#myCarousel .carousel-indicators {
  position: static;
  left: initial;
  width: initial;
  margin-left: initial;
}
ul.carousel-indicators .list-inline-item img {
  width: 100%;
  height: auto !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
ul.carousel-indicators.list-inline.mx-auto.px-2{margin-top: 20px; display: block;}

#myCarousel .carousel-indicators>li {
  width: 100px;
  max-width: 100%;
  height: 100px;
  text-indent: initial;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  cursor: pointer;
  margin: 20px 5px !important;
  overflow: hidden;
  position: relative;
}

#myCarousel .carousel-indicators>li.active{
  opacity:1;
  border: 1px solid #6fb43b !important;
}

#product_view .img-fluid {
  height:250px;
  margin: 0 auto;
  display: block;
}
.carousel-control-next-icon.right-arrow-pd{
  background-image:url('https://grocerdel.com/assets/front/img/right-arrow-pd.svg') !important;
  background-size: 18px !important;

}
.carousel-control-prev-icon.left-arrow-pd{
  background-image:url('https://grocerdel.com/assets/front/img/left-arrow-pd.svg') !important;
  background-size: 18px !important;

}

.drift-demo-trigger{margin: 0 auto;display: block;}

/******  End p-detail *****/


/******   Checkout   *****/

.information{
  width: 100%;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.information .logo-checkout {
  float: left;
  align-items: center;
  padding: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-left: 15px;
}
.information .logo-checkout img{
  width: 120px;
}
.information span img{
  margin-right: 10px;
  width: 20px;
  margin-top: -3px;
}
.information .info {
  position: absolute;
  right: 15px;
}
.cd-secure{padding-top: 10px;}
.information .cd-secure span {
  font-size: 14px;
  color: #fff;
  font-family: 'Roboto-Regular';
}

.cd-checkout-section{
  width: 100%;
  float:left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cd-checkout-section .container{
  max-width: 1200px;
}

.cd-checkout-section .cd-cart-pricetotal h3{
  display: block;
  position: relative;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  float: left;
}
.cd-checkout-section .cd-cart-pricetotal .cd-item-qty{
  display: block;
  position: relative;
  font-size: 14px;
  font-family: 'Roboto-Regular';
  float: right;
}
.checkout-cart-left-cover {
	border: 1px solid #ececec;
	overflow-y: scroll;
	height: 600px;
}
.checkout-cart-left-cover .checkout-cart-product.cart-list-product {
  overflow: hidden;
  padding: 14px 14px;
  position: relative;
  margin: -1px 0;
}
.checkout-cart-left-cover .checkout-cart-product.cart-list-product:last-child{
  border-bottom: 0;
}
.cd-pricetotal{
  background: #6fb43b none repeat scroll 0 0;
  color: #fff;
  padding: 20px 20px;
  height: 60px;
}
.cd-checkout-section .cd-cart-pricetotal .p-qty{
  font-size: 14px;
  font-family: 'Roboto-Italic';
  color: #489119;
  padding-left: 5px;
}
.cd-checkout-section .cd-chekout-cart-total {
  padding: 0 !important;
  border-top: 10px solid #ececec;
  width: 100%;
  float: left;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
 /* position: absolute;
  bottom: 0;
  background: #fff;*/
}
.cd-checkout-section .cd-chekout-cart-total label{
  background: #E2E2E2;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  border-radius: 0;
  padding: 20px 1em;
  margin: 0;
  width: 100%;
}
.cd-checkout-section .cd-chekout-cart-total label span{
  color: #636363;
  font-family: 'Roboto-Regular';
}
.final-price{
  font-family: 'Roboto-Medium' !important;
}

.cd-verify-proceed {
  border: 1px solid #E2E2E2;
  margin: -1px 0;
  width: 100%;
  float: left;
}
.cd-verify-proceed  .panel-heading-checkout {
  padding: 0;
  border:0;
}
.cd-verify-proceed .panel-title-checkout>a, .cd-verify-proceed .panel-title-checkout>a:active {
  display: block;
  padding: 21px 15px;
  color: #242424;
  font-size: 16px;
  font-family: 'Roboto-Medium';
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid #E2E2E2;
  border-top: 1px solid #E2E2E2;
  margin: -1px 0;
}
.cd-verify-proceed .panel-title-checkout .collapsed{
  color: #636363;
  font-size: 14px;
}
.number_collpse{
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 3px 7px;
  display: inline-block;
  font-size: 13px;
  margin-right: 10px
}
.cd-verify-proceed .panel-heading-checkout a.collapsed:before  {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cd-verify-proceed .panel-heading-checkout a:before  {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cd-verify-proceed  .panel-heading-checkout a:before {
  background: url(https://grocerdel.com/assets/front/img/arrow-close.svg) no-repeat;
  content: "";
  float: right;
  transition: all 0.5s;
  background-size: 20px;
  width: 20px;
  height: 20px;
}


.selection-address .anotheraddress-btn{
  width: 200px;
  background: #fff;
  padding: 11px 0;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto-Medium';
  border: 1px solid #707070;
}

.selection-address{
  padding: 20px 15px;
  width: 100%;
  display: inline-block;
}
a.edit_address, a.delete_address{border-radius: 0 !important;}

.default-address {
  padding: 15px;
  margin: 10px 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #6fb43b;
  border-radius: 2px;
  min-height: 235px;
  position: relative;
}
.address_list {
  overflow-y: scroll;
  height: 340px;
}
.delete_item {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
}
.remove_cart_item { 
  display: block;   
  background: red;
  color: #fff;
  padding: 3px;
  margin: 5px auto;
  width: 70%;
  border-radius: 16px;
  font-size: 12px;
}
.remove_cart_item:hover{
  text-decoration: none;color: #fff; font-weight: bold;
}
.show_msg_cart{
  position: fixed;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  right: 10px;
  top:5px;
  display: none;
  z-index: 99999;
}
.default-address h4{
  font-size: 13px;
  font-family: 'Roboto-Regular';
  color: #6fb43b;
  text-transform: uppercase;
  padding-top: 10px;
}
.default-address p, .secondary-address p{
  color: #636363;
  font-size: 13px;
  font-family: 'Roboto-Regular';
  word-break: break-all;
  padding-top: 10px;
}

.default-address .badge, .secondary-address .badge{
  background: #E3F6D6 none repeat scroll 0 0;
  border: 1px solid #6fb43b;
  border-radius: 2px;
  color: #489119;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 8px;
}
.default-address a{
  position: absolute;
  width: 100%;
  background: #6fb43b;
  padding: 11px 0;
  display: inline-block;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  border: none;
}
.default-address a:hover{
  color: #fff;
  text-decoration: none;
}
a.edit_address:hover{color: #000;}
.secondary-address{
  padding: 15px;
  margin: 20px 0 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  height: 250px;
  position: relative;
}
.secondary-address:hover, .secondary-address:active{
  border: 1px solid #6fb43b;
}
.secondary-address a{
  position: absolute;
  width: 100%;
  background: #E2E2E2;
  padding: 11px 0;
  display: inline-block;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Roboto-Medium';
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.secondary-address a:hover{
  color: #636363;
  text-decoration: none;
}

.cd-verify-proceed .panel-body{
  padding:20px 15px;
  width: 100%;
  display: inline-block;
}
.cd-verify-proceed .panel-body{
  color: #636363;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.cd-verify-proceed .panel-body span{
  display: block;
  color: #636363;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-family: 'Roboto-Regular';
}
.cd-verify-proceed .frm{
  width: 100%;
  display: inline-flex;
  max-width: 80%;
  margin:5px 0;
}
.cd-verify-proceed input[type="name"], .cd-verify-proceed input[type="contact"]{
  width: 100%;
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  color:#000;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 33.33%;
  margin: 0 2px;
}
.cd-verify-proceed input[type="contact"]{max-width: 33.33%;}
.cd-verify-proceed input[type="tel"] {
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  width: 85%;
  max-width: 100%;
  margin-right: 10px;
  color:#CECECE;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
}
.checkout-ad{
  padding-top: 20px;
}
.checkout-frm{
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  margin:0 0 10px 0;
  padding: 0;
  position: relative;
}
.checkout-frm .form-grp:last-child{
  padding-left: 0;
}
.checkout-frm.v_ff {
  display: block;
}
.select-chek{
  width: 100%;
  max-width: 100%;
  margin-left: 2px;
  margin-right: 2px;
  padding: 11px 8px;
  border: 1px solid #636363;
  background: #fff;
  font-size: 12px;
  height: 42px;
}
.select-chek:first-child{width: 100%;}
.checkout-ad input[type="name"]{
  max-width: 60%;
  width: 100%;
}

.checkout-ad p input[type="name"]{
  max-width: 59%;
  width: 100%;
}
.checkout-ad p input[type="name"]:first-child{
  margin: 0 2px;
}
.checkout-ad p select {
  max-width: 39%;
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #636363;
  padding: 11px 8px;
  color: #636363;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  margin: 0 2px;
}
.checkout-ad p select:first-child {
  max-width: 59%;
}
.cd-verify-proceed input[type="tel"]:focus {
  border: 1px solid #A1A1A1;
}

.cd-verify-proceed input[type="submit"] {
  font-family: 'Roboto-Medium';
  font-size: 15px;
  width: 110px;
  padding: 10px 8px;
  border: none;
  background: #6fb43b;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  max-width: 100%;
}

.cd-verify-proceed .panel-body h4{
  color: #242424;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  padding-bottom: 10px;
}
.personal-add{
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.form_changePass .form-grp{padding-left: 0;}
.form_validations .form-grp {
  padding-left: 0;
}
.personal-add .form-grp {
  width: 50%;
  padding-right: 5px;
}
.personal-add .form-grp:last-child{
  padding-left: 0px !important;
}
.locate-del {
  padding-top:10px;
  margin: 0 2px;
}
.locate-del input[type='radio'] {
  display: none;
}

.locate-del input[type='radio'] + label {
  margin: 0 10px 10px 0;
  width: 72px;
  padding: 7px 0;
  position: relative;
  font-size: 12px;
  color: #636363;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #A1A1A1;
  text-align: center;
}
.locate-del input[type='radio']:checked + label {
  color: #489119;
  background: #E3F6D6;
  border: 1px solid #489119;
}

.minimal{
  display: flex;
  padding-top: 10px;
  margin: 0 2px;
}
.minimal label{
  margin: 0; 
  padding-left: 10px;
  font-size: 13px;
  color: #636363;
  font-family: 'Roboto-Regular';
}

/* checkbox */
input[type="checkbox"].push-btn{
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  -webkit-appearance: none;
}
div.minimal input[type="checkbox"].push-btn{
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  border: 1px solid #707070;
}

div.minimal input[type="checkbox"].push-btn:checked:after{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  color: #489119;
  content: "✓";
  text-shadow: none;
  text-align: center;
  transform: translateY(-50%);
}
.adr-btn{
  margin-top: 20px;
  margin-left: 2px;
}
.adr-btn a.adr {
  background: #6fb43b;
  padding: 11px 15px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto-Medium';
}
.adrcancle{
  width: 156px;
  background: #fff;
  padding: 11px 0;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto-Medium';
  border: 1px solid #707070;
  margin-left: 10px;
}

a.adr, a.adrcancle:hover{
  text-decoration: none;
}
/*a.adr:hover{
  background: #51B212;
  }*/
  a.adrcancle:hover{
    color: #636363;
  }


  .time-del.drop-down{
    width: 100%;
    max-width: 100%;
  }

  .time-del .slot{
    width: 100%;
    max-width: 50%;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #636363;
    padding: 6px 8px;
    color: #636363;
    font-family: 'Roboto-Regular';
    font-size: 12px;
    border-radius: 2px;
    margin: 10px 0;
  }


  .drop-down .slot a span{
    cursor:pointer; 
    display:block; 
    padding:5px;
  }
  .drop-down .slot a span:after {
    content: '';
    background: url(https://grocerdel.com/assets/front/img/timeslot-arrow.svg) center no-repeat;
    background-size: 6px;
    width: 6px;
    height: 17px;
    display: inline-block;
    float: right;
  }
  .drop-down .slot a:hover{
    text-decoration: none;
  }

  .drop-down .options-slot{
    position:relative; 
  }

  .drop-down .options-slot ul{
    background:#fff none repeat scroll 0 0;
    display:none;
    list-style:none; 
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    border-top:1px solid #d7d7d7;
    z-index: 99;
  }

  .drop-down .slot span.value, .drop-down .options-slot span.value{
    display: none;
  }

  .drop-down .options-slot ul li a{
    padding:5px; 
    display:block;
    text-decoration:none;
  }

  .proceedpay {
    background: #6fb43b;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto-Medium';
    padding: 12px 0px;
    width: 50%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
  }
  .proceedpay:hover{color:#fff; text-decoration: none;}

  #tabs{
    background: #fff;
    color: #636363;
    box-shadow:4px 5px 1px rgba(128, 128, 128, 0.15);
  }

  .tab-content a{
    font-size: 14px;
    width: 100%;
    color: #636363;
  }
  .tab-content a:hover, .tab-content a:active{
    color: #489119;
  }
  .table-timeslot tr td:hover, .table-timeslot tr td:active{
    border-right: 1px solid #489119;
  }
  .table-timeslot{
    width: 100%;
  }
  .table-timeslot tr td{
    border: 1px solid #E2E2E2;
    padding: 6px 10px;
  }
  #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #636363;
    border-bottom: 2px solid #489119 !important;
    font-size: 16px;
    border-color: transparent;
  }
  #tabs .nav-tabs{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .nav-tabs a.nav-link.active{
    color: #489119 !important;
  }
  #tabs .nav-tabs .nav-link {
    color: #636363;
    font-size: 14px;
    border-radius: 0;
    font-family: 'Roboto-Regular';
    border:1px solid #E2E2E2;
    border-top: none;
    padding: 20px 5px;
  }
  .del_charge{
    font-size: 14px;
    font-family: 'Roboto-Regular';
    color: #636363;
    width: 100%;
    display: inline-block;
    text-align: left;
  }




  .paymentcollaps{width: 100%; float: left;}
  .panel-body p.voucher-code{
    color: #636363;
    font-size: 12px;
    padding-bottom: 10px;
    font-family: 'Roboto-Regular';
  }
  .cd-voucher {
    width: 100%;
    max-width: 80%;
    /*float: left;*/
  }
  .cd-voucher .frm{
    width: 100%;
    display: inline-flex;
    max-width: 100%;
    margin:5px 0;
  }
  .cd-voucher input[type="name"]{
    width: 85%;
    max-width: 100%;
    margin-right: 10px;
  }
  .cd-voucher a{
    margin: 8px 2px;
    color: #489119;
    font-size: 12px;
    text-decoration: underline;
    font-family: 'Roboto-Regular';
    display: block;
  }
  .cd-voucher a:hover{
    color: #489119;
  }
  .order-summary{
    width: 100%;
    max-width: 80%;
    /*float: right;*/
    margin-top: 20px;
  }
  .order-summary h2{
    font-size: 16px;
    font-family: 'Roboto-Regular';
    color: #242424;
    background: #E2E2E2;
    padding:12px 15px;
  }
  .order-summary .summary-space{
    padding:12px 15px;
    border: 1px solid #E2E2E2;
    margin: -1px 0;
  }
  .order-summary .summary-space:last-child{
    
  }
  .order-summary .summary-space p{
    color: #636363;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    padding: 6px 0;
  }
  .order-summary .summary-space strong{
    font-style: normal;
    font-weight: normal;
    font-family: 'Roboto-Medium'; 
  }
  .order-summary .summary-space a{
    color: #489119;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Roboto-Regular';
  }
  .order-summary .summary-space a:hover{
    color: #489119;
  }
  .order-summary .summary-space .total-saving{
    color: #489119;
  }
  .order-summary a.place-order {
    background: #6fb43b;
    color: #fff;
    font-size: 15px;
    font-family: 'Roboto-Medium';
    padding: 12px 0px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    
  }
  .order-summary .place-order{border:none !important;}
  .order-summary a.place-order:hover {
    text-decoration: none;
  }

  .for_select {
  	cursor: pointer;
  	display: inline-block;
  	height: 100%;
  	-webkit-appearance: none;
  	float: left;
  	margin: 0 auto;
  	position: relative;
  	top: 10px;
  	left: 22px;
  	margin-right: 20px;
  	border: none;
  }

  .for_select:before {
    border-radius: 25px;
    content: '';
    display: block;
    height: 22px;
    transform: translate(-50%, -50%);
    width: 22px;
    border: 1.5px solid #000;
  }

  .for_select:checked:after {
    background-color: #fff;
    border-radius: 25px;
    content: '';
    display: block;
    height: 12px;
    transform: translate(-50%, -50%);
    width: 12px;
  }
  /*********************/


  /******   Checkout   *****/

  .cd-order-section{
    width: 100%;
    float:left;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cd-order {
    background: #6fb43b none repeat scroll 0 0;
    color: #fff;
    padding: 18px 20px;
    height: 60px;
  }
  .cd-order-section .cd-cart-order h3 {
    display: block;
    position: relative;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    float: left;
  }
  .cd-order-section .cd-cart-order .cd-item-qty {
    display: block;
    position: relative;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    float: right;
  }
  .cd-order-section .cd-cart-order .p-qty {
    font-size: 14px;
    font-family: 'Roboto-Italic';
    color: #489119;
    padding-left: 5px;
  }
  .order-left-cover {
    border: 1px solid #ececec;
  }
  .order-left-cover ul .orderno{
    font-size: 12px;
    font-family: 'Roboto-Regular';
    color: #636363;
    padding: 5px 14px;
    background: #ececec;
  }
  .order-left-cover .order-cart-product.cart-list-product {
    overflow: hidden;
    padding: 14px 14px;
    border-bottom: 1px solid #ececec;
    position: relative;
  }
  .order-left-cover .order-cart-product:hover{
    background:rgba(247, 247, 247, 0.32);
  }

  .order-cart-product:after {
    background: url(https://grocerdel.com/assets/front/img/arrow-close.svg) no-repeat;
    content: "";
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .order-left-cover .p-name-price h2 {
    text-decoration: none;
    color: #242424;
    font-family: 'Roboto-Medium';
    font-size: 14px;
  }
  .cd-order-cover{
    background: #E2E2E2 none repeat scroll 0 0;
    color: #636363;
    padding: 18px 20px;
    height: 60px;
  }
  .cd-order-section .cd-order-cover h3 {
    display: block;
    position: relative;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    float: left;
    color: #636363;
  }

  .order-right-cover{border: 1px solid #ececec;}

  .cd-other{
    border-bottom: 1px solid #ececec;
    padding: 12px 14px;
    position: relative;
    margin: -1px 0;
    display: block;
  }
  .cd-other label{
    display: block;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    color: #A1A1A1;
    text-transform: uppercase;
  }
  .cd-other a{
    display: block;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    color: #242424;
    text-decoration: none;
    padding:5px 0;
  }
  .cd-other a i.fa.fa-caret-right{
    padding-right: 4px;
  }
  .cd-other a:hover, .cd-other a.active{
    text-decoration: none;
    color: #6fb43b;
    transition: 0.4s;
    padding-left:5px;
  }
  .c_address {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    margin-right: 15px;
    width: 100%;
    -webkit-appearance: none;
    float: left;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    border: none;
  }
  .c_address:before {
    border-radius: 25px;
    content: '';
    display: block;
    height: 22px;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 22px;
    border: 1.5px solid #ffffff;
  }
  .c_address:checked:after {
    background-color: #fff;
    border-radius: 25px;
    content: '';
    display: block;
    height: 12px;
    left: 25%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 12px;
  }



  /*********************/



  /*****  Order Detail   *****/

  .order-left-cover .order-cart-product.order-detail_:hover{
    background:transparent;
  }

  .order-detail_:after {
    display: none;
  }


  .progtrckr {
    padding:4em 1em;
    width: 100%;
    float: left;
    border: 1px solid #ececec;
  }
  /**********************/

  .progress-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .progress-status {
    margin-bottom: 23px;
  } 
  .fs-12 {
    font-size: 12px;
  }

  .task_done {
    border-top: 5px dotted #6fb43b !important;

  }
  .border-right {
    border-top: 5px dotted #d5d5d5;
    position: absolute;
    right: 0;
    width: 28%;
    margin-right: 26px;
  }
  .border-left {
    border-top: 5px dotted #d5d5d5;
    margin-left: 26px;
    position: absolute;
    width: 28%;
    z-index: 1;
  }
  .border-center {
    border-top: 5px dotted #d5d5d5;
    position: absolute;
    width: 25%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
  }
  .progress-wrap .dot {
    border-radius: 50%;
    height: 15px;
    position: absolute;
    top: -5px;
    width: 15px;
    z-index: 2;
  }
  .themeclr-border2 em.mt-4{
    position: relative;
    right: 15px;
  }
  .themeclr-border1 em.mt-4{
    position: relative;
    right: 28px;
  }
  span em.mt-4{
    display: inline-block;
    color: #242424;
    text-align: center;
  }
  .done{
    float: right;
  }

  .dot-left {
    left: 0;
    background-color: #242424;
  }
  .progress-wrap .themeclr-border{
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 23px;
    position: absolute;
    width: 23px;
    top: -10px;
    z-index: 2;
    background: #fff;
  }
  .progress-wrap .themeclr-border1 {
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 23px;
    left:33%;
    position: absolute;
    top: -10px;
    width: 23px;
    z-index: 2;
    background: #fff;
  }
  .progress-wrap .themeclr-border2 {
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 23px;
    right: 33%;
    position: absolute;
    top: -10px;
    width: 23px;
    z-index: 2;
    background: #fff;
  }
  .progress-wrap .themeclr-border3{
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 23px;
    position: absolute;
    width: 23px;
    top: -10px;
    z-index: 2;
    background: #fff;
  }
  .progress-wrap .dot-center {
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    top: 0;
  }
  .dot-right {
    background-color: #efefef;
    right: 0;
  }
  .theme-clr-bg{
    background-color: #6fb43b;
  }



  /************************/


  .progtrckr p {
    display: inline-block;
    text-align: left;
    padding-top: 1px;
  }


  .progtrckr p span:before {
    position: relative;
    float: left;
    left: 20%;
  }


  /*********************/



  /*****  About Us   *****/

  .cd-about-section{
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 40px;
    background: url(https://grocerdel.com/assets/front/img/logo-trp.svg) center no-repeat;
    background-size: 80% 80%;
  }
  .cd-about-section h2 {
    font-family: 'Roboto-Medium';
    color: #179010;
    font-size: 25px;
    text-align: center;
    padding-bottom: 40px;
    text-transform: uppercase;
  }
  .cd-about-section .cd-about p{
    font-family: 'Roboto-Regular';
    color: #242424;
    font-size: 14px;
    padding-bottom: 10px;
  }

  .ic-cool-5{position: relative;}
  .ic-cool-5:after {
   content: url(https://grocerdel.com/assets/front/img/12.png);
   position: absolute;
   right: 0;
   bottom: -100px;
   z-index: -1;
   transform: rotate(180deg);
   opacity: 0.2;
 }

 /**************************/


 /*****  FAQs Us   *****/

 .cd-faq-section{
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cd-faq-section h2 {
  font-family: 'Roboto-Medium';
  color: #179010;
  font-size: 25px;
  text-align:center;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.cd-faq-section .cd-faq label h3 {
  font-family: 'Roboto-Regular';
  color: #242424;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.cd-faq-section .cd-faq h5 {
  font-family: 'Roboto-Regular';
  color: #242424;
  font-size: 16px;
  padding-bottom: 20px;
}
.cd-faq-section .cd-faq p{
  font-family: 'Roboto-Regular';
  color: #636363;
  font-size: 14px;
  padding-bottom: 20px;
}


/**************************/



/*****  Privacy Policy Us   *****/

.cd-privacypolicy-section{
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cd-privacypolicy-section h2 {
  font-family: 'Roboto-Medium';
  color: #179010;
  font-size: 25px;
  text-align:center;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.cd-privacypolicy-section .cd-privacypolicy h3 {
  font-family: 'Roboto-Regular';
  color: #242424;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.cd-privacypolicy-section .cd-privacypolicy p{
  font-family: 'Roboto-Regular';
  color: #636363;
  font-size: 14px;
  padding-bottom: 20px;
}

.cd-privacypolicy-section .cd-privacypolicy p a{
  font-family: 'Roboto-Regular';
  color: #6fb43b;
  font-size: 14px;
  text-decoration: none;
}


/**************************/



/*****  Terms & Conditions Us   *****/

.cd-termsconditions-section{
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cd-termsconditions-section h2 {
  font-family: 'Roboto-Medium';
  color: #179010;
  font-size: 25px;
  text-align:center;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.cd-termsconditions-section .cd-termsconditions h3 {
  font-family: 'Roboto-Regular';
  color: #242424;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.cd-termsconditions-section .cd-termsconditions label h3 {
  font-family: 'Roboto-Regular';
  color: #242424;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.cd-termsconditions-section .cd-termsconditions p{
  font-family: 'Roboto-Regular';
  color: #636363;
  font-size: 14px;
  padding-bottom: 20px;
}

.cd-termsconditions-section .cd-termsconditions p a{
  font-family: 'Roboto-Regular';
  color: #6fb43b;
  font-size: 14px;
  text-decoration: none;
}


/***** Contact Us   *****/

.cd-contact-section{
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}
.cd-contact-section h2 {
  font-family: 'Roboto-Medium';
  color: #179010;
  font-size: 25px;
  text-align: center;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.cd-contact a{
  display: block;
  padding: 1rem 2rem;
  text-decoration: none;
  text-align: center;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  color: #636363;
  border: 1px solid #e2e2e2;
  width: 400px;
  max-width: 100%;
  margin: 20px auto 0;
}
.cd-contact a:hover{
  color:#367A0A;
}

/**************************/

/********* ERROR *************/

label.error{margin: 0;}
.error_msg_crt {
  display: none;
  position: absolute;
  bottom: 58px;
  background: #fff;
  padding: 5px;
  border-radius: 9px;
  left: 14px;
  color: red;
  z-index: 9999;
  margin: 0 auto;
  left: 0;
  right: 0;
}


/********* ACCOUNT *************/


.myacccount-addresses .panel-body {
  color: #636363;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.myacccount-addresses .panel-body {
  padding: 20px 15px;
  width: 100%;
  display: inline-block;
}
.myacccount-addresses .panel-body h4 {
  color: #242424;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  padding-bottom: 10px;
}
.form-grp:first-child{padding-left: 0;}
.form-grp{
  width: 33.33%;
  padding: 0 5px;
}
.myacccount-addresses input[type="name"], .myacccount-addresses input[type="contact"] {
  width: 100%;
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 100%;
  margin: 0 2px;
}

.myacccount-profile .panel-body {
  color: #636363;
  font-size: 14px;
  font-family: 'Roboto-Regular';
}
.myacccount-profile .panel-body {
  padding: 20px 15px;
  width: 100%;
  display: inline-block;
}
.myacccount-profile .panel-body h4 {
  color: #242424;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  padding-bottom: 10px;
}
.myacccount-profile input[type="name"], .myacccount-profile input[type="contact"], .myacccount-profile input[type="email"] {
  width: 100%;
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 100%;
  margin: 0 2px;
}
.myacccount-profile input[type="password"]{
  width: 100%;
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 100%;
  margin: 0 2px;
}



/******** vendor *************/

.vendor-profile .panel-body{
  padding: 20px 15px;
  width: 100%;
  display: inline-block;
}
.vendor-frm{
  width: 100%;
  max-width: 100%;
  display: inline-flex;
  margin: 0 0 10px 0;
  padding: 0;
}
.vendor-profile h4{
  color: #242424;
  font-size: 16px;
  font-family: 'Roboto-Regular';
  padding-bottom: 10px;
}
.vendor-uploadimg p{
  color: #242424;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  text-align: left;
  display: block;
  width: 100%;
  padding-top:10px;
  padding-bottom:5px;
}
.vendor-uploadimg input[type="file"]{
  width: 100%;
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 100%;
  margin: 0 2px;
}

.vendor-profile input[type="password"], .vendor-profile input[type="email"], 
.vendor-profile input[type="name"], .vendor-profile input[type="contact"]{
  width: 100%;
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 60%;
  margin: 0 2px;
}




/******  animation big order  *************/



.anim {
  position: fixed;
  z-index: 3;
  top: 70%;
  right:15px;
  display: none;
}

.swing {
  animation: swing ease-in-out 1s infinite alternate;
  transform-origin: center -20px;
  float:left;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.swing img {
  border: 5px solid #efefef;
  display: block;
  background: #fff;
}
.swing:after{
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}
/* nail */
.swing:before{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  border-radius: 50% 50%;
  background: #000;
}

@keyframes swing {
  0% { transform: rotate(3deg); }
  100% { transform: rotate(-3deg); }
}



.anim img {
  width: 140px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
}



/**************************/


.cd-footer-section{
  float: left;
  background:#f6f7f2;
  display: block;
  width: 100%;
  background: url('https://grocerdel.com/assets/front/img/footer-opacity.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}
.cd-footer-section .footer_opacity_custom{
  background: rgba(37, 70, 113, 0.85);
}
.cd-footer-top{
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cd-footer-section .cd-footer-top h2 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  font-family: 'Roboto-Medium';
  color: #fff;
}
.cd-footer-section .cd-footer-top p {
  font-size: 14px;
  padding-top: 10px;
  text-align: left;
  font-family: 'Roboto-Regular';
  color: #fff;
  line-height: normal;
  letter-spacing: 1px;
}
.cd-footer-section .cd-footer-top .big{
  padding-top: 40px;
}

.cd-footer-middle{
  width: 100%;
  float: left;
  display: flex;
  border-bottom: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.08);
  background-size: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
/*.appstore_container{
  float: right;
  margin-right: 50px;
}*/



/******** cocolist  **************/

.cocolist{margin-top:20px; display: block;margin-bottom:10px; }
.cocolist h3{
  font-size: 18px;
  font-family: 'Roboto-Medium';
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}


/************************************/



.cd-footer-middle h4{
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto-Medium';
  color: #fff;
  padding-bottom: 20px;
}
.br{border-right:1px solid rgba(255, 255, 255, 0.1);}
.br2{border-right:1px solid rgba(255, 255, 255, 0.1); margin: 0 auto}
.appstore{
  display: inline-table;
  padding-top: 30px;
}

.cart_btns_qty{
  display: none;
}

.cart_system {

  width: 100%;
}
.qty-cart-add {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  text-align: center;
  padding: 5px;
  vertical-align: bottom;
/*  border: 1px solid #6fb43b;
border-radius: 4px;*/

}
.qty-cart-add .input-group{display: inline;}
.qty-cart-add .button-minus, .qty-cart-add .quantity-field, .qty-cart-add .button-plus{
  background: none;
  min-width: 30px;
  transition: all 300ms ease;
  border-radius: 100%;
  color: #6fb43b;
  left: 0;
}
#subscription_area {
  margin-top: 20px;
  margin-bottom: 20px;
}
.subscribe_form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.subscribe_form input[type="text"]{
  height: 50px;
  border-radius: 0;
  border: none;
}
.subscribe_form:focus {
  outline: none;
}

.subscribe_form .sub-btn {
  border: none;
  height: 50px;
  background-color: #6fb43b;
  color: #fff;
  margin:0;
  border-radius: 0;
  width: 135px;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form .sub-btn:hover, .subscribe_form .sub-btn:focus, .subscribe_form .sub-btn:active, .subscribe_form .sub-btn:visited {
  color: #fff;
  background-color:6fb43b;
  outline: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}




.category-footer{
  padding-top: 50px;
  height: 100%;
  /*  border-right: 1px solid #E6E6E6;*/
  display: inline-table;
  padding-bottom: 20px;
}
.support-footer{
  padding-top: 30px;
  padding-bottom: 50px;
  width:100%;
}
.mediapartner-footer {
  padding-top: 30px;
  padding-bottom: 50px;
}
.category-footer ul{
  float: left;
  padding: 0 40px 0 0;
}
.category-footer ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.category-footer ul li a:hover, .category-footer ul li a:active{
  color: #6fb43b;
  transition:1s;
}
.category-footer ul li{
  line-height: 2
}

.support-footer ul{margin: 0 auto !important; text-align: center;}
.support-footer ul:last-child{margin-top: 20px !important}
.support-footer ul li{
  line-height: 2;
  display: inline;
  padding:0 8px;
  border-left: 1px solid #fff;
}
.support-footer ul li:first-child{border-left: none;}
.support-footer ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.support-footer ul li a:hover, .support-footer ul li a:active{
  color: #6fb43b;
  transition:1s;
}


.cd-footer-middle-2 {
  padding-top: 30px;
  /*padding-bottom: 20px;*/
  width: 100%;
  float: left;
}

.cd-footer-middle-2 .payment-option p{
  display: inline-block;
  font-size: 13px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  color: #fff;
  padding: 4px 0;
  float: left;
}
.cd-footer-middle-2 .payment-option ul {
  display: inline-block;
  padding: 6px 0;
}
.cd-footer-middle-2 .payment-option ul li {
  display: inline;
  padding-left: 0;
}
.cd-footer-middle-2 .payment-option ul li a img{
  /*border: 2px solid #fff;*/
  border-radius: 4px;
  /*width: 50px;*/
  margin-bottom: 5px;
}
.cd-footer-middle-2 ul li:first-child{
  padding: 0 0 0 4px;
}
.cd-footer-middle-2 ul li a{
  font-size: 12px;
  font-family: 'Roboto-Regular';
  text-transform: uppercase;
  color: #fff;
}
.cd-footer-middle-2 .social{text-align: right;}


.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons a{
  width: 40px;
  padding: 12px 12px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.18);
  font-size: 16px !important;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}

.social-icons a.facebook:hover
{
  background-color:#3b5998;
  border: 1px solid #fff;
  transition-delay: 0.5s;
}
.social-icons a.pinterest:hover{
	background-color: #e00808;
  border: 1px solid #fff;
}
.social-icons a.twitter:hover
{
  background-color:#00aced;
  border: 1px solid #fff;
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6;
  border: 1px solid #fff;
}
.social-icons a.instagram:hover
{
  background-color:#ea4c89;
  border: 1px solid #fff;
}


.cd-footer-middle-2 .social p{
  display: inline-block;
  font-size: 13px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  color: #fff;
  padding: 8px 0;
}
.cd-footer-middle-2 .social ul{
  float: right;
}

.cd-footer-bottom {
  padding-bottom: 20px;
  width: 100%;
  text-align: left;
  background: #fff;
  padding-left: 15px
}

.cd-footer-bottom p{
  font-size: 13px;
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  color: #333;
}


.carousel-wrap {
  margin: 0 auto;
  padding: 0 4.9%;
  max-width: 1440px;
  width:100%;
  position: relative;
}


.slider_section{z-index:0; clear: both;}
.carousel-indicators{bottom: 40px !important;}
.carousel-thumbnails .carousel-indicators>li{
  width: 60px;
  height: 100%;
  text-indent: initial;
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, .5);
  display: none;
}


.bg-ptrn {
  position: relative;
  z-index: 0;
  text-align: center;
  display: block;
}

.ic-cool1{margin: -38px 0 0; display: none;}

@media (min-width: 1200px){
  .bg-ptrn {
    margin-top: -45px;
    position: relative;
    text-align: center;
    display: block;
  }
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top:0;
  position: absolute;
  top:50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-next {
  right: 0;
}

@media (min-width: 1336px){
	.owl-nav .owl-prev {
		left: -20px;
	}

	.owl-nav .owl-next {
		right: -20px;
	}
}

.to-top {
  cursor: pointer;
  font-size: 26px;
  height: 40px;
  margin: auto;
  text-align: center;
  width: 40px;
  z-index: 0;
  position: absolute;
  display: block;
  bottom: 43px;
  right: 0;
  left: 0;
  background: #f6f7f2;
  border: 1px solid #dcdcdc;
  border-radius: 100px;
}
.to-top:hover{
  background: rgba(30, 168, 22, 0.15);
  border: 1px solid rgba(30, 168, 22, 0.22);
}
.to-top i.cs.cs-arrow-circle-o-up{
  background: url(https://grocerdel.com/assets/front/img/top.svg) center no-repeat;
  background-size: 20px;
  height: 35px;
  display: block;
  transform: scale(1.4);
}



/*********** last css **************/

label.error{
  color: red;
  font-size: 10px;
}
.cd-about {
  min-height: 200px;
}
#verification-code-form-mob-save{
  display: none;
}
#login input[type='number'] {
  border: 1px solid #A1A1A1;
  padding: 11px 8px;
  width: 100%;
  color: #000;
  font-family: 'Roboto-Regular';
  font-size: 12px;
  border-radius: 2px;
  max-width: 100%;
  margin-right: 5px;
  margin-top: 10px;
}
.error_fail{
  color: #1ea816;
}
.adr{
  background: #6fb43b;
  padding: 11px 15px;
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Roboto-Medium';border: none;
}
  /*  .mega-dropdown-menu .sub-list{
      min-height: 285px;
      }*/

      #signup select {
        border: 1px solid #A1A1A1;
        padding: 11px 8px;
        width: 100%;
        color: #000;
        font-family: 'Roboto-Regular';
        font-size: 12px;
        border-radius: 2px;
        max-width: 100%;
        margin-right: 5px;
        margin-top: 0
      }

      .f_c {
        float: left;
        width: 25%;
        /* max-width: 100%; */
      }
      .linkactive{
        font-weight: normal;
        background: #DCEDCD;
        color:#254671 !important;
        font-family: 'Roboto-Medium' !important;
      }
      
      .product_list_search {
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        margin: 0 auto;
        float: none;
        right: 0;
        top: 59px;
        border-radius: 9px;
        z-index: 9999;
        max-height: 665px;
        overflow: scroll;
      }

      .search_p-sidebar-body {
        overflow-y: auto;
        overflow: scroll;

        width: 100%;
        position: relative;

        padding: 0 1em !important;
      }
      
      .search-list-product {
        border-bottom: 1px solid #ececec;
        overflow: hidden;
        padding: 8px 0;
        position: relative;
      }
      .resultDiv {
        display:none;

      }
      #verification-code-form{
        display: none;
      }
      #passchnage{
       display: none;
     }
     .btns{
      font-family: 'Roboto-Medium';
      font-size: 15px;
      padding: 10px 15px;
      border: none;
      background: #6fb43b;
      color: #fff;
      border-radius: 2px;
      text-transform: uppercase;
      margin-top: 20px;
    }
    .f_wdd{width:100% !important}
    button#sign-in-button-v2{margin-bottom: 20px;}
    #phoneNoo{
      display: none;
    }
    .cd-abouts {
      max-width: 100%;
    }
    .forgot_select{text-align:center;}
    #sign-out-button-v2{
      display: none !important;
    }
    #phone_error {
      color: red;
    }
    .btnsr{
      font-family: 'Roboto-Medium';
      font-size: 15px;
      padding: 10px 8px;
      border: none;
      background: red;
      color: #fff;
      border-radius: 2px;
      text-transform: uppercase;
      margin-top: 20px;
    }
    .input_f{
      border: 1px solid #A1A1A1;
      padding: 11px 8px;
      width: 100%;
      color: #000;
      font-family: 'Roboto-Regular';
      font-size: 12px;
      border-radius: 2px;
      max-width: 100%;
      margin-left: 5px;
      margin-top: 0 !important;
      height: 44px;
    }
    .s_contry {
      max-width: 100% !important;
      height: 44px;
      width: 100%;
      font-size: 13px;
    }
    .s_number{
      max-width: 100%;
    }
    .f_c_input {
      width: 75%;
      float: right;
    }


    #phone_error-v2{
      color: red;
      font-size: 12px;
    }

    #signup_v2{
      display: none;
    }
    #signup_v2 input[type="submit"] {
      font-family: 'Roboto-Medium';
      font-size: 15px;
      width: 100%;
      padding: 10px 8px;
      border: none;
      background: #6fb43b;
      color: #fff;
      border-radius: 2px;
      text-transform: uppercase;
      margin-top: 20px;
    }
    #signup_v2 input[type='text'], 
    #signup_v2 input[type='mail'], 
    #signup_v2 input[type='password'], 
    #signup_v2 input[type='tel'] {
      border: 1px solid #A1A1A1;
      padding: 11px 8px;
      width: 100%;
      color: #000;
      font-family: 'Roboto-Regular';
      font-size: 12px;
      border-radius: 2px;  margin-top: 10px;
      max-width: 100%;
      margin-right: 5px;
    }




    /*27-css*/
    .checkout-ad input[type="name"] {
      max-width: 100%;
      width: 100%;
    }

    .home_cart {
      text-align: center;
      display: block;
      text-transform: uppercase;
      margin-top: 10px;
    }
    .order_msg_show {
      text-align: center;
      font-size: 24px;
      color: green;
    }
    .order-summary .place-order {
      background: #6fb43b;
      color: #fff;
      font-size: 15px;
      font-family: 'Roboto-Medium';
      padding: 12px 0px;
      width: 100%;
      display: block;
      text-align: center;
      text-transform: uppercase;
      margin-top: 15px;
    }
    .msg_promo {
      float: left;
      width: 100%;
      clear: both;
      display: inline-table;
      color: green;
    }
    #address_add a img, #address_edit a img, #offers a img {
      width: 15px;
      margin: 20px;
      float: right;
    }

    .total-saving{
      display: none;
    }
    .view_offers {
      margin: 24px 2px !important;
      color: #489119;
      font-size: 18px;
      clear: both;
      display: block;
      border: 1px solid #ccc;
      text-align: center;
      padding: 10px;
      text-decoration: none !important;
    }

    .not_of_offer{
      float: left;width: 100%;
      color: red;
      font-size: 14px;
      font-weight: normal;
    }
    a.edit_address {
      position: absolute;
      float: none;
      width: 100%;
      padding: 8px 2px;
      background: #ccc;
      border-radius: 4px;color: #000;
      bottom: 45px;
      left: 0;
      right: 0;
      display: block;
    }

    .promo_code_success {
      width: 100%;
      float: left;
      border: 1px solid #6fb43b;
      padding: 10px;
    }

    .promo_code_remove {
      float: left;
    }
    .promo_code_text {
      float: left;
      width: 100%;
    }
    .promo_code_code {
      font-size: 20px;
      font-weight: bold;
      float: left;
      width: 80%;
    }

    a#remove_promocode {
      background: #489119;
      float: right;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      padding: 10px;
      font-size: 12px;
    }

    .order-summary .summary-space .total-saving span{
      color: #489119;
    }
    .cd-verify-proceed .panel-body strong span {

      display: inline;
      color: #636363;
      font-size: 12px;
      font-weight: bold;
    }
    .promo_code_success{
      display: none;
    }
    .offer_list {
      float: left;
      width: 100%;
      padding: 10px 0;
      border-bottom: 1px solid #ccc;
    }
    .img_o {
      float: left;
      width: 70px;
      height: 70px;
    }
    .off_title {
      float: left;
      width: 220px;
      padding-left: 12px;
    }
    .off_title h4 {
      font-size: 16px;color: #6FB43B
    }
    .off_title h5 {
      font-size: 12px;
    }

    .img_o img {
      width: 100%;
      height: 100%;
    }
    .app_btn {
      float: right;

    }
    .app_btn input {
      background-color: #6FB43B;
      border: none;
      border-radius: 5px;
      font-size: 16px;
      padding: 5px 10px;
      color: #fff;
    }


    .mobile_browser {
      float: left;
      width: 100%;
      background: #599829;
      position: relative;
      /* border-bottom: 1px solid #000;*/
      padding: 5px 0;
    }

    

    .android_m,.ios_m{
      display: none;
    }

    .f_d_text h4 {
      font-size: 16px;
      color: #fff;
    }
    .l_title {
      font-size: 12px;
      margin-bottom: 8px;
      color: #fff;
    }
    .f_d_text {
      width: 35%;
      float: left;
      padding-top: 10px
    }
    .app_use {
    	position: absolute;
    	top: 0px;
    	right: 45px;
    	padding-top: 18px;
    }
    .img_s {
    	padding: 8px;
    	text-align: center;
    	margin: 0 auto 0px -30px;
    }
    .img_s img{width: 100px}

    

    .app_use a {
      background: #ffffff;
      padding: 4px 8px;
      border-radius: 4px;
      color: #599829;
      text-decoration: none;
      font-size: 13px;
    }

    .close_m {
      color: #000;
      background: #ccc;
      width: 20px;
      height: 20px;
      display: block;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      right: 14px;
      top: 18px;
    }
    /*********** last css **************/





/* -------------------------------- 

keyframes 

-------------------------------- */
@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@media (max-width: 1024px) and (min-width: 992px){
  .product-showcase-local h2{font-size: 16px}
  .cd-offer-five a{font-size: 13px;}
}


@media only screen and (max-width: 1200px) {
  .top-categories-search .form-control {  
    min-width: 360px;
  }
}

@media only screen and (max-width: 1090px) {

  .cd-verify-proceed input[type="contact"]{
    max-width: 99.5%;
    margin: 0;
  }
  .checkout-ad p input[type="name"], .checkout-ad p input[type="name"]:first-child{
    max-width: 59.5%;
    margin: 0; 
  }
  .checkout-ad p select{margin: 0;    max-width: 39.5%;}
  .checkout-ad p select:first-child {
    margin: 0;
  }
}

@media (max-width: 1199px) and (min-width: 992px){
  .bg-ptrn {
    margin-top: -35px;
  }
  .ic-cool1 {
    margin: -24px 0 0;
  }
}
@media (max-width: 991px) and (min-width: 768px){
  .bg-ptrn {
    margin-top: -25px;
  }
  .ic-cool1 {
    margin: -22px 0 0;
  }
  .subscribe_form input[type="text"]{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}


@media only screen and (max-width: 991px) {
  .br{border-right: none !important; border-bottom: 1px solid rgba(255, 255, 255, 0.1)}
  .fa-scaret-left:after {
    left: 0;
  }
  .fa-scaret-right:before {
    right: 0;
  }
  .fa-ccaret-left:after{left: 15px}
  .fa-ccaret-right:before{right: 15px;}
  #cd-hamburger-menu{
    background: #599829;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1;
  }
  .mega-dropdown-menu{top: 55px}
  .cd-account{display: none;}
  /* .top_header{display: none;}*/

  .my-2.my-lg-0.pt-1{padding: 0 !important;}
  .navbar-navbar .navbar-brand{display: none !important;}
  .navbar {
    height: auto;
  }
  .mobile-nav-header{margin:.5rem 15px}
  div#navbarNavDropdown{padding:0 15px;  background: #B6DB98}
  .locate a, .locate.toggle > label, .top-categories-search .form-control, .button.btn.btn-secondary.search-submit{line-height: 42px; height: 42px}
  .top-categories-search .form-control{min-width: auto; }
  .mobile-view{
    display: block !important;
  }
  .appstore_container, .support-footer{float: none;margin: 0; padding-bottom: 20px;}
  .grocerdel-banner-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .support-footer, .mediapartner-footer{
    padding-bottom: 20px; padding-top: 20px;
  }
  .cd-banner-section {
    background: url(https://grocerdel.com/assets/front/img/organic.png) center right;
    background-size: cover;
  }
  .shopcategory-drop {
    display: inline-block;
    position: relative;
    top: 7px;
    left: 90px;
    border: none;
    background: none;
    width: 100%;
    float:left;
    height: auto;
  }

  .cd-sidebar .cd-right-sidebar label:after{
    background: url(https://grocerdel.com/assets/front/img/caret_w.png) center no-repeat;
    background-size: auto;
    border: none;
    content: '';
    display: inline-block;
    height: 23px;
    width: 20px;
    float: right;
  }

  .shopcategory-drop a.menu-toggle {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 82px;
    border: none;
    line-height: 40px;
    border-right: 2px solid #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #fff;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-left: -25px;
    font-family: 'Roboto-Medium';
  }

  .shopcategory-drop h2.title{
    position: relative;
  }
  .carousel-indicators{display: none !important;}

  div#navbarNavDropdown .navbar-nav{margin:1rem 0 !important}
  .cd-offer-five, .cd-offer-six{margin-top: 30px;}
  .cd-offer-four{    margin-top: 30px;}
  .cd-col-bg-3{margin-top: 1.5rem!important}
  .cd-store-section .cd-store{margin: 0;}
  .cd-product-store{position: relative; height: 300px}
  .cd-producttwo{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .cd-productone{
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .cd-verify-proceed, .order-right-cover{margin:30px 0}
  .bigorder{padding: 0; margin-top: 30px; text-align: center;}
  .sec-space-top .middle-prd{position: relative; transform: translate(0); top: 0;}
  .organic-prod{width: 100%; height: auto;}
  .organic-prod:first-child{margin-top:0; }
  .organic-prod:last-child{margin-top: 30px;}

  .top-categories-search {
    left: 0;
    margin: auto;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .grocerdel-menu .my-2.my-lg-0 .main-nav-right {
    position: absolute;
    right: 15px;
    top: 18px;
  }
  .search-group {
    display: flex;
    height: auto;
    border-bottom: none;
    color: #6fb43b;
    width: 100%;
    /*padding-left: 150px;*/
  }
  .drop-toggle.locate.toggle{
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 0px !important;
    padding: 0 !important;
    white-space: nowrap !important;
  }

  .order{
    display: -webkit-box !important;
    display: -moz-box !important;
    display: box !important;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical
  }
  .order-bottom{
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group:3;
    box-ordinal-group: 3;
  }
  .order-top{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  .cd-sidebar img.cate-img{
   -webkit-box-ordinal-group: 1;
   -moz-box-ordinal-group: 1;
   box-ordinal-group: 1;
 }
 .cd-right-sidebar{
  margin-bottom: 40px;
}

.time-del .slot{max-width: 100%;}
.cd-about img{position: relative;transform: translate(0);}

.mobile-menu-hide{display: none;}
.mobile-menu-hide {
  animation: hideFooter 1s forwards;
  display: none;
}

.mobile-menu-show {
  animation: showFooter 1s forwards;
  display: block;
}

@keyframes hideFooter {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes showFooter {
  0% {
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

}

@media (max-width: 767px) and (min-width: 576px){
  .bg-ptrn {
    margin-top: -15px;
  }
  .ic-cool1 {
    margin: -6px 0 0;
  }
}


@media only screen and (max-width: 768px) {
  .cd-offer-second{margin-top: 30px}
  .cd-category img{width: 40px}
  .more{display: none;}
  .appstore{padding-top: 20px; text-align: center;}
  .appstore a:first-child{float: left;}
  .appstore a:last-child{float: right; margin: 0;    margin: 0 0 0 .5rem !important;}
  .category-footer{
    padding-bottom: 20px; padding-top: 20px;
  }
  .cd-left-sidebar .filtering{width: 100%; float: left; margin-left: -15px}
  .cd-left-sidebar .filter-cat{
    display: block;margin-right: -30px;
  }
  .cd-left-sidebar .filter-cat .sort-filter{width: 100%;}
  .product_content{margin-top: 40px;}
  .product_view .modal-dialog{
    width: 100%; 
    margin: 0;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    max-height: 100%;
    transform:translate(0) !important;
  }
  .modal-content{
    border-radius: 0 !important;
    border: none !important
  }
  .cd-footer-bottom{padding-top: 10px;}
  .cd-footer-middle-2{padding-bottom:20px; }
  .cd-footer-middle-2 .payment-option p{
    float: none; 
    display: inline;
  }
  .cd-footer-middle-2 .social p{
    display: block;
  }


  .order-summary, .cd-voucher{max-width: 100%;}
  .order-summary{margin-top: 10px;}
  .design-b img, .design-b1 img, .design-masala img, .ic-left-bg{
    width: 180px;
  }
  .cd-category-section .cd-col-bg-1, .cd-category-section .cd-col-bg-2, 
  .cd-category-section .cd-col-bg-3, .cd-category-section .cd-col-bg-4, 
  .cd-category-section .cd-col-bg-5, .cd-category-section .cd-col-bg-6{height: 100px;}
  .cd-verify-proceed .frm{max-width: 100%}
  .cd-verify-proceed .frm input[type="name"]{
    margin:0 10px 0 0;
  }
  .social-icons a{margin-left: 0}

  .fa-scaret-left:after, .fa-ccaret-left:after {
    width: 40px;
    height: 40px;
  }
  .fa-scaret-right:before, .fa-ccaret-right:before {
    width: 40px;
    height: 40px;
  }
  .information .cd-secure span {
  	font-size: 10px;
  	display: block;
  	padding-bottom: 5px;
  }
  .cart-sidebar {
    
    max-height: 98%;
  }
}

@media (max-width: 575px) and (min-width: 480px){
  .bg-ptrn {
    margin-top: -15px;
  }
  .ic-cool1 {
    margin: -3px 0 0;
  }
}

@media only screen and (max-width: 575px) {
  .cd-col-bg-2{margin-top: 30px !important}
  .br2{border-bottom:1px solid #d4d8c9; border-right: 0;}
  .cd-footer-middle-2 .social{text-align: left !important; float: left;}
  .cd-footer-middle-2 .social ul{
    float: none;
  }
  .testimonial1{
    padding: 20px 10px;
    margin: 0 5px;
  }
  .form-grp{width: 100%;padding: 0;}
  .personal-add .form-grp{padding: 0 !important; width: 100%;}
  .personal-add, .checkout-frm{display: block; margin:0; margin-top:0 !important}
  .cd-verify-proceed input[type="name"], .cd-verify-proceed input[type="contact"]{max-width: 100%; margin: 0 0 10px 0;}
  .select-chek{max-width: 100%; margin: 0 0 10px 0;}
  .select-chek:first-child{max-width: 100%;}
  .secondary-address{margin:0;}
  .myacccount-addresses input[type="name"], .myacccount-addresses input[type="contact"] {
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .myacccount-profile input[type="name"], .myacccount-profile input[type="contact"], .myacccount-profile input[type="email"]{
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .myacccount-profile input[type="password"]{
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  .vendor-frm{display: block;margin: 0;}
  .vendor-frm input[type="password"], .vendor-frm input[type="email"], 
  .vendor-frm input[type="name"], .vendor-frm input[type="contact"] {
    max-width: 100%;
    margin: 0 0 10px 0;
  }

  .progress-wrap .themeclr-border1, .progress-wrap .themeclr-border2, .progress-wrap .dot{
    font-size: 13px;
  }
  .top_header ul li:first-child{display: none;}

}

@media only screen and (max-width: 480px) {
  .grocerdel-banner-item:first-child {
    margin-bottom: 5px;
  }
  .cd-sidebar .cd-right-sidebar label{font-size: 13px;  padding: 12px 15px;}
  .cd-right-sidebar{margin-bottom: 20px;}
  .cd-category-section{margin-top: 20px;}
  #cd-cart{width: 100%;}
  #main-nav{width: 100%;}
  .ic-cool1 {
    width: 150px;
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    border: 1px solid #f5f5f5;
    object-fit: scale-down;
    transform: scale(1);
    transition-duration: 0.4s;
  }
  .appstore a:last-child{float: none; margin: 10px 0 0 0 !important; display: block;}
  .checkout-ad p select{max-width: 100%;margin-top: 10px;}
  .checkout-ad p input[type="name"]:first-child{max-width: 100%;}
  .checkout-ad p select:first-child {
   max-width: 100%;
 }
 .cd-verify-proceed input[type="submit"]{
  display: block;
}
.adrcancle{display: block;margin: 10px 0;}
.design-b img, .design-b1 img{
  width: 150px
}
.proceedpay{width: 100%;}
.testimonial1{
  width: 250px;
  margin: 0 auto;
  max-width: 100%;
}
.product-offer{left: 30px;}
.anim img{width: 100px}
.cd-footer-bottom {
  padding-top: 15px;
}
.cd-footer-middle-2{padding-bottom: 40px}

.grocerdel-banner-item:nth-child(2n+1), .grocerdel-banner-item:nth-child(2n){padding: 0;}
.banner-wrap-org-hlth{padding: 0;}
.grocerdel-banner-item:hover{transform: scale(1) translateX(-2px);}

.cd-shop-section h2{padding-bottom: 20px;margin-top: 20px;}
.cd-shop-section h2, .cd-exclusive-section h2, .cd-topsavers-section h2, .cd-blockbuster-section h2, .cd-store-section h2{font-size: 20px}
.cd-shop-section h2:after, .cd-exclusive-section h2:after, .cd-topsavers-section h2:after, .cd-blockbuster-section h2:after,
.cd-store-section h2:after{background-size: 50px;}
.carousel-control-next-icon, .carousel-control-prev-icon{width: 30px !important; height: 30px !important; background-size: 30px !important}
.design-masala{margin: 0;}
.cd-banner-section{padding-top: 40px;}
.img-ad-banner a{height: 280px; display: inline;}
.img-ad-banner img{height: 200px;} 

.top_header span {
  padding-left: 6px;
  padding-right: 6px;
} 


}

/*@media only screen and (max-width: 400px){
  .top_header ul li:first-child{float: left;}
  .top_header ul li{display: block; float: right; padding-left: 20px;}
  .top_header span{display: none;}
  }*/

  @media only screen and (max-width: 375px) {
    .qty-cart-slidebar{
      position: relative;
      top: 0;
      right: 0;
      display: block;
      float: left;
      margin-top: 10px;
    }
    .input-group .button-minus,
    .input-group .button-plus {
      height: 25px;
      min-width: 25px;
    }
    .input-group .quantity-field{
      height: 25px;
      margin:0;
    }
    .cart-list-product h2{
      font-size: 14px;
    }
    .order-cart-product:after{display: none;}

    .cd-offer-first a, .cd-offer-second a, .cd-offer-third a, .cd-offer-four a, .cd-offer-five a{
      font-size: 13px;
    }
    .cd-offer-first a{left: 20px}
    .cd-offer-four a{right: 20px;}
    .cd-offer-third a{left: 12px}
    .img-ad-banner a{height: 280px; display: inline;}
    .img-ad-banner img{height: 200px;}
    .support-footer ul li{padding: 0 12px;}

    .top_header ul li{display: block; float: right; padding-left: 20px;}
    .top_header span{display: none;}
    .top_header span{display: none;}
  }


  @media only screen and (max-width: 340px) {
    #cd-cart{width: 100%;}
    .cd-verify-proceed .panel-title-checkout>a, .cd-verify-proceed .panel-title-checkout>a:active{
      font-size: 14px;
    }
    .shopcategory-drop a.menu-toggle{font-size: 13px;}
    
  }

.cart-list-product h5 {
    font-size: 13px;
    color: #636363;
    font-family: 'Roboto-Medium';
    display: inline-flex;
    font-style: normal;
    font-weight: normal;
    padding: 0 0 5px 0;
    display: block;
    text-transform: capitalize;
}



/*
     FILE ARCHIVED ON 11:35:07 May 02, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:24:33 Aug 30, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.634
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.011
  esindex: 0.014
  cdx.remote: 16.687
  LoadShardBlock: 66.61 (3)
  PetaboxLoader3.datanode: 74.033 (4)
  load_resource: 155.587
  PetaboxLoader3.resolve: 55.486
*/