@font-face {
  font-family: "quicksand";
  src: url(../fonts/quicksand/Quicksand-VariableFont_wght.ttf);
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #eeeeeecf;
  font-family: quicksand;
  font-size: 14px;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
}
.best-seller {
  margin-top: 25px;
}
.sellerbest .button_view {
  position: relative;
  display: block;
  width: auto;
  height: 35px;
}
.sellerbest .button_view_set {
  position: relative;
  width: auto;
  height: auto;
  z-index: 200;
}
.sellerbest a {
  color: #000;
  text-decoration: none;
  background: transparent;
}

.sellerbest .col-md-4 {
  padding: 5px;
  padding-bottom: 10px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0px 0px 5px #5d5d5da4;
}
.sellerbest .col-md-4 .card {
  border: none;
}
.prod_descrip {
  width: auto;
  height: 25px;
  overflow: hidden;
  margin-bottom: 8px;
}
.sellerbest .cart_price_det {
  display: flex;
  width: 65%;
  position: relative;
  justify-content: start;
}
.cart_price_det span {
  font-size: 14px;
  display: flex;
  padding: 0px 5px 0px 0px;
  color: #d0181e;
  line-height: 2;
  white-space: nowrap;
  align-items: end;
  text-align: end;
  margin-bottom: 0;
  font-weight: 600;
}
.negative {
  border-radius: 5px 0px 0px 5px !important;
  font-weight: 900 !important;
  padding: 0;
}
.positive {
  border-radius: 0px 5px 5px 0px !important;
}

.productedit_section .h1,
.productedit_section h1 {
  font-size: 20px;
  font-weight: bold;
}

.popUpMain {
  width: 70%;
  max-width: 1000px;
  padding: 5px;
  border-radius: 5px;
  /*background-color: rgba(250, 250, 250, 0.7);*/
  position: absolute;
  top: 95px;
  left: 15%;
  z-index: 5;
  transform: translateY(-525px);
  transition: all 300ms ease-in;
}

.show_pop_up {
  transform: translateY(0px) !important;
}

#popup {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 15px 15px;
  width: 100%;
  /* display: none; */
  z-index: 3;
  text-align: center;
  cursor: default;
}
#popup::before {
  content: "";
  background: #000;
  width: 20px;
  position: absolute;
  height: 20px;
  top: -5px;
  left: 15%;
  transform: rotate(45deg);
  z-index: -1;
  margin-left: -5px;
  background: #fff;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.05),
    -1px -2px 2px 0px rgba(0, 0, 0, 0.05), 0px 1px 3px #fcfcfc;
}
.loc_popup {
  padding: 15px;
  /*box-shadow: 0 0 14px rgba(0, 0, 0, 0.10);*/
  border-radius: 4px;
  background: #fff;
  position: relative;
  border: #d9d9d9 solid 1px;
}
.loc_city {
  margin: 0 0 25px 0 !important;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.loc_city1 {
  margin: 0 0 25px 0 !important;
  font-size: 13px;
  display: block;
}
.loc_city span {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
.loc_city span.active {
  color: #e41c36;
}
.loc_city span.active::before {
  content: "";
  border-bottom: 2px solid #e41c36;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  left: 50%;
  margin-left: -50%;
  bottom: -4px;
}
.loc_city span::after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  border-left: 1px solid #b5b5b5;
  right: 0px;
  top: 6px;
}
.loc_city span:last-child::after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  border-left: none;
  right: 0px;
  top: 6px;
}
.control-location .search_field {
  border: 1px solid #9b9b9b;
  width: 65%;
  margin: 0 auto;
  border-radius: 5px;
  /* overflow: hidden; */
  position: relative;
  background: url(../../assets/fontawesome/svgs/solid/search.svg) no-repeat 15px
    center/15px;
}
#locationsearch {
  display: none;
  position: absolute;
  width: 85%;
  min-height: 30px;
  background: #fff;
  left: 40px;
  z-index: 2000;
  box-shadow: 0px 3px 5px #555;
  text-align: left;
  overflow: hidden;
  overflow-y: auto;
}
#locationsearch span {
  display: block;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 12px;
  display: flex;
  border-bottom: #d9d9d9 solid 1px;
}
.control-location .search_field input {
  box-shadow: none;
  border: none;
  width: 60%;
  height: 48px;
  background: transparent;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 45px;
  border-radius: 25px;
  margin: 0;
}
.use-my-loc {
  position: absolute;
  top: 7px;
  color: #e41d36;
  height: 34px;
  right: 7px;
  padding: 5px 10px 5px 30px;
  background: url(../../assets/fontawesome/svgs/solid/location-arrow.svg)
    no-repeat 10px center/15px;
  font-weight: 600;
  border-radius: 17px;
}

#newsHeading {
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

#emailId {
  width: 70%;
  padding: 5px;
  margin-top: 50px;
  margin-bottom: 20px;
}
#close_modal_loc {
  display: none;
  position: absolute;
  right: -10px;
  top: -15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 5px;
  color: white;
  background: #d31c31;
  border: none;
  box-shadow: 3px 3px 5px #000;
}

.submitId {
  font-family: "Quicksand", sans-serif;
  background-color: #ededed;
  box-shadow: 0px 0px 3px #4e4e4e;
  transition: 0.5s;
  border: none;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  width: 30%;
  color: #0fc0fa;
  margin-top: 20px;
  margin-right: 10px;
  cursor: pointer;
}

.submitId:hover {
  box-shadow: 5px 5px 5px #4e4e4e;
}

.nav-top {
  background-color: #fff;
  /*box-shadow: 0px 3px 5px #0000005f;*/
  z-index: 4;
  position: relative;
}
.carousel-indicators li {
  border-radius: 50%;
  width: 3px;
  height: 3px;
  border: 1px solid #ddd;
  padding: 0px;
  background: transparent;
}
.carousel-indicators .active {
  opacity: 1;
  background: #fff;
}
.carousel-indicators li div {
  background: transparent;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.topbar {
  background: #eaeaea;
  position: relative;
  z-index: 1021;
}
.list-group > li {
  margin-right: 25px;
  font-size: 13px;
  color: #4a4a4a;
  /* list-style: none; */
}
/* .topbar .list-group > li::before {
  content: "\2022";
  color: #000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 13px;
} */
.list-group > li:first-child {
  list-style: none;
}
/* .list-group > li:first-child::before {
  content: "";
} */
.topbar .list-group > li > a {
  color: #4a4a4a;
  font-size: 13px;
}
.topbar .dropdown-menu.show {
  z-index: 2000;
  top: -17px !important;
  left: -70px !important;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
/* #dropdownMenuOffset {
  list-style: none;
}
#dropdownMenuOffset::before {
  content: "\2022";
  width: 1em;
  font-weight: bold;
  margin-left: 0.3em;
  color: #000;
  margin-right: 0.5em;
  font-size: 25px;
} */
.list-group > li > a:hover,
.list-group > li > a:active,
.list-group > li > a:focus,
.list-group > li > a:focus-within,
.list-group > li > a:visited {
  text-decoration: none !important;
}
.fab.fa-apple {
  padding: 0px 5px;
}

.dropdown {
  top: -3px !important;
}
.dropdown > .dropdown-toggle > a {
  color: #4a4a4a;
  font-size: 13px;
}
.dropdown > .dropdown-toggle > a:hover {
  text-decoration: none;
}
.control-location h5 {
  font-size: 12px !important;
}
.dropdown-menu {
  background: #ddd;
  color: #9f9f9f;
}
.dropdown-item {
  color: #5f5f5f;
}
.brand-logo > h1 {
  padding: 10px 0px;
}
.control-location i {
  color: #e41c36;
  font-size: 25px;
  padding: 1px 0px;
}
.control-location p {
  margin: 0;
  color: #5f5f5f;
  font-size: 12px;
  font-weight: 600;
}
.control-location {
  cursor: pointer;
  margin: auto;
}
#shop_list {
  overflow-y: hidden;
  overflow-x: auto;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
}
#left-angle {
  font-size: 15px;
}
#search_button {
  border: 1px solid #ddd;
  width: 440px;
  border-radius: 5px;
  margin: auto;
  color: #a8a8a8;
  transition: 0.5s;
  cursor: pointer;
}
#searchitem {
  width: 100%;
  border: none;
  padding: 0px 10px;
  background: #fff;
  color: #000;
}
#searchitem1 {
  width: 100%;
  border: none;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.loader_loading {
  display: flex !important;
}
#l_load {
  display: none !important;
}
#search_button:hover {
  padding: 0px 10px;
  cursor: pointer;
}
#search_button i {
  color: #e41c36;
}
.login-details {
  margin: auto;
  /* height: 40px; */
}
.login-item {
  list-style: none;
}
.login_item_1 {
  color: #5f5f5f;
  font-size: 12.5px;
  font-weight: 400;
}
.login_item_1:hover {
  color: #5f5f5f;
  text-decoration: none;
}
.login-details .fa-user {
  border: none;
  border-radius: 100%;
  padding: 0px;
  font-size: 19px;
}
.login_item_1 .text-center {
  margin: auto;
}

.cart-details {
  margin: auto;
  margin-right: 0px;
}
.notification {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.notification i {
  font-size: 20px;
}
.notification .badge {
  position: absolute;
  /*top: -10px;
  right: -10px;
  padding: 5px 10px;*/
  top: -2px;
  right: -5px;
  width: 16px;
  height: 15px;
  text-align: center;
  font-size: 10px;
  font-weight: normal;
  padding-top: 2px;
  border-radius: 50%;
  background: #e41c36;
  color: white;
}
.nav-group {
  list-style: none;
}
.nav-item {
  text-align: center;
}
.nav-item img {
  /* font-size: 20px; */
  text-align: center;
  /* color: #e41c36; */
  border: 1px solid #5f5f5f;
  border-radius: 100%;
  padding: 10px;
  width: 50px;
}
.nav-item {
  color: #5f5f5f;
}
.nav-item:hover {
  color: #e41c36;
  text-decoration: none !important;
}
.nav-style {
  padding: 0;
  box-shadow: 0px 3px 6px rgb(0, 0, 0, 0.2);
  background: #f7f7f7;
  z-index: 2;
  position: relative;
  font-size: 14px;
  height: auto;
}

.cat-items {
  margin-bottom: 0px !important;
}

.cat-icon {
  margin-bottom: 0px;
}

.cat-icon-circle {
  padding: 0.5rem !important;
  margin-top: 5px;
}

.carousel-control-prev-icon {
  background-image: url("../../images/banner/angle-left-solid.svg");
  background-size: 20px;
  background-color: #ddd;
  padding: 20px;
  border-radius: 50%;
}
.carousel-control-next-icon {
  background-image: url("../../images/banner/angle-right-solid.svg");
  background-size: 20px;
  background-color: #ddd;
  padding: 20px;
  border-radius: 50%;
}
#carouselExampleIndicators {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.promotion .card {
  margin-top: 50px;
  background: #ffdc93;
  margin-bottom: 20px;
  width: 70%;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}

.card-title {
  font-size: 15px;
  font-weight: 600;
}

.card .prod_name {
  height: 30px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.card-body {
  padding: 16px 16px;
  color: #5f5f5f;
  font-size: 13px;
}

.promotion a:hover {
  color: #5f5f5f;
  text-decoration: none;
  font-weight: 500;
}

.promotion button {
  color: white;
  background: #e41d36;
  border: none;
  padding: 7px 30px;
  outline: none;
  font-size: 13px;
  font-weight: 600;
}

.promotion button:hover {
  color: #fff;
  background: #e41c36;
  border: none;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
  transition: 0.2s;
}

.promotion2 .card {
  margin-top: 50px;
  margin-bottom: 20px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.promotion2 a:hover {
  color: #5f5f5f;
  text-decoration: none;
  font-weight: 500;
}
.promotion2 button {
  color: white;
  background: #e41d36;
  border: none;
  padding: 7px 30px;
  margin-top: 10%;
}
.promotion2 button:hover {
  color: #fff;
  background: #e41c36;
  border: none;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
  transition: 0.2s;
}
.promotion2 .card-header {
  padding: 0px;
  /* background: transparent; */
  border: none;
}
.promotion2 img {
  border-radius: 5px;
}
.sellerbest .card-deck .card {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  box-shadow: 0px 0px 5px #adadad;
  margin-right: 7px !important;
  margin-left: 7px !important;
}
.xplore-cat .card {
  border: none !important;
  background: #fff;
  width: 264px !important;
}
.xplore-cat .card:nth-of-type(4n + 4) {
  margin-right: 0px !important;
}
.xplore-cat .card .card-body {
  font-size: 16px;
  font-weight: 600;
}
.xplore-cat .card-img-top {
  /* border-radius: 0px 0px 10px 10px; */
  /* transition: 0.5s; */
  border-top-left-radius: calc(0.25rem - 1px) !important;
  border-top-right-radius: calc(0.25rem - 1px) !important;
}

.xplore-cat a:hover {
  color: #5f5f5f;
  text-decoration: none;
}
.inner {
  border-radius: 10px;
  overflow: hidden;
}
.inner:hover img {
  transform: scale(1.5) !important;
}
.trend-now2 .carousel-inner .carousel-item-right,
.trend-now2 .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.from-instagram-post {
  padding: 25px;
  background: #d5caca;
  margin-left: -15px !important;
  margin-right: -15px !important;
  border-radius: 5px;
}
.trend-now2 {
  padding-top: 15px;
}
.brand-logo {
  margin: auto;
}
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 230px;
}
.promotion-new {
  width: 100%;
  height: 200px;
  text-align: center;
  padding: auto;
  background: #ddd;
  border-radius: 5px;
  border: 2px solid #00000000;
  margin-top: 30px !important;
}

.sellerbest1 .col-md-4.my-1 {
  padding: 0;
}

.promotion-new h1 {
  margin-top: 80px;
}
.brand-logo img {
  width: 120px;
}
.footer-brand img {
  width: 150px;
  margin-top: -70px;
  background: #f1f1f1;
}
.restitem .list-group {
  border: none;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-brand hr {
  margin-top: 70px;
}
.restitem .list-group-item {
  background: none;
  border: none;
}
footer .d-flex p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-dialog {
  max-width: 600px;
  margin-right: 0px;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.content-hider {
  display: none;
}

.loader {
  display: flex;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  justify-content: center;
  align-items: center;
}

.loader > img {
  width: 100px;
}

.loader.hidden {
  animation: fadeOut 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.search-bar-1234 {
  position: absolute;
  margin-top: 70px;
  z-index: 20;
  background: #ddd;
  padding: 10px !important;
  width: 300px;
  border: 2px solid #ed3237;
  border-radius: 10px;
  display: none;
}
.quan_item {
  display: flex;
  width: 130px;
  justify-content: inherit;
}
.left_design {
  margin: auto;
  color: #e41d36;
  font-size: 24px;
  font-weight: bold;
  display: none;
}

.nav-style2 {
  position: fixed;
  top: 0;
  background: #ddd;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
  /* animation: lefttoright ease-in-out; */
  display: none;
  z-index: 5;
  overflow: hidden;
  overflow-y: auto;
}
.close-button {
  cursor: pointer;
  margin: auto 0;
  font-size: 35px;
  font-weight: bold;
  color: #ed3237;
  margin-right: 21px;
}
.logo_section {
  background: #fff;
  box-shadow: 0px 5px 10px #000;
  margin-bottom: 20px;
}
.nav-style .nav-group i {
  font-size: 20px;
  padding: 8px;
  border: 1px solid #5f5f5f;
  border-radius: 50%;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  display: none;
}

.quantity {
  width: 36px;
  margin: 0 auto;
  text-align: center;
  border-color: #e41c36;
  height: 32px;
  border: 1px solid #e41c36;
  border-left: none;
  border-right: none;
}
.btn {
  padding: 0.275rem 0.35rem;
  font-size: 0.9rem;
}

.btn-info,
.btn-info:visited {
  background: none;
  color: #e41c36;
  border: 1px solid #e41c36;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  color: #fff;
  background: #e41c36;
  border: 1px solid #e41c36;
  outline: none;
}

.btn-primary,
.btn-primary:visited {
  color: #e41c36;
  background: none;
  border-color: #e41c36;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff;
  background-color: #e41c36;
  border-color: #e41c36;
  outline: none;
}

#locationBtn {
  position: fixed;
  left: 40px;
  bottom: 40px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  color: #fff;
  background-color: #e41c36;
  width: 50px;
  height: 50px;
  box-shadow: 1px 2px 5px #4e4e4e;
  z-index: 1000;
}

#topBtn {
  outline: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  color: #fff;
  background-color: #e41c36;
  width: 40px;
  height: 40px;
  box-shadow: 1px 2px 5px #4e4e4e;
  display: none;
  z-index: 1000;
}

.box {
  position: relative;
  width: 100%;
  height: 200px;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
}

.box img {
  width: 100%;
  transition: all step-start 0.7s;
}

.box img.hover_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.box:hover img {
  opacity: 0;
}
.box:hover img.hover_img {
  opacity: 1;
}
.social_icon a {
  font-size: 18px;
}
.fab.fa-facebook-f {
  color: #3c5b9c;
  transition: 0.5s;
  background: transparent;
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid #3c5b9c;
}
.fab.fa-facebook-f:hover {
  color: #f1f1f1;
  transition: 0.5s;
  /* border-radius: 5px; */
  background: #3c5b9c;
  /* padding-left: 3px; */
}

.fab.fa-instagram {
  color: #e41c36;
  transition: 0.5s;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #e41c36;
}
.fab.fa-instagram:hover {
  color: #ffffff;
  transition: 0.5s;
  background: #e41c36;
  /* border-radius: 5px; */
  /* padding-left: 3px; */
}
.fab.fa-twitter {
  color: #1c9ceb;
  transition: 0.5s;
  background: transparent;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid#1c9ceb;
}
.fab.fa-twitter:hover {
  color: #ffffff;
  transition: 0.5s;
  background: #1c9ceb;
  /* border-radius: 5px;
  padding-left: 3px; */
}

#menu-button {
  cursor: pointer;
}

.background_blur {
  background: #0000004f;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2999;
  transition: 0.5s ease-in-out;
}
.background_blur2 {
  background: #0000004f;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 1s ease-in-out;
}
.mainpart {
  margin-right: 15px;
  margin-left: 15px;
  background: #fff;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*min-height: calc(100vh - 300px);*/
}
.hide-menu {
  background: url(../../images/products/loginback.JPG);
  background-repeat: no-repeat;
  background-size: auto 100vh;
  position: fixed;
  background-position: center;
  top: 0;
  right: 0;
  z-index: 3000;
  width: 30rem;
  height: 100vh;
  -webkit-transform: translate3d(5000px, 0, 0);
  -moz-transform: translate3d(5000px, 0, 0);
  -o-transform: translate3d(5000px, 0, 0);
  -ms-transform: translate3d(5000px, 0, 0);
  transform: translate3d(5000px, 0, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hide-menu a {
  text-decoration: none;
  color: #c5162e;
}
#phone-number {
  border: none;
  /* border-bottom: 2px solid #010101; */
  width: 60%;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  transition: 1s;
  outline: none;
}
#phone-number:disabled {
  background: #fff;
  /* color: #000; */
}
#phone-number:hover,
#phone-number:active,
#phone-number:focus,
#phone-number:focus-within {
  padding: 5px 0px 15px 0px;
}
.otpsendcssClass {
  border: none;
  /* border-bottom: 2px solid #010101; */
  width: 60%;
  display: inline-block;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  transition: 1s;
  outline: none;
}
.otpsendcssClass:hover,
.otpsendcssClass:active,
.otpsendcssClass:focus,
.otpsendcssClass:focus-within {
  padding: 5px 0px 15px 0px;
}

/*#otpsend {*/
/*  border: none;*/
/*  border-bottom: 2px solid #010101;*/
/*  width: 100%;*/
/*  display: none;*/
/*  margin: 10px 0px 10px 0px;*/
/*  padding: 10px 0px 10px 0px;*/
/*  transition: 1s;*/
/*}*/
#otpsend:hover,
#otpsend:active,
#otpsend:focus,
#otpsend:focus-within {
  padding: 5px 0px 15px 0px;
}
.mainpart .button_proceed {
  display: block;
  border: none;
  border-radius: 5px;
  padding: 5px 25px;
  color: #fff;
  background: #c5162e;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.mainpart1 .cartproceed {
  border: none;
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
  background: #c5162e;
  font-size: 12px;
  /* width: 100%; */
  font-weight: bold;
  margin-bottom: 10px;
  outline: none;
  margin-top: 10px;
}
.mainpart .button_proceed1 {
  display: none;
  border: none;
  border-radius: 5px;
  padding: 5px 25px;
  color: #fff;
  background: #c5162e;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.mainpart .button_proceed2 {
  display: none;
  border: none;
  border-radius: 5px;
  padding: 5px 25px;
  color: #fff;
  background: #c5162e;
  font-size: 20px;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 50px !important;
  color: #fff !important;
  /* font-size: 204px; */
}

.show-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.closebtn1 {
  /* position: absolute; */
  /* font-size: 40px !important; */
  color: rgb(90, 88, 88) !important;
  /* color: rgb(90, 88, 88) !important; */
  /* font-size: 204px; */
}
.closebtn1:hover,
.closebtn1:focus,
.closebtn1:active {
  /* position: absolute; */
  /* font-size: 40px !important; */
  color: rgb(90, 88, 88) !important;
  text-decoration: none;
  outline: none;
  /* color: rgb(90, 88, 88) !important; */
  /* font-size: 204px; */
}

#menu-button1 {
  cursor: pointer;
}

.mainpart1 {
  background: #fff;
  position: relative;
  top: 25px;
  margin-bottom: 0;
  border: none;
  width: 100%;
  margin-top: 0;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
}

.hide-menu1 {
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  position: fixed;
  background-position: center;
  top: 0;
  right: 0;
  z-index: 3000;
  width: 30rem;
  height: 100%;
  -webkit-transform: translate3d(5000px, 0, 0);
  -moz-transform: translate3d(5000px, 0, 0);
  -o-transform: translate3d(5000px, 0, 0);
  -ms-transform: translate3d(5000px, 0, 0);
  transform: translate3d(5000px, 0, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* box-shadow: -5px 0 74px rgba(0, 0, 0, 0.8); */
  overflow: hidden;
  overflow-y: scroll;
}

.hide-menu1 .mainpart1 .li-cart-wrapper .free-delivery-wrapper {
  background: #417505;
  padding: 6px 0px;
}

.hide-menu1
  .mainpart1
  .li-cart-wrapper
  .free-delivery-wrapper
  .free-delivery-text {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}

.hide-menu1 .mainpart1 .li-cart-container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
  bottom: 0;
  margin: 10px 10px;
  /* margin-bottom: -10px; */
  /* overflow-y: scroll; */
  /* height: 312px; */
}

.item-content .item-cancel {
  display: inline-block;
  position: absolute;
  right: 0px;
  width: 10%;
  text-align: center;
  padding: 5px 10px;
  background: #f2f2f2;
  cursor: pointer;
}

.ordersum {
  margin-left: 10px;
  display: inline-block;
}
.close-div {
  display: inline-block;
  font-size: 40px;
  padding: 0;
  margin: 0;
  top: -20px;
  position: relative;
}
.hide-menu1 .mainpart1 .li-cart-container .item-available {
  margin: 10px;
}

.hide-menu1 .mainpart1 .li-cart-container .item-available ul li {
  position: relative;
  border-bottom: 1px solid #cbcbcb;
  margin-top: 10px;
  transition: all 350ms ease-in-out;
}

.hide-menu1
  .mainpart1
  .li-cart-container
  .item-available
  ul
  li
  .item-content
  .item-index {
  background: #f2f2f2;
  margin-right: 10px;
  color: #6d6e71;
  padding: 4px 7px;
}
.hide-menu1
  .mainpart1
  .li-cart-container
  .item-available
  ul
  li
  .item-content
  .item-name {
  width: 70%;
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 12px;
}

.hide-menu1 .mainpart1 .li-cart-container .item-available ul li .item-amount {
  font-size: 13px;
  padding: 15px 0px;
}

.hide-menu1
  .mainpart1
  .li-cart-container
  .item-available
  ul
  li
  .item-amount
  .item-quantity {
  border: 1px solid #6d6e71;
  border-radius: 5px;
  margin-left: 32px;
  padding: 3px 5px 3px 5px;
  color: #6d6e71;
}

.hide-menu1
  .mainpart1
  .li-cart-container
  .item-available
  ul
  li
  .item-amount
  .disc-price {
  margin-left: 5px;
  font-weight: bold;
}

.text-red {
  color: #e41d36;
}

.hide-menu1
  .mainpart1
  .li-cart-container
  .item-available
  ul
  li
  .item-amount
  .quant {
  float: right;
  margin: 0px 10px;
  display: flex;
}

/* .hide-menu1
  .mainpart1
  .li-cart-container
  .item-available
  ul
  li
  .item-amount
  .quant
  .minus-one {
  background-color: #f2f2f2;
  -webkit-border-radius: 2px;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  cursor: pointer;
  float: left;
  position: relative;
} */

.hide-menu1
  .mainpart1
  .li-cart-container
  .item-available
  ul
  li
  .item-amount
  .quant
  .number {
  padding: 15px;
}

.hide-menu1
  .mainpart1
  .li-cart-container
  .item-available
  ul
  li
  .item-amount
  .quant
  .plus-one.disabled {
  pointer-events: none;
}

/* .hide-menu1
  .mainpart1
  .li-cart-container
  .item-available
  ul
  li
  .item-amount
  .quant
  .plus-one {
  -webkit-border-radius: 2px;
  width: 22px;
  height: 22px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: #f2f2f2;
  float: right;
} */

.hide-menu1 .mainpart1 .checkout-proceed-wrapper {
  margin: 10px 10px 10px 10px;
  background: #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  padding: 15px 0px;
}

.hide-menu1 .mainpart1 .checkout-proceed-wrapper .checkout-wrapper {
  margin: 10px 20px;
}

.hide-menu1 .mainpart1 .checkout-proceed-wrapper .checkout-wrapper .amount {
  display: inline-block;
  margin-right: 10px;
}

.hide-menu1
  .mainpart1
  .checkout-proceed-wrapper
  .checkout-wrapper
  .amount
  .pay-amnt
  .pay {
  color: #000;
}

.hide-menu1
  .mainpart1
  .checkout-proceed-wrapper
  .checkout-wrapper
  .amount
  .pay-amnt
  .total,
.li-cart-summary-wrapper
  .new-cart
  .checkout-proceed-wrapper
  .checkout-wrapper
  .amount
  .pay-amt
  .rupees {
  font-weight: bold;
  font-size: 15px;
  margin-right: 5px;
}

.hide-menu1
  .mainpart1
  .checkout-proceed-wrapper
  .checkout-wrapper
  .amount
  .delivery-charges {
  display: inline-block;
}

.hide-menu1
  .mainpart1
  .checkout-proceed-wrapper
  .checkout-wrapper
  .checkout-proceed {
  display: inline-block;
  vertical-align: top;
  float: right;
}

.hidden {
  display: none;
  visibility: hidden;
}

.hide-menu1
  .mainpart1
  .checkout-proceed-wrapper
  .checkout-wrapper
  .checkout-proceed
  .btn-proceed {
  font-size: 18px;
  background: #e41d36;
  color: #fff;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  border: none;
  font-weight: 600;
  transition: all 50ms ease-out;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-size: 15px !important;
}

.show-menu1 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sellerbest1 {
  padding: 0px 15px;
}

.sellerbest1 .card-deck .card {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0px;
  width: 100%;
}

.sellerbest1 .col-md-4.m-1 {
  padding: 0;
}
.sellerbest1 .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 250px;
}
.sellerbest1 .col-md-4 {
  padding: 0.35rem;
}
.sellerbest1 .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
  box-shadow: 0px 0px 5px #adadad;
}
.category_pickupfromhere h1 {
  font-size: 1.25rem;
  font-weight: 600;
}
.auth_option_selection {
  position: relative;
  width: 100%;
  height: auto;
  display: none;
}
.auth_option_button {
  list-style: none;
  margin: 0 !important;
}
.auth_option_button .nav-item {
  display: inline-block;
  cursor: pointer;
  width: 50% !important;
}
.auth_option_button .nav-link {
  padding: 0.5rem 0.67rem;
  font-size: 15px;
  font-weight: 900;
}
.auth_option_button .nav-link.active {
  background: #c5162e;
  color: #fff;
}
.auth_option_selection .auth_option_content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* top: -13; */
}
#product_search1 {
  margin: 0px 20px;

  width: 100%;
}
#product_search {
  margin-right: 0px;
  margin-left: 0px;
}
.message_out_of {
  font-size: 13px;
  font-weight: 800;
}
#dashboardRedirect {
  cursor: pointer;
}
#edit_numberchange {
  color: #c5162e;
  cursor: pointer;
  display: none;
}
.mainpart .form-group {
  border-bottom: 2px solid #555;
}
#resend_otp {
  color: #c5162e;
  cursor: pointer;
}
#resend_spinner {
  display: none;
}
#resend_otp1 {
  color: #c5162e;
  cursor: pointer;
}
#resend_spinner1 {
  display: none;
}
.timeslot_secton {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
}
.time_button {
  width: 100%;
  display: block;
  /* margin: ; */
}
.section_time_wrapper {
  background: #f1f1f1;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 15px;
  display: none;
  position: absolute;
  z-index: 200;
}
.slot_header::before {
  content: "";
  position: absolute;
  background: #f1f1f1;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  transform: rotate(45deg);
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-left: 20px;
}
.slot_header h4 {
  font-size: 14px;
  font-weight: 800;
}
.time_tab_section {
  padding: 10px 0px 5px 0px;
}
.time_tab_section span {
  font-size: 12px;
  font-weight: 700;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}
.timeslot_list {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}
.time_tab_section .active {
  font-weight: 900;
  border-bottom: 2px solid #000;
}

.timeslot_list .timeslot_picup {
  padding: 10px 25px;
  margin: 5px;
  border: 1px solid #c82333;
  transition: 0.5s ease-in-out;
  border-radius: 5px;
  color: #c82333;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}
.timeslot_list .timeslot_picup:hover {
  background: #c82333;
  color: #fff;
}
.timeslot_list .timeslot_picup.active {
  color: #fff;
  background: #c82333;
}
.timeslot_picup.disabled {
  border: 1px solid #e6858f;
  color: #e6858f;
}
.timeslot_picup.disabled:hover {
  background: transparent;
  color: #e6858f;
}

/*Rupesh Ranjan*/
#locationsearch i {
  font-size: 14px !important;
  padding-top: 4px !important;
  padding-right: 10px !important;
}
.loc_popup .loc_city:first-child {
  background: #f2f2f2 !important;
  margin-top: -15px !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
  padding: 10px !important;
}
#change_the_location {
  border: none !important;
  display: inline !important;
  padding: 12px 20px !important;
  background: #e41c36 !important;
  color: #fff !important;
  font-size: 15px !important;
  margin-bottom: 15px !important;
  cursor: pointer !important;
}
.nav-style .bd-highlight {
  overflow: auto;
  white-space: nowrap;
  flex-wrap: unset !important;
  padding-bottom: 0px !important;
}
.xplore-cat .card {
  margin-right: 12px !important;
  margin-bottom: 10px !important;
}
.xplore-cat .card:nth-of-type(4n + 4) {
  margin-right: 0px !important;
}
.xplore-cat .card .card-body {
  font-size: 16px;
  font-weight: 600;
}
.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*Rupesh Ranjan*/

@media (max-width: 768px) {
  .trend-now .carousel-inner .carousel-item > div {
    display: none;
  }
  .trend-now .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.trend-now .carousel-inner .carousel-item.active,
.trend-now .carousel-inner .carousel-item-next,
.trend-now .carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  .trend-now .carousel-inner .carousel-item-right.active,
  .trend-now .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .trend-now .carousel-inner .carousel-item-left.active,
  .trend-now .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.trend-now .carousel-inner .carousel-item-right,
.trend-now .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .trend-now2 .carousel-inner .carousel-item > div {
    display: none;
  }
  .trend-now2 .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.trend-now2 .carousel-inner .carousel-item.active,
.trend-now2 .carousel-inner .carousel-item-next,
.trend-now2 .carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  .trend-now2 .carousel-inner .carousel-item-right.active,
  .trend-now2 .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .trend-now2 .carousel-inner .carousel-item-left.active,
  .trend-now2 .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}
@media screen and (max-width: 1199px) {
  .loc_city {
    margin: 0 0 25px 0 !important;
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: hidden;
    overflow-y: auto;
  }
  #shop_list {
    /*overflow-y: auto;
    overflow-x: hidden;
    height: 45px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  #locationsearch {
    display: none;
    position: relative;
    width: 100%;
    height: 90px;
    background: #fff;
    left: 0px;
    z-index: 100000;
    box-shadow: 0px 3px 5px #555;
    text-align: left;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
  }
  .control-location .search_field {
    border: none;
    width: 100%;
    margin: 0 auto;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    background: none;
  }
  .control-location .search_field input {
    box-shadow: none;
    border: 1px solid #ddd;
    width: 100%;
    height: 30px;
    background: transparent;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 10px;
    border-radius: 5px;
    margin: 0;
  }
  .use-my-loc {
    position: relative;
    top: 7px;
    color: #e41d36;
    height: auto;
    padding: 5px 10px 5px 30px;
    background: url(../../assets/fontawesome/svgs/solid/location-arrow.svg)
      no-repeat 10px center/15px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
    margin-bottom: 20px;
    left: 0px;
  }
  .popUpMain {
    top: 112px;
    left: 0;
    width: 100%;
  }
  .submitId {
    font-family: "Quicksand", sans-serif;
    background-color: #ededed;
    box-shadow: 0px 0px 3px #4e4e4e;
    transition: 0.5s;
    border: none;
    font-size: 1rem;
    padding: 0.6rem 1rem;
    width: 80%;
    color: #0fc0fa;
    margin-top: 15px;
    margin-right: 0px;
    cursor: pointer;
    margin-bottom: 15px;
  }

  .nav-top {
    background-color: #fff;
    /*box-shadow: 0px 3px 5px #0000005f;*/
    z-index: 4;
    position: relative;
    font-size: 13px;
  }
  .xplore-cat .card-img-top {
    /* border-radius: 0px 0px 10px 10px; */
    /* transition: 0.5s; */
    border-top-left-radius: calc(0.25rem - 1px) !important;
    border-top-right-radius: calc(0.25rem - 1px) !important;
  }

  .topbar {
    display: none;
  }
  .brand_logo_1 {
    width: 100%;
  }
  .brand-logo {
    width: 100%;
    text-align: center;
  }

  .brand-logo img {
    width: 70px;
  }

  .left_design {
    margin: auto;
    color: #e41d36;
    font-size: 13px;
    font-weight: bold;
    display: none;
  }
  .control-location h5 {
    display: block;
  }
  .control-location i {
    color: #e41c36;
    font-size: 20px;
    padding: 0px 0px;
    padding-top: 8px;
  }
  .control-location p {
    margin-top: 4%;
    color: #5f5f5f;
  }

  .login-details .fa-user {
    border: 0;
    border-radius: 100%;
    padding: 10px;
    font-size: 20px;
  }

  .notification i {
    font-size: 20px;
  }

  .notification .badge {
    position: absolute;
    top: 0px;
    right: -5px;
    padding: 3px 5px;
    border-radius: 50%;
    background: #e41c36;
    color: white;
    /* font-size: ; */
  }

  .xplore-cat .card {
    width: 7rem !important;
  }
  .desktop .text_content {
    display: none;
  }
  #search_button {
    background: transparent;
    border: none;
    width: auto;
  }
  .left_design {
    display: block;
  }
  /*.nav-style {
    display: none;
  }*/
  .nav-item img {
    /* font-size: 20px; */
    text-align: center;
    /* color: #e41c36; */
    border: 1px solid #5f5f5f;
    border-radius: 100%;
    padding: 10px;
    width: 40px;
  }
  .align-self-center {
    margin: auto 0;
    margin-left: 20px;
    /* font-size: 15px; */
  }
  .nav-style2 .nav-item img {
    /* font-size: 20px; */
    text-align: center;
    /* color: #fff; */
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 10px;
    width: 40px;
    /* background: #e41c36; */
  }
  .nav-style2 .nav-item i {
    border: 1px solid #d31c31;
    padding: 15px;
    border-radius: 50%;
    color: #d31c31;
    display: none;
  }
  .from-instagram-post h1 {
    font-size: 20px;
  }
  .card-img-top {
    height: auto;
  }

  .box {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
    /* font-size: 44px !important; */
  }

  .xplore-cat .card-text {
    font-size: 15px;
  }

  .promotion-new {
    width: 100%;
    height: auto;
    text-align: center;
    padding: auto;
    background: #ddd;
  }

  .promotion-new h1 {
    margin-top: auto;
  }

  .promotion .card {
    margin-top: 40px;
    background: #ffdc93;
    margin-bottom: 30px;
    width: 100%;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
  }

  .promotion2 .card {
    display: none;
  }

  .control-location .p-2 {
    padding: 0.2rem !important;
  }
  .hide-menu {
    width: 100% !important;
  }
  .hide-menu1 {
    width: 100% !important;
  }
  .mainpart {
    height: calc(100% - 100px);
  }
  .mainpart1 {
    /* right: 0; */
    left: 0 !important;
    background: #fff;
    position: relative;
    top: 25px;
    margin-bottom: 0;
    border: none;
    width: 100%;
    margin-top: 0;
    padding: 10px;
  }
  .productedit_section .product_whole .product_each h3 {
    margin-top: 15px;
  }
  .product_each img {
    border-radius: 5px;
  }
  /*Rupesh Ranjan*/
  .nav-style .nav-item p {
    font-size: 13px;
    font-weight: 600;
  }
  .control-location .addr {
    width: 100px;
    position: relative;
  }
  .control-location .addr h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .control-location .addr h5 .fa-chevron-down {
    display: block;
    position: absolute;
    right: -10px;
    top: 17px;
  }
  .login-details {
    margin: unset;
  }
  #search_button {
    margin-left: 15px;
  }
  .button-search .fa-search {
    font-size: 19px;
    padding-top: 3px;
  }
  .sellerbest .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .h3,
  h3 {
    font-size: 19px;
    font-weight: 600;
  }
  .xplore-cat .card .card-body {
    padding: 6px 16px;
    padding-top: 0px;
    font-weight: 700 !important;
  }

  #popup::before {
    left: 45%;
  }
  .popUpMain {
    top: 50px;
    left: 0;
    width: 100%;
    background-color: rgba(250, 250, 250, 0.7);
  }
  /* end Rupesh Ranjan*/
}

@media screen and (max-width: 1024px) {
  .xplore-cat .card {
    width: 11rem !important;
  }
}
@media screen and (max-width: 813px) {
  .xplore-cat .card {
    width: 9.2rem !important;
  }
  .sellerbest1 .col-md-4.my-1 {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 801px) {
  .xplore-cat .card {
    width: 9rem !important;
  }
  .sellerbest1 .col-md-4.my-1 {
    padding: 0px 15px;
  }
}
@media screen and (max-width: 768px) {
  .xplore-cat .card {
    width: 10.5rem !important;
  }
  .sellerbest1 .col-md-4.my-1 {
    padding: 0px 15px;
  }

  .xplore-cat .card:nth-of-type(4n + 4) {
    margin-right: inherit !important;
  }
  .xplore-cat .card:nth-of-type(2n + 2) {
    margin-right: 0px !important;
  }
  .xplore-cat .card {
    width: calc(50% - 10px) !important;
  }
}
/*@media screen and (max-width: 740px) {
  .xplore-cat .card {
    width: 10.5rem !important;
  }
}*/
/*@media screen and (max-width: 415px) {
  .xplore-cat .card {
    width: calc(14rem - 40px) !important;
  }
}

@media screen and (max-width: 378px) {
  .xplore-cat .card {
    width: 10.2rem !important;
  }
}
@media screen and (max-width: 361px) {
  .xplore-cat .card {
    width: 9.4rem !important;
  }
}*/
/* 19/08/2020*/
.productedit_section .container-lg {
  padding: 0;
}
.productedit_section .product_whole {
  background: #ffffff;
  padding: 30px;
  border: none;
  border-radius: 5px;
}
.cart_price_det {
  width: 60%;
  display: flex;
}
.product_desc_chan {
  margin: 20px 0px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 25px;
}
.product_desc_chan span {
  width: 50%;
  font-size: 13px;
  font-weight: 500;
}
.product_each img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100% !important;
  height: auto;
}
.text-muted img {
  width: 30px !important;
}
.product_desc_chan span i {
  font-size: 13px;
  width: 8%;
  font-weight: 700;
}
.product_each h3 {
  font-size: 18px;
  font-weight: 600;
}
.product_each .desc {
  font-size: 13px;
}
.delivery_time {
  display: flex;
  justify-content: center;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  padding: 10px;
}
.nav-style .nav-item p {
  margin: 0;
  padding: 10px 15px;
}
.change_tablehead {
  background: #e41c36;
  color: #fff;
}
#change_the_location {
  color: #e41c36;
  font-weight: 800;
  border-bottom: 2px solid;
}
