@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  background: #f3f3f3;
  font-family: 'Roboto', sans-serif;
}






/* ----------------------------------------------------------------------------------------------------------------------- */

.flip-card-container p {
  text-align: center;
  color: #333;
  font-size: 2.5rem;
  font-weight: 400;
}

h1 {
  /* margin-top: 3rem; */
  text-align: center;
  color: #410b0b;
  font-size: 2rem;
  font-weight: 400;
  text-shadow: 2px 2px 4px #3b3a3a;
}

.flip-card-container h2 {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  text-shadow: 2px 2px 4px #3b3a3a;
}

.plant-minerals h3 {
  text-align: center;
  color: black;
  font-size: 1.5rem;
  font-weight: 400;
}

.card-content-container {
  /* margin-top: 10rem; */
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  /* height: 100%; */
}

@media screen and (min-device-width: 200px) and (max-device-width: 768px) { 
  .flip-card-container {
    width: 250px !important;
    height: 250px !important;
}
}

.flip-card-container {
  perspective: 1000px;
  overflow: hidden;
  width: 400px;
  height: 400px;
  transform: translateX(-100%);
  animation: slideIn 2s forwards ease-out;
  border-radius: 12px;
  cursor: pointer;
}



.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.2s;
  transform-style: preserve-3d;

}

.flip-card:hover .flip-card-inner {
  /* transform: rotateY(180deg); */
  transition: 3s;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.flip-card-front::before, .flip-card-back::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  /* background: linear-gradient(90deg, #ff6f61, #2980b9, #6dd5fa, #ff6f61, #2980b9, #ff6f61); */
  z-index: -1; /* Lager dan de kaart content */
  /* animation: borderAnim 8s linear infinite; */
  background-size: 150%;

}

.flip-card-front::before {
  background-image: url('./images/plantttt.jpeg');
background-position: center center;
}



@keyframes borderAnim {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.flip-card-front {
  background-color: #bbb;
  background-size: cover;
  background-position: center;
  color: black;
  z-index: 1;
}





.flip-card-front-1, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.flip-card-front-1::before, .flip-card-back::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  /* background: linear-gradient(90deg, #ff6f61, #2980b9, #6dd5fa, #ff6f61, #2980b9, #ff6f61); */
  z-index: -1; /* Lager dan de kaart content */
  /* animation: borderAnim 8s linear infinite; */
  background-size: 150%;

}

.flip-card-front-1::before {
  background-image: url('./images/minarals.jpeg');
background-position: center center;
}



@keyframes borderAnim {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.flip-card-front-1 {
  background-color: #bbb;
  background-size: cover;
  background-position: center;
  color: black;
  z-index: 1;
}






.flip-card-back {
  background-color: chocolate;
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}





  /* Slide-in animation */
@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Apply animation to flip cards */
.flip-card {
  animation: slideIn 0.6s ease-out forwards;
}

/* Staggered animation for multiple cards */
.flip-card:nth-child(1) {
  animation-delay: 0.2s;

}

.flip-card:nth-child(2) {
  animation-delay: 0.4s;
}




/* Responsive layout voor kleinere schermen */

@media only screen and (max-width: 1200px) {
  .card-content-container {
    margin-top: 3rem;
    /* justify-content: left; */
    gap: 1.5rem;
  }
}

@media only screen and (max-width: 768px) { 
  h1 {
    font-size: 1.5rem;
  }
  .card-content-container {
      margin-top: 3rem;
      justify-content: center;
    gap: 1rem;
  }

}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 1.2rem;
  }

  h3 {
      font-size: 1rem;
  }

  .card-content-container {
      margin-top: 3rem;
      justify-content: center;
      gap: 1rem;
  }

  .flip-card {
      transform: translateX(-100%);
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------ */













html {
  scroll-behavior: smooth;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1390px;
  }
}

.owl-theme .owl-dots {
  display: none;
}

.owl-theme .owl-nav {
  display: block !important;
}

.owl-theme .owl-nav button:hover {
  background: transparent !important;
  color: #444 !important;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3333336b;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #333;
}

.btn:focus {
  box-shadow: none !important;
  border: none !important;
}

.btn:hover {
  color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover{
  color: brown;
}
.form-check-input:checked{
  background-color:brown !important;
  border-color: brown !important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: brown !important;
  color: #fff !important;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: brown !important;
  color: #fff !important;
}
.form-select:focus{
  border-color: brown !important;
}
 option:hover{
  background-color: brown !important;
  color: #fff !important;
}
ul,
ol {
  padding-left: 0px;
  list-style-type: none;
}

/* a:hover {
  color: #e21f3f !important;
} */
input:focus,
select:focus,
textarea:focus {
  border-color:brown !important ;
  box-shadow: none !important;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*.full-width {
  width: 100% !important;
}*/

.full-height {
  height: 100% !important;
}

.display-none {
  display: none;
}

.pd-0 {
  padding: 0 !important;
}

.pd-0-7 {
  padding: 0 7px !important;
}

.pd-0-15 {
  padding: 0 15px !important;
}

.mr-0 {
  margin: 0;
}

.mr-b-20 {
  margin-bottom: 20px;
}

.pd-1 {
  padding: 1px !important;
}

.pd-2 {
  padding: 2px !important;
}

.pd-0-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pd-0-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.pd-0-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.font-bold {
  font-weight: bold;
}

.vertical-space-1 {
  display: inline-block;
  width: 100%;
  height: 2px;
}

.vertical-space-2 {
  height: 10px;
}

.vertical-space-3 {
  display: inline-block;
  width: 100%;
  height: 3px;
}

.vertical-space-5 {
  display: inline-block;
  width: 100%;
  height: 5px;
}

.vertical-space-8 {
  display: inline-block;
  width: 100%;
  height: 8px;
}

.vertical-space-10 {
  display: inline-block;
  width: 100%;
  height: 10px;
}

.vertical-space-12 {
  display: inline-block;
  width: 100%;
  height: 12px;
}

.vertical-space-15 {
  display: inline-block;
  width: 100%;
  height: 15px;
}

.vertical-space-20 {
  display: inline-block;
  width: 100%;
  height: 20px;
}

.vertical-space-30 {
  display: inline-block;
  width: 100%;
  height: 30px;
}

.vertical-space-40 {
  display: inline-block;
  width: 100%;
  height: 40px;
}

.vertical-space-50 {
  display: block;
  background: #e1dfda;
  width: 100%;
  height: 50px;
}

.vertical-space-55 {
  display: inline-block;
  width: 100%;
  height: 55px;
}

.vertical-space-60 {
  display: inline-block;
  width: 100%;
  height: 60px;
}

.vertical-space-65 {
  display: inline-block;
  width: 100%;
  height: 65px;
}

.vertical-space-70 {
  display: inline-block;
  width: 100%;
  height: 70px;
}

.vertical-space-80 {
  display: inline-block;
  width: 100%;
  height: 80px;
}

.vertical-space-90 {
  display: inline-block;
  width: 100%;
  height: 90px;
}

.vertical-space-100 {
  display: inline-block;
  width: 100%;
  height: 100px;
}

.vertical-space-120 {
  display: inline-block;
  width: 100%;
  height: 120px;
}

.vertical-space-150 {
  display: inline-block;
  width: 100%;
  height: 150px;
}

/* breadcrumb */
.breadcrumb {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 10px 0px;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "\f04e";
  font-family: "Font Awesome 5 Free";

  font-weight: 700;

  vertical-align: top;

  color: #000;

  font-size: 10px;

  line-height: 20px;
}

/* web-view */
.web-view {
  display: block;
}

.mobile-view {
  display: none;
}

/* common */
.main-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.align {
  align-self: center;
}

.btn:hover {
  background-color: brown;
  color: #fff;
}
.sort-footer{
    display: none;
  }
.store-finder-btn {
  background-color: brown;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  padding: 3px 4px;
  border-radius: 3px;
}

.red {
  color: brown;
}
.green{
  color: green;
}
.see-all-btn {
  position: absolute;
  top: 14px;
  right: 13px;
  background-color: brown;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  width: 72px;
  height: 24px;
  line-height: 11px;
  border-radius: 3px;
}

/* top-border */
.top-border {
  background-color: brown;
  padding: 5px 0px;
}

.top-border p {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-transform: capitalize;
}

/* header */
.header {
  padding: 2px 0px;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
}

.logo {
  width: 300px;
}

.location-bar .input-group {
  background-color: #f3f3f3;
  border-radius: 3px;
  margin-bottom: 0px !important;
}

.location-bar .input-group-text {
  border: none;
  background-color: transparent !important;
  font-size: 13px;
  height: 30px;
  color: #656565;
}

.location-bar input {
  border: none;
  background-color: transparent !important;
  height: 30px;
}

.search-bar {
  margin-left: 4px;
}

.search-bar .input-group .form-control,
.search-bar .input-group .input-group-text {
  height: 30px;
  border: none;
  background-color: #f1f1f1;
  color: #656565;
  font-size: 14px;
}

.header-icons {
  width: 20px;
}

.header-right ul {
  margin-bottom: 0px;
  justify-content: space-evenly;
  align-items: center;
}

.header-right .dropdown .dropdown-menu {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: absolute !important;
  top: 5px !important;
  right: 12px !important;
  padding: 0px;
  width: 200px;
}
.bottom-header ul li .dropdown-toggle::after{
  content: "\f107";
  border: none;
   font-family: "Font Awesome 5 Free"; 
   font-weight: 900; 
   vertical-align: inherit;
   font-size: 12px;
}
.header-right .dropdown .dropdown-menu .dropdown-item {
  text-transform: capitalize;
  color: brown;
  font-size: 14px;
  padding:  10px;
  border-bottom: 1px solid #dddddd5e;
}

.header-right .dropdown .dropdown-menu .dropdown-item.active , .header-right .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: brown;
  color: #fff;
}
.header-right .dropdown .dropdown-menu .dropdown-item:hover i{
  color: #fff;
}
.header-right .dropdown .dropdown-menu .dropdown-item i {
  font-size: 18px;
  margin-right: 15px;
  color: #E61A27;
}

/* bottom-header */
.bottom-header {
  border-bottom: 2px solid brown;
  background-color: #fff;
  padding: 3px 0px;
}

.bottom-header ul {
  margin-bottom: 0px;
  margin-left: 25px;
  /*justify-content: center;*/
}

.bottom-header ul li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  color: #000;
  padding: 7px !important;
}
.bottom-header .dropdown-menu{
  padding: 0px;
  border: none;
  border-radius: 0px;
   box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .16);
}
.bottom-header .dropdown-menu .dropdown-item{
   font-weight: 400;
  font-size: 14px;
  color: #000;
  padding: 7px 10px;
  text-transform: capitalize;
}
.bottom-header ul li a:hover,
.bottom-header ul li a:active,
.bottom-header ul li a:focus {
  color: brown;
}

.bottom-header-right ul {
  margin-bottom: 0px;
  justify-content: space-evenly;
  align-items: center;
}

.bottom-header-right ul li {}

.bottom-header-right ul li a {
  color: brown;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.bottom-header-right ul li a i {
  font-size: 15px;
}

.need-help {
  width: 20px;
}

/* home-banner */
.top-banner-left {
  height: 270px;
}

.top-banner-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-banner .top-banner-slide {
  position: relative;
}

.top-banner .top-banner-slide .owl-nav {
  display: none !important;
}
.top-banner .top-banner-slide .owl-dots .owl-dot span {
  background-color: #fff;
  zoom: 0.7;
}

.top-banner .top-banner-slide .owl-dots .owl-dot.active span {
  background-color: brown !important;
}

/* top-banner-right */
.top-banner-right {
  height: 270px !important;
}

.top-banner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.top-banner .top-banner-slide .owl-dots{
  display: block;
  position: absolute;
  left: 40%;
  transform: translateX(50%);
  z-index: 10;
  bottom: 10%;
}

/* body-content */
/* today-sales */
.product-section {
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 3px;
  position: relative;
}

.product-section .product-slide-section {
  padding: 0px 20px;
}

.product-section .card-img-box {
  width: 100%;
  float: left;
  position: relative;
}

.product-section .card-img-link {
  width: 100%;
  height: 200px;
  float: left;
}

.product-section .product-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  width: auto !important;
  display: block !important;
  transform: translate(-50%, -50%);
}

.time-end {
  align-items: center;
  font-size: 15px;
  margin-bottom: 5px;
}

.time-end span {
  margin-left: 3px;
  margin-right: 5px;
}

.time-end span img {
  width: 15px !important;
}

.product-section .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 5px 5px;
}

.product-section .card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-section .card .card-body {
  line-height: 23px;
  padding: 0px 10px 10px;
}

.product-section .card .card-body .product-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}

.product-section .card .card-body .product-rating {
  align-items: center;
  margin-top: 5px;
}

.rating-box {
  color: #fff;
  background-color: brown;
  font-size: 11px;
  font-weight: 500;
  width: 38px;
  height: 18px;
  line-height: 19px;
  border-radius: 3px;
  text-align: center;
}

.rating-box i {
  font-size: 10px;
  vertical-align: top;
  padding-top: 4px;
}

.product-rating .rating-count {
  font-size: 13px;
  margin-left: 5px;
  color: #656565;
}

.prize-info {
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0px;
  align-items: baseline;
}

.prize-info li {
  margin-right: 7px;
}

.prize-info li.red {
  font-size: 12px;
  font-weight: 600;
  vertical-align: baseline;
}

.product-slide .owl-nav button.owl-prev , .product-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    color: #E71A1C;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-slide .owl-nav button.owl-next , .product-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -30px;
  color: #E71A1C;

   width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* top-brands */
.top-brands {
  margin: 25px 0px;
  padding:10px 0px 20px 0px;
}

.top-brands .top-brand-img {
  width: 100%;
}

.top-brands .box-brand {
  box-shadow: 0px 0px 3px #ccc;
  padding: 40px 25px;
  height: 200px;
}

/* whats-our-customer-say */
.whats-our {
  background-color: #fff;
  padding: 15px 0px 10px;
}

/* customer-say */
.customer-say-section {
  background: url("../images/SKM/Layer-509.png");
  background-size: contain;
}

.customer-say {
  padding: 20px 50px;
}

.customer-say .customer-say-slide .card {
  margin: 30px 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: none;
}

.review-person {
  width: 50px !important;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}

.reviewer-name {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.reviewer-text {
  margin: 10px 0px;
}

.customer-say .customer-say-slide .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  color: #E71A1C;

  width: 25px;
  height: 25px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.customer-say .customer-say-slide .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  color: #E71A1C;

  width: 25px;
  height: 25px;
  line-height: 26px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* super-safe-standars */
.super-safe {
  background-color: #fff;
  padding: 10px 70px 50px;
  border-bottom: 1px solid #dddddd5e;
}

.super-safe .main-title {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 800;
}

.super-safe .card {
  border: none;
}

.super-safe .img-fit {
  width: 100%;
  height: 90px;
}

.super-safe img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.super-safe .card .card-body {
  padding-left: 0px;
}

.super-safe .card .card-body .card-title {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}

.super-safe .card .card-body .card-text {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.super-safe-2 {
  background-color: #fff;
  padding: 20px 40px 0px;
}

.super-safe-2 .card {
  border: none;
  margin: 20px;
}

.super-safe-2 .img-fit {
  width: 100%;
  height: 40px;
}

.super-safe-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.super-safe-2 .card .card-body .card-title {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0px;
}

.super-safe-2 .card .card-body .card-text {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  padding-top: 5px;
}

.super-safe-2 .queries {
  text-align: center;
}

.super-safe-2 .queries p {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
}

.contact-btn {
  background-color: transparent;
  color: brown;
  font-weight: 600;
  font-size: 16px;
  margin-top: 10px;
  padding: 6px 35px;
  border: 2px solid brown;
  text-transform: capitalize;
}
.contact-btn:hover{
   background-color: brown;
  color: #fff;
  border-color:brown ;
}
.contact-btn:focus{
  border:2px solid brown !important;
}
.contact-page-box{

  margin-top: 30px;
   
}
.contact-page-box .address-icon{
  color:brown;
}
.contact-page-box .address{
  padding-bottom: 15px;
}
.contact-page-box .address:last-child{
  padding-bottom: 0px;
}
.contact-page-box .border-right{
  border-right: 1px solid #eee;
}
.contact-page-box .contact-us-title{
  font-size: 18px;
  font-weight: 700;
  color:brown;
  margin-bottom: 30px;
}
.contact-page-subtitle{
   font-size: 24px;
  font-weight: 700;
  color:#000;
  text-align: center;
  margin-bottom: 30px;
}
.contact-page-subtitle_1{
   font-size: 24px;
  font-weight: 700;
  color:#000;
  text-align: center;
  margin: 20px 0px;
}
.contact-page-1 .contact-page-box{
  margin-top: 10px;
  padding: 30px;
  background-color: #fff;
    border-bottom: 1px solid #dddddd5e;
}
.report-btn{
   background-color: brown;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
  padding: 6px 30px;
  text-transform: capitalize;
}
/* 2-nd page */
/* product-page */
 .product-left {
  background-color: #fff;
  border-radius: 6px;
  position: sticky;
  top: 20px;
}
.product-left-header{
  background: brown;
  padding: 10px 15px;
}
.product-left-header .filter-text{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.product-left-header .filter-text i{
  margin-left: 5px;
}
.product-left-body{
  padding:10px 20px;
}
.header-search .input-group{
  border: 1px solid #dfdada;
}
 .header-search .input-group .input-group-text{
  background: #fff;
  padding:3px 10px;
  font-size: 16px;
  color: #c3c3c3;
  border-radius: 0px;
  border-color: transparent;
}
 .header-search .input-group .form-control{
  border-right: none;
  background: #fff;
  font-size: 16px;
  color: #9E9E9E;
   border-radius: 0px;
   border-color: transparent;
}
 .header-search .input-group .form-control:focus{
  border-color:transparent !important;
 }
 .header-search .input-group .form-control::placeholder{
  color: #9E9E9E;
  font-size: 14px;
}
.brand-categorey-list .media-list{
  margin-left: 0px;
}
.brand-categorey-list .media-list .list-group-item {
  border: none;
  padding: 5px 0px;
   background: transparent; 
}
.brand-categorey-list .media-list .list-group-item input{
  margin-right: 10px !important;
  margin-top: 5px;
}
.brand-categorey-list .media-list .list-group-item a{
   font-size: 14px;
  line-height: 25px;
  color: #7a7a7b;

}
.brand-categorey-list .media-list .list-group-item .badge{
  float: right;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #7a7a7b;
  padding: 0px;
}
 .product-left hr {
  margin: 0;
  color: #eee;
  opacity: 0.8;
}
 .product-left .collapse .nav-link {
  padding: 10px 15px;
  color: #000;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
}
 .product-left .collapse .nav-link {
  position: relative;
}
 .product-left .collapse .nav-link::after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 16px;
  color: #E3000F;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
 .product-right {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
}
 .product-left .collapse ul{
  list-style-type: square;
}
 .product-left .collapse ul li .dropdown-item{
  padding: 10px 0px;
}
 .product-left .collapse ul li .dropdown-item:hover,  .product-left .collapse ul li .dropdown-item:focus{
  background-color: transparent;
  color: brown;
}
.blog-sort .sort{
  padding-top: 7px;
}
.blog-sort .main-title{
  padding-top: 7px;
}
.blog-sort .header-search .input-group .form-control{
  font-size: 14px;
}
.sort {
  margin-bottom: 10px;
}
.sort .dropdown-toggle::after{
  display: none;
}
.sort  .sort-link {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  color: brown;
}
.sort .dropdown-menu{
  padding: 0px;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 8px #ccc
}
.sort .dropdown-menu .dropdown-item{
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
}
.sort .dropdown-menu .dropdown-item:hover{
  background-color:  brown;
  color: #fff;
}
.sort  .sort-link i {
  margin-left: 5px;
}
.product-left .slider-body{
  padding: 20px 15px;
}
.product-left .slider-body .go-btn{
  margin-top: 20px;
}
.product-left [slider] {
  position: relative;
  height: 10px;
  border-radius: 10px;
  text-align: left;
  margin: 5px 0 10px 0;
}

.product-left [slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 10px;
}

.product-left [slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 10px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

.product-left [slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 10px;
  border-radius: 10px;
  background-color: #CCC;
  margin: 0 7px;
}

.product-left [slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 10px;
  border-radius: 14px;
  background-color: brown;
}
.product-left .common-btn{
  background:brown ;
  padding: 7px 15px;
  color: #fff;
  font-size: 14px;
  border-color: brown;
  width: 100%;
}
.product-left [slider] > div > [thumb] {
  position: absolute;
  top: -4px;
  z-index: 2;
  height: 18px;
  width: 18px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #FFF;
  border-radius: 50%;
  outline: none;
}

.product-left [slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 10px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.product-left div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}

.product-left div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}

.product-left div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}

.product-left div[slider] > input[type=range]:focus {
  outline: none;
}

.product-left div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

.product-left div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}

.product-left div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}

.product-left div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}

.product-left div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}

.product-left div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}

.product-left [slider] > div > [sign] {
  opacity: 0;
  display: none;
  position: absolute;
  margin-left: -15px;
  top: -39px;
  z-index:3;
  background-color: #228709;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.product-left [slider] > div > [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #228709;
}

.product-left [slider] > div > [sign] > span {
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
}

.product-left [slider]:hover > div > [sign] {
  opacity: 0;
}
.product-page .product-right .card .card-head {
  padding: 0px 10px;
  padding-top: 10px;
  height: 35px;
}

.product-page .product-right .card .card-head ul {
  margin-bottom: 0px;
}

.product-page .product-right .card .card-head ul li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  color: brown;
  margin-right: 10px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.product-page .product-right .card-img-box {
  width: 100%;
  float: left;
  position: relative;
}
.delete-icon{
  position: absolute;
  top: 15px;
  right: 15px;
}
.delete-icon i{
  font-size: 16px;
  color: #ccc !important;
}
.delete-icon:hover i{
  color: brown !important;
}
.offer-img-box{
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.offer-img-box .offer-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-title{
  font-size: 18px;
  font-weight: 700;
  color: #444;
  margin-bottom: 10px;
}
.offer-text{
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 26px;
    text-align: left;
}
.product-page .product-right .card-img-link {
  width: 100%;
  height: 200px;
  float: left;
}

.product-page .product-right .product-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 51%;
  left: 50%;
  margin: auto;
  width: auto !important;
  display: block !important;
  transform: translate(-50%, -50%);
}

.product-page .product-right .card .card-body {
  text-align: center;
  line-height: 23px;
  padding: 0px 10px 10px;
}

.product-page .product-right .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 5px 5px;
  margin-bottom: 15px;
  height: 380px;
}

.product-page .product-right .card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-page .product-right .card .card-body .product-title {
  font-size: 15px;
  font-weight: 600;
  margin: 5px 0px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-page .product-right .card .card-body .prize-info {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0px;
  align-items: baseline;
}

.product-page .product-right .card .card-body .star-rating {
  margin-top: -8px;
}

.product-page .product-right .card .card-body .star-rating ul {
  margin-bottom: 0px;
  justify-content: center;
}

.product-page .product-right .card .card-body .star-rating ul li i {
  color: brown;
  font-size: 10px;
}

.product-page .product-right .card .card-body .star-rating ul li p {
  margin-left: 5px;
  font-size: 11px;
}

.product-page .product-right .card .card-bottom {
  border-top: 1px solid #ddd;
  display: none;
  transition: 3s;
}

.product-page .product-right .card:hover .card-bottom {
  display: block;
}

.product-page .product-right .card .card-bottom p img {
  width: 20px;
}

.add-to-btn {
  background-color: brown;
  color: #fff;
  width: 100%;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 50%;
  color: brown;
}

.page .page-link {
  border-radius: 50%;
  margin: 0px 10px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0px;
  text-align: center;
  color: #000;
}
.page .page-link:focus{
  box-shadow: none !important;
}
.page .page-link.active {
  background-color: brown !important;
  color: #fff;
  border-color: brown;
}

/* footer */


.login {
  overflow: hidden;
  background: url(../assets/images/home1/banner/story-banner.png);
}

.login-box-left {
  height: 600px;
  border-radius: 5px;
  background:brown;
  background-size: cover;
  background-position: center;
  position: relative;
}

.login-box-left .left-tab {
  height: 300px;
}

.login-box-left .login-left-content {
  padding: 20px;
  padding-right: 5px;
  color: #fff;
}

.login-box-left .login-left-content .login-tick {
  color: #fff;
}

.login-box-left .login-left-img-box {
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 40px;
}
.login-box-left .login-left-content ul {
  padding-left: 33px;
  margin-top: 20px;
}

.login-box-left .login-left-content ul li {
  text-indent: -17px;
  margin-bottom: 15px;
  font-size: 15px;
}

.login-box-left .login-left-content ul li i {
  margin-right: 12px;
}

.login-box-left .login-left-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.login-right {
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 600px;
  position: relative;
}

.login-box-right {
  padding: 15px 30px;
}

.login-right .nav-tabs {
  border-bottom: 2px solid #F0F3F2;
}

.login-right .nav-tabs .nav-link {
  position: relative;
}

.login-right .nav-tabs .nav-link.active {
  color: #df0210;
}

.login-right .nav .nav-item .nav-link.active::after {
  content: " ";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #df0210;
  -webkit-transform: translateX(0%) scaleX(1);
  transform: translateX(0%) scaleX(1);
}

.login-right .nav-tabs .nav-link {
  margin-bottom: -2px;
  background: none;
  border: none;
  color: #000;
  font-weight: 500;
  padding: 10px 16px;
}

.login-right .nav .nav-item .nav-link::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateX(0%) scaleX(0);
  -webkit-transform: translateX(0%) scale(0);
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  width: 100%;
  height: 2px;
  background-color: #df0210;
  -webkit-transition: transform .3s;
  transition: transform .3s;
}

.login-box-right .tab-content .tab-pane .form-control {
  font-size: 13px;
}

.login-box-right .tab-content .tab-pane .login-btn {
  background-color: brown;
  color: #fff;
  width: 100%;
  margin: 20px 0;
  padding: 5px;
  font-size: 14px;
}

.login-box-right .tab-content .tab-pane .login-text {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.login-box-right .tab-content .tab-pane .or-content {
  margin:  0;
}

.login-box-right .tab-content .tab-pane .or-content p span {
  line-height: 10px;
}

.login-box-right .tab-content .tab-pane .or-content p::before,
.login-box-right .tab-content .tab-pane .or-content p::after {
  display: inline-block;
  margin: 0 10px 4px 0px;
  height: 1px;
  content: " ";
  text-shadow: none;
  background-color: #d0d0d0;
  width: 43%;
}

.login-box-right .tab-content .tab-pane .or-content p::after {
  margin: 0 0px 4px 10px;
}

.login-box-right .tab-content .tab-pane .google-btn {
  margin: 10px auto;
  margin-top: 13px;
  text-align: center;
}

.login-box-right .tab-content .tab-pane .google-btn .google {
  padding: 5px 30px;
  font-size: 13px;
}

.login-box-right .tab-content .tab-pane .google-btn .google:hover {
  color: brown;
  background-color: #fff;
}
.login-box-right .tab-content .tab-pane .google-btn .google:focus{
  border: 1px solid #dee2e6 !important;
}
.login-box-right .tab-content .tab-pane .google-btn img {
  height: 20px;
  width: 20px;
}

.login-box-right .tab-content .tab-pane .form-title {
  font-size: 13px;
  margin-bottom: 6px;
}
.login-box-right .radio input[type="radio"] + .radio-label:before{
  border: 1px solid #ced4da;
      width: 15px;
    height: 15px;
}
.login-box-right .radio input[type="radio"]:checked + .radio-label:before{
  border-color: brown;
}
.login-box-right .radio-label{
  font-weight: 400;
}

.login-right .right-bottom {
  bottom: 5px;
  position: absolute;
  width: 100%;
}

.login-right .right-bottom .bottom-text {
  font-size: 11px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #B5B5B5;
}

.login-right .right-bottom .bottom-text .terms {
  color: #0d6efd;
  text-decoration: underline;
}
.shipping-header {
  border-bottom: 2px solid brown;
  padding: 15px 0;
}
.shipping-header .logo {
  width: 400px;
}
.shipping-form .shipping-content {
  background-color: #fff;
  padding: 20px 80px;
}
.shipping-form .shipping-content form .form-control {
  border: none;
  box-shadow: 0px 0px 3px 1px #eee;
  padding:  10px;
  font-size: 13px;
  border-radius: 3px;
}
.shipping-form .shipping-content form .form-control:focus{
  box-shadow: 0px 0px 3px 1px #eee !important;
}
.shipping-form .shipping-content form .form-control::placeholder{
  color: #000;
}
.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: transparent;
  border-radius: 100%;
  border: 2px solid brown;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: brown;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: brown;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 3px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.radio-label {
  font-weight: 600;
}
.cancel-btn {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  padding: 3px 25px;
  border: none;
  text-transform: uppercase;
}
.save-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 7px 30px;
  border: none;
  background-color: brown;
}
.save-btn:hover {
  background-color: brown;
}
.black-btn{
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 7px 20px;
  border: none;
  background-color: #000;
}
.black-btn:hover {
  background-color: #000;
}
/*  blog  */
.bottom-header .bottom-header-right .discount {
  width: 16px;
}
.blog-content {
  background-color: #fff;
  padding-bottom: 10px;
}
.blog-content .top-banner .owl-dots {
  display: block !important;
  position: absolute;
  left: 6%;
  bottom: 15px;
}
.blog-content .top-banner {
  width: 100%;
  height: 350px;
  position: relative;
}
.blog-content .top-banner .owl-stage-outer {
  height: 350px;
}
.top-banner .banner-img-1 {
  position: absolute;
}
.blog-content .top-banner .banner-detail {
  margin-left: 50px;
  position: absolute;
}
.blog-content .top-banner .banner-title {
  color: #fff;
  font-size: 43px;
  font-weight: 500;
  text-shadow: 2px 2px 5px #888;
}
.blog-content .top-banner .banner-sub-title {
  color: #fff;
  font-size: 24px;
  margin-top: 30px;
  text-shadow: 2px 2px 5px #888;
}
.blog-content .top-banner .banner-btn {
  font-size: 14px;
  display: inline-block;
  padding: 5px 30px;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  margin-top: 15px;
  margin-left: 27px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.top-banner .owl-nav {
  display: none;
}
.blog-content .top-banner .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 5px 3px;
}
.blog-content .top-banner .owl-theme .owl-dots .owl-dot.active span {
  background: red !important;
  border: 3px solid #fff;
}
.blog-content .content .owl-carousel .owl-nav .owl-prev  {
  font-size: 14px;
  color: #E71A1C !important;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  left: -40px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  box-shadow: 0px 0px 2px 1px #c5bbbb;
}
.blog-content .content .owl-carousel .owl-nav .owl-next  {
  font-size: 14px;
  color: #E71A1C !important;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 46%;
  right: -40px;
  height: 30px;
  width: 30px;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
  box-shadow: 0px 0px 2px 1px #c5bbbb;
}
.blog-content .content .owl-carousel .owl-nav .owl-next i,
.blog-content .content .owl-carousel .owl-nav .owl-prev i {
  line-height: inherit;
}
.content .item .card {
  margin: 5px 15px;
  border-radius: 6px;
  border: none;
  box-shadow: 0px 0px 4px 2px #eee;
}
.content .item .card .card-body {
  padding: 10px 15px;
  min-height: 160px;
}
.content .item .card .card-header {
  border: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0px 0px 2px 2px #eee;
}
.content .item .card .card-header .card-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.content .item .card .card-img-box {
  position: relative;
  height: 230px;
  width: 100%;
}
.content .item .card .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0;
}
.content .item .card .card-body .carousel-text {
  font-size: 12px;
  line-height: 22px;
}
.blog-content .read-more {
  font-size: 16px;
  font-weight: 500;
  color: #E71A1C;
}
/*  blog-care  */
.blog-content .content-title {
  font-size: 21px;
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.blog-care hr {
  color: #a7a7a7;
}
.blog-care .blog-content .content {
  margin-bottom: 40px;
}
.blog-care .blog-content .carousel-4 {
  margin-bottom: 0px;
}
/*  profile  */
.profile .content-box .content {
  background-color: #fff;
}
.profile .content-header {
  background-color: #fff;
  padding: 6px 10px;
  box-shadow: 0px 0px 3px 1px #f1f1f1;
  border-bottom: 2px solid #F0F3F2;
}
.profile .content-box .content .content-box-body{
  padding:  30px;
}
.profile .content-header .profile-title {
  position: relative;
  padding: 10px 15px;
  margin: 0;
}
.profile .content-header .profile-title::after {
  content: " ";
  position: absolute;
  left: 0%;
  bottom: -8px;
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #df0210;
}
.profile .content-box .content .left-nav .nav-link {
  color: #000;
  margin-bottom: 15px ;
  text-align: left;
  padding:  12px 15px;
  box-shadow: 0px 0px 3px 1px #f1f1f1;
}
.profile .content-box .content .left-nav .nav-link .nav-name{
  margin-bottom: 0px;
  font-size: 16px;
}
.profile .content-box .content .left-nav .user {
  font-size: 16px;
}
.profile .content-box .content .left-nav .user {
  color: #E3000F;
  margin-right: 10px;
}
.profile .content-box .content .left-nav .angle-right{
  color: #E3000F;
  float: right;
}
.profile .content-box .content .left-nav .nav-link.active {
  background-color: #E3000F;
  color: #fff;
}
.profile .content-box .content .left-nav .nav-link.active .user,
.profile .content-box .content .left-nav .nav-link.active .angle-right {
  color: #fff;
}
.profile .content .tab-content-header > .active {
  width: fit-content;
}

 .user .user-content,
 .wishlist .wishlist-content,
 .order .order-content {
  padding: 30px;
  box-shadow: 0px 0px 3px 1px #f1f1f1;
}
 .order .order-content {
  padding: 8px 15px;
  margin-bottom: 25px;
}
 .content-box .content .right-nav-content .user form .save-btn {
  width: 100%;
  padding: 9px 10px;
  font-size: 14px;
}
 .content-box .content .right-nav-content .user form .select-gender {
  position: relative;
}
 .content-box .content .right-nav-content .user form .select-gender::after {
  content: "\f107";
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 16px;
  color: #E3000F;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
}
 .content-box .content .right-nav-content .user form .form-control ,
 .content-box .content .right-nav-content .user form .form-select {
  border: none;
  box-shadow: 0px 0px 3px 1px #eee;
  padding: 9px 15px;
  font-size: 13px;
  border-radius: 3px;
  background-image: none;
}
 .content-box .content .right-nav-content .user form .form-control:focus ,
 .content-box .content .right-nav-content .user form .form-select:focus,
 .content-box .content .right-nav-content .help form .form-control:focus, 
 .content-box .content .right-nav-content .help form .form-select:focus {
  box-shadow: 0px 0px 3px 1px #eee !important;
}
 .content-box .content .right-nav-content .wishlist .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 5px 5px;
  margin-bottom: 15px;
  height: 350px;
}
 .content-box .content .right-nav-content .wishlist .card-img-box {
  width: 100%;
  float: left;
  position: relative;
}
 .content-box .content .right-nav-content .wishlist .card-img-link {
  width: 100%;
  height: 200px;
  float: left;
}
 .content-box .content .right-nav-content .wishlist .product-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  width: auto !important;
  display: block !important;
  transform: translate(-50%, -50%);
}
 .content-box .content .right-nav-content .wishlist .card .card-body {
  text-align: center;
  line-height: 23px;
  padding: 0px 10px 10px;
}
 .content-box .content .right-nav-content .wishlist .card-bottom {
  border: none;
}
 .content-box .content .right-nav-content .wishlist .card-bottom .add-to-btn {
  border-radius: 7px;
}
 .read-more {
  padding-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #E71A1C;
}
 .read-more:hover{
  color:#E71A1C ;
 }
 .read-more i{
  font-size: 14px;
  margin-left: 5px;
 }
  .order-content {
   background: #fff;
    box-shadow: 0px 0px 3px 1px #f1f1f1;
    padding: 8px 15px;
    margin-bottom: 25px;
}
 .order-content .card-img-box {
  width: 100%;
  float: left;
  position: relative;
}
 .order-content .card-img-link {
  width: 100%;
  height: 95px;
  float: left;
}
 .order-content .product-img {
  position: absolute;
  max-width: 100%;
  max-height: 110px;
  top: 50%;
  left: 50%;
  margin: auto;
  width: auto !important;
  display: block !important;
  transform: translate(-50%, -50%);
}
.order-content .product-name {
  padding-top: 15px;
}
.order-content .product-name p span {
  font-weight: 600;
}
.order-content .radio input[type="radio"] + .radio-label:before {
  background-color: brown;
  box-shadow: inset 0 0 0 3px #f4f4f4;
}
 .order-content .radio input[type="radio"] + .radio-label:before {
  margin-right: 5px;
  width: 13px;
  height: 13px;
  border: 1px solid brown;
}
 .order-content .radio .radio-label {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 10px;
}
 .order-content .radio p {
  font-size: 12px;
  font-weight: 500;
}
 .order-content .productdetail {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px;
}
 .order-content .productdetail span {
  color: #E3000F;
  font-size: 13px;
  padding-right: 2px;
}
 .no-order-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 8px 40px;
  border: none;
  background-color: brown;
}
 .help .help-box {
  box-shadow: 0px 0px 3px 1px #f1f1f1;
  margin: 0px;
}
 .help .help-box-body {
  padding: 20px 10px;
}
 .help .help-box p i {
  font-size: 35px;
  color: #E3000F;
  padding: 20px 15px;
}
 .help .help-box .help-box-text {
  font-size: 12px;
  text-align: center;
} 
 .help .help-box .help-box-btn {
  text-align: center;
  border-radius: 0;
  border: none;
  background-color: #fff;
  padding: 3px 10px;
  box-shadow: 0px 0px 3px 1px #f1f1f1;
  font-size: 12px;
  color: #000;
  font-weight: 500;
  width: 90%;
  margin:0 auto;
}
.help .help-box .help-box-btn:focus{
  box-shadow: 0px 0px 3px 1px #f1f1f1 !important;
}
 .help .help-box .help-box-btn:hover {
  color: brown;
}
 .help .help-title-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
 .help .help-text {
  font-size: 12px;
}
 .help form .form-control, 
 .help form .form-select {
  border: none;
  box-shadow: 0px 0px 3px 1px #eee;
  padding: 9px 15px;
  font-size: 13px;
  border-radius: 3px;
  background-image: none;
}
 .help form .select-country {
  position: relative;
}
 .help form .select-country::after {
  content: "\f107";
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 16px;
  color: #E3000F;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
 .help form .save-btn {
  width: 100%;
  padding: 9px 10px;
  font-size: 14px;
}
 .help form .form-label {
  font-size: 13px;
}
/*  payment  */
.payment {
  background-color: #E3000F;
  padding: 7px 30px;
  border-radius: 7px;
}
.payment .title {
  font-size: 18px;
  color: #fff;
  padding-top: 20px;
  margin: 0;
}
.bs4-order-tracking {
  overflow: hidden;
  color: #878788;
  margin: 0;
}
.bs4-order-tracking li {
  list-style-type: none;
  font-size: 13px;
  width: 33.33%;
  float: left;
  position: relative;
  font-weight: 400;
  color: #878788;
  text-align: center;
}
.bs4-order-tracking li:first-child:before {
  margin-left: 15px !important;
  padding-left: 11px !important;
  text-align: left !important;
}
.bs4-order-tracking li:last-child:before {
  margin-right: 5px !important;
  padding-right: 11px !important;
  text-align: right !important;
}
.bs4-order-tracking li > div {
  color: #fff;
  height: 33px;
  width: 33px;
  text-align: center;
  line-height: 33px;
  display: block;
  font-size: 14px;
  background: #A6000B;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 6px;
}
.bs4-order-tracking li:after {
  content: "";
  width: 69%;
  height: 1px;
  background: #fff;
  opacity: 0.4;
  position: absolute;
  left: 66%;
  right: 0%;
  top: 15px;
  z-index: 0;
}
.bs4-order-tracking li:first-child:after {
  left: 65%;
}
.bs4-order-tracking li:last-child:after {
  left: 0% !important;
  width: 0% !important;
}
.bs4-order-tracking li.active {
  color: #fff;
}
.bs4-order-tracking li.active > div {
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 15px;
}
.step span {
  color: #fff;
  font-size: 12px;
}
.bs4-order-tracking .step2.active .step1.active:after{
  opacity: 1 !important;
  background: #fff;
}
.bs4-order-tracking li.active:after {
  background: #fff;
  opacity: 0.4 ;
}
.payment-content {
  background-color: #fff;
  padding: 30px;
}
.payment-content hr {
  opacity: 0.1;
}
.payment-content .check-box {
  box-shadow: 0px 0px 3px 2px #f1f1f1;
}
.payment-content .check-box .order-product {
  padding: 20px 0;
}
.payment-content .check-box .order-product .order-img {
  width: 100%;
}
.payment-content .check-box .order-product p .rate {
  font-size: 18px;
  font-weight: 500;
  padding-left: 5px;
}
.payment-content .check-box .order-product p .rate i{
  font-size: 16px;
  margin-right: 5px;
}
.payment-content .check-box hr {
  margin: 0;
}
.payment-content .check-box .speed {
  padding: 10px 20px;
  padding-bottom: 20px;
  background-color: #F5F5F5;
}
.payment-content .check-box .speed .speed-title {
  font-size: 12px;
  margin-bottom: 10px;
}
.payment-content .check-box .speed .speed-box {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 1px #ddd;;
}
.payment-content .check-box .speed .speed-box .radio .radio-label::before {
  width: 20px;
  height: 20px;
}
.payment-content .check-box .speed .speed-box .radio .radio-label {
  margin: 0;
  line-height: 25px;
}
.payment-content .check-box .radio {
  padding: 10px;
  margin: 0;
}
.payment-content .check-box .radio input[type="radio"] + .radio-label:before {
  width: 14px;
  height: 14px;
}
.payment-content .check-box .radio .radio-label {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
}
.payment-content .title {
  font-weight: 500;
  margin-bottom: 10px;
}
.payment-content .check-box .check-box-body{
  padding: 10px 0px;
}
.payment-content .check-box .radio .radio-img-box {
  width: fit-content;
  height: 15px;
  margin-left: 30px;
}
.phonepe-img{
  height: 22px !important;
}
.payment-content .check-box .radio .radio-img {
  width: 100%;
  height: 100%;
}
.payment-content .payment-right .title span {
  color: #E3000F;
  float: right;
}
.payment-content .payment-right .address-box {
  box-shadow: 0px 0px 3px 2px #f1f1f1;
  padding: 10px 20px;
  padding-bottom: 20px;
  font-size: 12px;
}
.payment-content .payment-right .address-box p{
  line-height: 25px;
  font-size: 14px;
}
.payment-content .payment-right .payment-detail-box {
  box-shadow: 0px 0px 3px 2px #f1f1f1;
  padding-bottom: 20px;
}
.payment-content .payment-right .payment-detail-box p{
  line-height: 25px;
  font-size: 13px;
}
.payment-content .payment-right .payment-detail {
  padding: 10px 20px;
  font-size: 13px;
}
.payment-content .payment-right .payment-detail-box hr {
  margin: 0;
}
.payment-content .payment-right .payment-detail-box table .left {
  width: 80%;
  padding: 3px 0;
}
.payment-content .payment-right .payment-detail-box .t-amount {
  font-size: 14px;
  font-weight: 700;
}
.t-amount-text{
  font-size: 15px !important;
}
.payment-content .payment-right .payment-detail-box .t-prize {
  font-size: 16px;
  font-weight: 500;
}
.payment-content .payment-right .payment-detail-box .red {
  color: #E3000F;
}
 .place-order {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 7px 50px;
  border: none;
  background-color: brown;
  margin: 20px 0;
}
.payment-content .payment-right .terms {
  font-size: 12px;
}
/*  diet  */
.diet {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 3px 2px #f1f1f1;
}
.diet .diet-path {
  font-size: 12px;
}
.diet .diet-path a:hover {
  color: brown;
}
.diet .diet-content {
  margin: 0 30px;
}
.diet .diet-left .bottom-text {
  font-size: 12px;
  margin-top: 10px;
}
.diet .diet-left .banner {
  width: 100%;
  height: 340px;
  position: relative;
}
.diet .diet-left .banner .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.diet .diet-left .banner-detail {
  position: absolute;
  color: #fff;
  top: 83%;
  left: 3%;
  text-shadow: 2px 2px 5px #888;
}
.diet .diet-left .banner-detail h2{
  font-size: 25px;
}
.diet .diet-left .share {
  text-align: center;
  font-weight: 500;
  margin-bottom: 10px;
}
.diet .diet-left .share-buttons{
  position: sticky;
  top: 10px;
}
.diet .diet-left p .share-icon {
  color: #000;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  line-height: 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 7px;
  margin-bottom: 12px;
}
.diet .diet-left p .facebook:hover {
  color: #fff;
  border: 1px solid #4267b2;
  background-color: #4267b2;
}
.diet .diet-left p .twitter:hover {
  color: #fff;
  border: 1px solid #1da1f2;
  background-color: #1da1f2;
}
.diet .diet-left p .linkedin:hover {
  color: #fff;
  border: 1px solid #0077b5;
  background-color: #0077b5;
}
.diet .diet-left p .instagram:hover {
  color: #fff;
      background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    border-color: transparent;
}
.diet .diet-left p .whatsapp:hover {
  color: #fff;
  border: 1px solid #3de15a;
  background-color: #3de15a;
}
.diet .diet-left .diet-text {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 24px;
}
.diet .diet-left .diet-title {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.diet .diet-right{
  position: sticky;
  top: 10px;
}
.diet .diet-right .diet-right-content {
  box-shadow: 0px 0px 3px 2px #f1f1f1;
}
.diet .diet-right hr {
  margin: 0;
  opacity: 0.1;
  height: 2px;
}
.diet .diet-right .diet-right-box {
  padding: 10px 20px;
}
.diet .diet-right .diet-right-box .input-group .form-control {
  padding: 7px 10px;
  font-size: 11px;
  border-radius: 0;
}
.diet .diet-right .diet-right-box .input-group .btn {
  border: 1px solid brown;
  background-color: brown;
  color: #fff;
  font-size: 12px;
  padding: 6px 15px;
  border-radius: 0;
}
.diet .diet-right .diet-right-box .category-box {
  box-shadow: 0px 0px 3px 2px #f1f1f1;
  padding: 10px;
  margin: 10px;
  font-size: 12px;
}
.diet .diet-right .diet-right-box .category-box a:hover {
  color: #E3000F;
}
.diet .diet-right .consult-box {
  padding: 10px 20px;
}
.diet .diet-right .consult-box p i {
  font-size: 60px;
  color: #E3000F;
}
.diet .diet-right .consult-box p .consult-btn {
  margin: 20px 0;
  border: 1px solid #000;
  padding: 4px 20px;
  font-size: 14px;
  border-radius: 3px;
}
.diet .diet-right .consult-box p .consult-btn:hover {
  color: #fff;
  background-color: #E3000F;
  border: 1px solid #E3000F;
}
.diet .diet-right .article-title {
  padding-left: 15px;
}
.diet .diet-right .article-img {
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.diet .diet-right .article-head {
  font-size: 15px;
  color: #E3000F;
  font-weight: 600;
  margin-bottom: 10px;
}
.diet .diet-right .article-head a {
  color: #E3000F;
}
.diet .diet-right .article-head a:hover {
  color: #0a58ca;
}
.diet .diet-right ul {
  list-style-type: unset;
  display: flex;
  margin-bottom: 10px;
}
.diet .diet-right ul li {
  font-size: 11px;
  color: #9D9D9D;
  margin: auto;
}
.diet .diet-right .article-text {
  font-weight: 600;
  font-size: 13px;
}
.diet .diet-right .article-box {
  padding: 20px 0;
  margin: 0 15px;
  border-top: 1px solid #e2e2e2;
}
.diet .diet-right .read-more {
  font-weight: 500;
  color: #E3000F;
}
.diet .diet-right .read-more i {
  padding: 0 5px;
}
.diet .diet-content .related-title {
  font-size: 20px;
  padding-left: 20px;
}
.diet .diet-content .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 5px 5px;
  margin-bottom: 15px;
  height: 355px;
}
.diet .diet-content .card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.diet .diet-content .card .card-head {
  padding: 0px 10px;
  padding-top: 10px;
  height: 35px;
}
.diet .diet-content .card-img-box {
  width: 100%;
  float: left;
  position: relative;
}
.diet .diet-content .card-img-link {
  width: 100%;
  height: 200px;
  float: left;
}
.diet .diet-content .product-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  width: auto !important;
  display: block !important;
  transform: translate(-50%, -50%);
}
.diet .diet-content .card .card-body {
  text-align: center;
  line-height: 23px;
  padding: 0px 10px 10px;
}
.diet .diet-content .card .card-body .product-title {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.diet .diet-content .card .card-body .product-title:hover {
  color: brown;
}
.diet .diet-content .card .card-body .prize-info {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0px;
  align-items: baseline;
}
.diet .diet-content .card .card-body p {
  margin-bottom: 10px;
}
.diet .diet-content .card .card-body .red {
  padding-left: 10px;
}
.diet .diet-content .card .card-body .border-right {
  position: relative;
  padding-right: 10px;
}
.diet .diet-content .card .card-body .border-right::after {
  content: " ";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #000;
}
.diet .diet-content .card .card-body .star-rating {
  margin-top: -8px;
}
.diet .diet-content .card .card-body .star-rating ul {
  margin-bottom: 0px;
  justify-content: center;
}
.diet .diet-content .card .card-body .star-rating ul li i {
  color: brown;
  font-size: 10px;
}
.diet .diet-content .card .card-body .star-rating ul li p {
  margin-left: 5px;
  font-size: 11px;
}
.diet .diet-content .card .card-bottom {
  border-top: 1px solid #ddd;
  display: none;
  transition: 3s;
}
.diet .diet-content .card:hover .card-bottom {
  display: block;
}
.diet .diet-content .card .card-bottom p img {
  width: 20px;
  display: unset;
}
.add-to-btn {
  background-color: brown;
  color: #fff;
  width: 100%;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}
.diet .diet-content .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  color: red;
  width: 27px;
  height: 27px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.diet .diet-content .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  color: red;
  width: 27px;
  height: 27px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.address-item {
    display: flex;
    align-items: self-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.address-item .radio{
  margin: 0px;
  margin-right: 10px;
}
.address-item:last-child{
  border-bottom: none;
}
.address-icon1 {
    margin-right: 10px;
    color: brown;
    border-radius: 5px;
}

.address-icon1 i {
    color: #d9121f;
    font-size: 16px;
}

.address-dt-all h4 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-top: 1px;
    margin-bottom: 8px;
}

.address-dt-all p {
    font-size: 14px;
    font-weight: 400;
    color: #3e3f5e;
    margin-bottom: 0;
    line-height: 24px;
}
.action-btns {
    margin-top: 10px;
    padding-left: 0px !important;
}

.action-btns li {
    display: inline-block;
    margin-right: 10px;
}

.action-btns li:last-child {
    margin-right: 0;
}

.action-btn {
    font-size: 16px;
    color: #3e3f5e;
}

.action-btn:hover {
    color: brown !important
}



/*categorey-deatil*/
.categorey-detail{
  background: #fff;
  padding: 30px 0px;
  box-shadow: 0px 1px 4px 0px #0000000d;
}
.categorey-detail .container{
  max-width: 95%;
}
.categorey-detail .categorey-detail-box-left , .categorey-detail .categorey-detail-box-right{
   background: #fff;
   padding: 20px;
   box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
   margin-right: 7px;
}

.categorey-detail .categorey-detail-box .product .img-box{
  width: 65%;
    float: left;
    position: relative;
    margin-bottom: 10px !important;
}
.categorey-detail .categorey-detail-box .product .img-box .img-box-ht{
   float: left;
    margin-bottom: 0px;
    width: 100%;
    height: 70px;
}
.categorey-detail .categorey-detail-box .product img{
   display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    padding: 5px;
}
.categorey-detail .categorey-detail-box .product  .img-box.active{
  border: 1px solid brown;
}
.categorey-detail .categorey-detail-box .product img:hover{
    opacity: 1;
}

.categorey-detail .categorey-detail-box .preview{
 width: 100%;
    float: left;
    position: relative;
    margin-bottom: 20px !important;
}
.like-img{
  position: absolute;
  top: 0px;
  right: 40px;
}
.like-img i{
  font-size: 24px;
  color: brown;
}
.categorey-detail .categorey-detail-box .preview-img-box{
    float: left;
    margin-bottom: 0px;
    width: 100%;
    height: 761px;
}
.categorey-detail .categorey-detail-box .preview img{
 display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.categorey-detail .profile-title{
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.stock-btn{
  background-color: #F0F4F7;
  color: #000;
  border-color: #F0F4F7;
  padding: 4px 20px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

.contact-form textarea {
  resize: none;
}

.contact-form .form-input,
.form-text-area {
  background-color: #f1f1f1;
  height: 50px;
  padding-left: 16px;
}

.contact-form .form-text-area {
  background-color: #f1f1f1;
  height: auto;
  padding-left: 16px;
}

.contact-form .form-control::placeholder {
  color: #444;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #444;
  font-weight: 400;
  font-size: 14px;
}

.contact-form .form-control::-ms-input-placeholder {
  color: #444;
  font-weight: 400;
  font-size: 14px;
}

.contact-form .form-control:focus {
  border-color: #f33fb0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
}
.contact-modal .modal-header{
 padding: 0px 10px;
 border-bottom: 0px;
}
.contact-modal .modal-content{
  border: none;
}
.contact-modal .modal-body{
  padding: 25px;
}
.contact-modal .modal-header .btn-close {
    background-image: none;
    opacity: 1;
    width: 0px;
    height: 0px;
    padding: 0px;
}
.contact-modal .btn-close i {
    position: absolute;
    top: -27px;
    right: -20px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px !important;
    display: inline-block;
    opacity: 1;
    color: #000;
    text-align: center;
    font-size: 14px;
}
.contact-form .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form .description {
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}

.contact-form .submit-button-wrapper {
  text-align: center;
}

.contact-form .submit-button-wrapper input {
  border: none;
  border-radius: 4px;
  background-color:brown;
  color: white;
  text-transform: uppercase;
  padding: 10px 60px;
  font-weight: 500;
  letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
  background-color: brown;
}

.social ul li{
  list-style-type: none;
  padding-right: 8px;
}
 .social ul{
  display: flex;
  padding-left: 0px;
}
.social a{
  transition: transform .4s;
  }
 .social i {

    height: 30px;

    width: 30px;

    line-height: 30px;

    border: solid 1px #e3e3e3;

    border-radius: 50%;

    background-color: transparent;

    color: #000;
    text-align: center;
    font-size: 14px;
}
      
.social a:hover{
  transform: scale(1.1);
}
 .social a .fa-facebook-f:hover {
  background-color:#4267B2;
  border-color: #4267B2;
  color: #fff;
}
.social a .fa-twitter:hover {
  background-color:#1DA1F2;
  border-color: #1DA1F2;
  color: #fff;
}
.social a .fa-linkedin-in:hover {
  background-color:#0077b5;
  border-color: #0077b5;
  color: #fff;
}
.social a .fa-instagram:hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  border-color:transparent;
  color: #fff;
}
.social a .fa-whatsapp:hover {
  background-color:#25D366;
  border-color: #25D366;
  color: #fff;
}
 .social a{

  cursor: pointer;

}
.categorey-detail .rate {
    float: left;
    padding: 0px;
}
.categorey-detail .rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.categorey-detail .rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:24px;
    color:#000;
}
.categorey-detail .rate:not(:checked) > label:before {
    content: '★ ';
}
.categorey-detail .rate > input:checked ~ label {
    color: #ffc700;    
}
.categorey-detail .rate:not(:checked) > label:hover,
.categorey-detail .rate:not(:checked) > label:hover ~ label {
    color: #ffc700;  
}
 .star-rating-text{
  color: #a7a7a7;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}
.capsule-rate {
  border: 2px solid #7a7a7a;
  padding:5px 20px 5px 10px;
  display: inline-block;
  border-radius: 5px;
}
.capsule-rate-text:last-child{
  padding-bottom: 0px !important;
}
.capsule-rate .capsule-rate-text{
  font-size: 16px;
  color: brown;
  font-weight: 500;
  padding-bottom: 5px;
}
.capsule-rate .capsule-rate-text i{
  font-size: 14px;
  margin-right: 5px;
}
.categorey-detail .product-title{
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}
.description-text{
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}
.product-highlight-list{
  list-style-type: square;

    padding-left: 20px;
}
.product-highlight-list li{
  font-size: 14px;
  padding-bottom: 10px;

}
.categorey-detail .categorey-detail-box-right .product-rate{
  font-size: 24px;
  font-weight: 400;
  color: #444;
}
.categorey-detail .categorey-detail-box-right .offer-rate{
   font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-left: 5px;
}
.categorey-detail .categorey-detail-box-right .offer-rate i{
  font-size: 20px;
  margin-right: 3px;
}
.categorey-detail .categorey-detail-box-right .orginal-rate{
  font-size: 18px;
  color: #666;
  margin: 0px 10px;
}
.categorey-detail .categorey-detail-box-right .orginal-rate i{
  font-size: 14px;
}
.categorey-detail .categorey-detail-box-right .offer{
  font-size: 20px;
  color: brown;
  font-weight: 400;
}
.tax-text{
  margin-top: 5px;
  font-size: 13px;
}
.tax-text i{
  font-size: 11px;
  margin:0px 5px;
}
.delivery-option{
  margin: 15px 0px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.delivery-option i{
  margin-right: 8px;
  font-size: 16px;
}
.pack-select{
  border:1px solid #7a7a7a;
  font-size: 14px;
  font-weight: 700;
  padding: 10px;
  border-radius: 5px;
  background-image: none;
}
.pack-select-option .select-box{
  position: relative;
}
.pack-select-option .select-box:after{
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 20px;
  color:brown ;
  top: 8px;
  right: 10px;
}
.pack-text{
  font-size: 14px;
  color: #666;
  padding-top: 10px;
}
.ml-btn {
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
  padding:9px 10px;
  text-align: center;
  background: #fff;
}
.ml-active-btn{
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  border-radius: 5px;
  color:#fff;
  font-size: 12px;
  padding:9px 10px;
   font-weight: 500;
  background:brown;
}
.ml-default{
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  border-radius: 5px;
  color:#000;
  font-size: 12px;
  padding:9px 10px;
   font-weight: 500;
  background:#f0f4f7;
}
.offer-table{
  border-radius: 0px;
}
.offer-table .list-group-item{
 border: 2px dashed #444;
 border-bottom: none;
 font-size: 14px;
 color: #000;
 font-weight: 400;
}
.offer-table .list-group-item:last-child{
  border-bottom: 2px dashed #444;
}
.offer-table .list-group-item .offer-badge{
  width: 25px;
  margin-right: 10px;
}
.offer-table .list-group-item a:hover{
  color: brown;
}
.offer-table .angle-icon{    
   padding-top: 7px;
    font-size: 20px;
    color: brown;
}
.description-tab{
  background: #fff;
  box-shadow: 0px 1px 4px 0px #0000000d;
}
.description-tab .description-tab-header {
  border-bottom: 2px solid #f4f4f4;
  padding: 20px 20px 0px 0px;
}
.description-tab .nav-pills .nav-link{
  margin-right: 50px;
  font-size: 15px;
  font-weight: 500;
  padding:0px 20px 10px  20px;
}
.description-tab .nav-pills .nav-link.active, .description-tab .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
}
 .effects {
     position: relative;
     transition: 0.5s;
     color: #000;
}
  .effects::after {
     position: absolute;
     content: "";
     width: 100%;
     margin-top: 2px;
     height: 3px; 
     bottom: -2px;
     display: inline-block;
     left: 0;
     background: #E71A1C;
     transition: transform 0.5s;
     transform: scaleX(0);
     transform-origin: right;
}
 .effects:hover ,.effects.active , .effects:hover ,.effects.active i{
     color: #E71A1C !important;
}
  .effects:hover::after, .effects.active::after {
     transform: scaleX(1) !important;
     transform-origin: left !important;
}
.description-tab .description-tab-body{
  padding: 20px;
}
.description-tab .description-tab-body .tab-text{
  font-size: 14px;
  line-height: 30px;
  color: #000;
}
.description-tab .description-tab-footer {
  border-top: 2px solid #f4f4f4;
  padding: 10px ;
}
.description-tab .description-tab-footer .read-more{
  font-size: 14px;
}
.description-tab .rating-title{
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.description-tab-detail{
  background: #fff;
  padding: 20px 30px;
  box-shadow: 0px 1px 4px 0px #0000000d;
}
.rating-icon{
  margin-top: 10px;
  font-size: 30px;
  color: #000;
  font-weight: 700;
}
.rating-icon i{
  color:  #E71A1C;
  margin-left: 10px;
}
.rating-icon span{
  font-size: 13px;
  color: #000;
  font-weight: 400;
  margin-left: 10px;
}
.reviews-container .review-rating-box{
  background: #fff;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border: 1px solid #d9d9da;
  padding:15px 10px ;
  position: sticky;
  top: 100px;
}
.reviews-container .review-rating-box .review-rating-title{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.reviews-container .review-rating-box .star-box{
  background: #f6f8ff;
  padding:5px 10px;
  border-radius: 30px;
  margin: 10px 0px;
}
.reviews-container .review-rating-box .star-box #full-stars-example-two{
  text-align: center;
}
.reviews-container .review-rating-box .star-box #full-stars-example-two .rating__label{
  font-size: 20px;
  margin-left: 3px;
}
.reviews-container .review-rating-box .star-box .rating-text{
  font-size: 14px;
  color: #000;
  font-weight: 500;
}


.reviews-container .review {
  border: 1px solid transparent;
  border-radius: 5px;
  color:#333;
  display: flex;
  font-size: 12px;
  align-items: center;
  padding: 8px 0px;
  margin: 2px 0;
}
.reviews-container .review i{
  color:#E71A1C ;
  margin-left: 4px;
}


.reviews-container .progress {
  background-color: rgba(100, 100, 100, 0.2);
  border-radius: 5px;
  position: relative;
  margin: 0 10px;
  height: 7px;
  width: 330px;
}

.reviews-container  .progress-done {
  background:#E71A1C;
  box-shadow: 0 3px 3px -5px #E71A1C;
  border-radius: 5px;
  height: 7px;
  width: 0;
  transition: width 1s ease 0.3s;
}

.reviews-container .percent {
  color: #333;
}
.rating-box-left{
  border-right: 1px solid #eee;
}
#full-stars-example-two .rating
#full-stars-example-two .rating-group {
   display: inline-flex;
}
 #full-stars-example-two .rating__icon {
   pointer-events: none;
}
 #full-stars-example-two .rating__input {
   position: absolute !important;
   left: -9999px !important;
}
 #full-stars-example-two .rating__input--none {
   display: none;
}
 #full-stars-example-two .rating__label {
   cursor: pointer;
   padding: 0 0.1em;
   font-size: 1rem;
}
 #full-stars-example-two .rating__icon--star {
   color: #eee;
}
 #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
   color: #E71A1C;
}
 #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
   color: #E71A1C;
}
 #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
   color: #ddd;
}
.review-btn{
  background: #f4f4f4;
  padding: 10px 30px;
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}
.review-btn:hover{
  background-color: #E71A1C;
}
.rating-border{
  border-top: 1px solid #eee;
  opacity: 1;
  background-color: transparent;
}

.star-badge{
  background:  #E71A1C;
  color: #fff;
  border-radius: 0px;
  font-size: 14px;
  display: inline-block;
}
.star-badge i{
  font-size: 10px;
  margin-left: 5px;
  margin-top: -2px;
}
.user-review-title{
  padding-top: 3px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #222;
}
.user-review-text{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #222;
}
.user-review-date{
  font-size: 12px;
  color: #bbbbbb;
  font-weight: 500;
}
.comment-section{
  margin: 25px 0px;
  border-bottom: 1px solid #eee;
}
.comment-section:last-child{
  border-bottom: none;
}
.helful-text{
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 15px;
  color: #666;
}
.helful-text i{
  font-size: 17px;
  margin-right: 10px;
}
.verfier-btn{
  background: #f5f5f5;
  padding:4px 10px;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
}
.verfier-btn i{
  font-size: 14px;
  color: brown;
  margin-right: 8px;
}
.verfier-btn:hover{
  background: #f5f5f5;
  color: #000;
}
.single-card{
  background: #fff;
  box-shadow: 0px 1px 4px 0px #0000000d;
}
.single-card-img{
    position: relative;
     width: 100%;
    height: 250px;
}
.single-card-img img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
} 
.single-card-title{
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.single-card-rate{
  margin-top: 8px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.single-card-rate i{
  font-size: 16px;
  margin-right: 3px;
}
.single-card-rate .strike-text{
  font-size: 14px;
  margin-left: 5px;
}

.single-card-rate .strike-text i{
  font-size: 12px;
  margin-right: 3px;
}
.single-card .offer-rate{
  font-size: 13px;
  color: #E71A1C;
  font-weight: 700;
}
.add-cart-btn{
  background-color: #E71A1C;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border-radius: 0px 0px 5px 5px;
}
.consult-docter{
  background: #fff;
  padding: 20px;
  box-shadow: 0px 1px 4px #0000000d;
}
.consult-docter .consult-btn{
  border: 1px solid #222;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  color: #222;
}
.consult-docter .consult-btn:hover{
  background-color:#E71A1C;
  border-color: #E71A1C;
  color: #fff;
}
.consult-docter .consult-text{
  font-size: 14px;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
}
.consult-docter .consult-text i{
    font-size: 18px;
    color: #E71A1C;
    margin-right: 15px;
}
.related-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    color: #E71A1C;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.related-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
  color: #E71A1C;

   width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.main-card .card .card-head {
  padding: 0px 10px;
  padding-top: 10px;
  height: 35px;
}

.main-card .card .card-head ul {
  margin-bottom: 0px;
}

.main-card .card .card-head ul li {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  color: brown;
  margin-right: 10px;
}

.main-card .card-img-box {
  width: 100%;
  float: left;
  position: relative;
}

.main-card .card-img-link {
  width: 100%;
  height: 200px;
  float: left;
}

.main-card .product-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  width: auto !important;
  display: block !important;
  transform: translate(-50%, -50%);
}

.main-card .card .card-body {
  text-align: center;
  line-height: 23px;
  padding: 0px 10px 10px;
}

.main-card .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  margin: 5px 5px;
  margin-bottom: 15px;
  height: 350px;
}

.main-card .card:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.main-card .card .card-body .product-title {
  font-size: 15px;
  font-weight: 600;
  margin: 5px 0px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-card .card .card-body .prize-info {
  font-size: 15px;
  font-weight: 500;
  margin: 0px 0px;
  align-items: baseline;
}

.main-card .card .card-body .star-rating {
  margin-top: -5px;
}

.main-card .card .card-body .star-rating ul {
  margin-bottom: 0px;
  justify-content: center;
}

.main-card .card .card-body .star-rating ul li i {
  color: brown;
  font-size: 10px;
}

.main-card .card .card-body .star-rating ul li p {
  margin-left: 5px;
  font-size: 11px;
}

.main-card .card .card-bottom {
  border-top: 1px solid #ddd;
  display: none;
  transition: 3s;
}

.main-card .card:hover .card-bottom {
  display: block;
}

.main-card .card .card-bottom p img {
  width: 20px;
  margin: auto;
}
.review-modal .modal-header{
 padding: 0px 10px;
 border-bottom: 0px;
}
.review-modal .review-modal-title{
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color:brown ;
}
.review-modal .modal-header .btn-close{
  margin: 10px 10px 0px auto;
}
.review-modal .review-modal-text{
  font-size: 12px;
  text-align: center;
  font-weight: 400;
  color: #7a7a7a;
}
.review-modal .form-label{
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.review-modal .form-control{
  font-size: 14px;
}
.user-plan{
  position: relative;
}
.user-plan-img {
    width: 22px;
    position: absolute;
    bottom: 0px;
    right: 1px;
}
.member-content .card {
  padding: 20px 25px;
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 0px 3px 1px #f1f1f1;
}
.ribbon {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
    color: #fff;
    margin-top: 10px;
    z-index: 1;
}
.ribbon i{
  margin-right: 7px;
  font-size: 18px;
}
.ribbon::after {
    position: absolute;
    top: -26px;
    right: -31px;
    content: "";
    height: 51px;
    width: 81px;
    transform: rotatez(45deg);
    background-color: brown;
    z-index: -1;
}
.member-content .card:hover {
  background-color: brown;
  transition: 0.5s;
}
.member-content .card:hover .ribbon::after{
  background-color: #fff;
  color: #000;
}
.member-content .card:hover  .ribbon i{
  color: #000;
}
.member-content .card:hover .h-color {
  color: #fff;
}
.member-content .card:hover .choose-btn {
  border: 1px solid #fff;
}
.member-content .card .img-box{
  width: 60px;
  height: 60px;
  margin:20px auto;
  display: inline-block;
}
.member-content .card .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member-content .card .card-title {
  font-size: 18px;
  text-align: center;
  color: #E3000F;
  font-weight: 700;
}
.member-content .card .rupee {
  font-size: 15px;
  text-align: center;
  color: #000;
}
.member-content .card .rupee span {
  font-size: 37px;
  font-weight: 700;
  color: #000;
}
.member-content .card .card-text {
  color: #000;
  text-align: center;
}
.member-content .card ul{
  margin: auto;
}
.member-content .card ul li {
  margin-bottom: 10px;
  color: #000;
}
.member-content .card ul li i {
  color: #666;
  margin-right: 10px;
}
.member-content .card .choose-btn {
  padding: 10px 45px;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
  font-size: 13px;
}
.member-content .card .choose-btn:hover {
  background-color: #fff;
  border: 1px solid brown;
  color: #02044A;
}

.coupon-box {
  border-radius: 5px;
  box-shadow: 0px 0px 3px 2px #f1f1f1;
  padding: 15px 20px;
  font-size: 14px;
  display: block;
}
.coupon-box .coupon {
  font-weight: 500;
  color: #000;
}
.coupon-box .coupon .coupon-img {
  width: 23px;
  margin-right: 10px;
}
.coupon-box .modal-link {
  font-size: 12px;
  color: #E71A1C !important;
  background: #fff;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  display: inline-block;
  margin-left: auto;
  padding: 0;
  text-align: center;
  line-height: 23px;
  box-shadow: 0px 0px 2px 1px #c5bbbb;
}
.summary-payment-right .payment-detail-box {
  border-radius: 5px;
  box-shadow: 0px 0px 3px 2px #f1f1f1;
  padding-bottom: 20px;
}
.summary-payment-right .payment-detail-box .payment-detail {
  padding: 10px 20px;
  font-size: 13px;
}
.summary-payment-right .payment-detail-box hr {
  margin: 0;
  opacity: 0.1;
}
.summary-payment-right .payment-detail-box p{
  margin-bottom: 5px;
}
.summary-payment-right .payment-detail-box p .checkout {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  padding: 5px 40px;
  border: none;
  background-color: brown;
  margin: 20px 0;
}
.summary-payment-right .terms {
  font-size: 12px;
  margin-top: 10px;
}
.summary-content {
  background-color: #fff;
  padding: 20px;
}
.summary-content .summary-box {
  border-radius: 8px;
  box-shadow: 0px 0px 3px 2px #f1f1f1;
}
.summary-content .summary-box .summary-product {
  padding: 15px 0;
}
.summary-content .summary-box .summary-product .summary-img {
  width: 100%;
}
.summary-content .summary-box .qty {
  padding: 6px 10px;
  background-color: #F5F5F5;
}
.summary-content .summary-box .qty .qty-text span {
  margin-left: 7px;
  font-size: 19px;
  font-weight: 600;
}
.summary-content .summary-box .qty .qty-text span i{
  font-size: 15px;
  margin-right: 3px;
}
.summary-content .summary-box .qty .delete-img {
  width: 20px;
}
.summary-product .btn-group {
  width: 70%;
  float: right;
}
.summary-product .btn-group .btn {
  border: none;
  background-color: #fff;
  font-size: 12px;
  padding: 5px 7px;
}
.summary-product .btn-group .btn span {
  color: #000;
}
.summary-product .btn-group .btn:hover {
  background-color: brown;
  border-radius: 3px;
}
.summary-product .btn-group .active {
  background-color: brown;
  border-radius: 3px;
}
.summary-product .btn-group .active i {
  color: #fff;
}
.summary-product .btn-group .btn:hover i {
  color: #fff;
}
.summary-product .btn-group .form-control {
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  border: none;
  border-radius: 0;
}
.borderless {
  border: none;
}
.summary-product .btn-group,.modal-body .input-group {
  box-shadow: 0px 0px 3px 2px #f1f1f1;
}
.summary-content .owl-carousel {
  display: block;
}
.summary-content .card {
  border: none;
  box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  margin: 5px 5px;
  margin-bottom: 15px;
  height: 355px;
}
.summary-content .card-img-box {
  width: 100%;
  float: left;
  position: relative;
}
.summary-content .card-img-link {
  width: 100%;
  height: 200px;
  float: left;
}
.summary-content .product-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  margin: auto;
  width: auto !important;
  display: block !important;
  transform: translate(-50%, -50%);
}
.summary-content .card .card-body {
  text-align: center;
  line-height: 23px;
  padding: 0px 10px 10px;
}
.summary-content .card .card-body .product-title {
  font-size: 16px;
  font-weight: 500;
  margin: 5px 0px;
  margin-bottom: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.summary-content .card .card-body p {
  margin-bottom: 10px;
  font-size: 16px;
}
.summary-content .card .card-body .border-right {
  position: relative;
  padding-right: 10px;
  font-size: 14px;
}
.summary-content .card .card-body .red {
  padding-left: 5px;
  font-size: 14px;
}
.summary-content .card .card-body .star-rating ul {
  margin-bottom: 0px;
  justify-content: center;
}
.summary-content .card .card-body .star-rating ul li i {
  color: brown;
  font-size: 13px;
}
.summary-content .card .card-body .star-rating ul li p {
  margin-left: 5px;
  font-size: 11px;
}
.summary-content .card .card-bottom {
  border-top: 1px solid #ddd;
  display: none;
  transition: 3s;
}
.summary-content .card .card-bottom p img {
  width: 20px;
  display: unset;
}
.summary-content .card:hover .card-bottom {
  display: block;
}
.summary-content .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  color: red;
  width: 27px;
  height: 27px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.summary-content .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -40px;
  color: red;
  width: 27px;
  height: 27px;
  line-height: 28px;
  font-size: 15px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.coupen-modal .modal-content {
  padding-bottom: 15px;
}
.coupen-modal .modal-content hr {
  margin: 0;
  opacity: 0.1;
}
.coupen-modal .modal-content .modal-header .btn-close {
  background-image: none;
  opacity: 1;
}
.coupen-modal .modal-content .modal-header .btn-close:focus {
  box-shadow: none;
}
.coupen-modal .modal-content .modal-header .btn-close span i {
  font-size: 23px;
  font-weight: 600;
}
.coupen-modal .modal-content .modal-header .btn-close:hover {
  color: brown;
}
.coupen-modal .modal-body {
  padding: 0px;
}
.coupen-modal .modal-body .coupen-body{
    padding: 20px 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.coupen-modal .modal-body .coupen-body:last-child{
    border-bottom: none;
}
.coupen-modal .modal-body ul {
  margin: 0;
}
.coupen-modal .modal-body .input-group .input-group-text {
  background-color: #fff;
  color: brown;
  opacity: 0.6;
}
.coupen-modal .modal-body .input-group .form-control:focus .input-group-text {
  opacity: 1;
}
.coupen-modal .modal-body .input-group .form-control::placeholder {
  color: #000;
}
.coupen-modal .modal-body .modal-title {
  margin: 16px 0;
}
.coupen-modal .modal-body .skm-logo {
  height: 45px;
}
.coupen-modal .modal-body .paytm {
  height: 30px;
}
.coupen-modal .modal-body .align-end {
  display: flex;
  align-self: end;
  justify-content: end;
}
.coupen-modal .modal-body .align-end .apply {
  color: brown;
  text-decoration: underline;
  font-weight: 500;
}
.coupen-modal .modal-body .align-end .view {
  text-decoration: underline;
}

/* skin 2 */
.skin-2 .num-in {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 3px 2px;
  height: 40px;
  width: 110px;
  float: left;
}

.skin-2 .num-in span {
  width: 30%;
  display: block;
  height: 34px;
  float: left;
  border-radius: 5px;
  position: relative;
}
.skin-2 .num-in span.active{
  background: brown;
}
.skin-2 .num-in span.active:before , .skin-2 .num-in span.active:after{
  background: #fff !important;
}
.skin-2 .num-in span:before, .skin-2 .num-in span:after {
  content: '';
  position: absolute;
  background-color: #000;
  height: 2px;
  color: #fff;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 40%;
    color: #000;
    height: 34px;
    border: none;
    text-align: center;
    font-weight: 700;
}

.error-img{
    width: 100%;
    animation: bounce 3s ease-in forwards infinite;
}
.error-tittle{
    font-size: 50px;
    font-weight: 700;
    color: #000;
}
.error-text{
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    line-height: 26px;
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


.order-placed {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 1px 2px 0px #0000000d;
}
.order-placed .icon-circle{
  font-size: 50px;
  text-align: center;
  color: brown;
}
.order-placed .order-placed-title{
  font-size: 30px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
}

.order-placed .order-placed-text{
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}
.address-placed-list{
  margin: 20px 0px;
}
.address-placed-list .delivery-detail{
  margin-bottom: 20px;
}
.address-placed-list .delivery-detail span{
  font-size: 14px;
  color: #000;
}
.address-placed-list .delivery-detail i{
  font-size: 16px;
  color: brown;
  margin-right: 10px;
}

.bill-detail {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 #e9e9e9;
}

.bill-dt-bg{
    margin-top: 30px;
}

.bill-dt-step {
    padding: 30px;
    border-bottom: 1px solid #efefef
}

.bill-dt-step:last-child {
    border-bottom: 0
}

.bill-title h4 {
    margin-bottom: 20px !important;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.itm-ttl {
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
}

.item-prdct {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-align: left;
    line-height: 24px;
    margin-right: 10px
}

.item-prdct:last-child {
    margin-right: 0
}

.item-prdct:after {
    content: ',';
    padding-left: 3px;
}

.item-prdct:last-child:after {
    content: ''
}

.bill-address {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    line-height: 26px
}

.bill-dt-sl {
    font-size: 14px;
    font-weight: 400;
    color: #2b2f4c;
    margin-bottom: 0;
    line-height: 26px
}

.descp-bll-dt {
    color: #8f91ac
}

.dly-loc {
    color: #3e3f5e
}

.dlr-ttl25 {
    color: #d9121f
}

.thnk-ordr {
    font-size: 14px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 0;
    line-height: 26px
}
.cart-total-dil {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.cart-total-dil .cart-total{
 font-size: 14px;
 font-weight: 400;
}
.cart-total-dil .cart-total i{
  font-size: 12px;
  margin-right: 5px;
  color: #666;
}
.cart-saving-total{
  font-size: 14px;
 font-weight: 400;
 color: #097c09;
}
.cart-total-dil .cart-saving-total i{
  font-size: 12px;
  margin-right: 5px;
}
.cart-main-total{
  font-size: 18px;
  font-weight: 700;
  color: brown;
}
.cart-main-total i{
  font-size: 16px;
  margin-right: 5px;
}
.total-checkout-group {
    padding: 20px 20px 0;
    border-top: 1px solid #efefef;
    margin-top: 10px
}   

/* / skin 2 */
 @media only screen and (min-width: 2000px) and (max-width: 2800px){
  .top-brands .box-brand{
    height: 322px;
  }
  .bottom-header ul li a{
    padding: 7px 10px;
  }
 }

 @media only screen and (min-width: 1280px) and (max-width: 1368px){
  .reviewer-name , .rating-box{
    margin-left: 10px;
  }
  .description-tab .nav-pills .nav-link{
    margin-right: 30px;
  }
  .user-review-title{
    margin-left: 20px;
  }
  .reviews-container .progress {
   width: 280px;
}
.categorey-detail .categorey-detail-box .preview-img-box{
  height: 509px;
 }
 .description-tab .nav-pills .nav-link{
    margin-right: 10px;
  }
}


@media only screen and (device-width: 1024px) and (device-height: 1366px) {
  .top-banner-right{
    display: block !important;
    height: 270px !important;
  }
}

@media only screen and (device-width: 820px) and (device-height: 1180px){

  .content .item .card{
    margin: 5px !important;
  }

}

@media only screen and (device-width: 768px) and (device-height: 1024px){

  .prize-info li {
    margin-right: 3px;
}
.user-plan-img {
    width: 22px !important;
    position: absolute !important;
    bottom: 0px !important;
    right: 12px !important;
}

}

@media only screen and (device-width: 1024px) and (device-height: 768px){
 .top-banner-right{
  height: 210px !important;
  display: block !important;
 }
 .prize-info li {
    margin-right: 3px;
}
.left-nav{
  display: block !important;
}
.user-plan-img {
    width: 22px !important;
    position: absolute !important;
    bottom: 0px !important;
    right: 15px !important;
}
}


@media only screen and (device-width: 1024px) and (device-height: 600px){
  .prize-info li {
    margin-right: 3px !important;
}
.left-nav{
  display: block !important;
}
}


@media only screen and (device-width: 1180px) and (device-height: 820px){

  .bottom-header ul li a{
    font-size: 11px;
  }
  .description-tab .nav-pills .nav-link{
    margin-right: 10px;
  }
}

@media only screen and (device-width: 1280px) and (device-height: 800px){

  .bottom-header ul li a{
    padding: 7px !important;
  }

}


/* //////////////////////////////////////////////////// */

/* tab-potrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .web-view {
    display: none;
  }
 .content .item .card{
    margin: 5px !important;
  }
  .diet .diet-left .banner-detail{
    top: 70%;
  }
  .mobile-view {
    display: block;
  }
  .description-tab .nav-pills .nav-link{
    margin-right: 10px;
  }
  .container{
    max-width: 100%;
  }

  /* header */
  .header {
    padding: 5px 15px;
  }

  .navbar-toggler {
    color: brown !important;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
  .header .nav-link {
    color: brown;
    font-size: 18px;
  }
  .text-right{
    text-align: right !important;
  }
  .off-logo {
    width: 250px;
  }

  .header-icons {
    width: 23px;
  }

  .header-right ul {
    margin-bottom: 0px;
    justify-content: space-evenly;
    align-items: center;
  }

  .profile.dropdown .dropdown-menu {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute !important;
    top: 5px !important;
    right: 0px !important;
  }

  .profile.dropdown .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    color: brown;
  }

  .profile.dropdown .dropdown-menu .dropdown-item:active {
    background-color: #f3f3f3;
    color: brown;
  }

  .profile.dropdown .dropdown-menu .dropdown-item img {
    width: 23px;
    margin-right: 6px;
  }

  /* .bottom-header {
    width: max-content;
  } */
  .header-2 {
    padding-top: 10px;
    background-color: #fff;
    /*overflow-x: auto;*/
  }

  .header-2::-webkit-scrollbar {
    height: 5px;
  }

  .header-2::-webkit-scrollbar-thumb {
    background-color: brown;
  }

  .header-2 ul {
    margin-bottom: 0px;
    width: max-content;
  }

  .header-2 ul li {
    margin: 0px 10px;
  }

  .header-2 ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
  }

  .top-banner-left {
    height: 210px;
  }

  .top-banner-right {
    height: 290px;
    display: none;
  }

  .customer-say {
    padding: 30px;
  }

  /* footer */
  .footer-top p {
    text-align: center;
  }

  .footer-top a img {
    float: none;
    width: 350px !important;
  }

  .subscribe-box {
    line-height: 35px;
    margin-top: 20px;
  }
  .shipping-form .shipping-content {
    padding: 20px 60px;
  }
.blog-content .content .owl-carousel .owl-nav .owl-next {
  top: 47%;
}
.blog-content .top-banner .banner-btn {
  margin-left: 0;
}
.payment-content .check-box .radio .radio-img-box {
  margin: 0;
  margin-top: 10px;
}
.payment-content .payment-right .payment-detail-box .t-amount {
  font-size: 16px;
}
.payment-content .payment-right .payment-detail-box .t-prize {
  font-size: 14px;
}

.header .offcanvas-start{
  width: 350px;
}
.header  .offcanvas .btn-close{
    background-image: none;
    opacity: 1;
    width: 0px;
    height: 0px;
    padding: 0px;
}
.header  .offcanvas .btn-close i{
    position: absolute;
    top: 10px;
    right: -35px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px !important;
    display: inline-block;
    opacity: 1;
    color: #000;
    text-align: center;
    font-size: 14px;
}
.header  .offcanvas .offcanvas-header{
    background-color: #e259372e;
    display: block;
    padding: 10px 20px;
}
.header  .offcanvas .offcanvas-header .user-detail{
    margin: 0px 20px;
}
.header  .offcanvas .offcanvas-header .user-detail .user-detail-title{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.header  .offcanvas .offcanvas-header .user-detail .user-detail-text{
    font-size: 13px;
    color:brown !important;
}
.header .offcanvas-start .offcanvas-body{
  padding: 0px;
}
.header .header-canvas .mobile-header-list .nav-item{
    padding: 8px 0px;
    border-bottom: 1px solid #eeeeee82;
}

 .header .header-canvas  .mobile-header-list{
        list-style-type: none;
        margin-left: 0px;
    }
    .header .header-canvas   .mobile-header-list .nav-item .nav-link{
        font-size: 14px;
  color: #212121;
  font-weight: 400;
    }
    .header .header-canvas .sub-menu ul .nav-link{
      border-bottom: none !important;
      padding: 8px 15px;
    }
   
    .header .header-canvas   .mobile-header-list .nav-item .nav-link .right{
      color:brown ;
     }


     .header .header-right-canvas {
  width: 300px;
}
.header  .header-right-canvas .btn-close{
    background-image: none;
    opacity: 1;
    width: 0px;
    height: 0px;
    padding: 0px;
}
.header  .header-right-canvas .btn-close i{
    position: absolute;
    top: 10px;
    left: -35px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px !important;
    display: inline-block;
    opacity: 1;
    color: #000;
    text-align: center;
    font-size: 14px;
}
.header  .header-right-canvas .offcanvas-header{
    background-color: #e259372e;
    display: block;
    padding: 10px 20px;
}
.header  .header-right-canvas .offcanvas-header .user-detail{
    margin: 0px 20px;
}
.header  .header-right-canvas .offcanvas-header .user-detail .user-detail-title{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.header  .header-right-canvas .offcanvas-header .user-detail .user-detail-text{
    font-size: 13px;
    color:brown !important;
}
.header .header-right-canvas .offcanvas-body{
  padding: 0px;
}
.header .header-right-canvas .mobile-header-list .nav-item{
    padding: 8px 0px;
    border-bottom: 1px solid #eeeeee82;
}

 .header .header-right-canvas  .mobile-header-list{
        list-style-type: none;
        margin-left: 0px;
    }
    .header .header-right-canvas   .mobile-header-list .nav-item .nav-link{
        font-size: 14px;
  color: #212121;
  font-weight: 400;
    }
    .header .header-right-canvas .sub-menu ul .nav-link{
      border-bottom: none !important;
      padding: 8px 15px;
    }
   
    .header .header-right-canvas   .mobile-header-list .nav-item .nav-link i{
      color:#E61A27 ;
      margin-right: 15px;
      font-size: 16px;
     }
     .footer .container{
      max-width: 90%;
     }
  .left-nav{
  display: none;
}
  .sort-footer{
    display: none;
  }

.categorey-detail .categorey-detail-box .preview-img-box{
  height: 400px;
}
.description-tab .nav-pills .nav-link{
  margin-right: 15px;
}
.reviews-container .progress{
  width: 250px;
}
.single-card-img{
  height: 185px;
}
.dis-none{
      display: none;
     }
     .diet .diet-content {
  margin: 0;
}
.diet .diet-left .banner {
  height: 235px;
}
.diet .diet-right .diet-right-box {
  padding: 10px;
}
.diet .diet-right .diet-right-box .category-box {
  margin: 5px;
}
.rating-border {
    border-top: 1px solid #eee;
    opacity: 1;
    background-color: transparent;
}
.zoomContainer{
  display: none;
}
 .count-box{
    top: 2px !important;
    right: 8px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 12px !important;
  }
  .gallery .full {
    height: 435px !important;
    position: relative !important;
  }
}
   




/* mobile */

@media only screen and (max-width: 600px) {
  .web-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }
.top-banner-left {
    height: 150px;
}
  .container {
    max-width: 780px !important;
  }
  .description-tab .nav-pills .nav-link{
    margin-right: 25px;
  }
  .summary-content .owl-nav button.owl-next{
    right: -25px;
  }
  .summary-content .owl-nav button.owl-prev{
    left: -25px;
  }
  #thumbnail-slider-prev {
    top: -22px !important;
}
#thumbnail-slider-next::before{
    bottom: -15px !important;
}
.diet .diet-left .banner-detail{
  top: 66%;
}
.delivery-option{
  font-size: 12px;
}
.pack-select-option .justify-content-end{
  justify-content: left !important;
}
  body {
    padding-right: 0px !important;
  }
  .top-banner .top-banner-slide .owl-dots{
    left: 28%;
  }
  /* header */
  .header {
    padding:7px 5px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }

  .navbar-toggler {
    color: brown !important;
    margin-top: 5px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .logo {
    width: 250px;
  }

  .offcanvas-header {
    padding: 15px 10px;
  }

  .off-logo {
    width: 200px;
  }

  .header-canvas  {
    width: 300px;
  }

  .header-icons {
    width: 15px !important;
  }

  .header .nav-link {
    color: brown;
    font-size: 18px;
  }
  .count-box{
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    font-size: 12px !important;
    top: 2px !important;
    right: -14px !important;
  }
  .header-right ul {
    margin-bottom: 0px;
    justify-content: space-evenly;
    align-items: center;
  }

  .profile.dropdown .dropdown-menu {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute !important;
    top: 5px !important;
    right: 25px !important;
    padding: 0px;
    width: 200px;
  }
.profile.dropdown .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    color: brown;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #dddddd5e;
}
.profile.dropdown .dropdown-menu .dropdown-item i {
    font-size: 18px;
    margin-right: 15px;
    color: #E61A27;
}
.profile.dropdown .dropdown-menu .dropdown-item.active , .profile.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: brown;
  color: #fff;
}
.profile.dropdown .dropdown-menu .dropdown-item:hover i{
  color: #fff;
}

  /* .bottom-header {
    width: max-content;
  } */
  .header-2 {
    background-color: #fff;
    /*overflow-x: auto;*/
    padding-bottom: 5px;
  }
 .header-2 .search-bar .input-group .form-control, .search-bar .input-group .input-group-text{
         height: 40px;
 }
  .header-2::-webkit-scrollbar {
    height: 5px;
  }

  .header-2::-webkit-scrollbar-thumb {
    background-color: brown;
  }

  .header-2 ul {
    margin-bottom: 0px;
    width: max-content;
  }

  .header-2 ul li {
    margin: 0px 10px;
  }

  .header-2 ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
  }

  /* top-banner */
  .top-banner-right {
    height: auto;
    display: none;
  }
.home-banner .vertical-space-20{
  height: 0px;
}
  /* top-brand */
  .top-brands .box-brand {
    box-shadow: 0px 0px 5px #ccc;
    padding: 40px 25px;
    height: 130px;
  }

  /* custtomer-say */
  .customer-say {
    padding: 30px;
  }

  .customer-say .customer-say-slide .owl-nav button.owl-prev {
    left: -30px;
  }

  .customer-say .customer-say-slide .owl-nav button.owl-next {
    right: -30px;
  }

  /* super-safe */
  .super-safe .card .card-body {
    padding: 15px 0px 25px;
    text-align: center;
  }

  .super-safe-2 {
    background-color: #fff;
    padding: 20px 40px 30px;
  }

  /* footet */
  .footer-top .footer-top-text {
    text-align: justify;
  }

  .footer-box,
  .subscribe-box {
    margin-bottom: 15px;
  }

  .subscribe-box {
    justify-content: center;
  }
  .shipping-header .logo {
    width: 370px;
  }
  .shipping-form .shipping-content {
    padding: 20px;
  }
.blog-content .content .owl-carousel .owl-nav .owl-prev {
  left: -25px;
}
.blog-content .content .owl-carousel .owl-nav .owl-next {
  top: 47%;
  right: -18px;
}
.banner-detail {
  margin-left: 20px;
}
.banner-btn {
  margin-left: 0;
}
.blog-content .top-banner .banner-detail {
  margin-left: 20px;
}
.blog-content .top-banner .banner-detail .vertical-space-70 {
  height: 25px;
}
.blog-content .top-banner .banner-title {
  font-size: 22px;
}
.blog-content .top-banner .banner-sub-title {
  font-size: 17px;
  margin-top: 20px;
}
.blog-content .top-banner .banner-btn {
  margin-left: 0;
}
.blog-content .top-banner .banner-btn {
  font-size: 13px;
  padding: 5px 25px;
}
.blog-care .blog-content .content {
  margin-bottom: 0;
}
.payment-content .check-box .radio .radio-img-box {
  margin: 0;
  margin-top: 10px;
}
.payment-content {
  padding: 15px;
}

.header .offcanvas-start{
  width: 350px;
}
.header  .offcanvas .btn-close{
    background-image: none;
    opacity: 1;
    width: 0px;
    height: 0px;
    padding: 0px;
}
.header  .offcanvas .btn-close i{
    position: absolute;
    top: 10px;
    right: -28px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px !important;
    display: inline-block;
    opacity: 1;
    color: #000;
    text-align: center;
    font-size: 14px;
}
.header  .offcanvas .offcanvas-header{
    background-color: #e259372e;
    display: block;
    padding: 10px 20px;
}
.header  .offcanvas .offcanvas-header .user-detail{
    margin: 0px 20px;
}
.header  .offcanvas .offcanvas-header .user-detail .user-detail-title{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.header  .offcanvas .offcanvas-header .user-detail .user-detail-text{
    font-size: 13px;
    color:brown !important;
}
.header .offcanvas-start .offcanvas-body{
  padding: 0px;
}
.header .header-canvas .mobile-header-list .nav-item{
    padding: 8px 0px;
    border-bottom: 1px solid #eeeeee82;
}

 .header .header-canvas  .mobile-header-list{
        list-style-type: none;
        margin-left: 0px;
    }
    .header .header-canvas   .mobile-header-list .nav-item .nav-link{
        font-size: 14px;
  color: #212121;
  font-weight: 400;
    }
    .header .header-canvas .sub-menu ul .nav-link{
      border-bottom: none !important;
      padding: 8px 15px;
    }
   
    .header .header-canvas   .mobile-header-list .nav-item .nav-link .right{
      color:brown ;
     }


     .header .header-right-canvas {
  width: 300px;
}
.header  .header-right-canvas .btn-close{
    background-image: none;
    opacity: 1;
    width: 0px;
    height: 0px;
    padding: 0px;
}
.header  .header-right-canvas .btn-close i{
    position: absolute;
    top: 10px;
    left: -35px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px !important;
    display: inline-block;
    opacity: 1;
    color: #000;
    text-align: center;
    font-size: 14px;
}
.header  .header-right-canvas .offcanvas-header{
    background-color: #e259372e;
    display: block;
    padding: 10px 20px;
}
.header  .header-right-canvas .offcanvas-header .user-detail{
    margin: 0px 20px;
}
.header  .header-right-canvas .offcanvas-header .user-detail .user-detail-title{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.header  .header-right-canvas .offcanvas-header .user-detail .user-detail-text{
    font-size: 13px;
    color:brown !important;
}
.header .header-right-canvas .offcanvas-body{
  padding: 0px;
}
.header .header-right-canvas .mobile-header-list .nav-item{
    padding: 8px 0px;
    border-bottom: 1px solid #eeeeee82;
}

 .header .header-right-canvas  .mobile-header-list{
        list-style-type: none;
        margin-left: 0px;
    }
    .header .header-right-canvas   .mobile-header-list .nav-item .nav-link{
        font-size: 14px;
  color: #212121;
  font-weight: 400;
    }
    .header .header-right-canvas .sub-menu ul .nav-link{
      border-bottom: none !important;
      padding: 8px 15px;
    }
   
    .header .header-right-canvas   .mobile-header-list .nav-item .nav-link i{
      color:#E61A27 ;
      margin-right: 15px;
      font-size: 16px;
     }
     .login-box-left{
      display: none;
     }
     .login {
    margin-top: 50px;
}
     .dis-none{
      display: none;
     }
     .sort-footer .sort-footer-text{
   font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.sort-footer .sort-footer-text i{
  margin-right: 5px;
}
.sort-footer .sort-list ul{
  margin-bottom: 0px;
}
.sort-footer .sort-list .sort-item {
  padding:15px 10px;
  border-bottom: 1px solid #e4e7ea;
}
.sort-footer .sort-list .sort-item:last-child{
  border-bottom: none;
}
.sort-footer .sort-list .sort-item .sort-link{
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  width: 100%;
  display: block;
}
 .sort-footer .sort-list .sort-item .sort-link.active > .sort-item{
  border-left: 2px solid #228709 !important;
}
.sort-footer .sort-list .sort-item .sort-link .sort-img{
  margin-right: 10px;
  width: 20px;
}
.sort-footer .sort-list .sort-item .sort-link .rt-img{
  transform: rotate(180deg);
}
.sort-footer .offcanvas-header{
  padding: 10px 1em;
}
.sort-footer .offcanvas-header .offcanvas-title{
  font-size: 18px;
}
.sort-footer .offcanvas-body{
  padding: 0px;
}
.sort-footer .offcanvas-bottom{
  height: 26vh;
}
.sort-footer .filter-offcanvas{
   height: 78vh; 
}
.sort-footer .filter-offcanvas .filter-left-box{
  overflow-x: hidden;
}
.sort-footer .filter-offcanvas .offcanvas-footer{
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 8px #ccc;
}
.filter-footer{
  position: fixed;
  left: 0;
  bottom: 0;
   background:#f0f4f5 ;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 0px 8px #ccc;
}
.filter-footer .close-btn{
  width: 100%;
  height: 50px;
  padding: 0px;
  text-align: center;
  border-radius: 0px;
  color: #212529 !important;
  background-image: none;
   font-size: 18px;
   opacity: 1;
  font-weight: 600;
  line-height: 50px;
}
.filter-footer .close-btn i{
  font-size: 24px;
}
.filter-footer .apply-button{
  width: 100%;
  height: 50px;
  background: brown;
  color: #fff;
  border-radius: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.sort-footer{
  background: #fff;
  height: 50px;
  position: fixed;
  bottom: 0px;
  display: block;
  left: 0px;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 0px 8px #ccc;
}
.filter-text-box .sort-footer-text i{
  position: relative;
}

.filter-text-box .filter-badge{
  background: brown;
  width: 15px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  right: -5px;
  text-align: center;
}
.sort-footer .sort-btn{
  width: 100%;
  height: 50px;
 padding: 0px;
 line-height: 50px !important;
}
.sort{
  display: none;
}
.left-nav{
  display: none;
}
.product-left{
  display: none;
}
.mobile-sort{
  display: block;
}.profile .content-box .content .content-box-body{
  padding: 20px 10px;
}
.dis-20{
  height: 20px;
}
.payment-content .check-box .speed .speed-title{
  font-size: 14px;
}
.payment-content .check-box .order-product h5{
  font-size: 16px;
  color: #222;
  font-weight: 800;
}
.payment-content .check-box .order-product p .rate{
  font-size: 16px;
  color: #222;
  font-weight: 800;
}
.payment-content .check-box .order-product p .rate i{
  font-size: 14px;
}
.payment .title {
  padding: 10px 0px;
  text-align: center;
}
.product-flex{
  display: flex;
  margin-bottom: 20px;
}
.categorey-detail .categorey-detail-box .preview-img-box{
  height: 400px;
}
.description-tab{
  margin-top: 20px;
}
.description-tab .description-tab-header{
  overflow-x: auto;
}
.description-tab-panel{
  width:850px;
}
.description-tab .description-tab-header::-webkit-scrollbar {
  height: 3px;
  width: 0px;
}

/* Track */
.description-tab .description-tab-header::-webkit-scrollbar-thumb  {
  background: #fff;
}
.rating-box-left{
  border-right: none;
}
.reviews-container .progress{
  width: 190px;
}
.p-top-10{
  padding-top: 15px;
  text-align: right !important;
}
.single-card{
  margin-top: 20px;
}
.consult-docter{
  margin-bottom: 20px;
}
.diet .diet-content {
  margin: 0;
}
.diet {
  padding: 10px;
}
.diet .diet-left .banner {
  height: 230px;
}
.diet .diet-content .content-padding {
  padding: 10px;
  --bs-gutter-x: 2rem;
}
.diet .diet-right .consult-box{
  margin: 20px 0px;
}
.rating-border {
    border-top: 1px solid #eee;
    opacity: 1;
    background-color: transparent;
}
.error-tittle{
  text-align: center;
}
.error-text{
  text-align: center;
}
.sm-center{
  text-align: center;
}
.zoomContainer{
  display: none;
}
.previews{
  display: flex;
}
.gallery .previews a{
    margin: 10px 5px;
}
.gallery .full{
  height: 250px !important;
  position: relative !important;
}
.filter_body{
  height: 600px;
  overflow-y: auto;
} 
.login-right {
    height: 770px !important;
}
.top_logo{
    background: transparent !important;
}
.contact-modal .btn-close i{
    right: 0px !important;
}
.user-plan-img{
    width: 22px !important;
    position: absolute !important;
    bottom: 0px !important;
    right: 10px !important;
}


}

   /*media-query-end*/

.product-page .product-right .card .card-bottom {
    display: block;
}

#cart_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: red;
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        -khtml-opacity: 0.7;
        opacity: 0.7;
        z-index: 100;
        display: none;
    }
    .cnt223 a {
        text-decoration: none;
    }
    .cart_popup {
        width: 100%;
        margin: 0 auto;
        display: none;
        position: fixed;
        z-index: 101;
    }
    .cnt223 {
        width: 300px;
        min-height: 150px;
        margin: 100px auto;
        background: #fff;
        position: relative;
        z-index: 103;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 2px 2px 5px #888;
    }
    .cnt223 h4 {
        clear: both;
        color: #0000 !important;
        font-weight: normal;
        font-style: italic;
    }
    .cnt223 p a {
        color: #fff;
        font-weight: bold;
    }
    .cnt223 .x {
        float: right;
        position: relative;
        left: 0;
        bottom: 200px;
        font-size: 12px;
        text-align: right;
        width: 30px;
        font-weight: bold;
    }
    .cnt223 .x:hover {
        cursor: pointer;
    }

    .cart-count {
        top: -.5em;
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
        background: brown;
        color: #fff;
        border-radius: 50%;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 1px;
        padding-top: 1px;
    }

    .cart-icon{
    position: relative;
  }
  .count-box {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      font-size: 13px;
      color: #fff;
      background-color: brown;
      top: -14px;
      right: -10px;
  }

  .profile-name{
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    padding: 7px;
    text-align: center;
    background: brown;
  }

  .alert-error{
    color: #f3f3f3 !important;
    background-color: brown !important;
    border-color: brown !important;
  }
  .alert-success{
    color: #f3f3f3 !important;
    background-color: #6d8a04 !important;
    border-color: #6d8a04 !important;
  }

  .bs4-order-tracking i{
    color: #fff !important;
  }

  .check_pincode_icon{
    position: relative;
    left: 12px;
    bottom: 30px;
  }
  .check_pincode{
    padding-left: 30px;
  }

 @media print {
  @page {
        margin-left: 0.5in;
        margin-right: 0.5in;
        margin-top: 0.5in;
        margin-bottom: 0;
      }
  body * {
    visibility: hidden;
  }
  #printArea, #printArea * {
    visibility: visible;
  }
  #printArea {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.slider-range {
   width: auto;
   position: relative;
   height: 5px;
   margin: 15px 0 10px 0;
   }
   .slider-range > div {
   position: absolute;
   left: 13px;
   right: 15px;
   height: 5px;
   }
   .slider-range > div > .inverse-left {
   position: absolute;
   left: 0;
   height: 5px;
   border-radius: 10px;
   background-color: #CCC;
   margin: 0 7px;
   }
   .slider-range > div > .inverse-right {
   position: absolute;
   right: 0;
   height: 5px;
   border-radius: 10px;
   background-color: #CCC;
   margin: 0 7px;
   }
   .slider-range > div > .range {
   position: absolute;
   left: 0;
   height: 5px;
   border-radius: 14px;
   background-color: #d02128;
   }
   .slider-range > div > .thumb {
   position: absolute;
   top: -7px;
   z-index: 2;
   height: 20px;
   width: 20px;
   text-align: left;
   margin-left: -11px;
   cursor: pointer;
   box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
   background-color: #FFF;
   border-radius: 50%;
   outline: none;
   }
   .slider-range > input[type=range] {
   position: absolute;
   pointer-events: none;
   -webkit-appearance: none;
   z-index: 3;
   height: 14px;
   top: -2px;
   width: 100%;
   opacity: 0;
   }
   div.slider-range > input[type=range]:focus::-webkit-slider-runnable-track {
   background: transparent;
   border: transparent;
   }
   div.slider-range > input[type=range]:focus {
   outline: none;
   }
   div.slider-range > input[type=range]::-webkit-slider-thumb {
   pointer-events: all;
   width: 28px;
   height: 28px;
   border-radius: 0px;
   border: 0 none;
   background: red;
   -webkit-appearance: none;
   }
   div.slider-range > input[type=range]::-ms-fill-lower {
   background: transparent;
   border: 0 none;
   }
   div.slider-range > input[type=range]::-ms-fill-upper {
   background: transparent;
   border: 0 none;
   }
   div.slider-range > input[type=range]::-ms-tooltip {
   display: none;
   }
   .slider-range > div > .sign {
   opacity: 0;
   position: absolute;
   margin-left: -11px;
   top: -39px;
   z-index:3;
   background-color: #d02128;
   color: #fff;
   width: 50px;
   height: 30px;
   border-radius: 25px;
   -webkit-border-radius: 25px;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   text-align: center;
   }
   .slider-range > div > .sign:after {
   position: absolute;
   content: '';
   left: 0;
   border-radius: 16px;
   top: 19px;
   border-left: 14px solid transparent;
   border-right: 14px solid transparent;
   border-top-width: 16px;
   border-top-style: solid;
   border-top-color: #d02128;
   }
   .slider-range > div > .sign > span {
   font-size: 12px;
   font-weight: 700;
   line-height: 28px;
   }
   .slider-range:hover > div > .sign {
   opacity: 1;
   }

   input[type='range'] {
  width: 210px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
    outline: none;
}
input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
    background: none;
}
input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
  height: 1px;
  background: #003D7C;
}

input[type='range']:nth-child(2)::-webkit-slider-runnable-track{
  background: none;
}

input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #003D7C;
  border-radius: 25px;
  z-index: 1;
}


input[type='range']:nth-child(1)::-webkit-slider-thumb{
  z-index: 2;
}

.rangeslider{
    position: relative;
    height: 60px;
    width: 210px;
    display: inline-block;
    margin-top: -5px;
    margin-left: 20px;
}
.rangeslider input{
    position: absolute;
}
.rangeslider{
    position: absolute;
}

.rangeslider span{
    position: absolute;
    margin-top: 30px;
    left: 0;
}

.rangeslider .right{
   position: relative;
   float: right;
   margin-right: -5px;
}


/* Proof of concept for Firefox */
@-moz-document url-prefix() {
  .rangeslider::before{
    content:'';
    width:100%;
    height:2px;
    background: #003D7C;
    display:block;
    position: relative;
    top:16px;
  }

  input[type='range']:nth-child(1){
    position:absolute;
    top:35px !important;
    overflow:visible !important;
    height:0;
  }

  input[type='range']:nth-child(2){
    position:absolute;
    top:35px !important;
    overflow:visible !important;
    height:0;
  }
input[type='range']::-moz-range-thumb {
  position: relative;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background: #fff;
  border: 1px solid #003D7C;
  border-radius: 25px;
  z-index: 1;
}

  input[type='range']:nth-child(1)::-moz-range-thumb {
      transform: translateY(-20px);    
  }
  input[type='range']:nth-child(2)::-moz-range-thumb {
      transform: translateY(-20px);    
  }
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 50px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid brown;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.accordion-button{
  padding: 10px;
  color: #000;
  background-color: #f9f9f900;
}
.accordion-button:not(.collapsed){
  padding: 10px;
  color: #000;
  border: 0;
  background-color: #f9f9f900;
}

.que {
  outline: 0;
  border-width: 0 0 2px;
  border-color: f9f9f9
}
.que:focus {
  border-color: green
}

.check_pincode{
    border-radius: 5px;
    background: #F0F4F7;
    border: none;
    font-size: 14px;
    /* padding: 6px; */
    height: 40px;
    /* border: 1px solid brown; */
    border-left: 3px solid brown;
    /* box-shadow: 0px 1px 4px rgb(0 0 0 / 15%); */
}
.check_pincode:hover , .check_pincode:focus{
  background: #F0F4F7;
}
.check_pincode_icon {
    position: relative;
    left: 12px;
    bottom: 31px;
    color: brown;
}

.whatsapp-btn{
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 44px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-whatsapp-btn{
  /*margin-top:16px;*/
}


.categorey-detail .categorey-detail-box .preview img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
     top: unset !important;
    transform: translateX(-50%) !important;
    width: auto;
}

.skin-2 .num-in {
    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 0px 2px;
    height: 33px;
    width: 110px;
    float: left;
    margin-left: 10px;
    margin-top: -3px;
}

.gallery {
}
.gallery .previews, .gallery .full, .gallery .desc {
margin-right: 10px;
}
.gallery .desc{
width: 100%;
font-size: 12px;
height: auto;
position: relative;
}
.gallery .desc h2 {
margin-top: 0;
}
.gallery .previews a {
display: block;
margin-bottom: 10px;
width: 100% !important;
height: auto;
}
.gallery .previews a img{
  width: 100% !important;
  height: 100% !important;
}
 .gallery .full img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 50%;
    margin: auto;
    width: auto !important;
    display: block !important;
    transform: translateX(-50%);
    border: 4px solid #eee;
}
 .gallery .full {
  height: 390px;
  position: relative;
}
.gallery .previews a:hover, .gallery .previews a.selected {
border: 4px solid #777;
}
.gallery .full img:hover {
cursor: pointer;
}
.clearfix:after {
content: ".";
visibility: hidden;
display: block;
height: 0;
clear: both;
}

@media only screen and (min-device-width: 480px) 
                   and (max-device-width: 767px) 
                   and (orientation: landscape) {
                    .web-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }
.top-banner-left {
    height: 150px;
}
  .container {
    max-width: 780px !important;
  }
  .description-tab .nav-pills .nav-link{
    margin-right: 25px;
  }
  .summary-content .owl-nav button.owl-next{
    right: -25px;
  }
  .summary-content .owl-nav button.owl-prev{
    left: -25px;
  }
  #thumbnail-slider-prev {
    top: -22px !important;
}
#thumbnail-slider-next::before{
    bottom: -15px !important;
}
.diet .diet-left .banner-detail{
  top: 66%;
}
.delivery-option{
  font-size: 12px;
}
.pack-select-option .justify-content-end{
  justify-content: left !important;
}
  body {
    padding-right: 0px !important;
  }
  .top-banner .top-banner-slide .owl-dots{
    left: 28%;
  }
  /* header */
  .header {
    padding:7px 5px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }

  .navbar-toggler {
    color: brown !important;
    margin-top: 5px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .logo {
    width: 250px;
  }

  .offcanvas-header {
    padding: 15px 10px;
  }

  .off-logo {
    width: 200px;
  }

  .header-canvas  {
    width: 300px;
  }

  .header-icons {
    width: 15px !important;
  }

  .header .nav-link {
    color: brown;
    font-size: 18px;
  }
  .count-box{
    top: 2px !important;
  }
  .header-right ul {
    margin-bottom: 0px;
    justify-content: space-evenly;
    align-items: center;
  }

  .profile.dropdown .dropdown-menu {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute !important;
    top: 5px !important;
    right: 25px !important;
    padding: 0px;
    width: 200px;
  }
.profile.dropdown .dropdown-menu .dropdown-item {
    text-transform: capitalize;
    color: brown;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #dddddd5e;
}
.profile.dropdown .dropdown-menu .dropdown-item i {
    font-size: 18px;
    margin-right: 15px;
    color: #E61A27;
}
.profile.dropdown .dropdown-menu .dropdown-item.active , .profile.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: brown;
  color: #fff;
}
.profile.dropdown .dropdown-menu .dropdown-item:hover i{
  color: #fff;
}

  /* .bottom-header {
    width: max-content;
  } */
  .header-2 {
    background-color: #fff;
    overflow-x: auto;
    padding-bottom: 5px;
  }
 .header-2 .search-bar .input-group .form-control, .search-bar .input-group .input-group-text{
         height: 40px;
 }
  .header-2::-webkit-scrollbar {
    height: 5px;
  }

  .header-2::-webkit-scrollbar-thumb {
    background-color: brown;
  }

  .header-2 ul {
    margin-bottom: 0px;
    width: max-content;
  }

  .header-2 ul li {
    margin: 0px 10px;
  }

  .header-2 ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
  }

  /* top-banner */
  .top-banner-right {
    height: auto;
    display: none;
  }
.home-banner .vertical-space-20{
  height: 0px;
}
  /* top-brand */
  .top-brands .box-brand {
    box-shadow: 0px 0px 5px #ccc;
    padding: 40px 25px;
    height: 130px;
  }

  /* custtomer-say */
  .customer-say {
    padding: 30px;
  }

  .customer-say .customer-say-slide .owl-nav button.owl-prev {
    left: -30px;
  }

  .customer-say .customer-say-slide .owl-nav button.owl-next {
    right: -30px;
  }

  /* super-safe */
  .super-safe .card .card-body {
    padding: 15px 0px 25px;
    text-align: center;
  }

  .super-safe-2 {
    background-color: #fff;
    padding: 20px 40px 30px;
  }

  /* footet */
  .footer-top .footer-top-text {
    text-align: justify;
  }

  .footer-box,
  .subscribe-box {
    margin-bottom: 15px;
  }

  .subscribe-box {
    justify-content: center;
  }
  .shipping-header .logo {
    width: 370px;
  }
  .shipping-form .shipping-content {
    padding: 20px;
  }
.blog-content .content .owl-carousel .owl-nav .owl-prev {
  left: -25px;
}
.blog-content .content .owl-carousel .owl-nav .owl-next {
  top: 47%;
  right: -18px;
}
.banner-detail {
  margin-left: 20px;
}
.banner-btn {
  margin-left: 0;
}
.blog-content .top-banner .banner-detail {
  margin-left: 20px;
}
.blog-content .top-banner .banner-detail .vertical-space-70 {
  height: 25px;
}
.blog-content .top-banner .banner-title {
  font-size: 22px;
}
.blog-content .top-banner .banner-sub-title {
  font-size: 17px;
  margin-top: 20px;
}
.blog-content .top-banner .banner-btn {
  margin-left: 0;
}
.blog-content .top-banner .banner-btn {
  font-size: 13px;
  padding: 5px 25px;
}
.blog-care .blog-content .content {
  margin-bottom: 0;
}
.payment-content .check-box .radio .radio-img-box {
  margin: 0;
  margin-top: 10px;
}
.payment-content {
  padding: 15px;
}

.header .offcanvas-start{
  width: 350px;
}
.header  .offcanvas .btn-close{
    background-image: none;
    opacity: 1;
    width: 0px;
    height: 0px;
    padding: 0px;
}
.header  .offcanvas .btn-close i{
    position: absolute;
    top: 10px;
    right: -35px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px !important;
    display: inline-block;
    opacity: 1;
    color: #000;
    text-align: center;
    font-size: 14px;
}
.header  .offcanvas .offcanvas-header{
    background-color: #e259372e;
    display: block;
    padding: 10px 20px;
}
.header  .offcanvas .offcanvas-header .user-detail{
    margin: 0px 20px;
}
.header  .offcanvas .offcanvas-header .user-detail .user-detail-title{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.header  .offcanvas .offcanvas-header .user-detail .user-detail-text{
    font-size: 13px;
    color:brown !important;
}
.header .offcanvas-start .offcanvas-body{
  padding: 0px;
}
.header .header-canvas .mobile-header-list .nav-item{
    padding: 8px 0px;
    border-bottom: 1px solid #eeeeee82;
}

 .header .header-canvas  .mobile-header-list{
        list-style-type: none;
        margin-left: 0px;
    }
    .header .header-canvas   .mobile-header-list .nav-item .nav-link{
        font-size: 14px;
  color: #212121;
  font-weight: 400;
    }
    .header .header-canvas .sub-menu ul .nav-link{
      border-bottom: none !important;
      padding: 8px 15px;
    }
   
    .header .header-canvas   .mobile-header-list .nav-item .nav-link .right{
      color:brown ;
     }


     .header .header-right-canvas {
  width: 300px;
}
.header  .header-right-canvas .btn-close{
    background-image: none;
    opacity: 1;
    width: 0px;
    height: 0px;
    padding: 0px;
}
.header  .header-right-canvas .btn-close i{
    position: absolute;
    top: 10px;
    left: -35px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px !important;
    display: inline-block;
    opacity: 1;
    color: #000;
    text-align: center;
    font-size: 14px;
}
.header  .header-right-canvas .offcanvas-header{
    background-color: #e259372e;
    display: block;
    padding: 10px 20px;
}
.header  .header-right-canvas .offcanvas-header .user-detail{
    margin: 0px 20px;
}
.header  .header-right-canvas .offcanvas-header .user-detail .user-detail-title{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
}
.header  .header-right-canvas .offcanvas-header .user-detail .user-detail-text{
    font-size: 13px;
    color:brown !important;
}
.header .header-right-canvas .offcanvas-body{
  padding: 0px;
}
.header .header-right-canvas .mobile-header-list .nav-item{
    padding: 8px 0px;
    border-bottom: 1px solid #eeeeee82;
}

 .header .header-right-canvas  .mobile-header-list{
        list-style-type: none;
        margin-left: 0px;
    }
    .header .header-right-canvas   .mobile-header-list .nav-item .nav-link{
        font-size: 14px;
  color: #212121;
  font-weight: 400;
    }
    .header .header-right-canvas .sub-menu ul .nav-link{
      border-bottom: none !important;
      padding: 8px 15px;
    }
   
    .header .header-right-canvas   .mobile-header-list .nav-item .nav-link i{
      color:#E61A27 ;
      margin-right: 15px;
      font-size: 16px;
     }
     .login-box-left{
      display: none;
     }
     .login {
    margin-top: 50px;
}
     .dis-none{
      display: none;
     }
     .sort-footer .sort-footer-text{
   font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.sort-footer .sort-footer-text i{
  margin-right: 5px;
}
.sort-footer .sort-list ul{
  margin-bottom: 0px;
}
.sort-footer .sort-list .sort-item {
  padding:15px 10px;
  border-bottom: 1px solid #e4e7ea;
}
.sort-footer .sort-list .sort-item:last-child{
  border-bottom: none;
}
.sort-footer .sort-list .sort-item .sort-link{
  font-size: 16px;
  font-weight: 500;
  color: #393939;
  width: 100%;
  display: block;
}
 .sort-footer .sort-list .sort-item .sort-link.active > .sort-item{
  border-left: 2px solid #228709 !important;
}
.sort-footer .sort-list .sort-item .sort-link .sort-img{
  margin-right: 10px;
  width: 20px;
}
.sort-footer .sort-list .sort-item .sort-link .rt-img{
  transform: rotate(180deg);
}
.sort-footer .offcanvas-header{
  padding: 10px 1em;
}
.sort-footer .offcanvas-header .offcanvas-title{
  font-size: 18px;
}
.sort-footer .offcanvas-body{
  padding: 0px;
}
.sort-footer .offcanvas-bottom{
  height: 26vh;
}
.sort-footer .filter-offcanvas{
   height: 78vh; 
}
.sort-footer .filter-offcanvas .filter-left-box{
  overflow-x: hidden;
}
.sort-footer .filter-offcanvas .offcanvas-footer{
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 8px #ccc;
}
.filter-footer{
  position: fixed;
  left: 0;
  bottom: 0;
   background:#f0f4f5 ;
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-shadow: 0px 0px 8px #ccc;
}
.filter-footer .close-btn{
  width: 100%;
  height: 50px;
  padding: 0px;
  text-align: center;
  border-radius: 0px;
  color: #212529 !important;
  background-image: none;
   font-size: 18px;
   opacity: 1;
  font-weight: 600;
  line-height: 50px;
}
.filter-footer .close-btn i{
  font-size: 24px;
}
.filter-footer .apply-button{
  width: 100%;
  height: 50px;
  background: brown;
  color: #fff;
  border-radius: 0px;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}
.sort-footer{
  background: #fff;
  height: 50px;
  position: fixed;
  bottom: 0px;
  display: block;
  left: 0px;
  z-index: 10;
  width: 100%;
  box-shadow: 0px 0px 8px #ccc;
}
.filter-text-box .sort-footer-text i{
  position: relative;
}

.filter-text-box .filter-badge{
  background: brown;
  width: 15px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: -9px;
  right: -5px;
  text-align: center;
}
.sort-footer .sort-btn{
  width: 100%;
  height: 50px;
 padding: 0px;
 line-height: 50px !important;
}
.sort{
  display: none;
}
.left-nav{
  display: none;
}
.product-left{
  display: none;
}
.mobile-sort{
  display: block;
}.profile .content-box .content .content-box-body{
  padding: 20px 10px;
}
.dis-20{
  height: 20px;
}
.payment-content .check-box .speed .speed-title{
  font-size: 14px;
}
.payment-content .check-box .order-product h5{
  font-size: 16px;
  color: #222;
  font-weight: 800;
}
.payment-content .check-box .order-product p .rate{
  font-size: 16px;
  color: #222;
  font-weight: 800;
}
.payment-content .check-box .order-product p .rate i{
  font-size: 14px;
}
.payment .title {
  padding: 10px 0px;
  text-align: center;
}
.product-flex{
  display: flex;
  margin-bottom: 20px;
}
.categorey-detail .categorey-detail-box .preview-img-box{
  height: 400px;
}
.description-tab{
  margin-top: 20px;
}
.description-tab .description-tab-header{
  overflow-x: auto;
}
.description-tab-panel{
  width:850px;
}
.description-tab .description-tab-header::-webkit-scrollbar {
  height: 3px;
  width: 0px;
}

/* Track */
.description-tab .description-tab-header::-webkit-scrollbar-thumb  {
  background: #E71A1C;
}
.rating-box-left{
  border-right: none;
}
.reviews-container .progress{
  width: 220px;
}
.p-top-10{
  padding-top: 15px;
  text-align: right !important;
}
.single-card{
  margin-top: 20px;
}
.consult-docter{
  margin-bottom: 20px;
}
.diet .diet-content {
  margin: 0;
}
.diet {
  padding: 10px;
}
.diet .diet-left .banner {
  height: 230px;
}
.diet .diet-content .content-padding {
  padding: 10px;
  --bs-gutter-x: 2rem;
}
.diet .diet-right .consult-box{
  margin: 20px 0px;
}
.rating-border {
    border-top: 1px solid #eee;
    opacity: 1;
    background-color: transparent;
}
.error-tittle{
  text-align: center;
}
.error-text{
  text-align: center;
}
.sm-center{
  text-align: center;
}
.zoomContainer{
  display: none;
}
.previews{
  display: flex;
}
.gallery .previews a{
    margin: 10px 5px;
}
.gallery .full{
  height: 250px !important;
  position: relative !important;
}
}

.sale-label{
    background: brown;
    color: #fff;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: bold;
    /* width: 40px; */
    text-align: center;
    position: absolute;
    /* padding-right: 6px; */
    z-index: 1;
}

        .mySearch {
           position: relative;
           display: inline-block;
           width: 100%;
         }

         .mySearch-content {
           display: none;
           position: absolute;
           background-color: #f9f9f9;
           min-width: 100%;
           overflow: auto;
           box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
           z-index: 1;
         }

         .mySearch-content a {
           color: black;
           padding: 12px 16px;
           text-decoration: none;
           display: block;
         }

         .mySearch a:hover {
           background-color: #f1f1f1
         }

         .mySearchshow {
           display: block;
         }

         .mySearchUl {
           padding: 0;
           height: 200px !important;
           list-style-type: none;
         }
         
         .mySearchUl_mob {
           padding: 0;
           height: 200px !important;
           list-style-type: none;
         }

         #mySearchDropdown{
            z-index: 99 !important;
            top: 100%;
         }
         #mySearchDropdown_mob{
            z-index: 99 !important;
            top: 100%;
         }
