/* @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap'); */

* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  /* font-family: serif; */
  background-color: #fff !important;
  /* font-family: Roboto-Regular, 'Helvetica Neue', Helvetica, Tahoma, Arial, Sans-serif; */
  /* font-family: 'Montserrat', sans-serif; */
  /* font-weight: 300; */
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif
}

:root {
  --color_Primary: #900C3F;
  --color_disable: #aaa;
  --bg-green-light: #E1FFED !important;
  --color-green: #33B469 !important;
}

a {
  color: var(--color_Primary);
}

p {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  color: #989898;
}

.navLogo {}

/* top bannar  */
.top_bannar {
  background-color: #9a38dd;
  min-height: 30px;
}

.top_bannar img {
  width: 100%;
  min-height: 35px;
}

/* links    */
.links {
  background: #f1f1f2;
  padding: 5px 0px;
  box-shadow: 0px 0px 20px #00000029;
}

.web_part {}

.web_part a {
  text-decoration: none;
  color: var(--color_Primary);
  font-size: 14px;
  filter: drop-shadow(2px 10px 17px #0e0e0e);
}

.web_part a i {
  background: var(--color_Primary);
  color: #fff;
  padding: 3px;
  margin-right: 3px;
  font-size: 12px;
  border-radius: 50px;
}

.payment_part {}

.payment_part a {
  color: #646161;
  margin-right: 10px;
  transition: .4s all ease-in-out;
  font-size: 14px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  /* filter: drop-shadow(2px 5px 7px #000000b3); */
  transition: .4s all ease-in-out;
}

.payment_part a:hover {
  color: var(--color_Primary);
}

/* Search bar and menus part start here  */
.search_bar {
  padding: 10px 0px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
  box-shadow: 2px 3px 5px #00000029;
}

.logo {
  display: flex;
  justify-content: start;
  align-items: center;
}

.logo a {
  margin: 0px;
  font-size: 27px;
  /* font-family: emoji; */
  font-weight: 600;
  color: #000000d6;
}

.logo a i {
  font-size: 12px;
  background: var(--color_Primary);
  color: #fff;
  padding: 3px;
  border-radius: 50px;
}

/* form  */
.search_bar form i {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--color_Primary);
}

.search_bar form {
  display: flex;
  position: relative;
}

.search_bar form input {
  padding-left: 30px;
  box-shadow: 2px 3px 12px 5px #c4c4c473;
}

.search_bar form input:focus {
  outline: o;
  box-shadow: none;
  border-color: #d3d3d3;
}

.search_bar form button {
  border: none;
  padding: 5px 20px;
  margin: 0px 10px;
  border-radius: 5px;
  box-shadow: 2px 3px 12px 5px #c4c4c473;
  background: var(--color_Primary);
  color: #fff;
  font-size: 12px;
}

.menus {
  display: flex;
  justify-content: end;
  align-items: center;
}

.menus .dropdown button {
  margin-left: 10px;
  border: none;
  font-size: 12px;
  transition: .4s all ease-in-out;
}

.menus .dropdown button i {

  color: var(--color_Primary);
}

.dropdown-menu {
  padding: 0px;
  border-radius: 0px;
  border-color: var(--color_Primary);
}

.menus a {
  color: var(--color_Primary);
  margin-left: 5px;
  border: none;
  font-size: 12px;
  display: flex;
  align-items: center;
}

.dropdown-item {
  /* background: #e4e4e4; */
  padding: 5px 10px;
  margin: 0px !important;
  border-bottom: 1px solid var(--color_Primary) !important;
  transition: .4s all ease-in-out;
}

.dropdown-item:hover,
.dropdown-item.active {
  background-color: var(--color_Primary);
  color: #fff;
}

.btn_account {
  background: #e2e2e2;
  box-shadow: 2px 3px 12px 5px #c4c4c473;
}

.btn_account:hover,
.btn_account:active,
.btn_account.active {
  background-color: var(--color_Primary);
  color: #fff;
}


/* ---------- main contetnt -------------  */


/* nav part start here  */
.nav_menu {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  height: 100%;
}

.nav_menu nav ul li a i {
  margin-right: 5px;
  font-size: 16px;
  background: transparent;
  color: #000;
}

.nav_menu nav ul li a {
  color: #000;
  font-size: 12px;
  font-family: 'Roboto';
  font-weight: 400;
}

.nav_menu nav ul li:hover a {
  color: var(--color_Primary);
}

.nav_menu nav ul li ul li {
  text-transform: capitalize;
  border: none;
  margin: 0;
  padding: 0;
  font-family: unset;
}

.nav_menu nav ul li ul {
  margin-bottom: 10px;
}

.nav_menu nav ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 0px;
  transition: .4s all ease-in-out;
  font-size: 13px !important;
}

.nav_menu nav ul li:last-child {
  border-bottom: none;
}

.nav_menu nav ul {}

.nav_menu nav {}

.nav_menu nav ul li ul li a {
  color: #989898 !important;
  transition: .4s all ease-in-out;
  font-family: 'Roboto';
}

.nav_menu nav ul li ul li a:hover {
  color: #000 !important;
}

.sub_menu {
  display: none;
  position: absolute;
  left: 95%;
  background: #fff;
  width: 50vw;
  height: auto;
  padding: 10px;
  top: 0;
  z-index: 2;
  font-family: ui-sans-serif;
  animation: slideright .4s linear;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 3px #00000057;
  height: 100%;
}

@keyframes slideright {
  0% {
    left: 90%;
    opacity: 0;
  }

  ;

  100% {
    left: 95%;
    opacity: 1;
  }

}

.sub_menu h6 {
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 5px;
  font-family: unset;
}

.sub_menu h6 a {
  transition: .4s all ease-in-out;
}

.sub_menu h6:hover a {
  color: #ff9901;
}

.nav_menu nav ul li:hover .sub_menu {
  display: block;
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
}

/* slider part start here  */
.slider_part {}

.slide_img {}

.slide_img img {

  max-height: 382px;
}

.slider_part .owl-dots {

  position: absolute;

  left: 50%;

  bottom: 0px;

  transform: translateX(-50%);

  filter: drop-shadow(2px 4px 6px #404040ab);
}

.slider_part .owl-dots .owl-dot {}

.slider_part .owl-dots .owl-dot span {
  display: block;
  height: 10px;
  width: 10px;
  background-color: #bdbdbd;
  margin: 5px;
  border-radius: 50px;
  border: 1px solid #8d8d8d85;
}

.slider_part .owl-dots .owl-dot.active span {
  background-color: #ff9901;
}


/* categories part start here  */
.category {
  margin-top: 10px;
  background: #fff;
  padding: 0px 12px;
  border-radius: 5px;
  box-shadow: 0px 0px 44px #0000001a;
}

.category .col-xl-2,
.category .col-lg-2,
.category .col-md-2,
.category .col-sm-4,
.category .col-4 {

  padding: 0px 3px;
}

.cat_div {
  text-align: center;
  border-radius: 5px;
  transition: .4s all ease-in-out;
  margin: 5px 0px;
  /* box-shadow: 0px 3px 10px #dddddd; */
  padding: 5px;
  /* max-height: 120px; */
}

.cat_div img {
  border-radius: 5px;
  /*! max-height: 108px; */
  /*! height: 120px; */
  /*! object-fit: contain; */
}

.cat_div p {
  font-size: 13px;
  padding: 5px 0px;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cat_div:hover {
  /* animation: fadeIn 1s linear; */
  box-shadow: 0px 3px 10px #dddddd;
  transform: scale(1.02);
}

.cat_div:hover img {}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  ;

  100% {
    opacity: 1;
  }
}


/* categories part end here  */


/* top selling part start here  */
.top_selling {
  margin: 0px 0px;
  background: #fff;
  padding: 10px 12px;
  border-radius: 5px;
  margin-top: 10px;
  padding-top: 0px;
  box-shadow: 0px 0px 20px #00000029;
}

.top_selling .col-2 {

  padding: 0px 3px;
}

.sell_itm {

  border-radius: 5px;

  padding: 5px;

  transition: .4s all ease-in-out;

  margin: 10px 5px;

  position: relative;
}

.sell_itm:hover {
  box-shadow: 2px 3px 10px #aba8a8ab;
}

.sell_itm img {}

.sell_itm h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-bottom: 5px;
  color: #0c0c0c;
}

.sell_itm h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #333;
}

.sell_itm span {
  display: block;
  position: absolute;
  background: #ff9901;
  right: 10px;
  top: 10px;
  font-size: 12px;
  padding: 0px 5px;
  border-radius: 5px;
  color: #fff;
  font-family: fantasy;
}

.sell_itm h6 strike {
  color: #8f8f8f;
  font-weight: 400;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.product_slider .owl-nav button.owl-next span,
.product_slider .owl-nav button.owl-prev span {
  font-size: 14px;
  background: #000;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff9901;
  border-radius: 15px;
}

.product_slider {
  position: relative;
}

.product_slider .owl-nav button.owl-prev span {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.product_slider .owl-nav button.owl-next span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.sell_itm p {
  font-size: 12px;
  margin-top: 5px;
}

.sell_itm .progress {
  height: 8px;
}

.sell_itm .progress .progress-bar {
  background: #ff9901;
}

.sell_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.sell_title h5 {
  margin: 0;
  font-size: 14px;
}

.sell_title h5 i {
  color: #ff9901;
  margin-right: 5px;
}

.sell_title p {
  font-weight: 700;
  font-size: 18px;
}

.sell_title a {
  color: #000;
}

.bg_flashSell {
  background-color: #ff0000;
  color: #fff;
}

.bg_flashSell a {
  color: #fff;
}

/* deal part start here  */
.deal_foryou {
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #00000029;
  margin-top: 12px;
}

.deal_foryou .col-6 {
  padding: 0px 3px;
}

.deal_foryou a {
  transition: .4s all ease-in-out;
}

.deal_foryou a:hover img {
  box-shadow: 2px 2px 20px #7d7d7d;
}

.deal_foryou a img {
  border-radius: 5px;
  transition: .4s all ease-in-out;
  width: 100%;
}

.stock_deals {
  background-color: #FEE2CC;
}

.bg_appliance {
  background-color: #aadef1;
}

/* deal part end here  */

/* official store part start here   */
.official_store {
  background-color: #fff;
}

.official_store .col-2 {
  padding: 0px 3px;
}

.official_store a img {}

.bg_hb {
  background-color: #FEE2CC;
}

/* footer section start here  */
footer {
  margin-top: 30px;
  min-height: 55px;
}

.footer_top {
  background: #202020;
  padding: 20px 0px;
}

.newsletter {

  margin: 20px 0px;
}

.newsletter h3 {

  font-size: 14px;

  margin: 0px;

  margin-top: 10px;

  color: #fff;
}

.newsletter p {

  font-size: 12px;

  margin-bottom: 5px;

  color: #fff;
}

.newsletter i {

  position: absolute;

  top: 50%;

  left: 10px;

  transform: translateY(-50%);

  font-size: 16px;

  color: #aba8a8ab;
}

.newsletter input {

  border-radius: 0px;

  padding: 5px 30px;

  border-radius: 5px;

  outline: 0;

  background: #fff !important;
}

.newsletter input:focus {
  box-shadow: none;
}

.newsletter button {

  border: none;

  margin-left: 5px;

  padding: 0px 10px;

  font-size: 12px;

  border-radius: 5px;

  font-weight: 600;

  background: var(--color_Primary);

  color: #fff;
}

.store_app {}

.store_app img {
  width: 25px;
  margin-right: 5px;
}

.store_app i {

  color: #fff;

  height: 30px;

  width: 30px;

  background: var(--color_Primary);

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 5px;

  margin-right: 10px;
}

.store_app h5 {

  color: #fff;

  margin: 0px;

  font-size: 12px;
}

.store_app p {

  color: #fff;

  font-size: 12px;

  margin-bottom: 10px;
}

/* footer links  */
.footer_links {

  background: #535357;

  padding: 20px 0px;
}

.footer_links h6 {

  color: #fff;

  /* padding-bottom: 5px; */

  margin-bottom: 5px;

  font-size: 14px;

  font-weight: 600;
}

.footer_links ul li a {

  color: #000;

  font-size: 12px;

  margin: 0px;

  padding: 0px;

  color: #fff;

  transition: .4s all ease-in-out;
}

.footer_links ul li {

  padding: 0px;

  color: #fff;

  margin: 0px;

  transition: .4s all ease-in-out;

  font-size: 12px;
}

.footer_links ul li:hover a {
  border-bottom: 1px solid #fff;

}

.footer_links ul {

  margin-bottom: 20px;
}

/* social  */
.social_links {}

.social_links h6 {

  font-size: 14px;
}

.social_links ul li a {

  font-size: 18px;

  text-decoration: none !important;
}

.social_links ul li {

  margin: 0px 5px;

  text-decoration: none !important;
}

.social_links ul {

  display: flex;
}

.social_links ul li a:hover {
  color: #ff9901;
  text-decoration: none;
  border: none;
}

.social_links ul li a i {
  font-size: 20px;
}

.btm_links {

  border-top: 1px solid #929292;

  padding-top: 10px;
}

.btm_links a {
  color: #fff;
}

.swiper-slide img {
  width: 100%;
}

.btn_menu {
  background: transparent;
  border: none;
  margin-right: 10px;
  font-size: 20px;
  margin-left: 5px;
  color: var(--color_Primary);
}

.nav_op {
  display: none;
  position: absolute;
  width: 200px;
  height: fit-content;
  z-index: 9;
  left: 8%;
  top: 70%;
  box-shadow: 0 0 20px #00000057;
}

.nav_bar:hover .nav_op {
  display: block !important;
}



.back_top {
  position: fixed;
  right: 5%;
  bottom: 10%;
  z-index: 9;
}

.back_top a {

  background: #000000a3;

  padding: 5px 8px;

  font-size: 22px;

  border-radius: 50%;

  box-shadow: 2px 3px 30px 3px #3b3b3b85;
}

.back_top a i {
  color: #fff;
}

.back_top:hover i {
  animation: roated .4s linear;
}

@keyframes roated {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
    /* -webkit-transform: rotate(360deg); */
  }
}





/* ============== Product grid page start here ===========  */
.product_section {}

.btn_apply {

  background: transparent;

  border: none;

  color: #ff9901;

  outline: 0;
}

.left_side_product {

  background: #fff;

  margin-top: 20px;

  padding: 20px;

  border-radius: 10px;

  box-shadow: 0px 0px 20px #00000024;
}

.category_list {}

.category_list h6,
.delivery_list h6,
.brands_list h6,
.sidebr_title h6 {

  text-transform: uppercase;

  width: 100%;

  background: white;

  padding: 5px;

  box-shadow: 0 0 10px #edededab;

  margin: 10px 0px;

  margin-top: 15px;

  font-size: 13px;
}

.category_list ul li a {

  font-size: 13px;

  color: #464444;
}

.category_list ul li {

  font-size: 12px;
  transition: .4s all ease-in-out;
}

.category_list ul {

  padding-left: 5px;
}

.category_list ul li:hover {
  background-color: #edededab;
}

.delivery_list {}

.delivery_list ul li input {

  font-size: 12px;

  margin-right: 10px;
}

.delivery_list ul li label {

  font-size: 1;

  font-size: 12px;
}

.delivery_list ul li {}

.delivery_list ul {
  margin-left: 5px;
}

.brands_list {}

.search_side {

  position: relative;
}

.search_side i {

  position: absolute;

  left: 8px;

  top: 50%;

  transform: translateY(-50%);

  font-size: 12px;
}

.search_side input {

  padding-left: 25px;

  outline: 0;

  box-shadow: none !important;

  margin-bottom: 10px;
}

.brand_scroll {
  height: 240px;
  overflow: auto;
  scrollbar-width: none;
  margin-left: 5px;
}

.brand_scroll::-webkit-scrollbar {
  display: none;
}

.brand_scroll li input {

  margin-right: 5px;
}

.brand_scroll li label {

  font-size: 12px;
}

.brand_scroll li {}

.price_range {}

.sidebr_title {

  display: flex;
}

/* grid part  */

.product_list {
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0px 0px 20px #00000024;
}

.title_product {
  display: flex;
  justify-content: space-between;
}

.title_product h6 {
  text-transform: capitalize;
  font-size: 16px;
}

.title_product label {}

.title_product select {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid #ededed;
  border-radius: 3px;
}

.title_product option {}

.grid_list {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #edededab;
  border-bottom: 1px solid #edededab;
  padding: 5px 0px;
}

.grid_list p {
  color: #807e7e;
  text-transform: capitalize;
  font-size: 14px;
}

.grid_list a {
  color: #000;
  margin: 0px 5px;
}

.grid_list a i {
  font-size: 16px;
}

/* product_grid box  */
.product_grid {
  background: #fff;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  transition: .4s all ease-in-out;
  margin-top: 5px;
  margin: 5px 2px;
}

.product_grid img {}

.product_grid span {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 10px;
  background: #ff9901;
  padding: 2px 5px;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
}

.product_grid strong {
  font-size: 10px;
  background: #276076;
  color: #fff;
  padding: 3px;
  border-radius: 3px;
  font-weight: 400;
}

.product_grid h1 {
  margin: 0px;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  color: #000;
}

.product_grid p {
  font-size: 13px;
  color: #000;
}

.product_grid p span {
  position: inherit;
}

.product_grid h6 {
  margin: 0px;
  font-size: 12px;
}

.btn_cart {
  width: 100%;
  border-radius: 3px;
  border: none;
  background: var(--color_Primary);
  padding: 3px 20px;
  margin: 2px 0px;
  color: #fff;
  /* visibility: hidden; */
  transition: .4s all ease-in-out;
  box-shadow: 0 0 20px #c4c1c1d1;
  font-size: 12px;
  cursor: pointer;
}

.btn_sold {
  width: 100%;
  border-radius: 3px;
  border: none;
  background: #d4d4d4;
  padding: 3px 20px;
  color: #fff;
  /*! visibility: hidden; */
}

.product_grid:hover .btn_cart,
.product_grid:hover .btn_sold {
  visibility: unset;
}

@media(max-width: 992px) {
  .btn_cart {
    visibility: unset;
  }
}

.product_grid:hover {
  box-shadow: 0 0 12px #cdcdcde3;
  transform: scale(1.01);
}

.grid_list a.active {
  color: #ff9901;
}

.pagination {

  text-align: center;

  margin: auto;

  justify-content: center;
  margin-top: 20px;
}

.pagination ul li a,
.pagination ul li button {

  text-transform: capitalize;

  margin: 0px 3px;

  border: 1px solid #dc3545;

  width: 20px;

  padding: 2px 5px;

  color: #000;

  font-size: 14px;

  width: fit-content;
}

.pagination ul li {

  min-width: 20px;
}

.pagination ul {

  display: flex;

  justify-content: center;

  padding: 5px 0px;
}

.pagination ul li a.active {
  background-color: var(--color_Primary);
  color: #fff;
  border-color: var(--color_Primary);
}

.product_section .col-md-4,
.product_section .col-md-8 {
  padding: 0px 5px;
}

.filter_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 60%;
  transform: translate(-50%, -50%);
  height: 70vh;
  border-radius: 5px;
  box-shadow: 0px 0px 20px #000;
  padding: 10px;
  background: #fff;
  animation: slideUp .4s linear alternate;
}

.filter_modal .left_side_product {
  margin: 0px;
}

.modal_fdiv {
  height: 91%;
  overflow: auto;
  scrollbar-width: none;
}

.modal_fdiv::-webkit-scrollbar {
  display: none;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    top: 60%;
  }

  100% {
    opacity: 1;
    top: 50%;
  }
}

@media(max-width: 768px) {
  .filter_modal {
    width: 95%;
  }
}

/* Product list part start here  */
.products_list {
  display: flex;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  transition: .4s all ease-in-out;
}

.products_list:hover {
  box-shadow: 0px 0px 15px #aba8a8ab;
}

.products_list img {}

.products_list span {

  font-size: 10px;

  background: #ff9901;

  color: #fff;

  padding: 0px 5px;

  border-radius: 3px;

  position: absolute;

  left: 10px;

  top: 12px;
}

.products_list strong {

  font-size: 10px;

  background: #276076;

  color: #fff;

  padding: 3px 5px;

  border-radius: 3px;

  font-weight: 400;
}

.products_list h5 {

  font-size: 16px;

  overflow: hidden;

  -webkit-line-clamp: 2;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  color: #1d1c1c;
}

.products_list p {
  /*! margin-top: 40%; */
  font-size: 13px;
}

.address a {

  color: var(--color_Primary);

  font-size: 12px;
}

.products_list p i {

  font-size: 40px;
}

.products_list h4 {

  font-size: 16px;

  text-align: end;

  margin: 0;

  font-weight: 600;

  color: #000;
}

.products_list h4 span {

  text-align: end;

  position: unset;

  margin-left: 5px;
}

.products_list .disabled {

  color: #9b9b9b;

  display: flex;

  justify-content: end;

  align-items: center;

  font-size: 13px;
}

.products_list button {
  margin-top: 55%;
}

.pad_ding {
  padding-top: 20px;
  padding-left: 10px;
}




/* ============== Products details page start here ================= */
.right_sidebar_top {

  background: #fff;

  margin-top: 10px;

  padding: 20px;

  border-radius: 10px;

  height: 100%;
}

.return_div {}

.side_title {

  border-bottom: 1px solid #ededed;

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 10px 0px;

  margin-bottom: 15px;

  font-size: 12px;
}

.side_title i {
  font-size: 18px;
  transition: .4s all ease-in-out;
}

.side_title h5 {

  margin: 0;

  font-size: 12px;
}

.side_title a:hover i {
  color: #ff9901;
}

.side_title p {}

.return_div h6 {

  font-size: 12px;
}

.return_div p {

  font-size: 12px;
}

.location_div {}

.location_div select option {}

.location_div select {
  width: 100%;
  padding: 8px 5px;
  border-radius: 3px;
  margin: 5px 0px;
  border: 1px solid #c7c6c670;
  font-size: 12px;
}

.delivery_location {}

.delivery_location ul li i {
  font-size: 20px;
  border: 1px solid #ededed;
  padding: 5px;
  border-radius: 3px;
  margin-right: 5px;
}

.delivery_location ul li h6 {
  margin: 0;
  font-size: 12px;
}

.delivery_location ul li a {
  font-size: 12px;
  color: #125bc8;
  transition: .4s all ease-in-out;
}

.delivery_location ul li a:hover {
  text-decoration: underline;
}

.delivery_location ul li h5 {
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
}

.delivery_location ul li p {
  font-size: 10px;
  color: #757575;
}

.delivery_location ul li {
  display: flex;
  margin: 5px 0px;
}

.delivery_location ul {
  margin-top: 15px;
}

.seller_div {}

.seller_div p {
  font-size: 12px;
}

.seller_div h3 {
  font-size: 14px;
}

.btn_follow {
  border: 1px solid var(--color_Primary);
  border-radius: 5px;
  background: var(--color_Primary);
  padding: 5px 10px;
  width: 100%;
  font-size: 12px;
  color: #fff;
}

.performance_div ul li i {
  height: 15px;
  width: 15px;
  background: #1a8251;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 8px;
  margin-right: 5px;
}

.performance_div ul li strong {}

.performance_div ul li {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.performance_div ul {}

.performance_div {}

.info_modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 40%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 2px 3px 25px #00000040;
  animation: slideUp .4s linear alternate;
  z-index: 1;
}

.info_modal h6 {
  font-size: 20px;
}

.info_modal p {}

.details_swipe_slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}


.swiper-slide-visible {
  opacity: .5;
}

.swiper-slide-thumb-active {
  border: 2px solid #ff9901;
  opacity: 1;
}


/* product details  */
.product_details_part {

  background: #fff;

  margin-top: 10px;

  padding: 20px;

  border-radius: 10px;

  position: relative;

  height: 100%;
}

.pro_info {}

.badgeses {

  display: flex;

  justify-content: space-between;
}

.badgeses span {

  background: #035678;

  color: #fff;

  border-radius: 5px;

  padding: 2px 5px;

  font-size: 10px;

  text-transform: capitalize;
}

.badgeses strong {

  color: #fff;

  background: #ff9901;

  font-size: 8px;

  padding: 3px 5px;

  border-radius: 5px;

  text-transform: capitalize;
}

.badgeses button {

  border: none;

  background: transparent;

  color: #858585;
}

.details_title {}

.details_title h1 {

  margin: 5px 0px;

  font-size: 18px;
}

.details_title h6 {

  margin-top: 5px;

  font-size: 14px;
}

.details_title h6 a {

  margin-left: 5px;

  color: #264996;
}

.price_div {}

.price_div h5 {

  /*! display: flex; */

  justify-content: start;

  align-items: center;

  font-size: 14px;

  font-weight: 600;

  margin: 0px;
}

.price_div p {

  font-size: 14px;

  font-weight: 400;

  /*! margin-left: 5px; */

  text-transform: capitalize;
  margin: 3px 0px;
}

.price_div h5 span {

  background: #ff9901;

  color: #fff;

  font-size: 12px;

  padding: 1px 5px;

  border-radius: 5px;

  margin-left: 5px;
}

.ratings_pro {

  margin: 0px;
}

.ratings_pro p {

  text-transform: capitalize;

  font-size: 12px;
}

.ratings_pro a {

  margin: 0;

  color: #264996;

  font-size: 12px;
}

.ratings_pro button {

  visibility: unset;

  margin: 10px 0px;

  margin-bottom: 15px;
}

.also_buy {}

.also_buy a {

  color: #264996;

  font-size: 12px;
}

.also_buy h6 {

  font-size: 14px;
}

.buy_sugg {

  border: 1px solid #ededed;

  border-radius: 5px;

  padding: 10px;
}

.buy_sugg img {

  width: 35px;

  border: 1px solid #ededab;

  border-radius: 5px;
}

.buy_sugg h4 {

  font-size: 12px;

  margin-left: 5px;

  margin-bottom: 0px;
}

.buy_sugg p {

  margin-left: 5px;

  font-size: 12px;
}

.buy_sugg h3 {

  font-size: 12px;

  text-transform: uppercase;

  margin-top: 10px;

  margin-bottom: 0px;
}

.buy_sugg button {

  font-size: 12px;

  text-transform: capitalize;
}

.promotion {

  border-top: 1px solid #d8d8d882;

  margin-top: 20px;

  padding-top: 5px;

  margin-bottom: 40%;
}

.promotion h4 {

  font-size: 14px;
}

.promotion ul li a i {

  margin-right: 5px;

  color: #378ef9;
}

.promotion ul li a {

  font-size: 12px;

  color: #264996;
}

.promotion ul li {}

.promotion ul {}

.report {}

.report a {

  position: absolute;

  bottom: 10px;

  left: 10px;

  color: #264996;

  font-size: 12px;
}

.report a:hover,
.promotion ul li a:hover,
.details_title h6 a:hover,
.also_buy a:hover,
.ratings_pro a:hover {
  text-decoration: underline;

}

.buy_sugg span {

  font-size: 12px;
}

.btn_cart:hover {
  background-color: var(--color_Primary);
}

.btn_cart i {
  margin-right: 5px;
}

.pro_insurance {

  display: flex;

  justify-content: start;

  align-items: center;

  border-bottom: 1px solid #bababa5e;

  padding-bottom: 8px;
}

.social_share {

  margin-top: 20px;

  margin-bottom: 10px;
}

.social_share h5 {

  font-size: 14px;

  margin-bottom: 10px;
}

.social_share ul {

  display: flex;

  justify-content: start;
}

.social_share ul li {}

.social_share ul li a {
  color: #4b4b4b;
  transition: .4s all ease-in-out;
}

.social_share ul li a i {
  font-size: 20px;
  height: 30px;
  width: 30px;
  border: 1px solid #989898;
  margin: 0px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 6px;
  transition: .4s all ease-in-out;
}

.social_share ul li a:hover i {
  color: #ff9901;
  border-color: #ff9901;
  transform: scale(1.05);
}

.show_div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  background-color: #fff;
  box-shadow: 0 0 20px #000;
  z-index: 99;
  /* display: none; */
  height: 90vh;
  overflow: hidden;
  border-radius: 10px;
  padding: 20px;
}

.show_div .img-show span {
  font-size: 20px;
  border: 1px solid #a0a0a0ba;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  border-radius: 5px;
  background: #ff9901;
  color: #fff;
  font-weight: bold;
}

.show_div .img-show img {
  width: 60%;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000c7;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: none;
}

.pop_btn {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
}




/* stcky sidebar  */
.details_scrollspay {
  margin-top: 20px;
}

.sidebar_here {
  position: sticky;
  top: 60px;
  height: fit-content;
}

.product_details {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.product_details img {
  width: 100%;
}

.product_details p {
  margin: 20px 0px;
  padding: 0px 10px;
  font-size: 12px;
}

.spacification {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.list-group-item-action.active {
  background-color: var(--color_Primary);
  border-color: var(--color_Primary);
}

/* feedback */
.feedback {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

/* mini cart */
.pro_cart {
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
  padding: 20px;
}

.pro_cart img {
  width: 80px;
  margin-right: 10px;
  border: 1px solid #c4c4c4eb;
  border-radius: 3px;
}

.pro_cart h3 {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0px;
}

.pro_cart p {
  font-weight: 600;
  color: #3e3d3d;
  font-size: 12px;
}

.pro_cart button {
  display: block;
  visibility: unset;
  padding: 5px;
}

.spacification .card {
  margin-top: 5px;
  font-size: 12px;
}

.side_title a {
  transition: .4s all ease-in-out;
}

.side_title a:hover {
  color: #ff9901;
}


/* varified section  */
.feedback {

  margin-top: 10px;
}

.feedback h2 {

  font-size: 14px;
}

.fa-star.checked {
  color: #ff9901;
}

.ratings {

  margin-top: 10px;
}

.box_rating {
  background: #dcdcdc;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.box_rating h3 {
  font-weight: 700;
  color: #ff9901;
}

.box_rating p {

  font-size: 12px;
}

.rate_count p {
  font-weight: 600;
  margin-right: 10px;
}

.rate_count i {
  margin-right: 10px;
}

.rate_count span {
  color: #5e5d5d;
}

.rate_count {
  display: flex;
  align-items: center;
  margin: 5px 0px;
  font-size: 12px;
}

.right_side_rate {}

.right_side_rate h5 {
  font-size: 12px;
}

.right_side_rate p {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: 500;
}

.right_side_rate p a {
  margin-left: 5px;
  font-size: 14px;
  color: #ff9901;
}

.varify_tag {
  color: #10d510;
}

.varify_tag i {
  border: 1px solid #0cc770;
  border-radius: 10px;
  padding: 1px 2px;
  margin-right: 5px;
}

.fa-star {
  color: #86848440;
  font-size: 14px;
}

.rate_count .progress {
  width: 100%;
  margin-left: 10px;
  height: 10px;
}

.rate_count .progress-bar {
  background: #ff9901;
}

.id_list {}

.id_list i {
  font-size: 20px;
  margin-right: 10px;
}

/*========= official store page start here ============== */
.store_bannar {
  position: relative;
  margin-top: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px #e0e0e0ab;
  min-height: 220px;
}

.store_bannar img {
  width: 100%;
  border-radius: 10px;
}

.store_details {
  position: absolute;
  bottom: 0px;
  background: #000000b5;
  padding: 20px;
  width: 100%;
  height: fit-content;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.store_details .img_box {
  height: 80px;
  width: 80px;
  border-radius: 50px;
  box-shadow: 0 0 20px #6d6b6b40;
  margin-top: -60px;
  background: #ff9901;
  transition: .4s all ease-in-out;
}

.store_details .img_box img {
  height: 100%;
  width: 100%;
  border-radius: 50px;
  transition: .4s all ease-in-out;
}

.store_bannar:hover .img_box img {
  transform: translateY(-10px);
}

.store_information {}

.store_information ul li a i {
  color: #ff9901;
  font-size: 16px;
  margin-right: 10px;
}

.store_information ul li a {
  color: #fff;
  text-transform: capitalize;
}

.store_information ul li {}

.store_information ul {}

.deal_foryou .col-4 {
  padding: 0px 3px;
}

.video_ads {
  background: #fff;
  box-shadow: 0px 0px 20px #e0e0e0ab;
  border-radius: 10px;
  padding: 10px;
}

.video_ads iframe {
  width: 100%;
  height: 50vh;
  max-height: 325px;
}



/* cart page start here  */
.cart {
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px #b7b7b770;
}

.card_porduct {}

.card_porduct ul li {

  padding: 8px 0px;

  border-bottom: 1px solid #b4b4b459;
}

.card_porduct ul li:last-child {
  border: none !important;
}

.card_porduct ul {}

.img_title {
  display: flex;
  /* justify-content: center; */
  align-items: start;
  margin-bottom: 10px;
  position: relative;
}

.img_title img {
  width: 110px;
  margin-right: 10px;
}

.img_title h1 {
  margin: 0px;
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 400;
}

.img_title p {
  color: #000;
  font-size: 12px;
  margin-top: 10px;
}

.img_title span {
  color: #5a5656;
  font-size: 12px;
}

.cart_price {
  text-align: end;
  font-size: 20px;
}

.cart_price strong {
  font-size: 14px;
}

.number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.number span {
  height: 10px;
  width: 10px;
  background: var(--color_Primary);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
}

.number input {
  margin: 0px 10px;
  border-radius: 5px;
  border: 1px solid var(--color_disable);
  padding: 0px 2px;
  text-align: center;
  font-size: 18px;
  max-width: 80px;
  font-size: 12px;
}

.cart_summary {
  background: #fff;
  margin-top: 10px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px #b7b7b770;
  padding-top: 10px;
}

.cart_summary h3 {
  font-size: 12px;
}

.cart_summary h2 {
  font-size: 14px;
  font-weight: 600;
}

.cart_summary p {
  margin-bottom: 10px;
  font-size: 12px;
}

.cart_summary button {}

.de_returns {
  box-shadow: 0 0 20px #b7b7b770;
  margin-top: 10px;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.de_returns h3 {
  font-size: 14px;
}

.de_returns p {
  font-size: 12px;
}

.de_returns p a {
  color: #0404a5;
}

.official_slider {
  margin-top: 10px;
  padding: 0px 3px;
}

.badgeses button.active,
.badgeses button:hover {
  color: #ff9901;
}

/* Checkout page  */
.delivery_addreess {
  background: #fff;
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px #c4c1c147;
}

.delivery_addreess h6 {
  font-size: 14px;
  text-transform: capitalize;
}

.delivery_addreess p {
  font-size: 12px;
}

.address {
  display: flex;
  align-items: center;
}

.address span {
  font-size: 12px;
  background: var(--color_Primary);
  padding: 0px 5px;
  border-radius: 5px;
  color: #fff;
}

.address p {}

.address p {
  font-size: 13px;
  padding: 0px 10px;
  min-width: 90px;
}

.pickUp_address {
  border: 1px solid #ff990147;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0px;
  /* box-shadow: 0 0 20px #c4c1c147; */
}

.pickUp_address h6 {

  font-size: 12px;
}

.pickUp_address h6 p a {}

.items_details {
  background: #fff;
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px #c4c1c147;
}

.items_details h5 {
  font-size: 14px;
}

.item img {
  width: 50px;
  margin-right: 10px;
}

.item h5 {
  font-size: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.item p {
  font-size: 12px;
}

.item span {
  padding: 0px 20px;
}

.item button {
  color: var(--color_Primary);
  border: none;
  background: transparent;
  margin: 0px 10px;
}

.item button i {}

.items_details span {
  text-align: end;
  margin: auto;
  margin: 0px 5px;
  font-size: 10px;
}

.sub_total {}

.delivery_section {
  border: 1px solid #ff9901;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  /* box-shadow: 0 0 20px #c4c1c147; */
}

.delivery_section h5 {
  font-size: 12px;
  text-transform: capitalize;
  margin: 0px;
}

.delivery_section p {}

.voucher {
  display: flex;
  justify-content: space-between;
  border: 1px solid #ff9901;
  padding: 0px 5px;
  border-radius: 5px;
  padding: 10px;
  /* box-shadow: 0 0 20px #c4c1c147; */
}

.voucher a {
  color: #636363;
  font-size: 12px;
}

.voucher h6 {
  text-transform: capitalize;
  margin: 0px;
  font-size: 12px;
}

.sub_total p {}

.sub_total p a {}

.sub_total span {}

.cart_sidebar {
  background: #fff;
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
}

.cart_sidebar h5 {
  font-size: 14px;
}

.cart_sidebar p {
  font-size: 12px;
}

.cart_sidebar strong {
  font-size: 12px;
  font-weight: 400;
  margin-left: 10px;
}

.cart_sidebar button {
  font-size: 12px;
  background: transparent;
  border: none;
  color: var(--color_Primary);
}

.pirce_summary p {
  font-size: 10px;
  color: #585757;
}

.pirce_summary {}

.pirce_summary table {}

.pirce_summary table tbody {}

.pirce_summary table tbody tr {}

.pirce_summary table tbody tr td {
  font-size: 12px;
}

.pirce_summary table tbody tr td strong {}

.item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.pickUp_address p {}

.pickUp_address p a {
  color: var(--color_Primary);
}

.s_item_sub {
  text-align: end;
}

.s_item_sub p {
  font-size: 13px;
}

.s_item_sub span {
  font-size: 12px;
}

.badges {
  display: flex;
  font-size: 12px;
  background: #063b9b;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0px 1px;
  border-radius: 5px;
}


/* side nav part start here  */

.side_nav {}

.sidenav_title {
  display: flex;
}

.sidenav_title a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sidenav_title a h6 {
  font-size: 16px;
  margin: 0px;
  font-family: roboto;
}

.sidenav_title i {
  background: transparent !important;
  color: #000 !important;
}

.side_nav ul li a i {
  background: transparent;
  color: var(--color_Primary);
  font-size: 16px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side_nav ul li a {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  font-family: roboto;
}

.side_nav ul li {
  padding: 5px 0px;
  font-size: 14px;
}

.side_nav ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.sidenav_title p {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  color: var(--color_Primary);
  font-family: roboto;
}

/* side nav part end here  */

/* all categories list page star here  */
.all_cat {
  background: #fff;
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
}

.all_cat_title {}

.all_cat_title h5 {
  font-size: 18px;
  border-bottom: 1px solid #afafaf45;
  padding-bottom: 10px;
}

.all_cat h6 {
  margin-top: 20px;
}

.all_cat a:hover {
  color: #000;
}

.offcanvas-body::-webkit-scrollbar {
  display: none;
}

.sidenav_title a:hover {
  background-color: #dadada;
}

.img_title h3 {

  position: absolute;

  left: 0px;

  bottom: 0px;

  font-size: 12px;

  background: #000000d4;

  margin: 0px;

  width: 110px;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 10px 0px;

  color: red;

  font-weight: 400;
}

/* all categories list page end here  */

.mobile_nav_option {

  text-align: end;
}

.mobile_nav_option a {

  color: #000;

  padding: 3px 5px;
}

.mobile_nav_option a i {}

.search_form_modal {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000000a6;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.search_box_main {
  position: absolute;
  width: 90%;
  height: 90vh;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 20px #505050;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bar_search {
  display: flex;
  background: #fff;
  padding: 10px 0px;
  box-shadow: 0px 0px 10px #bfbfbf6b;
  border-radius: 3px;
  padding: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}

.bar_search a {
  color: #000;
  width: fit-content;
  display: flex;
  align-items: center;
  width: 5%;
  margin-right: 3px;
}

.bar_search input {
  width: 100%;
  background: transparent;
  border: none;
  outline: 0;
  font-family: 'Roboto';
  font-size: 14px;
  padding: 0px 5px;
}

.bar_search button {
  margin-left: auto;
  background: transparent;
  border: none;
  padding: 0px 10px;
  border-left: 1px solid #afafaf;
}



.cart_count {

  position: relative;
}

.cart_count span {
  position: absolute;
  top: -12px;
  right: -10px;
  background: var(--color_Primary);
  font-size: 12px;
  border-radius: 50px;
  padding: 2px;
  font-weight: 600;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.search_box_main ul li a {

  display: -webkit-box;

  overflow: hidden !important;

  -webkit-line-clamp: 1 !important;

  -webkit-box-orient: vertical;

  color: #000;

  /* number of lines to show */
}

.search_box_main ul li {

  margin: 10px 0px;

  display: flex;

  border-bottom: 1px solid #c5c5c5;

  padding-bottom: 10px;

  font-size: 14px;
}

.search_box_main ul {

  margin-top: 20px;

  height: 90%;

  overflow: auto;
}

.search_box_main ul li img {

  width: 40px;

  margin-right: 5px;

  border: 1px solid #ff990159;

  border-radius: 5px;

  padding: 3px 0px;
}

.search_box_main ul li:last-child {
  border: none;
}

.not_included .img_title img {
  opacity: .5;
}

.items_details p {

  font-size: 12px;
}

/* tab and mobile hide and show  */
.tab_hide {
  display: block;
  /* Hide less then 1200px */
}

.tab_show {
  display: none;
}

.mini_tab_hide {
  display: block;
  /* Hide less then 1200px */
}

.mini_tab_show {
  display: none;
}

.mobile_view {
  display: none;
}

.desktop_view {
  display: block;
}

@media(max-width: 1200px) {
  .tab_hide {
    display: none;
  }
}

@media(max-width: 992px) {
  .mini_tab_hide {
    display: none;
  }

  .mini_tab_show {
    display: block;
  }

  .logo a {
    font-size: 16px;
  }

  .tab_show {
    display: block;
  }
}

@media(max-width: 768px) {

  .mobile_view {
    display: block !important;
  }

  .desktop_view {
    display: none;
  }

  .tab_show {
    display: none;
  }

  .search_bar {
    padding: 15px 0px
  }

  .right_sidebar_top {
    margin-top: 20px;
  }

  .store_details .img_box {
    height: 50px;
    width: 50px;
    margin: auto;
    margin-top: -35px;
  }

  .ratings {
    font-size: 10px;
  }

  .store_information ul li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
  }

  .store_information ul li a i {
    font-size: 12px;
  }

  .store_information ul li {
    font-size: 12px;
  }

  .sell_title h5 {
    font-size: 16px;
  }

  .sell_title p {
    font-weight: 400;
    font-size: 14px;
  }

  .bg_flashSell a {
    font-size: 12px;
  }

  .products_list p {
    margin-top: 25%;
  }

  .social_share ul li a i {
    font-size: 15px;
    height: 25px;
    width: 25px;
  }

  .details_title h1 {
    margin: 0;
    font-size: 18px;
  }

  .promotion {
    margin-bottom: 10px;
  }

  .seller_div h3 {
    font-size: 16px;
  }

  .info_modal {
    width: 90%;
  }

  .product_details {
    margin-top: 10px;
  }

  .card-header {
    background: transparent !important;
  }

  .feedback h2 {
    font-size: 12px;
    margin-top: 20px;
  }

  .box_rating h3 {
    font-size: 16px;
  }

  .fa-star {
    font-size: 12px;
  }

  .varify_tag {
    font-size: 12px !important;
  }

  .sidebar_here {
    margin-top: 10px;
  }

  .btn_cart {
    font-size: 14px;
  }

  .img_title h1 {
    font-size: 16px;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 8px;
    height: 16px;
    width: 16px
  }
}

@media(max-width: 576px) {
  .mini_tab_show {
    display: none;
  }

  .tab_hide {
    display: none;
  }

  .title_product select {
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 12px;
  }

  .title_product label {
    font-size: 12px;
  }

  .title_product h6 {
    font-size: 16px;
  }

  .title_product h6 {
    text-transform: capitalize;
    font-size: 13px;
  }

  .web_part a {
    font-size: 12px;
  }

  .web_part a i {
    font-size: 8px;
  }

  .btn_menu {
    font-size: 16px;
  }

  .payment_part a {
    margin-right: 5px;
    font-size: 12px;
  }
}

@media(max-width: 426px) {
  .img_title h3 {
    font-size: 10px;
    background: #000000c2;
    width: 60px;
    color: red;
    font-weight: 400;
  }

  .show_div {
    width: 100%;
  }

  .products_list h5 {
    font-size: 12px;
  }

  .products_list strong {
    font-size: 8px;
  }

  .products_list h4 {
    font-size: 12px;
  }

  .products_list button {
    margin-top: 30%;
    font-size: 12px;
  }

  .products_list p {
    margin-top: 0%;
    font-size: 12px;
  }

  .product_list {
    padding: 10px;
  }

  .img_title img {
    width: 60px;
  }

  .cart_price strong {
    font-size: 14px;
  }

  .img_title p {
    font-size: 12px;
  }

  .btn_cart {
    font-size: 12px;
  }

  .number input {
    font-size: 12px;
    width: 50px;
  }

  .number span {
    height: 10px;
    width: 10px;
    padding: 10px;
  }

  .cart_price {
    text-align: end;
    font-size: 8px;
  }

  .btn_menu {
    margin-right: 5px;
  }
}

@media(max-width: 376px) {
  .cart_price strong {
    font-size: 12px;
  }

  .img_title h1 {
    font-size: 14px;
  }

  .sell_itm h5 {
    font-size: 14px;
  }

  .sell_itm span {
    font-size: 8px;
  }

  .sell_itm h6 {
    margin: 0;
    font-size: 10px;
  }

  .search_box_main ul li a {
    font-size: 10px;
  }

  .address p {
    font-size: 12px;
  }

  .address span {
    font-size: 10px;
  }

  .address a {
    font-size: 12px;
  }

  .pickUp_address h6 {
    font-size: 12px;
  }

  .pickUp_address p {
    font-size: 12px;
  }

  .delivery_addreess p,
  .items_details h5,
  .items_details p,
  .items_details p,
  .items_details span {
    font-size: 12px;
  }

  .voucher h6 {
    font-size: 10px;
  }

  .voucher a {
    font-size: 10px;
  }

  .cart_sidebar h5 {
    font-size: 12px;
  }

  .cart_sidebar strong,
  .cart_sidebar p,
  .pirce_summary table tbody tr td,
  .delivery_addreess h6 {
    font-size: 12px;
  }
}

.feedback .pagination {
  border-top: 1px solid #d4d4d4;
}


/*=========================== Login registratin page start here ==================== */

.login_section {
  text-align: center;
  background: #ffffffde;
  height: 90vh;
  padding: 20px;
  border-radius: 10px;
  /*! box-shadow: 0 0 15px #e2e2e2b3; */
  position: relative;
  z-index: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
}

.login_section::after,
.sign_up_section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  /*! background-color: #f2464a; */
  /*! background-color: #f6635c; */
  z-index: -1;
  transform: skewX(-50deg);
  filter: blur(2px);
}

.sign_up_section::after {
  transform: skewX(50deg);
  right: 0 !important;
}

.login_section h2 {
  font-size: 20px;
  /* margin-top: 30px; */
  filter: drop-shadow(2px 4px 6px #00000059);
  color: #fff;
  color: #0D1282;
  font-size: 25px;
}

.login_section p {
  font-size: 13px;
  color: #000;
  filter: drop-shadow(2px 4px 6px #00000059);
}

.group {
  position: relative;
}

.input {
  font-size: 16px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c2c2c2;
  background: transparent;
  /*! margin-top: 15px; */
}

.input:focus {
  outline: none;
}

.login_section label {
  color: #494949;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.input:focus~label,
.input:valid~label {
  top: -15px;
  font-size: 14px;
  color: #000;
}

.input:invalid {
  /* top: -15px; */
  font-size: 14px;
  color: red;
}

.input:valid {
  border-color: green;
  font-size: 14px;
}

.bar {
  position: relative;
  /* display: block; */
  width: 200px;
  font-size: 14px;
}

.bar:before {
  left: 100%;
}

.bar:after {
  right: 50%;
}

.input:focus~.bar:before,
.input:focus~.bar:after {
  width: 100%;
}

.highlight {
  position: absolute;
  height: 60%;
  /* width: 100px; */
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.input:focus~.highlight {
  animation: inputHighlighter 0.3s ease;
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.shown_btn {}

.login_section form i,
.sign_up_section form i {
  position: absolute;
  right: 8px;
  top: 80%;
  transform: translateY(-80%);
  cursor: pointer;
  color: #cccccc;
}

.login_section form {
  margin-top: 25px;
}

.login_section a {
  width: 100%;
  text-align: end;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  margin-left: 5px;
  color: #ff9901;
  color: #0D1282;
  filter: drop-shadow(2px 4px 6px #767171c7);
}

.social_login {
  margin-top: 5px;
}

.social_login h5 {
  font-size: 14px;
  margin-top: 5px;
}

.social_login a {
  transition: .4s all ease-in-out;
}

.social_login a img {
  width: 35px;
  margin-top: 0px;
  transition: .4s all ease-in-out;
}

.btn_login {
  position: relative;
  width: 100%;
  margin-top: 15px;
  border-radius: 5px;
  border: none;
  background: #ff9901;
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  font-weight: 600;
  margin-bottom: 5px;
}

.signup_link {
  margin: 10px 0px;
  background-color: transparent;
  border: none;
  filter: drop-shadow(2px 4px 6px #383737c7);
  font-size: 13px;
}

.sign_up {
  background: transparent;
  border: none;
  margin-left: 5px;
  transition: .4s all ease-in-out;
  /* border: 1px solid #c7c7c761; */
  border-radius: 5px;
  padding: 1px 10px;
  text-decoration: underline;
}

.sign_up:hover {
  color: #0D1282;
}

.login_section.active::after {
  transform: skew(0deg);
}

.log_sec {
  width: 100%;
  /* transition: .8s all ease-in-out; */
  min-width: 100%;
  animation: .4s fadeShow linear;
}

@keyframes fadeShow {
  0% {
    transform: translateX(-200%);
  }

  ;

  100% {
    transform: translateX(0%);
    opacity: 1;
    transition-duration: 1s;
  }
}

.sign_sec,
.sign_sec.active {

  width: 100%;
  min-width: 100%;
  /* opacity: 1; */
  animation: .4s fadeShow linear;
}

/* .log_sec.inactive{
  transform: translateX(-200%); */
/* display: none; */
/* } */
.log_sec {
  opacity: 0;
}

.signIn {
  background-color: transparent;
  border: none;
  text-decoration: underline;
  margin-left: 5px;
}

.social_login h6 {

  margin-top: 10px;

  font-size: 13px;
}

.signIn:hover {
  color: #0D1282;
}

.sign_sec h1 {

  color: #0D1282;

  font-size: 25px;

  margin-top: 20px;
}

.social_login a:hover img {
  transform: scale(1.1);
}

@media(max-width: 426px) {
  .sign_sec h1 {
    font-size: 25px;
  }
}


/* ================== user profile and dashboard page start here ================ */

.user_sidebar {

  background: #fff;

  margin-top: 10px;

  border-radius: 0px;

  padding: 20px;

  box-shadow: 0 0 20px #00000030;

  position: sticky;

  top: 70px;

  z-index: 0;
}

.user_page_title {

  border-bottom: 1px solid #ededed;

  margin-bottom: 20px;
}

.user_page_title h3 {

  font-size: 18px;
}

.user_page_title h3 a {

  color: #000;

  display: flex;

  align-items: center;
}

.user_page_title h3 a i {

  background: var(--color_Primary);

  color: #fff;

  padding: 5px;

  border-radius: 50px;

  font-size: 10px;

  margin-right: 5px;
}

.user_page_list {}

.user_page_list ul li a {

  color: #000;
}

.user_page_list ul li {

  font-size: 14px;

  padding: 10px;

  border-bottom: 1px solid #ededed;
}

.user_page_list ul {}

.user_page_list ul li:last-child {
  border-bottom: none;
}

.main_profile {

  margin-top: 10px;
  background: #fff;
  border-radius: 0px;
  padding: 20px;
  box-shadow: 0 0 20px #00000036;
  min-height: 90vh;
}

.user {

  text-align: center;

  margin-bottom: 20px;

  /* background: linear-gradient(45deg, #b61616, transparent); */

  padding: 10px 0px;
}

.user img {

  height: 100px;

  width: 100px;

  border-radius: 50px;

  box-shadow: 2px 3px 10px 3px var(--color_Primary)4a;

  object-fit: cover;

  color: var(--color_Primary)4a;
}

.user h3 {

  font-size: 18px;

  margin-top: 20px;

  margin-bottom: 0px;
}

.user p {

  font-size: 14px;
}

.user p strong {}

.user_details {

  overflow: auto;

  padding: 10px;

  scrollbar-width: 0;
}

.user_details::-webkit-scrollbar {
  display: none;
}

.user_details h4 {

  font-size: 16px;

  text-transform: capitalize;
}

.btn_edit {
  padding: 5px 20px;
  background: transparent;
  border: none;
  color: var(--color_Primary);
  cursor: pointer;
}

.btn_edit i {}

.user_info {

  border-bottom: 1px solid #ededed;

  padding-bottom: 5px;

  margin-top: 10px;
}

.user_info h5 {

  font-size: 14px;
}

.user_info p {

  font-size: 12px;
}

.address_line {

  border-bottom: 1px solid #ededed;

  padding-bottom: 5px;

  margin-top: 10px;
}

.address_line h5 {

  font-size: 14px;

}

.address_line p {

  font-size: 12px;

  /* border-bottom: 1px solid #ededed; */

  width: 100%;

  padding-bottom: 10px;
}

.recent_orders {

  margin-top: 20px;

  overflow: auto;
}

.recent_orders h4 {

  font-size: 16px;

  border-bottom: 1px solid #ededed;

  padding-bottom: 5px;
}

.recent_orders table {

  overflow: auto;
}

.recent_orders thead tr th {

  font-size: 12px;

  width: fit-content;
}

.recent_orders thead tr {}

.recent_orders thead {}

.recent_orders tbody tr td {

  font-size: 12px;
}

.recent_orders tbody tr {

  font-size: 12px;
}

.recent_orders tbody {}

.add_address {
  background: transparent;
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 5px 20px;
  margin-top: 10px;
  font-size: 12px;
  transition: .4s all ease-in-out;
}

.add_address:hover {
  background-color: rgb(144, 12, 63);
  color: #fff;
}

.add_address i {

  margin-right: 5px;
}

.table {
  width: 100%;
}

.order_item {
  /* display: flex; */
  justify-content: start;
  align-items: center;
}

.order_item img {
  width: 40px;
  border: 1px solid #ededed;
  border-radius: 5px;
}

.order_item p {}

.user_page_list ul li.active,
.user_page_list ul li.active a {
  background-color: var(--color_Primary);
  color: #fff;
}

/* ============== address form modal ===========  */
.modal_address_here {

  position: fixed;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  height: 100%;

  background: #000000d1;

  z-index: 5;

  height: 100vh;

  overflow: auto;

  display: none;

  overflow: auto;
}

.address_form_modal {
  border: 1px solid #ededed;
  border-radius: 5px;
  padding: 20px;
  width: 50%;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  height: 90vh;
  overflow: auto;
}

.address_form_modal form {

  padding-top: 10px;

  border-top: 1px solid var(--color_Primary);

  margin-top: 10px;
  scrollbar-width: 0;
}

.address_form_modal form label {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.address_form_modal form input,
.address_form_modal form select {
  border-radius: 0px;
  outline: 0 !important;
  box-shadow: 0 0 10px #ededed;
}

.address_form_modal form select {}

.address_form_modal form input:focus,
.address_form_modal form select:focus {
  box-shadow: none;
}

.adds_type_radio {

  display: flex;

  align-items: center;

  margin-top: 20px;
}

.adds_box {

  border: 1px solid #ededed;

  border-radius: 3px;

  padding: 5px 20px;

  margin: 0px 5px;
}

.adds_box.active {
  background-color: var(--color_Primary);
}

.adds_box.active label {
  color: #fff;
}

.adds_box input {
  display: none;
}

@media(max-width: 768px) {
  .address_form_modal {
    width: 90%;
  }
}

/* ============== address form modal end here ===============  */
.btn_delete {
  background: transparent;
  border: none;
  color: var(--color_Primary);
  transition: .4s all ease-in-out;
}

.btn_delete:hover {
  color: var(--color_Primary);
}

.confirm_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000ad;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: none;
}

.confirm_div {
  background: #fff;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  padding: 20px;
}

.confirm_div h3 {
  font-size: 16px;
}

.close_modal {
  background: var(--color_Primary);
  border-radius: 5px;
  margin-right: 10px;
  padding: 3px 10px;
  border: 1px solid #000;
  color: #fff;
  background: transparent;
  color: #000;
}

.btn_confirm {
  background: var(--color_Primary);
  border-radius: 5px;
  margin-right: 10px;
  padding: 3px 10px;
  border: 1px solid #000;
  color: #fff;
  border: none;
}

.confirm_div {}

.close_modal {
  border: none;
}

.confirm_div p {
  border: none;
  /* color: #F94C10; */
  /* padding: 30px 0px; */
  color: red;
}

@media(max-width: 426px) {
  .confirm_div {
    background: #fff;
    width: 210px;
  }
}

.iti {
  display: block;
}

.confirm_div textarea {
  border: 1px solid #ededed;
}

.confirm_div textarea:focus {
  border: 1px solid #ededed;
  outline: 0;
}

.img_title h1 a {
  color: #000;
  font-size: 14px;
}

/* ============ review page start here =========  */
.to_review {}

.to_review {

  background: #fff;

  border-radius: 10px;

  margin-top: 10px;

  padding: 20px;

  box-shadow: 0 0 20px #ededed;
}

.review_title {
  border-bottom: 1px solid #c2003838;
  margin-bottom: 20px;
}

.review_title h3 {

  font-size: 16px;
}

.revies_list ul li img {
  width: 50px;
  margin-right: 10px;
}

.revies_list ul li h1 {
  margin: 0;
  font-size: 14px;
}

.revies_list ul li h1 a {
  color: #000;
}

.revies_list ul li img p {}

.revies_list ul li {

  border-bottom: 1px solid #c2003838;

  padding-bottom: 5px;

  margin-top: 20px;
}

.revies_list ul li:last-child {
  border: none;
}

.revies_list ul {}

.revies_list {}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px;
}

.rate:not(:checked)>input {
  position: absolute;
  top: -9999px;
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
}

.rate:not(:checked)>label:before {
  content: 'Ã¢Ëœâ€¦ ';
}

.rate>input:checked~label {
  color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
  color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
  color: #c59b08;
}

.review_text {
  display: flex;
  justify-content: space-between;
}

.review_text p {
  font-size: 12px;
  margin-left: 20px;
}

.review_text button {
  background: transparent;
  border: navajowhite;
  color: #b70035;
}

.add_review_modal {
  background: #000000e6;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: none;
}

.review_box {
  width: 40%;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.review_box h6 {
  font-size: 14px;
}

.review_box form label {}

.review_box form textarea {
  margin-bottom: 10px;
}

.review_box form {}

.review_box form textarea:focus {
  outline: 0;
  box-shadow: none;
}

.btn_close_modal {
  border: none;
  background-color: transparent;
  transition: .4s all ease-in-out;

}

.btn_close_modal:hover {
  color: var(--color_Primary);
}

.tab_btns {

  display: flex;

  width: 100%;

  background: #fff;

  padding: 10px 5px;

  box-shadow: 0 0 20px #ededed;
}

.tab_btns .nav-link {

  border-radius: 0px;

  padding: 3px 5px;
}

.nav-pills .nav-link.active {
  background-color: transparent;
  color: var(--color_Primary);
}

.nav-item {
  border-right: 1px solid var(--color_Primary)6e;
}

.nav-item:last-child {
  border: none;
}

.thumb-image {
  float: left;
  width: 100px;
  position: relative;
  padding: 5px;
}

#imagePreview {
  width: 180px;
  height: 180px;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
  display: inline-block;
}

input:focus,
input:active {
  box-shadow: none;
}

.address_form_modal::-webkit-scrollbar {
  display: none;
}


.top_filter {}

.top_filter h4 {}

.top_filter ul li button {

  background: transparent;

  border: none;

  padding-right: 5px;

  display: flex;

  width: fit-content;

  padding: 0px 10px;

  font-size: 12px;
}

.top_filter ul li button.active {
  color: var(--color_Primary);
}

.top_filter ul li {

  border-right: 1px solid #000;

  margin-right: 5px;
}

.top_filter ul li:last-child {
  border: none;
}

.top_filter ul {

  display: flex;

  justify-content: start;

  align-items: center;

  margin: 10px 0px;

  width: 100%;

  overflow: auto;
}

.top_search_box {

  background: #fff;

  box-shadow: 0 0 20px #ededed;

  padding: 20px;

  border-radius: 5px;

  margin-bottom: 10px;

  margin-top: 5px;
}

.top_search_box form {}

.top_search_box form input {

  margin: 5px 0px;

  padding: 3px 5px;

  border: 1px solid var(--color_Primary);

  border-radius: 3px;

  margin-right: 5px;

  font-size: 12px;

  width: 100%;
}

.top_search_box form input::placeholder {
  font-size: 12px;
}

.top_search_box form input:focus {
  outline: 0;
  box-shadow: None;
}

.top_search_box form select {

  /* min-height: 100%; */

  border: 1px solid var(--color_Primary);

  padding: 5px 0px;

  border-radius: 3px;

  color: var(--color_Primary);

  font-size: 12px;

  width: 100%;

  border-radius: 0;
}

.top_search_box form select::placeholder {
  font-size: 12px;
}

.top_search_box form select:focus {}

.top_search_box form select option {
  font-size: 12px;
  color: var(--color_Primary);
  outline: 0;
  border-radius: 0;
}

.top_search_box form select option:focus {}

.order_details_table {}

.order_details_table table thead tr th {

  font-size: 12px;
}

.order_details_table table thead tr {}

.order_details_table table thead {}

.order_details_table table tbody tr td {

  font-size: 12px;
}

.order_details_table table tbody tr {}

.order_details_table table tbody {}

.order_details_table table {}

.returns_alert {

  font-size: 12px;
}

.returns_alert i {

  border: 2px solid var(--color_Primary);

  border-radius: 50px;

  min-width: 20px;

  text-align: center;

  padding: 3px 9px;

  margin-right: 5px;

  color: var(--color_Primary);
}

.days_filter {

  background: #fff;

  padding: 20px;

  border-radius: 5px;

  box-shadow: 0 0 20px #ededed;

  margin-bottom: 10px;
}

.only_days {

  display: flex;

  align-items: center;

  width: 100%;

  overflow: auto;
}

.only_days button {

  border: 1px solid var(--color_Primary);

  border-radius: 20px;

  padding: 2px 8px;

  min-width: 70px;

  font-size: 12px;

  margin-right: 5px !important;

  color: var(--color_Primary);

  box-shadow: 2px 3px 5px 3px #ededed;

  background: #fff;
}

.only_days input {

  border-radius: 2px;

  border: 1px solid var(--color_Primary);

  padding: 2px 10px;

  margin-right: 5px;

  color: var(--color_Primary);

  font-size: 12px;
}

.only_days input:focus {
  outline: 0;
}

.only_days::placeholder {
  font-size: 12px;
}

.return_filter {

  margin: 5px 0px;

  width: 100%;

  overflow: auto;
}

.return_filter form {
  display: flex;
}

.return_filter form select {

  padding: 3px 5px;

  border-radius: 2px;

  color: var(--color_Primary);

  border: 1px solid var(--color_Primary);

  width: 100%;

  min-width: 200px;

  font-size: 12px;
}

.return_filter form input {

  padding: 0px 8px;

  border: 1px solid var(--color_Primary);

  color: var(--color_Primary);

  font-size: 12px;
}

.return_filter form button {

  background: var(--color_Primary) !important;

  color: #ffff;

  padding: 2px 8px;

  border-radius: 2px;

  border: 1px solid var(--color_Primary);

  margin-left: 5px;

  display: flex;

  align-items: center;

  text-transform: capitalize;

  box-shadow: 2px 3px 5px 3px #ededed;
}

.btn_download {

  border: 1px solid var(--color_Primary);

  margin-right: 5px !important;

  padding: 2px 5px;

  border-radius: 3px;

  color: var(--color_Primary);

  box-shadow: 0px 0px 10px 0px #0000001f;

  background: transparent;
}

.count_box {

  background: #fff;

  border-radius: 5px;

  padding: 20px;

  margin-bottom: 10px;

  box-shadow: 0 0 20px #ededed;
}

.count_box h5 {

  font-size: 14px;
}

.count_box h4 {

  font-size: 35px;

  color: var(--color_Primary);
}

.count_box h5 i {

  margin-left: 5px;

  color: var(--color_Primary);
}

#MyTableID thead tr th {

  font-size: 12px;
}

#MyTableID thead tr {}

#MyTableID thead {}

#MyTableID tbody tr td {

  font-size: 12px;
}

#MyTableID tbody tr {}

#MyTableID tbody {}

.table_product {
  display: flex;
  justify-content: start;
}

.table_product img {

  min-width: 30px;

  margin-right: 5px;

  max-width: 60px;
}

.table_product a {
  color: #000;
}

.table_product a h6 {

  font-size: 12px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  font-weight: 400;
}

.btn_download {
  transition: .4s all ease-in-out;
}

.btn_download:hover {
  background-color: var(--color_Primary);
  color: #fff;
  /* font-size: 12px; */
}

/* ======================== massage page start here ==================================== */

.card {
  background: #fff;
  transition: .5s;
  border: 0;
  margin-bottom: 30px;
  border-radius: .55rem;
  position: relative;
  width: 100%;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
  margin-top: 10px;
  border-radius: 5px;
}

.chat-app .people-list {
  width: 280px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  z-index: 4;
}

.chat-app .chat {
  margin-left: 280px;
  border-left: 1px solid #eaeaea
}

.people-list {
  -moz-transition: .5s;
  -o-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s
}

.people-list .chat-list li {
  padding: 10px 15px;
  list-style: none;
  border-radius: 3px
}

.people-list .chat-list li:hover {
  background: #efefef;
  cursor: pointer
}

.people-list .chat-list li.active {
  background: #efefef
}

.people-list .chat-list li .name {
  font-size: 12px;
}

.people-list .chat-list img {
  width: 40px;
  height: 40px;
  border-radius: 50%
}

.people-list img {
  float: left;
  border-radius: 50%
}

.people-list .about {
  float: left;
  padding-left: 8px
}

.people-list .status {
  color: #999;
  font-size: 11px;
}

.chat .chat-header {
  padding: 15px 20px;
  border-bottom: 2px solid #f4f7f6
}

.chat .chat-header img {
  float: left;
  border-radius: 40px;
  width: 40px;
}

.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  font-size: 12px;
}

.chat .chat-history {
  padding: 20px;
  border-bottom: 2px solid #fff;
  height: 80vh;
  overflow: auto;
  scrollbar-width: none;
}

.chat .chat-history::-webkit-scrollbar {
  display: none;
}

.chat .chat-history ul {
  padding: 0
}

.chat .chat-history ul li {
  list-style: none;
  margin-bottom: 30px
}

.chat .chat-history ul li:last-child {
  margin-bottom: 0px
}

.chat .chat-history .message-data {
  margin-bottom: 15px;
  text-align: right;
  font-size: 10px;
}

.chat .chat-history .message-data img {
  border-radius: 40px;
  width: 40px
}

.chat .chat-history .message-data-time {
  color: #434651;
  padding-left: 6px;
  font-size: 12px;
  text-align: left;
}

.chat .chat-history .message {
  color: #444;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  display: inline-block;
  position: relative
}

.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px
}

.chat .chat-history .my-message {
  background: #efefef;
  font-size: 12px;
}

.chat .chat-history .my-message:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #efefef;
  border-width: 10px;
  margin-left: -10px
}

.chat .chat-history .other-message {
  background: #e8f1f3;
  text-align: right;
  font-size: 13px;
}

.chat .chat-history .other-message:after {
  border-bottom-color: #e8f1f3;
  left: 93%
}

.chat .chat-message {
  padding: 20px
}

.online,
.offline,
.me {
  margin-right: 2px;
  font-size: 8px;
  vertical-align: middle
}

.online {
  color: #86c541
}

.offline {
  color: var(--color_Primary);
}

.me {
  color: #1d8ecd
}

.float-right {
  float: right
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}

.chat-list {
  height: 85vh !important;
  overflow: auto;
  scrollbar-width: none;
}

.chat-list::-webkit-scrollbar {
  display: none;
}

@media only screen and (max-width: 767px) {
  .chat-app .people-list {
    height: 465px;
    width: 100%;
    overflow-x: auto;
    background: #fff;
    left: -400px;
    display: none
  }

  .chat-app .people-list.open {
    left: 0
  }

  .chat-app .chat {
    margin: 0
  }

  .chat-app .chat .chat-header {
    border-radius: 0.55rem 0.55rem 0 0
  }

  .chat-app .chat-history {
    height: 300px;
    overflow-x: auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .chat-app .chat-list {
    height: 650px;
    overflow-x: auto
  }

  .chat-app .chat-history {
    height: 600px;
    overflow-x: auto
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .chat-app .chat-list {
    height: 480px;
    overflow-x: auto
  }

  .chat-app .chat-history {
    height: calc(100vh - 350px);
    overflow-x: auto
  }
}

.btn_message {
  font-size: 12px;
  padding: 0px 10px;
  border: 1px solid #ededed;
  background: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: .4s all ease-in-out;
}

.btn_message:hover {
  background: var(--color_Primary);
  color: #fff;
}

.btn_chatlist {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
}

.mobile_chat_list {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
}

.mobile_chat_list ul {
  display: flex;
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.mobile_chat_list ul::-webkit-scrollbar {
  display: none;
}

.mobile_chat_list ul li {
  padding: 5px;
}

.mobile_chat_list ul li button {
  background: #eee;
  padding: 3px;
  border-radius: 5px;
  min-width: 50px;
}

.mobile_chat_list ul li button p {
  font-size: 8px;
}

.mobile_chat_list ul li button img {
  width: 30px !important;
  height: 30px;
}

.product_grid {}

.left_item {
  font-size: 10px !important;
  margin-top: 5px;
}

.progress {
  height: 8px;
  margin-bottom: 10px;
}

.progress .progress-bar {
  background: var(--color_Primary);
}

.top_title_here {

  padding: 10px 20px;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;
}

.top_title_here option {
  color: #000 !important;
}

/* login popup  */
.login_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000000c2;
  z-index: 10;
  display: none;
}

.popup_box_modal {
  width: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
}

.popup_title h1 {

  margin: 0;

  font-size: 22px;
}

.popup_title p {

  font-size: 14px;
}

.popup_title {

  text-align: center;

  margin-bottom: 30px;
}

.popup_box_modal {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.popup_box_modal form {}

.input_group {

  position: relative;

  margin: 5px 0px;
}

.input_group input {

  width: 100%;

  outline: 0;

  box-shadow: none;

  border: 1px solid #93233f;

  border-radius: 3px;

  padding: 5px 10px;

  border-radius: 0 !important;

  /* margin-top: 10px; */
}

.input_group i {

  position: absolute;

  right: 10px;

  top: 50%;

  transform: translatey(-50%);

  color: #93233f;
}

.popup_box_modal input[type="checkbox"] {

  margin-right: 5px;
}

.popup_box_modal label {
  font-size: 12px;
}

.popup_box_modal a {

  font-size: 12px;

  color: var(--color_Primary);
}

.btn_signup {

  font-size: 14px;

  background: transparent;

  border: none;

  color: #93233f;
}

.btn_logins {

  font-size: 14px;

  width: 100%;

  margin: 10px 0px;

  padding: 5px 0px;

  font-weight: 600;

  border: none;

  background: #93233f;

  color: #fff;
}

.social_login {
  padding: 10px 0px;
}

.social_login h4 {

  text-align: center;

  font-size: 14px;

  margin-top: 20px;
}

.social_login ul li a {}

.social_login ul li a i {
  font-size: 15px;
  border-radius: 30px;
  min-height: 25px;
  min-width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  transition: .4s all ease-in-out;
}

.social_login ul li {
  border: 1px solid #93233f;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  transition: .4s all ease-in-out;
}

.social_login ul {

  display: flex;

  text-align: center;

  justify-content: center;
}

.social_login ul li:hover {
  background-color: var(--color_Primary);
  color: #fff;
}

.social_login ul li:hover i {
  color: #fff;
}

@media(max-width: 500px) {
  .popup_box_modal {
    width: 90%;
  }
}

.size_attr {
  margin-right: 10px;
  font-size: 12px;
}

.size_attr select {
  border-radius: 3px;
  box-shadow: none;
  outline: 0;
  font-size: 12px;
}

.size_attr select:focus {
  box-shadow: none;
}

.service_ads {

  margin-top: 10px;

  background: #fff;

  border-radius: 5px;

  position: relative;

  min-height: 120px;
}

.service_ads img {

  border-radius: 5px;
}

.service_info_box {

  position: absolute;

  bottom: 50px;

  background: #000000a3;

  width: 50%;

  left: 20px;

  border-radius: 5px;

  padding: 20px;
}

.service_info_box h3 {

  color: #fff;

  font-size: 18px;

  color: #FFF5E0;
}

.service_info_box h5 {

  font-size: 14px;

  color: #fff;
}

.service_info_box p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.service_info_box a {
  background: var(--color_Primary);
  color: #fff;
  border-radius: 3px;
  padding: 3px 20px;
  transition: .4s all ease-in-out;
  font-size: 16px;
}

.service_info_box a:hover {
  background: #92032c;

}

.service_title {

  text-align: center;

  border-bottom: 1px solid #6e0a2721;

  margin: 20px 0px;

  margin-top: 30px;
}

.service_title h2 {

  font-size: 22px;

  color: var(--color_Primary);
}

.list-group-item {
  font-size: 12px;
}

.list-group-item i {
  font-size: 14px;
}

/* payment page  */
.payment_medthods {

  background: #fff;

  padding: 20px;

  border-radius: 5px;

  box-shadow: 0 0 20px #ededed;

  margin-top: 10px;
}

.method {}

.btn_high {

  border: 1px solid var(--color_Primary)30;

  border-radius: 5px;

  padding: 6px;

  box-shadow: 0 0 20px #ededed;

  background: #fff;

  width: 100%;

  height: 100%;

  min-height: 80px;

  margin: 5px 0px;
}

.method button i {

  font-size: 24px;

  color: var(--color_Primary);
}

.method button h6 {

  font-size: 12px;
}

.order_summary {

  background: #fff;

  padding: 20px;

  border-radius: 5px;

  margin-top: 10px;
}

.order_summary h1 {

  margin: 0;

  font-size: 16px;

  margin-bottom: 10px;
}

.order_summary p {

  font-size: 12px;
}

.order_summary h6 {

  font-size: 14px;

  color: var(--color_Primary);

  margin-top: 8px;
}

.payment_medthods h3 {

  font-size: 16px;

  margin-bottom: 20px;
}

.card_popup {

  position: fixed;

  height: 100vh;

  width: 100%;

  z-index: 5;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  background: #00000091;

  display: none;
}

.form_box {

  width: 410px;

  background: #fff;

  padding: 20px;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  position: absolute;

  border-radius: 5px;
}

.form_box form {}

.form_box form input {
  font-size: 12px;
  outline: 0;
  box-shadow: none;
  border-radius: 3px;
  margin: 5px 0px;
}

.form_box form input:focus {}

.form_box form input::placeholder {
  font-size: 12px;
}

.payment_medthods .col-lg-2,
.payment_medthods .col-md-3,
.payment_medthods .col-sm-4 {
  padding: 0px 4px;
}



@media(max-width: 992px) {
  .service_info_box {
    width: 100%;
    bottom: 0px;
    height: 80%;
    left: 0px;
  }
}

@media(max-width: 768px) {
  .service_info_box {
    width: 100%;
    height: 100%;
  }

  .service_info_box p {
    font-size: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .service_info_box h3 {
    font-size: 14px;
  }

  .service_info_box h5 {
    font-size: 12px;
  }

  .service_info_box a {
    font-size: 14px;
  }

  .service_info_box {
    padding: 10px;
  }
}

@media(max-width: 576px) {
  .swiper-horizontal {
    /* width: 200px; */
  }

  .form_box {
    width: 90%;
  }
}

@media(max-width: 425px) {
  .service_info_box p {
    margin-bottom: 5px;
  }

  .service_info_box h5 {
    margin: 5px 0px;
  }

  .service_info_box h3 {
    margin-bottom: 3px;
  }
}

.modal_checkoutpage {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100vh;
  overflow: auto;
  width: 100%;
  background-color: #000000c7;
  z-index: 5;
  display: none;
}

.modal_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 400px;
  padding: 20px;
  padding-top: 10px;
  border-radius: 5px;
}

.modal_box form {}

.modal_box form select {
  margin-top: 20px;
  font-size: 12px;
}

.modal_box form select:focus {
  box-shadow: none;
  outline: 0;
}

.modal_box form select option {}

.modal_box form input {
  outline: 0;
  box-shadow: none;
  font-size: 12px;
}

.modal_box form input:focus {
  outline: 0;
  box-shadow: none;
}


/* =================================================================  */

.color_size input.tags,
.color_size input.tagss {
  border: none;
  box-shadow: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.color_size input.tags:focus,
.color_size input.tagss:focus {
  outline: none;
  background: transparent;
}

.color_size .tag-cloud {
  display: block;
  /* height: 80px; */
  padding: .25em;
  margin: .25em 0;
  background: #FFF;
  border: solid 1px #ededed;
  border-radius: 2px;
  margin-right: 10px;
}

.color_size .tag {
  display: inline-block;
  border-radius: 4px;
  background: var(--color_Primary);
  color: #fff;
  margin: 0 3px 0 0;
  padding: .25em;
  font-size: 12px;
}

.color_size a.close {
  display: block;
  float: right;
  white-space: nowrap;
  overflow: hidden;
  width: 1em;
  height: 1em;
  margin: .125em 0 0 .5em;
  text-indent: -999em;
  opacity: .9;
}

.color_size a.close:before {
  display: block;
  float: left;
  content: "\2716";
  font-size: 1em;
  font-weight: bold;
  text-indent: 0;
  text-shadow: 0 -1px 0 #123;
  line-height: 1em;
  color: #fff !important;
  font-size: 12px;
}

.color_size {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}


/* post page ===================================== */
.inventory_post_part {

  background: #fff;

  margin-top: 10px;

  border-radius: 5px;

  padding: 20px;
}

.inventory_post_part form {}

.inventory_post_part form label {

  font-size: 14px;

  margin-top: 10px;

  border-radius: 0px;
}

.inventory_post_part form input {

  border-radius: 0px;

  outline: 0;
}

.inventory_post_part form input:focus {
  outline: 0;
  box-shadow: none;
}

.inventory_post_part form input[type="checkbox"] {

  border-radius: 0px;

  margin-right: 5px;
}

.inventory_post_part form textarea {

  border-radius: 0px;
}

.inventory_post_part form textarea:focus {
  outline: 0;
  box-shadow: none;
}

.inventory_post_part form select {

  border-radius: 0px;
}

.inventory_post_part form select:focus {
  outline: 0;
  box-shadow: none;
}

.inventory_post_part form select option {}

.note-editor.card {
  border-radius: 0px;
}

/* ==================================================== */

.upload__box {
  /* padding: 40px; */
}

.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  border-radius: 0px;
}

.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #4045ba;
  border-color: #4045ba;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
}

.upload__btn:hover {
  background-color: unset;
  color: #4045ba;
  transition: all 0.3s ease;
}

.upload__btn-box {
  margin-bottom: 10px;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 100px;
  padding: 0 10px;
  margin-bottom: 12px;
}

.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: '\2716';
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}


/* ====================== affiliate link page start here ==================== */
.input_group {

  margin: 5px 0px;

  margin-bottom: 10px;
}

.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0
}

.SumoSelect p {
  margin: 0
}

.SumoSelect {
  width: 200px
}

.SelectBox {
  padding: 5px 8px
}

.sumoStopScroll {
  overflow: hidden
}

.SumoSelect .hidden {
  display: none
}

.SumoSelect .search-txt {
  display: none;
  outline: 0
}

.SumoSelect .no-match {
  display: none;
  padding: 6px
}

.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
  visibility: hidden
}

.SelectClass,
.SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0
}

.SelectClass {
  z-index: 1
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0
}

.SumoSelect>.CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0
}

.SumoSelect>.CaptionCont>span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
  color: #ccc;
  font-style: italic
}

.SumoSelect>.CaptionCont>label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px
}

.SumoSelect>.CaptionCont>label>i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: .8
}

.SumoSelect>.optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, .11);
  border-radius: 3px;
  overflow: hidden
}

.SumoSelect.open>.optWrapper {
  top: 35px;
  display: block
}

.SumoSelect.open>.optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto
}

.SumoSelect>.optWrapper>.options {
  border-radius: 2px;
  position: relative;
  max-height: 250px
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
  opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
  padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
  padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
  border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none
}

.SumoSelect>.optWrapper>.options li.opt:hover {
  background-color: #E4E4E4
}

.SumoSelect>.optWrapper>.options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
  display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
  padding-left: 35px;
  cursor: pointer
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .15);
  background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, .13);
  border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
  display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
  padding: 6px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
  background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
  border-radius: 0 0 3px
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
  padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
  padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
  padding-bottom: 43px
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center
}

.SumoSelect.disabled {
  opacity: .7;
  cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
  border-color: #ccc;
  box-shadow: none
}

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
  cursor: pointer
}

.SumoSelect .select-all.partial>span i {
  background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline
}

/*# sourceMappingURL=sumoselect.min.css.map */
.link_box {

  background: #fff;

  box-shadow: 0 0 20px #ededed;

  margin-top: 10px;

  border-radius: 10px;

  padding: 20px;

  padding-top: 0px;
}

.affiliate_title {

  border-bottom: 1px solid #ddd;

  padding-top: 20px;

  margin-bottom: 20px;
}

.affiliate_title h4 {

  font-size: 16px;
}

.content label {

  font-size: 14px;
}

.content h6 {

  margin: 0;

  margin-top: 10px;

  font-size: 14px;
}

.content p {

  font-size: 14px;

  margin-bottom: 15px;
}

.content input {
  margin-top: 10px;
  border-radius: 0px;
  outline: 0;
  font-size: 14px;
  box-shadow: 5px 5px 10px #d5cfcf3b, -5px -5px 10px #ffffff;
}

.content input[type="radio"] {}

.content select {}

.input[type="radio" i] {
  color: red;
  background-color: red;
}

.content select option {}

.content select:focus {}

.content input:focus {
  box-shadow: none;
  border-color: #000;
  box-shadow: 5px 5px 10px #d5cfcf3b, -5px -5px 10px #ffffff;
}

.short_long {

  display: flex;

  align-items: center;

  padding-top: 10px;

  border-top: 1px solid #e2e2e2;

  margin-top: 20px;
}

.short_long input {

  margin-right: 5px;
}

.short_long label {

  margin-right: 15px;
}

.content {}

.left_contnet {

  box-shadow: 0 0 10px #ededed;

  border-radius: 10px;

  padding: 20px;

  /* margin-right: 20px; */
}

.left_contnet button {

  padding: 5px 20px;

  margin: 0px 3px;

  border: none;

  border-radius: 5px;

  background: transparent;

  font-size: 14px;

  box-shadow: 0 0 10px #66616161;
}

.affi_itms {}

.affi_itms {

  width: 100px;

  background: #ededed;

  padding: 5px;

  border-radius: 5px;

  text-align: center;
}

.affi_itms img {

  width: 100px;
}

.affi_itms h5 {

  font-size: 14px;

  display: -webkit-box;

  overflow: hidden;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  margin: 0;

  margin-top: 5px;

  color: var(--color_Primary);
}

.affi_itms h6 {

  margin-top: 5px;

  margin-bottom: 5px;
}

.affi_itms a {

  background: var(--color_Primary);

  padding: 5px 8px;

  color: #fff;

  border-radius: 5px;

  font-size: 14px;

  text-align: center;

  margin: auto;
}

.link_box {}

.link_box textarea {

  border-radius: 0px;
}

.link_box textarea:focus {
  box-shadow: none;
  outline: 0;
}

.link_box h4 {

  font-size: 14px;

  padding-top: 15px;

  margin-bottom: 10px;
}

.right_content {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  /* box-shadow: 0 0 10px #ededed; */
  display: flex;
  justify-content: center;
}

.btn_blue {
  background-color: #003366 !important;
  color: #fff;


}

.btn_gray {
  background-color: #ededed !important;
  color: #000;
}

.sellon {
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 20px #e0e0e0ab;
  min-height: 100px;
}

.sellon img {
  border-radius: 5px;
  min-height: 100px;
}

.why_sell {

  background: #fff;

  box-shadow: 0px 0px 20px #e0e0e0ab;

  margin-top: 10px;

  padding: 20px;

  text-align: center;

  border-radius: 10px;
}

.seller_sellon .sell_title {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.sell_title h5 {

  text-align: center;
}

.info_box {

  background: #c63232;

  border-radius: 5px;

  margin: 3px 0px;

  text-align: center;

  padding: 16px 8px;
}

.info_box p {
  font-size: 14px;
  color: #fff;
}

.why_sell .col-md-2,
.why_sell .col-sm-6,
.why_sell .col-6 {
  padding: 0px 5px;
}

@media(max-width: 425px) {
  .info_box p {
    font-size: 12px;
  }
}

@media(max-width: 375px) {
  .info_box p {
    font-size: 9px;
  }
}

.testimonial {

  background: #fff;

  margin-top: 15px;

  padding: 0px;

  border-radius: 10px;
}

.video_story {
  width: 100%;
  height: 315px;
  text-align: center;
  margin: auto;
  margin-bottom: 10px;
}

.video_story iframe {
  height: 100%;
  width: 100%;
}

.story_text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
}

.story_text P {}

@media(max-width: 576px) {
  .video_story {
    height: 180px;
  }
}

.how_it_works_item {

  text-align: center;
}

.how_it_works_item img {

  max-width: 100px;
}

.details {

  text-align: start;

  margin-top: 15px;
}

.details h5 {

  font-size: 14px;
}

.details p {
  font-size: 14px;
}

.how_work {
  background-color: #fff;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
}


/* affiliate programme page start here  */
.aff_programe {

  padding: 20px 0px;
}

.affi_login {

  color: #403d3d;

  padding: 10px 20px;

  background: #ededed61;

  border-radius: 5px;

  margin-right: 10px;

  box-shadow: 0 0 20px #ededed;

  text-transform: uppercase;
}

.btn_register {

  padding: 10px 20px;

  border: 1px solid var(--color_Primary);

  border-top-right-radius: 25px;

  border-bottom-left-radius: 25px;

  color: var(--color_Primary);

  box-shadow: 0 0 20px #e43c3c40;

  transition: .4s all ease-in-out;
}

.btn_register:hover {
  background-color: var(--color_Primary)29;
}

.aff_bannar {

  display: flex;

  justify-content: space-between;

  align-items: center;

  min-height: 80vh;
}

.aff_bannar h1 {

  margin: 0;

  font-size: 60px;

  color: var(--color_Primary);

  font-weight: 600;
}

.aff_bannar h2 {

  font-size: 60px;

  font-weight: 400;
}

.aff_bannar p {

  font-size: 20px;

  margin-bottom: 30px;
}

.aff_bannar .btn_login,
.what_r_waiting .btn_login {

  font-size: 20px;

  padding: 15px 30px;

  background: #c22964;
}

.aff_bannar img {

  border-top-right-radius: 50px;

  max-height: 350px;

  margin: auto;

  text-align: center;

  border-bottom-left-radius: 50px;

  box-shadow: 0 0 20px #888686ab;

  margin-top: 30px;
}

.who_can_register {

  background: #fff;

  padding: 30px 0px;
}

.programme_title {
  text-align: center;
  margin: 30px 0px;
}

.programme_title span {
  display: block;
  position: relative;
  height: 4px;
  width: 100px;
  margin: auto;
  transition: .4s all ease-in-out;
  margin-bottom: 10px;
  border-radius: 10px;
}

.programme_title span::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  background-color: var(--color_Primary);
  transition: .4s all ease-in-out;
  border-radius: 10px;
}

.who_can_register:hover span::after {
  width: 100%;
}

.programme_title h5 {}

.who_can {

  text-align: center;

  margin-bottom: 10px;
}

.who_can img {

  height: 120px;

  width: 120px;

  object-fit: cover;

  border-radius: 50%;
}

.who_can h2 {

  font-size: 22px;

  margin-top: 10px;
}

.who_can p {

  font-size: 14px;

  margin-top: 20px;
}

.who_can_register.bg-light img {
  border-radius: 0;
}

.partner_says {

  margin: 9px;

  box-shadow: 0 0 20px #ededed;

  border-radius: 5px;

  padding: 20px;

  margin: 0px;

  margin: 10px;

  height: 95%;

  text-align: center;
}

.partner_says i {

  font-size: 30px;

  color: var(--color_Primary);
}

.partner_says p {

  font-size: 16px;

  margin: 20px 0px;

  min-height: max-content;

  min-height: 72%;
}

.partner_says h6 {

  color: #4b4949;
}

.testimonial.owl-carousel .owl-stage {
  display: flex;
}

.what_r_waiting {

  background: #f55203;

  padding: 40px 0px;

  text-align: center;
}

.what_r_waiting h1 {

  margin: 0;

  margin-bottom: 40px;

  color: #fff;
}

.what_r_waiting a {}


/* form css  */
.programme_form .group {
  position: relative;
  margin-bottom: 10px;
}

.programme_form .input,
.programme_form select {
  font-size: 14px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #515151;
  background: transparent;
  font-size: 14px;
  background: #e8f0fe;
}

.programme_form .input:focus {
  outline: none;
  background: transparent;
}

.programme_form label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.programme_form .input:focus~label,
.input:valid~label {
  top: -10px;
  font-size: 12px;
  color: #343a40;
}

.programme_form .bar {
  position: relative;
  display: block;
  width: 100%;
}

.programme_form .bar:before,
.bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: var(--color_Primary);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.programme_form .bar:before {
  left: 50%;
}

.programme_form .bar:after {
  right: 50%;
}

.programme_form .input:focus~.bar:before,
.input:focus~.bar:after {
  width: 50%;
}

.programme_form .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.programme_form .input:focus~.highlight {
  animation: inputHighlighter 0.3s ease;
}

@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }

  to {
    width: 0;
    background: transparent;
  }
}

.programme_form {

  background: #fff;

  padding: 20px;

  border-radius: 10px;

  box-shadow: 0 0 20px #959595;
}

.programme_form form {}

.group i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.ac_type {}

.ac_type input {}

.ac_type label {
  pointer-events: all;
  position: unset;
  background-color: #fff;
  box-shadow: 0 0 20px #ededed;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #ededed;
  width: 100%;
  margin: 5px 0px;
  text-align: center;
}

.ac_type input:checked+label {
  border: 1px solid #9f0d372b;
  color: #000;
  background-color: #9f0d372b;
}

.programme_form h5 {

  font-size: 14px;

  margin-top: 10px;

}

.ac_type input[type="radio"] {}

.c_label a {

  text-transform: capitalize;

  color: #8f042c;

}

.programme_form .btn_cart {

  padding: 10px 20px;

  font-size: 16px;

}

.programme_form h3 {

  font-size: 20px;
}

.ac_type p {
  font-size: 14px;
}

.c_label label {

  font-size: 14px;

  margin: 10px 0px;

  margin-left: 5px;

}

.programme_form p {
  margin-bottom: 10px;
}

.ac_type p {

  margin: 0;
}

.ac_type h6 {}

.sign_link {

  margin: 20px 0px;
}

.sign_link a {

  color: var(--color_Primary);

  text-decoration: underline;
}

.aff_count {

  background: #fff;

  padding: 10px;

  border-radius: 10px;

  margin: 10px 0px;

  box-shadow: 0 0 20px #ededed;
}

.aff_count h5 {

  font-size: 14px;

  width: 100%;
}

.aff_count h5 span {

  color: var(--color_Primary);

  margin-left: 10px;
}

.aff_count p {

  font-size: 12px;

  color: #8d8a8a;
}

.affiliate_table {
  background: #fff;
  box-shadow: 0 0 20px #ededed;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
}

.affiliate_table::-webkit-scrollbar {
  display: none;
}

.affiliate_table table {

  border-radius: 10px;

  width: 100%;

  overflow: auto;
}

.affiliate_table thead {}

.affiliate_table thead tr {}

.affiliate_table thead tr th {

  font-size: 14px;
}

.affiliate_table tbody {

  overflow: auto;
}

.affiliate_table tbody tr {}

.affiliate_table tbody tr td {

  font-size: 14px;
}

.aff_title {

  border-bottom: 1px solid #dadada;

  margin-bottom: 10px;

  display: flex;
}

.aff_title h5 {
  font-size: 14px;
}

.aff_title button {
  background: transparent;
  padding: 5px 20px;
  border: none;
  margin-right: 10px;
  transition: .4s all ease-in-out;
  box-shadow: 0 0 20px #e2e2e2;
  border-bottom: 1px solid transparent;
  font-size: 14px;
}

.aff_title button:hover,
.aff_title button.active {
  border-bottom: 1px solid var(--color_Primary);
}

.affiliate_table tbody tr td img {

  width: 30px;

  max-height: 40px;

  object-fit: cover;

  margin-right: 5px;
}

.affiliate_table tbody tr td p {
  font-size: 12px;
  color: #000;
}



/* transfer page ==========================  */
.transfer_box {

  background: #fff;

  padding: 20px;

  margin-top: 10px;

  border-radius: 10px;

  box-shadow: 0 0 20px #ededed;
}

.top_amnt {

  height: 100px;

  background: #000;

  display: flex;

  justify-content: center;

  align-items: center;

  color: green;

  margin-bottom: 20px;

  /* display: none; */
  background-image: url(../images/header_BlogPlaceholder.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_amnt h5 {

  color: #fff;

  filter: drop-shadow(2px 4px 6px #000);

  text-align: center;
}

.ac_box {

  box-shadow: 0 0 20px #ededed;

  margin: 5px 0px;

  padding: 10px;

  position: relative;

  /* background: #2b6747; */

  border-radius: 10px;

  padding: 30px 11px;

  /* text-align: center; */
}

.ac_box select {

  border-radius: 3px;

  background: transparent;

  /* color: #fff; */

  font-size: 14px;
}

.ac_box i {

  position: absolute;

  font-size: 25px;

  background: #fff;

  box-shadow: 0 0 20px #cdcdcd;

  border-radius: 50%;

  left: 50%;

  transform: translateX(-50%);

  top: -20px;

  color: green;

  padding: 5px;
}

.ac_box h5 {

  font-size: 18px;

  margin: 0;

  text-align: center;
}

.ac_box p {

  color: #a2a2a2;

  font-size: 12px;

  margin-top: 5px;

  text-align: start;
}

.ac_box label {
  margin-bottom: 5px;
  font-size: 13px;
}

.amt_input {

  position: relative;
}

.amt_input input {

  border-radius: 3px;

  font-size: 14px;
}

.amt_input button {
  position: absolute;
  right: 10px;
  padding: 3px 20px;
  border: none;
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color_Primary);
  color: #fff;
  box-shadow: 0 0 10px #cdcdcd;
}

/* .bg_green{
  background-color: #2b6747;
}
.bg_yellow{
 background-color: #ceaa44;
} */
.amt_input input:focus {
  background-color: transparent;
}

.amt_input select:focus {
  background-color: transparent !important;
}

.form-control:focus {
  background-color: transparent;
  /* color: #fff; */
  box-shadow: none;
  outline: 0;
}

.form-control:focus option {
  /* background-color: var(--color_Primary); */
  border-radius: 0;
}

.form-control:focus option:hover {
  background-color: green;
}

@media(max-width: 576px) {
  .top_amnt h5 {
    font-size: 18px;
    padding: 10px;
  }
}

@media (max-width: 576px) {
  .top_amnt h5 {
    font-size: 14px;
  }

  .ac_box h5 {
    font-size: 16px;

  }


}

.nav_menu ul li a img {
  width: 18px;
  margin-right: 5px !important;
  max-height: 18px;
}



/* mobile foooter css  */
.f_posi {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 99;
  background: #b077d8;
  box-shadow: 0 0 10px #3d3d3d69;
}

.m_footer {
  position: relative;
  background: #fff;
  display: grid;
  width: 100%;
  justify-content: center;
  padding: 10px 20px;
  z-index: 9;
  height: 60px;
}

.f_option {

  width: 90vw;
}

.f_option ul li a i {
  transition: .4s all ease-in-out;
  color: var(--color_Primary);
  font-size: 17px;
}

.f_option ul li a p {
  transition: .4s all ease-in-out;
  opacity: 0;
  position: absolute;
  font-size: 13px;
  margin-top: 30px;
}

.f_option ul li a {

  text-align: center;
}

.f_option ul li {

  text-align: center;

  position: relative;

  display: flex;

  justify-content: center;

  align-items: center;
}

.f_option ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0px 10px;
}

.f_option ul li.active i {
  transform: translateY(-25px);
  color: #fff;
}

.f_option ul li.active p {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  margin-top: 0px;
}

.f_option ul li.active .circle {
  opacity: 1;
}

.circle {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: var(--color_Primary);
  top: -36px;
  z-index: -1;
  border-radius: 50px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid #b077d8;
  box-shadow: 0 0 0 #000;
  opacity: 0;
  transition: .4s all ease-in-out;
}

.circle::before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  /* background: #2d2d2d; */
  transform: translate(-25px, 12px);
  border-top-right-radius: 10px;
  box-shadow: 5px -10px 1px 0 #b077d8;
}

.circle::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  /* background: #2d2d2d; */
  transform: translate(40px, -7px);
  border-top-left-radius: 10px;
  box-shadow: -1px -10px 1px 0 #b077d8;
}

@media(max-width: 768px) {
  .back_top {
    bottom: 15%;
  }

  .aff_bannar .btn_login,
  .what_r_waiting .btn_login {
    font-size: 12px;
  }
}

@media(max-width: 576px) {
  .aff_bannar h1 {
    font-size: 50px;
  }

  .aff_bannar h2 {
    font-size: 45px;
  }
}

@media(max-width: 425px) {
  .sell_title a {
    color: #000;
    font-size: 12px;
  }

  .sell_title h5 {
    font-size: 13px;
  }
}


/* Radio button color  */

.rate_box label {
  margin: 0px 5px;
}

.product_list .col-xl-3,
.product_list .col-lg-3,
.product_list .col-md-3,
.product_list .col-sm-4,
.product_list .col-6 {
  padding: 0px 3px;
}



.drop-down {
  position: absolute;
  left: 42%;
  top: 40%;
}

.drop-down .selected a {
  background: #fff no-repeat scroll right center;
  display: block;
  padding-right: 20px;
  border: 1px solid #d7d7d7;
  width: 150px;
  border-radius: 2px;
  text-decoration: none;
  color: #3179ac;
}

.drop-down .selected a span {
  cursor: pointer;
  display: block;
  padding: 5px;
}

.drop-down .option {
  position: relative;
}

.drop-down .options ul {
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 32px;
  width: auto;
  min-width: 170px;
  border: 1px solid #d7d7d7;
}

.drop-down .selected span.value,
.drop-down .options span.value {
  display: none;
}

.drop-down .options ul li a {
  padding: 5px;
  display: block;
  text-decoration: none;
  color: #3179ac;
}

.drop-down .options ul li a:hover {
  background: #3179ac;
  color: #fff;
  transition: 0.2s ease;
}

.drop_btn {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 2px 0px !important;
  padding: 5px 5px;
  text-transform: capitalize;
  font-weight: 500;
  background: var(--color_Primary);
  color: #fff;
  margin: 5px auto !important;
  border-radius: 3px;
  box-shadow: 0 0 20px #ededed;
}

.a_link span {
  color: #8f3037;
  transition: .4s all ease-in-out;
}

.a_link:hover span {
  color: #f90;
}

.a_link {
  border-radius: 3px;
  padding: 2px 5px;
}

.a_link:hover {
  /* box-shadow: 0 0 20px #adadad; */
}

.side_nav ul li a img {
  width: 18px;
  margin-right: 5px;
}


.form_buttons ul li {
  border: none;
  background: var(--color_Primary)30;
  margin: 2px;
}

.form_buttons a {
  border: none;
  color: #000;
}

.form_buttons a.active {
  background: var(--color_Primary) !important;
  color: #fff !important;
  border-radius: 0px;
}

.form_buttons a:hover {
  color: #000;
}

.btn_primary {
  border: none;
  margin-left: 5px;
  padding: 0px 10px;
  font-size: 12px;
  border-radius: 5px;
  font-weight: 600;
  background: var(--color_Primary);
  color: #fff;
}

.btn_edit_nxt,
.btn_edit_nxt:hover {
  border: 1px solid var(--color_Primary);
  border-radius: 3px;
  padding: 3px 5px;
  background: transparent;
  color: var(--color_Primary);
}

input,
select,
textarea {
  /*! border: 1px solid var(--color_Primary) !important; */
  border-radius: 3px !important;
  /*! background: var(--color_Primary)0f !important; */
  outline: 0 !important;
}

/* dashboard part  */
.dashCount {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  gap: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
}

.dashCbox {
  border: 1px solid #e1e1e1;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  z-index: 0;
  background: #ffffff;
  box-shadow: 0 0 20px #00000014;
}

.dashCbox img {
  position: absolute;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  opacity: .1;
}

.dashCbox h2 {
  color: var(--color_Primary);
  letter-spacing: -1.9px;
  margin: 0;
}

.dashCbox p {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.dashCbox p a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.dbLink {}

.dbLink p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.dbLink p a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width: 768px) {
  .dashCount {
    display: grid;
    grid-template-columns: repeat(2, 4fr);
  }
}

.group input {
  border: none !important;
  border-bottom: 1px solid var(--color_Primary) !important;
  border-radius: 0 !important;
}

/* store page start here  */
.store {}

.store_sidebar {

  background: #fff;

  padding: 10px;

  border-radius: 5px;
}

.input_group {}

.input_group input,
.input_group select {
  width: 100%;
  outline: 0;
  box-shadow: none;
  border: 1px solid #93233f;
  border-radius: 3px;
  padding: 5px 10px;
  border-radius: 0 !important;
}

.input_group i {}

.store_sidebar h1 {

  font-size: 16px;

  margin: 0;

  font-weight: 600;
}

/* store page end here  */


/* vendor content part start here  */
.brans_content {
  /* background-image: url(../images/contnet1.jpg); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  min-height: 205px;
  box-shadow: 2px 3px 5px 3px #47444424;
  border-radius: 5px;
  position: relative;
  z-index: 0;
}

.content_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 10px;
}

.content_box {

  padding: 20px;
}

.content_box a h2 {
  font-size: 25px;
  color: #fff;
  margin: 0px;
  margin-bottom: 5px;
  transition: .4s all ease-in-out;
}

.content_box a h3 {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
  padding-bottom: 3px;
  transition: .4s all ease-in-out;
}

.content_box a {
  text-decoration: none;
}

.content_box a h2:hover {
  color: #1666bf;
  filter: drop-shadow(1px 1px 0px #000);
}

.content_box a h3:hover {
  color: #ffa500;
}

.link_box {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 15px;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 65px;
  margin-top: 0;
  box-shadow: none;
  position: absolute;
  width: 100%;
  bottom: 15px;
}

.link_box a {
  font-size: 16px;
  text-decoration: none;
  color: #555454;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
}

.link_box a i {}

.link_box a::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 2px;
  bottom: 0px;
  background-color: #00000074;
  transition: .4s all ease-in-out;
}

.link_box a:hover::after {
  width: 100%;
}

.img_box {

  height: 80px;

  width: 80px;

  border-radius: 50%;

  background: #ffa500;

  margin-top: -75px;

  margin-right: 20px;

  transition: .4s all ease-in-out;
}

.img_box img {

  border-radius: 50%;
  transition: .2s all ease-in-out;
}

.brans_content:hover .img_box img {
  margin-top: -8px;
}

.content_box h4 {

  color: #d9d9d9;

  font-size: 14px;
}

.star_icon {}

.star_icon span {

  color: #fff;

  font-size: 14px;
}

.bordered {
  border-bottom: 1px solid #0000001e;
}

/* vendor content part end here  */


/* dashboard page start here  */
.dash_count_container {
  grid-template-columns: repeat(3, 3fr);
  display: grid;
  gap: 15px;
  margin-top: 10px;
  background: #fff;
}

.box_c {
  background: #fff;
  padding: 10px 12px;
  box-shadow: 0 0 10px #00000014;
}

.box_c h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #444343;
}

.box_c h6 {
  font-size: 18px;
  font-weight: 600;
}

.box_c p {
  text-align: end;
}

.box_c span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.box_c:nth-child(1) {
  background: #faeaeb;
  border-bottom: 2px solid #ce0c39;
}

.box_c:nth-child(2) {
  background: #fff5d2;
  border-bottom: 2px solid #fec401;
}

.box_c:nth-child(3) {
  background: #e4ecee;
  border-bottom: 2px solid #028096;
}

.box_c:nth-child(4) {
  background: #00008b14;
  border-bottom: 2px solid #00008b;
}

.box_c:nth-child(5) {
  background: #87ceeb3b;
  border-bottom: 2px solid #87ceeb;
}

.box_c:nth-child(6) {
  background: var(--color_Primary)0f;
  border-bottom: 2px solid var(--color_Primary);
}

@media(max-width: 992px) {
  .dash_count_container {
    grid-template-columns: repeat(2, 3fr);
  }
}

@media(max-width: 768px) {
  .dash_count_container {
    grid-template-columns: repeat(1, 3fr);
  }
}

.main_profile {}

.table_sec {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 30px;
}

.table_one {}

.table_two {}

.table_one h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  /* padding-bottom: 10px; */
  /* border-bottom: 2px solid var(--color_Primary); */
  /* margin-bottom: 15px; */
}

.table_one .table {}

.table_one .table thead {}

.table_one .table thead tr {}

.table_one .table thead tr th {
  font-size: 14px;
}

.table_one .table tbody {}

.table_one .table tbody tr {}

.table_one .table tr td {}

.table_two h1 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  /* padding-bottom: 10px; */
  /* border-bottom: 2px solid var(--color_Primary); */
}

.table_two .table {}

.table_two .table thead {}

.table_two .table thead tr {}

.table_two .table thead tr th {
  font-size: 14px;
}

.table_two .table tbody {}

.table_two .table tbody tr {}

.table_two .table tr td {}

@media(max-width: 768px) {
  .table_sec {
    grid-template-columns: repeat(1, 2fr);
  }
}

.mdal_ {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #000000c2;
  z-index: 6;
  display: none;
}

.mdal_content {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #fff;
  /* padding: 40px; */
  border-radius: 5px;
  width: 350px;
}

.mdal_content a {}

.mdal_head {

  padding: 10px;

  display: flex;

  justify-content: space-between;

  /* padding-bottom: 0; */

  background: var(--color_Primary);

  border-top-left-radius: 5px;

  border-top-right-radius: 5px;
}

.bt_close {

  border: none;

  background: transparent;

  color: #fff;

  padding: 0px 10px;
}

.mdal_body {

  padding: 20px;

  max-height: 300px;

  overflow: auto;
}

.mdal_body a {

  display: block;

  width: 100%;

  text-align: center;

  color: #000;

  background: #9191911a;

  margin: 5px 0px;

  padding: 5px 0px;

  border-radius: 5px;
}

.mdal_body p {}

.mdal_body a i {

  margin-right: 5px;
}

.userWpro ul li {
  border-bottom: 1px solid #b4b4b459;
  box-shadow: 0 0 20px #b7b7b770;
  padding: 15px 10px;
  margin-bottom: 10px;
  background: #fff;
}

/* dashboard page end here  */

/* mlm page start here  */
.mlm_de_container {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  gap: 15px;
  margin-top: 20px;
}

.mlm_box {

  padding: 10px;

  box-shadow: 0 0 10px #0003;

  border: 1px solid #98989875;
}

.mlm_box h3 {

  font-size: 16px;

  font-weight: 400;

  text-align: center;

  border-bottom: 1px solid var(--color_Primary)73;

  padding-bottom: 5px;
}

.mlm_box p {

  font-size: 14px;
}

.mlm_box button {
  margin-top: 10px;
}

.nav-link {
  color: #000;
}

.nav-link:hover {
  color: #000;
}

.tbBtns {
  background: #dddddd;
  width: fit-content;
  border-radius: 3px;
  padding: 3px;
}

.tbBtns li {
  border: none;
}

.tbBtns li button {

  min-width: 100px;

  background: #adadad;

  border-radius: 0 !important;

  color: #fff;
}

.tbBtns li button.active {

  background: var(--color_Primary) !important;

  color: #fff !important;

  border-radius: 0;
}

.card_blank {

  margin: 20px 0px;

  margin-right: 10px;
}

.card_blank h6 {
  margin-bottom: 10px;
}

.card_blank i {
  padding: 40px 80px;
  border: 1px dashed #000;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.card_blank p {
  font-size: 10px;
  color: red;
}

.card_list {

  display: flex;
}

.fiat_card img {

  position: absolute;

  z-index: -1;

  width: 100%;

  height: 100%;
}

.fiat_card h6 {

  color: #fff;

  margin: 0;

  font-size: 14px;
}

.fiat_card p {

  font-size: 14px;

  color: #fff;

  letter-spacing: 1px;
}

.fiat_card {

  position: relative;

  width: 220px;

  z-index: 0;

  height: 120px;

  margin: 8px;

  border-radius: 8px;

  overflow: hidden;
}

.txt_card {

  padding: 30px 15px;
}




@media(max-width: 992px) {
  .mlm_de_container {
    grid-template-columns: repeat(3, 4fr);
  }
}

@media(max-width: 576px) {
  .mlm_de_container {
    grid-template-columns: repeat(2, 4fr);
  }
}

@media(max-width: 375px) {
  .mlm_de_container {
    grid-template-columns: repeat(1, 4fr);
  }
}

@media(max-width: 426px) {
  .card_list {
    flex-direction: column;
  }

  .fiat_card {
    margin: 8px 0px;
  }
}

/* mlm page end here  */

.inp_group {

  position: relative;
}

.inp_group input {}

.inp_group button,
.inp_group i {

  position: absolute;

  right: 5px;

  top: 50%;

  transform: translateY(-50%);
  padding: 3px 5px;
}

.mdalBdy_content {

  text-align: center;
}

.mdalBdy_content i {

  font-size: 30px;

  color: #08c008;

  background: #d3ffd3;

  height: 80px;

  width: 80px;

  display: flex;

  justify-content: center;

  align-items: center;

  margin: auto;

  border-radius: 50%;
}

.mdalBdy_content p {

  font-size: 16px;

  margin-top: 15px;
}

.mdal_head h5 {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.mdal_body input,
select,
textarea {
  background: var(--color_Primary)0f !important;
}

.mdal_body input:focus,
select:focus,
textarea:focus {
  background: #fff !important;
}

.mdal_body input:valid,
select:valid,
select:valid {
  border-color: green;
}

/* index page start here  */
.main_sec {}

.brand_container {

  display: grid;

  grid-template-columns: repeat(4, 4fr);

  padding: 10px 0px;

  gap: 20px;
}

.BShop_box {
  padding: 10px;
  box-shadow: 2px 3px 5px 3px #ebebeb;
  background: #fff;
  border-radius: 10px;
  border: var(--borderPrimary);
}

.BShop_box a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.blogTxt {

  display: flex;

  align-items: center;

  /* margin-bottom: 10px; */

  width: 100%;

  /* background: var(--bgPrimary); */

  padding: 10px 0px;

  /* border: 2.5px solid #ccd4e6; */

  border-radius: 5px;
}

.logo_ {}

.logo_ img {

  height: 60px;

  width: 60px;

  border: 1px solid #dbdbdb;

  border-radius: 50%;

  object-fit: contain;

  margin-right: 10px;

  background: #fff;

  box-shadow: 0 0 10px #0000000d;
}

.btxt_ h2 {

  font-size: 16px;

  margin-bottom: 0px;

  color: var(--ColorPrimary);
}

.btxt_ p {
  margin-bottom: 0px;
  font-size: 12px;
}

.bBanner {}

.bBanner img {
  width: 100%;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
  border: var(--borderPrimary);
  filter: drop-shadow(2px 4px 6px #adadad);
}

.foot_tags {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 10px;
  margin-top: 10px;
}

.tbox {
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--borderPrimary);
  border-radius: 5px;
  /* background: var(--bgPrimary); */
  text-align: center;
}

.tbox img {
  height: 40px;
}

.tbox h4 {
  font-size: 12px;
  /* font-weight: 700; */
  margin: 0;
  padding: 5px 2px;
  color: var(--ColorPrimary);
  font-weight: 400;
}

.vWeb {
  filter: drop-shadow(2px 4px 6px #adadad);
}

@media(max-width: 1200px) {
  .brand_container {
    grid-template-columns: repeat(3, 4fr);
  }

  .bBanner img {
    height: 160px;
  }
}

@media(max-width: 992px) {
  .brand_container {
    grid-template-columns: repeat(2, 4fr);
  }

  .logo_ img {
    height: 55px;
    width: 55px;
  }
}

@media(max-width: 768px) {
  .bBanner img {
    height: 150px;
  }

  .logo_ img {
    height: 40px;
    width: 40px;
  }

  .btxt_ h2 {
    font-size: 16px;
  }

  .btxt_ p {
    font-size: 12px;
  }

  .tbox h4 {
    font-size: 10px;
  }

  .tbox img {
    height: 30px;
  }
}

@media(max-width: 576px) {
  .brand_container {
    grid-template-columns: repeat(1, 4fr);
  }
}

/* index page end here  */

.a_link.active {
  color: var(--color_Primary);
}

.brandContainer {
  display: grid;
  grid-template-columns: repeat(6, 12fr);
  padding: 10px 0px;
}

.brandBox {
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 20px;
  transition: .4s all ease-in-out;
  background: #fff;
}

.brandBox img {
  max-height: 80px;
  width: 100%;
}

.brandBox p {
  color: #000;
}

.brandBox:hover {
  box-shadow: 0 0 10px #adadad;
}

.page_title {
  margin-top: 30px;
}

.page_title h4 {}

@media(max-width: 992px) {
  .brandContainer {
    grid-template-columns: repeat(6, 12fr);
  }
}

@media(max-width: 820px) {
  .brandContainer {
    grid-template-columns: repeat(5, 12fr);
  }
}

@media(max-width: 768px) {
  .brandContainer {
    grid-template-columns: repeat(4, 12fr);
  }
}

@media(max-width: 576px) {
  .brandContainer {
    grid-template-columns: repeat(4, 12fr);
  }
}

@media(max-width: 426px) {
  .brandContainer {
    grid-template-columns: repeat(3, 12fr);
  }
}

/* .......shop page ........  */
.shopBox {
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 15px;
  transition: .4s all ease-in-out;
  min-width: 170px;
  background: #fff;
}

.shopContainer {
  display: grid;
  grid-template-columns: repeat(6, 12fr);
}

.shopImg {}

.shopImg img {
  height: 70px;
  width: 70px;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  box-shadow: 0 0 10px #e9e6e6;
  margin-bottom: 10px;
  transition: .4s all ease-in-out;
}

.shopBox h6 {
  color: #000;
  margin-bottom: 5px;
}

.shopBox a.btn_primary {
  font-size: 12px;
  padding: 3px 20px;
  border-radius: 20px;
  display: block;
  margin-top: 5px;
  transition: .4s all ease-in-out;
}

.shopBox a.btn_primary:hover {
  /* transform: scale(1.1); */
  box-shadow: 2px 3px 5px 2px #9d9d9d;
}

.rateReview {
  /* display: flex; */
  /* align-items: center; */
}

.rateReview p {
  font-size: 12px;
  color: var(--color_Primary);
}

.start_ratings {
  font-size: 14px;
}

.start_ratings i {}

.fa-star.active {
  color: #fed912;
}

.shopImg:hover img {
  transform: scale(1.1);
}

.shopBox:hover {
  box-shadow: 0 0 10px #adadad;
}

@media(max-width:992px) {
  .shopContainer {
    grid-template-columns: repeat(4, 12fr);
  }
}

@media(max-width:820px) {
  .shopContainer {
    grid-template-columns: repeat(4, 12fr);
  }
}

@media(max-width:768px) {
  .shopContainer {
    grid-template-columns: repeat(3, 12fr);
  }

  .shopBox a.btn_primary:hover,
  .shopBox:hover {
    box-shadow: none;
  }
}

@media(max-width:576px) {
  .shopContainer {
    grid-template-columns: repeat(3, 12fr);
  }
}

@media(max-width:426px) {
  .shopContainer {
    grid-template-columns: repeat(2, 12fr);
  }
}

.shopBanner {
  margin: 20px 0px;
}

/* blog page start here  */
.bologContainer {
  display: grid;
  grid-template-columns: repeat(4, 6fr);
  gap: 10px;
}

.blog_box {
  background: #fafafa;
  border: 1px solid #ededed;
  padding: 15px;
}

.blog_box img {
  max-height: 145px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 5px;
}

.blogLink {
  font-weight: 400 !important;
  font-size: 14px !important;
  color: var(--color_Primary) !important;
}

.blog_box a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: block;
  margin: 5px 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.blog_box span,
.blog_box strong {
  display: block;
  font-size: 14px;
  color: #a43862;
}

.blogLink:hover i {
  margin-left: 10px;
}

.blogLink i {
  margin-left: 5px;
  transition: .4s all ease-in-out;
}

.blog_box p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #505050;
  margin: 7px 0px;
}
.blog_box p h1,.blog_box p h2,.blog_box p h3,.blog_box p h4,.blog_box p h5,.blog_box p h6{
  font-size: 12px;
}
.blog_sidebar {
  border: 1px solid #ededed;
  padding: 15px;
  background-color: #fff;
}

.blog_sidebar h6 {

  font-size: 16px;

  min-width: 122px;
}

.blog_sidebar form {

  /* border: 1px solid #ededed; */

  padding: 15px;
}

.form_align {

  display: flex;

  align-items: center;
}

.form_align input {

  margin-right: 10px;
}

.form_align label {}

@media(max-width: 992px) {
  .bologContainer {
    grid-template-columns: repeat(3, 6fr);
  }
}

@media(max-width: 576px) {
  .bologContainer {
    grid-template-columns: repeat(2, 6fr);
  }
}

.recentBlogs {}

.recentBlogs ul {}

.recentBlogs ul h4 {

  font-size: 14px;

  font-weight: 600;
}

.recentBlogs ul li {

  padding: 3px 0px;

  border-bottom: 1px solid #d4d4d4;
}

.recentBlogs ul li:last-child {
  border: none;
}

.rBlog {

  display: flex;

  /* align-items: center; */

  margin: 5px 0px;
}

.rBlog img {

  max-width: 100px;

  height: 70px;

  object-fit: cover;

  margin-right: 10px;
}

.rBlog h6 {

  color: #000;

  font-size: 14px;

  line-height: 16px;

  font-weight: 600;

  margin-bottom: 0px;
}

.rBlog span {

  font-size: 12px;
}

.rBlog strong {

  color: var(--color_Primary);

  font-size: 14px;
}

.blog_details_sec {

  padding: 20px 30px;
  background: #fff;
  border-radius: 5px;
}

.single_blog {}

.single_blog img {

  margin-bottom: 10px;
  width: 100%;
}

.single_blog span {

  font-size: 14px;
}

.single_blog strong {

  font-size: 14px;
}

.single_blog h3 {

  font-size: 22px;

  margin: 20px 0px;
}

.blogDes {}

.blogDes p {

  font-size: 14px;
}

/* blog page end here  */

/* coupons page start here  */
.couponsList {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  gap: 20px;
}

.coupon {
  border: 1px solid #000;
  border-radius: 15px;
  padding: 20px;
}

.ctop {}

.ctop h3 {
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.ctop h3 a {
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  margin-left: 10px;
}

.ctop p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.cmiddle {
  position: relative;
}

.middleCircleLeft {
  position: absolute;
  height: 30px;
  width: 20px;
  background: #fff;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.dashLine {
  border: 1px dashed #fff;
}

.middleCircleRight {
  position: absolute;
  height: 30px;
  width: 20px;
  background: #fff;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.cbottom {}

.cbottom ul {
  display: flex;
  justify-content: start;
  align-items: center;
  list-style: none;
  padding: 0;
}

.cbottom ul li {
  /* border: 1px solid #adadad; */
  margin: 0px 3px;
}

.cbottom ul li a {}

.cbottom ul li a img {
  height: 30px;
  border-radius: 2px;
}

.copyCode {
  display: flex;
  justify-content: end;
  align-items: center;
}

.btn_copy {
  padding: 0px 10px;
  border: 1px solid #adadad;
  background: transparent;
  border-radius: 5px;
}

.btn_copy i {}

.copyCode .btn_copy {
  padding: 0;
  border: none;
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
}

.copyCode .btn_copy i {}

.copyCode p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.copyCode p strong {}

.coupon:nth-child(odd) {
  background: linear-gradient(to right, #e2583e 0%, #bf1931 100%);
  border: navajowhite;
}

.coupon:nth-child(even) {

  background: linear-gradient(to right, #7cc4c3 0%, #479493 100%);
  border: none;
}

.cbottom p {
  font-size: 14px;
  color: #fff;
}

@media(max-width: 1200px) {
  .couponsList {
    grid-template-columns: repeat(2, 3fr);
  }
}

@media(max-width: 768px) {
  .couponsList {
    grid-template-columns: repeat(1, 3fr);
  }
}

.pagination ul li a:disabled {
  background: #d5d5d5;
  border: #d5d5d5;
}

.maintanance_box {

  border: 1px solid var(--color_Primary);

  text-align: center;

  /* width: fit-content; */

  margin: auto;

  padding: 30px;

  border-radius: 10px;
}

.maintanance_box img {

  width: 100px;
}

.maintanance_box h2 {

  font-size: 20px;

  margin-top: 10px;

  padding: 5px;

  color: var(--color_Primary);
}

.slide p {
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* coupons page end here  */
.product_grid p strike {
  color: gray;
}

.shortDescPro {
  margin-top: 10px;
  font-size: 12px !important;
}

.short_des p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.short_des span {
  position: unset;
  background-color: transparent;
  color: #000;
  margin: 3px 0px;
  font-size: 13px;
  padding: 0;
}

.paymentMethod_tabs .nav-item {}

.paymentMethod_tabs .nav-link {

  border: none;
}

.paymentMethod_tabs .nav-link.active {

  border: none;

  border-bottom: 2px solid var(--color_Primary);
}

.paymentMethod_tabs .nav-tabs {
  border: 1px solid #adadad;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.btn.btn-warning.bg-history-light {
  background-color: #FFEFDD;
  color: #EC8000;
  font-size: 13px;
  border: none;
}

.bg-success-light {
  background-color: #E1FFED !important;
  color: #33B469 !important;
  font-size: 13px;
}

.bg-danger-light {
  background-color: rgba(255, 218, 218, 0.49) !important;
  color: #FF0000 !important;
  font-size: 13px;
}

/* order confirm page start start here  */

.checkout__totals {
  border: 1px solid #222;
  margin-bottom: 1.25rem;
  padding: 2.5rem 2.5rem 0.5rem;
  width: 26.25rem;
}

@media (max-width: 1199.98px) {
  .checkout__totals {
    width: 100%;
  }
}

.checkout__totals>h3,
.checkout__totals>.h3 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.checkout__totals table {
  width: 100%;
}

.checkout__totals .checkout-cart-items thead th {
  border-bottom: 1px solid #e4e4e4;
  padding: 0.875rem 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.checkout__totals .checkout-cart-items tbody td {
  padding: 0.40625rem 0;
  color: #767676;
}

.checkout__totals .checkout-cart-items tbody tr:first-child td {
  padding-top: 0.8125rem;
}

.checkout__totals .checkout-cart-items tbody tr:last-child td {
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #e4e4e4;
}

.checkout__totals .checkout-totals th,
.checkout__totals .checkout-totals td {
  border-bottom: 1px solid #e4e4e4;
  padding: 0.875rem 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.checkout__totals .checkout-totals tr:last-child th,
.checkout__totals .checkout-totals tr:last-child td {
  border-bottom: 0;
}

.order-complete {
  width: 56.25rem;
  max-width: 100%;
  margin: 3.125rem auto;
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
}

.order-complete__message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.order-complete__message svg {
  margin-bottom: 1.25rem;
}

.order-complete__message h3,
.order-complete__message .h3 {
  font-size: 2.1875rem;
  text-align: center;
}

.order-complete__message p {
  color: #767676;
  margin-bottom: 0;
  text-align: center;
}

.order-complete .order-info {
  width: 100%;
  border: 2px dashed #767676;
  padding: 2.5rem;
  display: flex;
  gap: 1rem;
}

@media (max-width: 767.98px) {
  .order-complete .order-info {
    flex-direction: column;
  }
}

.order-complete .order-info__item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex-grow: 1;
}

.order-complete .order-info__item label {
  font-size: 0.875rem;
  font-weight: 400;
  color: #767676;
}

.order-complete .order-info__item span {
  font-size: 1rem;
  font-weight: 500;
}

.order-complete .checkout__totals {
  width: 100%;
}

.order-complete .checkout__totals .checkout-cart-items thead th:last-child {
  text-align: right;
}

.order-tracking {
  width: 31.25rem;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.order-tracking .btn-track {
  height: 3.75rem;
  font-size: 0.875rem;
}

.my-account .page-title {
  font-size: 2.1875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.my-account .account-nav {
  list-style: none;
  padding: 0;
  padding-top: 2.5rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
}

.my-account .account-nav .menu-link.menu-link_active {
  pointer-events: none;
  color: #c32929;
}

.my-account .page-content {
  padding-top: 2.5rem;
}

.my-account__dashboard p {
  width: 43.125rem;
  max-width: 100%;
}

.my-account__dashboard .unerline-link {
  text-decoration: underline;
}

.my-account__orders-list {
  overflow-x: auto;
  width: 100%;
}

.my-account .orders-table {
  border: 1px solid #e4e4e4;
  width: 100%;
}

.my-account .orders-table thead th {
  background-color: #e4e4e4;
  padding: 1rem 1.875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.my-account .orders-table tbody td {
  border-top: 1px solid #e4e4e4;
  padding: 1.875rem;
}

.my-account .orders-table tbody td:first-child {
  text-decoration: underline;
}

.my-account .orders-table tbody td:last-child {
  width: 12.5rem;
}

.my-account .orders-table tbody td .btn {
  height: 3.125rem;
  font-size: 0.875rem;
}

.my-account__address .notice {
  margin-bottom: 3.75rem;
}

.my-account__address-list {
  display: flex;
  gap: 5.625rem;
}

@media (max-width: 767.98px) {
  .my-account__address-list {
    flex-direction: column;
  }
}

.my-account__address-item {
  flex-grow: 1;
}

.my-account__address-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.875rem;
  font-weight: 500;
}

.my-account__address-item__title h5,
.my-account__address-item__title .h5 {
  font-size: 1.125rem;
  margin: 0;
}

.my-account__address-item__title a {
  font-size: 0.8125rem;
  border-bottom: 2px solid;
}

.my-account__address-item__detail {
  line-height: 1.5rem;
}

.my-account__address-item__detail p {
  margin: 0;
}

.my-account__edit .btn-primary {
  width: 18.75rem;
  height: 3.75rem;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.my-account__wishlist .btn-remove-from-wishlist {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  z-index: 2;
  border: 0;
  background-color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all .3s ease;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.my-account__wishlist .product-card:hover .btn-remove-from-wishlist {
  opacity: 1;
  visibility: visible;
}

.blog-page-title {
  width: 112.5rem;
  height: 16rem;
  max-width: calc(100% - 1.875rem);
  border: 2px solid #e4e4e4;
  margin: 0 auto;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.25rem;
}

.blog-page-title .page-title {
  font-size: calc(1.5rem + 3vw);
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .blog-page-title .page-title {
    font-size: 3.75rem;
  }
}

.blog-page-title .title-bg {
  display: block;
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0.5rem;
  bottom: 0.5rem;
  z-index: -1;
}

.blog-page-title .title-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 576px) {
  .blog-page-title {
    height: 27.5rem;
    padding: 0;
  }
}

.order-track {
  margin-top: 5px;
  padding: 5px;
  border-top: 1px dashed #2c3e50;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}

.order-track-step {
  display: flex;
  height: 60px;
}

.order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}

.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}

.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}

.order-track-step.active .order-track-status-dot,
.order-track-step.active .order-track-status-line {
  background: var(--color-green);
}

.order-track-status-dot {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color_disable);
}

.order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 60px;
  background: var(--color_disable);
}

.order-track-text-stat {
  font-size: 14px;
  font-weight: 500;
  /*! margin-bottom: 3px; */
  height: 14px;
}

.order-track-text-sub {
  font-size: 12px;
  font-weight: 300;
}

.order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}

/* order confirm page end here  */
.discountList .coupon {
  background: #fff;
  border: 1px dashed;
  margin-bottom: 5px;
}

.discountList .coupon h3,
.discountList .coupon p,
.discountList .coupon span {
  color: #000;
}

/* Style the success message */
.success-message {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #4CAF50;
  color: white;
  padding: 15px;
  border-radius: 5px;
  z-index: 99999999;
}

.discountList .coupon .cbottom p {
  font-size: 13px;
}

.discountList .coupon .cbottom p span {
  color: var(--color-green);
}

.discountList .coupon .cbottom p strong {
  font-size: 14px;
  font-weight: 500;
}

/* login page 1.1V start here  */
.form-group {}

.form-group label {
  font-size: 12px;

}

.input_group {}

.input_group input {}

.input_group i {}

.form-group span {}

.logTitle {

  margin-bottom: 30px;
  margin-top: 30px;
}

.logTitle h2 {

  font-size: 25px;

  margin-bottom: 0;

  color: var(--color_Primary);
}

.logTitle p {

  font-size: 14px;

  line-height: 14px;

  color: #000;
}

.login_option_box {
  padding: 30px 15px;
}

.loginpageImage {

  min-height: 100vh;
}

.loginpageImage img {

  height: 100%;

  width: 100%;

  object-fit: cover;

  min-height: 100vh;
}

@media(max-width: 768px) {
  .loginpageImage {
    display: none;
  }
}

/* login page 1.1v end here  */

.tabsBtns {
  position: sticky;
  top: -15px;
  margin-bottom: 10px;
}

.tabsBtns .nav-tabs {
  display: grid;
  grid-template-columns: repeat(4, 4fr);
}

.tabsBtns .nav-tabs button {
  width: fit-content;
  overflow: hidden;
  font-size: 14px;
  border: none;
  border-radius: 0;
  background: var(--color_disable);
  border: 2px solid #fff;
  width: 100%;
}

.tabsBtns .nav-tabs button:hover,
.tabsBtns .nav-tabs button.active {
  background-color: var(--color_Primary);
  color: #fff;
  border: 2px solid #fff;
}

.coming_soon {
  background: linear-gradient(120deg, #ff00cc, #3333ff, #00ffcc);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  font-family: Arial, sans-serif;
}

.container_ {
  text-align: center;
  padding: 100px 0px;
  min-height: 100vh;
  color: white;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 100%;
}

.come_soon h1 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.come_soon p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}


/* bank card part start here  */
/* body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    margin: 0;
    padding: 20px;
    flex-direction: column;
} */

#card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /*! justify-content: center; */
  margin-bottom: 20px;
}

.bank_card {
  width: 400px;
  height: 227px;
  background-color: #1e90ff;
  color: white;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 4px 8px #00000069;
  position: relative;
  transform: scale(1.0);
  /* Default scale */
  transition: transform 0.3s ease;
  transition: .4s all ease-in-out;
  /* z-index: 77; */
}

.bank_card:nth-child(1) {
  margin-top: 0 !important;
}

.bank_card.scaled {
  margin-top: -170px;
  transition: .4s all ease-in-out;
}

.bank_card .bank-name {
  font-size: 1.2em;
  font-weight: bold;
}

.bank_card .card-number {
  font-size: 1.1em;
  letter-spacing: 2px;
}

.bank_card .card-holder {
  font-size: 0.9em;
  text-transform: uppercase;
}

.bank_card .expiry-date {
  font-size: 0.9em;
}

.bank_card .visa-logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
}

#scale-button {
  padding: 10px 20px;
  font-size: 1em;
  cursor: pointer;
}

@media(min-width: 680px) {
  #scale-button {
    display: none;
  }
}

@media(max-width: 768px) {
  .bank_card {
    width: 100%;
  }
}

/* bank card part end here  */

.btn_confirm:active {
  background: var(--color_Primary);
  border-radius: 5px;
  margin-right: 10px;
  padding: 3px 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 1px solid #000;
  color: #fff;
  border: none;
}

.withMethod {

  margin-bottom: 15px;
}

.withMethod input {}

.withMethod input[type="radio"]:checked+label {
  background-color: var(--color_Primary);
  color: #fff;
}

.withMethod label {
  border: 1px solid var(--color_Primary);
  padding: 5px 10px;
  border-radius: 3px;
  color: var(--color_Primary);
  cursor: pointer;
}

/* Hide visually but keep accessible */
.hidden-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.salary_card_container{
  display: flex;
  /*! grid-template-columns: repeat(2,4fr); */
  gap: 10px;
  flex-wrap: wrap;
}
.salary_card{
  background-image: url(../images/bg.png);
/*   background: red; */
  background-size: contain;
  background-position: top right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  background-repeat: no-repeat;
  border: 1px solid #000;
  padding: 20px;
  width: 300px;
  height: 170px;
}
.card_left{
  position: relative;
  height: 100%;
  display: flex;
  /*! justify-content: center; */
  align-content: center;
  width: 33.33%;
}
.card_left .dotimg{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 45%;
}
.card_left .card_logo{
  object-fit: contain;
  width: 100%;
}
.card_middle{

}
.card_middle img{
  height: 50px;
  position: absolute;
  right: -58px;
  bottom: -30px;
  display: none;
}
.price_box{  
  border: 0.5px solid #000;
  padding: 5px;
  position: relative;
  text-align: center;
}
.price_box h1{
  color: red;
    font-weight: 700;
  font-size: 20px;
}
.price_box h3{  
  font-weight: 700;

  font-size: 20px;
  margin: 0;
}
.card_middle p{
  text-align: center;
  font-weight: 700;
  margin: 10px 0px;
  font-size: 12px;
}
.card_right{
  text-align: center;
  position: relative;
  height: 100%;
  width: 33.33%;
}
.card_right .qr_code{
  width: 55px;
  border: 1px solid #000;
  padding: 1px;
}
.card_right h2{
  margin: 0px;
  font-size: 20px;
  color: #000;
  
  font-weight: 700;
}
.card_right h1{
  color: red;  
  font-weight: 700;
  font-size: 18px;
}
.card_right .dots{
   width: 30%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media(max-width:992px){
  .price_box h1{
    font-size: 25px;
  }
  .price_box h3 {
    font-size: 20px;
  }
  .card_right h2 {
    font-size: 20px;
  }
  .card_right h1 {
    font-size: 20px;
  }
}
@media(max-width: 576px){
  .price_box h3 {
    font-size: 16px;
  }
  .price_box {
    padding: 5px;
  }
  .card_middle img {
    height: 25px;
    right: -24px;
    bottom: -20px;
  }
  .salary_card {
    padding: 10px;
  }
  .card_right h1 {
    font-size: 16px;
  }
}