@-webkit-keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  }
  100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  html,
  body,
  div,
  span,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  em,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  strong,
  sub,
  sup,
  tt,
  var,
  b,
  u,
  i,
  center,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  details,
  embed,
  figure,
  figcaption,
  footer,
  header,
  hgroup,
  menu,
  nav,
  output,
  ruby,
  section,
  summary,
  time,
  mark,
  audio,
  video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
  display: block;
  }
  body {
  line-height: 1;
  }
  ol,
  ul {
  list-style: none;
  }
  blockquote,
  q {
  quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
  content: '';
  content: none;
  }
  table {
  border-collapse: collapse;
  border-spacing: 0;
  }
  a {
  cursor: pointer;
  }
  a:hover {
  text-decoration: none;
  }
  .clear-padding-left {
  padding-left: 0;
  }
  .clear-padding {
  padding: 0;
  }
  .clear-padding-right {
  padding-right: 0;
  }
  body {
  font-size: 1.2rem;
  /* overflow: hidden; */
  font-family: 'Montserrat', sans-serif;
  }
  .logo{
  background: #fff;margin-bottom: -2px;margin-top: -2px;
  }
  .logo img {
  height: 65px;max-width:100%;
  width: auto;    margin-left: 15px;
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;*/
  }
  
  
  /*mani*/
  #mobile-footer {
  display: none;
  }
  
  @media (max-width: 770px) {
  .logo {
  text-align: center;
  }
  }
  header ul li {
  font-size: 0.72rem;
  display: inline-block;
  line-height: 2.5em;
  position: relative;
  }
  header ul li a {
  display: block;
  color: #000;
  }
  header ul li a:hover {
  /*color:#000;*/
  }
  header .header-top {
  display: block;
  min-height: 1.5em;
  background: #F0F0E9;
  padding: 2px 0;
  }
  @media (max-width: 767px) {
     #address_form .form-error-block{
         position:static;
     }
     .fixed_top_cart{
         /*margin-bottom:50px;*/
     }
     .print_invoice, button.customer_cancel{
         margin-top:10px;margin-left:3px;
     }
     .back_btn{
          margin-top:10px;display:inline-block;
     }
  .static-cont {
  margin: 30px 0 !important;
  }
  .related_products {
    margin-bottom: 100px;
  }
  .prd_main_img img{
    object-fit: contain;
  }
  .wishlist_btn{
    margin-top: 13px;
  }
  .cust-content span p{
    display: flex;
  }
  .cust-content span p b{
    margin: 0 5px;
    position: relative;
    top: 1px;
  }
  .mb-padd-0{
  padding: 0
  }
  .float_left_mobile{
  padding: 0
  }
  .static-cont h3{
  font-size: 14px;
  margin: 10px 0;
  font-weight: bold;
  }
  .terms-cont h2{
  font-size: 13px !important
  }
  .content-privacy h2{
  margin: 15px 0 !important
  }
  .content-privacy  a{
  color: 	#00b140 !important;
  font-size: 14px;
  font-weight: bold;
  }
  header .header-top .flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  }
  @media (max-width: 767px) {
  
  header .header-top .hidden {
  display: none;
  }
  .btn_out_of_stock{
  top: 0 !important
  }
  }
  @media (min-width: 768px) {
  header .header-top .header-top-right:not(:first-child) {
  border-right: 1px solid #D6D6D0;
  }
  }
  header .header-top .header-top-right li {
  padding: 0 1em;
  }
  header .header-top .header-top-right li.active .header-top-popup-wrap,
  header .header-top .header-top-right li:hover .header-top-popup-wrap {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  opacity: 1;
  z-index: 2;
  }
  header .header-top .header-top-right li.active a:hover,
  header .header-top .header-top-right li:hover a:hover {
  color: #fff !important;
  }
  header .header-top .header-top-right li a {
  /*color: #888;*/
  }
  header .header-top .header-top-right li .header-top-popup-wrap {
  display: block;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  padding: 5px 0;
  width: 150px;
  right: 0;
  z-index: 2;
  }
  header .header-top .header-top-right li .header-top-popup-wrap::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-left: 1px solid;
  border-top: 1px solid;
  border-color: #D6D6D0;
  right: 30%;
  top: 0%;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  }
  header .header-top .header-top-right li .header-top-popup-wrap ul {
  border: 1px solid #D6D6D0;
  border-radius: 3px;
  }
  header .header-top .header-top-right li .header-top-popup-wrap ul li {
  display: block;
  padding: 3px 5px;
  background: white;
  }
  header .header-top .header-top-right li .header-top-popup-wrap ul li:hover {
  /*background-color: #F0F0E9;*/
  }
  header .header-top .header-top-right li .header-top-popup-wrap ul li a {
  font-size: 0.8rem;
  }
  @media (max-width: 767px) {
  header .header-top .header-top-right.account .header-top-popup-wrap {
  left: -60px;
  }
  header .header-top .header-top-right.account .header-top-popup-wrap::before {
  left: 30%;
  }
  }
  header .header-top .header-top-right img {
  height: 15px;
  vertical-align: middle;
  }
  header .header-top .header-top-left li {
  margin: 0 .5em;
  }
  /*header .header-middle {
  padding: 2px 0;
  background-color: orange;
  }*/
  header .header-middle.craftkadai_theme {
  padding: 2px 0;
  background-color: #00b140;
  }
  .theme_blue{
  background-color: #00b140 !important;
  }
  header .header-middle .header-middle-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  header .header-middle .header-middle-menu .form-search {
  position: relative;
  right: 0;
  z-index: 1;
  width: calc(100% - 820px);
  }
  @media (max-width: 991px) {
  header .header-middle .header-middle-menu .form-search {
  width: calc(100% - 250px);
  }
  }
  @media (max-width: 447px) {
  header .header-middle .header-middle-menu .form-search {
  width: 100%;
  margin-bottom: 10px;
  }
  }
  header .header-middle .header-middle-menu .form-search input {
  width: 100%;border-color: #7c51a1;
  }
  header .header-middle .header-middle-menu .form-search .btn-outline-success {
  color: #7c51a1;
  border-color: transparent;
  background: #fff;
  position: absolute;
  border-radius: 0 .25rem .25rem 0;
  right: 0px;
  top: 1px;
  padding:5px 10px;
  margin: 0 !important;
  -webkit-transition: ease .5s;
  transition: ease .5s;border-left: 1px solid #7c51a1;
  }
  header .header-middle .header-middle-menu .form-search .btn-outline-success:focus,
  header .header-middle .header-middle-menu .form-search .btn-outline-success:active,
  header .header-middle .header-middle-menu .form-search .btn-outline-success:active:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: unset;
  background-color: white;
  border-color: #7c51a1;
  color: #7c51a1;
  }
  header .header-middle .header-middle-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 5px;
  font-size: .9rem;
  /*margin-left: 5px;*/
  border-radius: .25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  }
  header .header-middle .header-middle-menu a span{line-height:20px;}
  header .header-middle .header-middle-menu a i{
  margin-right:7px;
  }
  header .header-middle .header-middle-menu .location-ic{
  border:none;padding: 9px 0px;    margin-right: 15px;
  }
  header .header-middle .header-middle-menu .wishlist-header{
  width:35px; height: 35px; background: #7c51a1; color: #fff;
  border-radius: 50%; line-height: 35px; text-align: center; position: relative;
  }
  header .header-middle .header-middle-menu .cart-header{
  width:30px; height: 30px; border:1px solid #fff; color: #fff; transition:all ease .5s;
  border-radius: 50%; line-height: 30px; text-align: center; position: relative;margin:0 auto;
  }
  .cart-btn{
  padding: 10px 5px;
  margin-top: -2px;
  margin-bottom: -2px;
  display: flex;
  align-items: center;
  }
  .cart-btn i{
    font-size: 25px;
    color: #d1202e;
    float: left;
  }
  .cart-btn h5{
    float: left;
    font-size: 13px;
    font-weight: bold;	
    color: #000;
    padding-left: 8px;
  }
  .scart_count{
    display: block;
    font-size: 12px;
    color: #000;
    position: relative;
    left: 10px;
    font-weight: bold;
    top: 5px;
  }
  .flex li{
    display: flex;
  }
  .my-cart{
  font-size: 14px;
  color: #fff;cursor:pointer;
  }
  header .header-middle .header-middle-menu .cart-btn:hover{
  background:#fff;color:#7c51a1;transition:all ease .5s;
  }
  header .header-middle .header-middle-menu .cart-btn:hover .my-cart{
  color:#7c51a1;transition:all ease .5s;
  }
  header .header-middle .header-middle-menu .cart-btn:hover .cart-header{
  border: 1px solid #7c51a1;
  color: #7c51a1;
  }
  header .header-middle .header-middle-menu .cart-header i{margin-left: 2px;}
  header .header-middle .header-middle-menu .wishlist-header i{margin-left: 5px;}
  header .header-middle .header-middle-menu .categ-header{width: 38px;float: right;margin-right:3px;display:none;}
  header .header-middle .header-middle-menu .categ-header img{width:33px;}
  .hidden-lg{display:none;}
  header .header-middle .header-middle-menu .form-mb-show{display:none;}
  header .header-middle .header-middle-menu .form-big-show{display:block;}
  /*header .header-bottom .categories .btn-categories1{display:block;}*/
  header .categories .btn-categories2{display:none!important;}
  @media (max-width: 991px) {
  /*header .header-middle .header-middle-menu a .title {*/
  /*    display: none;*/
  /*}*/
  .hidden-md{display:none;}
  /*header .fixed-top .header-middle-menu .location-ic{display:none;}*/
  /*header .fixed-top .header-middle-menu .form-big-show{margin-left: 180px;}*/
  header .fixed-top .categories .btn-categories{width:200px;top:110px!important;}
  }
  @media (max-width:768px) {
  header .header-middle .header-middle-menu .cart-header{
  line-height:7px;
  }
  .logo img{
  margin-left:0;
  }
  header .fixed-top .header-middle-menu .location-ic{display:inline-block;}
  header .header-middle{box-shadow: 1px 7px 7px #00000021;}
  /*.btn-topval{top:-103px!important;}*/
  .frm-hide{display:none!important;}
  .menu-rw{display:none!important;}
  header .header-middle .header-middle-menu .form-mb-show{display:block;}
  header .header-middle .header-middle-menu .form-big-show{display:none;}
  header  .categories .btn-categories1{display:none!important;}
  header .categories .btn-categories2{display:block!important;}
  .hidden-sm{display:none;}
  .visible-sm{display:block;}
  header .header-middle .header-middle-menu .location-ic{position: absolute;top: -93px;color:#555;}
  header .header-middle .header-middle-menu a .fa-location-arrow{
  display:none;
  }
  .logo{width: 100px;padding: 0;
  /*margin-left: 41px;*/
  }
  header .categories .btn-categories {
  width:50px; padding: 10px 0; left:-23px;
  position: absolute;
  top: -25px;
  font-size: 21px!important;
  color: #656565;
  }
  header .header-middle .header-middle-menu .cart-header{position: absolute;
  top: 15px;
  right: 5px;}
  /*header .header-middle .header-middle-menu form{display:none;}*/
  .cart-mb-search{
  width: 50px!important;
  float: right;
  position: absolute;
  top: 12px;
  right: 40px;
  font-size: 20px!important;}
  }
  @media (max-width: 447px) {
  header .header-middle .header-middle-menu a {
  width: 205px;
  margin-left: 0px;
  }
  header .header-middle .header-middle-menu .cat-ul li a{
  width:auto; display:inline-block;
  }
  header .header-middle .header-middle-menu a .title {
  display: block;
  }
  }
  header .header-middle .header-middle-menu a .count {
  border: 1px solid transparent;
  background: #28a745;
  border-radius: 50%;
  min-height: 10px;
  min-width: 10px;
  display: block;
  color: white;
  text-align: center;
  margin-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  line-height: 10px;
  position: absolute;
  top: -7px;
  right: -7px;
  }
  header .header-bottom {
  background: white;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  header .categories {
  position: relative;
  }
  @media (min-width: 992px) {
  .header-bottom .navbar-expand-lg .navbar-collapse{display:block!important;}
  .header-bottom .navbar-expand-lg .navbar-nav{float:right;}
  header .categories.active>ul,
  header .categories:hover>ul {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: all;
  opacity: 1;
  }
  header .btn-active {
  display: none !important;
  }
  }
  @media (max-width: 991px) {
  header .header-middle .header-middle-menu a{
  display: inline-block;
  }
  header .categories.active>ul {
  position: fixed;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  pointer-events: all;
  opacity: 1;z-index:100;
  }
  header .categories.active>ul>li {
  position: relative;
  }
  header .header-bottom .btn-active {
  position: absolute;
  top: 0;
  transform: translate(0px, 0%);
  right: 10px;
  border: none !important;
  }
  }
  @media (min-width: 992px) {
  header .categories.active-home>ul {
  top: calc(100% + 0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  /*width: calc(100% - 15px);*/
  width:170%;
  pointer-events: all;
  opacity: 1;
  }
  }
  header .categories .btn-categories {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px;
  /*padding-left: 25px;*/
  height: 100%;
  /*background: #7c51a1;*/
  color:#fff;
  }
  /*.fixed-top  .categories .btn-categories{
  color:#fff !important; font-weight:normal !important;
  }*/
  /*header .fixed-top .categories .btn-categories{
  position: absolute;
  top: 115px;
  left: 143px;
  padding: 0;
  }*/
  /*header .fixed-top .categories>.cat-ul{display: block;top: 155px!important;left: 140px;display:none;}*/
  header  .categories .btn-categories img {
  margin-right: 10px;
  }
  header  .categories>ul {
  position: absolute;
  z-index: 20;
  width: 170%; height:auto;    left: 0;
  background-color: white;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  header .categories>ul li {
  display: block;
  margin-right: 0 !important;
  margin-left: 0 !important;
  position: static;
  line-height: inherit;
  }
  header .categories>ul li a {
  display: block;
  padding: 7px 10px !important;
  font-size: 13px !important; color:#222 !important;
  /*overflow: hidden; white-space: nowrap; text-overflow: ellipsis;*/
  display: flex;align-items: center;
  /*justify-content: center;*/
  }
  header .categories>ul li :hover{
  background-color: #00b140;
  font-weight: bold;
  }
  header .categories>ul li :hover{
  background-color: #00b140;
  font-weight: bold;
  }
  header .categories>ul li :hover header .categories>ul .sub-catt li{
  font-weight:initial;
  }
  header .categories>ul .sub-catt li a{
  padding: 7px 10px !important;
  font-size: 12px !important;
  border:1px solid #ddd;
  }
  header .categories>ul .sub-catt li:hover{
  background-color: #fff;
  font-weight: bold;
  }
  header .categories>ul .sub-catt li:hover .sub-sub-catt a{
  font-weight:initial !important;
  }
  header .categories>ul .sub-sub-catt li a{
  padding: 10px 10px !important;
  font-size: 10px !important;
  }
  header .categories>ul .sub-sub-catt li a:hover{
  font-weight: bold;
  }
  header  .categories>ul li>ul {
  width: 100%;
  min-height:330px;
  /*height: auto;*/
  background-color: #e8e8e8 !important;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 100%;
  top: 0;
  float: left;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 400ms ease 400ms;
  transition: all 400ms ease 400ms;
  z-index: 1;
  }
  header  .categories>ul li>ul li>ul{
  height: auto;   background-color: #fff !important;
  }
  .dflex-center{
  display: flex !important;
  align-items: center;
  justify-content: center;
  }
  .sub-sub-catt{
  /*height:250px; overflow-y:  auto;*/
  }
  header .categories>ul li:hover>ul,
  header .categories>ul li.active>ul {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  pointer-events: all;
  opacity: 1;
  }
  header .categories>ul>li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .btn-active{
  float:right;
  }
  .home-width-overlay-added {
  position: absolute;
  width: 100%;
  float: left;
  height: 100vh;
  background: #00000094;
  z-index: 9;
  /*margin: 0 -15px;*/
  }
  @media (min-width: 992px) {
  header .categories>ul {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 400ms ease 0s;
  transition: -webkit-transform 400ms ease 0s;
  transition: transform 400ms ease 0s;
  transition: transform 400ms ease 0s, -webkit-transform 400ms ease 0s;
  }
  }
  header .categories>ul .logo-nav-sm {
  display: none;
  }
  @media (max-width: 991px) {
  header .header-bottom .navbar{display: inline-block;}
  header .header-bottom .navbar .navbar-toggler{float: right;display: inline-block;margin-top: 7px;}
  header .categories>ul {
  width: 300px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  min-height: 100vh;
  pointer-events: none;
  overflow: auto;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  }
  header  .categories>ul .logo-nav-sm {
  display: block;
  position: relative;
  }
  header  .categories>ul .logo-nav-sm a {
  display: block;
  text-align: center;
  }
  header  .categories>ul .logo-nav-sm a img {
  height: 50px;
  }
  header  .categories>ul .logo-nav-sm .nav-close {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #7c51a1;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  }
  header .categories>ul .logo-nav-sm .nav-close i {
  line-height: 0;
  color: #7c51a1;
  }
  header  .categories>ul li>ul {
  max-height: 0px;
  overflow-y: auto;
  background: #D6D6D0;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  pointer-events: all;
  opacity: 1;
  position: unset;height:auto;
  }
  header .categories>ul li>ul li>ul{
  height:100%;
  }
  header .categories>ul li:hover>ul,
  header .categories>ul li.active>ul {
  max-height: 2000vh;
  -webkit-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  }
  }
  header .header-bottom .navbar {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  }
  header .header-bottom .navbar .navbar-collapse .logo-nav-sm {
  display: none;
  }
  @media (max-width: 991px) {
  header .header-bottom .navbar .navbar-collapse {
  position: fixed;
  right: 0;
  top: 0;
  background: white;
  min-width: 300px;
  z-index: 3;
  min-height: 100vh;
  padding: 0 15px;
  }
  header .header-bottom .navbar .navbar-collapse .logo-nav-sm {
  display: block;
  position: relative;
  }
  header .header-bottom .navbar .navbar-collapse .logo-nav-sm a {
  display: block;
  text-align: center;
  }
  header .header-bottom .navbar .navbar-collapse .logo-nav-sm a img {
  height: 50px;
  }
  header .header-bottom .navbar .navbar-collapse .logo-nav-sm .nav-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #7c51a1;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  }
  header .header-bottom .navbar .navbar-collapse .logo-nav-sm .nav-close i {
  line-height: 0;
  }
  }
  header .header-bottom .navbar a {
  color: #696763 !important;
  font-size: 1rem;
  }
  header .header-bottom .navbar a:hover {
  color: #7c51a1 !important;
  }
  header .header-bottom .navbar .active a {
  color: #7c51a1 !important;
  }
  header .header-bottom .navbar .dropdown {
  z-index: 3;
  }
  header .header-bottom .navbar .dropdown.show .dropdown-menu,
  header .header-bottom .navbar .dropdown:hover .dropdown-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
  border-radius: inherit;
  z-index: 1;
  margin: 0;
  }
  @media (max-width: 770px) {
  header .header-bottom .navbar .dropdown.show .dropdown-menu,
  header .header-bottom .navbar .dropdown:hover .dropdown-menu {
  border: none;
  }
  .header-middle-menu{
  /*height: 0;*/
  }
  }
  header .header-bottom .navbar .dropdown .dropdown-menu .dropdown-item:focus {
  color: #7c51a1 !important;
  background-color: inherit;
  }
  .slider-home .slider-home-item img {
  width: 100%;
  }
  .slider-home .slick-dots {
  bottom: 0;
  }
  .slider-home .slick-prev:before,
  .slider-home .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #262b2f;
  }
  .slider-home .slick-prev,
  .slider-home .slick-next {
  width: 30px;
  height: 30px;
  z-index: 1;
  }
  .slider-home .slick-next {
  right: 25px;
  }
  .slider-home .slick-prev {
  left: 25px;
  }
  .slick-dotted.slick-slider{
  margin-bottom: 15px;
  }
  .slick-prev::before {
  content: "\f053";
  }
  .slick-next::before {
  content: '\f054';
  }
  /*.slider-home .slick-next:before {
  content: '\f054';
  }
  .slider-home .slick-prev:before {
  content: '\f053';
  }*/
  .product-list {
  padding-top: 15px;
  position: relative;
  }
  .product-list-title {
  font-size: 22px;
  font-weight: bold;
  /*border-left: 6px solid #7c51a1;*/
  padding: 5px;
  /*padding-left: 12px;*/
  margin-bottom: 15px;
  position: relative;
  }
  .product-list-title h3, .ban-head{
  display: inline-block;
  background: #7c51a1;
  border-radius: 30px;
  padding: 10px 15px;
  color: #fff;
  font-weight: normal;
  text-shadow: 2px 3px 1px rgb(0 0 0 / 57%);
  }
  .product-list .product-list-items {
  margin-bottom: 30px;
  }
  .product-item {
  margin-bottom: 30px;
  background-color: white;
  }
  .product-item:hover {
  /*    -webkit-box-shadow: 0px 0px 20px rgba(14, 140, 228, 0.5);
  box-shadow: 0px 0px 20px rgba(14, 140, 228, 0.5);*/
  /*-webkit-box-shadow: 0 0 4px #b6b6b6;*/
  /*box-shadow: 0 0 4px #b6b6b6;*/
  }
  .product-item:hover .product-name a {
  color: #00b140 !important;
  }
  .product-item:hover  .product-add-cart a{
      color:#fff !important;
  }
  
  .product-item .product-main {
  /*padding: 10px 15px;*/
  color: #262b2f;
  /*border: 1px solid #cecece;*/
  /*border-right: 1px solid #f2f2f2;*/
  text-align: center;
  position: relative;
  z-index: 1;
  }
  .product-item .product-main a {
  color: #262b2f;
  display: block;
  }
  .product-item .product-main .product-photo {
  /*margin-bottom: 10px; */
  position: relative;
  /* height: 200px; */
  }
  .product-item .product-main .product-photo img {
  /*position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;*/
  }
  .flag_icon{
    position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  }
  /*------------hearder search------------------*/
  .searchlist{display:none;top:100%;position:absolute}
  .datepicker.dropdown-menu{left:0;float:left;min-width:160px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:5px;-moz-border-radius:5px;-o-border-radius:5px;-ms-border-radius:5px;box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);-o-box-shadow:0 5px 10px rgba(0,0,0,.2);-ms-box-shadow:0 5px 10px rgba(0,0,0,.2);background-clip:padding-box;border-right-width:2px;border-bottom-width:2px;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:20px}
  .searchlist,.searchresult{background:#FFF;width:100%;left:0}.datepicker.datepicker-inline td,.datepicker.datepicker-inline th,.datepicker.dropdown-menu td,.datepicker.dropdown-menu th{padding:4px 5px}
  .searchresult{margin:0;padding:0;max-height:357px;overflow-x:hidden;overflow-y:visible}
  .searchresult li{list-style:none;border-bottom:#EAE6E6 solid 1px;font-weight:600;color:#000;padding:0}
  .searchlist{padding:0;z-index:9;border-bottom:#D5D0D0 solid 1px;border-left:#D5D0D0 solid 1px;border-right:#D5D0D0 solid 1px;box-shadow:0 2px 5px #ebebeb;-webkit-box-shadow:0 2px 5px #ebebeb;-moz-box-shadow:0 2px 5px #ebebeb;-o-box-shadow:0 2px 5px #ebebeb;-ms-box-shadow:0 2px 5px #ebebeb}
  .searchlist a{font-weight:600;color:#636363;padding:10px 0}
  .searchlist a.search-more,{text-transform:uppercase;font-size:12px;letter-spacing:1px;display:block;border-top:1px solid #eee}
  .search_table_wrap{position:relative;width:100%;padding:10px;float:left;top:0;color:#333;box-shadow:none!important;border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.5);-moz-box-shadow:0 1px 2px rgba(0,0,0,.5);-o-box-shadow:0 1px 2px rgba(0,0,0,.5);-ms-box-shadow:0 1px 2px rgba(0,0,0,.5)}
  .search_table_wrap .search_wrap{width:100%;float:left;max-height:255px;overflow:auto}
  @media only screen and (max-width:767px){.search_table_wrap{width:100%;padding:3px 8px}
  .search_table_wrap .search_wrap{max-height:none;overflow:visible}
  .search_table_wrap .search_wrap .search_table .srch_prdt_img{display:none}}
  .search_table_wrap .search_wrap .search_table{width:100%;float:left;border-bottom:solid 1px #eee}
  .search_table_wrap .search_wrap .search_table .srch_prdt_img{float:left;width:15%}
  @media only screen and (max-width:1200px){.search_table_wrap .search_wrap .search_table .srch_prdt_img{width:15%}}
  .search_table_wrap .search_wrap .search_table .srch_prdt_img figure{width:40px;height:40px;margin-right:10px;position:relative}
  .search_table_wrap .search_wrap .search_table .srch_prdt_img figure img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;max-width:100%;max-height:100%}
  .search_table_wrap .search_wrap .search_table .srch_prdt_name{width:40%;float:left;margin-right:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
  @media only screen and (max-width:767px){.search_table_wrap .search_wrap .search_table .srch_prdt_name{width:70%}}
  @media only screen and (max-width:1200px){.search_table_wrap .search_wrap .search_table .srch_prdt_name{width:85%;margin-right:0}}
  .search_table_wrap .search_wrap .search_table .srch_prdt_name span{font-size:10px;color:#4c4c4c;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
  .search_table_wrap .search_wrap .search_table .srch_prdt_name h4{font-size:10px;font-weight:700;margin:3px 0 5px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
  .search_table_wrap .search_wrap .search_table .srch_prdt_prc{float:left;width:22%;padding-top:2px}
  @media only screen and (max-width:1200px){.search_table_wrap .search_wrap .search_table .srch_prdt_prc{width:27%}}
  @media only screen and (max-width:767px){.search_table_wrap .search_wrap .search_table .srch_prdt_prc{text-align:right;padding-top:3px;width:25%}}
  @media only screen and (max-width:480px){.search_table_wrap .search_wrap .search_table .srch_prdt_name h4{display:none}.search_table_wrap .search_wrap .search_table .srch_prdt_prc{text-align:left}}
  .search_table_wrap .search_wrap .search_table .srch_prdt_prc p{margin:0}
  .search_table_wrap .search_wrap .search_table .srch_prdt_prc .srch-less-amt{font-size:10px;color:gray}
  .search_table_wrap .search_wrap .search_table .srch_prdt_notavl{width:32%;float:left}
  .search_table_wrap .search_wrap .search_table .srch_prdt_notavl p{font-weight:400;font-size:13px;color:#ef4438;margin-top:10px;text-align:right}
  .search_table_wrap .search_wrap .search_table .srch_prdt_out{width:32%;float:left;position:absolute;right:2px}
  @media only screen and (max-width:1200px){.search_table_wrap .search_wrap .search_table .srch_prdt_out{position:initial}}
  @media only screen and (max-width:767px){.search_table_wrap .search_wrap .search_table .srch_prdt_out{position:absolute}
  .search_table_wrap .search_wrap .search_table .srch_prdt_qty{display:none}}
  .search_table_wrap .search_wrap .search_table .srch_prdt_out p{font-weight:400;font-size:13px;color:#5867dd;margin-top:10px;text-align:left}
  @media only screen and (max-width:480px){.search_table_wrap .search_wrap .search_table .srch_prdt_out{position:initial;width:50%}
  .search_table_wrap .search_wrap .search_table .srch_prdt_out p{font-size:12px;text-align:right}}
  .search_table_wrap .search_wrap .search_table .srch_prdt_qty{float:left;width:15%;padding-top:10px}
  @media only screen and (max-width:1200px){.search_table_wrap .search_wrap .search_table .srch_prdt_qty{width:26%}}
  .search_table_wrap .search_wrap .search_table .srch_prdt_qty .qty-icon{padding:2px 4px;text-align:center;border-radius:50%;font-size:10px;border:1px solid #ef4438;color:#ef4438;cursor:pointer}
  .search_table_wrap .search_wrap .search_table .srch_prdt_qty .qty-count{background:#fff;color:#333;padding:0 3px;margin:5px}
  .search_table_wrap .search_wrap .search_table .srch_prdt_cart{float:left;width:20%;padding-top:10px}
  @media only screen and (max-width:1200px){.search_table_wrap .search_wrap .search_table .srch_prdt_cart{width:26%;text-align:right}}
  @media only screen and (max-width:767px){.search_table_wrap .search_wrap .search_table .srch_prdt_cart{display:none}
  .searchlistML .search_table_wrap .search_wrap .search_table .srch_prdt_cart{display:block;width:35%;}}
  .search_table_wrap .search_wrap .search_table .srch_prdt_cart span{cursor:pointer;padding:4px 8px;border-radius:20px;background:#00b140;color:#fff}
  .search_table_wrap .search_wrap .search_table .srch_prdt_cart span i{margin-right:6px}.search_table_wrap .search_wrap .search_table:last-child{border:none}
  .search_table_wrap .view_all_srch{width:100%;float:left;text-align:center}
  .search_table_wrap .view_all_srch a{display:block;padding:10px;color:#555;border:1px solid #cacaca;border-radius:4px}
  .search_table_wrap .view_all_srch a:hover{box-shadow:0 1px 6px rgba(0,0,0,.5);-webkit-box-shadow:0 1px 6px rgba(0,0,0,.5);-moz-box-shadow:0 1px 6px rgba(0,0,0,.5);-o-box-shadow:0 1px 6px rgba(0,0,0,.5);-ms-box-shadow:0 1px 6px rgba(0,0,0,.5)}
  .search_wrap::-webkit-scrollbar{width:5px}.search_wrap::-webkit-scrollbar-track{background:#fff;border-radius:10px}
  .search_wrap::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.mobile-collap::-webkit-scrollbar{width:5px}.mobile-collap::-webkit-scrollbar-track{background:#fff;border-radius:10px}
  .mobile-collap::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.searchresult::-webkit-scrollbar{width:5px}.searchresult::-webkit-scrollbar-track{background:#fff;border-radius:10px}
  .searchresult::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.header-contents{background:#fff;box-shadow:0 2px 5px #ebebeb;-webkit-box-shadow:0 2px 5px #ebebeb;-moz-box-shadow:0 2px 5px #ebebeb;-o-box-shadow:0 2px 5px #ebebeb;-ms-box-shadow:0 2px 5px #ebebeb;width:100%;float:left}
  .header-contents .grace-logo{position:relative;height:80px;width:100%;float:left}
  .header-contents .grace-logo img{position:absolute;margin:auto;max-height:100%;top:20px;bottom:30px;right:auto;left:0;max-width:100%}
  @media only screen and (max-width:1200px){.header-contents .grace-logo img{max-width:100%;top:40px}}
  .flag_icon img{
      width: 32%;
      /* height: 40%; */
      float: left;
      position: relative;
      z-index: 1
      /*left: -15px;*/
  }
   .category_carosel .flag_icon img{
 width: 27%;
  }
  .product-item .product-main .product-group {
  position: absolute;
  top: 0;
  right: 0;
  }
  /*.product-item .product-main .product-name {
  margin-bottom: 10px;
  }*/
  .product-item .product-main .product-name h4 {
  font-size: 0.9rem;
  /*height: 24px;*/
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  min-height: 40px;
  line-height: 1.4;
  }
  
  
  .product-item .product-main .product-price {
  font-size: 1.1rem;
  font-weight: bold;
  color: #7c51a1;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0
  }
  .product-item .product-main .product-price .product-price-old {
  color: #696763;
  font-size: 0.8rem;
  text-decoration: line-through;
  }
  .product-item .product-main .product-add-cart {
  margin-bottom: 10px; margin-top: 10px;
  min-height: 32px;
  }
  .product-item .product-main .product-add-cart .alert-warning{
  padding: 6px 10px; display: inline-block;
  margin: 0;
  }
  .product-item .product-main .product-add-cart .outofstock span{
  padding: 6px 10px;    color: #F44336;
  background-color: #ffb6b1;
  border-color: #ffb6b1;   display: inline-block;
  }
  .product-item .product-main .product-add-cart .btn {
  background: #00b140;
  float: right;
  color: #fff;
  font-size: 10px;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  padding: 10px 14px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  margin-top: 10px;
  border: none;
  border-radius: 0 !important;
  text-align: center;
  }
  .product-item .product-main .product-add-cart .btn i{
  margin-right: 5px;
  }
  .product-item .product-main .product-add-cart a {
  /*border: 1px solid #D6D6D0;*/
  font-size: 12px;
  }
  .product-item .product-main .product-add-cart a:hover {
  /*background-color: #37616f;*/
  /*border-color:#37616f;*/
  color: white;
  }
  .product-item .product-main .product-add-cart a{
    color: #fff;
    font-size: 13px;
    font-weight: bold;
  }
  .product-item .product-choose {
  color: #262b2f;
  text-align: center;
  border: 1px solid #F0F0E9;
  border-top: transparent;
  }
  .product-item .product-choose a {
  color: #262b2f;
  display: block;
  border-collapse: collapse;
  }
  .product-item .product-choose ul::after {
  content: "";
  clear: both;
  display: block;
  }
  .product-item .product-choose ul li {
  display:block;
  font-size: 0.9rem;
  width: 100%;
  }
  .product-item .product-choose ul li a {
  padding: 10px 0;
  font-size: 12px;
  }
  .product-item .product-choose ul li a:hover {
  color: #7c51a1;
  }
  .product-list .product-list-items .slick-prev:before,
  .product-list .product-list-items .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #262b2f;
  }
  .product-list .product-list-items .slick-prev,
  .product-list .product-list-items .slick-next {
  width: 30px;
  height: 30px;
  z-index: 1;
  }
  .product-list .product-list-items .slick-next {
  right: 10px;
  }
  .product-list .product-list-items .slick-prev {
  left: 10px;
  }
  .product-list .product-list-items .slick-next:before {
  content: '\f054';
  }
  .product-list .product-list-items .slick-prev:before {
  content: '\f053';
  }
  .product-list .btn-view {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -30px;
  }
  .product-list .btn-view a {
  width: 200px;
  display: block;
  margin: auto;
  font-size: 1rem;
  border: 1px solid #ced4da;
  color: #ced4da;
  border-radius: .25rem;
  padding: 7px 0;
  }
  .product-list .btn-view a:hover {
  background: #7c51a1;
  border-color: #7c51a1;
  color: white;
  }
  .arrow-slider-custom {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .arrow-slider-custom .prev,
  .arrow-slider-custom .next {
  opacity: .6;
  }
  .arrow-slider-custom .prev:hover,
  .arrow-slider-custom .next:hover {
  opacity: 1;
  }
  .arrow-slider-custom .prev::before,
  .arrow-slider-custom .next::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  color: #262b2f;
  margin: 0 15px;
  cursor: pointer;
  }
  .arrow-slider-custom .prev:before {
  content: '\f054';
  }
  .arrow-slider-custom .next:before {
  content: '\f053';
  }
  .subscribe {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  }
  .subscribe .subscribe-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  }
  .subscribe .subscribe-title i,
  .subscribe .subscribe-title div {
  display: inline-block;
  line-height: 2rem;
  }
  .subscribe .subscribe-title i {
  font-size: 3.5rem;
  margin-right: 10px;
  color: #7c51a1;
  }
  .subscribe .subscribe-title h4 {
  font-size: 1.5rem;
  font-weight: bold;
  }
  @media (max-width: 995px) {
  .subscribe .subscribe-title h4 {
  font-size: 1rem;
  }
  }
  @media (max-width: 995px) {
  .subscribe .subscribe-title div {
  font-size: 0.8rem;
  }
  }
  .subscribe .subscribe-form {
  position: relative;
  }
  .subscribe .subscribe-form input,
  .subscribe .subscribe-form button {
  display: inline-block;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  }
  @media (max-width: 770px) {
  .subscribe .subscribe-form input,
  .subscribe .subscribe-form button {
  font-size: 12px;
  }
  }
  .subscribe .subscribe-form input {
  width: 70%;
  border-radius: .25rem 0 0 .25rem;
  }
  .subscribe .subscribe-form input:focus {
  outline: none;
  border-color: #7c51a1;
  -webkit-box-shadow: 0 0 0 0.15rem rgba(14, 140, 228, 0.25);
  box-shadow: 0 0 0 0.15rem rgba(14, 140, 228, 0.25);
  }
  .subscribe .subscribe-form button {
  width: calc(31% - 15px);
  position: absolute;
  top: 0;
  right: 15px;
  border: 1px solid #7c51a1;
  border-radius: 0 .25rem .25rem 0;
  font-weight: bold;
  background-color: #7c51a1;
  color: white;
  }
  .subscribe .subscribe-form button:hover {
  opacity: 0.8;
  }
  .footer-top {
  background: rgb(159 255 0 / 19%);
  padding: 30px 0; color:#000;
  font-size: .8rem;
  /*margin-top: 50px;*/
  }
  .footer-top .footer-title {
  font-size: 14px;
  font-weight: bold;
  /* margin-bottom: 15px; */
  /*background: rgb(59 5 125 / 47%);*/
  /*background-image: linear-gradient(to right, #24073e87 , #7c51a18a);*/
  padding: 10px;
  display: inline-block;
  padding-left: 0;
  }
  .footer-top ul a {
  color: rgba(51,51,51,.75);
  display: inline-block;
  padding: 5px 0;font-size: 13px;
  letter-spacing: 1px;
  font-size: 14px;;
  }
  .footer-top ul a:hover {
  color: #000;
  }
  .subscribe {
  margin-left: 32px;
  padding-left: 32px;
  color: rgba(51,51,51,.75);
  border-left: 1px solid rgba(195,195,195,.5);
  }
  .subs h4{
  color: rgba(51,51,51,.75);
  margin-bottom: 15px;;
  }
  .subs h4 span{
  color: #00b140;
  }
  .subs p{
  color: rgba(51,51,51,.75);
  font-size: 13px;
  padding: 2px 0;
  }
  .footer-bottom {
  /*background: #D6D6D0;*/
  background: #111;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  font-size: 0.8rem;
  line-height: 1rem;
  text-align: center;
  }
  .footer-bottom a{
  color: rgba(255, 255, 255, 0.6);
  }
  .bkg-blue {
  background-color: rgba(14, 140, 228, 0.1);
  }
  .footer_social li{
  display: inline-block;
  margin-right: 15px;
  }
  .footer_social li {
  margin-right: 0 !important;
  }
  .footer_social li a{
  border-radius: 10px;
  }
  .footer_social li a i{
  font-size: 20px;
  /*    width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: block;*/
  }
  .first_child li:first-child{
  display: block;
  margin-bottom: 10px;
  }
  .first_child li{
  margin-right: 10px;
  }
  .first_child li:nth-of-type(2){
  margin-right: 5px !important;
  }
  .first_child li:nth-of-type(2) i{
  color: #4267b2;
  }
  .first_child li:nth-of-type(3) i{
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  }
  .footer_social li a img{
  width: 50px;
  }
  .cookies_policies{
  width: 100%;
  float: left;
  background: #00b140;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  z-index: 1;
  /*display: none;*/
  }
  .btn_none{
  display: none !important;
  }
  .accept_decline_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .accept_decline_btn a{
  margin-right: 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  }
  .accept_decline_btn a{
  border: 2px solid #fff;
  }
  .accept_decline_btn a::after{
  display: none;
  }
  .accept_decline_btn a:hover{
  background: #fff;
  color: #000;
  }
  .cookies_p{
  margin: 0;
  font-size: 12px;
  color: #fff !important;
  }
  .repeating-bars{
  /*background: repeating-linear-gradient(90deg,#4b1294,#45108e 3.46875rem,#481191 0,#4b1294 6.9375rem);
  height: .70313rem;
  width: 100%;*/
  }
  .breadcrumb {
  background: none;
  font-size: 13px;
  background: transparent;
  margin-bottom: 0;
  width: max-content;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  /*z-index: 1*/
  }
  .breadcrumb li {
  margin-right: 10px;
  }
  .breadcrumb li.active {
  color: #00b140 !important;
  font-weight: bold;
  }
  .breadcrumb li a {
  /*font-weight: bold;*/
  color: #000 !important;
  }
  .breadcrumb li:not(:last-child)::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  color: #333;
  margin-left: 10px;
  }
  .form-account {
  width: 380px;
  height: 480px;
  position: relative;
  margin: 6% auto;
  padding: 5px;
  overflow: hidden;
  }
  .form-account .button-box {
  width: 250px;
  margin: 35px auto;
  position: relative;
  box-shadow: 0 0 20px 9px #ff61241f;
  border-radius: 30px;
  }
  .form-account .toggle-btn {
  padding: 10px 30px;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  position: relative;
  }
  .form-account #btn {
  top: 0;
  left: 0;
  position: absolute;
  width: 125px;
  height: 100%;
  background: linear-gradient(to right, #ff105f, #ffad06);
  border-radius: 30px;
  transition: .5s;
  }
  .form-account .input-group-login {
  top: 100px;
  position: absolute;
  width: 280px;
  transition: .5s;
  }
  .form-account .input-field {
  width: 100%;
  padding: 10px 0;
  margin: 5px 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #999;
  outline: none;
  background: transparent;
  }
  .form-account .submit-btn {
  width: 85%;
  padding: 10px 30px;
  cursor: pointer;
  display: block;
  margin: auto;
  background: linear-gradient(to right, #ff105f, #ffad06);
  border: 0;
  outline: none;
  border-radius: 30px;
  }
  .form-account .check-box {
  margin: 30px 10px 30px 0;
  }
  .form-account span {
  color: #777;
  font-size: 12px;
  bottom: 69px;
  position: absolute;
  }
  #login {
  left: 50px;
  }
  #register {
  left: 450px;
  }
  .title-page {
  font-size: 1.5rem;
  font-weight: bold;
  /*border-left: 6px solid #7c51a1;*/
  padding: 5px;
  /*padding-left: 12px;*/
  margin-bottom: 15px;
  position: relative;
  }
  h1.title-page {
  font-size: 1.2rem;
  }
  .collapsed-block::after {
  content: "";
  clear: both;
  display: block;
  }
  .contact_content {
  font-size: 14px;
  line-height: 16px;
  }
  .contact_content address p {
  font-size: 15px;
  line-height: 27px;
  }
  .contact_content .social-networks {
  margin-top: 20px;
  }
  .contact_content .social-networks h2, .contact_content .title{
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  }
  .contact_content .social-networks ul {
  margin: auto;
  display: inline-block;    margin-top: 5px;
  }
  .contact_content .social-networks ul li {
  display: inline-block;
  font-size: 25px;
  margin: auto 10px;
  color: #888;
  }
  .contact_content .social-networks ul li a {
  color: #888;
  }
  #contactFormWrapper label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  }
  .has-error input,
  .has-error textarea {
  border-color: red;
  }
  .has-error .help-block {
  color: red;
  font-size: 12px;
  }
  .blog-posts .post-item img {
  width: 100%;
  }
  .blog-posts .post-item {
  font-size: 15px;
  line-height: 18px;
  }
  .blog-posts .post-item a {
  font-size: 13px;
  }
  .blog-posts .post-item .entry-title a {
  font-weight: bold;
  font-size: 20px;
  }
  .col-left .left-sidebar h2 {
  font-size: 1rem;
  font-weight: bold;
  border-left: 6px solid #7c51a1;
  padding: 5px;
  padding-left: 12px;
  margin-bottom: 15px;
  position: relative;
  }
  @media(max-width: 756px) {
  .col-left {
  display: none;
  }
  }
  .category-products {
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  margin-bottom: 15px;
  }
  .category-products .panel.panel-default {
  font-size: 15px;
  }
  .category-products .panel.panel-default:not(:last-child) {
  border-bottom: 1px solid #ccc;
  }
  .category-products .panel.panel-default h4 {
  display: block;
  padding: 5px;
  }
  .category-products .panel.panel-default a {
  color: #888;
  text-transform: uppercase;
  line-height: 18px;
  }
  .category-products .panel.panel-default a .badge {
  background: none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  }
  .category-products .panel.panel-default a .pull-right {
  float: right;
  }
  .category-products .panel-body {
  border-top: 1px solid #ccc;
  }
  .category-products .panel-title:hover a {
  color: #7c51a1;
  }
  .category-products .panel-body>ul li a {
  font-size: 13px;
  display: block;
  padding: 3px 10px;
  }
  .category-products .panel.panel-default .panel-body>ul a:hover {
  color: #7c51a1;
  background-color: #F0F0E9;
  }
  .pull-left {
  float: left;
  }
  .pull-right {
  float: right;
  }
  .btn-back {
  background-color: #7c51a1;
  color: white !important;
  }
  .cart_quantity_delete {
  background-color: white;
  color: #969696 !important;
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: .25rem;
  line-height: 25px;
  }
  .save-th{
  background:#7c51a1; color: #00ff4f;
  text-shadow: 0 2px 1px #404040;
  }
  .save-th svg{
  fill:#00ff4f; text-shadow: 0 2px 1px #404040;
  }
  .save-td{
  color:#28a745; font-weight:bold;
  }
  .cart_quantity_delete:hover {
  color: white;
  opacity: 0.5;
  }
  .btn-delete-all {
  color: #000 !important;
  border: 1px solid #000;
  border-radius: 0;
  font-weight: bold;
  font-size: 13px;
  padding: 6px 15px;
  transition: 0.5s all linear;
  }
  .btn-delete-all:hover{
  background: #000 !important;
  color: #fff !important;
  border: none;
  border: 1px solid transparent;
  transition: 0.5s all linear;
  }
  .extends_width{
  width: auto;
  padding: 6px 10px;
  background: #0a8799;
  font-size: 13px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 0;
  }
  .extends_width:hover{
  border: 1px solid transparent !important;
  background: #0a8799 !important;
  box-shadow: none !important;
  }
  .extends_width:focus{
  border: none !important;
  background: #0a8799 !important;
  box-shadow: none !important;
  }
  .btn-delete-all i{
  padding-right: 10px;
  }
  .pl-0{
  padding-left: 0;
  }
  .pr-0{
  padding-right: 0;
  }
  .mt-30{
  margin-top: 30px;
  }
  .textarea_box{
  border-radius: 0;
  resize: none;
  font-size: 13px;
  }
  .cart-table td, .cart-table th{
  padding:5px 10px;
  }
  #coupon-button {
  background-color: #7c51a1;
  color: white;
  border-radius: 0px .25rem .25rem 0;
  box-sizing: border-box;
  padding: 9px;
  }
  #form-order label:not(.radio-inline) {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;    margin-top: 10px;
  color: #7c51a1;
  }
  .table-responsive {
  font-size: 16px;
  }
  .table-responsive .sc-new-price,
  .table-responsive th {
  font-size: 16px;
  }
  @media (max-width: 750px) {
  .table-responsive {
  max-width: calc(100vw - 30px) !important;
  }
  
  }
  .card {
  margin-bottom: 30px;
  line-height: 42px;
  }
  .min-height-37vh {
  min-height: 39vh;
  margin-top: 5px;
  }
  #filter_sort {
  margin: 10px 0;
  }
  .carousel-inner img {
  width: 100%;
  position: relative;
  z-index: 1;
  }
  .left.item-control,
  .right.item-control {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: inherit;
  font-size: 30px;
  }
  .right.item-control {
  right: 10px;
  }
  .left.item-control {
  left: 10px;
  }
  .product-information {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  border-left: 1px solid rgba(204, 204, 204, 0.568);
  }
  .product-information .newarrival {
  position: absolute;
  top: 0;
  left: 0;
  }
  .product-information #product-detail-name {
  font-size: 18px;
  font-weight:bold;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 22px;
  }
  #product-detail-price~span input[name="qty"] {
  /*margin-left: 20px;*/
  height: 30px;
  }
  #product-detail-price{
  font-size: 20px;
  color: #000;
  font-weight: bold;
  }
  #product-detail-attr label{
  margin-left: 5px;
  }
  .product-information p {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
  }
  .product-information span {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 15px;
  }
  .product-information span img {
  vertical-align: middle;
  }
  .product-information span input {
  border: 1px solid #DEDEDC;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 700;
  height: 33px;
  outline: medium none;
  text-align: center;
  width: 50px;
  /*border-radius: .25rem;*/
  }
  .product-information span .cart {
  background: #7c51a1;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: .25rem;
  line-height: 14px; display: block;
  }
  .product-information b {
  font-weight: bold;    margin-top: 15px;
  display: inline-block;
  }
  .product-information .sc-new-price{
  font-size: 30px;
  }
  .product-information .btn{color:#fff;}
  .product-information .btn:hover{color:#fff;}
  .product-information .btn span{margin-bottom:0;margin-top:0;}
  .shop-details-tab .tab-content{
  font-size: 16px;
  margin-top: 20px;     line-height: 25px;
  }
  .tab-content #product-detail-content p {
  margin: 0 0 16px;
  padding: 0 0 0 32px;
  line-height: 24px;
  font-size: 14px;
  }
  #product-detail-image{
  position:relative; height:320px;
  }
  #product-detail-image img{
  position: absolute; top:0; left:0; right:0; bottom:0;
  margin: auto;width: 100%; max-height: 100%;
  /*margin-bottom: 20px;*/
  border: 1px solid #ddd;
  object-fit: contain;
  }
  .nav.nav-tabs {
  font-size: 20px;
  font-weight: bold;
  }
  .nav.nav-tabs .active a {
  font-weight: bold;
  padding-bottom: 15px;;
  display: block;
  /* background: #00b140; */
  color: #000;
  }
  .productinfo a {
  display: block;
  min-width: 140px;
  }
  .productinfo img {
  width: 100%;
  display: block;
  }
  .productinfo p {
  text-align: center;
  font-size: 16px;
  }
  .product-image-wrapper {
  padding: 10px;
  }
  .product-image-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(14, 140, 228, 0.5);
  box-shadow: 0px 0px 20px rgba(14, 140, 228, 0.5);
  }
  .product-list-items2 .slick-track {
  margin: 0;
  }
  #product-detail-image .slick-track{
  height:300px;
  }
  .product-list-items2 .product-item {
  padding: 0 5px;
  }
  #showTotal{
  border:none; margin-bottom: 15px;
  }
  #showTotal td {
  vertical-align: middle;
  padding: .75rem !important; border:none;
  }
  #showTotal th {
  font-weight: bold;border:none;
  }
  .sc-shipping-address .control-label {
  margin-bottom: 5px;
  font-weight: bold;
  }
  .text-success {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  }
  .slider {
  max-width: 100vw;
  overflow: hidden;
  }
  .login-form,
  .signup-form {
  margin-bottom: 15px;
  }
  .login-form label,
  .form-horizontal label {
  font-size: 16px;
  margin-bottom: 5px;
  }
  .btn-submit {
  background-color: #7c51a1;
  color: white;
  margin-top: 5px;
  }
  .btn-submit:hover {
  color: white;
  /*opacity: 0.5;*/
  }
  .btn-tab-cs {
  display: none;
  }
  .remove_border{
  /*border: 1px solid #ddd !important;*/
  box-shadow: none !important;
  }
  #rec_prd .owl-prev{
  position: absolute;
  height: 40px !important;
  color: inherit;
  border: none;
  z-index: 100;
  top: 40% !important;
  left: 0;
  background: #00b140 !important;
  color: #fff;
  width: 40px;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  line-height: 40px;
  }
  #rec_prd .owl-next {
  position: absolute;
  height: 40px !important;
  color: inherit;
  border: none;
  z-index: 100;
  top: 40% !important;
  right: 0;
  background: #00b140 !important;
  color: #fff;
  width: 40px;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  line-height: 40px;
  }
  @media (max-width: 767px) {
  .mb-50,#checkoutform,.bg_spark,.get-in-form{
  margin-bottom: 60px !important;
  }
  .donation_wrapper{
    /*margin-bottom: 100px;*/
    margin-top: 30px;
  }
  .donation_text {
      font-size: 11px !important;
  }
  #rec_prd .owl-prev{
  bottom: -15px !important;
  top: initial !important;
  left: 30%;
  }
  #rec_prd .owl-next{
  bottom: -15px !important;
  top: initial !important;
  right: 35%;
  }
  .owl-height{
  height: auto !important;
  }
  .craftkadai_banner_section .item img{
  height: 150px;
  }
  #product-detail-image img{
  /*object-fit: cover;*/
  }
  .product-item .product-main .product-photo img{
  /*object-fit: cover;*/
  /*transform: scale(1.15);*/
  }
  .check-title{
  display: inline;
  font-size: 15px;
  }
  #checkoutform .check-title{
  display: block;
  }
  .deliv-add .check-title{
  display: block;
  }
  footer{
  /*display: none;*/
  }
  .product-list {
  padding-bottom: 0px;
  }
  .subsc {
  padding: 20px 0;
  }
  .login-form h2,
  .signup-form h2 {
  display: none;
  }
  .btn-tab-cs {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  }
  .btn-tab-login {
  cursor: pointer;
  border-radius: .25rem .25rem 0 0rem;
  }
  .btn-tab-login.active {
  background-color: #7c51a1;
  color: white;
  }
  #tab-login,
  #tab-signup {
  /*display: none;*/
  }
  #tab-login.active,
  #tab-signup.active {
  display: block;
  }
  }
  #form-order .table-responsive {
  border: none;
  }
  .title-optoins-customer {
  font-size: 1rem;
  font-weight: bold;
  /*border-left: 6px solid #7c51a1;*/
  padding: 5px;
  /*padding-left: 12px;*/
  margin-bottom: 15px;
  position: relative;
  }
  button.print_invoice{
  float: right;
  background-color: #00b140;
  border: none;
  padding:8px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  }
  button.customer_cancel{
    float: right;
    background-color: #00b140;
    border: none;
    padding:8px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    }
  .title-optoins-customer button:focus{
  outline: none;
  border: none;
  }
  .title-optoins-customer button i{
  padding-right: 5px;
  }
  .title-optoins-customer div.search_filter {
  float: right;
  }
  .title-optoins-customer div.search_filter input{
  padding-left: 15px;
  border: 1px solid #ddd;
  /*height: 45px;*/
  margin-bottom: 20px;
  }
  .member-index {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:100px;
  }
  .member-index span {
  font-weight: bold;
  }
  .member-nav {
  /*border: 1px solid #cccccc;*/
  border-radius: .25rem;
  }
  .list-group-flush:last-child .list-group-item:last-child{
    border-bottom:1px solid rgba(0,0,0,.125) !important
  }
  
  .member-nav .list-group-item,
  .member-nav a {
  color: #444444;
  font-size: 13px;
  display: block;
  }
  .member-nav .list-group-item:hover {
  background: #00b140;
  cursor: pointer;
  }
  .list-group-item a i{
  padding-right: 5px;
  }
  .member-nav .list-group-item:hover a{
    color: #fff !important;
    transition: 0.5s all linear;
  }
  .member-nav .list-group-item:hover span{
    color: #fff !important;
    transition: 0.2s all linear;
  }
  .last_view_product li {
  padding: 5px 0;
  }
  .last_view_product li:hover a {
  color: #7c51a1;
  }
  .last_view_product li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  }
  .last_view_product a {
  display: block;
  font-size: 13px;
  color: #444444;
  font-weight: bold;
  }
  .last_view_product .last-view {
  font-size: 11px;
  color: #444444;
  }
  .last_view_product img {
  width: 100%;
  }
  .active_navs {
    background: #00b140 !important;
  }
  .active_navs a{
    color: #fff !important;
  }
  .active_navs span{
    color: #fff !important;
  }
  .product-single {
  position: relative;
  margin-bottom: 10px;
  }
  .product-single .new {
  position: absolute;
  top: 0;
  right: 0;
  }
  .btn-delete-all,
  .btn-back {
  margin-bottom: 10px;
  }
  .row_cart span {
  display: block; margin-left: 15px;color: #000;
  font-weight: bold;font-size: 14px;
  }
  .row_cart .c-price span{
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 10px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  }
  .c-price s{
  display: inline-block;color: #828282;
  }
  .variant-name{
  margin-left:0 !important; margin-top:8px;
  color: #939494 !important;
  }
  .row_cart-name {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  }
  .cart-table td, .cart-table th{
  border:none;
  }
  .cart-table tr{
  /*border:1px solid #eee;*/
  }
  .social-network li {
  display: inline-block;
  margin-right: 15px;
  }
  a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 2px 6px;
  background: #7c51a1;
  color: #FFF;
  /*    -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;*/
  }
  a#scrollUp i {
  font-size: 30px;
  }
  .cart-qty {
  display: inline-block;
  align-items: center;
  max-width: 149px;    margin-left: 10px;
  }
  .cart-qty button {
  width: 28px;
  height: 28px;
  border: 1px solid #e4e4e4;
  font-size: 18px; background: transparent;
  }
  .cart-qty button:focus{
  border: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
  outline: none !important;
  }
  .cart-col-qty {
  width: 149px;
  }
  .cart-payment-method {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  }
  .cart-payment-item {
  display: block;
  max-width: 25%;
  min-width: 120px;
  padding: 3px;
  box-sizing: border-box;
  }
  .cart-payment-item input[type="radio"] {
  display: none;
  }
  .cart-payment-item label {
  position: relative;
  cursor: pointer;
  border-radius: 0.25rem;
  display: block;
  border: 1px solid #D6D6D0;
  }
  .cart-payment-item label:hover {
  box-shadow: #D6D6D0 0 0 .5rem;
  box-sizing: border-box;
  }
  .cart-payment-item label img {
  width: 100%;
  height: auto;
  }
  .cart-payment-item label .check {
  position: absolute;
  color: #28a745;
  display: block;
  background-color: rgba(204, 204, 204, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
  display: none;
  }
  .cart-payment-item label .check i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  }
  .cart-payment-item input:checked~label .check {
  display: block;
  }
  .shop-details-tab{margin-top: 30px; margin-bottom:170px;}
  .new-detail {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  }
  
  .brands-name {
  margin-bottom: 15px;
  }
  #product-detail-mrpprice{
  font-size: 20px;
  color: #ccc;
  padding-left: 20px;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
  padding: 0 12px 0 0;
  }
  .brands-name li a {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #c9c9c9;
  border-radius: .25rem;
  margin-left: 5px;
  margin-bottom: 5px;
  font-weight: bold;
  }
  .option_price{
  font-size: 13px;
  color: #d22f2f;
  font-style: italic;
  display: inline !important;
  }
  /*# sourceMappingURL=main.css.map */
  .cat-ul{
  display:none;
  }
  .d-none{
  display: none;
  }
  .cat-ul li a i{
  position: absolute;
  right: 5px;
  }
  i{
  font-family: font Awesome;
  }
  .m-t-150{
  margin-top: -220px;
  }
  @media (min-width: 1200px){
  .container {
  max-width: 1270px;
  }
  header .categories .btn-categories{
  padding: 15px 5px;
  }
  header .header-middle .header-middle-menu .location-ic{
  margin-right: 0;
  }
  }
  .mrp-label{
  color: #a95d5d;
  font-size: 13px;
  padding: 10px; padding-right: 0;
  }
  .sc-new-price{
  padding: 9px 5px;
  }
  p{
  text-align: justify;
  line-height: 25px;
  font-size: 16px;
  }
  .static-cont{
  background: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,.12);
  padding: 15px; margin-bottom: 20px;
  }
  .branch-address1 {
  min-height: 170px; position: relative;
  border: 1px solid #f7f7f7;
  /*padding-top: 15px;*/
  margin: 0;margin-bottom: 10px;
  }
  .con-no{
  position: absolute;
  right: 0;
  top: 10px;
  color: #adadad;
  opacity: .5;
  font-size: 65px;
  }
  .c-icon i {
  width: 40px;
  height: 40px;
  /*background: #d8d8d8;*/
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  color: #7c51a1;
  }
  .c-icon img{
  width:30px; height:30px; margin-top:7px;
  }
  .fa-whatsapp{
  padding-left: 10px;
  }
  .branch-name {
  background:  #7c51a1; color:#fff;
  font-size: 18px;
  margin: 0;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; padding: 10px;
  /*font-weight:bold;*/
  }
  .branch-address1 p {
  color: #222;
  font-size: 16px; text-align:left;    padding-left: 10px;
  margin-top: 10px;
  }
  .p-5s{
  padding:5px;
  }
  .cont-t {
  display: inline-block;
  padding: 0 !important;
  }
  .btn-primary {
  background-color: #00b140;
  border-color: #00b140;
  }
  .btn-primary:hover {
  background-color: #37616f;
  border-color: #37616f;
  }
  .row_cart .mrp-label, .row_cart .sc-old-price{
  display: inline-block !important; padding: 5px;
  }
  .cart-table thead td,.cart-table thead th, .wishlist-table thead td,.wishlist-table thead th{
  text-align: center;
  }
  .m-b-20{
  margin-bottom: 20px;
  }
  .sc-shipping-address .control-label{
  font-size:17px;
  }
  .cart-login{
  border:1px solid #dee2e6 !important; padding: 10px;
  }
  .cart-login  td, .cart-login th{
  border:none;
  }
  .cart-login tr{
  margin-bottom: 10px;
  }
  .new-lightbox-con {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 230px;
  width: 600px;
  display: none;
  background: #fff;
  z-index: 9999;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  left: 0;
  top: 0;
  margin: auto;
  }
  .new-lightbox-con .light-right-con {
  width: 100% !important;
  padding: 40px 30px;
  background: #ffffff;
  }
  .new-lightbox-con .ll-ww {
  color: #0c0c0c;
  font-size: 25px;
  padding-top: 0 !important;
  padding: 15px 0!important;
  }
  .new-lightbox-con .ll-ww i {
  font-size: 30px;
  margin-right: 10px;
  color: #7c51a1;
  }
  .new-lightbox-con .light-right-con .location-form {
  border: none;
  padding: 10px 15px;
  }
  .skip-explore {
  background: #FF9800; border-color: #FF9800;
  }
  .body-overlay {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  /*background: rgba(0,0,0,.85);*/
  background: rgba(0,0,0,.85);
  z-index: 999;
  }
  .no-cart-div .shop-emp {
  width: 100%;
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  letter-spacing: 1px;
  }
  .no-cart-div .no-cart-img {
  position: relative;
  height: 115px;
  margin: 20px 0;
  width: 100%;
  float: left;
  }
  .no-cart-div .no-cart-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  }
  .no-cart-div a {
  display: inline-block;
  background: #7c51a1;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  border-radius: 3px;
  text-decoration: none;
  }
  .no-cart-div .shop-no {
  width: 100%;
  float: left;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #555;
  }
  .no-cart-div {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  }
  /*-------checkout---------------*/
  .check-title{
  position: relative; margin: 10px 0; padding: 10px 0;
  font-weight: bold;
  }
  .check-title::before{
  position: absolute; content:''; bottom: 0; left:0; width:40px;
  height:2px; background: #7c51a1;
  display: none;
  }
  .ship-options{
  margin-bottom:30px;
  }
  .ship-options li{
  list-style: none;display: inline-block;
  text-align:center; margin-right: 20px;
  }
  .take-away-sec .form-group label {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 16px;
  color: #666;
  }
  .take-away-sec .form-group select {
  display: inline-block;
  width: 60%;
  }
  .branch-sel{
  border: 1px solid #eee;
  padding: 20px;
  }
  .take-away-sec{
  /*display: none;*/
  }
  .delivery-slot {
  padding: 20px;
  /*background: #ddd;*/
  width: 100%;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  float: left; margin-top: 10px;
  }
  .bg_trasparent{
  background: transparent !important;
  }
  .m-t-20{
  margin-top: 20px;
  }
  .delivery-slot h3{
  font-size: 17px;
  color: #222;
  margin: 0;
  }
  .delivery-slot label{
  font-weight: 700;
  color: #4a4a4a;font-size: 18px;
  }
  .cash-on-d{
  color:#222 !important;
  }
  .add-new-ad {
  background: #646563;
  color: #fff !important;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  margin: 15px 0;
  /*border-radius: 20px;*/
  font-size: 11px; border:none;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  }
  .border_none_input{
  border-radius: 0;
  height: 40px;
  font-size: 13px !important;
  }
  .btn_bg1_theme{
  background:  #646563;
  border-radius: 0;
  color: #fff;
  height: 40px;
  font-size: 12px;
  border: none;
  transition: 0.4s all linear;
  }
  .btn_bg1_theme:hover{
  background:  #00b140 !important;
  transition: 0.4s all linear !important;
  color: #fff !important;
  }
  .add-new-ad i{margin-left: 5px;}
  .order-blk{
  width: 18%;
  float: left;
  text-align: center;
  }
  .ord-num {
  display: block;
  padding: 14px 0;
  border: 1px solid #a2a2a2;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 0;
  }
  .ord-less{
  width: 2%;
  height: 73px;
  float: left;
  position: relative;
  margin-top: 22px;
  left: 8px;
  }
  .ord-text{
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  }
  .ord-cen{
  display: none;
  }
  /*-------location box dropdown-----*/
  .loc-click{
  width:100%;
  }
  .easy-autocomplete {
  position: relative;
  width: 100%!important;
  }
  .location-form .form-control {
  background-color: transparent; text-align: center;
  }
  .easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
  }
  .easy-autocomplete-container ul {
  background: #fff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
  }
  .easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
  background: inherit;
  width: 100%!important;
  border-color: #ccc;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px;
  }
  .easy-autocomplete-container ul li div {
  display: block;
  font-weight: 400;
  word-break: break-all;
  }
  .easy-autocomplete-container ul li.selected {
  background: #ebebeb;
  cursor: pointer;
  }
  .location-form .form-group .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  border-color: #ccc;
  }
  .items-select .item-cls{
  background-color: transparent !important;
  border-color: #7c51a1 !important; color:#7c51a1 !important;
  padding: 4px 10px;    border-radius: 20px; margin-right: 15px;
  }
  .items-select .item-cls input[type=radio]{
  margin-right: 4px;
  }
  .cart-table .cart-qty input{
  border: 1px solid #DEDEDC;
  color: #696763;
  font-size: 12px;
  border-radius: 6px;
  height: 28px;
  outline: medium none;
  text-align: center;
  width: 35px;
  position: relative;
  top: -1px;
  }
  .delvry-option-box h4{
  font-size: 15px;
  margin-bottom: 10px;
  }
  #add_addres .modal-header{
  display: inline-block;color: #fff;
  background: #00b140;
  }
  #add_addres .modal-header .close{
  color: #fff;
  opacity: 1;
  }
  #address_form label{
  font-size:12px; font-weight: bold; margin-top: 10px;
  }
  #address_form .form-control,.border_none_select{
  border-radius: 0;
  height: 40px;
  font-size: 12px;
  }
  #address_form .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  font-size: 12px;
  height: 40px;
  }
  #address_form .select2-container--default .select2-selection--single:focus{
  box-shadow: none;
  outline: none;
  }
  #address_form  .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 40px;
  }
  #address_form  .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 8px
  }
  #submit_addr{
  width: 150px;
  padding: 6px 10px;
  background: #00b140 !important;
  font-size: 12px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  border-radius: 5px;
  border: none;
  padding: 12px 5px;
  color: #fff;
  transition: 0.5s all linear;
  }
  .home_del{
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding-left: 5px;
  }
  .form-control{
  font-size: 14px;
  /* height: 40px; */
  border-radius: 0;
  }
  .ad-block label{
  /*border: 1px solid #ccc;*/
  padding: 10px;
  width: 45%;
  float: left;
  font-weight: bold;
  margin: 5px;     text-align: justify;
  line-height: 25px;
  min-height: 160px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  font-size: 14px;
  }
  .padd_left{
  padding-left: 10px;
  }
  .card-body .col-form-label{
  font-size:14px;
  }
  .no-prod-image {
  height: 300px;
  position: relative;
  }
  .no-prod-image img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  }
  .qunatitydiv {
  padding-bottom: 8px;
  z-index: 0;
  height: 25px;
  display: block;
  margin-bottom: 15px;
  font-size: 15px;
  padding: 0;
  color: #333;
  width: 135px !important;
  margin: auto;
  margin-bottom: 15px;
      margin: 0;
      display: flex;
      justify-content: center;
  }
  .qunatitydiv .control {
  background: #fff;
  border: 1px solid #ddd !important;
  width: 70px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .2s cubic-bezier(.4, 0, .2, 1);
  transition: .2s cubic-bezier(.4, 0, .2, 1);
  text-align:center;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
  cursor: pointer;
  line-height: 35px;
  }
  .qunatitydiv .qtytxt {
  height: 35px;
  width: 60px;
  position: relative;
  border-color:#dededc;
  font-size: 12px;
  border-radius: 0px;
  text-align: center;
  }
  .qtyminus{
    border-right: none !important;
  }
  .qtyplus{
    border-left: none !important;
  }
  .font-size-inc i{
    font-size: 30px;
  }
  .feedback_img img{
    width: 30px 	!important;
    height: 30px 	!important;
    float: left;
  }
  input:focus-visible {
    outline: none;
  }
  .btn-primary.focus, .btn-primary:focus{
    background: #00b140 !important;
  }
  .form-control:focus{
  box-shadow: none; border-color:#b3b3b3;
  }
  .item-price{
  margin-bottom: 10px;
  }
  .item-old-price {
  color: #565959;
  font-weight: normal;
  padding-left: 0;
  text-align: left;
  font-size: 13px;
  }
  .item-new-price{
  padding: 0; text-align: left;font-size: 14px;
  color: #04429e;
  font-weight: bold;
  }
  .item-new-price.dflex_item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .space_flex{
        width: 55%;
  }
  s {
  position: relative;
  text-decoration: none;
  }
  s::before {
  border-bottom: 1px solid #888;
  content: " ";
  left: 6px;
  min-height: inherit;
  position: absolute;
  -webkit-transform: rotate(160deg);
  transform: rotate(160deg);
  top: 9px;
  width: 87%;
  }
  .s-ban {
  margin-top: 20px;
  }
  .s-ban img{
  max-width: 100%;
  }
  .sa-banner{
  margin-bottom: 30px;
  }
  .fixed-top{
  position:fixed; top:0; left:0; z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  }
  /*.fixed-top .logo img{
  height: 60px;
  }*/
  /*.header-bottom.fixed-top{
  top:-100px;
  }*/
  .header-middle.fixed-top{-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);box-shadow:0 5px 20px rgba(0, 0, 0, 0.1);}
  .order-tabl thead tr{
  background: #d8d8d8;
  }
  .order-tabl .data-balance{
  background: #333 !important;
  font-weight: bold;
  }
  .order-status tr{
  font-size:16px;
  }
  .order-status .td-title{
  background: #f0f8ff;
  font-weight: bold;
  font-size: 13px;
  }
  .order-status tbody tr td{
  font-size: 13px;
  }
  .order-tabl tbody tr td{
  font-size: 13px;
  font-weight: bold;
  }
  .order-tabl thead tr{
  font-size: 13px;
  background: #00b140;
  border-bottom: none;
  color: #fff;
  }
  .order-tabl thead th{
  border-bottom: none;
  font-size: 13px;
  }
  .content-privacy h2, .terms-cont h4{
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 0; margin-bottom: 10px;
  display: inline-block;
  color: #333;
  }
  .content-privacy p{
  text-align: justify;
  line-height: 22px;
  font-size: 14px; margin-bottom: 10px;
  }
  .login-form label{
  margin-top: 10px;
  }
  .signup-p{
  margin-top: 0px!important;
  font-size: 13px;
  padding: 15px;
  }
  .login-form, .signup-form{
  background: #fff;border-radius:8px;
  box-shadow:1px 1px 6px rgb(0 0 0 / 28%);
  padding:30px 20px 20px 20px;
  width: 100%;
  float: left;
  }
  .login-form .send-otp button{display:inline-block;}
  /*----------------all category page---------------*/
  .all-cat-list{
  width:100%; float: left;
  padding: 10px 10px 10px 20px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  margin-bottom: 50px;
  }
  .main-cat-head a{
  color: #3a3a3a;
  display: block;
  font-size: 24px;
  margin: 10px 0 15px;
  font-weight: bold;
  }
  .main-cat-head a:hover{
  color: #00b140;
  }
  .sub-cat-list ul{
  margin: 0 0 10px;
  padding: 0;
  }
  .sub-cat-list ul li{
  display: inline-block;
  margin-bottom: 5px;
  }
  .sub-cat-list ul li a{
  color: #6e6e71;
  font-size:14px;
  padding: 0 10px;
  border-left: 1px solid #676767;
  }
  .sub-sub-cat-list span a{
  color: #00b140;
  display: block;
  font-size: 16px;
  border-left: 3px solid #00b140;
  padding: 3px 5px;
  margin-bottom: 4px;
  border-bottom: 1px solid #f1f1f1;
  font-weight: bold;
  }
  .sub-sub-cat-list span a:hover{
  /*color: #7c51a1;*/
  }
  .sub-sub-cat-list ul{
  margin-bottom: 15px; padding:0;max-height: 300px;
  overflow: auto;
  }
  .sub-sub-cat-list ul li{
  list-style: none;
  }
  .sub-sub-cat-list ul li a{
  color: #565656;
  display: block;
  font-size: 14px;
  line-height: 25px;
  padding: 15px;
  transition: 0.5s all linear;
  }
  .sub-sub-cat-list ul li a:hover{
  color: #fff;
  background:#00b140;
  transition: 0.5s all linear;
  }
  .sub-sub-cat-list ul li a i{
  font-size: 12px;
  padding-right: 10px;
  color: #c1c1c1;
  }
  .all-cat-head{
  border-bottom: 1px solid #eee;  padding-bottom: 10px;
  }
  .view-all-btn{
  float:right; margin-top: 7px; margin-right:25px;
  display: inline-block;color: #7c51a1!important;
  padding:0!important;border-bottom:0!important;
  font-size:13px!important;
  }
  .all-cat-head:last-child{
  border-bottom: none;
  }
  /*.view-all-btn:hover{*/
  /*    color: #fff !important;*/
  /*}*/
  .succ-blk{display: block !important;}
  .succ-blk{text-align: center;}
  .succ-blk .succ-tick{
  /*border: 2px solid #4CAF50;*/
  /*width: 80px;*/
  /*height: 80px;*/
  /*text-align: center;*/
  /*border-radius: 50%;*/
  /*display: inline-block;*/
  position: relative;
  /*background: #28a745;*/
  }
  .succ-blk .succ-tick::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: -10px;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #d0ffdb;
  border-radius: 100px;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .succ-blk .succ-tick i {
  font-size: 40px;
  line-height: 80px;
  color: #ffffff;
  border: 2px solid #00b140;
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 10px;
  display: inline-block;
  z-index: 2;
  background: #00b140;
  }
  .succ-blk h2{margin-top: 30px;}
  #scrollUp{display:none;visibility: hidden;}
  .quickbuy-blk{
  position: fixed;
  /*top: 40%;*/
  bottom:95px;
  right: 0;
  background: #7c51a1;
  border: 2px solid #fff;
  border-radius: 20px 0 0 20px;
  z-index: 5;
  border-right: 0;
  padding: 8px 20px;
  line-height: 20px;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
  }
  .quickbuy-blk a{
  color: #fff;
  font-size: 15px;
  }
  .quickbuy-blk a:hover{color:#fff;}
  .signup-p {
  margin-top: 0px!important;
  font-size: 13px;
  }
  /*---------------------------*/
  .resndotp-blk{margin-bottom:10px;}
  .resndotp-blk .resend-c{
  background: none;
  border: 0;
  color: #7c51a1;
  font-size: 13px;
  }
  .resndotp-blk  #resendtimer{
  font-size: 15px;
  color: #7c51a1;
  }
  .sendbtn-blk .btn, .sendbtn-blk a{font-size:14px;}
  .signup-para{
  /*border-top: 1px solid #dedede;*/
  padding-top: 6px;
  }
  .boxshadow{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .pr0{
  padding-right: 0;
  }
  .fwidth .login_form_input{
  width: 100%;
  }
  .signup-form{
  margin-bottom: 0 !important;
  border-radius: 0 !important
  }
  .re-height.left_login{
  min-height: 420px;
  }
  .form_btn{
  float: right;
  position: relative;
  width: 150px;
  border-radius: 0;
  padding: 10px 10px;
  background: transparent;
  border: 2px solid #00b140;
  color: #000;
  margin: 0;
  transition: 0.5s all linear;
  opacity: 1;
  }
  .form_btn::after{
  position: absolute;
  content: '';
  width: 0;
  left: 0;
  top: 0;
  right: 0;
  /*transition: 0.5s all linear;*/
  margin: auto;
  background: #00b140;
  /*border-radius: 100px;*/
  height: 100%; opacity: 1;
  }
  .form_btn:hover::after{
  /*width: 100%;*/
  opacity: 1 !important;
  transition: 0.5s all linear;    z-index: -1;
  }
  .form_btn:hover{
  color: #fff;
  position: relative;
      background: #00b140;
  z-index: 15;
  }
  .d-flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
  }
  /*----------------------*/
  .c-img{position:relative;height:80px;width:80px;}
  .c-img img{position:absolute;top:0;left:0;right:0;bottom:0;max-width:100%;max-height:100%;margin:auto;}
  /*-------------------Search dropdown-------------*/
  .ui-corner-all
  {
  -moz-border-radius: 4px 4px 4px 4px;
  }
  .ui-widget
  {
  font-family: Verdana,Arial,sans-serif;
  font-size: 15px;
  }
  .ui-menu
  {
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 2px;
  }
  .ui-autocomplete
  {
  overflow-x: hidden;
  max-height: 200px;
  width:1px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  }
  .ui-menu .ui-menu-item
  {
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  }
  .ui-menu .ui-menu-item a
  {
  display: block;
  padding: 3px 3px 3px 3px;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  }
  .ui-menu .ui-menu-item a:hover
  {
  display: block;
  padding: 3px 3px 3px 3px;
  text-decoration: none;
  color: White;
  cursor: pointer;
  background-color: #006699;
  }
  .ui-widget-content a
  {
  color: #222222;
  }
  .ui-autocomplete{max-height:350px!important;}
  .ui-menu .ui-menu-item{
  width: 100%;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  font-family: inherit;
  line-height: 21px;overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  .ui-menu .ui-menu-item a{
  font-size:13px!important;color:#6f6f6f;padding: 8px!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  }
  .ui-menu .ui-menu-item a:hover{color:#7c51a1!important;background:#fff!important;padding: 8px!important;}
  /*--------------------------Owl carousel-------------------*/
  /*----------owl carousel------------*/
  .owl-prev,.owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;top:40%;
  }
  /*.owl-prev i,  .owl-next   i {
  font-size: 20px;
  color: #797979;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  box-shadow: 1px 1px 5px #a0a0a0;
  text-align: center;
  border-radius: 50%;
  }
  .owl-prev {left: -35px;}
  .owl-next {right: -35px;}
  .owl-dots{display:none;text-align: center;margin-top:30px;}
  .owl-dots .owl-dot{display: inline-block;}
  .owl-dots .owl-dot span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  }
  .owl-dots .owl-dot.active span{opacity: 1;background:#ffb400;}*/
  /*-------------Pagination----------------*/
  nav{width:100%;float:left;}
  /*----------------Home page - categ sec----------------*/
  /*.shop-categ-block{margin:30px 0;}*/
  .shop-categ-block .categ-wrapblk .categ-img-wrap{height:142px;position:relative;}
  .shop-categ-block .categ-wrapblk .categ-img-wrap img{position:absolute;top:0;bottom:0;left:0;right:0;max-width:100%;max-height:100%;margin:auto;width: auto;}
  .shop-categ-block .categ-wrapblk .categ-linkname{
  text-align: center;
  width: 100%;
  margin: auto;
  float: left;
  font-size: 16px;
  margin: 13px 0;
  color: #000;
  }
  /*---------------*/
  .m-b-0{margin-bottom:0;}
  .contact-h{
  font-size: 18px;
  font-weight: normal; border:none; padding-left:0;
  }
  /*-----------Savings-amount-tag-----------------*/
  .save-amount-tag{
  position: absolute;
  left: 5px;
  top: 5px;
  background: #4CAF50;
  color: #fff;
  border-radius: 3px;
  display: none;
  font-size: 13px;
  /*border: 1px solid #00ab07;*/
  padding: 3px 11px;
  /*transform: skewY(-4deg);*/
  }
  .save-amount-tag::before{
  position: absolute;
  content: '';
  top: -1px;
  left: 0;
  width: 101%;
  height: 108%;
  border: 1px solid #4caf50;
  transform: skewY(6deg);
  border-radius: 3px;
  }
  /*header .fixed-top .head-free-deliv{margin-left: 40px;}*/
  header .fixed-top .form-big-show{width: calc(100% - 820px);}
  header .head-free-deliv{width:180px; margin-left:7px;}
  header .head-free-deliv .free{
  font-size: 23px;
  width: 38%;
  float: left;
  color: #ffffff;
  text-align: center;
  /*background: #FF9800;*/
  /*padding: 10px 2px;*/
  margin-right:16px;position:relative;margin-top: -4px;
  }
  /*header .head-free-deliv .free::after{
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 22px solid transparent;
  border-left: 17px solid #ff9800;
  border-bottom: 22px solid transparent;
  }*/
  header .head-free-deliv .free-text{
  font-size: 12px;
  width: 50%;
  float: left;
  color: #fff;
  }
  header .head-free-deliv .free-text span{display:block;}
  header .head-free-deliv b{
  font-size: 16px;color: #00ff4f;
  text-shadow: 0 2px 1px #404040;
  /*color: #4CAF50;*/
  /*font-weight: bold;*/
  margin-top: 3px;
  float: left;display:block;
  }
  .hd-loca-name{display:block;}
  .hd-loca-pin{display:block;}
  .acc-cont-mrgn{margin-bottom:100px;}
  #tab-login{margin-bottom:100px;}
  .btn-categories i{
  margin-right:5px;
  }
  /*.fixed-top .my-cart{
  right: 10px;
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  }*/
  .subsc{
  padding: 60px 0;
  background: #dadada;
  }
  .subsc h3{
  font-weight:bold; font-size:30px; color: #222;
  }
  .subsc p{
  text-align: center;
  font-size: 15px;
  padding: 10px 0;
  }
  .subsc form {
  position: relative;    width: 40%;
  margin: auto;
  }
  .subsc form .form-control{
  display: inline-block;
  /*border-radius: 30px;*/
  font-size: 14px;
  padding: 20px 10px;
  }
  .subs-submit{
  position: absolute;
  right: 0;
  background: #00b140;
  color: #fff;
  padding: 13px 25px;
  /*border-radius: 30px;*/
  border: none; outline: none;
  font-size: 16px;
  }
  /*----header cart hover-----*/
  .dtl-cart {
  position: absolute;
  top:60px;
  width: 600px;
  background: #fff;
  right: 0;
  padding: 5px;
  z-index: 10;
  border-top: 1px solid #eee;
  visibility: visible;
  opacity: 1;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
  -moz-box-shadow: 0 3px 6px rgba(0,0,0,.16);
  -o-box-shadow: 0 3px 6px rgba(0,0,0,.16);
  -ms-box-shadow: 0 3px 6px rgba(0,0,0,.16);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  }
  .dtl-cart::after{
  position: absolute;
  content: '';
  top: -8px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
  right: 40px;
  z-index: -1;
  }
  .addhovercart{
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  transition: .5s all;
  -webkit-transition: .5s all;
  }
  .qty-class, .sell-price-class{
  font-size:13px;
  }
  .dtl-cart .dtl-cart-list .table tbody tr .cart-image {
  position: relative;
  height: 80px;
  width: 80px;
  float: left;border:1px solid #dee2e6;
  }
  .dtl-cart .dtl-cart-list .table tbody tr .cart-image img{
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain;
  /*padding:0; border:none;*/
  /*position: absolute; top:0; left:0; right:0; bottom:0; margin: auto; max-width:100%; max-height:100%;*/
  }
  .dtl-cart .dtl-cart-list .table tbody {
  overflow-y: scroll;
  display: inline-block;
  max-height: 272px;
  width: 100%;
  }
  .dtl-cart .dtl-cart-list .table tbody::-webkit-scrollbar{width:5px}
  .dtl-cart .dtl-cart-list .table tbody::-webkit-scrollbar-track{background:#fff;border-radius:10px}
  .dtl-cart .dtl-cart-list .table tbody::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}
  .dtl-cart .dtl-cart-list .table tbody tr {
  vertical-align: middle;
  }
  .dtl-cart .dtl-cart-list .table tbody tr td {
  vertical-align: middle;
  border-top: none;padding:5px 10px;
  }
  .dtl-cart .dtl-cart-list .table tbody tr .cart-product-blk {
  width: 50%;
  }
  .dtl-cart .dtl-cart-list .table tbody tr .pro-qt{
  font-size:13px;
  }
  .dtl-cart .dtl-cart-list .table tbody tr a {
  text-decoration: none; display:block;margin: 0;
  padding: 0;
  font-size: 13px;
  }
  .dtl-cart .dtl-cart-list .table tbody tr .cart-product-blk .cart-pro-name .cart-product-brand {
  display: block;
  color: #333; margin-bottom: 5px;
  }
  .dtl-cart .dtl-cart-list .table tbody tr .cart-product-blk .cart-pro-name .cart-product {
  display: block;
  color: #999;
  line-height: 20px;
  }
  .dtl-cart .dtl-cart-list .table tbody tr .cart-product-blk .cart-pro-name .cart-product-price {
  display: block;
  color: #555;
  }
  .dtl-cart .dtl-cart-list .table tbody tr .single-amount {
  min-width: 100px;font-size:13px;    text-align: right;
  font-weight: bold;
  }
  .no-cart-text{
  padding:15px;
  }
  .no-cart-text p{
  text-align: center;
  }
  .dtl-cart .dtl-cart-list .table tbody tr .cart-item-delete i {
  display: inline-block;
  color: #999;
  font-size: 14px;
  cursor: pointer;
  }
  .dtl-cart .dtl-cart-list .cart-total-wrap {
  padding: 10px; padding-bottom: 0;
  border-top: 1px solid #f1f1f1;
  }
  .total-car{
  background: #fff;
  }
  .total-car p{
  font-size: 13px;
  }
  .dtl-cart .dtl-cart-list table{
  margin: 0;
  }
  .dtl-cart .dtl-cart-list .cart-total-wrap .cart-total .total-heading {
  color: #999;
  font-size: 12px;
  margin: 0;background: #fff;
  display: inline-block;
  padding: 5px;
  }
  .dtl-cart .dtl-cart-list .cart-total-wrap .cart-checkout {
  background: #7c51a1; display: block;
  color: #fff;padding:5px;margin: 0; border-radius: 0;
  width: 100%; margin-top: 4px;
  }
  .dtl-cart .qty-cart {
  min-width: 100px;
  }
  .dtl-cart .qty-cart .qty-icon i {
  width: 20px;
  line-height: 20px;
  font-size: 10px;
  border: 1px solid #989898;
  color: #989898;
  cursor: pointer;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  }
  .dtl-cart .qty-cart .qty-count {
  width: 30px;font-size: 13px;
  margin: 0 3px;
  background: #fff;
  border: 1px solid #eee;
  }
  .qty-cart .qty-count, .qty-cart .qty-icon i {
  height: 20px;
  display: inline-block;
  text-align: center;
  float: left;
  }
  .cart_tr{
  background: transparent; color:#333 !important;
  }
  .cart_tr th{
  padding: 20px !important;
  font-size: 14px !important;
  }
  .table thead .cart_tr th{
  border-bottom: 1px solid #eaeaea;
  font-weight: bold;
  }
  .shop_cart_img{
  width: 80px;
  height: 80px;
  object-fit: contain;
  }
  /*--------faq---------*/
  .faq-block {
  width: 100%;
  }
  .faq-blk {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  }
  .faq-blk h3 {
  background: #e6e6e6;
  color: #222;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 10px;
  line-height: 25px;
  }
  .faq-blk p {
  font-size: 13px;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 10px;
  }
  .faq-blk ul{
  padding-left: 7px;
  }
  .faq-blk ul li{
  font-size: 13px;
  margin-bottom: 0;
  letter-spacing: 1px;
  line-height: 20px;
  }
  /*---------------Header - shop by category --------------*/
  /*.our-header .header-bottom .hdcateg-block{}*/
  /*.our-header .header-bottom .categories .cat-ul{width: 1000px;height: 450px;}*/
  /*.our-header .header-bottom .categories .cat-ul li{width:200px;}*/
  /*.our-header .header-bottom .categories .sub-catt{width: 550px;height: 450px;display: flex;flex-direction: column;flex-wrap: wrap;}*/
  /*.our-header .header-bottom .categories .sub-sub-catt{width: 250px;height: 450px;}*/
  /*.our-header .header-bottom .categories .sub-catt li{width:32%;float:left;}*/
  /*.our-header .header-bottom .categories .sub-catt li a{font-size:12px!important;}*/
  /*--------------cart animation-----------------*/
  .mrp-pp{
  font-size: 20px;
  color: #ccc; padding-left:10px;
  }
  .rotate-x {
  animation-duration: .6s;
  animation-name: rotate-x;
  }
  .more-item{
  float: right;
  }
  .more-item a{
  background: #7c51a1; color:#fff !important;
  padding:7px; font-size:13px; font-weight:normal;
  }
  .foot-ban i{
  color:#222;    font-size: 50px;
  font-weight: bold;
  }
  .foot-ban .carousel-control-next, .foot-ban .carousel-control-prev{
  width:10%;
  }
  .off-ban-section{
  /*margin-bottom:20px;*/
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  }
  .ban-head{
  text-align: left; text-transform: capitalize; font-size:22px;
  margin-bottom: 15px;
  /*margin-top: 15px;*/
  }
  .off-ban-section .left img{
  height: 305px;
  width: 400px;
  }
  .shop-categ-block{
  margin-bottom: 25px;
  }
  @keyframes rotate-x {
  from {
  transform: rotateY(0deg);
  }
  to {
  transform: rotateY(360deg);
  }
  }
  @media only screen and (max-width: 1200px){
  header .header-middle .header-middle-menu .form-search{width:calc(100% - 480px);}
  }
  /*Manikandan Style*/
  .craftkadai_theme{
  background: red;
  }
  .if_outofstock{
  /* opacity: 0.7; */
  }
  #reg_mobile{
  padding-left: 10px;
  text-align: left;
  }
  .btn_out_of_stock_rec{
  padding: 12px 14px !important;
  }
  .address_action1{
          min-height: 212px;
  }
  /*Manikandan Style*/
  @media only screen and (max-width: 992px){
  header .header-middle .header-middle-menu .form-search{width:calc(100% - 373px);}
  header .fixed-top .categories .btn-categories span{display:none;}
  header .fixed-top .header-middle-menu{padding:0;}
  header .fixed-top .head-free-deliv{margin-left:0;}
  header .fixed-top .header-middle-menu a{margin-left:0;}
  header .fixed-top .head-free-deliv .free{width: 31%;}
  }
  @media (min-width: 900px){
  header .categories .btn-categories{
  padding: 15px 5px;
  }
  header .header-middle .header-middle-menu .location-ic{
  margin-right: 0;
  }
  header .head-free-deliv{
  width:150px;
  }
  header .head-free-deliv .free{
  width: 33%;    font-size: 14px;
  }
  header .head-free-deliv .free::after{
  border-top: 17px solid transparent;
  border-left: 14px solid #ff9800;
  border-bottom: 18px solid transparent;
  }
  .logo img{
  margin-left:0;
  }
  }
   .logged_successfully_wrapper{
          color: #00b140;
    /*color: #fff;*/
    /*padding: 5px;*/
    margin: 5px 0;font-size: 17px;
  }
  @media only screen and (max-width: 767px){
  .craft_content{
  border:none;
  }
  .off-ban-section img{
  max-width:100%;
  }
  .subsc form{
  width: 95%;
  }
  .subsc h3{
  font-size: 20px;
  }
  .cart-btn{
  padding:0;
  }
  header .header-middle .header-middle-menu .cart-btn:hover {
  background: #7c51a1;
  color: #ffffff;
  transition: all ease .5s;
  }
  header .header-middle .header-middle-menu .cart-btn:hover .cart-header {
  border: 1px solid #ffffff;
  color: #ffffff;
  }
  .my-cart, .dtl-cart{display:none;}
  header .header-middle .header-middle-menu .form-search .btn-outline-success{padding:1px 10px;}
  header .header-middle .header-middle-menu .form-search .form-control{height:calc(1.5em + .20rem + 2px)!important; }
  header .header-middle .header-middle-menu .form-search{position: absolute;
  width: 100%;
  margin-top: 90px;}
  header .head-free-deliv .free-text span{display:inline-block;}
  header .head-free-deliv{position: absolute;
  right: 80px;
  top: 10px; }
  header .head-free-deliv .free{padding: 6px 2px;font-size: 14px;width: 23%;}
  header .head-free-deliv .free::after{
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  }
  .hd-loca-name{display:inline-block !important;}
  .hd-loca-pin{display:inline-block;margin-left:10px;}
  .breadcrumb{margin-bottom: 5px;padding: 10px 0;}
  header .fixed-top .header-middle-menu .categ-header{display:block;}
  header .categories{padding:0;}
  .owl-prev {left:-20px;}
  .owl-next {right:-20px;}
  .product-item .product-main{min-height:auto;}
  .item-price{padding:0;   }
  .product-item .product-main .product-name h4{
  height: auto !important;
  text-align: left;
  /*line-height: 20px;*/
  overflow: hidden;
  white-space: normal;
  text-overflow: unset;
  }
 
  
  .no-prod-image {
  height: 220px;
  }
  .container, .container-sm {
  max-width: 95%;
  }
  .cart-qty button {
  width: 24px;
  height: 24px;
  }
  #product-detail-price~span input[name="qty"]{
  height:23px;
  }
  .table td, .table th{
  padding: 5px;
  }
  .product-information{
  border-left:0;
  }
  .shop-details-tab{
  margin-top:30px;
  width: 100%;
  float: left;
  }
  header .categories .btn-categories{
  font-weight:normal;
  }
  .new-lightbox-con{
  width:90%;
  }
  .easy-autocomplete{
  margin-bottom: 15px;
  }
  .logo img{
  height:55px;max-width:100%;
  }
  .product-item {
  margin-bottom: 20px;
  }
  .product-item .product-main .product-photo{
  /* height:150px; */
  }
  .product-item .product-main .product-add-cart .alert-warning, .product-item .product-main .product-add-cart .outofstock span{
  font-size: 16px;margin-bottom: 8px;
  }
  .slick-initialized .slick-slide{
  height: auto;
  }
  #product-detail-price{
  font-size:24px;
  }
  #product-detail-mrpprice{
  font-size:18px;
  }
  .product-information{
  padding-left: 0;
  }
  .product-list-title, .title-page{
  font-size: 17px;
  /*border-left: 4px solid #7c51a1;*/
  padding: 3px;    background: rgb(124 81 161 / 25%);
  display: inline;
  top: -10px;
  }
  .contact-h{
  font-size: 18px;
  font-weight: normal; margin-top: 7px; margin-bottom:0; top:0;
  border: none; background: transparent; display:inline-block;
  }
  .cart-col-qty {
  width: 130px;
  }
  #showTotal th{
  font-size: 15px;
  }
  .row_cart span{
  margin-top: 15px; margin-left: 0;
  }
  .padding-right{
  /*padding:0;*/
  }
  .product-item .product-main{
  padding: 5px 8px;
  }
  .header-bottom.fixed-top{
  top: 0;
  position: static;
  }
  .header-middle.fixed-top{
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  }
  .header-middle.fixed-top .logo{
  display: none;
  }
  .row_cart .c-price span{
  font-size:16px;
  }
  .c-price s{
  font-size:13px;
  }
  header .header-top .header-top-right li .header-top-popup-wrap{
  width:180px;
  }
  #contactFormWrapper{
  margin:0 !important;
  }
  .c-icon{
  display:none;
  }
  .branch-address1{
  height:auto; padding: 15px;
  }
  }
  @media only screen and (max-width: 540px){
  .off-ban-section .left img {
  height: 150px;
  /*width: auto;*/
  }
  .off-ban-section .right img {
  height: 100px;
  /*width: auto;*/
  }
  .mbl-p-0{
  padding:0 5px;
  }
  .mb_padding{
  padding: 0
  }
  .item-new-price{
  font-size:15px;
  }
  .item-old-price{
  font-size:11px;
  }
  .logo img{
  margin-left: -104px;height: 43px;
  }
  .logo {
  margin-left: -70px;
  }
  /*    header .head-free-deliv{
  top: -47px;
  }*/
  header .head-free-deliv{
  width:140px;
  }
  header .head-free-deliv .free{width:32%;}
  .item-price{padding:0;   }
  .product-item .product-main .product-name h4{
  height: 41px;
  text-align: left;
  line-height: 20px;
  overflow: hidden;
  white-space: normal;
  text-overflow: unset;
  }
  .product-item .product-main .product-price{
  padding:0;
  }
  .product-item .product-main .product-add-cart{
  min-height:auto;
  }
  .footer-top .footer-title{
  margin-bottom: 10px;
  /*margin-top: 15px;*/
  }
  .cart-table thead{
  /*display: none;*/
  }
  .row_cart span{
  font-size:14px;
  }
  .table td{
  font-size:14px;
  }
  #product-detail-image .slick-track {
  height: 210px;
  }
  }
  @media only screen and (max-width: 380px){
  header .head-free-deliv{
  display:none;
  }
  }
  .quantity-change i{
  margin-top: 8px;
  font-size: 12px;
  color: #828282;
  }
  .product-add-cart .quantity-change i{
      margin-left:0;
  }
  .ticker_bar li a{
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  }
  .ticker_bar li a:hover{
  color: #fff !important;
  }
  .login_register li a{
  color: #fff;
  font-size: 14px;
  position: relative;
  letter-spacing: 1px;
  }
  .ticker_bar_padding{
  padding:  0;
  }
  .craftkadai_banner_section{
  /*background-image: url('/images/banner2.jpg');*/
  width: 100%;
  float: left;
  /*height: 500px;*/
  position: relative;
  /*-webkit-animation: zoomin 10s ease-in infinite;
  animation: zoomin 10s ease-in infinite;*/
  transition: all .5s ease-in-out;
  /*overflow: hidden;*/
  /*background: red;*/
  }
  /* Zoom in Keyframes */
  @-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
  }
  @keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
  } /*End of Zoom in Keyframes */
  .craftkadai_banner_section::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  }
  .craftkadai_banner_section figure{
  overflow: hidden;
  position: relative;
  }
  .craftkadai_banner_section figure img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  -webkit-animation: zoomin 45s ease-in infinite;
  animation: zoomin 45s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
  }
  .craftkadai-logo{
  text-align: center;
  position: absolute;
  bottom: 0;
  }
  .craftkadai_banner_section{
  position: relative;
  }
  .craftkadai-logo{
  width: 100%;
  }
  .craftkadai-logo img{
  }
  .rotate_div{
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #fff;
  width: 20%;
  border: 45px solid #0a8799;
  transform: rotate(45deg);
  z-index: 1;
  }
  .rotate_div img{
  width: 100%;
  transform: rotate(
  -45deg
  );
  }
  header .header-top{
  position: relative;
  /*z-index: 11;*/
  }
  .banner_content{
  position: absolute;
  bottom: 0;
  width: 100%;
  }
  .rotate_div_left{
  text-align: center;
  border: 45px solid #00b140;
  transform: rotate(45deg);
  z-index: 1;
  height: 320px;
  width: 54%;
  background-image: url(/images/handmade.jpg);
  position: absolute;
  bottom: 0;
  transition: 0.5s all linear;
  left: 35%;
  position: relative;
  background-size: cover;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  }
  .rotate_right_div{
  left: 12%;
  }
  .rotate_div_left::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,30,66,0.6);
  top: 0;
  left: 0;
  z-index: -1;
  border: 2px solid #fff;
  }
  .rotate_content{
  transform: rotate(
  -45deg
  );
  width: 100%;
  height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* border: 35px solid #00b140; */
  position: relative;
  right: auto;
  }
  .rotate_content span{
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  }
  .rotate_content h4{
  font-size: 20px;
  color: #fff;font-weight: bold;
  }
  .rotate_div_left:hover::after{
  /*transform: rotate(45deg);*/
  /*transition: 0.5s all linear;*/
  }
  .padd_40{
  padding: 60px 0
  }
  .craftkadai_title h3{
  color: rgba(45,45,45,0.9);
  font-size: 20px;
  font-weight: bold;
  line-height: 1.61em;
  content: "";
  /*display: inline-block;*/
  width: 100%;
  /*background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  background: -o-linear-gradient(transparent, transparent);
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/images/iconbox-bg.gif);
  background-position: left;
  background-size: 125%;*/
  }
  .craftkadai_title{
  margin-bottom: 20px;
  padding: 0
  }
  .craftkadai_title a{
  float: right;
  background: transparent !important;
  font-size: 12px;
  color: #000 !important;
  font-weight: bold;
  width: 100px;
  border: 1px solid #000 !important;
  text-align: center;
  display: block;
  padding: 0;
  }
  .listing_product{
  /*-webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 5%);*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* border-radius: 15px; */
  margin-bottom: 30px;
  position: relative;
  /*box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);*/
  /*overflow: hidden;*/
  width: 100%;
  float: left;
  border: 1px solid rgba(111,114,132,.7);
  padding: 8px;
  }
  .veg_icon img{
  position: absolute;
  background-size: 20px;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 5px;
  z-index: 10;
  }
  .dis_section {
  width: 38px;
  height: 38px;
  text-align: center;
  position: absolute;
  top: -14px;
  right: -8px;
  /*top: 0;
  left: 0;*/
  /*background: url('https://www.jiomart.com/assets/version1620668133/smartweb/images/icons/offer_bg.svg') center no-repeat;*/
  font-size: 11px;
  color: #fff;
  display: block;
  padding: 5px 0;
  }
  .dis_section span {
  font-size: 10px;
  line-height: 15px;
  }
  .listing_product:hover figure img{
  /* transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; */
  }
  .listing_product figure{
  position: relative;   -webkit-transition: all 0.3s ease 0s;
  height: 160px;overflow: hidden;
  }
  .listing_product figure img{
  position: absolute;
  margin-bottom: 15px;   -webkit-transition: all 0.3s ease 0s;
  top: 0;
  bottom: 0;
  object-fit: contain;
  /*border-top-left-radius: 15px;
  border-top-right-radius: 15px;*/
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  }
  .craft_content{
  background: #fff;
  /*border: solid 1px #eee;*/
  border-top: 0;
  width: 100%;
  float: left;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding-top: 15px;
  padding-bottom: 10px;;
  position: relative;
  }
  .bottom_down{
  position: absolute;
  bottom: 10px;
  width: 90%;
  left: 0;
  margin: auto;
  right: 0;
  }
  .save_offers{
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  /*clip-path: polygon(50% 0%, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);*/
  background: #00b140;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  font-size: 10px;
  /*line-height: 60px;*/
  color: #fff;
  }
  .circle {
  width:50px;
  height:50px;
  border-radius:65px;
  position:absolute;
  z-index:100;
  background:#00b140;
  margin:0px;
  padding:0px;
  top: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .innercircle {
  width: 40px;
  height: 40px;
  border-radius: 55px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
  background: #00b140;
  border: 1px dashed #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 15px;
  }
  .circle::after{
  position: absolute;
  content: '';
  bottom: 12px;
  display: none;
  right: -4px;
  margin: auto;
  border-bottom: 15px solid #00b140;
  border-left: 15px solid transparent;
  transform: rotate(
  328deg
  );
  }
  .innercircle .percentage_value{
  font-size: 12px;
  color: #fff;
  font-family: monospace;
  }
  .offer_tag_rectangle {
  /*position: relative;*/
  }
  .offer_tag_rectangle span{
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  background: #00b140;
  color: #fff;
  font-size: 10px;
  padding: 8px 15px;
  text-align: center;
  border-radius: 100px;
  z-index: 10;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .offer_tag_rectangle span::after {
  position: absolute;
  content: '';
  border: 1px dashed #fff;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 80%;
  }
  .off_text{
  font-size: 10px;
  color: #fff;
  display: block;
  }
  .save_offers span{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 12px;
  }
  .big_price{
  font-size: 13px;
  top: -20px !important;
  left: 4px !important;
  }
  .save_offers::after{
  background-color: #00b140;
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  animation-name: blink;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .itm-old-price{
  font-size: 12px;
  padding-top: 6px;
  display: block;
  }
  @keyframes blink {
  0% {
  transform: scale3d(1, 1, 1);
  opacity: 0.8;
  }
  100% {
  transform: scale3d(1.3, 1.3, 1.1);
  opacity: 0;
  }
  }
  .sub_sub_label{
      font-size: 12px !important;
      line-height: 1.5;
      text-transform: inherit;
      /* margin-bottom: 0; */
      color: #a7a7a7;
      text-align: left;
      padding: 0;
      font-weight: normal !important;
      display: block;
      margin-bottom: 15px;
      margin: 0;
      margin-bottom: 5px;
  }
  .craft_content h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  }
  .craft_content p{
  margin-top: 10px;
  font-size: 13px;
  }
  .new_tag{
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 3px;
  background-color: #ffc108;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background: #00a3df;
  /*background: linear-gradient(
  135deg
  , #ffc108 0%,#ffce3d 50%,#ffeaab 51%,#ffeb3b 71%,#ffc108 100%);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;
  -webkit-animation: AnimationName 3s ease infinite;
  -moz-animation: AnimationName 3s ease infinite;
  animation: AnimationName 3s ease infinite;*/
  }
  @-webkit-keyframes AnimationName {
  0%{
  background-position:0% 31%
  }
  50%{
  background-position:100% 70%
  }
  100%{
  background-position:0% 31%
  }
  }
  @-moz-keyframes AnimationName {
  0%{
  background-position:0% 31%
  }
  50%{
  background-position:100% 70%
  }
  100%{
  background-position:0% 31%
  }
  }
  @keyframes AnimationName {
  0%{
  background-position:0% 31%
  }
  50%{
  background-position:100% 70%
  }
  100%{
  background-position:0% 31%
  }
  }
  .new_btn{
  background: #009688;
  }
  .craft_content .a_tag{
  background: #00b140;
  float: right;
  color: #fff;
  font-size: 11px;
  display: block;
  width: auto;
  letter-spacing: 1px;
  padding: 10px 25px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  margin-top: 10px;
  border-radius: 5px;
  text-align: center;
  }
  ::-webkit-scrollbar {
  width: 3px;
  height: 8px;
  background-color: #ddd; /* or add it to the track */
  }
  .craft_kadai_btn{
  background: #00b140;
  border:none;
  font-size: 14px;
  margin-top: 0px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .nav.nav-tabs {
  font-size: 16px;
  font-weight: normal;
  }
  /* Add a thumb */
  ::-webkit-scrollbar-thumb {
  background: #00b140;
  }
  /* Scroll bar ends*/
  .count.sc-cart{
  border: 1px solid transparent;
  background: #37616f;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: block;
  color: white;
  text-align: center;
  margin-left: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
  line-height: 8px;
  position: absolute;
  top: 0;
  font-size: 8px;
  right: 0;
  }
  .top_menu_slide{
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding: 20px 0;
  z-index: 2;
  position: relative;
  animation: smoothScroll 1s forwards;
  animation:slide-down 0.7s;
  opacity:1;
  }
  nav.fixed_menu{
  position: relative;
  }
  nav.fixed_menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  /*justify-content: space-around*/
  }
  nav.fixed_menu ul li a{
  font-size: 14px;
  padding: 0 20px;
  font-weight: bold;
  }
  .fixed_logo{
  position: relative;
  }
  .fixed_logo a img{
  /* height: 80px; */
  height: 150px;
  /* height: 150px; */
  /* width: 80px; */
  width: auto;
  position: absolute;
  top: -33px;
  left: 40px;
  z-index: 2;
  }
  .fixed_logo::after{
  position: absolute;
  content: '';
  top: -26px;
  left: 35px;
  right: 0;
  width: 150px;
  height: 150px;
  background: white;
  transform: rotate(
  45deg
  );
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  }
  section,header{
  width: 100%;
  float: left;
  }
  .z-index-200{
  z-index: 200;
  }
  .top_menu_slide{
  display: none;
  }
  .menu_fixed_top{
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  z-index: 999;
  transition:0.4s top cubic-bezier(.3, .73, .3, .74);
  animation: smoothScroll 1s forwards;
  }
  @keyframes smoothScroll {
  0% {
  transform: translateY(-1000px);
  }
  100% {
  transform: translateY(0px);
  }
  }
  .view_all_btn{
  float: right;
  background: red;
  color: #fff;
  width: 100px;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 5px;
  }
  .bg_overlay{
  position: relative;
  background-image: url('/images/banner2.jpg');
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  }
  .bg_overlay::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  }
  .bg_overlay h3,.bg_overlay p,.bg_overlay form{
  position: relative;
  z-index: 20;
  color: #fff;
  }
  .shop_by .item{
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  float: left;
  padding: 15px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  }
  .shop-categ-block .categ-wrapblk .categ-img-wrap img{
  padding: 10px 0;
  }
  .shop-categ-block .categ-wrapblk .categ-linkname{
  font-weight: bold;
  font-size: 14px;
  }
  .dflex-align-items-center-justify-center{
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .login-form h2,
  .signup-form h2 {
  font-size: 20px;
  font-weight: bold;
  }
  .login-form, .signup-form{
  box-shadow: none;
  border: 1px solid #ddd;
  }
  .bg_layer{
  position: relative;
  }
  .bg_layer::after{
  position: absolute;
  content: '';
  top: -3px;
  left: 0;
  right: 0;
  width: 95%;
  margin: auto;
  height: 4px;
  background: #00b140;
  }
  /*.bg_layer::before{
  position: absolute;
  content: '';
  top: -3px;
  left: 0;
  right: 0;
  width: 85%;
  margin: auto;
  height: 4px;
  background: #7f93a2;
  }*/
  .pl0{
  padding-left: 0;
  }
  .mb-50{
  margin-bottom: 40px;
  }
  .left_login{
  background-image: url('/images/banner3.jpg');
  min-height: 410px;
  display: flex;
  padding: 0;
  position: relative;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  }
  .left_login::after{
  background-color: rgba(0, 0, 0, 0.37);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  }
  .left_login h3{
  font-size: 25px;
  color: #fff;
  position: relative;
  z-index: 3;
  padding-bottom: 20px;
  }
  .left_login p{
  font-size: 15px;
  color: #fff;
  position: relative;
  z-index: 3;
  }
  .login-form {margin: 0;
  padding: 0;border-radius: 0;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  }
  .login-form h2{
  text-align: center;
  padding-top: 20px;
  /*  background: #00b140;
  padding: 15px;
  color: #fff;*/
  }
  .login-form form{
  padding: 15px;
  width: 100%;
  }
  .login_form_input{
  border-radius: 0;
  border: none;
  border: 1px solid #ddd;
  font-size: 14px;
  height: 50px;
  width: 85%;
  margin: auto;
  }
  .login_form_input::placeholder{
  font-size: 13px;
  }
  .login_btn{
  background: #0a8799;
  border: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .login_btn:focus{
  background: #0a8799;
  border: none;
  box-shadow: none;
  }
  .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle{
  background: #0a8799 !important;
  border: none !important;
  box-shadow: none !important;
  }
  .category_listing {
  overflow: visible;
  width: 100%;
  float: left;
  }
  .category_listing h4{
  margin: 15px 0 !important;
  }
  .mb-15{
  margin-bottom: 15px;
  }
  .min-height-div{
  min-height: 160px;
  /*box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);*/
  }
  .alert-warning {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
  font-size: 14px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  }
  .product-item .product-main .product-photo img{
  /*border-top-left-radius: 15px;
  border-top-right-radius: 15px;*/
  }
  .parsley-errors-list.filled{
  font-size: 10px;
  padding-left: 10%;
  padding-top: 15px;
  }
  .login-form h2, .signup-form h2{
  padding-bottom: 20px;
  }
  .signup-form-h2{
  background: #00b140;
  padding: 15px;
  color: #fff;
  }
  .left_thumbnail_image{
  margin-top: 10px;
  }
  .left_thumbnail_image figure{
  position: relative;
  height: 94px;
  margin-bottom: 10px;
  }
  .left_thumbnail_image figure img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ddd;
  padding: 4px;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*width: 88%;
  border: 1px solid #ddd;
  padding: 4px;
  margin-bottom: 10px;*/
  }
  .prd_main_img{
  position: relative;
  height: 300px;
  }
  .prd_main_img img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ddd;
  padding: 4px;
  /*margin-bottom: 10px;*/
  max-width: 100%;
  max-height: 100%;
  }
  .cat-ul{
  /*  display: block !important;
  opacity: 1 !important;
  z-index: 9999 !important;*/
  }
  .pd40{
  padding: 40px 0;
  }
  .pd40 h4{
  font-weight: bold;
  }
  /* contact page */
  .get-in-touch{
  width: 100%;
  float: left;
  }
  .get-in-touch h4,.get-in-form h4{
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  }
  .get-in-touch p{
  color: #989898;
  text-align: justify;
  font-size: 13px;
  padding-bottom: 20px;
  }
  .get-in-touch h5{
  /*color: #989898;*/
  font-size: 13px;
  }
  .get-in-touch h5 i{
  padding-right: 20px;
  color: #777;
  }
  .get-in-form{
  width: 80%;
  margin: auto;
  float: left;
  padding: 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  .addr-blk{
    width: 80%;
  margin: auto;
  float: left;
 margin-top:30px;  
  }
    .addr-blk h2{
            padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;margin-bottom:20px;
    }
  .get-in-form form input{
  width: 100%;
  border-radius: 0;
  height: 45px;
  }
  .get-in-form form select{
      height: 45px; 
  }
  .get-in-form form input::placeholder{
  font-size: 12px;;
  }
  .get-in-form form textarea{
  width: 100%;
  border-radius: 0;
  resize: none;
  }
  .contact_form_btn{
  width: auto;
  margin-bottom: 15px;
  /*display: block;*/
  }
  .addrs-each-blck{
      padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 10px #0000002e;
  }
  .addrs-each-blck h3{
          font-size: 15px;
    margin: 9px 0 20px 0;
    display: block;
    font-weight: bold;
    color: #636363;
  }
  .addrs-each-blck p{
         color: #9c9c9c;
    font-size: 15px;
    text-align: left!important;
    margin: 0 0 10px 0;
  }
  .call-numbs a{
          font-size: 14px;
    margin-right: 7px;
    display: inline-block;
  }
  .map-blck iframe {
    width: 100%;
    height: 250px;
}
  .get-in-touch h5{
  margin-bottom: 15px;
  }
  .contact_form_btn{
  background: #00b140;width:auto !important;
  }
  .get-in-form form{
  margin-bottom: 30px;
  }
  /* contact page */
  .static-cont {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
  }
  .content-privacy h1{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 25px;
  }
  .content-privacy h2{
  margin: 25px 0;
  }
  .about h2{
  font-weight: bold;
  padding-bottom: 25px;
  font-size: 40px;
  }
  .about p{
  font-size: 14px;
  line-height: 30px;
  }
  .about{
  padding-bottom: 40px;
  }
  .left_about{
  position: relative;
  }
  .left_about figure img{
  width: 80%;
  border-radius: 5px;
  border: 5px solid #00b140;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .left_about .second_about_img{
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 25%;
  border-radius: 5px;
  margin: auto;
  border: 5px solid #00b140;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .left_about .third_about_img,.left_about .fourth_about_img{
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 25%;
  height: 68%;
  border-radius: 5px;
  margin: auto;
  border: 5px solid #00b140;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  object-fit: cover;
  animation: fadeinout 5s infinite;
  }
  .left_about .fourth_about_img{
  animation: fadeinout 10s infinite;
  /*animation-delay: 10s;*/
  }
  @keyframes fadeinout {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
  }
  .start_shopping{
  position: relative;
  width: auto;
  border-radius: 0;
  padding: 10px 10px;
  background: transparent !important;
  border: 2px solid #00b140;
  color: #00b140 !important;
  margin: auto;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  transition: 0.5s all linear;
  opacity: 1;
  }
  .checkout-btn{
  background: #00b140;
  float: right;
  color: #fff;
  font-size: 14px;
  display: block;
  width: 200px;
  letter-spacing: 1px;
  padding: 10px 14px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  margin-top: 10px;
  border: none;
  border-radius: 0 !important;
  text-align: center;
  margin-bottom: 15px;;
  }
  .checkout-btn:hover{
  color: #fff !important;
  }
  .padd_decrease{
  padding: 0 5px;;
  }
  .checkout-btn:focus{
  box-shadow: none;
  outline: none;
  }
  .float_none{
  float: none;
  padding: 0 15px;
  }
  .dflex-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  }
  .input100{
  border-radius: 0;
  }
  .hover_register_color a{
  color: #000 !important;
  padding: 0px 6px;
  /*font-weight: bold;*/
  }
  .hover_register_color a i{
  padding-right: 5px;
  }
  header .header-top .header-top-right li .header-top-popup-wrap ul li a:hover {
  color: #00b140 !important;
  }
  .edit_btn_wrapper{
  background: #00b140;
  width: 80px;
  text-align: center;
  display: inline-block;
  padding: 8px 7px;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  font-size: 12px !important;
  margin-right: 5px;
  margin-top: 15px;
  }
  .edit_btn_wrapper a{
  color: #fff;
  }
  .edit_btn_wrapper:hover{
  color: #fff;
  }
  .check_default_address{
    width: 80px;
    text-align: center;
    display: inline-block;
    padding: 8px 7px;
    font-size: 12px !important;
    margin-right: 5px;
    margin-top: 15px;
    cursor: pointer;
  }
  .checkbox_btn{
  background: transparent;
  box-shadow: none;
  color: #000;
  font-weight: bold;
  }
  input.Checkbox-input{
  position: relative;
  top: 2px;
  }
  label.Checkbox-label{
  font-size: 12px;
  padding-left: 5px;
  }
  .bg_table {
  background: #00b140;
  color: #fff;
  }
  .table thead .bg_table th{
  font-size: 13px;
  border-bottom: none;
  }
  .main_table tbody tr td{
  font-size: 13px;
  }
  .float_right_none{
  background: #00b140;
  float: initial !important;
  font-size: 13px !important;
  display: inline-block !important;
  padding: 10px 0 !important;
  margin-bottom: 20px;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  border-radius: 100px;
  }
  .float_right_none:hover{
  border-radius: 100px !important;
  }
  .pd_20{
  padding: 20px 0 !important
  }
  .bg_spark{
    position: relative;
  }
  .bg_spark::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://media2.giphy.com/media/2dg3C8YqaEUkay0IbL/giphy-preview.gif');
  background-size: contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  }
  .inside_spark{
  position: relative;
  z-index: 10;
  }
  .select2-results {
  font-size: 12px !important;
  }
  .custom-select{
  font-size: 13px;
  border-radius: 0;
  }
  .custom-select:focus{
  box-shadow: none;
  outline: none;
  }
  .register_min{
  min-height: 470px !important;
  }
  .select_border .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0;
  font-size: 14px;
  height: 50px !important;
  }
  .select_border .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 48px;
  font-size: 12px;
  }
  .select_border .select2-container--default .select2-selection--single .select2-selection__placeholder{
  font-size: 14px !important;
  }
  .select_border  .select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 20%;
  }
  .select2-search--dropdown .select2-search__field{
  font-size: 14px;
  }
  .header_logo_top img{
  width: 40px;
  height: 40px;
  }
  .ticker_bar {
  align-items: center;
  }
  .product_detail_banner{
  /*background-image: url(/images/banner3.jpg);*/
  height: 250px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-y: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*margin-bottom: 40px;*/
  }
  .product_detail_banner img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  }
  .product_detail_banner::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5)
  }
  .product_detail_banner h1{
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
  font-size: 40px;
  }
  .tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
  }
  .tags li {
  float: left;
  }
  .tag {
  background: #777;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  font-size: 12px;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  }
  .sub-sub-active{
  background: #00b140;
  }
  .sub-sub-active::after {
  border-left: 10px solid #00b140 !important;
  }
  .tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
  }
  .tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #777;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  }
  .tag:hover {
  background-color: #00b140;
  color: white;
  }
  .tag:hover::after {
  border-left-color: #00b140;
  }
  .stock_status{
  width: 100px;
  color: #009688;
  text-align: left;
  font-size: 16px;
  font-weight:bold;
  }
  .seller_details {
  font-size: 14px;
  color: #000;
  }
  .seller_details a {
  color: #00b140;
  }
  .del_info {
  display: block;
  font-size: 14px;
  color: #000;
  }
  .offer_details {
  background: #fff;
  width: 100%;
  min-height: 1px;
  margin: 0;
  padding: 16px 0 0 0;
  display: block;
  }
  .rate_div{
  position: relative;
  top: 15px;;
  }
  .clearfix {
  min-height: 0;
  clear: both;
  display: block;
  }
  .offer_details h1 {
  margin: 0;
  padding: 0 0 16px;
  font-size: 16px;
  font-weight:bold;
  line-height: 20px;
  color: #000;
  }
  .offer_details .offer_txt {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  .offer_details .offer_txt li {
  margin: 0 0 8px;
  font-size: 14px;
  color: #000;
  line-height: 20px;
  background: url('https://www.jiomart.com/assets/version1620668133/smartweb/images/icons/offer_green.svg') no-repeat left 3px;
  padding: 0 0 0 24px;
  }
  .offer_details .offer_txt li .tc_btn {
  color: #000;
  }
  .product-information span {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
  }
  .del_info span {
  font-weight:bold;
  }
  .you_save{
  width: 100%;
  float: left;
  }
  .you_save h5{
  font-size: 16px;
  }
  .you_save h5 b{
  font-size: 14px;
  }
  .you_save h5 span{
  font-weight: bold;
  color: #00b140
  }
  .you_save p{
  font-size: 12px;
  font-weight: bold;
  }
  .savings_amount_green{
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #009688;
  }
  .savings_amount_green span{
  color: initial;
  display: inline-block;
  margin: 0;
  padding-right: 4px;
  font-size: 12px;
  }
  .width_300{
  width: 300px;
  }
  .btn_continue{
  background: transparent;
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #00b140;
  }
  .btn_continue:focus{
  box-shadow: none;
  border: none;
  outline: none;
  }
  .mt_minus_20{
  margin-top: -50px;
  }
  .select_payment_method{
  margin-top: 15px;
  width: 100%;
  float: left;
  }
  .select_payment_method ul{
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 10px;
  }
  .select_payment_method ul li img{
  width: 35px;
  }
  .select_payment_method ul li:first-child img{
  margin: 0;
  margin-left: 10px;
  }
  .select_payment_method ul li {
  margin-right: 5px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  }
  .bg_order_summary{
  background: #f9f9f9;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding: 20px;
  margin-top: 40px;
  }
  .ord-text{
  font-size: 13px;
  letter-spacing: initial;
  }
  .ord-amt{
  font-size: 16px;
  }
  .amt_small{
  font-size: 14px;
  font-weight: bold;
  }
  .amt_big #tot_chkout{
  font-size: 20px;
  font-weight: bold;
  }
  .edit_pen{
  color: #009688;
  font-size: 12px;
  font-weight: bold;
  }
  .edit_pen a{
  padding-left: 5px;
  color: #000 !important;
  float: right;
  position: relative;
  top: 5px;
  }
  .pb-40{
  padding-bottom: 40px;
  }
  .width-50-btn{
  padding: 20px 30px;
  width: 100%;
  }
  .main_table  {
  display: inline-table;
  }
  .padd_10{
  padding: 20px 10px;
  }
  .padd_10:hover{
  color: #fff;
  }
  .estimate_delivery{
  font-size: 13px;
  padding-top: 5px;
  font-weight: bold;
  color: #009688
  }
  #listingcartdiv{
  margin-bottom: 50px;
  }
  .search_bar i{
  font-size: 20px;
  color: #fff;
  padding: 0 10px;
  margin-top: 0px;
  cursor: pointer;
  }
  .toggle_search{
  width: 100%;
  float: left;
  display: none;
  position: absolute;
  top: 60px;
  z-index: 3;
  background: #f7f7f7;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  .toggle_search input{
  width: 100% !important;
  font-size: 20px;
  height: 45px;
  }
  .toggle_search input::placeholder{
  font-size: 20px;
  padding-left: 15px;
  }
  .craftkadai_banner_section .item {
  /*height: 80vh;*/
  position: relative;
  border-bottom: 5px solid #cdcdcd;
  }
  .craftkadai_banner_section .item img {
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
  }
  .craftkadai_banner_section .item .cover {
  padding: 75px 0;
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  }
  .craftkadai_banner_section .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  }
  .craftkadai_banner_section .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #a4d7ff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  .craftkadai_banner_section .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  }
  .craftkadai_banner_section .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
  }
  .craftkadai_banner_section .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
  }
  .craftkadai_banner_section .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
  }
  .craftkadai_banner_section .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
  }
  .craftkadai_banner_section .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
  }
  .craftkadai_banner_section .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
  }
  .craftkadai_banner_section .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  text-align: center;
  position: absolute;
  line-height: 40px;
  color: #fff;
  display: block;
  z-index: 1000;
  border-radius: 0;
  }
  .craftkadai_banner_section .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
  }
  .craftkadai_banner_section .owl-nav .owl-prev:focus {
  outline: 0;
  }
  .craftkadai_banner_section .owl-nav .owl-prev:hover {
  background: #000 !important;
  }
  .craftkadai_banner_section .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  line-height: 40px;
  color: #fff;
  text-align: center;
  display: block;
  z-index: 1000;
  border-radius: 0;
  }
  .craftkadai_banner_section .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
  }
  .craftkadai_banner_section .owl-nav .owl-next:focus {
  outline: 0;
  }
  .craftkadai_banner_section .owl-nav .owl-next:hover {
  background: #000 !important;
  }
  .craftkadai_banner_section .owl-theme .owl-dots .owl-dot:last-child {
  display: none;
  }
  /*.craftkadai_banner_section:hover .owl-prev {
  left: 0px;
  opacity: 1;
  }
  .craftkadai_banner_section:hover .owl-next {
  right: 0px;
  opacity: 1;
  }
  */
  .cat_name_padd{
  padding-right: 15px;
  font-weight: bold;
  position: relative;
  top: 5px;
  font-size: 16px;
  }
  .btn.focus, .btn:focus{
  box-shadow: none;
  outline: none;
  }
  .btn.btn-success.pull-right.m-b-20.extends_width.mt-30.width_300{
  background: #00b140 !important;
  float: right !important;
  color: #fff !important;
  font-size: 10px !important;
  display: block !important;
  /*width: auto !important;*/
  letter-spacing: 1px !important;
  padding:16px 10px !important;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%) !important;
  margin-top: 10px !important;
  border-radius: 5px !important;
  border: none !important;
  text-align: center !important;
  font-size: 12px !important;
  margin-bottom: 20px !important;
  }
  .product-item .product-main .product-add-cart .btn,.product-item .product-main .product-add-cart{
  margin: 0;
  }
  .error_img img{
  width: 100%;
  }
  .rupee-amnt9{
  font-size: 14px;
  }
  .rupee-amnt{
  font-size: 12px !important
  }
  .details_btn_bg{
  background: #00b140;
  padding: 5px 8px;
  display: inline-block;
  width: 80px;
  color: #fff !important;
  border-radius: 100px;
  text-align:center;
  font-size: 10px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  }
  .details_btn_bg i{
  padding-right: 5px;
  }
  .select2-container--open .select2-results__option--highlighted {
  background-color: #00b140 !important;
  color: #fff;
  }
  .add_new_address_list{
  float: right;
  font-size: 10px;
  margin: 0
  }
  /*toast button starts here*/
  .toast_Btn {
  display: block;
  min-width: 150px;
  padding: 8px;
  font-size: 20px;
  background-color: white;
  border: 1px solid gray;
  border-radius: 5px;
  margin-bottom: 20px;
  }
  .toast_Btn:hover {
  border-color: dodgerblue;
  cursor: pointer;
  }
  /* Default toast style */
  .toastContain {
  position: fixed;
  left: calc(50% - 200px);
  bottom: 50px;
  width: 400px;
  z-index: 2;
  }
  .toast {
  opacity: 0;
  min-height: 30px;
  padding: 5px;
  margin-top: -42px;
  background-color: #d4edda;
  text-align: center;
  font-weight: bold;
  border: none !important;
  color: #155724;
  line-height: 30px;
  transform: scale(0.95) translateY(50px);
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition:
  margin-top 0.7s,
  transform 0.7s,
  opacity 0.7s;
  }
  .toast.open {
  margin-top: 10px;
  transform: scale(1) translateY(0);
  opacity: 1;
  }
  /* Custom Toast Style */
  .toast.critical {
  background-color: pink;
  border-color: red;
  }
  .form-error-block{
    color: red;
    font-size: 13px;
  }
  .remove_edit span{
    cursor: pointer;
  }
  @media(min-width: 1024px) and (max-width: 1199px){
  *{
  font-size: 13px !important;
  }
  .item-new-price{
  font-size: 12px;
  }
  .itm-old-price{
  font-size: 9px;
  }
  .product-item .product-main .product-price,.ipad_width{
  flex: 0 0 100%;
  max-width: 100%;
  }
  .bottom_down{
  position: relative;
  width: 100%;
  }
  .product-item .product-main .product-add-cart .btn{
  width: 100%;
  }
  .product-item .product-main .product-name h4{
  /*text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
  }
  .craft_content h5,.footer-top ul a{
  font-size: 11px;
  }
  .description_paragraph{
  font-size: 12px !important;
  }
  header .categories>ul{
  width: 200%;
  }
  }
  @media(min-width: 768px) and (max-width: 992px){
  .toastContain{
  width: 100%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 80px;
  }
  }
  @media(min-width: 1200px){
  .min-height-div{
  min-height: 190px;
  }
  .row_cart span{
    font-size: 12px !important;
  }
  .product-item .product-main .product-add-cart.lazylist .btn{
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 90%;
  right: 0;
  margin: auto;
  }
  .qunatitydiv{
  margin: 0;
  /*display: flex !important;*/
  }
  .product-item .product-main .product-photo{
  /* height: 175px; */
  }
  .product-item .product-main .product-name h4{
  /*margin-bottom: 10px;*/
  }
  }
  @media(min-width: 1200px) and (max-width: 1300px){
  .container {
  max-width: 1125px;
  }
  .craft_content{
  /*min-height: 150px !important;*/
  }
  .lazylist_height{
  min-height: 210px !important
  }
  .item-old-price{
  padding-right: 0
  }
  .item-new-price{
  font-size: 13px;
  }
  }
  .page-link{
  font-size: 12px;
  }
  @media(min-width: 0) and (max-width: 767px){
      .slider-labels .col-sm-6{
          width:50%;
      }
      .slider-labels{
          margin-bottom:10px;
      }
  .big_price {
  font-size: 13px;
  top: -20px !important;
  left: 4px !important;
  }
  .home_takeaway_text p{
    font-size: 11px !important;
  }
  .final_price{
    font-size: 12px !important
  }
  .rel_prd_content span{
    font-size: 11px;
  }
  .remove_shadow{
    padding: 5px !important
  }
  .remove_shadow span{
    padding-right: 0 !important
  }
  .padd_20 .form-control{
  font-size: 10px !important;
  margin-bottom: 5px !important;
  }
  .rel_prd_content a h4{
    font-size: 12px;
  }
  .wishlist_action{
    margin-top: 0 !important
  }
  .qunatitydiv .control{
  margin-top: 0
  }
  .d-block-mobile{
  display: block;
  }
  .mobile_bottom_space,.extraspace{
  margin-bottom: 80px !important	;
  }
  .order-status .td-title{
  font-size: 11px;
  }
  .title-optoins-customer,.order-tabl thead th{
  font-size: 11px
  !important;
  }
  .title-optoins-customer button{
  position: relative;
  top: -10px;
  font-size: 12px;
  }
  .mt-10-mobile{
  margin: 30px 0
  }
  #addressdiv,.mb-padd-0{
  padding: 0
  }
  .title-optoins-customer span{
  position: relative;
  top: 25px;
  }
  .title-optoins-customer div.search_filter input{
  width: 80%;
  float: right;
  }
  .sub_sub_label{
  width: 100%;
  float: left;
  }
  .product-item .product-main .product-name h4 {
  /*  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
  height: 40px;
  font-size: 12px;
  }
  .product-item .product-main .product-add-cart .btn{
  float: initial;
  }
  .craft_content{
  padding: 5px;
  }
  .craft_content h5{
  margin-bottom: 0
  }
  .item-new-price {
  font-size: 13px;
  }
  .item-old-price{
  font-size: 9px;
  }
  .bottom_down{
  position: initial;
  width: 100%;
  }
  .craftkadai_title a{display: none;}
  .listing_product{
  /*box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);*/
  }
  .left_login{
  margin-top: 20px;
  }
  #tab-login {
  margin-bottom: 30px !important;
  }
  .toastContain{
  width: 80%;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 80px;
  }
  }
  /*toast button ends here*/
  /*recommended_prd*/
  .recommended_prd{
  width: 100%;
  float: left;
  padding-bottom: 40px;
  }
  /*recommended_prd*/
  /* Animation */
  .line-1{
  position: relative;
  top: 50%;
  width: 24em;
  margin: 0 auto;
  border-right: 2px solid rgba(255,255,255,.75);
  font-size: 180%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  }
  .anim-typewriter{
  animation: typewriter 4s steps(44) 1s 1 normal both,
  blinkTextCursor 500ms steps(44) infinite normal;
  }
  @keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
  }
  @keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
  }
  .make_payment_img{
  width: 40px;
  height: 40px;
  float: left;
  }
  .welcome_user{
  background-image: url(/images/banner9.jpg);
  margin-bottom: 0;
  min-height: 350px;
  background-size: cover;
  position: relative;
  background-position-y: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .welcome_user::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  }
  .welcome_user p{
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  }
  .imp_notes{
  font-size: 7px;
  font-weight: bold;
  line-height: 15px;
  margin-top: 5px;
  }
  /* demostoren Styles Starts Here */
  .top-section {
  width: 100%;
  float: left;
  background: #00b140; color:#fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  }
  .bg_theme_green{
    width: 100%;
    float: left;
    background: #fff;
  }
  .color_black h5{
    color: #000 !important
  }
  .bg_none{
    background: transparent !important; 
  }
  .top-section.header-shadow {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  -webkit-box-shadow: 0 -2px 6px #333;
  box-shadow: 0 -2px 6px #333;
  }
  .top-section header {
  position: relative;
  display: block;
  height: 72px;
  width: 100%;
  max-width: 1280px;
  min-width: 1030px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  background: #00b140;
  }
  .demostore_logo{
  height: 60px;
  float: left;
  /* width: 10%; */
  }
  .demostore_logo img{
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  max-height: 100%;
  width: 75%;
  padding-top: 5px;
  }
  .top-section header .panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 72px; */
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  /* line-height: 72px; */
  width: 100%;
  float: left;
  position: relative;
  }
  .top-section header .panel-header .menu_section {
  float: left;
  width: 32px;
  height: 32px;
  background: url(../images/icons/burger_menu.svg) center no-repeat;
  margin: 0;
  background-size: 100%;
  margin-right: 32px;
  cursor: pointer;
  }
  .top-section header .panel-header #mySidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  display: block;
  line-height: normal;
  }
  .top-section header .panel-header #mySidenav .sidenav {
  width: 320px;
  float: left;
  background: #ececed;
  padding: 0;
  height: 100%;
  line-height: normal;
  position: relative;
  }
  .top-section header .panel-header #mySidenav .sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 28px;
  width: 36px;
  height: 50px;
  border-radius: 50%;
  line-height: 46px;
  color: #fff;
  text-align: center;
  }
  .top-section header .panel-header #mySidenav .sidenav #profile-link {
  display: block;
  }
  .top-section header .panel-header #mySidenav .sidenav #profile-link #customer-profile {
  background: #00b140;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  .top-section header .panel-header #mySidenav .sidenav #profile-link #customer-profile #customer-profile-left {
  -ms-flex-preferred-size: 48px;
  flex-basis: 48px;
  }
  .top-section header .panel-header #mySidenav .sidenav #profile-link #customer-profile #customer-profile-left #customer-avatar-icon {
  height: 25px;
  width: 27px;
  margin: 0 10px;
  background: url(../images/icons/my-account.svg) no-repeat center;
  background-size: 24px;
  }
  .top-section header .panel-header #mySidenav .sidenav #profile-link #customer-profile #customer-profile-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  }
  .top-section header .panel-header #mySidenav .sidenav #profile-link #customer-profile #customer-profile-right #customer-name {
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
  max-width: 80%;
  line-height: 25px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 6px;
  }
  .top-section header .panel-header #mySidenav .sidenav #hmenu-top-section {
  background: #00b140;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 25px;
  padding: 10px 10px 0;
  margin: 0;
  font-size: 13px;
  }
  .top-section header .panel-header #mySidenav .sidenav #hmenu-top-section ul {
  padding: 0;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 32px;
  }
  .top-section header .panel-header #mySidenav .sidenav #hmenu-top-section ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  background: #00b140;
  border: 1px solid #fff;
  }
  .top-section header .panel-header #mySidenav .sidenav #hmenu-top-section ul li:first-child {
  margin-left: 0;
  }
  .top-section header .panel-header #mySidenav .sidenav #hmenu-top-section ul li a {
  line-height: 19px;
  display: inline-block;
  padding: 5px 0;
  min-width: 44px;
  color: #fff;
  text-decoration: none;
  }
  .top-section header .panel-header #mySidenav .sidenav ul {
  list-style: none;
  }
  .top-section header .panel-header #mySidenav .sidenav ul li {
  padding: 0;
  font-size: 14px;
  color: #000;
  }
  .top-section header .panel-header #mySidenav .sidenav ul li a {
  display: block;
  padding: 12px 16px;
  color: #000;
  }
  .top-section header .panel-header #mySidenav .sidenav ul li.hmenu-separator {
  border-bottom: 5px solid #d5dbdb;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  }
  .top-section header .panel-header #mySidenav .sidenav .hmenu_contact {
  padding: 6px 16px 0;
  margin: 0;
  display: block;
  color: #000;
  font-size: 14px;
  }
  .top-section header .panel-header #mySidenav .sidenav .hmenu_contact p {
  margin: 0;
  padding: 0 0 8px;
  font-size: 13px;
  }
  .top-section header .panel-header #mySidenav .sidenav .hmenu_contact h1 {
  font-size: 14px;
  margin: 0;
  padding: 0 0 12px;
  text-transform: uppercase;
  }
  .top-section header .panel-header #mySidenav .sidenav .hmenu_contact .cont_txt {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-bottom: 24px;
  }
  .top-section header .panel-header #mySidenav .sidenav .hmenu_contact .mail_txt {
  font-size: 14px;
  line-height: 18px;
  display: block;
  }
  .top-section header .panel-header #mySidenav .sidenav .hmenu_contact .mail_txt a {
  color: #00b140;
  text-decoration: underline !important;
  /* font-family: JioLight; */
  }
  .top-section header .panel-header .logo {
  max-width: 110px;
  margin: 0 40px 0 0;
  }
  .top-section header .panel-header .search-bar {
  background: #fff;
  height: 40px;
  border-radius: 5px;
  position: relative;
  margin-right: 40px;
  }
  .top-section header .panel-header .search-bar .block-search {
  height: 40px;
  width: 100%;
  position: relative;
  line-height: normal;
  }
  .top-section header .panel-header .search-bar .block-search #search_form {
  width: calc(100% - 56px);
  float: left;
  position: relative;
  }
  .top-section header .panel-header .search-bar .block-search #search_form .input-text {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  color: #000;
  border: 0;
  border-radius: 5px 0 0 5px;
  outline: 0;
  }
  .top-section header .panel-header .search-bar .block-search #search_form .input-text::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  }
  .top-section header .panel-header .search-bar .block-search #search_form .input-text:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  }
  .top-section header .panel-header .search-bar .block-search #search_form .input-text::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  }
  .top-section header .panel-header .search-bar .block-search #search_form .input-text::placeholder {
  color: rgba(0, 0, 0, 0.5);
  }
  .top-section header .panel-header .search-bar .block-search .search_list {
  line-height: normal;
  margin: 8px 16px;
  float: left;
  width: 24px;
  height: 24px;
  font-size: 0;
  padding: 0;
  text-align: left;
  }
  .top-section header .panel-header .search-bar .block-search .search_list #rel_search_list_btn {
  margin: 0;
  display: block;
  height: 24px;
  width: 24px;
  color: #fff;
  background: url(../images/icons/list-view.svg) center no-repeat;
  }
  .top-section header .panel-header .search-bar .block-search .qr-code {
  display: none;
  float: right;
  width: 40px;
  height: 24px;
  margin: 8px 16px 8px 0;
  padding: 0 0 0 16px;
  border-left: 1px solid rgba(111, 114, 132, 0.3);
  border-radius: 0 8px 8px 0;
  }
  .top-section header .panel-header .search-bar .block-search .qr-code .qrcode-text-btn {
  display: inline-block;
  background: url(../images/icons/qr_scan_code.svg) center no-repeat;
  background-size: 24px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0;
  }
  .top-section header .panel-header .search-bar .block-search .qr-code .qrcode-text-btn input[type="file"] {
  position: absolute;
  overflow: hidden;
  width: 24px;
  height: 24px;
  opacity: 0;
  padding: 0;
  }
  .top-section header .panel-header .search-bar .search_list_block {
  width: 260px;
  background: #fff;
  padding: 12px;
  position: absolute;
  border-radius: 5px;
  border: 1px solid rgba(21, 27, 57, 0.06);
  margin: 0;
  right: -48px;
  z-index: 9;
  top: 50px;
  line-height: normal;
  }
  .top-section header .panel-header .search-bar .search_list_block:after {
  position: absolute;
  display: inline-block;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-right: 6px solid transparent;
  left: 178px;
  top: -6px;
  content: "";
  }
  .top-section header .panel-header .search-bar .search_list_block:before {
  content: "";
  position: absolute;
  display: inline-block;
  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(21, 27, 57, 0.06);
  border-right: 8px solid transparent;
  left: 176px;
  top: -8px;
  }
  .top-section header .panel-header .search-bar .search_list_block h5 {
  float: left;
  font-size: 13px;
  color: #000;
  width: 85%;
  margin: 0;
  padding: 0;
  }
  .top-section header .panel-header .search-bar .search_list_block .close {
  float: right;
  text-align: right;
  width: auto;
  font-size: 18px;
  color: #00b140;
  opacity: 1;
  }
  .top-section header .panel-header .search-bar .search_list_block .search_product {
  width: 100%;
  height: 120px;
  background-image: linear-gradient(left, #fff 0, transparent 0), linear-gradient(right, #fff 0, transparent 0), linear-gradient(#fff 23px, rgba(21, 27, 57, 0.08) 23px, rgba(21, 27, 57, 0.08) 24px, #fff 24px);
  background-image: -webkit-linear-gradient(left, #fff 0, transparent 0), -webkit-linear-gradient(right, #fff 0, transparent 0), -webkit-linear-gradient(#fff 23px, rgba(21, 27, 57, 0.08) 23px, rgba(21, 27, 57, 0.08) 24px, #fff 24px);
  background-size: 100% 100%, 100% 100%, 100% 24px;
  line-height: 24px;
  font-size: 13px;
  resize: none;
  margin: 12px 0;
  border: 0;
  font-weight: 400;
  color: #000;
  padding: 0;
  outline: 0;
  }
  .top-section header .panel-header .search-bar .search_list_block .search_product::-webkit-input-placeholder {
  color: #c3c3c3;
  }
  .top-section header .panel-header .search-bar .search_list_block .search_product:-ms-input-placeholder {
  color: #c3c3c3;
  }
  .top-section header .panel-header .search-bar .search_list_block .search_product::-ms-input-placeholder {
  color: #c3c3c3;
  }
  .top-section header .panel-header .search-bar .search_list_block .search_product::placeholder {
  color: #c3c3c3;
  }
  .top-section header .panel-header .search-bar .search_list_block .search_product :focus {
  outline: 0;
  }
  .top-section header .panel-header .search-bar .search_list_block .clear_btn {
  background: rgba(21, 27, 57, 0.06);
  width: 48%;
  border: medium none;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  float: left;
  }
  .top-section header .panel-header .search-bar .search_list_block .search_btn {
  background: #00b140;
  width: 48%;
  float: right;
  border: medium none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
  border-radius: 4px;
  text-align: center;
  line-height: 34px;
  }
  .top-section header .panel-header .login {
  /* max-width: 140px; */
  /* margin-right: 32px; */
  display: flex;
  align-items: center;
  justify-self: flex-end;
  }
  .top-section header .panel-header .login .logged {
  position: relative;
  display: block;
  }
  .top-section header .panel-header .login .logged a {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  background: url(../images/icons/profile.svg) no-repeat left center;
  background-size: 24px;
  padding-left: 10px;
  display: inline-block;
  }
  .top-section header .panel-header .login .logged a#logged_user {
  white-space: nowrap;
  background: url(../images/icons/my-account.svg) no-repeat left center;
  background-size: 24px;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  overflow: hidden;
  }
  .logged i{
  color: #fff;
  }
  .padd_20 .form-control{
  font-size: 12px;;
  }
  .top-section header .panel-header .mini-cart {
  max-width: 60px;
  margin: 0 24px 0 0;
  position: relative;
  }
  .top-section header .panel-header .mini-cart .cart_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: justify; */
  /* -ms-flex-pack: justify; */
  /* justify-content: space-between; */
  color: #fff;
  font-size: 14px;
  padding: 14px 0;
  }
  .cart_text i{
  position: relative;
  left: 15px;;
  }
  .top-section header .panel-header .mini-cart .cart_text .text {
  background: url(../images/icons/cart.svg) no-repeat center center;
  height: 24px;
  padding: 0;
  width: 24px;
  background-size: 24px;
  }
  .top-section header .panel-header .mini-cart .cart_text .text .counter-number {
  margin: 0;
  color: #fff;
  padding: 0;
  font-size: 10px;
  display: block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #dd0608;
  border-radius: 50%;
  margin: -2px 0 0 10px;
  text-align: center;
  }
  .top-section header .panel-header .mini-cart .minicart_container {
  display: none;
  line-height: normal;
  z-index: 999;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: absolute;
  top: 4px;
  right: 42px;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_triangle {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 20px 20px 20px;
  height: 0;
  width: 0;
  position: absolute;
  top: 35px;
  right: -48px;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content {
  display: block;
  position: absolute;
  background: #fff;
  padding: 16px;
  border-radius: 5px;
  top: 45px;
  right: -60px;
  width: 320px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(21, 27, 57, 0.2);
  box-shadow: 0 2px 5px 0 rgba(21, 27, 57, 0.2);
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_title {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
  clear: both;
  font-size: 12px;
  color: #000;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_title h2 {
  float: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  line-height: 18px;
  padding: 0;
  height: 16px;
  font-size: initial;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_title span {
  float: right;
  line-height: 16px;
  letter-spacing: normal;
  text-align: right;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_item {
  width: 100%;
  display: inline-block;
  margin-bottom: 16px;
  clear: both;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_item .item_name {
  float: left;
  width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_item .item_details {
  float: right;
  width: 35%;
  text-align: right;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_remaining {
  width: 100%;
  font-size: 10px;
  color: #000;
  /* font-family: JioLight; */
  text-align: right;
  margin-bottom: 8px;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_footer {
  width: 100%;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_footer .mc_price {
  float: left;
  width: 45%;
  height: 36px;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_footer .mc_price .mc_amount {
  display: block;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
  color: #000;
  margin-bottom: 1px;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_footer .mc_price .mc_savings {
  color: #00a100;
  }
  .top-section header .panel-header .mini-cart .minicart_container .mc_content .mc_footer .mc_cartBtn {
  float: right;
  width: 54%;
  height: 36px;
  background-color: #00b140;
  border-radius: 5px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  }
  .mini-cart:hover .minicart_container{
  display: block !important;
  }
  .top-section .menu_delivery_section {
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  /* max-width: 1280px;
  min-width: 1030px; */
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  float: left;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .top-section .menu_delivery_section .explorer-menu {
  width: 100%;
  position: relative;
  height: 40px;
  float: left;
  }
  .top-section .menu_delivery_section .explorer-menu ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }
  .top-section .menu_delivery_section .explorer-menu ul li {
  display: inline-block;
  width: auto;
  position: relative;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.delivery_section {
  background: url(../images/icons/location-on.svg) left center no-repeat;
  background-size: 24px;
  padding: 0 0 0 30px;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.delivery_section #delivery_details {
  display: block;
  color: #000;
  }
  .top-section .menu_delivery_section .explorer-menu ul li a {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: normal;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 10px 0;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu {
  position: relative;
  /* height: 40px; */
  /* line-height: 40px; */
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:before {
  content: "";
  background: url(../images/chevron-down.svg) center no-repeat;
  width: 10px;
  /* height: 40px; */
  display: inline-block;
  /* float: right; */
  margin-left: 4px;
  position: absolute;
  right: -15px;
  bottom: 0;
  top: 0;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: center;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:hover ul {
  visibility: visible;
  opacity: 1;
  top: 40px;
  transition: 0.4s all linear;
  min-height: 500px;;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:last-child ul{
  right: 0px;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:hover:last-child ul {
  right: -10px;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #ececed;
  min-width: 250px;
  -webkit-box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  z-index: 99;
  top: 40px;
  padding: 0;
  height: auto;
  transition: 0.4s all linear;
  display: block;
  }
  .sub_parent{
  position: static !important;
  }
  .sub-sub{
  position: absolute !important;
  background: #f7f7f7 !important;
  min-width: 250px !important;
  -webkit-box-shadow: 0 2px 3px -2px rgb(0 0 0 / 20%) !important;
  box-shadow: 0 2px 3px -2px rgb(0 0 0 / 20%) !important;
  z-index: 99 !important;
  right: 0;
  top: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  transition: 0.4s all linear !important;
  left: 100%;
  overflow-y: scroll;
  opacity: 0 !important;
  visibility: hidden !important;
  }
  .sub_parent:hover .sub-sub{
  opacity: 1 !important;
  visibility: visible !important;
  transition: 0.4s all linear !important;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu ul li i{
  float: right;
  position: relative;
  top: 10px;;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:last-child ul .sub-sub{
  left: -200% !important;
  right: 0;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(8) ul .sub-sub{
  left: -200% !important;
  width: fit-content;
  right: 0;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(6) ul .sub-sub{
    left: -200% !important;
    width: fit-content;
    right: 0;
    }
    .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(6) ul li.sub_parent  a {
      position: relative;
      padding-left: 30px;;
      }
      .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(6) ul li.sub_parent  a i{
      right: 100%;
      top: 13px;;
      left: 15px;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1);
      position: absolute;
      }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(7) ul li.sub_parent  a {
  position: relative;
  padding-left: 30px;;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(7) ul li.sub_parent  a i{
  right: 100%;
  top: 13px;;
  left: 15px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(8) ul li.sub_parent  a {
  position: relative;
  padding-left: 30px;;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(8) ul li.sub_parent  a i{
  right: 100%;
  top: 13px;;
  left: 15px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:last-child ul li.sub_parent  a {
  position: relative;
  padding-left: 30px;;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:last-child ul li.sub_parent  a i{
  right: 100%;
  top: 13px;;
  left: 15px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(7) ul .sub-sub{
  left: -200% !important;
  width: fit-content;
  right: 0;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:nth-child(8) ul{
  /* left: -200%; */
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu ul li {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 100%;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu ul li a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
  /* height: 36px; */
  line-height: 38px;
  display: block;
  width: 100%;
  padding: 0 12px;
  font-weight: normal;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu ul li a:hover {
  background-color: #00b140;
  color: #fff;
  transition: 0.4s all linear;
  }
  .price_box {
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
  text-align: left;
  padding-top: 10px;
  display: block;
  line-height: 20px;
  }
  .final_price {
  color: #000;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  margin: 2px 0;
  float: left;
  }
  .final_price s{
        color: #7d8185;
  }
  .price_box .price {
  display: block;
  }
  .item-new-price del{
    /*padding-left: 15px;*/
  }
  strike {
  color: #000!important;
  }
  .price_box .save_price {
  color: #00a100;
  padding: 0;
  margin: 0;
  font-size: 12px;
  }
  .prd_btn form {
  text-align: center;
  }
  
  .value-button {
  display: inline-block;
  border: 1px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  padding: 11px 0;
  background: #eee;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 6px;;
  }
  
  .value-button:hover {
  cursor: pointer;
  }
  
  .prd_btn form #decrease {
  margin-right: -4px;
  position: relative;
  top: -2px;
  /* border-radius: 8px 0 0 8px; */
  }
  
  .prd_btn form #increase {
  margin-left: -4px;
  position: relative;
  top: -2px;
  /* border-radius: 0 8px 8px 0; */
  }
  
  .prd_btn form #input-wrap {
  margin: 0px;
  padding: 0px;
  }
  
  input#number {
  text-align: center;
  border: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  width: 30px;
  height: 30px;
  }
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  }
  .prd_btn{
  position: relative;
  min-height: 30px;;
  }
  .prd_addcart{
  background: #00b140;
  color: #fff;
  font-size: 14px;
  position: relative;
  border: none;
  padding: 8px;
  width: 100%;
  z-index: 1;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .prd_addcart_none{
  display: none;
  }
  .prd_btn form{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  }
  .multiple_offer_banner{
  width: 100%;
  float: left;
  }
  .img_grid_column{
  margin-bottom: 15px;
  height: 330px;
  }
  .img_grid_column img{
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  height: 100%;
  }
  
  .btn1 {
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 9px #999;
    background: #00b140;
      color: #fff;
      line-height: 15px;
      font-size: 10px;
      letter-spacing: 1px;
      padding: 10px 14px;
      transition: 0.2s all linear;
      box-shadow: 0 6px 3px #999, 0 1px 2px #999;
  }
  .remove_shadow{
    box-shadow: none !important;
    padding: 6px !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: normal !important;
  }
  .remove_shadow span{
    font-size: 10px !important;
    font-weight: normal !important;
  }
  .qunatitydiv.dec_qty_width{
    /*width: 40px !important;*/
      height: 30px !important;
  }
  .qunatitydiv.dec_qty_width .qtytxt{
      height: 35px !important;
      width: 45px !important;
  }
  .idecrease i{
    margin-top: 12px !important;
  }
  
  /*.btn1:hover {background-color: #3e8e41}*/
  
  .btn1:active {
    background-color: #00b140;
    box-shadow: none;
    transition: 0.2s all linear;
    transform: translateY(4px);
  }
  .slick-track{
    width: 100%;  
  }
  .left_img_rel_prd figure{
    position: relative;
    height: 60px;
    text-align: center;
  }
  .wishlist_plus_minus.qunatitydiv .control{
  width: 33px !important;
      height: 35px !important;
  }
  .wishlist_plus_minus{
      position: absolute;
      top: -31px !important;
      right: 0 !important;
  }
  .left_img_rel_prd figure img{
  width: 100%;
  object-fit: contain;
  height: 100%;
  }
  .font_12{
    font-size: 12px !important
  }
  .rel_prd_content a h4{
    font-size: 14px;
    color: initial;
    text-transform: capitalize;
    font-weight: bold;
    padding-right: 25px;
    padding-bottom: 2px;
  }
  .rel_prd_content ul{
    display: flex;
    padding: 10px 0;
    align-items: center;
  }
  .rel_prd_content ul li{
    margin: 0 10px;
    font-size: 14px;
    font-weight: 500;
    font-weight: bold;
  }
  .rel_prd_content ul li:first-child{
    margin-left: 0;
    color: #7d8185;
    font-size: 14px;
    font-weight: normal;
  }
  .rel_prd_content span{
      /*color: #7d8185;*/
      font-size: 13px;
      font-weight: normal;
          padding-right: 10px;
  }
  .details_right_wish{
    line-height: 0 !important 
  }
  .rprd_wrapper{
        border-radius: 3px;
      background-color: #fff;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
      padding: 15px;
      width: 100%;
      margin-bottom: 15px;
      float: left;
  }
  .related_prds h4{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
  }
  .related_prds h4:hover{
    color: #00b140
  }
  .rel_prd_pagination .pagination{
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .rel_prd_pagination .page-link:focus {
      z-index: 3;
      outline: 0;
      box-shadow: none;
  }
  .rel_prd_pagination .page-item.active .page-link {
      z-index: 3;
      color: #fff;
      background-color: #00b140;
      border-color: #00b140;
  }
  .rel_prd_pagination .page-link {
    color: #000;
  }
  .dflex_startt .wishlist_btn{
    z-index: 0
  }
  .modal_body{
    /*min-height: 250px;*/
  }
  .take_away{
    margin: 20px 0
  }
  .take_away h5{
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 14px;
  }
  .dl_slot{
    display: flex;
  }
  .dl_slot select.form-control{
    height: 45px;
    /*border-radius: 100px;*/
  }
  
  .login_rel{
    position: relative; 
    padding: 20px 0;
  }
  .login_rel ul{
    position: absolute;
    top: 59px;
    right: 0;
    left: 0;
    width: 200px;
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transform: rotateX(
      90deg
      );
      transition: 0.4s all linear;
  }
  .login_rel ul::after {
    position: absolute;
    content: '';
    top: -6px;
    left: 0;
    right: auto;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid white;
    /* right: 40px; */
    z-index: -1;
  }
  .login_rel ul li{
  display: block;
  padding: 5px 0;
  }
  .login_rel ul li a{ 
  color: #000;
  display: block;
  font-weight: bold;
  }
  .login_rel ul li a i{  
    color: #000 !important;
  padding-right: 10px;;
  }
  .login_rel:hover .member_hover{
    transform: rotateX(
      0
      );
      transition: 0.4s all linear;
  }
  .slider-labels {
    margin-top: 10px;
  }
  .add_cart_related{
    position: relative;
  }
  .add_cart_related .btn1{
    width: 42% !important;
    position: absolute;
    right: 0;
    font-size: 12px;;
    top: -30px; 
    padding: 7px 0 !important;
    box-shadow: none !important;
    color: #fff;
  }
  .add_cart_related .btn1 span {
    font-size: 10px !important;
  }
  .add_cart_related:hover .btn1{
    color: #fff !important;
  }
  .add_cart_related .qunatitydiv .qtytxt{
  width: 40px;
  }
  .add_cart_related .qunatitydiv{
    width: 114px !important;
  }
  .related_plus_minus{
    position: absolute;
    top: -25px;
    /* left: 0; */
    right: 0;
  }
  .listing_product:hover .product-name h4{
    color: #00b140 !important;
  }
  .listing_product:hover .product-photo figure img{
    transform: scale(1.09);
    transition: 0.3s all linear;
  }
  /* Functional styling;
   * These styles are required for noUiSlider to function.
   * You don't need to change these rules to apply your design.
   */
  .noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .noUi-target {
    position: relative;
    direction: ltr;
  }
  
  .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  /* Fix 401 */
  }
  
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
  }
  
  .noUi-handle {
    position: relative;
    z-index: 1;
  }
  
  .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
  }
  
  .noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
  }
  
  .noUi-state-drag * {
    cursor: inherit !important;
  }
  
  /* Painting and performance;
   * Browsers can paint handles in their own layer.
   */
  .noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  /* Slider size and handle placement;
   */
  .noUi-horizontal {
    height: 4px;
  }
  
  .noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #00b140;
  }
  
  /* Styling;
   */
  .noUi-background {
    background: #D6D7D9;
  }
  
  .noUi-connect {
    background: #00b140;
    -webkit-transition: background 450ms;
    transition: background 450ms;
  }
  
  .noUi-origin {
    border-radius: 2px;
  }
  
  .noUi-target {
    border-radius: 2px;
  }
  .caption strong,.caption span{
    font-size: 14px;;
  }
  .slider_wrapper{
    padding-top: 24px;;
  }
  .noUi-target.noUi-connect {
  }
  
  /* Handles and cursors;
   */
  .noUi-draggable {
    cursor: w-resize;
  }
  
  .noUi-vertical .noUi-draggable {
    cursor: n-resize;
  }
  
  .noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }
  
  .noUi-handle:active {
    border: 8px solid #00b140;
    border: 8px solid rgba(53,93,187,0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
  }
  
  /* Disabled state;
   */
  [disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
  }
  
  [disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
  }
  .plus_add_address{
    min-height: 245px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #00b140;
    padding: 30px;
    color: #00b140;
    margin-right: 15px;
    cursor: pointer;
  
  }
  .flex_scroll{
    display: inline-flex;
    overflow-x: scroll;
  }
  .flex_scroll  li{
    /*width: 350px;*/
    /*display: inline-block;*/
  }
  
  .overflow_scroll_address{
  display: flex;
  }
  .overflow_scroll_address ul{
    list-style: none;
      margin: 0;
      background: #ffffff;
      width: 100%;
      /*padding: 5px;*/
      /*padding-left: 0;*/
      text-align: right;
      border-radius: 5px;
      overflow-x: scroll;
      display: inline-flex
  }
  .overflow_scroll_address ul li {    display: inline-block;
      margin: 0 8px;
      text-align: center;
      flex: none;border:1px solid #eee;
  }
  .overflow_scroll_address ul li:first-child{
    margin-left: 0
  }
  #address_carousel{
    margin-left: 20px;
        width: 100%;
      /*overflow-x: hidden;*/
  }
  .add_new_address_show{
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
  /*border: 1px solid #ddd;*/
  width: 265px;
  /*float: left;*/
  padding: 15px;
  min-height: 245px;
  position: relative;
  }
  .add_new_address_show h5{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
  }
  .add_new_address_show address span{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
  }
  .add_new_address_show address p{
  font-size: 11px;
  line-height: 25px;
  }
  .mobile_number{
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0;
  display: block;
  text-align: left;
  margin-bottom: 30px;
  }
  .remove_edit{
  padding: 15px 0;
  font-size: 14px;
  /*position: absolute;*/
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  }
  .add_new_address_show address:last-child br{
  background: red
  }
  .remove_edit span{
  /*float: right;*/
  background:-webkit-linear-gradient(top,#f7f8fa,#e7e9ec); border:1px solid #ccc;
  box-shadow:0 1px 0 rgb(255 255 255 / 60%) inset;border-radius: 3px;     padding: 3px 25px;
    font-size: 12px;
  }
  .add-new-block{
      transform:rotateX(90deg);
      transition:all ease .5s;display:none;
  }
  .openAddres{
      transform:rotateX(0deg);display:block;
      transition:all ease .5s;
  }
  .add-new-block h2{
      font-size:20px; font-weight:bold;margin-bottom:20px;
      
  }
  .add-new-block label{
      font-size:13px;
  }
  .add-new-block .form-control, .add-new-block .select2-container{
      font-size:13px;
  }
  .del-this{
      box-shadow:0 1px 0 rgb(255 255 255 / 40%) inset;
      width:100%; float:left;background:-webkit-linear-gradient(top,#df7e5a,#00b140);
      font-size: 13px;    display: inline-block;
    padding: 7px;
    margin-bottom: 15px;
  }
  .slide_div{
  display: none;
  }
  .add-btn-add{
      background:#00b140; padding:10px; font-size:14px;color:#fff;display: inline-block;
    margin: 20px 0;cursor:pointer;
  }
  #slide_down_address{
  cursor: pointer;
  }
  .flex_rows{
    display: flex;
    /*width: 88%;*/
  }
  /*address radio button*/
  .add_new_address_show input[type=radio]{
  /*position: absolute;*/
  top: 15px;
  right: 15px;
  }
  /*.default_address{*/
  /*background: #00b140;*/
  /*color: #fff;*/
  /*}*/
  
  #address_carousel.owl-carousel .owl-nav .owl-next{
      position: absolute;
      top: 0;
      right: 0;
  }
  #address_carousel.owl-carousel .owl-nav .owl-prev{
        position: absolute;
      top: 0;
      right: 0;
  }
  /*address radio button*/
  
  .multivarient_wrapper{
    /*display: flex;*/
  }
  .left_right_arrow{
    flex-direction: column;
      justify-content: space-around;
  }
  .btn_wrap{
    display: flex;
    width: 100%;
    align-items: center;
      justify-content: space-between;
  }
  .thumb_img_bottom{
    display: flex;
  }
  .thumb_img_flex figure img{
  width: 80px;
  height: 80px;
  margin-right: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  }
  .search_bar i{
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
    margin-top: 0px;
    cursor: pointer;
    }
    
  .toggle_search{
    width: 100%;
    float: left;
    display: none;
    position: absolute;
    top: 60px;
    z-index: 3;
    background: #f7f7f7;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }
    .toggle_search input{
    width: 100% !important;
    font-size: 20px;
    height: 45px;
    }
    .toggle_search input::placeholder{
    font-size: 20px;
    padding-left: 15px;
    }
  
  
  /* Style the tab */
  .tab {
    float: left;
    width: 20%;
    height: 100%;
  }
  .bg_grey_color{
    background-color: #f1f1f1;
      min-height: 460px;
  }
  /* Style the buttons inside the tab */
  .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current "tab button" class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    float: left;
    padding: 0px 12px;
    width: 80%;
    border-left: none;
    min-height: 460px;
    /* display: none; */
  }
  
  /* Clear floats after the tab */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  
  /*New menu*/
  .shop_cat_parent{
    position: static;
  }
  .shop_cat_parent{
    font-weight: bold;
    text-transform: capitalize;
  }
  .nav_tabs_hover{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;z-index:-100;
    background: transparent;
    /*opacity: 0;*/
    /*visibility: hidden;*/
    /*transform: rotateX( 90deg );*/
    transform:translate(-550px, -250px)scale(0);
    transition: 0.5s all linear;
  }
  .bg_white{
    background: #fff;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
          min-height: 460px;
  }
  .shop_cat_parent{
    /*width: 245px;*/
  }
  .cat_menu_li > .row > .col-md-4 li{
    display: block;
  }
  .cat_sub__sub_menu ul li{
    display: block;
  }
  .popular_search ul li{
    display: block;
  }
  .nav_tabs_hover .tab a.tablinks{
    padding: 0 10px;
    text-transform: capitalize;
    border-bottom:1px solid #dedede;color:#222;
  }
  .main_cat_link_hover{
    /* padding: 0 15px !important; */
    background: #f1f1f1 !important;
  }
  /* .main_cat_link_hover:hover{
      background: #f1f1f1;
  } */
  
  .nav_tabs_hover .tab{
    background: #fff;
  }
  .bg_grey_color ul li{
      padding: 0 15px;
      padding-left: 6px;
      margin-left: 15px;
  }
  .bg_grey_color ul li a{
      color:#222;
  }
  /* .bg_grey_color ul li:hover{
    background: #fff;
  } */
  .bg_grey_color{
    padding: 0;
  }
  .bg_white .tab ul li{
      display: block;
  }
  .bg_white .tab ul li:hover .tablinks {
      background: #f1f1f1 !important;
  }
  .bg_red.active{
      background: #f1f1f1 !important;
  }
  /*.bg_grey_color ul li:hover{
    
  }*/
  .bg_color_hover{
    background: #fff !important;
  }
  .bg_white_hover{
    background: #fff;
  }
  .sub_sub_cat_right li a{
    transition: 0.4s all linear;color:#222;
  }
  .sub_sub_cat_right li a:hover{
    color: #00b140;
    transition: 0.4s all linear;
  }
  .flex_column ul{
    display: flex;
    flex-direction: column;
  }
  .popular_search_tag{
    color: #00b140;
    font-weight: bold;
  }
  .offer_tag{
        font-weight: bold;
        font-size: 14px;
      text-transform: capitalize;
      padding-left: 15px;
  }
  .shop_cat_parent{
    font-size: 14px;
    cursor: pointer;
    padding-left: 15px;
    /*background: rgba(94,169,0,0.3);*/
    /*background:#00b140;color:#fff;*/
    background:#00b140; color:#fff;
  }
  .shop_cat_parent i{
    /*float: right;*/
      line-height: 35px;
      padding-right: 10px;
  }
  .shop_cat_parent:hover .nav_tabs_hover{
    /*visibility: visible;*/
    /*opacity: 1;*/
    /*transform: rotateX( 0 );*/
    transform:translate(0px, 0px)scale(1);
    z-index:100;
    transition: 0.5s all linear;
  }
  .offer_tag i{
  padding-right: 10px;
  }
  .offer_tag a{
      color:#fff;
  }
  .del_width{
    width: 27%;
  }
  .back_btn{
  font-size: 13px;
  color: initial;
  transition: 0.4s all linear;
  font-weight: bold;
  }
  .back_btn i{
  padding-right: 5px;
  }
  .back_btn:hover{
  margin-left: -15px;
  transition: 0.4s all linear;
  }
  .back_btn:hover i{
  opacity: 0;
  transition: 0.4s all linear;
  }
  .qunatitydiv.dec_qty_width.small_width .qtytxt
  {
  width: 35px !important;
  }
  .qunatitydiv.dec_qty_width.small_width{
    width: 100px !important;
  }
  .quantity-change  i {
      margin-top: 12px;
      font-size: 12px;
      color: #828282;
      margin-left: 9px;
  }
  .add_sub_banner{
    position: relative;
  }
  .sub_banner_small_parent{
    position: absolute;
      bottom: 0;
      right: 0;
      height: 260px;
      width: 100%;
  }
  .sub_banner_small_parent img.sub_banner_small{
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
  }
  .hidden_active{
    /*background: transparent;*/
  }
  /*New menu*/
  
  .inner_scroll{
    height: 420px;
    overflow-y: scroll;
  }
  
  
  
  
  .supportNumber{
    font-weight: bold;
    margin-left: 20px;
    /*float: right;*/
  }
  .supportNumber i{
    padding-right: 10px;
  }
  
  .address_action{
        /*background: red;*/
      padding-bottom: 10px;
      width: 100%;
      float: left;    min-height: 223px;
  }
  .form-group.donation_wrapper label{
    font-weight: bold !important;
  }
  .feedback_img img{
    width: 50px;
    height: 50px;
  }
  /* demostoren Styles Ends Here */
  /* Responsive Starts Here */
  @media(min-width: 1200px) and (max-width: 1300px){
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:before {
  content: "";
  background: url(../images/chevron-down.svg) center no-repeat;
  width: 10px;
  /* height: 40px; */
  display: inline-block;
  /* float: right; */
  margin-left: 4px;
  position: absolute;
  right: -13px;
  bottom: 0;
  top: 0;
  }
  .tabcontent {
    min-height: 430px;
  }
  .bg_grey_color {
      background-color: #f1f1f1;
      min-height: 430px;
  }
  .top-section .menu_delivery_section .explorer-menu ul li a{
  font-size: 12px;;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu:hover ul{
  top: 34px;;
  }
  }
  @media(min-width: 1200px) and (max-width: 1350px){
  .craftkadai_banner_section figure img{
  height: 450px;
  }
  
  }
  @media(min-width: 992px) and (max-width: 1199px){
  .craftkadai_banner_section figure img{
  height: 300px;
  }
  .location_wrapper h5,.user_reg a,.cart-btn h5,.product-item .product-main .product-name h4,.final_price,.itm-old-price{
    font-size: 11px !important; 
  }
  .padd_20 .form-control{
    font-size: 8px;
  }
  .select_drp select + i.fal{
    margin-top: -39px;
  }
  .footer-top ul a{
    font-size: 12px;
  }
  .flag_icon img{
    width: 25%;
  }
  .category_carosel .flag_icon img{
 width: 25%;
  }
  .btn_wrap {
      font-size: 10px !important;
  }
  .rotate_div{
  border: 30px solid #0a8799;
  }
  .container, .container-md, .container-sm{
    width: 100% !important;
  }
  .top-section .menu_delivery_section .explorer-menu ul li.o-menu{
    margin-right: 25px;
  }
  .top-section .menu_delivery_section .explorer-menu ul{
    justify-content: end;
  }
  .top-section .menu_delivery_section .explorer-menu ul li a{
    font-size: 10px;
  }
  .bg_header{
    /*overflow: hidden;*/
  }
  }
  @media(min-width: 767px) and (max-width: 991px){
      .bg_order_summary{
          padding:7px;
      }
      .check-title{
          font-size:16px;
      }
     .otherinfo .btn1{
         padding:4px;
     }
    #checkoutform .btn_bg1_theme{
    padding: 6px 2px !important;
    top: 55px !important;
    font-size: 10px !important;
    }
    .width-50-btn{
            padding: 16px 10px;
    }
      .dflex_startt .wishlist_btn{
          right:-10px;
      }
       .dflex_startt .feedback_img{
          right:-30px;
      }
      .cart-table .cart-qty input{
          width:30px;
      }
      .cart-qty button{
          width:20px; height:20px;
      }
      .checkout-btn{
          width:auto;
      }
     .location_wrapper h5{
       
          font-size:11px !important;
      }
      .location_wrapper h5 i {
    padding-right: 0px !important;
} 
.fal.fa-mobile{
    display:none;
}
    .upto_lg_none{
      display: none !important;
    }
    .upto_lg_block{ 
      display: block !important;
     }
  .d_none_800{
  display: none !important;
  }
  .craftkadai_banner_section figure img{
  height: 250px;
  }
  .rotate_div{
  border:20px solid #0a8799;
  }
  .toggle_search{
  top: 50px;
  }
  .mobile_width_td{
  width: 230px;
  }
  .row_cart span{
  margin-left: 0;
  font-size: 13px;
  }
  /*.list {*/
  /*    flex: 0 0 20rem !important;*/
  /*    display: flex !important;*/
  /*    flex-direction: row !important;*/
  /*}*/
  }
  @media(min-width: 600px) and (max-width: 766px){
  .product-item .product-main .product-name h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  }
  .rotate_div{
  width: 20% !important;
  }
  #product-detail-image{
  height: auto !important;
  margin-bottom: 20px;
  }
  .left_thumbnail_image li {
  height: 200px;
  float: left;
  display: inline-block;
  width: 30%;
  margin-right: 20px;
  margin-bottom: 15px;
  }
  .left_thumbnail_image img {
  width: 100% !important;
  margin-bottom: 10px;
  /* float: left; */
  min-height: 70px;
  height: 100%;
  /* margin-right: 19px; */
  }
  .mt_minus_20{
  margin-top: -25px;
  }
  }
  .mb_p_0{
    padding-left: 0
  }
  /*Mobile Res*/
  @media(max-width: 767px){
       .qunatitydiv{
          width:100% !important;
      }
      .list_wrap1{
          display:inline-block !important;
      }
      .list__item{
              margin-right: 2px;
    display: inline-block;
      }
      .qunatitydiv.dec_qty_width.small_width{
          margin-bottom:5px;
      }
      .rel_prd_content .quantity-change{
          padding-right:0;
      }
     .otherinfo .mt-3 .qunatitydiv{
         width:100% !important; margin-bottom:10px;
     }
      .close-filt{
          padding: 0;
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
    position: absolute;
    top: -3px;
    right: 3px;cursor:pointer;
    font-size: 20px;
    width: 35px;font-weight:bold;
    text-align: center;
      }
      .mbl-filt{
          opacity: 0;
     visibility: hidden; 
    transform: rotateX( 90deg );
    transition: 0.4s all linear;position: fixed;
    top: 60px;
    background: #fff;
    width: 98%;left:10px;
    height: 100vh;z-index:1;
      }
      .openFilter{
               visibility: visible; 
     opacity: 1; 
    transform: rotateX( 0 );
    transition: 0.4s all linear;
      }
      .items-select{
          display:block;
      }
      .fixed_filter1{
          z-index:-1 !important;
      }
      .fixed_filter2{
          position:static !important;
      }
      #tab-login{
          margin-top:20px;
      }
      .small_imgs{
          text-align:center;
      }
      #cat_carousel_list img{
          width:auto;    display: inline-block;
      }
      #cat_carousel_list li{
          text-align:center;
      }
      .small_imgs img{
          width:auto  !important; height:auto !important;max-width: 100%;
      }
      .dflex_startt .wishlist_btn{
          right:45px;
      }
      .feedback_img{
          right:0 !important;
      }
  /*	header .header-top .header-top-right img {
  height: 30px;
  width: 30px;
  }*/
  .far.fa-comment-alt{
    position: relative;
    left: -50px;
  }
  .img_grid_column,.small_imgs{
    height: auto !important;
  }
  .multiple_offer_banner > .container > .row > .col-md-6{
    padding: 0;
  }
  .select_drp select + i.fal {
      margin-top: -31px !important;
      margin-right: -1px !important;
  }
  .full_flex{
    /*position: static;*/
  }
  .rectangle{
    width: 92% !important; 
  }
  .change-button button,.mask-button{
    width: auto !important;
  }
  .modal-right__input-wrapper{
    width: 85%  !important 
  }
  .location_click{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  }
  .shop_by_brand{
    margin-bottom: 60px;
  }
  .flex_row {
      flex-direction: column !important;
  }
  .flex_rows{
      /*float: left;*/
      display: flex;
      width: 100%;
  }
  .add_new_address_show address p {
      font-size: 9px;
      line-height: 25px;
      font-weight: bold;
  }
  .add_new_address_show{
    width: 100%;
  }
  
  .list {
    display: flex;
    margin: 15px 0;
      flex-direction: column;
  }
  .btn_bg1_theme{
    top: 36px !important
  }
  .select_payment_method ul li img {
    width: 38px !important;
  }
  .dl_slot{
    flex-direction: column;
  }
  .list__item {
      position: relative;
       margin: 0; 
      margin-bottom: 10px;
  }
  .mp-0{
    padding: 0
  }
  .mb_p_0 select{
    margin-bottom: 0  !important
  }
  
  .mb_p_0,.mb_0{
    padding: 0 !important
  }
  .dl_slot select{
    margin: 15px 0;
  }
  .f-width{
  width: 100%;
  float: left;
  }
  
  .mobile_logos{
  position: relative;
  height: 50px;
  width: 50px;
  float: left;
  }
  .flex_gap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile_logos img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transform: scale(1.1);
  }
  .dflex-end{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  }
  .sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  /* padding-top: 60px; */
  }
  
  .sidebar a {
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  color: #000;
  display: block;
  transition: 0.3s;
  }
  
  .sidebar a:hover {
  color: #000;
  }
  
  .sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  width: 35px;
  text-align: center;
  }
  .inner_mobile_logo{
  display: flex;
  align-items: center;
  color: #fff;;
  }
  .br_white{
  border-bottom: 1px solid #fff;
  padding: 0;
  }
  .inner_mobile_logo img{
  width: 75px;
  float: left;
  }
  .openbtn {
  font-size: 20px;
  cursor: pointer;
  /* background-color: #111; */
  color: white;
  padding: 10px 15px;
  border: none;
  }
  
  .openbtn:hover {
  /* background-color: #444; */
  }
  
  #main {
  transition: margin-left .5s;
  padding: 16px;
  }
  .mb-0 > a {
  display: inline-block;
  /* position: relative; */
  }
  .flex_spacing{
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .card-header .mb-0 > a i:after {
  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  right: 9px;
  }
  .card-header .mb-0 > a i[aria-expanded="true"]:after {
  content: "\f077";
  }
  #accordion{
  margin-top: 10px;
  width: 100%;
  float: left;
  }
  .sidebar .card-header{
  padding: 0 10px;
  border-radius: 0;
  /* background: #00b140; */
  /* padding: 0 10px;; */
  }
  .popup_wel {
  width: 100%;
  float: left;
  padding: 15px;
  }
  .popup_wel .cust-image-wrap {
  width: 25%;
  float: left;
  }
  .popup_wel .cust-image-wrap .cust-image {
  height: 55px;
  width: 55px;
  float: left;
  overflow: hidden;
  }
  .popup_wel .cust-image-wrap .cust-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  /*border-radius: 50%;*/
  /*border: 1px solid #ddd;*/
  }
  .popup_wel .cust-content {
  width: 75%;
  float: left;
  }
  .popup_wel .cust-content span {
  display: inline-block;
  padding-left: 10px;
  padding-top: 5px;
  }
  .popup_wel .cust-content span strong {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;;
  }
  .popup_wel .cust-content span p {
  width: 100%;
  float: left;
  word-break: break-all;
  }
  .popup_wel .cust-content span p a{
  font-size: 12px;;
  }
  .sidebar .card-body{
  padding: 0;
  font-size: 14px;;
  /* padding-left: 10px;; */
  }
  .mobile_sub{
  background: red;;
  }
  .mobile_sub .card-header{
  background: #fff;;
  border-radius: 0;;
  }
  .mobile_sub .card-header h5 a{
  color: #555!important;
  font-weight: normal;
  font-size: 13px;;
  /* border-radius: 0;; */
  }
  .mobile_icon{
  float: left;
  margin-right: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 28px;
  margin-top: 5px;
  padding: 5px;
  }
  .main_cat a{
  display: flex;
  align-items: center;
  }
  .card-header .mb-0 a{
  font-size: 11px;
  font-weight: bold;
  }
  .mobile_sub_sub_inner .card-header{
  background: #f1f1f1;
  }
  .sidebar .card{
  margin-bottom: 0;
  border: none;
  border-radius: 0;;
  }
  .card-header{
  background-color: transparent;
  }
  
  .mobie_top_fixed{
  width: 100%;
  float: left;
  background: #00b140;
  }
  .no-cart-div{
  margin-bottom: 80px;
  }
  .mobile_link{
  list-style: none;
  margin: 0;
  padding-left: 25px;
  padding-top: 25px;
  }
  .mobile_link li{
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 3px;
  }
  .mobile_link li a{
  border: 1px dashed #fff;
  padding: 0px 10px;
  font-size: 11px;
  color: #fff;
  }
  .mobile_link span{
  color: #fff;
  display: block;
  font-size: 12px;
  padding-bottom: 20px;
  }
  .about {
  padding-bottom: 75px;
  }
  .static-cont {
  margin-bottom: 75px !important;
  }
  .order_2{
  -ms-flex-order: 2;
  order: 2;
  }
  .order_1{
  -ms-flex-order: 1;
  order: 1;
  }
  #product-detail-image .slick-track {
  height: auto !important;
  }
  .shadow_fixed{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  }
  .open_shadow{
  opacity: 1;
  visibility: visible;
  }
  #breadcrumb{
  /*display: none;*/
  }
  .breadcrumbs {
  display: none;
  }
  .back_link{
  padding-left: 15px;
  margin: 15px 0;
  }
  .back_link li{
  /* box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%); */
  /* padding: 8px 14px; */
  /* border-radius: 100px; */
  }
  .back_link li a{
  font-size: 12px;
  color: #000;
  font-weight: bold;
  }
  .back_link li a i{
  padding-right: 5px;
  }
  #product-detail-image img {
  margin-bottom: 10px;
  }
  .recommended_prd{
  padding-bottom: 100px;
  }
  .welcome_user {
  min-height: 250px;
  }
  .welcome_user p{
  font-size: 16px;
  }
  .item-qty{
  width: 30px;
  float: left;
  font-size: 12px;
  height: 24px;
  text-align: center;
  border: 1px solid #e4e4e4;
  background: transparent;
  }
  .cart-qty button {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  }
  .left_minus{
  float: left;
  margin-right: 5px;
  }
  .right_plus{
  float: left;
  margin-left: 5px;
  }
  .left_minus i{
  font-size: 8px;
  color: #888;
  }
  .right_plus i{
  font-size: 8px;
  color: #888;
  }
  .cart-qty{
  margin-left: 0;
  margin-top: 5px;
  }
  .d-none-mobile-table{
  display: none;
  }
  .product_cart_mobile_view h4{
  background: #00b140;
  padding: 10px;
  color: #fff;
  /*margin-top: 20px;*/
  }
  .row_cart span{
  font-size: 12px;
  }
  .pro_name{
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .pro_name span{
  font-size: 14px;
  color: #00b140;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: capitalize;
  overflow: hidden;
  width: 140px;
  font-weight: bold;
  }
  .cart_quantity_delete{
  float: right;
  }
  .product_price_mobile_view{
  display: block;
  margin: 3px 0;
  font-weight: bold;
  }
  .product_price_mobile_view s{
  font-size: 10px;
  color: #969696;
  }
  .main_table{
  margin-bottom: 0
  }
  .min-height-37vh{
  /*margin-bottom: 0 !important*/
  }
  .signup-p{
  width: 100%;
  float: left;
  }
  .mb-padd-r-0{
  padding: 0;
  }
  .mb-padd-l-0{
  padding: 0;
  }
  .page-link{
  font-size: 10px;
  }
  #listingcartdiv{
  margin-bottom: 0
  }
  .acc-cont-mrgn{
  margin-bottom: 20px;
  }
  .main-cat-head a{
  font-size: 14px;
  margin: 10px 0;
  }
  .breadcrumb {
  display: flex;
  align-items: center;
  }
  .breadcrumb li:last-child{
  font-weight: bold;
  font-size: 10px;
  /*position: relative;top: 2px;*/
  }
  .all-cat-head{
  padding-bottom: 0
  }
  .sub-sub-cat-list ul li a{
  padding: 2px 15px;
  }
  .sub-sub-cat-list span a{
  font-size: 12px;
  }
  .title-page{
  background: transparent;
  }
  .col-12.pb-40{
  padding-bottom: 15px;
  }
  .form_btn{
  width: 125px;
  }
  .bg_spark .float_right_none{
  font-size: 10px !important
  }
  .succ-blk .succ-tick::after{
  top: -20px;
  }
  .no-prod-image1 img{
  width: 100%
  }
  .mobile_nav_img{
  width: 45px;
  float: left;
  padding-right: 15px;
  }
  .edit_pen{
  font-size: 11px;
  }
  .get-in-form{
  width: 100%;
  padding: 20px;
  }
  .get-in-touch h5{
  font-size: 12px;
  }
  .bg_faq {
  background: #f9f9f9 !important;
  }
  .breadcrumb li.active {
  font-size: 10px;
  display: flex;
  align-items: center;
  }
  .breadcrumb li a {
  font-size: 10px;
  }
  .order-tabl tbody tr td {
  font-size: 10px;
  }
  .product_price{
  width: 60px;
  }
  .product_total{
  width: 60px;
  }
  .login_register li a{
  font-size: 11px;
  }
  .craftkadai_banner_section .item .cover .header-content h2{
  font-size: 15px;
  }
  .craftkadai_banner_section .item .cover .header-content h1{
  font-size: 30px;
  }
  .craftkadai_banner_section .item .cover .header-content h4{
  display: none;
  }
  .craftkadai_banner_section .item{
  /*height: 40vh;*/
  }
  .craftkadai_banner_section .item .cover .header-content .line{
  height: 80%;
  top: 25px;
  }
  .craftkadai_banner_section .owl-nav .owl-next {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  }
  .craftkadai_banner_section .owl-nav .owl-prev {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
  }
  .prd_main_img{
  height: 190px;
  margin: 15px 0;
  }
  .circle::after{
  transform: rotate(
  329deg
  );
  }
  /*.left_thumbnail_image li{
  display: inline-block;
  width: 30%;
  }
  .left_thumbnail_image figure{
  height: 75px;
  width: 31%;
  float: left;
  margin-right: 5px;
  margin-bottom: 0;
  }*/
  .left_thumbnail_image figure img{
  width: 100%;
  }
  .product-item .product-main .product-name h4 {
  /*overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;*/
  }
  .toggle_search{
  top: 50px;
  }
  .toggle_search input{
  height: 40px;
  font-size: 18px;
  }
  .down_arrow_flex{
    display: flex !important;
    align-items: center;
    padding-left: 15px;
  
    justify-content: space-between;
  }
  .bg_grey{
    background: #00b140;
  }
  .bg_grey a.down_arrow_flex{
  color: #fff !important;
  font-size: 11px;
  }
  .sub_menu{
    font-weight: bold;
    padding-left: 15px;
  }
  .sub_sub_menu{
    font-weight: bold;
    padding-left: 15px;
    background: rgb(94 169 0 / 30%);
  }
  .sub_sub_menu  ul li a{
    font-weight: bold;
    padding-left: 15px;
    font-size: 12px;;
  }
  .toggle_search input::placeholder{
  font-size: 16px;
  /*position: relative;*/
  /*top: -5px;*/
  }
  .footer-bottom{
  margin-bottom: 50px;
  }
  .d-none-mobile{
  display: none;
  }
  .craftkadai_banner_section{
  /*height: 200px;*/
  }
  .rotate_div {
  width: 35%;
  border: 20px solid #0a8799;
  z-index: 1;
  }
  .craftkadai_banner_section figure img{
  height: 200px;
  }
  .check-title{
  margin: 0;
  }
  .succ-blk .succ-tick i{
  position: initial;
  }
  .mt-5.pull-right.pr-0{
  margin-top: 5px !important;
  }
  .select_payment_method ul li img {
  width: 35px;
  }
  .breadcrumb {
  /*margin-bottom: 0 !important;*/
  }
  .product_detail_banner{
  height: 120px;
  margin-bottom: 0;
  background-position-y: 0;
  }
  .product-information #product-detail-name{
  font-size: 18px;
  }
  .product_detail_banner h1{
  font-size: 21px;
  }
  .ad-block label{
  width: 100%;
  }
  .main_table tbody tr td {
  font-size: 13px;
  white-space: nowrap;
  }
  .add-new-ad{
  margin-top: 0;
  font-size: 9px;
  position: relative;
  top: -7px;
  float: right;
  }
  .main_table  {
  display: block;
  }
  .bg_spark{
  margin-bottom: 45px;
  }
  .product-add-cart{
  padding: 0
  }
  .product-main{
  padding: 0;
  }
  .product-item .product-main{
  padding:  0 !important
  }
  .pr_initial{
  padding: initial !important;
  }
  /* width */
  .main_table.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  }
  /* Track */
  .main_table.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
  }
  /* Handle */
  .main_table.table-responsive::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
  }
  .btn_continue{
  margin-top: 20px;
  font-size: 11px;
  }
  .width_300 {
  width: 100%;
  }
  .second_about_img{
  display: none;
  }
  .left_about figure img{
  width: 100%;
  }
  .about h2 {
  padding-bottom: 10px;
  font-size: 25px;
  padding-top: 20px;
  }
  .d-noned-md-block{
  display: none !important;
  }
  .left_thumbnail_image img {
  /*width: 28%;
  margin-bottom: 10px;
  float: left;
  min-height: 70px;
  height: 100%;
  margin-right: 15px;*/
  }
  .pl-0{
  padding-left: 15px !important;
  }
  .left_thumbnail_image{
  margin-top: 15px;
  /*width: 100%;*/
  /*float: left;*/
  display: flex;
  }
  .listing_product figure{
  height: 160px;
  }
  .fixed_logo a img{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  }
  .fixed_logo::after {
  position: absolute;
  content: '';
  top: -12px;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: white;
  transform: rotate(
  45deg
  );
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  }
  .zindex{
  position: relative;
  z-index: 200;
  }
  .float_left_mobile{
  flex-direction: row !important;
  }
  .w100{
  width: 100%;
  }
  .w100 li:last-child{
  margin-left: auto;
  }
  .menu-bar{
  color: #fff;
  font-size: 18px;
  }
  .sidebar {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  /* overflow-x: hidden; */
  transition: 0.5s;
  /* padding-top: 15px; */
  }
  .openbtn {
  font-size: 20px;
  cursor: pointer;
  /* background-color: #111; */
  background: transparent;
  color: white;
  padding: 10px 15px;
  border: none;
  }
  .openbtn:focus{
  border: none;
  background: transparent;
  outline: none;
  box-shadow: none;
  }
  .openbtn:hover {
  /* background-color: #444; */
  }
  #main {
  transition: margin-left .5s;
  padding: 16px;
  }
  .mobile_logo{
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 45px;
  filter: drop-shadow(7px 0px 1px rgba(0,0,0, 0.2));
  }
  .mobile_logo::after{
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 150px;
  background: #f9f9f9;
  /* border: 1px solid red; */
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 200% 0);
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  }
  .mobile_logo a img{
  width: 100px;
  height: auto;
  position: relative;
  left: -50px;
  top: -10px;
  }
  /*.mobile_menu_left li{
  width: 100%;
  display: block;
  }
  .mobile_menu_left li a{
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #003661;
  display: flex;
  align-items: center;
  justify-content: end;
  }
  .mobile_menu_left li a:last-child{
  border-bottom: none;
  }
  .mobile_menu_left li a i{
  padding-right: 10px;
  width: 30px;
  line-height: 30px;
  height: 30px;
  }
  .social_mobile{
  padding: 0;
  list-style: none;
  margin: 0;
  padding-top: 20px;
  margin-left: 15px;
  }
  .social_mobile li{
  display: inline-block;
  margin: 0 10px;
  margin-right: 0;
  }
  .social_mobile li a i{
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  }
  .fa-facebook-f:before {
  content: "\f39e" !important;
  }
  .social_mobile li a{
  padding: 0;
  }*/
  .body{
  overflow-y: hidden !important;
  }
  .shadow{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all linear;
  }
  /*  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
  */
  .breadcrumb {
  margin-bottom: 5px;
  padding: 14px;
  }
  .breadcrumb{
  width: 100%;
  }
  #product-detail-image{
  height: 225px;
  }
  .min-height-div{
  box-shadow: none;
  }
  .cat_img {
  height: 150px !important;
  }
  .craftkadai_title a{
  margin-top: 0;
  height: auto;
  width: auto;
  padding: 2px 10px;
  }
  .craftkadai_title h3 {
  font-size: 15px;
  display: inline-block;
  }
  .craft_content{
  border: none;
  }
  header .categories>ul{
  position: inherit !important;
  width: 100%;
  }
  .clear-padding-right.categories {
  width: 100% !important;
  float: left !important;
  }
  .mobile_menu_left .categories .cat-ul li{
  position: relative !important;
  z-index: 99999 !important;
  }
  .cat-ul{
  display: block !important;
  opacity: 1 !important;
  }
  header .categories {
  position: relative;
  z-index: -1 !important;
  }
  header .categories>ul li a{
  overflow: visible !important;
  }
  .categories>ul li .btn-active:hover.sub-catt{
  max-height:  auto !important;
  }
  header .categories>ul li a:hover{
  background: red;
  }
  .mobile_cat{
  /*background: orange;*/
  }
  .mobile_cat li a{
  font-size: 12px;
  color: #fff;
  }
  .mobile_cat .sub-catt{
  /*max-height: 0px;*/
  overflow-y: auto;
  background: #fff;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  pointer-events: all;
  opacity: 1;
  display: none;
  position: unset;
  height: auto;
  /*padding-left: 15px;*/
  }
  .mobile_cat .sub-catt li a{
  color: #000;
  padding-left: 15px;
  }
  /*
  .mobile_cat li:hover .sub-catt {
  max-height: 2000vh;
  -webkit-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  }*/
  .sub-catt{
  display: none;
  }
  .mobile_cat li:hover .sub-catt{
  /*max-height:  100% !important;*/
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  }
  .sub-sub-catt {
  /*max-height: 0px;*/
  /*overflow-y: auto;*/
  padding-left: 15px;
  background: black;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  pointer-events: all;
  opacity: 1;
  position: unset;
  display: none;
  /*height: auto;*/
  background: #e4e4e4;
  }
  .sub-catt li a{
  padding-left: 15px;
  }
  .sub-catt li:hover .sub-sub-catt{
  /*max-height:  100% !important;*/
  /*-webkit-transition: all 0.5s linear;*/
  /*transition: all 0.5s linear;*/
  }
  .slidedown{
  /*max-height:  100% !important;*/
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  }
  .sub-sub-catt li a{
  padding-left: 15px;
  }
  .sub-catt li{
  width: 100%;
  border-bottom: 1px solid #e8e8e8 !important;
  }
  .cat-ul li a i{
  position: initial;
  }
  .mobile_menu_left ul.mobile_cat li{
  width: 100%;
  border-bottom: 1px solid #164a73;
  }
  .mobile_menu_left ul.mobile_cat li:last-child{
  border-bottom: none;
  }
  .cookies_policies{
  display: none;
  }
  .breadcrumb{
  margin-bottom: 25px;
  }
  /*mobile-footer*/
  #mobile-footer {
  position: fixed;
  z-index: 11;
  display: block;
  bottom: 0;
  width: 100%;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  /*transform: translateY(100%);*/
  transition: 0.5s all linear;
  }
  .transform_0{
  /*transform: translateY(0%) !important;*/
  transition: 0.5s all linear;
  }
  .mobile-menu {
  background: #00b140;
  }
  .footer_active {
  color: #fff !important;
  /*font-weight: bold;*/
  }
  .mobile-footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /*overflow: hidden;*/
  }
  .flexing {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  }
  .flexing a {
  -webkit-flex: 1;
  /* Safari 6.1+ */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  }
  .mobile-link {
  padding: 6px 0;
  text-align: center;
  }
  .mobile-link .notify_count{
  box-shadow: var(--box-shadow);
  position: absolute;
  top: 0px;
  right: 30px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 25px;
  color: #fff;
  background: red;
  font-size: 10px;
  }
  .notification_icon{
  position: relative;
  }
  .notification_icon .main_notify_count{
  position: absolute;
  top: 18px;
  right: 14px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 25px;
  color: #fff;
  font-size: 9px;
  }
  .notification_icon img{
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  object-fit: initial;
  }
  .flexing.nav-tabs a:first-child {
  padding-left: 15px !important;
  }
  .mobile-link a {
  font-size: 12px;
  color: #fff;
  width: 100%;
  position: relative;
  text-decoration: none;
  }
  .mobile-link a img {
  width: 25px;
  height: 25px;
  margin: auto;
  display: block;
  }
  .link-active {
  color: var(--site-theme) !important;
  }
  .link-active i {
  color: var(--site-theme) !important;
  }
  .mobile-link a i {
  font-size: 20px;
  color: #fff;
  display: block;
  }
  .login-form{
  min-height: auto;
  }
  .save-amount-tag{
  display: none;
  }
  .content-privacy h1{
  }
  .cart-qty{
  width: 150px;
  max-width: max-content;
  }
  .cart-table .cart-qty input{
  width: 40px;
  height: 25px;
  }
  .mobile_width_td{
  min-width: 275px !important;
  display: inline-block;
  }
  .min_width_td{
  min-width: 100px !important;
  display: inline-block;
  }
  .c-price{
  min-width: 135px;
  }
  .save-td{
  min-width: 100px;
  padding-right: 10px !important;
  }
  .shop_cart_img{
  margin-right: 10px;
  width: 100%;
  float: left;
  padding: 5px;
  /*height: 100%;*/
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  /*margin: 10px 0;*/
  margin-top: 15px
  }
  .variant-name {
  margin-top: 0;
  color: #000000 !important;
  font-size: 12px;
  display: block;
  }
  .bg_border{
  /*padding-top: 20px;*/
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  }
  .bg_border:last-child{
  border-bottom: none;
  }
  .product_cart_mobile_view{
  /*margin-bottom: 30px;*/
  }
  .cart_right_summary_wrapper{
      margin-top:0 !important;
  }
  .scrollable_cart_product{
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding: 15px;
  max-height: 250px;
  overflow-y: scroll;
  }
  /* width */
  .scrollable_cart_product::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  }
  /* Track */
  .scrollable_cart_product::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
  }
  /* Handle */
  .scrollable_cart_product::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
  }
  .savings_amount_green{
  font-size: 10px;
  }
  .savings_amount_green span{
  font-size: 10px;
  }
  /* width */
  .cart_table .table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  }
  .pagination{
  margin-bottom: 15px;
  }
  .main_table{
  margin-bottom:  15px;
  }
  /* Track */
  .cart_table .table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ddd;
  border-radius: 10px;
  }
  /* Handle */
  .cart_table .table-responsive::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 10px;
  }
  .cart_table .table{
  margin-bottom: 0
  }
  .btn-delete-all {
  font-size: 11px;
  padding: 6px 10px;
  margin-top: 15px;
  }
  .extends_width{
  font-size: 12px;
  margin-top: 15px;
  }
  .table td, .table th{
  vertical-align: middle;
  }
  .pl_0{
  padding-left:  0  !important
  }
  .title-optoins-customer{
  padding-top: 0;
  font-size: 14px;
  }
  .member-nav{
  margin: 20px 0
  }
  .count.sc-cart{
  top: -5px;
  left: 0
  }
  .order-blk {
  width: 31%;
  float: left;
  text-align: center;
  }
  .ord-less {
  width: 2%;
  height: 73px;
  float: left;
  position: relative;
  margin-top: 10px;
  left: 10px;
  }
  .ord-text {
  font-size: 11px;
  letter-spacing: initial;
  font-weight: 700;
  }
  .btn_bg1_theme{
  cursor: pointer;
  padding: 6px 0 !important;
  position: absolute;
  right: 15px;
  top: 59px;
  width: 125px;
  font-size: 12px;
  }
  .ticker_bar_padding{
  padding:  10px 0 !important;
  }
  .product-item .product-main .product-add-cart .btn,.product-item .product-main .product-add-cart{
  margin: 0;
  }
  /*	table, thead, tbody, th, td, tr {
  display: inline-block;
  }*/
  /*mobile-footer*/
  /*.categories>ul>li:hover li.active>ul{
  max-height: 2000vh !important;
  }*/
  }
  .danger_toast{
  background-color: red !important;
  color: #fff !important;
  }
  .bg_header{
  background: #00b140;;
  z-index: 999;
  position: relative;
  /* overflow: hidden; */
  }
  .bg_hover_menu{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  /*background: red;*/
  z-index: 100;
  display: none;
  }
  .center_form{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  }
  .center_form form{
  width: 100%;
  }
  .top_prd_search input{
  width: 100%;
  height: 33px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 13px;
  color: #000;
  border: 1px solid #5e5e5e;
  border-radius:  0px;
  outline: 0;
  }
  .top_prd_search{
      position:relative;
  }
  .top_prd_search .input-group-addon{
      position: absolute;
    right: 0;
    top: 0px;
    padding: 5px 20px;
    background: #00b140;
    color: #000;border:1px solid #4a4a4a;
  }
  .right_move{
  justify-content: flex-end;
  }
  .user_reg a{
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
  background-size: 24px;
  padding-left: 10px;
  padding-right: 20px;
  display: inline-block;
  }
  .user_reg i{
  color: #000;
  font-size: 20px;
  }
  .right_cart li{
  list-style: none;
  }
  .count.sc-cart{
  top: 10px;
  right: 10px;
  }
  .product-item{
  transition: 0.3s all linear;
  }
  .product-item:hover .product-main .product-photo .main_prdt{
  transform: scale(1.09);
  transition: 0.3s all linear;
  }
  .btn_cart{
  background: #00b140;
  float: right;
  color: #fff;
  font-size: 10px;
  display: block;
  width: 100%;
  letter-spacing: 1px;
  padding: 10px 14px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  margin-top: 10px;
  border: none;
  border-radius: 0 !important;
  text-align: center;
  }
  .small_imgs{
  position: relative;
  height: 330px;
  }
  .small_imgs img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .p5{
  padding: 0 5px;
  }
  .location_wrapper{
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
  }
  .location_wrapper h5{
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 2000;
  color: #000;
  }
  .location_wrapper h5 i{
  padding-right: 5px;
  }
  .dcenter{
  display: flex;
  align-items: center;
  }
  .rectangle {
  width: auto;
  position: absolute;
  top: 100%;
  left: initial;
  right: auto;
  z-index: 50;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f9f9f9;
  }
  .location-body__top-container {
  padding: 24px;
  }
  .location-icon {
  font-size: 42px;
  display: -ms-flexbox;
  display: flex;
  }
  .delivery-location {
  width: 140px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #666;
  padding-bottom: 5px;
  }
  .prev-address {
  width: 291px;
  height: 27px;
  font-size: 18px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333;
  font-size: 14px;
  padding-right: 7px;
  }
  .change-button button{
  width: 100px;
  height: 36px;
  border-radius: 4px;
  background-color: #00b140;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  }
  .location-box {
  text-align: center;
  vertical-align: middle;
  }
  .second_div_wrapper{
  display: none; justify-content: space-between;
  width: 400px;
  }
  .welcome-to-rrn{
  color: rgb(51, 51, 51);
  padding-bottom: 15px;
  }
  .welcome-to-rrn button{
  float: right;
  position: relative;
  top: 15px;
  }
  .first_div_wrapper{
  display: flex;
  }
  .ml10{
  margin-left: 10px;
  }
  .change_middle{
  display: flex; vertical-align: middle; align-items: center;
  }
  .btn_cross{
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
  margin-top: -20px;
  margin-right: -10px;
  }
  .detect_my_location{
  display: flex; height: 100%;
  }
  .mask-button {
  width: 144px;
  height: 36px;
  border-radius: 4px;
  background-color: #00b140;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  }
  .oval-container {
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  }
  .oval {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px;
  position: relative;
  }
  .oval .separator-text {
  position: relative;
  display: inline-block;
  }
  .or-separator-line, .oval .separator-text:after, .oval .separator-text:before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #ccc;
  width: 8px;
  margin: 0 7px;
  }
  .or-separator-line, .oval .separator-text:after, .oval .separator-text:before {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid #ccc;
  width: 8px;
  margin: 0 7px;
  }
  .oval .separator-text:before {
  right: 100%;
  }
  .oval .separator-text:after {
  left: 100%;
  }
  .or {
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  font-size: 9px;
  letter-spacing: normal;
  }
  .display--table-cell input::placeholder{
  font-size: 10px;
  }
  .location__overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  opacity: .8;
  display: none;
  width: 100%;
  height: 100%;
  }
  .location-body__top-container{
  display: none;
  }
  .cart_title{
  background-color: #00b140;
  border-bottom: none;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
  padding: 20px 46px 20px 24px;
  }
  .z-index-100{
  z-index: 999 !important;
  }
  .c_total{
  padding-left: 15px;
  font-size: 14px;
  position: relative;
  top: 7px;
  display: inline-block;
  width: 100px;
  text-align: left;
  }
  .cart-header{
  position: relative;
  }
  .center_form{
  padding: 0;
  justify-content: flex-start;
  }
  .count.sc-cart {
  top: -10px;
  right: -12px;
  }
  .cart-qty button i{
  font-size: 12px;
  }
  .cart-qty button{
  border: none;
  }
  .min_width_td{
  font-size: 14px;
  }
  .cart_right_summary_wrapper{
  width: 100%;
  float: left;
  margin-top: 20px;
  padding: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  background: #f2f3f5;
  position: relative;
  }
  .cart_right_summary_wrapper::after{
  background-image: url(https://tmp.ideablitztech.com/images/pattern_arrow.png);
  /*content: '';*/
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-repeat-x: inherit;
  position: absolute;
  bottom: 3px;
  }
  /*table tbody {
  display: block;
  max-height: 300px;
  overflow-y: scroll;
  }
  table thead, table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  }*/
  .summary_title{
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 20px;
  }
  .table-bordered td, .table-bordered th,.showTotal th,.showTotal td{
  border: none;
  }
  .showTotal{
  padding: 10px 0;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .showTotal th{
  font-size: 15px;
  font-weight: bold;
  color: #a5a5a5;
  }
  .showTotal td{
  font-size: 16px;
  font-weight: bold;
  }
  .rsi_btn{
  /*margin-top: 40px;*/
  font-size: 14px;
  }
  .cart_new_text{
    background: transparent;
    border-radius: 5px;
  }
  .cart_new_text::placeholder{
    font-size: 12px;
  }
  .right_align{
        justify-content: space-around;
  }
  .center_slash{
  color: #fff;
  font-size: 12px;
  position: relative;
  left: 5px;
  top: 2px;
  }
  .parent_div{
    /*position: relative;*/
  }
  .cart_right_fixed{
    position: fixed;
    top: 0;
        flex: 0 0 33.333333%;
      max-width: 33.333333%;
  }
  .fixed_top_cart {
    z-index: 2;
  }
  .left_side_filter h4{
    border-bottom: 1px solid #dfdfdf;
      padding-bottom: 5px;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      margin-top: 20px;
      text-transform: capitalize;
  }
  .left_side_filter h4 span{
        border-bottom: 2px solid #00b140;
      padding-bottom: 2px;
  }
  
  .left_side_filter .form-group {
    display: block;
    margin-bottom: 5px;
  }
  
  .left_side_filter .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .left_side_filter .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 13px;
  }
  .category_height_wrapper{
    /*max-height: 350px;*/
      max-height: 136px;
    overflow-y: scroll;
  }
  .category_height_wrapper::-webkit-scrollbar{width:2px}
  .category_height_wrapper::-webkit-scrollbar-track{background:#fff}
  .category_height_wrapper::-webkit-scrollbar-thumb{background:#00b140;border-radius:10px}
  
  .left_side_filter .form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #bbbbbb;
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  
  .left_side_filter .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #00b140;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .category_height_wrapper{
    margin-top: 1px
  }
  .inside_search_wrapper input{
    width: 95%;
    margin-bottom: 3px;
  }
  .inside_search_wrapper input::placeholder{
    font-size: 13px;
  }
  /*.fixed_left_filter{
    z-index: 10
  }*/
  .fixed_filter{
    position: fixed;
    top: 20%;
    display: block !important;
  }
  .fixed_filter1{
          position: fixed;
      top: 100px;
      z-index: 1;
      background: #fff;
      overflow: auto;
         height: 84%;
      width: 20%;
      overflow-x: hidden;
  }
  .fixed_filter1 .noUi-target{
     padding:0 15px; 
  }
  .fixed_filter1 .category_height_wrapper{
     max-height:110px; 
  }
  .filter_fixed h5{
  font-size: 12px;
  background: #00b140;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 1px;
  display: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  .mbl-filter h5{
    font-size: 12px;
  background: #00b140;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  letter-spacing: 1px;
  cursor: pointer;margin-bottom:10px;margin-top:-30px; float:right;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);  
  }
  .shop_by_brand{
    width: 100%;
    float: left;
    padding: 30px 0
  }
  .category_carosel {
    padding: 0;
    list-style: none;
    margin: 0
  }
  .category_carosel li img{
    display: block;
      max-width: 100%;
      height: auto;
      width: 175px;
      border: 1px solid #ddd;
      transition: 0.4s all linear;
  }
  .category_carosel li img:hover{
      /*box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
      /*transition: 0.4s all linear;*/
  }
  .shop_by_brand .owl-carousel .owl-nav .owl-next, .category_carosel .owl-nav .owl-next{
      position: absolute;
      right: 0px;
      height: 100%;
      top: 0;
      align-items: center;
      justify-content: center;
      display: flex;
      width: 15px;
  }
  .shop_by_brand .owl-carousel .owl-nav .owl-prev, .category_carosel .owl-nav .owl-prev{
    position: absolute;
      left: 0px;
      height: 100%;
      top: 0;
      align-items: center;
      justify-content: center;
      display: flex;
      width: 15px;
  }
  .shop_by_brand .owl-carousel .owl-nav .owl-next i, .category_carosel .owl-nav .owl-next i{
      font-size: 20px;
  }
  .shop_by_brand .owl-carousel .owl-nav .owl-prev i, .category_carosel .owl-nav .owl-prev i{
      font-size: 20px;
  }
  .select_drp select{
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; 
  background-color: transparent!important;
  }
  
  .select_drp select::-ms-expand {
  display: none;
  }
  
  .select_drp select + i.fal {
  float: right;
  margin-top: -42px;
  margin-right: 10px;
  /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
  pointer-events: none;
  /* everything after this is just to cover up the original arrow */
  /* (for browsers that don't support the syntax used above) */
  background-color: transparent;
  color:black!important;
  padding-right: 5px;
  }
  
  .select_drp select option{
  padding-right: 21px;
  }
  .wlist{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
  }
  .dflex_startt{
    justify-content: flex-start !important;
    padding-left: 5px !important
  }
  .anc-i i{
          float: right;
    position: relative;
    top: 5px;
  }
  .wishlist_btn{
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      /*background: red;*/
      z-index: 2;
      line-height: 40px;
      text-align: center;
      cursor: pointer;
  }
  .wlist .wishlist_btn i{
      width: 45px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #00b140 !important;
  }
  /*.wishlist_btn i*/
  .fal.fa-heart{
    color: #ff0000 !important
  }
  .fas.fa-heart{
    color: #ff0000 !important
  }
  /*.wishlist_btn */
  .flex_row{
    flex-direction: row;
  }
  .ribbon {
  line-height: 1.3em;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  /* text-shadow: 1px 1px 5px rgb(0 0 0 / 15%); */
  /* letter-spacing: -2px; */
  display: block;
  width: 40px;
  height: 3rem;
  background: linear-gradient(to bottom, #999999 0%, #cccccc 100%);
  color: white;
  margin: 0;
  float: left;
  padding-top: 1rem;
  position: relative;
  -webkit-filter: drop-shadow(0 0.2rem 0.3em rgba(0, 0, 0, 0.5));
  transform: translate3d(0, 0, 0);
  }
  .ribbon:after {
    content: "";
    width: 0;
    height: 0;
  border-right: 1.2rem solid transparent;
  border-left: 1.3rem solid transparent;
  border-top: 1.5rem solid #CCCCCC;
  position: absolute;
  top: 3rem;
    left: 0;
  }
  .ribbon.ribbon--purple {
    background: linear-gradient(to bottom, #37616f 0%, #37616f 100%);
  }
  .ribbon.ribbon--purple:after {
    border-top: 1.5rem solid #37616f;
  }
  .login_text a{
    font-size: 13px !important;
    color: #37616f !important;
    font-weight: bold;
  }
  .login_text a:hover{
    text-decoration: none;
  }
  @media(min-width: 1020px) and (max-width: 1200px){
  .top-section .menu_delivery_section .explorer-menu ul li a{
  font-size: 10px !important
  }
  .cart-header{
  position: relative;
  }
  .center_form{
  padding: 0;
  justify-content: flex-start;
  }
  .count.sc-cart {
  top: -10px;
  right: -12px;
  }
  .user_reg a,.mask-button{
  font-size: 10px !important
  }
  .c_total{
  font-size: 12px;
  }
  .item-old-price{
    padding-right: 0;
  }
  .flag_icon img {
      width: 28%;
  }
   .category_carosel .flag_icon img{
 width: 28%;
  }
  .padd_20 .form-control {
      font-size: 10px !important;
  }
  .btn1 span{
    font-size: 10px !important
  }
  
  }
  /**/
  
  .wishlist_empty img{
    width: 35%;
    padding: 50px 0
  }
  
  .container1 {
       display: block;
      position: relative;
      padding-left: 30px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 16px;
      font-weight: bold;
      padding-top: 6px;
  }
  
  /* hide default */
  .container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* customizing */
  /*.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  */
  .checkmark {
      position: absolute;
      top: 3px;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #eee;
      border-radius: 0;
  }
  .container1:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  .container1 input:checked ~ .checkmark {
    background-color: #212529;
  }
  
  .container1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 2px;
    width: 5px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .container1 input:checked ~ .checkmark:after {
    display: block;
  }
  .order_cancel_btn_red{
    background: red !important;
    margin-left: 15px;
  }
  .home_takeaway_text {
    width: 100%;
    float: left;
    padding-top: 10px;
  }
  .home_takeaway_text p{
    margin: 0;
    font-weight: bold;
    font-size: 13px;
    color: #333;
  }
  .pos_relative{
    position: relative;
  }
  .add_adderss_span{
    position: absolute;
      top: 25%;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      text-align: center;
  }
  .left_side_filter h4{
      margin-top:0 !important;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #00b140 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: bold;
}

#otp-error{
    position: relative;
    left: 40px;
    top: 5px;
}
  @media(max-width: 480px){
      .remove_edit span{
          display:inline-block; margin-bottom:5px;
      }
      .wlist{
          display:inline-block;width: auto;
      }
      .wlist .wishlist_btn{
          position:static;
      }
      .list b, .list span{
              font-size: 13px;
      }
      .list{
          padding:0;
      }
      .mbl-p-0{
          padding:0;
      }
      .features_items .mbl-p-0{
          padding:0 5px;
      }
      .addr .list{
          display:inline;width:100%;float:left;
      }
      .check_default_address{
          padding:8px 0;
      }
      .rel_prd_content .wishlist_btn{
              top: 2px;
    right: 6px;
      }
      .list__item{
          margin-right:0 !important;
      }
      .list__item label{
          font-size: 12px; width:auto; padding-right:10px;
      }
  }