/*
html,body{
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}
*/

/*fonts*/
@font-face {
    font-family: 'phenomenablack';
    src: url('../fonts/phenomena-black-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenablack';
    src: url('../fonts/phenomena-black-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenabold';
    src: url('../fonts/phenomena-bold-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenabold';
    src: url('../fonts/phenomena-bold-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenaextrabold';
    src: url('../fonts/phenomena-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenaextrabold';
    src: url('../fonts/phenomena-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenaextralight';
    src: url('../fonts/phenomena-extralight-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenaextralight';
    src: url('../fonts/phenomena-extralight-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenalight';
    src: url('../fonts/phenomena-light-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenalight';
    src: url('../fonts/phenomena-light-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenaregular';
    src: url('../fonts/phenomena-regular-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'phenomenaregular';
    src: url('../fonts/phenomena-regular-webfont.woff2') format('woff2'),
         url('../fonts/phenomena-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*end fonts*/

body {
  margin: 0;
  /*font-family: 'Gilroy', sans-serif;*/
  font-family: 'phenomenaregular';
  background-color: #f4f4f4;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
}
a, a:hover, a:focus, a:active{
  color: #222;
  text-decoration: none !important;
}
@media (max-width: 480px){
.col-6-as{width:100% !important;
  flex: 0 0 100%;
max-width: 100%;
}
.payment_selector .dicount_appled .discount_inputw {
  grid-template-columns: 40% 100px 50px !important;
}
}
/*scroller*/
/*::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-track-piece  {
    background-color: #C2D2E4;
}

::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #0A4C95;
}*/

/*custome search pincode*/
.cart_container_checkout .cart_middle .cart_items_inside .prd_to_amt .total_qty {
  width: 30px;
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  border: solid 1px #ddd;
  margin-right: 10px;
}
#suggestions, #suggestionsm {
  display: inline-block;
  position: absolute;
  width: 100%;
  left:0;
  z-index: 99999999999999;
}

.ask_location .location_container .input_location, .ask_location .location_container .input_place{
  position: relative;
}
#resultloc, #result {
  position: absolute;
  min-height: 0px;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 999;
}
#resultloc ul, #result ul {
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  display: inline-block;
}
#resultloc ul li, #result ul li{
  display: block;
  margin-bottom: 1px;
  width: 100%;
  max-width: 300px;
}
/*08-01-20*/
.qty_count_wrap button {
    display: block !important;
}
.over_qty {
    display: none !important;
}
/*#resultloc ul li a, #result ul li a, #resultloc ul li em, #result ul li em {
  background: #28a745;
  color: #fff;
  padding: 7px 10px;
  width: 100%;
  display: block;
}*/
#resultloc ul li a, #result ul li a, #resultloc ul li em, #result ul li em {
  background: #28a745;
  color: #fff;
  padding: 7px 10px;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}
#resultloc ul li a:hover, #result ul li a:hover{
  background: #f15a24;
}
.input_place #resultloc::-webkit-scrollbar{
  width: 1px;
  height: 1px;
}
.input_place #resultloc::-webkit-scrollbar-track{
  background: #ddd;
  } 
.input_place #resultloc::-webkit-scrollbar-thumb{
   background: #666; 
}


.cart_store_items::-webkit-scrollbar, .cart_container_checkout::-webkit-scrollbar, .store_menu_wrap::-webkit-scrollbar, .add-variant #abc::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}
 
.cart_store_items::-webkit-scrollbar-track, .cart_container_checkout::-webkit-scrollbar-track, .store_menu_wrap::-webkit-scrollbar-track, .add-variant #abc::-webkit-scrollbar-track {
  background: #ddd;
}
 
.cart_store_items::-webkit-scrollbar-thumb, .cart_container_checkout::-webkit-scrollbar-thumb, .store_menu_wrap::-webkit-scrollbar-thumb, .add-variant #abc::-webkit-scrollbar-thumb{
  background: #666; 
}
/*end scroller*/
a {
  color: #000;
}
.store_deals .item {
  border: solid 1px #eaeaea;
  padding: 3px;
}
/*hero title*/
.menu_hero{
    /*font-family: 'Gilroy', sans-serif;*/
  font-family: 'phenomenabold';
  font-weight: 400; 
  font-size: 18px; 
}
/*Main Color*/
.green-bg{
  background: #39a003;
}
.white-bg, .checkotutbg, .whitebackground {
  background: #fff;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  border-top: solid 1px rgba(0,0,0,0.1);
}
.orange-bg{
  background: #fdaa2a;
}
.footer-bg{
  background: #2d7b04;
}
/*.store_profile {
  /*background: url(../img/bg/images.jpg);*/
  /*background : url(../img/bg/dessert-pattern-black-icons-vector-9927270.png) repeat;
  position: relative;
}*/
.store_profile {
  /* background: url(../img/bg/images.jpg); */
  background: url(../img/store/1920px300px.jpg);
  position: relative;
  background-size: 100% 100%;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}
.store_profile .info_wrap:before{
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
}
.store_profile_pics {
  width: 200px;
  height: 200px;
  margin: 50px auto 50px;
  line-height: 170px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 5px 5px 0px 0 rgba(241, 90, 36, 9);
  padding: 15px;
  position: relative;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.infomation {
    height: 100%;
    display: flex;
    align-items: center;
}
.store_info {
    height: 70%;
    padding: 25px 0;
    width: 100%;
}

/*.infomation .store_info {
  text-shadow: 2px 2px 0px rgba(0,0,0,0.2);
}*/
.infomation .store_info .store_title {
  font-size: 30px;
  color: #f15a24;
  font-weight: bold;
}
.infomation .store_info .store_about {
    font-size: 16px;
    color: #39a003;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    max-height: 77px;
    height: 77px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.infomation .store_info .timing-shop {
    position: relative;
    background: transparent;
    margin: 0;
    padding: 10px 0px;
    color: #333;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    bottom: 0;
    height: 27%;
    width: 100%;
}
.infomation .store_info .timing-shop .servies_timing {
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    width: 100%;
    position: relative;
    bottom: 0;
}
.infomation .store_info .timing-shop .servies_timing .open_timing {
  clear: both;
  width: 100%;
  display: block;
  padding: 10px 0;
}
.infomation .store_info .timing-shop .servies_timing .closed_timing {
  position: relative !important;
 /* position: relative;
  display: inline-block;*/
  padding: 5px 20px;
  background: #f15a24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 100px;
  font-size: 20px;
  letter-spacing: 1px;
  position: absolute;
  /*-moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
    -webkit-box-shadow: 0 0 0 0 rgba(241, 90, 36, 0.9);
  -khtml-box-shadow: 0 0 0 0 rgba(241, 90, 36, 0.9);
  -moz-box-shadow: 0 0 0 0 rgba(241, 90, 36, 0.9);
  -ms-box-shadow: 0 0 0 0 rgba(241, 90, 36, 0.9);
  -o-box-shadow: 0 0 0 0 rgba(241, 90, 36, 0.9);
  box-shadow: 0 0 0 0 rgba(241, 90, 36, 0.9);
  -webkit-animation: pulse-animation 3s infinite;
  -khtml-animation: pulse-animation 3s infinite;
  -moz-animation: pulse-animation 3s infinite;
  -ms-animation: pulse-animation 3s infinite;
  -o-animation: pulse-animation 3s infinite;
  animation: pulse-animation 3s infinite;
  /*box-shadow: 0px 0px 0px 0px rgba(244, 74, 13, 0.0);*/
  /*animation-name: shadow;
  animation-duration: 2s;
  animation-iteration-count: infinite;*/
}/*
.servies_timing .closed_timing:before {
  -webkit-animation-delay: 0.9s;
  -khtml-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.servies_timing .closed_timing:after {
  -webkit-animation-delay: 0.6s;
  -khtml-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
*/
@-webkit-keyframes pulse-animation {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -khtml-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse-animation {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -khtml-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -khtml-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/*@keyframes shadow {
  20%{box-shadow: 0px 0px 0px 0px rgba(244, 74, 13, 0.0);}
  40%{box-shadow: 0px 0px 7px 1px rgba(244, 74, 13, 0.5);}
  50%{box-shadow: 0px 0px 15px 1px rgba(244, 74, 13, 0.8);}
  40%{box-shadow: 0px 0px 7px 1px rgba(244, 74, 13, 0.5);}
  20%{box-shadow: 0px 0px 0px 0px rgba(244, 74, 13, 0.0);}
}*/
.servies_timing .opening_titming {
  display: block;
}
.row.address {
  margin-bottom: 20px;
}

.infomation .store_info .servies_offer {
    font-size: 16px;
    padding: 0;
    font-weight: 500;
    color: #f15a24;
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
}
.infomation .availabilit_info {
  background: #fff;
  padding: 10px 15px;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 16px;
  box-shadow: 4px 4px 0px 0px rgba(57, 160, 3, 0.2);
}
.breadcums {
  padding: 8px 0;
}
.breadcums ul {
  margin: 0;
  padding: 0;
}
.breadcums ul li {
  display: inline-block;
  padding: 10px 0px;
  position: relative;
  font-size: 16px;
  font-family: 'phenomenabold';
  text-transform: capitalize;
}
.breadcums ul li a{
  color: #7d7d7d;
  text-decoration: none;
  text-transform: capitalize;
}
.breadcums ul li span {
  margin: 0 4px;
  color: #aeaeae;
}
.products_search_view {
  float: right;
  padding: 10px 0;
  width: 100%;
  position: relative;
}
.products_search_view .form_group {
  display: flex;
  align-items: center;
}
.products_search_view .form_group input {
  padding: 5px 10px;
  border: solid 1px #eaeaea;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
}
.products_search_view .form_group button {
  border: 0;
  padding: 1px 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  border: solid 1px #eaeaea;
  border-left: none;
  cursor: pointer;
}
.menu_store_section {
  background: #f15a24;
  color: #fff;
}
.store_menu_wrap {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.store_menu_wrap li {
  display: inline-block;
  padding: 10px 0;
}
.store_menu_wrap li a {
  padding: 0px 15px;
  display: block;
  color: #fff;
  font-family: 'phenomenabold';
  border-right: solid 1px #2d2d2d2b;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
}
.store_menu_wrap li:last-child a {
  border-right: solid 0px #d0d0d0;
}
.title_products {
  padding: 10px 0;
  border-top: solid 1px #c6c6c6;
  margin: 10px 0;
  text-transform: capitalize;
  border-bottom: solid 1px #c6c6c6;
}

/*autocomplted search*/
ul#ui-id-3 {
    background: #fff;
    z-index: 9999;
    max-width: 100%;
    width: 26% !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
    max-height: 73vh;
    overflow: hidden;
    overflow-y: auto;
}
ul#ui-id-3 li {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#ui-id-3 li div {
    padding: 10px 15px;
    border-bottom: solid 1px #eaeaea;
    font-size: 16px;
}
ul#ui-id-3 li div:hover{
  background: #39a003;
  color: #fff;
}
/*end autocomplted search*/
.auto_list {
  border: 1px solid #eaeaea;
  border-radius: 0;
  position: absolute;
  max-height: 50vh;
  overflow-y: auto;
}
.store_profile_pics img {
  width: 100%;
  margin: 0 auto;
  border-radius: 100px;
}
.store_profile_pics .online_visible {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 30px;
  right: -5px;
  z-index: 1;
  border-radius: 100%;
  overflow: hidden;
  border: solid 5px #fff;
}
.store_profile_pics .online_visible .red_color {
  background: #f00;
  width: 100%;
  height: 100%;
}
.store_profile_pics .online_visible .green_color{background: #39a003;
width: 100%;
  height: 100%;
  }
/*sticky content*/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: #fff;
}
.sticky-location {
  position: sticky;
  top: 78px;
  z-index: 2;
}
.sticky-located {
  position: sticky;
  top: 150px;
  z-index: 999;
}
header.sticky + .banners {
  padding-top: 102px;
}
/* header */
header {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: inherit;
}
.header, .header-payment {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  display: block;
  width: 100%;
  z-index: 3;
}
.header .logo, .header-payment .logo{
  max-width: 200px;
}


.header ul, .header-payment ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
  display: inline-block;
}

.header li a, .header-payment li a {
  display: block;
  padding: 20px 20px;
  border-right: 0px solid #f4f4f4;
  text-decoration: none;
}
.header-payment li a {
  font-size: 14px;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: transparent;
}

.header .logo, .header-payment .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 0px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  margin: 0px 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn, .header-payment .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {

  .header li, .header-payment li {
  float: left;
  height: 78px;
  display: inline-flex;
  align-items: center;
}
.header li a, .header-payment li a {
  padding: 0px 10px;
  font-size: 1.2rem;
}
.header .logo, .header-payment .logo{
  max-width: 248px;
}
  .header .menu, .header-payment .menu {
  clear: none;
  float: right;
  max-height: none;
  display: flex;
  align-items: center;
}
  .header .menu-icon {
    display: none;
  }
  .header li:last-child a {
  padding: 0;
  /*height: 78px;*/
}
.header li:last-child a .cart-info {
  background: #39a003;
  display: inline-block;
  width: 250px;
  height: 100%;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  align-items: center;
  vertical-align: middle;
}
.header li:last-child a .cart-info::before {
  content: '';
  border-right: solid 20px transparent;
  border-top: solid 20px transparent;
  height: 100%;
  border-left: solid 65px #fff;
  border-top: solid 78px transparent;
  left: 0;
  bottom: 0;
  position: absolute;
}
.header li:last-child a .cart-info .cart_item_section {
  width: 160px;
  float: right;
  display: inline-flex;
  height: 100%;
  align-items: center;
}
.header li a .cart-info .cart_icon {
  width: 40px;
  height: auto;
}
.header li a .cart-info .cart_icon svg {
  fill: #fff;
  width: 40px;
  height: 50px;
}
/*.header li a .cart-info #crt::before {
  content: 'Cart ( ';
}
.header li a .cart-info #crt::after {
  content: ' ) ';
}*/
.header li a .cart-info .cart_items {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 0 6px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  text-shadow: 2px 2px 0px rgb(44, 121, 4);
}
.header li .submin {
    position: absolute;
    max-width: 270px;
    top: 78px;
    display: none;
    width: 100%;
    min-width: 150px;
}
.header li:hover .submin {
  display: block;
  }
.header li .submin li, .header li .submin li:last-child a, .header li .submin li a {
  text-align: left;
  clear: both;
  height: auto;
  width: 100%;  
}
.header li .submin li a{
  padding: 10px 30px;
  border-bottom: solid 1px #eaeaea;
  width: 100%;
  transition: all ease-out 200ms;
  font-size: 14px;
}
.header li .submin li a:hover{
  background: #39a003;
  color: #fff;
}
}
/* Mobile Menu */
.mobile-header-bg {
  background: #fff;
  width: 100%;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
}
.mobile-header {
  display: flex !important;
  align-items: center;
  background: #fff;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  height: 60px;
}
.mobile-header .menu_section, .mobile-header .logo_section, .mobile-header .cart_section {
  width: 100%;
  text-align: center;
  padding: 0px 10px;
}
.mobile-header .cart_section, .mobile-header .menu_section {
  width: 100%;
  max-width: 50px;
  text-align: center;
  padding: 0px 10px;
  min-width: 40px;
}
.mobile-header .search_section {
  max-width: 30px;
  padding: 4px;
  min-width: 30px;
  opacity: 0.4;
}
.search_wrap {
  width: 100%;
  background: transparent;
  padding: 5px 5px;
  min-height: 0px;
  text-align: center;
  border-top: solid 1px #eaeaea;
  position: relative;
}
.search_wrap button {
  border: 0;
  padding: 1px 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  border: solid 1px #eaeaea;
  border-left: none;
  cursor: pointer;
  position: absolute;
  right: 1%;
}
.search_wrap input {
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #c8c8c8;
  border-radius: 3px;
}
.search_wrap input::placeholder {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
}
.mobile-header .logo_section {
  min-width: 170px;
  max-width: 250px;
  margin: 0 auto;
}
.mobile-header .cart_section .cart_section_m {
  position: relative;
  cursor: pointer;
}
.mobile-header .cart_section .cart_section_m .cart_m svg {
  fill: #39a003;
  width: 30px;
}
.mobile-header .cart_section .cart_section_m .value_cart {
  position: absolute;
  top: 15px;
  right: 2px;
  background: rgb(241, 90, 36);
  width: 25px;
  color: #fff;
  height: 25px;
  border-radius: 100px;
  line-height: 23px;
  font-size: 13px;
  font-weight: bold;
  border: solid 2px #fff;
}
/*.mobile_menu {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100vh;
  left: -320px;
  max-width: 320px;
  z-index: 9999999;
  transition: all ease-in 200ms;
}*/
.mobile_menu {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  left: -320px;
  max-width: 260px;
  z-index: 9999999;
  transition: all ease-in 200ms;
  border: solid 0px #ddd;
  border-right: solid 5px #f15a24;
}
.mobile_menu.active_m {
  left: 0px;
}
.mobile_menu ul {
  margin: 0;
  padding: 0;
}
.mobile_menu ul li {
  background: #fdfdfd;
  margin-bottom: 1px;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  float: left;
  width: 100%;
  list-style: none;
}
.mobile_menu ul li:last-child{
  border-bottom: solid 0px rgba(0,0,0,0.1);
}
/*.mobile_menu ul li a {
  font-family: 'phenomenabold';
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 14px;
  margin:0;
  font-weight: 500;
  text-decoration: none;
}*/
.mobile_menu ul li a {
  font-family: 'phenomenabold';
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
}
.mobile_menu ul li a.joinus {
  position: relative;
}
.mobile_menu ul li a.joinus::after {
  content: '\f107';
  font-family: fontAwesome;
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 7px;
  color: #a4a4a4;
}
.mobile_menu ul li:last-child .submin_m {
  display: inline-block;
  margin: 0 20px;
  border-left: solid 2px #39a003;
  background: rgba(0,0,0,0.3);
}
.mobile_menu ul li:last-child .submin_m li a{
  background: #eaeaea;
  text-decoration: none;
  transition: all ease 200ms;
}
.mobile_menu ul li:last-child .submin_m li a:hover{
  background: #39a003;
  color: #fff;
}
.mobile_menu .logo_close {
  display: flex;
}
.mobile_menu .logo_close .menu_logo {
  width: 200px;
  float: left;
  position: relative;
  right: 0;
}
.mobile_menu .logo_close .m_close {
  float: right;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 30px;
}
.banners .owl-dots {
  margin-top: -28px;
  text-align: center;
  position: relative;
}
.banners .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    position: relative;
    margin: 0px 2px 0;
    border-radius: 100px;
}
.banners .owl-dots button.owl-dot.active{
   background: rgba(255,255,255,0.9);
}
.change_pincode {
  padding: 15px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.change_pincode .change_code {
  background: #fff;
  padding: 10px 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 1px rgba(0,0,0,0.2);
}
.change_pincode .change_code a {
  text-decoration: none;
  color: #777;
}

.ask_location .location_container .input_location .pincode-error {
    padding: 5px 10px;
    background: rgba(219, 141, 141, 0.2);
    margin-top: 15px;
    display: block;
    color: #f00;
    font-size: 14px;
}
.time_view{
  height: 100%;
display: inline-flex;
align-items: center;
text-align: center;
width: 100%;
}
.time_view .clock {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  margin-top: 0;
  color: #fff;
}

.time_view #Date {
  font-family: 'phenomenalight';
  font-size:16px;
  text-align:center;
  text-shadow:0 0 5px #00c6ff;
}

.time_view ul {
  width:150px;
  margin:0 auto;
  padding:0px;
  list-style:none;
  text-align:center;
}

.time_view ul li {
  display:inline;
  font-size:1.2em;
  text-align:center;
  font-family: 'phenomenabold';
  text-shadow:0 0 5px #00c6ff;
}

.time_view #point {
  position:relative;
  -moz-animation:mymove 1s ease infinite;
  -webkit-animation:mymove 1s ease infinite;
  padding-left:2px; padding-right:2px;
}

@-webkit-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }    
}

@-moz-keyframes mymove 
{
0% {opacity:1.0; text-shadow:0 0 20px #00c6ff;}
50% {opacity:0; text-shadow:none; }
100% {opacity:1.0; text-shadow:0 0 20px #00c6ff; }    
}

.products_search {
  height: 100%;
  display: block;
  width: 100%;
}
.products_search .input_group {
  width: 100%;
  display: inline-flex;
  margin: 17px 0;
}
.products_search .input_group input {
  width: 100%;
  padding: 8px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0px;
  background: rgba(255,255,255,0.9);
}
.products_search .input_group button {
  border: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: solid 1px #39a003;
  background: #fff;
  cursor: pointer;
}
.nearstore {
  padding: 10px 0;
  font-size: 14px;
}
.nearstore .near_store_pin {
  width: 100%;
  clear: both;
  float: left;
  font-size: 14px;
}
.products_search .input_group input::placeholder, .products_search_view .form_group input:placeholder, .products_search_view .form_group input::placeholder {
  font-weight: bold;
}
.nearstore .outlet {
  font-size: 24px;
  color: #c1c1c1;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 135px;
  display: inline-block;
}

.store_menu, .menu_bg{
  padding: 10px;
  background: #fff;
  margin: 15px 0 0;
}
.store_menu .store_title {
  font-size: 18px;
  padding: 0px 0 5px;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  margin-bottom: 10px;
  font-family: 'phenomenabold';
  font-weight: 300;
}
.menu_title {
  margin-top: 20px;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 400;
}
.menu_store {
  max-width: 200px;
  margin: 10px auto;
  background: #fff;
  padding: 15px;
  transform: scale(1);
  transition: all ease-in 200ms; -moz-transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms; -ms-transition: all ease-in 200ms;
  box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
}
.menu_store:hover{
  transform: scale(1.1);
}
.menu_store .menu_icon {
  max-width: 80px;
  margin: 10px auto;
}
.menu_store a {
  text-decoration: none;
  text-align: center;
  color: #333;
}
footer {
  background: #39a003;
  padding: 15px 0;
  margin-top: 30px;
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li{
  list-style: none;
  padding: 5px 0;
  font-size: 16px;
}
footer ul li a {
  color: #fff;
  position: relative;
  width: 100%;
  padding: 0;
  display: inline-block;
}
footer ul li a:before{
  content: '\f105';
  font-family: fontAwesome;
  margin-right: 10px;
}
footer ul li a:hover{
  text-decoration: none;
  color: #fff;
}
footer .footer_title {
  font-size: 20px;
  display: inline-block;
  color: #fff;
  font-family: 'phenomenabold';
  padding: 10px 0;
}
footer ul.social-link li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 10px 5px;
  
}
footer ul.social-link li a{
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #222;
  text-align: center;
  font-size: 20px;
  padding: 0;
  border-radius: 100px;
  box-shadow: 3px 3px 1px 0px rgba(0,0,0,0.2);
}
footer ul.social-link li a:before{
  content: '';
  margin-right: 0;
}
footer .subscrbe_title {
  padding: 10px 0;
  text-align: center;
  border-top: solid 1px rgba(255,255,255,0.2);
  margin-top: 10px;
  font-family: 'phenomenaregular';
  color: #fff;
  font-size: 24px;
}
footer .form_group {
  display: flex;
  align-items: center;
  margin: 10px auto;
  max-width: 540px;
}
footer .form_group input {
  width: 100%;
  height: 41px;
  line-height: 41px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 0;
  padding: 0 10px;
  background: rgba(0,0,0,0.1);
  color: #fff;
}
footer .form_group button {
  width: 200px;
  border: 0;
  padding: 8.5px 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background: #2d7b04;
  cursor: pointer;
  color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  letter-spacing: 1px;
}
footer .payment_title {
  color: #fff;
  font-family: 'phenomenabold';
  font-size: 18px;
}
footer ul.payment_icon {
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: auto;
}
footer ul.payment_icon li {
  width: 100%;
  margin: 10px 5px;
  background: #fff;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  overflow: hidden;
  padding: 0 10px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  box-shadow: 3px 3px 0px 0 rgba(0,0,0,0.2);
}
footer ul.payment_icon li img {
  vertical-align: middle;
  align-items: center;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}
.footer-bg .copyright {
  font-size: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
}
.footer-bg .copyright p {
  margin: 15px auto;
}
.footer-bg .copyright p a {
  margin: 0 5px;
  color: #fff;
  text-decoration: underline;
}

.product_item {
  padding: 15px 15px 0px;
  background: #fff;
  border: solid 3px #fff;
  height: 100%;
}
.product_item .product_short {
  max-width: 250px;
  margin: 0 auto 10px;
  border-bottom: solid 1px #eaeaea;
  padding: 0 30px;
  position: relative;
  height: 250px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product_item .product_short .addprodcut_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.product_item .addprodcut_btn a, .product_item .addprodcut_btn button {
  margin: 0;
  display: block;
  text-align: center;
  background: #fff;
  padding: 9px 0;
  color: #f15a24;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  border-radius: 100px;
  border: solid 1px #d5d5d5;
  width: 100%;
  cursor: pointer;
  outline: none;
}
.product_item .addprodcut_btn a.outstock{
  color: #a0a0a0;
  cursor: not-allowed;
  outline: none;
}
.product_item .product_short .outofstock.cflag {
  width: 40px;
  height: 40px;
  background: #e1e1e1;
  border-radius: 100px;
  padding: 0;
}
.product_item .product_short .outofstock.cflag p {
  color: transparent;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -15px;
}

.product_item .product_short .outofstock {
  position: absolute;
  top: 3px;
  right: 0px;
  background: #f44335;
  padding: 5px 10px;
  border: dashed 0px #f44335;
}
.product_item .product_short .outofstock p {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  z-index: 0;
}
.product_item .product_short .outofstock p::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #f44335;
  position: absolute;
  top: 2px;
  left: -19px;
  transform: rotate(-45deg);
  z-index: -1;
}
.product_item .product_short .outofstock.cflag p::before {
  content: '+';
  background: transparent;
  color: #333;
  transform: rotate(0deg);
  left: 0;
  top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 30px;
  font-weight: 500;
  color: #8a8a8a;
  cursor: pointer;
}
.product_item .price_of_products {
  display: inline-flex;
  width: 100%;
}
.product_item .price_of_products .original_price {
  color: #8e8e8e;
  text-decoration: line-through;
  font-size: 16px;
  width: 30%;
  display: inline-flex;
  align-items: center;
}
.product_item .price_of_products .selling_price {
  font-weight: bold;
  color: #39a003;
  font-size: 20px;
}
.product_item .price_of_products .original_price, .product_item .price_of_products .selling_price {
  position: relative;
}
.product_item .price_of_products .original_price:before, .product_item .price_of_products .selling_price:before{
content: '\f156';
margin-right: 3px;
font-family: fontAwesome;
}
.product_item .products_title {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 0px;
  /*font-family: 'Gilroy', sans-serif;*/
  font-family: 'phenomenabold';
  min-height: 43px;
  overflow: hidden;
}
.product_item .qnty {
  font-size: 16px;
  margin-bottom: 10px;
}
.product_item .product_decscribe {
  font-size: 16px;
  line-height: 20px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
}
.owl-nav .owl-prev {
  float: left;
margin-left: -20px;
}
.owl-nav button {
  width: 40px;
  height: 40px;
  background-color: #fff !important;
  color: #333 !important;
  font-size: 18px !important;
  border-radius: 100px;
  margin: -20px 15px;
  opacity: 1;
  transition: all ease-in 200ms; -moz-transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms; -ms-transition: all ease-in 200ms;
}
.owl-nav .owl-next {
  float: right;
  margin-right: -20px;
}

.welcome.stoe {
  padding: 100px 15px;
}
.welcome.stoe h1 {
  font-size: 24px;
  color: #fff;
}
.welcome.stoe h1 strong {
  color: #c3ff00;
}
.welcome.stoe p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.items_wrap {
  display: inline-flex;
  align-items: center;
  border: solid 1px #f0f0f0;
  margin: 15px auto;
  width: 100%;
  border-radius: 0;
  background: #fff;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.1);
}
.items_wrap .items_snap {
  max-width: 100px;
  background: #fff;
  margin: 15px 10px;
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  height: 100px;
  display: flex;
  align-items: center;
}
.items_wrap .about_item {
  width: 100%;
  text-align: left;
}
.items_wrap .about_item h4 {
  font-size: 24px;
  font-family: 'phenomenabold';
  padding: 0;
  color: #39a003;
}
.items_wrap .about_item .about_stroe {
  font-size: 18px;
  clear: left;
  font-family: 'phenomenalight';
  color: #222;
}
.items_wrap .about_item .location {
  font-size: 14px;
  clear: left;
  width: 100%;
  float: left;
  color: #aeaeae;
}


/*pop up*/
.ask_location {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  opacity: 0;
  transform: scale(0);
  transition: all ease-in 400ms;
  -moz-transition: all ease-in 400ms;
  -webkit-transition: all ease-in 400ms;
}
.ask_location .location_overlay{
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
}
.ask_location .location_container {
    z-index:1000;
  width: 450px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
}
.ask_location .location_container .logo_container {
  max-width: 350px;
  padding: 0px 20px;
  margin: 0 auto;
}
.ask_location .location_container .location_tag {
  font-size: 1.5rem;
  padding: 0px 0 0px;
  font-weight: normal;
  text-align: center;
  font-family: 'phenomenaregular';
  color: #24aef1;
  max-width: 450px;
  margin: 0 auto;
  font-weight: bold;
  text-transform: capitalize;
}
/*.ask_location .location_container .location_tag {
  font-size: 20px;
  padding: 0px 0 30px;
  font-weight: normal;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  color: #28a745;
  max-width: 450px;
  margin: 0 auto;
}*/
.ask_location .location_container .input_location, .ask_location .location_container .input_place {
  width: 100%;
}
.ask_location .location_container .input_location input, .ask_location .location_container .input_place input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e1e1e1;
}
.ask_location .location_container .input_location input::placeholder, .ask_location .location_container .input_place input::placeholder {
  font-weight: bold !important;
  text-transform: capitalize;
}
.ask_location .location_container .or_location {
  margin: 5px 0;
  text-align: center;
}
.ask_location .location_container .or_location .or_location {
  border: 1px #28a745 outset;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 100px;
}
.ask_location .location_container .location_btn {
  text-align: center;
  margin: 10px 0;
}
.ask_location .location_container .location_btn button {
  width: 150px;
  padding: 10px 0;
  border: 0px;
  background: #28a745;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.ask_location .location_container .location_btn button {
  width: 150px;
  padding: 10px 0;
  border: 0px;
  background: #28a745;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 45px;
  margin-top: 25px;
  cursor: pointer;
}
.ask_location .location_container .patnerwith_us {
  text-align: center;
  font-size: 14px;
}
.ask_location .location_container .patnerwith_us p a {
  color: #28a745;
  font-weight: normal;
  text-decoration: underline;
  font-family: 'Roboto', sans-serif;
}
.showlocation{
  opacity: 1;
  transform: scale(1);
}
.conti_btn {
  text-align: left;
}

/*cart css */
.cart_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  height: 100%;
  z-index: 9999999;
}
.cart_box .cart_box_over {
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cart_container {
  position: absolute;
  top: 0;
  right: -400px;
  z-index: 999;
  background: #f4f4f4;
  height: 100%;
  min-width: 320px;
  max-width: 400px;
  transition: all ease-in 200ms; -moz-transition: all ease-in 200ms; -webkit-transition: all ease-in 200ms;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
.cart_container .cart_head {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  text-align: left;
  background: #fff;
  border-bottom: solid 1px #eaeaea;
  height: 5%;
  min-height: 60px;
}
.cart_container .cart_head div, .cart_container .cart_store_items .cart_items_inside div {
  width: 100%;
  max-width: 400px;
}
.cart_container .cart_store_items .cart_items_inside div.addons {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  max-width: 200px;
  padding: 0 10px;
}
.cart_container .cart_store_items .cart_items_inside div.addonsize{
  padding: 0 10px;
  font-weight: bold;
}
.cart_container .cart_head .my_cart {
  color: #39a003;
  padding: 10px 0;
  font-weight: 600;
  font-size: 20px;
}
.cart_container .cart_head .my_product_cart {
  color: #a4a4a4;
  padding: 10px;
}
.cart_container .cart_head .close_cart {
}
.cart_container .cart_head .close_cart a {
  padding: 5px 15px;
  border: solid 1px #39a003;
  border-radius: 50px;
  float: right;
  color: #aeaeae;
  text-decoration: none;
  height: auto;
  font-size: 20px;
  font-weight: 600;
}
.cart_container .cart_head .close_cart a i {
  margin-right: 5px;
}
.cart_container .cart_store_items {
  background: transparent;
  padding: 0;
  height: calc(100vh - 116px);
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #f4f4f4;
  scrollbar-width: thin;
}
.cart_container .cart_store_items .cart_middle {
  margin-bottom: 3px;
  background: #fff;
  padding: 0 10px;
}
.cart_container .cart_store_items .store_cart_view {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px 10px 5px;
}
.cart_container .cart_store_items .store_cart_view .store_img {
  width: 70px;
  height: 70px;
  padding: 12px;
  border: solid 1px #eaeaea;
  border-radius: 100px;
}
.cart_container .cart_store_items .store_cart_view .store_info_cart {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.cart_container .cart_store_items .store_cart_view .store_info_cart .store_name {
}
.cart_container .cart_store_items .store_cart_view .store_info_cart .store_name .store_sub_menu {
  font-size: 16px;
}
.cart_container .cart_store_items .store_cart_view .store_info_cart {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.cart_container .cart_store_items .store_cart_view .store_info_cart .store_name {
  width: 100%;
}
.cart_container .cart_store_items .store_cart_view .store_info_cart .store_amt {
  width: 100px;
  text-align: center;
  font-size: 16px;
}
.cart_container .cart_store_items .alert_title {
  margin: 0px auto;
  text-align: center;
  padding: 0px 15px;
  background: #eaeaea;
  width: 99%;
  display: block;
  border-radius: 100px;
  box-shadow: 3px 3px 0px 0 rgba(57, 160, 3, 0.4);
  -moz-box-shadow: 3px 3px 0px 0 rgba(57, 160, 3, 0.4);
  -webkit-box-shadow: 3px 3px 0px 0 rgba(57, 160, 3, 0.4);
}
.cart_container .cart_store_items .alert_title a {
  height: auto;
}
.cart_container .cart_store_items .alert_title .alert_main_store {
  font-size: 14px;
}
.cart_container .cart_store_items .alert_title .alert_main_store .amt {
  color: #f00;
  margin: 0 2px;
}
.cart_container .cart_store_items .cart_items_inside {
  display: inline-flex;
  align-items: center;
  margin: 10px 0;
  position: relative;
  border-top: solid 1px #f4f4f4;
  max-width: 400px;
} 
.cart_container .cart_store_items .cart_items_inside .prd_img {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
}
.cart_container .cart_store_items .cart_items_inside .qut_prd {
  width: 50px;
  text-align: center;
  border: solid 0px #eaeaea;
  display: inline-block;
}
.cart_container .cart_store_items .cart_items_inside .prd_to_amt {
  width: 150px;
  text-align: center;
  font-size: 16px;
}
.store_main_nav {
  font-family: 'phenomenabold';
  font-size: 24px;
}
.cart_container .cart_store_items .cart_items_inside .prd_dec_main {
  font-size: 16px;
  padding: 0 10px;
}
.cart_container .cart_store_items .cart_items_inside .prd_att {
  display: inline-flex;
  font-size: 16px;
  padding: 0 11px;
  align-items: center;
  position: relative;
  z-index: 999;
}
.cart_container .cart_store_items .cart_items_inside .prd_rmv {
  width: auto;
  padding: 0;
  margin: -10px 10px 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.cart_container .cart_store_items .cart_items_inside .prd_rmv a{
  text-decoration: none;
  color: #222;
}
.cart_container .cart_store_items .cart_items_inside .prd_rmv img {
  width: 20px;
  margin: 0 5px;
}
.cart_container .cart_store_items .cart_items_inside .qut_prd .hidden_files {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
.cart_container .cart_store_items .cart_items_inside .prd_rmv form button {
    background: transparent;
    border: 0px;
    cursor: pointer;
    border-left: solid 1px #eaeaea;
  outline: none;
}
.cart_container .cart_store_items .cart_items_inside .qut_prd .qty_count_box, .cart_container_checkout .cart_middle .cart_items_inside .qut_prd .hidden_files .qty_count_box .over_qty{
  height: 100%;
}
.cart_container .cart_store_items .cart_items_inside .qut_prd .over_qty, .cart_container_checkout .cart_middle .cart_items_inside .qut_prd .hidden_files .qty_count_box .over_qty {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  position: absolute;
  z-index: 999; 
  display: none; 
}
.cart_container .cart_store_items .cart_items_inside .qut_prd .qty_count_box .qty_count_wrap {
  width: 100px;
  position: absolute;
  z-index: 999;
  right: 72px;
  display: inline-flex;
  /*top: 35px;*/
  bottom: 0;
}
.cart_container .cart_store_items .cart_items_inside .qut_prd .hidden_files input {
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: solid 1px #eaeaea;
  font-size: 14px;
  margin: 0 auto;
  cursor: pointer;
}
.cart_container #detail_cart{
  width: 100%;
  display: inline-flex;
}
.cart_container .cart_store_items .cart_items_inside .qut_prd .hidden_files button {
  width: 30px;
  text-align: center;
  border: 0;
  height: 30px;
  cursor: pointer;
  background: #f15a24;
  color: #fff;
  font-size: 20px;
  display: none;
}
.checkout_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #39a003;
  width: 100%;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  z-index: 9999999;
}
.checkout_btn a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 15px !important;
  color: #fff;
  font-weight: bold;
  font-size: 24px !important;
  text-decoration: none !important;
  font-family: 'phenomenabold';
  text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
  text-transform: uppercase;
  position: relative;
  font-synthesis: style;
  letter-spacing: 1px;
  height: auto !important;
}
.checkout_btn a span {
  width: 90px;
  display: inline-block;
  text-align: center;
  padding: 5px 0px;
  color: #fff;
  font-family: 'phenomenabold';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2rem;
  background: #2e7e04;
  margin: 0 10px;
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 8px;
}
.chckout_title {
  margin-bottom: 5px;
  padding: 10px 0;
  font-size: 24px;
  font-family: 'phenomenabold';
  font-synthesis: style;
}
.checkout_container {
  padding: 30px 0;
}
.cart_container_checkout {
  background: #fff;
  padding: 20px;
  max-height: 500px;
  scrollbar-color: #f4f4f4;
  scrollbar-width: thin;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1); -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1); -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
}
.cart_container_checkout .cart_middle .cart_store {
  display: block;
  align-items: center;
}
.cart_container_checkout .cart_middle .cart_store .store_cart_view {
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: solid 1px #eaeaea;
  padding: 10px 0;
}
.cart_container_checkout .cart_middle .cart_store .store_cart_view .store_img {
    width: 100px;
    height: 100px;
    padding: 20px;
    border: solid 1px #eaeaea;
    border-radius: 100px;
  -moz- border-radius: 100px;
  -webkit- border-radius: 100px;
  -ms- border-radius: 100px;
    display: inline-flex;
    align-items: center;
}
.cart_container_checkout .cart_middle .cart_store .store_cart_view .store_info_cart {
  padding: 0 15px;
  width: 85%;
  display: inline-flex;
  align-items: center;
}
.cart_container_checkout .cart_middle .cart_store .store_cart_view .store_info_cart .store_name {
  width: 85%;
}
.cart_container_checkout .cart_middle .cart_store .store_cart_view .store_info_cart .store_amt {
  text-align: center;
  width: 15%;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
.cart_container_checkout .cart_middle .cart_store .store_cart_view .store_info_cart .store_amt i{font-weight: normal;}
.cart_container_checkout .cart_middle .cart_store .store_cart_view .store_info_cart .store_name .store_main_nav {
  font-size: 20px;
}
.cart_container_checkout .cart_middle .cart_store .store_cart_view .store_info_cart .store_name .store_sub_menu {
  font-size: 14px;
  color: #bbb;
}
.cart_container_checkout .cart_middle .cart_store .alert_title {
  text-align: center;
  padding: 10px 0;
  background: #eaeaea;
  margin: 5px 0;
  border-radius: 5px;
  font-size: 14px;
}
.cart_container_checkout .cart_middle .cart_store .alert_title .alert_main_store {
}
.cart_container_checkout .cart_middle .cart_store .alert_title .alert_main_store .amt {
  color: #f00;
  margin: 0 5px;
  padding: 6px 0px;
  border-radius: 100px;
}
.cart_container_checkout .cart_middle .cart_items_inside {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #eaeaea;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_img {
  width: 70px;
  padding: 10px;
  border-right: solid 1px #eaeaea;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_dec {
  padding: 0 10px;
  min-width: 187px;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_dec .prd_dec_main {
  font-size: 16px;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_dec .prd_att {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_dec .prd_att .prd_amt, .cart_container_checkout .cart_middle .cart_items_inside .prd_dec .prd_att .prd_rmv {
  font-size: 16px;
  padding: 0px 10px;
  position: relative;
  z-index: 999;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_dec .prd_att .prd_rmv a {
  text-decoration: none;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_dec .prd_att .prd_rmv a img {
  width: 15px;
  margin: 0 5px;
}
.cart_container_checkout .cart_middle .cart_items_inside .qut_prd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cart_container_checkout .cart_middle .cart_items_inside .qut_prd .hidden_files {
  height: 100%;
}
.cart_container_checkout .cart_middle .cart_items_inside .qut_prd .hidden_files .qty_count_box {
  height: 100%;
}
.cart_container_checkout .cart_middle .cart_items_inside .qut_prd .hidden_files .qty_count_box .qty_count_wrap {
  display: inline-flex;
  text-align: center;
  width: 100px;
  right: 60px;
  position: absolute;
  top: 21px;
  z-index: 999;
}
.cart_container_checkout .cart_middle .cart_items_inside .qut_prd .hidden_files .qty_count_box .qty_count_wrap button {
  width: 30px;
  height: 30px;
  border: 0;
  font-size: 22px;
  background: #f15a24;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
.cart_container_checkout .cart_middle .cart_items_inside .qut_prd .hidden_files .qty_count_box .qty_count_wrap input {
  width: 40px;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #eaeaea;
  cursor: pointer;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_to_amt {
  float: right;
  position: absolute;
  right: 30px;
}
.conti_shopping .conti_btn a {
  padding: 8px 10px;
  background: #f15a24;
  color: #fff;
  border-radius: 5px;
  margin: 10px 0;
  display: inline-block;
  text-decoration: none;
}
.conti_shopping {
  background: #fff;
  padding: 15px 10px;
}
.select_zone, .express_delivery {
  background: #fff;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  padding: 10px 0 0;
}
.delivery_section .billing_infomation .devilery_title {
    padding: 10px 15px;
    display: block;
    font-size: 16px;
    font-family: 'phenomenabold';
    border-top: solid 1px #eaeaea;
    background: #eaeaea;
}
.select_de_title .devilery_title {
  padding: 10px 15px;
  display: block;
  font-size: 16px;
  font-family: 'phenomenabold';
  border-top: solid 1px #eaeaea;
  background: #eaeaea;
}
.delivery_section .billing_infomation .added_address {
  margin-bottom: 2px;
}
.select_zone select, .express_delivery select {
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 0px;
  border: solid 1px #eaeaea;
  outline: none;
}

/*.select_zone select#choose_date {background-color:#f15a24}*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #eaeaea !important;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25) !important;
  -moz-box-shadow: 0 0 0 0rem rgba(0,123,255,.25) !important;
  -webkit-box-shadow: 0 0 0 0rem rgba(0,123,255,.25) !important;
  -ms-box-shadow: 0 0 0 0rem rgba(0,123,255,.25) !important;
}
.select_devilery_time .express_delivery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 0px;
  margin: 1px 0px 10px;
  grid-column-gap: 20px;
}
.select_devilery_time .express_delivery ul {
    margin: 0;
    padding: 0;
}
.select_devilery_time .express_delivery ul li {
    margin-top: 15px;
    list-style: none;
}
.select_devilery_time .express_delivery ul li input {
    border-radius: 0px;
    border: solid 1px #eaeaea;
    font-size: 14px;
}
.select_devilery_time .express_delivery ul li span {
    font-size: 14px;
    padding: 15px 0;
    color: #088e21 !important;
}
.payment_selector {
  background: #fff;
  padding: 20px;
  min-height: 600px;
  position: sticky;
  box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  -ms-box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
  top: 90px;
}
.payment_selector .payment_title {
  border-bottom: solid 1px #eaeaea;
  text-align: center;
}
.payment_selector .payment_title h4 {
  text-transform: uppercase;
  font-family: 'phenomenabold';
  font-size: 24px;
  text-align: left;
}
.payment_selector .cart_summery {
  padding: 20px 0;
}
.payment_selector .cart_summery ul {
  margin: 0;
  padding: 0;
}
.payment_selector .cart_summery ul li {
  list-style: none;
  padding: 10px 0;
  border-bottom: solid 1px #eaeaea;
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.payment_selector .cart_summery ul li .cart_amt {
  float: right;
  font-weight: normal;
}
.payment_selector .total_amt {
  padding: 0px 0;
  width: 170px;
  float: right;
}
.payment_selector .total_amt .total {
  font-size: 20px;
  font-family: 'phenomenabold';
  text-align: left;
  text-transform: uppercase;
}
.payment_selector .total_amt .t_amt {
  float: right;
  font-family: 'phenomenabold';
  font-size: 20px;  
}
.payment_selector .process_btn .payemnt_title {
  padding: 10px 5px;
  font-size: 16px;
  display: block;
}
.payment_selector .process_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.payment_selector .process_btn .process_btn_cover {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.payment_selector .process_btn .process_btn_cover li {
  list-style: none;
  width: 100%;
}
.payment_selector .process_btn button {
  width: 100%;
  padding: 10px 0;
  border: solid 1px #eaeaea;
  background: #f15a24;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}
.product_item .Customizable {
  display: inline-flex;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 10px;
  background: #fff;
  border: solid 1px #d5d5d5;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.product_item .Customizable span {
  background: #f15a24;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  float: right;
  border-radius: 100px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
}
.add-variant, .login_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
.add-variant .variant_over{
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.add-variant #abc{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 800px;
  min-width: 600px;
  display: inline-flex;
  align-items: center;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
}
.add-variant #abc .variant_pcis{border-right: solid 1px #eaeaea;}
.add-variant #abc .variant_pcis, .add-variant #abc .variant_info {
  width: 50%;
  padding: 15px;
}
#update_address h4 {
  border-bottom: solid 3px #f15a24;
  padding: 10px 0;
}
#update_address #updateAddressDialog .input_action label {
  width: 100%;
}
#update_address #updateAddressDialog .input_action input, #update_address #updateAddressDialog .input_action select {
  width: 100%;
}
#update_address #updateAddressDialog .input_action select {
  width: 100%;
  padding:10px 0; 
}
#update_address #updateAddressDialog .input_action {
  margin-bottom: 10px;
}
#update_address #updateAddressDialog .input_action textarea {
  width: 100%;
  resize: none;
}
.add-variant #abc .variant_info h3 {
  font-size: 1.5rem;
  text-rendering: optimizelegibility;
  padding: 10px 0;
  text-transform: capitalize;
  font-weight: bold;
}
.add-variant #abc .variant_info p {
  font-size: 14px;
  line-height: 20px;
  color: #aaa;
}
.add-variant #abc .variant_info .select_variant {
  font-size: 16px;
}
.add-variant #abc .variant_info .variend_info_section, .add-variant #abc .variant_info .variend_info_section ul {
  margin: 0;
  padding: 0;
}
.add-variant #abc .variant_info .variend_info_section ul li {
  line-height: normal;
  list-style: none;
  padding: 0;
  display: inline-block;
}
.add-variant #abc .variant_info .variend_info_section ul li label {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 10px 0;
  padding: 10px 10px;
  border: solid 1px #eaeaea;
  position: relative;
}
.add-variant #abc .variant_info .variend_info_section ul li label input[type="radio"] {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  margin: 0 8px 0 0px;
}
.add-variant #abc .variant_info .variend_info_section ul li label input[type="radio"] + .label {
  border: solid 2px #eaeaea;
  position: relative;
  top: 0;
  left: -10px;
  width: 20px;
  height: 20px;
  background: transparent;
  z-index: -1;
  border-radius: 100px;
}
.add-variant #abc .variant_info .variend_info_section ul li label input[type="radio"]:checked + .label{
  border: solid 2px #f15a24;
}
.add-variant #abc .variant_info .variend_info_section ul li label input[type="radio"]:checked + .label::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background: #f15a24;
  top: 50%;
  left: 50%;
  border-radius: 100px;
  transform: translate(-50%,-50%);
}
.add-variant #abc .variant_info .cus_price {
    font-size: 24px;
    font-weight: bold;
    font-family: 'phenomenabold';
    width: 100%;
    color: #f15a24;
}
.add-variant #abc .variant_info .qty_box {
  display: flex;
  align-items: center;
  padding: 0px 0 20px;
}
.add-variant #abc .variant_info .qty_box .add_more {
  width: 100px;
  display: inline-flex;
  align-items: center;
}
.add-variant #abc .variant_info .qty_box .add_more button {
    border: solid 1px transparent;
    width: 40px;
    cursor: pointer;
    line-height: 26px;
    height: 30px;
    background: #f15a24;
    color: #fff;
    font-size: 14px;
    font-family: Arial;
}
.add-variant #abc .variant_info .qty_box .add_more input {
  width: 40px;
  text-align: center;
  border: solid 1px #eaeaea;
}
.add-variant #abc .variant_info .qty_box .add_cart {
  width: 100%;
  text-align: center;
}
.add-variant #abc .variant_info .qty_box .add_cart button {
  padding: 5px 15px;
  border: solid 0px #eaeaea;
  width: 80%;
  cursor: pointer;
  background: #f15a24;
  color: #fff;
}
 /*input type radio */
 .login_wrap .over_login {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
}
.login_wrap .login_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 800px;
  min-width: 800px;
  display: inline-flex;
  align-items: center;
  height: 580px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
}
.login_wrap .login_bg .login_sign {
  width: 60%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  padding: 14px 20px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
}
.login_wrap .login_bg.sign_up .sign_up_form {
  position: absolute;
  right: 0;
  width: 60%;
  padding: 10px 30px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
}
.login_wrap .login_bg .login_title {
  padding: 10px;
  font-weight: bold;
  color: #f05b25;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  text-align: center;
  font-size: 36px;
}
.login_wrap .login_bg .login_sign .normal_login {
  width: 100%;
  padding: 10px;
}
.login_wrap .login_bg  .input_group{
}
.login_wrap .login_bg .resent_btn {
  text-align: right;
}
.otp_counter {
  text-align: center;
  padding: 20px 0;
}
.otp_counter #showmsg {
  font-weight: bold;
  font-size: 18px;
  color: #39a003;
}
.login_wrap .login_bg .resent_btn a {
  color: #f05b25;
  cursor: pointer;

}
.login_wrap .login_bg  .input_group label{
  font-size: 14px;
  text-transform: uppercase;
  color: #7e7e7e;
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
.login_wrap .login_bg  .input_group input{
  border: solid 1px #eaeaea;
  padding: 7px 10px;
  width: 100%;
  margin-bottom: 10px;
}
.login_wrap .login_bg .input_group input::placeholder {
  color: #b5b2b2;
}
.login_wrap .login_bg .login_sign .normal_login .remember_me {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.login_wrap .login_bg .switch_action {
  height: 100%;
  width: 40%;
  display: inline-flex;
  flex-wrap: wrap;
  text-align: center;
  background: #3ab19b;
  position: absolute;
  align-items: center;
  padding: 0 15px;
  right: 0;
  left: 60%;
  transition: all ease-in 300ms;
  -moz-transition: all ease-in 300ms;
  -webkit-transition: all ease-in 300ms;
  -ms-transition: all ease-in 300ms;
  -o-transition: all ease-in 300ms;
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;

}
.login_wrap .login_bg.sign_up .switch_action {
  left: 0;
  right: 60%;
}
.login_wrap .login_bg .switch_action .social_info .title_intro {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-shadow: 0px 0px 2px rgba(255,255,255,0.9);
}
.login_wrap .login_bg .switch_action .pragraph {
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.login_wrap .login_bg .switch_action .login_btn button {
  background: transparent;
  border: solid 1px #fff;
  padding: 6px 15px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 100px;
  font-size: 16px;
  outline: 0px;
  cursor: pointer;
}
.login_wrap .login_bg .soical_login {
}
.login_wrap .login_bg .soical_login ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  border-bottom: solid 0px #eaeaea;
  width: 95%;
}
.login_wrap .login_bg  .or_section {
  text-align: center;
  height: 1px;
  margin: 25px 0;
  display: block;
  border-top: solid 1px #eaeaea;
  position: relative;
}
.login_wrap .login_bg .or_section .or_with {
  width: 50px;
  font-size: 18px;
  color: #222;
  padding: 0;
  background: #fff;
  height: 50px;
  border: solid 1px #f2f2f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border-radius: 100px;
  margin-top: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.login_wrap .login_bg .soical_login ul li {
  display: inline-block;
  list-style: none;
  margin: 0px 0 15px;
}
.login_wrap .login_bg .soical_login ul li a, .login_wrap .login_bg .soical_login ul li.g-signin2 {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: solid 1px #eaeaea;
    line-height: 40px;
    text-decoration: none;
    border-radius: 100px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.user_login ul {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.login_wrap .login_bg .user_login ul li {
    display: inline-block;
    list-style: none;
    margin: 10px 5px;
    position: relative;
}
.login_wrap .login_bg .user_login ul li.email.active a, .login_wrap .login_bg .user_login ul li.mobile.active a {
    background: #3ab19b;
}
.login_wrap .login_bg .user_login ul li.email.active a i, .login_wrap .login_bg .user_login ul li.mobile.active a i{
  color: #fff;
  }

.login_wrap .login_bg .user_login ul li a{
    width: 40px;
    height: 40px;
    display: inline-block;
    border: solid 1px #eaeaea;
    line-height: 40px;
    text-decoration: none;
    border-radius: 100px;
    margin: 0;
    position: relative;
}
.login_wrap .login_bg .user_login ul li a span{
  display: none;
}
.login_wrap .login_bg .user_login ul li span.tooltips {
  
    position: absolute;
    bottom: -45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    background: #3ab19b;
    min-width: 100px;
    left: 50%;
    color: #fff;
    transform: translate(-50%, 0%);
    transition: all ease-in 200ms;
    -moz-transition: all ease-in 200ms;
    -webkit-transition: all ease-in 200ms;
    -ms-transition: all ease-in 200ms;
}
.login_wrap .login_bg .user_login ul li span.tooltips span.arrow {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -4px;
    background: #3ab19b;
    display: block;
    left: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
    -moz-transform: translate(-50%, 0%) rotate(-45deg);
    -webkit-transform: translate(-50%, 0%) rotate(-45deg);
    -ms-transform: translate(-50%, 0%) rotate(-45deg);
}
.login_wrap .login_bg .user_login ul li:hover span.tooltips{
  display: block;
}
.login_wrap .login_bg .soical_login ul li.g-signin2 .abcRioButton.abcRioButtonLightBlue {
    width: 40px !important;
    height: 30px !important;
    box-shadow: none;
    text-align: center;
}
.abcRioButtonContentWrapper .abcRioButtonIcon{
  padding: 6px 10px !important;
    margin: 4px 0 !important;
}
.login_wrap .login_bg .soical_login ul li.g-signin2 .abcRioButtonContents{
  display: none;
}
.login_wrap .login_bg .soical_login ul li a:hover{
  background: #3ab19b;
  color: #fff;
  border: solid 1px transparent;
}
.login_wrap .login_bg .login_sign .normal_login .remember_me span {
  width: 100%;
  text-align: center;
}
.login_wrap .login_bg .input_group label .otp_log {
  float: right;
  /*border: solid 1px #3ab19b;*/
  padding: 5px;
  margin-top: -10px;
  color: #3ab19b;
}
.login_wrap .login_bg .input_group.otp_section .resend_otp .msg_otp .btn_resend {
  float: right;
  display: block;
  width: 40%;
}
.login_wrap .login_bg .input_group.otp_section .resend_otp .msg_otp .btn_resend a {
  float: right;
  border: solid 1px #3ab19b;
  padding: 5px 10px;
  border-radius: 50px;
}
.login_wrap .login_bg .input_group.otp_section .resend_otp .msg_otp {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.login_wrap .login_bg .input_group.otp_section .resend_otp .msg_otp p {
  background: transparent;
  color: #333;
  margin: 0;
  font-size: 18px;
  max-width: 300px;
}

.login_wrap .login_bg .input_group.otp_section label p {
  text-transform: none;
  text-align: right;
  margin: 0 15px;
  float: right;
  display: block;
  background: #3ab19b;
  color: #fff;
  padding: 0 5px;
}

.login_wrap .login_bg .login_sign .normal_login .remember_me a {
  text-decoration: none;
  padding: 0px 0px;
  border-bottom: solid 0px #eaeaea;
  color: #7b7b7b;
  font-size: 18px;
  margin: 0px 0;
  display: inline-block;
  text-align: right;
  float: right;
  font-size: 16px;
}
.login_wrap .login_bg .login_sign .normal_login .remember_me a.otp_log {
    float: right;
    background: #fff;
    color: #fff;
    padding: 7px 15px;
    border-radius: 120px;
    text-transform: uppercase;
    font-size: 14px;
    background: #f05b25;
}
.login_wrap .login_bg.sign_up {
  min-height: 795px;
}
.login_wrap .login_bg .login_sign .normal_login .login_btn, .login_wrap .login_bg.sign_up .sign_up_form .sign_up_btn {
  text-align: center;
  padding: 10px 0;
}
.login_wrap .login_bg .login_sign .normal_login .login_btn button, .login_wrap .login_bg.sign_up .sign_up_form .sign_up_btn button {
  padding: 8px 30px;
  background: #3ab19b;
  color: #fff;
  border: transparent 0px solid;
  text-transform: uppercase;
  border-radius: 100px;
}
/*End radio*/

/* thanks */
.thanks_wrap {
  background: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
}
.thanks_img i {
    font-size: 4rem;
    color: #f15a24;
    border: solid 3px #f15a24;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100px;
    margin: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.thanks_wrap .thanks_content .thanks_order {
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #609d0e;
  text-shadow: 5px 3px 0 rgba(0,0,0,0.1);
}
.thanks_wrap.cancel_payment .thanks_content .thanks_order {
    font-size: 3rem !important;
    color: #f15a24 !important;
    text-shadow: 5px 3px 0 rgba(0,0,0,0.1);
}
.thanks_wrap.cancel_payment .thanks_img i {
    color: #000 !important;
    border: dashed 2px #f15a24;
    font-size: 4rem;
    font-weight: normal;
}
.thanks_wrap .thanks_content .thanks_pra {
  text-align: right;
  max-width: 530px;
  margin: -32px auto 0;
  font-size: 15px;
  font-style: italic;
  color: #f15a24;
}
.thanks_wrap .thanks_content .order_infomation p {
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
}
.thanks_wrap .continue_shoping a {
  border: 0;
  padding: 10px 20px;
  color: #fff;
  background: #f15a24;
  border-radius: 100px;
  cursor: pointer;
  margin: 0 10px;
}
/*Empty Box*/
.empty_wrap {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}
.empty_wrap .empty_cart {
  max-width: 80%;
  text-align: center;
  margin: 0 auto;
}
.empty_wrap .empty_cart .empty_img {
  max-width: 150px;
  margin: 0 auto;
  border-radius: 150px;
  overflow: hidden;
  height: 150px;
  background: #fff;
  display: flex;
  align-items: center;
}
.empty_wrap .empty_cart .empty_title {
  font-size: 24px;
  font-weight: bold;
  color: #ff6f00;
  padding: 10px 0 0;
  display: block;
}
.empty_wrap .empty_cart p {
  margin: 0;
  font-size: 16px;
}
/*End empty box*/
.mobile-remove-pad {
  padding: 5px;
}
@media (max-width: 1199px){
    .delivery_section .billing_infomation .added_address {
  margin-bottom: 20px;
  text-align: left;
}
.address_wrap {
  text-align: left;
}
}
@media (max-width: 768px){

  .Customer-care h1{
    font-size: 1.5rem;
  }
  .login_wrap .login_bg .input_group.otp_section .resend_otp .msg_otp p {
  font-size: 14px;
  
}
.owl-carousel.owl-theme.menu_wrap {
  height: 44px;
}
.store_deals .item {
  border: solid 1px #eaeaea;
  padding: 3px;
}
  .product_item .product_short {
  max-width: 250px;
  margin: 0 auto 10px;
  border-bottom: solid 1px #eaeaea;
  padding: 0 15px;
}
.continue_shoping {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.product_item .product_short {
  width: 150px;
  height: 150px;
}
  .chckout_title {
  margin-bottom: 5px;
  padding: 10px 0;
  font-size: 24px;
  font-family: 'phenomenabold';
  font-synthesis: style;
  text-align: center;
}
.checkout_container {
  padding: 10px 0;
}

  .billing_filed .input_action label {
  display: none;
}
#add_address .input_action input, #add_address .input_action select, #add_address .input_action textarea {
  margin: 10px 0; 

}
  .sticky-location {
  position: sticky;
  top: 60px;
  z-index: 999;
}
  .breadcums {
  padding: 0;
}
  .items_wrap .items_snap {
  max-width: 70px;
}
  .menu_hero {
  font-size: 0.7rem;
}
.menu_store .menu_icon {
  max-width: 50px;
  margin: 10px auto;
}
.menu_store {
  margin: 0px auto;
}
.menu_store:hover {
  transform: scale(1);
}
.mobile-remove-pad {
  margin-bottom: 0px;
  padding: 1px;
}
.myorder .order-wrap .order-address {
  margin-top: 10px;
  display: block;
  float: left;
  width: 100%;
}
.myorder .order-wrap .order-status {
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.myorder .order-wrap .order-status .view-order a {
  text-decoration: none;
  color: #222;
  width: auto;
  display: inline-block;
}
  .payment_selector{margin-top: 20px;}
  .select_zone, .express_delivery, .select_devilery_time .express_delivery {
  grid-template-columns: 1fr;  
}
.select_zone select, .express_delivery select {
  margin: 5px 0;
}
  .ask_location .location_container{
    width: 300px;
  }
.time_view .clock {
  margin-top: 0;
  border: solid 1px rgba(255,255,255, 0.4);
  border-radius: 3px;
  padding: 3px 0px;
}
.change_pincode .change_code {
  margin: 0 auto;
  font-size: 14px;
}
footer ul.payment_icon li {
  min-width: 60px;
  height: 45px;
}
footer .form_group button {
  font-size: 12px;
}
footer .form_group input {
  height: 38px;
  line-height: 38px;
  width: 190px;
}
footer .subscrbe_title {
  font-size: 0.8rem;
}
footer .footer_title {
  text-align: center;
  width: 100%;
}
footer ul {
  margin: 0 auto;
  padding: 0;
  width: auto;
  text-align: center;
}
footer ul li a::before {
  content: '';
}
.store_profile_pics {
  width: 100px;
  height: 100px;
  margin: 10px auto 10px;
  line-height: 70px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 5px 5px 0px 0 rgba(57, 160, 3,0.3);
  padding: 15px;
  position: relative;
}
.store_profile_pics .online_visible {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 20px;
  right: -5px;
  z-index: 999999;
  border-radius: 100%;
  overflow: hidden;
  border: solid 2px #fff;
}
.infomation .store_info {
  margin: 0 auto;
  text-align: left;
  height: auto;
  padding: 0 15px;
  margin-top: 25px;
}
.servies_timing .closed_timing {
  font-size: 14px;
  display: block;
  max-width: 150px;
  padding: 5px 15px;
}
.servies_timing .opening_titming {
  display: block;
  font-size: 16px;
  padding: 5px 0 10px;
}
.infomation .store_info .store_about{
  height: auto;
  font-size: 12px;
  line-height: 16px;
}
.breadcums ul {
  text-align: center;
}
.store_menu_wrap {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  background: #39a003;
  overflow-x: auto;
  overflow-y: hidden;
}
.store_menu_wrap li a {
  padding: 0px 15px;
  display: block;
  border-right: solid 1px #94c943;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.infomation.mobile{
  display: none;
}
.product_item .products_title {
  font-weight: normal;
}
.cart_m {
  cursor: pointer;
}
.cart_container {
  max-width: 370px;
  margin: 0 3px;
}
.cart_container .cart_head {
  height: 9%;
}
.cart_container .cart_store_items {
  height: calc(100vh - 127.6px);
}
/*.cart_container .cart_store_items {
  height: 81%;
}*/
.cart_container .cart_store_items .cart_items_inside {
  width: 100%;
}
.cart_container .cart_store_items .cart_items_inside .qut_prd .qty_count_box .qty_count_wrap {
  right: 56px;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_dec .prd_dec_main {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_to_amt {
  float: right;
  position: absolute;
  right: 20px;
  top: 52%;
}
.cart_container_checkout .cart_middle .cart_items_inside .qut_prd .hidden_files .qty_count_box .qty_count_wrap {
  display: inline-flex;
  text-align: center;
  width: 100px;
  position: absolute;
  z-index: 999;
}
.cart_container_checkout .cart_middle .cart_items_inside .qut_prd .hidden_files .qty_count_box .qty_count_wrap {
  right: 60px;
  top: 30px;
}
.add-variant #abc {
  display: inline-block;
  max-width: 300px;
  min-width: 300px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
}
.add-variant #abc .variant_pcis {
  width: 200px;
  margin: 0 auto;
  border-right: solid 1px transparent;
}
.add-variant #abc .variant_info {
  width: 100%;
}
.add-variant #abc .variant_info h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.add-variant #abc .variant_info p {
  font-size: 12px;
  line-height: 16px;
  color: #aaa;
}
.add-variant #abc .variant_info .variend_info_section ul li label {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 10px 0;
  padding: 6px;
  border: solid 1px #eaeaea;
  position: relative;
}
.address_wrap {
  width: 100%;
}
.product_item {
    padding: 15px 15px 0px;
    background: #fff;
    border-right: solid 1px #eaeaea;
    height: 100%;
}
.modal-dialog {
    min-width: 300px !important;
    margin: 0;
}
.items_wrap {
  margin: 0px auto 6px;
  float: left;
}
.ask_location .location_container .location_tag {
    font-size: 14px;
}
.ask_location .location_container .or_location .or_location {
    border: 1px #28a745 outset;
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    border-radius: 100px;
    font-size: 12px;
}
.ask_location .location_container .input_location input, .ask_location .location_container .input_place input {
    width: 100%;
    padding: 5px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}
.ask_location .location_container .location_btn button {
    width: 100px;
    padding: 5px 0;
    background: #28a745;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 10px;    
}
.items_wrap .items_snap {
  height: 100px;
  overflow: hidden;
}
.breadcums ul {
  text-align: center;
  display: inline-flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcums ul li {
  display: inline-flex;
  width: auto;
}
.breadcums ul li a {
  margin: 0;
}
}
@media (max-width: 540px){
  
  .payment_selector .process_btn .payemnt_title {
  padding: 10px 5px;
  font-size: 20px;
  display: block;
  font-weight: bold;
}
  .conti_btn {
  text-align: center;
}
.cart_container .cart_store_items .cart_items_inside .qut_prd .qty_count_box .qty_count_wrap {
    right: 55px;
}
.sticky-location {
  position: sticky;
  top: 60px;
  z-index: 999;
}
footer ul li {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
footer ul li a {
  color: #fff;
  position: relative;
  width: 100%;
  padding: 0;
  display: inline-block;
  margin: 0;
}

}
@media (max-width: 480px){
    .items_wrap .items_snap {
  max-width: 100px;
}
  .cart_container .cart_store_items .alert_title .alert_main_store {
  font-size: 14px;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_dec .prd_dec_main {
  width: 100%;
}
.cart_container_checkout .cart_middle .cart_items_inside .prd_dec .addons {
  width: 170px;
}
.thanks_wrap .thanks_content .thanks_order {
  font-size: 3rem;
}
.thanks_wrap .thanks_content .thanks_pra {
  text-align: center;
  margin: 0px auto 0;
}
.header-payment ul{
  display: none;
}
.header .logo, .header-payment .logo {
  max-width: 480px;
  width: 100%;
}
.mobile-remove-pad{
  padding: 0 !important;
  margin-bottom: 1px;
}
.menu_store .menu_icon {
  padding: 10px;
  margin: 0 auto;
}
.menu_hero {
  font-weight: 400;
  font-size: 14px;
  max-height: 40px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.menu_store {
  height: 100%;
  max-height: 120px;
  border-right: solid 1px #eaeaea;
  padding: 0px;
  display: inline-flex;
  align-items: center;
  margin: 0 auto 10px;
  width: 100%;
  box-shadow: none;
  width: 100%;
}
.menu_store a {
  text-decoration: none;
  text-align: center;
  color: #333;
  width: 100%;
}
.menu_store:hover {
  transform: scale(1);
}
.menu_title.menu_hero {
  text-align: left;
  font-size: 20px;
  margin: 20px 0;
}
.store_profile_pics {
  width: 100px;
  height: 100px;
  margin: 50% auto;
  line-height: 70px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 6px rgb(241, 90, 36);
  padding: 8px;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.store_profile_pics .online_visible {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    z-index: 999999;
    border-radius: 100%;
    overflow: hidden;
    border: solid 2px #fff;
}
.infomation {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.infomation .store_info .timing-shop {
  margin: 10px 0 10px;
  text-shadow: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.infomation .store_info .timing-shop::before{display: none;}
.infomation .store_info .servies_offer{
  font-size: 14px;
}
.product_item .product_short .addprodcut_btn {
width: 40px;
height: 40px;
position: absolute;
top: -10px;
right: 0px;
line-height: 39px;
}
.product_item .addprodcut_btn a, .product_item .addprodcut_btn button {
    margin: 0;
    display: block;
    text-align: center;
    background: #fff;
    padding: 0px 0;
    color: #f15a24;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    border-radius: 100px;
    border: solid 1px #d5d5d5;
    width: 100%;
    cursor: pointer;
    outline: none;
}
.infomation .store_info .store_title {
  font-size: 1.5rem;
  /* color: #fff; */
  font-weight: bold;
  margin: 10px 0;
}
.product_item .price_of_products {
  display: grid;
  width: 100%;
  grid-template-columns: 80px 1fr;
}
.product_item .price_of_products .original_price, .product_item .price_of_products .selling_price {
  position: relative;
  text-align: left;
  width: 100%;
}
.product_item .products_title {
    font-size: 16px;
    overflow: hidden;
    max-height: 37px;
}
/*.product_item .price_of_products .original_price, .product_item .price_of_products .selling_price {
  width: 100%;
}*/
.product_item .product_decscribe {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.change_pincode .change_code {
  margin: 0 auto;
  font-size: 12px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.change_pincode .change_code a {
  margin: 4px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  background: #f15a24;
  padding: 5px 10px;
  border-radius: 3px;
  letter-spacing: 1px;
}
.time_view ul li {    
    font-size: 16px;    
}
footer .form_group button {
   width: 110px;
  font-size: 14px;
  padding: 8.5px 0;
}
.footer-bg .copyright p {
  margin: 15px 0;
  white-space: nowrap;
  width: 100%;
  text-align: center;
}
.cart_container_checkout .cart_middle .cart_store .store_cart_view .store_img {
  width: 99px;
  height: 90px;  
}

}

.checkout_container .billing_block {
  background: #fff;
  padding: 15px;
  box-shadow: none;
  margin: 5px;
  border: solid 1px #eaeaea;
}
.checkout_container .billing_block .login_billing {
  font-size: 12px;
  padding: 0px 0 15px 0;
}
.checkout_container .billing_block .login_billing a {
  color: #f15a24;
  font-size: 14px;
}
/*.checkout_container .billing_block .billing_infomation {
}
.checkout_container .billing_block .billing_infomation .billing_filed{

}
.checkout_container .billing_block .billing_infomation .billing_filed form {
  
}
.checkout_container .billing_block .billing_infomation .billing_filed form .input_action {
}
.checkout_container .billing_block .billing_infomation .billing_filed form .input_action label {
  width: 100%;
  font-size: 14px;
  padding: 10px 0 0;
}
.checkout_container .billing_block .billing_infomation .billing_filed form .input_action input, .checkout_container .billing_block .billing_infomation .billing_filed form .input_action select, .checkout_container .billing_block .billing_infomation .billing_filed form .input_action textarea {
  width: 100%;
  padding: 8px 5px;
  border: solid 1px #d7d6d6;
}
.checkout_container .billing_block .billing_infomation .billing_filed form .input_action button {
  float: right;
  margin: 15px 0;
  padding: 5px 15px;
  border: solid 0px #f15a24;
  background: #f15a24;
  color: #fff;
  text-transform: uppercase;
}*/
#add_address .input_action label {
  width: 100%;
  font-size: 16px;
  padding: 10px 0 0;
}
#add_address .input_action input, #add_address .input_action select, #add_address .input_action textarea {
  width: 100%;
  padding: 8px 5px;
  border: solid 1px #d7d6d6;
}
#add_address .input_action button {
  float: right;
  margin: 15px 0;
  padding: 5px 15px;
  border: solid 0px #f15a24;
  background: #f15a24;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 15px;
}
.address_wrap {
  width: 327px;
  padding: 10px;
  border: solid 1px #eaeaea;
  position: relative;
  display: inline-block;
  margin: 20px 10px;
}
.address_wrap .address_header {
  display: inline-block;
  width: 100%;
}
.address_wrap .address_header h3 {
  font-family: 'phenomenabold';
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: solid 1px #f15a24;
  padding: 0px 0 10px 0;
  color: #f15a24;
}
.address_wrap .add_det {
  width: 100%;
  display: inline-block;
  clear: left;
  float: left;
}
.address_wrap .add_det .phone {
  width: 100%;
  float: left;
  padding: 10px 0;
  font-weight: normal;
  font-size: 16px;
}
.address_wrap .deliver_btn {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 15px 0;
}
.address_wrap .deliver_btn a {
  border: 1px solid #f15a24;
  padding: 6px 10px;
  clear: left;
  color: #333;
  float: left;
  font-size: 16px;
  border-radius: 2px;
  text-decoration: none;
}
.address_wrap .deliver_btn a:active, .address_wrap .deliver_btn a:focus{
  background: #f15a24;
  color: #fff;
}
.address_wrap .edit-del {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.address_wrap .edit-del span a {
  width: 40px;
  height: 40px;
  color: #a2a2a2;
  display: inline-block;
  border: solid 1px #eaeaea;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  border-radius: 100px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
}
.address_wrap .add_det .address {
  font-size: 16px;
}
.address_wrap .edit-del span a:hover{
  background: #f15a24;
  color: #fff;
  border: solid 1px transparent;
}
.checkout_container .billing_block .billing_infomation .addnewaddress, .delivery_section .billing_infomation .added_address .addnewaddress {
  text-align: center;
  padding: 10px 0;
  float: right;
  margin-top: -45px;
}
.row.address .addnewaddress a, .delivery_section .billing_infomation .added_address .addnewaddress a {
  padding: 5px 10px;
  border: solid 1px #39a003;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 10px;
  background: #39a003;
  display: inline-block;
}
/*.checkout_container .billing_block .billing_infomation .addnewaddress a, .delivery_section .billing_infomation .added_address .addnewaddress a{
  padding: 10px 15px;
  border: solid 1px #f15a24;
  color: #f15a24;
  text-decoration: none;
}*/
.payment_section {
  width: 100%;
  display: inline-block;
}
.payment_section ul {
  margin: 25px 0;
  padding: 0;
}
.payment_section ul li {
  list-style: none;
  display: inline-block;
  padding: 0;
}
.payment_section ul li a {
  padding: 8px 10px;
  border: solid 1px #eaeaea;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}
.payment_section ul li a:hover{
  color: #f15a24;
  border: solid 1px #f15a24;
}
/*.checkout_container .billing_block */.billing_infomation h4 {
  font-size: 16px;
  font-weight: normal;
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 15px;
}

/*Gift cards*/
.gift-img {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner_content{
  padding: 30px;
  height: 100%;
}
.banner_content .gift-title {
  position: relative;
}
.banner_content .gift-title h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  text-shadow: 6px 5px 0px rgba(0,0,0,0.1);
}
.banner_content .gift-title .sub-title {
  position: absolute;
  top: 100px;
  left: 6px;
  font-size: 1rem;
  color: #222;
  background: rgba(255,255,255,0.8);
  padding: 5px 20px;
  box-shadow: 10px 0px 0 rgb(241, 90, 36);
}
.banner_content .gift_co {
  padding: 30px 0;
  font-size: 16px;
  color: #222;
}
.card-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
.card-radio:checked + .themes_selection {
  box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 5px 5px 0 0 rgba(0,0,0,0.1);
  border:solid 3px #f15a24;
}
.themes_selection {
  width: 100%;
  height: 100px;
  background-size: 200px;
  background-position: top center;
  border-radius: 10px;
  overflow: hidden;
  border: solid 3px transparent;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1);
  -webkit-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 1px 1px 0 0 rgba(0,0,0,0.1);
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  margin: 25px 0;
}

.birthday{
  background-image: url(../img/gift-card/Happy-Birthday.jpg);
}
.thankyou{
  background-image: url(../img/gift-card/thankyou-01-1024x1024.jpg);
}
.wedding{
  background-image: url(../img/gift-card/Wedding_Anniversary_Couples_header.jpg);
}
.card-bg-se{
  background-image: url(../img/gift-card/cd-bg.png);
}
.gift-form {
  padding: 0;
  background: transparent;
  margin-top: 30px;
  border-bottom: solid 1px #a2a2a2;
  font-size: 16px;
}
.gift-form .gift-cards-title {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  background: #f15a24;
  display: inline-block;
  padding: 10px 10px;
  position: relative;
}
.gift-form .gift-cards-title::after {
  content: '';
  position: absolute;
  right: -40px;
  bottom: 0;
  border-top: 44px solid transparent;
  border-left: 40px solid #f15a24;
  height: 100%;
  border-right: solid 0px transparent;
  border-bottom: solid 0px transparent;
}
.card_info {
  padding: 15px;
  margin: 0px 0 30px;
  background: #fff;
}
.card_info .gift-grop {
  margin-bottom: 15px;
}
.card_info .gift-grop label {
  width: 100%;
  font-size: 14px;
}
.card_info .gift-grop .gift-amt-group {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
}
.card_info .gift-grop .gift-amt-group .symbole {
  text-align: center;
}
.card_info .gift-grop input, .card_info .gift-grop select, .card_info .gift-grop textarea{
  width: 100%;
  padding: 8px 10px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
  border: solid 1px #eaeaea;
}
.card_info .gift-grop input:focus, .card_info .gift-grop select:focus, .card_info .gift-grop textarea:focus{
  border: solid 1px #f15a24;
}
.card-bg {
  width: 100%;
  height: 280px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 15px;
  max-width: 445px;
}
.card-bg .card-filed-amount {
  position: absolute;
  right: 50px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  top: 3px;
}
.card-bg .card-filed-amount .sym {
  font-size: 30px;
  vertical-align: top;
  margin-top: 15px;
  position: relative;
  display: inline-block;
}
.card-bg .re-name {
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 35%;
  left: 10%;
  max-width: 220px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.card_info .gift-grop button {
  float: right;
  border: 0;
  padding: 8px 10px;
  background: #f15a24;
  color: #fff;
  border-radius: 5px;
}
.no-products-found {
  padding: 50px 0;
  text-align: center;
}
.no-products-found .product-not {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.no-products-found .product-not .product_not_img {
  max-width: 350px;
  min-width: 250px;
  margin: 30px auto;
}
.no-products-found .product-not .products-not-found {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: bold;
  color: #f15a24;
  text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
.myaccount-list {
  background: #fff;
  margin: 25px auto;
  padding: 0 2px;
}
.my-account-section {
  background: #fff;
  height: auto;
  margin: 25px auto;
  padding: 15px;
  position: relative;
}
.my-account-section h3 {
  font-size: 24px;
  font-family: 'phenomenabold';
  text-transform: uppercase;
  color: #f15a24;
  padding-bottom: 20px;
}
.myprofile-details h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #9b9b9b;
}
.input-group label, .myprofile-details h4 {
  font-size: 16px;
  font-weight: 600;
}
.input-group input[disabled] {
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 20px;
  border: 0px solid #eaeaea;
  background: #f4f4f4;
}
.input-group input {
  width: 100%;
  padding: 7px 10px;
  border: solid 1px #eaeaea;
  background: #eaeaea;
  margin-bottom: 20px;
}
.address-group .address-section {
  border: solid 1px #eaeaea;
  padding: 15px;
  position: relative;
}
.address-group .address-section .name {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 10px;
}
.address-group .address-section .phone {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  font-size: 14px;
}
.address-group .address-section .address {
  width: 100%;
  display: inline-block;
  font-size: 14px;
}
.address-group .address-section .pincode {
  display: inline-block;
  width: 100%;
  font-size: 14px;
}
.edit-delete-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.edit-delete-btn span a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 50ms;
}
.edit-delete-btn span a:hover{
  background: #f15a24;
  color: #fff;
  border: 0px solid #eaeaea;
}
.wallet-bal {
  position: absolute;
  right: 10px;
  border: solid 0px #eaeaea;
  display: flex;
  align-items: center;
  border-radius: 100px;
  background: #39a003;
  top: -60px;
}
.wallet-bal span {
  display: inline-block;
  flex-wrap: wrap;
}
.wallet-bal .wallet-icon {
  width: 50px;
  padding: 10px;
  background: #fff;
  border-radius: 100px;
  border: solid 3px #39a003;
  position: relative;
}
.wallet-bal .wallet-icon a {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100px;
  font-size: 22px;
  color: #aeaeae;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  opacity: 0;
}
.wallet-bal .wallet-icon:hover a {
  color: #f15a24;
  transform: rotate(-0deg);
  -moz-transform: rotate(-0deg);
  -webkit-transform: rotate(-0deg);
  opacity: 1;
}
.wallet-bal .balance {
  text-align: center;
  min-width: 90px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0 10px;
}
.mywallet .wallet_date .wallet_heading {
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  margin: 15px 0;
}
.mywallet .wallet_date .wallet_heading ul {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 320px 1fr 1fr;
  align-items: center;
}
.mywallet .wallet_date .wallet_heading ul li {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
.mywallet .wallet_date .history_months {
  font-weight: bold;
  width: 100%;
  padding: 10px 15px;
  background: #39a003;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}
.mywallet .wallet_date .history_icon .paid_story, .mywallet .wallet_date .history_icon .earn_refer {
  width: 80px;
  height: 80px;
  padding: 11px;
  border-radius: 100px;
  border: solid 1px #eaeaea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mywallet .wallet_date .history_icon .paid_story .img-fluid {
  margin-top: -7px;
}

.mywallet .wallet_date .history_icon .earn_refer {
  padding: 15px;
}

.mywallet .wallet_date .history_detailes .history_paid_detailes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .store_info {
  height: auto;
  padding: 0;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .store_info .stor_title {
  font-weight: bold;
  color: #f15a24;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .store_info .paid_date {
  font-size: 14px;
  color: #b5b5b5;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .store_info .txt_detailes {
  margin-top: 10px;
  line-height: 16px;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .store_info .txt_detailes .order_id, .mywallet .wallet_date .history_detailes .history_paid_detailes .store_info .txt_detailes .txt_id {
  font-size: 14px;
  color: #b5b5b5;
  width: 100%;
  display: block;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .history_money .balance_use {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .history_money .remain_bal {
  padding: 3px 2px;
  display: block;
  text-align: left;
  border-radius: 100px;
  font-size: 14px;
  color: #b3b3b3;
}
.mywallet .wallet_date .history_detailes {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
  padding: 20px 0;
  border-bottom: solid 1px #eaeaea;
}
.mywallet .wallet_date .history_detailes:last-child {
  border-bottom: solid 1px #fff;
}
.input-group .change-pwd {
  background: #f15a24;
  text-transform: uppercase;
  padding: 8px 10px;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
  margin-bottom: 20px;
  text-decoration: none;
  min-width: 100px;
  margin-right: 10px;
  text-align: center;
}
.myaccount-list ul {
  margin: 0;
  padding: 0;
}
.myaccount-list ul li {
  list-style: none;
}
.myaccount-list ul li a {
  padding: 10px 10px;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  border-bottom: solid 1px #ececec;
  text-transform: uppercase;
  text-decoration: none;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}
.myaccount-list ul li a:hover{
  background: #f15a24;
  color: #fff;
}
.myaccount-list ul li:last-child a{
  border-bottom: solid 0px #ececec;
}
.myaccount-list ul li .account_submenu {
  background: #eaeaea;
  padding: 0;
}
.myaccount-list ul li .account_submenu li {
  padding: 0 3px;
}
.myaccount-list ul li .account_submenu li a {
  padding: 5px 0;
  border-bottom: 1px solid #dbdbdb;
}
.myaccount-list ul li ul li a .icons {
  padding: 0 15px;
}
/*Order Css*/
.myorder .order-wrap {
  padding: 30px 15px;
  border-bottom: solid 1px #eaeaea;
  background: #f7f7f7;
  margin-top: 10px;
}
.myorder .order-wrap .order-id {
}
.myorder .order-wrap .order-id .items {
  font-size: 14px;
  color: #acacac;
}
.myorder .order-wrap .order-id .order-num {
  font-size: 16px;
  color: #f15a24;
  font-weight: 600;
  letter-spacing: 1px;
}
.myorder .order-wrap .order-address {
  margin-top: 10px;
}
.myorder .order-wrap .order-address .address-name {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  float: left;
}
.myorder .order-wrap .order-address .address {
  font-size: 14px;
  width: 74%;
  padding: 0 15px;
  float: left;
}
.myorder .order-wrap .order-status {
  clear: left;
  margin-top: 10px;
  display: inline-block;
}
.myorder .order-wrap .order-status .status {
  padding: 5px 15px;
  text-transform: uppercase;
  background: #f15a24;
  color: #fff;
  border-radius: 100px;
  font-size: 14px;
}
.myorder .order-wrap .order-status .view-order {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 10px;
  padding: 6px 15px;
  background: #eaeaea;
  border-radius: 100px;
}
.myorder .order-wrap .order-status .view-order a {
  text-decoration: none;
  color: #222;
}
.myorder .order-wrap .order-id .order-name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding-right: 10px;
}
.myorder .order-wrap .order-date .order-day {
  font-size: 14px;
  color: #a8a8a8;
}
.myorder .order-wrap .order-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}
.myorder .order-wrap .order-action .order-btn {
  width: 180px;
  display: inline-flex;
  text-align: left;
  align-items: center;
  margin: 10px 0;
  font-size: 14px;
}
.myorder .order-wrap .order-action .order-btn .fa {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 15px 0px 0px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: normal;
}
.myorder .order-wrap .order-action .order-btn:nth-child(1) .fa{
background: #39a003;
}
.myorder .order-wrap .order-action .order-btn:nth-child(2) .fa{
background: #03a08e;
}
.myorder .order-wrap .order-action .order-btn:nth-child(3) .fa{
background: #5888f2;
}
.myorder .order-wrap .order-action .order-btn:nth-child(4) .fa{
background: #f20404;
}
.myorder .order-wrap .order-action .order-btn a{
  text-decoration: none;
  color: #222;
}
.order-list {
  border-top: solid 1px #eaeaea;
  padding: 20px 0;
}

/*order view*/
.order-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
.order-view .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
}
.order-view .order-np-view {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 98%;
  max-width: 540px;
}
.order-view #viewd .view-wrap .cart_items_inside {
  display: grid;
  grid-template-columns: 80px 2fr 1fr;
  grid-gap: 10px;
}
.order-view #viewd .view-wrap .cart_items_inside .prd_to_amt{
  width: 100%;
}
.order-view .order-np-view .cart_middle {
  position: relative;
}
.order-view .order-np-view .cart_middle .close_view {
  position: absolute;
  right: 0;
  top: 0;
}
.order-view .order-np-view .cart_middle .close_view a {
  padding: 10px;
  font-size: 24px;
  color: #9d9b9b;
  text-decoration: none;
}
.order-view .order-np-view .cart_middle .view-wrap {
}
.order-view .order-np-view .cart_middle .view-wrap .cart_store {
  padding: 15px 30px;
  background: #eaeaea;
  display: inline-block;
  width: 100%;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_store .store_cart_view {
  display: flex;
  align-items: center;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_store .store_cart_view .store_img {
  float: left;
  width: 100px;
  height: 100px;
  padding: 21px;
  background: #fff;
  border-radius: 100px;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_store .store_cart_view .store_info_cart {
  float: left;
  padding: 0 30px;
  width: 100%;
  display: inline-flex;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_store .store_cart_view .store_info_cart .store_name {
  width: 100%;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_store .store_cart_view .store_info_cart .store_name .store_main_nav {
  font-size: 30px;
  font-weight: bold;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_store .store_cart_view .store_info_cart .store_name .store_main_nav {
  font-size: 22px;
  font-weight: bold;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_store .store_cart_view .store_info_cart .store_name .store_sub_menu {
  font-size: 14px;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_store .store_cart_view .store_info_cart .store_amt {
  width: 30%;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_items_inside {
  display: inline-flex;
  align-items: center;
  align-content: center;
  width: 100%;
  border-bottom: solid 1px #eaeaea;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_items_inside .prd_img {
  width: 80px;
  padding: 10px;
  border-right: solid 1px #eaeaea;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_items_inside .prd_dec {
  padding: 0 15px;
  border-right: solid 1px #eaeaea;
  font-size: 14px;
}
.order-view .order-np-view .cart_middle .view-wrap .cart_items_inside .prd_to_amt {
  padding: 0 15px;
  font-weight: bold;
  width: 20%;
  text-align: center;
}
.refercode .referfriends .refer-icons {
  width: 250px;
  height: 250px;
  margin: 20px auto;
}
.refercode .referfriends .refer-text {
  text-align: center;
}
.refercode .referfriends .refer-text .refer_box {
  width: auto;
  display: inline-block;
  margin: 50px auto;
  padding: 15px 100px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  border: dashed 3px #f0543e;
}
.refercode .referfriends .refer-box {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  border: solid 0px #f0543e;
  position: relative;
  padding: 15px;
}
.refercode .referfriends .refer-box .refer-link {
  padding: 5px 0;
  font-size: 16px;
  border: dashed 3px #f00;
  width: 100%;
  display: block;
}
.refercode .referfriends .refer-box .refer_btn {
  background: #f0543e;
  color: #fff;
  position: absolute;
  width: 90%;
  bottom: 14px;
}
.refercode .referfriends .refer-box .refer_title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.refercode .referfriends .refer-box .refer_btn a {
  padding: 10px 0;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}
.refercode .referfriends .refer-txt {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  max-width: 540px;
  margin: 0 auto;
}
.refercode .referfriends .refer-txt a {
  color: #f0543e;
  text-decoration: underline;
}
.refercode .referfriends .share_link {
  padding: 10px 0;
  border-top: solid 1px #eaeaea;
  text-align: center;
}
.refercode .referfriends .share_link .sharewith {
  width: 100%;
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  color: #a6a6a6;
}
.refercode .referfriends .share_link .links {
  margin: 10px 0 0;
  display: inline-block;
}
.refercode .referfriends .share_link .links a {
  padding: 3px;
  /*font-size: 28px;*/
  font-size: 50px;
  color: #f0543e;
}
/*End Order css*/

#add_address .input_action a {
    float: right;
    margin: 15px 0;
    padding: 5px 15px;
    border: solid 0px #f15a24;
    background: #f15a24;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    margin-left: 15px;
}

/*Popup Css*/
.modal-content .modal_update .icon_modal {
    width: 150px;
    height: 150px;
    margin: 50px auto;
}
.modal-dialog{
  height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
    min-width: 400px;
}
.modal-content .modal_update .icon_update {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #f15a24;
    text-transform: capitalize;
}
.modal-content .modal_update .message_icon {
    text-align: center;
    font-size: 14px;
}
.modal-content .modal_update .close button {
    font-size: 34px;
    margin-right: 10px;
    margin-top: 5px;
}
.modal-content .modal_update .icon_btn{
  text-align: center;
}
.modal-content .modal_update .icon_btn span.btn-wrap a {
    background: #f15a24;
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    border-radius: 100px;
    text-decoration: none;
}
/*end popup css*/
@media (max-width: 480px){
  .no-products-found .product-not .products-not-found{
    font-size: 1.5rem;
  }
  .card-bg {
  background-size: contain;
}
.card-bg .card-filed-amount {
  position: absolute;
  font-size: 3rem;  
}
.card-bg .re-name {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 50%;
  left: 9%;
}
.themes_selection {
  width: 330px;
  margin: 25px auto;
}
.login_wrap .login_bg {
  min-width: 320px;
  flex-wrap: wrap;
  height: auto;
}
.login_wrap .login_bg .login_sign, .login_wrap .login_bg.sign_up .sign_up_form {
  width: 100%;
  position: relative;
  max-height: 80vh;
  overflow: hidden;
  overflow-y: scroll;
}
.login_wrap .login_bg .switch_action {
  width: 100%;
  position: relative;
  left: 0;
}
.login_wrap .login_bg.sign_up {
  min-height: auto;
}
.login_wrap .login_bg .switch_action .social_info {
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.login_wrap .login_bg .switch_action .social_info .login_btn {
  margin: 0;
  float: right;
}
.login_wrap .login_bg .switch_action .social_info .pragraph{
  width: 70%;
}
.login_wrap .login_bg .switch_action .social_info .title_intro{
  display: none !important;
}
/*.login_wrap .login_bg .login_sign .normal_login .remember_me a {
  float: none;
}*/
.add-variant, .login_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  overflow-y: scroll;
}
footer .form_group input {
  width: 160px;
}
.change_pincode {
  padding: 5px 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.infomation .store_info .timing-shop .servies_timing {
  font-size: 20px;
  font-family: 'phenomenabold';
  display: grid;
  align-items: center;
  white-space: nowrap;
  position: relative;
  margin-top: 20px;
}
.infomation .store_info .timing-shop .servies_timing {
  font-size: 16px;
  font-family: 'phenomenabold';
  white-space: nowrap;
}
}

/*Login delivery otp section*/
.select_devilery_time {
  margin-bottom: 15px;
  background: #fff;
  padding: 10px;
}
.select_devilery_time .login-mobile {
}
.select_devilery_time .login-mobile .m_title, .delivery_section .billing_infomation h4.deliver_title {
  font-size: 16px;
  font-family: 'phenomenabold';
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  background: #eaeaea;
  display: block;
  padding: 10px 10px;
}
.delivery_section .billing_infomation h4 {
  font-size: 16px;
  font-family: 'phenomenabold';
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
  display: block;
  padding: 10px 10px;
}
.select_devilery_time .login-mobile p, .delivery_section .billing_infomation p {
  font-size: 16px;
  color: #777;
}
.select_devilery_time .login-mobile .login-m {
}
.select_devilery_time .login-mobile .login-m input, .select_devilery_time .login-mobile .otp-check input {
  width: 160px;
  padding: 5px 10px;
  border: solid 1px #d1d1d1;
  font-size: 14px;
}
.select_devilery_time .login-mobile .login-m button, .select_devilery_time .login-mobile .otp-check button {
  background: #f15a24;
  border: 0;
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
}
.otp-check .otp_error {
    font-size: 13px;
    padding: 10px 0;
    color: #f15a24;
}
.delivery_section .billing_infomation {
  margin-top: 15px;
  border-top: solid 1px #eaeaea;
}
.payment_selector .dicount_appled {
  clear: left;
  width: 100%;
  display: inline-block;
  margin: 0px 0 10px;
}
.payment_selector .dicount_appled span {
  padding: 10px 0 0;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
}
.payment_selector .dicount_appled .discount_input{
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-gap: 10px;
}
.payment_selector .dicount_appled .discount_input input {
  padding: 6px 10px;
  border: none;
  border-bottom: solid 1px #eaeaea;
}
.payment_selector .dicount_appled .discount_input button {
  border: none;
  background: #f15a24;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
/*wallet*/
.payment_selector .dicount_appled .discount_inputw{
  display: grid;
  grid-template-columns: 139px 100px 50px;
  grid-gap: 10px;
}
.payment_selector .dicount_appled .discount_inputw .wallet_mey {
  padding: 0;
  display: inline-flex;
  align-items: center;
  background: #39a003;
  text-align: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  width: 80%;
  position: relative;
}
.payment_selector .dicount_appled .discount_inputw .wallet_mey::before {
  content: '';
  width: 27px;
  height: 27px;
  position: absolute;
  left: -13px;
  transform: rotate(-45deg);
  z-index: 0;
  background: #39a003;
}
.payment_selector .dicount_appled .discount_inputw input {
  padding: 6px 10px;
  border: none;
  border-bottom: solid 1px #eaeaea;
}
.payment_selector .dicount_appled .discount_inputw button {
  border: none;
  background: #f15a24;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

/*Variant Css*/
.custom_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  height: 100%;
}
.custom_wrap .custom_over {
  position: absolute;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
}
  .add-variant #abc {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  min-width: 640px;
  max-width: 768px;
  /*overflow: hidden;
  overflow-y: auto;
  max-height: 98vh;*/
}
.add-variant #abc .addons-list {
  height: calc(50vh - 140px);
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}
.add-variant #abc .title_custome {
  width: 70%;
  display: inline-block;
  float: left;
  padding: 15px 0;
}
.add-variant #abc .custom_close {
  float: right;
  padding: 10px 0;
  font-size: 24px;
}
.add-variant #abc .title_custome h3 {
  margin: 0;
}
.add-variant #abc .sub_custom {
  font-family: 'phenomenabold';
  font-size: 16px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.add-variant #abc .label {
  max-width: 100%;
  display: inline-block;
}
.add-variant #abc .label label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
}
.add-variant #abc .label label input[type="checkbox"], .add-variant #abc .label label input[type="checkbox"]:focus {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  outline: none;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
}
.add-variant #abc p {
  font-family: 'phenomenabold';
  font-size: 16px;
  font-weight: 500;
}
.add-variant #abc .label label .checkbox {
  position: relative;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #eaeaea;
  margin-right: 10px;
}
.add-variant #abc .label label input[type="checkbox"]:checked ~ .checkbox{
  border:solid 1px #f15a24;
}
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.add-variant #abc .label label input[type="checkbox"]:checked ~ .checkbox:after{
  left: 5px;
  top: 2px;
  width: 7px;
  display: block;
  height: 12px;
  border: solid #f15a24;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.add-variant #abc .label_price {
  text-align: right;
  padding-right: 20px;
}
.add-variant #abc .final_price .item-price {
  text-align: center;
  font-size: 24px;
}
.add-variant #abc .final_price {
  width: 100%;
  display: inherit;
  background: #eaeaea;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.add-variant #abc .final_price .addtocart_custom {
  border: 0;
  background: #f15a24;
  padding: 10px 15px;
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
/*size varient*/
.varient_title {
  font-family: 'phenomenabold';
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  padding-bottom: 10px;
  display: inline-block;
}

.varients {
  margin: 0 0 10px 0px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.varients li {
  list-style: none;
  width: auto;
}
.varients li label {
  margin: 0 2px;
  width: 80%;
  display: inherit;
  min-width: 150px;
}
.varients li label .size_varient {
  border: solid 2px #eaeaea;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -o-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}
.varients li label .size_varient .pics_svg {
  float: left;
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.varients li label .size_varient .sise_info {
  font-size: 18px;
  font-weight: bold;
  float: left;
  width: 50%;
  text-align: left;
}
.varients li label .size_varient .serves_pop {
  text-align: left;
  float: left;
  width: 50%;
}
.varients li label .size_varient .package_price {
  text-align: center;
  font-family: 'phenomenabold';
  font-size: 24px;
  height: 100%;
  vertical-align: top;
  float: right;
  width: 50%;
  padding: 10px 0;
}
.varients li label input[type="radio"] {
  opacity: 0;
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.varients li label input[type="radio"]:checked + .size_varient {
  border:solid 2px #f15a24;
  cursor: none;
pointer-events: none;
}
.varients li label input[type="radio"]:checked + .size_varient .sise_info{
  color: #f15a24;
}
.varients li label input[type="radio"]:checked + .size_varient.regular .pics_svg{background-image: url('../img/icons/regular_serve_blue_1.svg');}
.varients li label input[type="radio"]:checked + .size_varient.medium .pics_svg{background-image: url('../img/icons/medium_serve_blue_2.svg');}
.varients li label input[type="radio"]:checked + .size_varient.large .pics_svg{background-image: url('../img/icons/large_serve_blue_4.svg');}

.varients li label .size_varient.regular .pics_svg {
  background-image: url('../img/icons/regular_serve_1.svg');
}
.varients li label .size_varient.medium .pics_svg {
  background-image: url('../img/icons/medium_serve_gray_2.svg');
}
.varients li label .size_varient.large .pics_svg {
  background-image: url('../img/icons/large_serve_gray_4.svg');
}

.vendor-welcome {
  margin-top: 100px;
  background: url(../img/vendor/1.jpg) no-repeat #000;
  background-size: cover;
  padding: 4.5em 0;
  width: 100%;
}
.vendor-store {
  background: url(../img/vendor/1.jpg) no-repeat #000;
  background-size: cover;
  width: 100%;
}
.vendor-welcome .boxhd {
  text-align: right;
  margin-top: 5%;
}
.vendor-welcome .boxhd h1 {
  color: #fff;
  font-size: 32px;
}
.vendor-welcome .boxhd h3 {
  color: #fff;
}
.vender-form {
  background-color: #ededed;
  border-radius: 10px;
  border-color: #d2d2d2;
  border-width: 5px;
  -webkit-box-shadow: 0 1px 0 #cfcfcf;
  box-shadow: 0 1px 0 #cfcfcf;
  text-align: center;
  width: 300px;
  margin-left: 5%;
  margin-top: 0;
}
.vender-form h4 {
  border: 0 solid #fff;
  border-bottom-width: 1px;
  text-align: center;
  padding: 15px;
  color: #0a3151;
  font-weight: 600;
  font-size: 20px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 15px;
  margin-top: 0;
}
.vendor-welcome .boxhd a {
  color: #fed931;
}
.card-body {
  background: #fff;
}
.btn {
  border-radius: 5px !important;
}
.vender-form button {
  margin-bottom: 20px;
}

.cookbtn-yellow {
  background-color: #fed931;
  border-color: #fed931;
  color: #000;
}
.addtocart {
  border-radius: 2px;
  border: none;
  padding: 0.8em 4em;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  color: black;
  text-transform: uppercase;
  -webkit-appearance: button-bevel !important;
}
.addtocart:hover {
  background-color: #D4A747;
  color: white;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.vender-form .form-control {
  width: 214px;
  border-radius: 3px;
  display: inline-block;
  height: 35px;
  margin-bottom: 0;
  font-size: 14px;
}
.form-text {
  padding: 4px;
  text-align: center;
  width: 40px;
}
#mid-ven {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../img/vendor/2.jpg);
  background-attachment: relative;
  background-position: center center;
  color: #fff;
  position: relative;
  z-index: 999990;
  padding: 5em 0;
}
.please-sell .psell-detail {
  margin: 25px 0;
}
.please-sell .psell-detail span.card {
  border: 2px solid #ffde14;
  height: auto;
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 8px 0px;
  text-align: center;
  background-color: transparent;
}
.please-sell .psell-detail span.card.vcenter {
  padding: 8px 10px;
}
.mainhd h2 span {
  border-radius: 31px;
  padding: 10px 20px 10px 20px;
  font-style: normal;
}
.grow .understeps {
  width: 400px;
  margin: 0 auto;
}
.timeline {
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  padding: 0px;
  list-style-type: none;
}
.timeline .timeline-box:first-child {
  margin-bottom: 2.5em;
}
.timeline .timeline-box {
  position: relative;
  float: left;
  clear: left;
  width: 45%;
  margin: 1em 2.5%;
  list-style-type: none;
  display: block;
  padding: 25px;
  background: #f8f8f8;
  z-index: 15;
}
.timeline .timeline-box .timeline-title {
  color: #3c3c3c;
  font-weight: 700;
  font-size: 1em;
  float: left;
  padding-top: 8px;
}
.timeline .timeline-box .timeline-hd {
  clear: both;
  padding-top: 5px;
  width: 50%;
  text-align: left;
}
.timeline .timeline-box .timeline-details {
  clear: both;
  padding-top: 5px;
  text-align: justify;
}
.timeline .timeline-box span {
  position: absolute;
  top: -15px;
  right: 24px;
  font-size: 8em;
  font-weight: 700;
  color: #ff4769;
  opacity: 0.1;
  z-index: -1;
}
.timeline .timeline-box::after {
  display: block;
  content: ' ';
  height: 9px;
  width: 9px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -6.55%;
  top: 1.5em;
  border: 2px solid #ff4769;
}
.timeline .timeline-box:nth-of-type(2n)::before {
  right: auto;
  left: -10px;
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 10px solid transparent;
  border-right: 10px solid #f8f8f8;
  border-left: 0 solid #f8f8f8;
  border-bottom: 10px solid transparent;
  content: " ";
}
.timeline .timeline-box:nth-child(2n)::after {
  left: -6.5%;
  right: auto;
}
.timeline .timeline-box::after {
  display: block;
  content: ' ';
  height: 9px;
  width: 9px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -6.55%;
  top: 1.5em;
  border: 2px solid #ff4769;
}
.steps::before {
  top: 125px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #ff4769;
  left: 50%;
  margin-left: -1px;
}
.steps-vendor {
  margin-bottom: -80px;
}
.steps-area {
  padding: 90px 0;
}
.steps {
  position: relative;
}
#mid2-1 {
  margin-top: 100px;
  text-align: justify;
  background-color: #f15c26;
  color: #f9f9f9;
  margin-bottom: -30px;
}
.value h1 {
  text-align: center;
  color: #fff;
  margin: 100px 0 0 0;
  font-size: 3rem;
}
.value h1 {
  color: #fff;
  font-size: 2.7rem;
}

.timeline .timeline-box .main-time .timeline-img {
  text-align: center;
}
.timeline .timeline-box .main-time .timeline-img i {
  width: 100%;
  text-align: center;
}
.timeline .timeline-box:hover::after {
  background: #ff4769;
}
.timeline .timeline-box:nth-of-type(2n) {
  margin-top: 3em;
}
.timeline .timeline-box:nth-of-type(2n) {
  float: right;
  clear: right;
}
.timeline .timeline-box {
  position: relative;
  float: left;
  clear: left;
  width: 45%;
  margin: 1em 2.5%;
  list-style-type: none;
  display: block;
  padding: 25px;
  background: #f8f8f8;
  z-index: 15;
}
.timeline-box {
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
}
.account-sidebar {
  margin-top: 0px;
}
.account-wel {
  margin-bottom: 30px;
}
.account-sidebar .single-left-widget {
  border: 0px solid #ebebeb;
  margin-top: 0px;
  padding: 0px;
}
.single-left-widget {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  margin-top: 30px;
  padding: 25px 25px 22px;
}
.accounts.presonal-details {
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
.form-group a {
  background: #f5d009;
  padding: 6px 15px;
  text-transform: uppercase;
  margin: 15px 0;
  display: inline-block;
  border-radius: 5px;
}
.form-group a:hover{
  background: #dda00e;
}
.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 520px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.prodcat {
  list-style: outside none none;
  padding-left: 5px;
}
.account-sidebar .single-left-widget .prodcat li {
  background-color: #081757;
  color: #fff;
  padding-top: 5px;
}
.prodcat li {
  list-style-type: none;
  padding-bottom: 6px;
  font-weight: 600;
}
.account-sidebar .single-left-widget .prodcat li:first-child p {
  padding-top: 5px;
}
.account-sidebar .single-left-widget .prodcat li p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  margin-bottom: 0;
  border-bottom: 5px solid #fff;
  padding: 0px 5px 10px 10px;
  font-family: 'Quicksand', sans-serif;
}
.account-sidebar .single-left-widget .prodcat li .submenu {
  padding-left: 0px;
  background-color: #fff;
}
.account-sidebar .single-left-widget .prodcat li .submenu li {
  background-color: #fff;
}
.account-sidebar .single-left-widget .prodcat li {
  background-color: #081757;
  color: #fff;
  padding-top: 5px;
}
.account-sidebar .single-left-widget .prodcat li .submenu li a {
  color: #081757;
}
.account-sidebar .single-left-widget .prodcat li a {
  color: #fff;
  padding-left: 10px;
  font-family: 'Quicksand', sans-serif;
}
.accounts h4 {
  background-color: #081757;
  color: #fff;
  padding: 12px;
  font-size: 16px;
}
.g-cardgf .column .post-module {
  height: 720px;
}
.post-module .thumbnail {
  background: #000000;
  height: 400px;
  overflow: hidden;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
#contact {
  padding-top: 60px;
  padding-bottom: 60px;
}
#contact .section-content {
  text-align: center;
}
#contact .content-header {
  color: #fcc500;
  font-size: 45px;
}
#contact .contact-section {
  padding-top: 40px;
}
#contact .contact-section .form-group {
  margin-top: 10px;
}
#contact .contact-section label {
  font-size: 1em;
  line-height: 1em;
  font-weight: normal;
  color: #333;
}
.btn.btn-default.submit {
  background: #f5cd33;
}
#contact .contact-section .form-control {
  font-size: 1.3em;
  color: #080808;
}
.col-lg-6.col-md-12.linea {
  background: #fff;
  margin: 0 auto;
  padding: 15px;
}
.home-main {
  background: url(../img/single/1.jpg);
  padding: 0;
}
.home-main {
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.home-main .display-4 {
  font-size: 30px;
  padding: 2rem 0rem 0rem 0rem;
  margin: 0;
}
.home-main p.two {
  font-size: 1rem;
  margin: 3px 0;
  color: #292828;
}
.w-100 {
  width: 100% !important;
}
.justify-content-md-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.bt_sec {
  border: 1px solid #e4e4e4;
  background: #fdfdfd;
  box-shadow: 0px 2px 5px #e8e8e8;
}
.sm_h {
  font-size: 1.3rem;
  color: #e75b2b;
}

.privacy-chef {
  margin: 50px 0;
  -webkit-box-shadow: 0 1px 6px -1px;
  box-shadow: 0 1px 6px -1px;
  padding: 30px;
  background-color: mintcream;
}
.privacy-chef h1 {
  text-align: center;
  margin-bottom: 40px;
  background-color: #28a745;
  color: #fff;
}

.privacy-chef P {
  text-align: justify;
}
.privacy-chef P strong {
  color: #db6751;
  text-decoration: underline;
}
.term-chef {
  margin: 50px 0;
  -webkit-box-shadow: 0 1px 6px -1px;
  box-shadow: 0 1px 6px -1px;
  padding: 30px;
  background-color: mintcream;
}
.term-chef h1 {
  text-align: center;
  margin-bottom: 40px;
  background-color: #28a745;
  color: #fff;
}
.term-chef h4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
}
.term-chef P {
  text-align: justify;
}

@media (max-width: 480px){
  .payment_selector .dicount_appled .discount_inputw {
  grid-template-columns: 40% 100px 50px !important;
}
  .address_wrap {
  width: 100%;
  margin: 20px 0px;
}
.cart_container {
  max-width: 100%;
  margin: 0 3px;
}
.cart_container {
  min-width: 100%;
}
a{
  height: auto;
max-height: 112px;
display: block;
margin-bottom: 0px;
}
.time_view #Date, .cart_container_checkout .cart_middle .cart_items_inside .prd_dec .prd_att .prd_rmv img{display: none;}
/*.cart_container .cart_store_items .cart_items_inside .prd_rmv img {
    display: none;
}*/
.cart_container .cart_store_items .cart_items_inside .prd_att {
  margin-top: 15px;
}
/*.cart_container .cart_store_items .cart_items_inside .prd_to_amt {
  width: 150px;
  text-align: center;
  font-size: 16px;
  margin-top: -28px;
}*/
.cart_container .cart_store_items .cart_items_inside .prd_to_amt {
  width: 150px;
  text-align: center;
  font-size: 16px;
  margin-top: 0;
  position: absolute;
  right: -40px;
  top: 14px;
}
.romove_cart {
  border: 0;
  background: transparent;
  border-left: solid 0px #eaeaea !important;
}
.cart_container .cart_store_items .cart_items_inside .prd_rmv form button {
  background: transparent;
  border: 0px;
  cursor: pointer;
  border-left: solid 0px #eaeaea;
  outline: none;
}
.time_view .clock, .time_view ul {
  width: 100px;
}
.cart_container .cart_store_items .cart_items_inside .prd_dec_main {
  max-height: 40px;
  overflow: hidden;
  font-size: 15px;
  margin-top: 15px;
  font-weight: 500;
}
.cart_container .cart_store_items .cart_items_inside .qut_prd .qty_count_box .qty_count_wrap {
  width: 100px;
}
.checkout_btn a span {
  width: 70px;
  top: 9px;
}
.items_wrap .items_snap {
  max-width: 150px;
}
.breadcums {
  padding: 0;
}
}

@media (max-width: 992px){
  .add-variant #abc {
  min-width: 300px;
  max-width: 768px;
  height: 75%;
  overflow: hidden;
  overflow-y: scroll;
  width: 90%;
}
.add-variant #abc .container{
  max-width: 100% !important;
}
.add-variant #abc .addons-list {
  height: calc(52vh - 142px);
  overflow: hidden;
  overflow-y: auto;
}
.varients {
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.varients li {
  list-style: none;
  min-width: 150px;
  margin: 0 2px;
}

.varients li label {
  margin: 0 auto;
  width: 100%;
  display: inherit;
  text-align: center;
}
.varients li label .size_varient{
  width: 100%;
  margin:0 auto;
}
.product_item .product_short .outofstock {
  position: absolute;
  top: -4px;
  right: 0px;
  background: #f44335;
  padding: 5px 10px;
  border: dashed 0px #f44335;
}
.product_item .product_short .outofstock p {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
  z-index: 0;
  font-size: 0.7rem;
}
.product_item .product_short .outofstock.cflag p {
  top: -2px !important;
}
.product_item .product_short .outofstock p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #f44335;
  position: absolute;
  top: 0px;
  left: -14px;
  transform: rotate(-45deg);
  z-index: -1;
}

}
@media (max-width: 640px){
  .checkout_wrap .checkout_address .check_login.addadress {
  text-align: center;
  margin: 30px 0 0;
}
.check_login {
  text-align: center;
}
.checkout_login .check_login label, .checkout_address .check_login label{
  text-align: left;
}
  .mywallet .wallet_date .wallet_heading ul{
    display: none;
  }
  .mywallet .wallet_date .history_detailes {
  grid-template-columns: 1fr;
}
.mywallet .wallet_date .history_detailes .history_icon {
  text-align: center;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes {
  display: inline-block;
  position: relative;
  text-align: center;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .store_info::before, .mywallet .wallet_date .history_detailes .history_paid_detailes .history_money::before, .mywallet .wallet_date .history_detailes .history_paid_detailes .history_status::before {
  padding: 5px 0;
  background: #eaeaea;
  width: 100%;
  display: block;
  text-align: center;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .history_money, .mywallet .wallet_date .history_detailes .history_paid_detailes .history_status {
  width: 46.8%;
  float: left;
  margin: 18px 5px 0;
}

/*.mywallet .wallet_date .history_detailes .history_paid_detailes .store_info{grid-area: transactions;}
.mywallet .wallet_date .history_detailes .history_paid_detailes .history_money{grid-area: amount;}
.mywallet .wallet_date .history_detailes .history_paid_detailes .history_status{grid-area: status}*/
.mywallet .wallet_date .history_detailes .history_paid_detailes .history_money .remain_bal {
  
  text-align: center;
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .store_info::before {
  content: 'TRANSACTIONS';
  margin-bottom: 15px
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .history_money::before {
  content: 'AMOUNT';
  margin-bottom: 15px
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .history_status::before{
  content: 'STATUS';
  margin-bottom: 15px
}
.mywallet .wallet_date .history_detailes .history_paid_detailes .store_info .stor_title {
  font-weight: bold;
  color: #f15a24;
  margin-top: 15px;
}

  .payment_selector .dicount_appled .discount_inputw {
  grid-template-columns: 1fr 1fr 50px !important;
}
  .mobile-header .logo_section {
  min-width: 170px;
  max-width: 170px;
  margin: 0 auto;
}
  .add-variant #abc .addons-list {
  height: calc(52vh - 127px);
  overflow: hidden;
  overflow-y: auto;
}
  .checkout_container .billing_block .billing_infomation .addnewaddress, .delivery_section .billing_infomation .added_address .addnewaddress {
  text-align: center;
  padding: 10px 0;
  float: none;
  margin-top: 0;
}
  .order-view .order-np-view .cart_middle .view-wrap .cart_store .store_cart_view .store_img {
  float: left;
  width: 100px;
  height: 80px;
  padding: 20px;
  background: #fff;
  border-radius: 100px;
}
  
.myorder .order-wrap .order-action {
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}
.myorder .order-wrap .order-action .order-btn {
  width: 100%;
  display: inline-flex;
  text-align: left;
  align-items: center;
  margin: 10px 0;
  font-size: 14px;
}
.myorder .order-wrap .order-action .order-btn .fa {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 15px 0px 0px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: normal;
}
.refercode .referfriends .share_link .links a {
  padding: 3px;
  font-size: 28px;
  color: #f0543e;
  display: inline-block;
}
}
@media (max-width: 768px){
  .cart_container .cart_store_items .cart_items_inside div.prd_dec {
  max-width: 50% !important;
}

}
@media (max-width: 320px){
.sticky-location {
  position: sticky;
  top: 59px;
  z-index: 999;
}
.add-variant #abc {
  min-width: 300px;
  max-width: 300px;
  height: 75%;
  overflow: hidden;
  overflow-y: scroll;
}
}
/*End Login delivery otp section*/

/*Refer N Earn Css*/
.refer_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.refer_wrap .invite_box {
  border: solid 0px #f0543e;
  padding: 15px;
}
.refer_wrap .invite_box .share_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
.refer_wrap .invite_box input[type="email"] {
  width: 100%;
  padding: 7px 10px;
  border: solid 1px #eaeaea;
}
.refer_wrap .invite_box input[type="email"]:focus {
  border: solid 1px #f0543e;
}
.refer_wrap .invite_box .share_option {
  margin-top: 15px;
}
.refer_wrap .invite_box .share_option ul {
  margin: 0;
  padding: 0;
}
.refer_wrap .invite_box .share_option ul li {
  display: inline-block;
  width: 49%;
}
.refer_wrap .invite_box .share_option ul li a {
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
}
.refer_wrap .invite_box .share_option ul li:first-child a {
  background: #f0543e;
  border: 0px;
  color: #fff;
  text-transform: uppercase;
}
.refer_wrap .invite_box .share_option ul li:last-child a {
  color: #198dd3;
}

.mailer_wrap, .vieworder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}
.mailer_wrap .mailer_over, .vieworder .vieworder_over {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.mailer_wrap .mailer_list {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  background: #fff;
  max-width: 768px;
  min-width: 200px;
  transform: translate(-50%, -50%);
}
.mailer_wrap .mailer_list .mailer_closer {
  padding: 10px;
  border: solid 1px #f00;
  position: relative;
}
.mailer_wrap .mailer_list .mailer_closer a.closer {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
  color: #b9b9b9;
}

@media (max-width: 768px){
  .refer_wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
.refercode .referfriends .refer-box {
  min-height: 200px;
}
.mailer_wrap .mailer_list {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  background: #fff;
  max-width: 768px;
  min-width: 200px;
  transform: translate(-50%, -50%);
  width: 100%;
}
.payment_selector .dicount_appled .discount_inputw {
  grid-template-columns: 64% 100px 50px;
}
}

.view_order_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  background: #fff;
  padding: 15px;
  max-width: 768px;
  max-height: calc(100% - 50px);
  overflow: hidden;
  overflow-y: auto;
  overflow-x: hidden;
}
.view_order_wrap .close_link {
  float: right;
  font-size: 20px;
  margin-top: -13px;
  margin-right: -5px;
}
.view_order_wrap .order_store .store_logo {
  display: grid;
  grid-template-columns: 200px 1fr;
  text-align: center;
  align-items: center;
}
.view_order_wrap .order_store .store_logo .store_name {
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  margin-top: 15px;
}
.view_order_wrap .order_store .order_list {
  display: grid;
  grid-template-columns: 150px 250px 100px 100px 100px;
  grid-gap: 10px;
  padding: 15px;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}
.view_order_wrap .order_store .order_list:nth-child(2n+0) {
background: #f5f5f5;
  }
.view_order_wrap .order_store .order_list .order_pics {
  overflow: hidden;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin: 15% auto;
  display: flex;
  align-items: center;
}
.view_order_wrap .order_store .order_list .order_pics img {
  max-width: 150% !important;
  width: 150px !important;
  height: 150px !important;
}
.view_order_wrap .order_store .order_list .title_view {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
}
.view_order_wrap .order_store .order_list .order_title .order_name h3 {
  margin: 0;
  font-size: 18px;
  color: #f15a24;
  font-weight: bold;
}
.view_order_wrap .order_store .order_list .order_title .order_name p {
  margin-bottom: 10px;
}

@media (max-width: 992px){
  .view_order_wrap .order_store {
  text-align: center;
}

  .view_order_wrap .order_store .order_list {
  display: inline-block;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  padding: 15px;
  border: solid 1px #eaeaea;
}
.view_order_wrap .order_store .order_list .order_qty_view, .view_order_wrap .order_store .order_list .total_price_wrap, .view_order_wrap .order_store .order_list .shipping_price {
  width: 30%;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
}
.view_order_wrap .order_store .order_list .order_pics {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.view_order_wrap .order_store .order_list .order_title {
  text-align: left;
  margin-top: 10px;
  position: relative;
}
.view_order_wrap .order_store .order_list .order_title .price {
  position: absolute;
  top: 0;
  right: 0;
}
.view_order_wrap .order_store .store_logo {
  display: inline-block;
  grid-template-columns: 1fr;
  text-align: center;
  align-items: center;
  min-width: 300px;
}
.view_order_wrap .order_store .store_logo .store_img {
  width: 150px;
  margin: 0 auto;
}
.view_order_wrap .order_store .store_logo .store_name {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  background: #f15a24;
  padding: 10px 0;
  color: #fff;
  width: 100%;
  text-align: center;
}
}
/*forget pwd*/

.forget_pass {
  background: #fff;
  padding: 15px;
  margin: 100px auto 100px;
  max-width: 540px;
  box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
}
.forget_pass .text-center h3 {
  width: 100px;
  height: 100px;
  margin: 15px auto;
  border: solid 3px #f15a24;
  padding: 10px;
  border-radius: 50px;
}
.forget_pass .text-center h3 .fa {
  font-size: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #f15a24;
}
.forget_pass .text-center h2 {
  font-weight: bold;
  font-size: 2rem;
  word-spacing: 1px;
  color: #39a003;
}
.forget_pass .text-center .panel-body {
  max-width: 300px;
  margin: 0 auto;
}
.forget_pass .fp h2 {
  font-size: 24px;
  font-weight: bold;
  color: #f15a24;
  text-transform: uppercase;
  margin: 0;
}
.forget_pass .fp .form_fields {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px 0;
}
.forget_pass .fp .form_fields input[type="submit"] {
  float: right;
  background: #f15a24;
  border: 1px solid #f15a24;
  text-transform: uppercase;
}
.forget_pass .fp h3 div.alert {
  padding: 0;
  background: transparent;
  border: 0px;
  font-weight: bold;
  font-size: 18px;
  text-align: right !important;
  color: #39a003;
  text-transform: uppercase;
  margin: 0;
  width: 300px;
  float: right;
}
/*
.refer_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.refer_popup .refer_over {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
.refer_popup .refer_container {
  position: absolute;
  width: 100%;
  max-width: 480px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  padding: 15px;
}
.refer_popup .refer_container .refer_title {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #f15a24;
  font-weight: bold;
}
.refer_popup .refer_container .refer_id {
  text-align: center;
  font-size: 16px;
  color: #8f8f8f;
}
.refer_popup .refer_container .refer_form .info_input {
  width: 100%;
  display: inline-block;
}
.refer_popup .refer_container .refer_form .info_input .info_title {
  font-size: 16px;
  padding: 10px 0;
}
.refer_popup .refer_container .refer_form .info_input input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #eaeaea;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;

}
.refer_popup .refer_container .refer_form .info_input textarea {
  width: 100%;
  border: solid 1px #eaeaea;
  resize: none;
  padding: 7px 10px;
  height: 120px;
  transition: all ease-in 200ms;
  -moz-transition: all ease-in 200ms;
  -webkit-transition: all ease-in 200ms;
  -ms-transition: all ease-in 200ms;
}
.refer_popup .refer_container .refer_form .info_input button {
  float: right;
  margin: 25px 0 0 0;
  border: 0;
  padding: 7px 15px;
  background: #f15a24;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
}
.refer_popup .refer_container .refer_form .info_input input:focus, .refer_popup .refer_container .refer_form .info_input textarea:focus{
  border: solid 1px #f15a24;
}*/

/* Ajax Edit Address Dialog on Checkout Page*/
.update_address label{width:100%}
.update_address input{border: solid 1px #d7d6d6; padding: 8px 5px;}
.update_address button  { margin: 15px 0; padding: 5px 15px; border: solid 0px #f15a24; background: #f15a24; color: #fff; cursor: pointer;
 text-transform: uppercase; margin-left: 15px;}
 .update_address .btndiv {text-align:center}
/* Ajax Edit Address Dialog on Checkout Page*/

@media screen and (max-width: 1440px) {
.store_profile {
  background: url(../img/store/1440px300px.jpg);
}
}
@media screen and (max-width: 1280px) {
.store_profile {
  background: url(../img/store/1280px300px.jpg);
}
}
@media screen and (max-width: 768px) {
.store_profile {
  background: url(../img/patten_store.png);
  background-repeat: repeat !important;
}
}
/*@media screen and (max-width: 480px) {
.store_profile {
  background: url(../img/store/480x230.jpg);
}*/
}