:root {
  --primary-color: #68a037;
  --secondary-color: #ba8b4b;
  --text-green: #68a037;
  --text-white: #fff;
  --border-color: #13131340;
  --body-bg-color: #f6f7f8;
  --btn-fill-hover: #185355;
  --text-orange: #ef8767;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: unset !important;
  font-family: "Montserrat", sans-serif;
}
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
}
h6 {
  font-size: 20px !important;
  font-weight: 700;
}
/* Global styles ===============================================*/
.btn-primary {
  background-color: var(--primary-color) !important;
  color: white !important;
  border: none !important;
  font-size: 16px;
}
.btn-primary-outline {
  border: 1px solid var(--primary-color) !important;
  color: var(--primary-color) !important;
  font-size: 16px;
}
.text-primary {
  color: var(--primary-color) !important;
}
.text-light {
  opacity: 0.5;
  color: #131313 !important;
}
.text-orange {
  color: var(--text-orange);
}
.fw-700 {
  font-weight: 700;
}
input[type="checkbox"] {
  display: block;
}
.form-control:focus {
  border: none !important;
}
/* Global ends ===========================================*/

.landing-page {
  min-height: 100vh;
}
.full-container {
  position: relative;
}
.container-fluid {
  width: 90%;
  margin: auto;
  padding-left: 0;
  padding-right: 0;
}
.navbar {
  padding: 15px 0 !important;
}
.nav-logo {
  width: 110px;
  object-fit: contain;
  margin-right: 20px;
}
.nav-logo-toggle {
  display: none;
}
.nav-logo-d-block {
  display: block !important;
  margin-right: 10px;
}
.navbar {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  transition: all 0.2s ease-in-out;
}
nav ul li a {
  color: white !important;
}
nav ul li span {
  color: white !important;
}
.navbar-toggler {
  border: none;
  font-size: 20px;
}
.navbar-top {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border-color);
}

.modal-z-index {
  z-index: 99999999;
}
@media (min-width: 992px) {
  .core-nav .full-container {
    padding: 0 !important;
  }
  .modal-position-right {
    float: right;
    top: 30px;
    right: 8px;
    width: 400px;
  }
}
.navbar-top .left {
  display: flex;
}
.navbar-top .right {
  display: block;
}
@media only screen and (max-width: 1050px) {
  .navbar-top .left {
    display: none !important;
  }
  .navbar-top .right {
    display: none !important;
  }
}
button:focus {
  outline: 0;
}
nav .nav-dropbtn .nav-link {
  color: white;
  border: 1px solid white;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.navbar .nav-right li {
  color: white !important;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 10px;
  height: 35px;
  width: 35px;
  padding: 7px;
}
nav .nav-right li a {
  padding: 0 !important;
}
nav .nav-right li .dropdown-menu a {
  color: black !important;
  font-size: 12px;
  padding: 5px !important;
}
nav .nav-right li .dropdown-menu {
  padding: 10px;
}
.nav-right .dropdown-toggle::after {
  display: none !important;
}
.navlink-toggle {
  color: rgba(0, 0, 0, 0.705) !important;
}
.navitem-toggle {
  /* border: 1px solid #13131333 !important; */
}
.nav-bottom-icon .nav-link {
  color: rgba(0, 0, 0, 0.705) !important;
}
.nav-bottom-icon .nav-item {
  /* border: 1px solid #13131333 !important; */
}
.nav-bottom-icon .nav-item a:hover {
  color: var(--primary-color) !important;
}
/* .nav-bottom-icon svg:hover{
  fill: var(--primary-color) !important;
} */
/* .nav-bottom-icon svg:hover p{
  color: var(--primary-color) !important;
} */
.nav-bottom-icon .nav-item a:hover p {
  color: var(--primary-color) !important;
}
.navbar-container {
  /* display: flex;
    justify-content: space-around; */
  margin-bottom: 3rem;
}
.nav-container-wrapper {
  display: flex;
  justify-content: space-around;
}
.nav-container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.nav-searchbar {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .nav-link {
    font-size: 12px !important;
  }
  .navbar-bottom ul li {
    margin-right: 25px;
  }
  .navbar-bottom ul li:last-child {
    margin-right: 0px;
  }
}
.form-first {
  display: block;
  width: 100%;
}
.form-second {
  display: none;
  width: 100%;
}
.form-second form {
  position: relative;
  width: 49%;
}
.hori-divider {
  height: 36px;
  width: 2px;
  background-color: #70707033;
}
.form-second form .nav-map {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.644);
}
.nav-map-top {
  display: block;
}
.navbar-form form {
  position: relative;
}
.navbar-form form .nav-map {
  position: absolute;
  left: 10px;
  top: 9px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.644);
}
.form-second form input {
  text-align: center;
}
.hero-content {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.form-wrapper-fixed {
  background-color: var(--body-bg-color) !important;
  display: flex;
  align-items: center;
}
.form-wrapper-fixed input {
  background-color: rgb(246, 247, 248);
}
.form-wrapper {
  background-color: white;
  padding: 2px 8px 2px 30px;
  border-radius: 40px;
  width: 50%;
  justify-content: space-between;
  margin: auto;
  position: absolute;
  top: 100px;
  transition: all 0.2s ease-in-out;
  /* transform: translateX(50%); */
}
.form-wrapper-toggle {
  width: calc(100% - 55%) !important;
  /* transform: translateX(0%) !important; */
}
.form-wrapper input {
  font-size: 12px;
  text-align: left;
  padding: 0;
  border: none;
}
/* .hero-content input::placeholder{
} */
.form-wrapper label {
  margin-bottom: 0 !important;
  font-size: 13px;
  font-weight: 600;
}
.form-wrapper .search-div {
  background-color: #68a037;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  align-self: center;
}
.search-div-second {
  width: 33px !important;
  width: 30px !important;
  height: 30px !important;
}
.form-wrapper .search-div i {
  color: white;
  font-size: 23px;
  padding: 13px;
}
.search-icon {
  font-size: 15px !important;
  padding: 7px !important;
  font-size: 17px !important;
  padding: 6px !important;
}
.breadcrumb {
  background: white !important;
}
.breadcrumb-container {
  padding-top: 95px;
}
.breadcrumb-item.active {
  color: #8654f3 !important;
}
.hero-content .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.hero-content .bottom .btn {
  border-radius: 40px;
  background-color: white;
  color: #68a037;
  font-size: 18px !important;
  padding: 15px 30px;
}
.hero-content .bottom .btn:hover {
  background-color: #68a037;
  color: white;
}
.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
}
.category-menu {
  display: none;
  position: absolute;
  background-color: white;
  height: 80vh;
  width: 90%;
  top: 54px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.category-menu-bottom {
  display: none;
  position: absolute;
  background-color: white;
  height: 85vh;
  width: 100%;
  /* top: 60px; */
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 99;
  overflow: scroll;
  box-shadow: 1px 1px 19px;
  border-radius: 10px;
}
/* .category-menu .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white !important;
}
.category-menu-bottom .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white !important;
} */
.category-menu a {
  color: black !important;
}
.category-menu .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f6f7f8 !important;
}
.category-menu .menu-right h5 {
  font-size: 12px;
  font-weight: 700;
}
.category-menu .menu-right p {
  font-size: 12px;
  margin-bottom: 10px;
}
.category-menu-bottom p {
  font-size: 12px;
  margin-bottom: 10px;
}
.category-menu .nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.navbar-bottom {
  border-top: 1px solid var(--body-bg-color);
  background-color: white;
  position: fixed;
  bottom: 0px;
  width: 100%;
  transition: top 0.3s;
  z-index: 9999999;
  padding: 10px;
  display: none;
  transition: all 0.2s ease-in-out;
  box-shadow: 1px 1px 10px;
}
.navbar-bottom .category-menu-bottom .nav-link {
  padding: 5px !important;
}
@media only screen and (max-width: 550px) {
  .form-wrapper {
    /* transform: translateX(0) !important;
      width: 100% !important; */
  }
  .product-detail-right {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 500px) {
  .form-wrapper {
    width: 95%;
  }
  .form-wrapper-sm {
    padding: 15px !important;
    border-radius: 10px !important;
  }
  .form-wrapper-pad {
    padding: 2px 8px 2px 5px !important;
  }
  .nav-map-top-d-none {
    display: none !important;
  }
  .navbar {
    /* padding: 10px !important; */
  }
}
@media only screen and (max-width: 400px) {
  .navbar-bottom ul li {
    margin-right: 10px;
  }
}

.rounded-img-div {
  border-radius: 7px !important;
}

.explore-card .image {
  width: 60px;
  height: 60px;
  border: 1px solid #70707033;
}
.explore-card .text p {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.explore-card .text p:last-child {
  font-size: 10px;
  color: #131313;
  opacity: 0.7;
}
.explore-wrapper {
  width: 100%;
}
.explore-wrapper h3 {
  text-align: start;
  font-weight: 700;
}
.explore-lg {
  display: block;
}
.explore-sm {
  display: none;
}
/* .product-detail-wrapper{
  height:100%;
} */
@media only screen and (min-width: 1440px) {
  /* .product-detail-wrapper{
    height: 50% !important;
  } */
  /* .product-detail-right .top {
    height: 50% !important;
  }
  .product-detail-left {
    height: 50% !important;
  } */
  .container-fluid {
    width: 70% !important;
  }
  .form-wrapper-toggle {
    width: calc(100% - 70%) !important;
  }
}
@media only screen and (min-width: 2000px) {
  .container-fluid {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .explore-lg {
    display: none !important;
  }
  .explore-sm {
    display: block !important;
  }
  .product-detail-bottom {
    margin-top: 20px !important;
  }
}
@media only screen and (max-width: 992px) {
  .nav-container-wrapper {
    display: block !important;
  }
  .form-wrapper-toggle {
    width: 90% !important;
  }
  .form-wrapper {
    width: calc(100% - 10%);
    top: 0 !important;
    transform: none;
  }
  .logo-n-menu {
    visibility: hidden;
  }
  .navbar-bottom {
    display: block;
  }
  .navbar-bottom-toggle {
    bottom: -50px;
    padding: 0px;
    box-shadow: none;
  }
  .navbar-bottom .nav-right .nav-link {
    width: 100%;
    font-size: 14px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
  }
  .form-wrapper-fixed {
    transform: none !important;
  }
  .navbar-bottom .nav-link p {
    font-size: 12px !important;
    margin-top: 5px;
    line-height: 1.2;
  }
}
.category-icon {
  opacity: 0.7;
  height: 17px;
  width: 17px;
}
footer {
  background-color: #f6f7f8;
  height: auto;
}
footer h3 {
  font-size: 16px;
  font-weight: 700;
}
footer .popular-card p {
  font-size: 14px;
  margin-bottom: 10px;
}
footer .popular-card p:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
footer .know-card p:first-child {
  text-transform: uppercase;
  font-weight: 700;
}
footer .footer-know p {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-know .icon {
  display: flex;
  flex-wrap: wrap;
}
.footer-know .icon a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid black;
  padding: 3px;
  margin-right: 5px;
  margin-bottom: 5px;
}
/* .footer-know .icon a i {
  width: 22px;
  height: 20px;
  text-align: center;
} */
footer .store-app img {
  width: 70%;
  margin-bottom: 1rem;
}
/* Product detail ------------------------*/
.product-detail .swiper-wrapper .swiper-slide:hover .favorite-icon {
  display: block;
  /* transition: all .5s ease-in-out; */
}
.swiper-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  /* padding-top: 56.25%;  */
  /* padding-top: 62.5%; */
}
.product-detail .swiper-wrapper .swiper-slide:hover .product-img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
}
.product-detail-left {
  height: 100%;
}
.product-detail-right {
  height: 100%;
}
.product-detail-right .top {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  /* justify-content: space-between; */
}
.swiper-down img {
  height: 80px !important;
  width: 80px !important;
}
.favorite-icon {
  background: var(--border-color);
  border-radius: 50%;
  padding: 9px;
  position: absolute;
  top: 20px;
  right: 0;
  height: 40px;
  width: 40px;
  display: none;
  transition: all 0.5s ease-in-out;
}
.favorite-icon i {
  font-size: 21px;
  color: white;
}
.product-select-color .circle {
  position: relative;
  border-radius: 50%;
  margin-right: 8px;
  background-color: violet;
  height: 40px;
  width: 40px;
}
.product-size .circle {
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid var(--border-color);
  height: 40px;
  width: 40px;
  padding: 4px;
  text-align: center;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-price {
  display: flex;
}
.product-price p {
  margin-left: 15px;
}
.product-price .marked-p,
.marked-p {
  text-decoration: line-through;
}
.discount-p {
  color: var(--primary-color);
}
.discount-tag {
  background: #68a03748;
  color: var(--primary-color);
  font-size: 12px;
  padding: 5px;
}
.add-item button {
  background-color: var(--body-bg-color);
  border-radius: 50%;
  padding: 0px;
  width: 50px;
  height: 50px;
  font-size: 30px;
}
.add-item p {
  font-size: 25px;
}
.product-detail-bottom .bottom {
  border: 1px solid var(--border-color);
  padding: 15px;
}
.product-detail-bottom .bottom button {
  font-size: 10px;
  padding: 5px 10px;
}
.product-detail-bottom .bottom .review h6 {
  color: var(--primary-color);
  text-align: center;
  font-weight: 700;
}
.product-detail .swiper-slide-top {
  /* height: 305px; */
}
.product-detail .swiper-slide img {
  border-radius: 10px;
  /* width: 400px;
  height: 330px; */
  /* position: absolute; */
  /* top: 0;
  left: 0;
  bottom: 0;
  right: 0; */
  object-fit: contain;
}
.product-detail .swiper-button-next,
.swiper-button-prev {
  color: black;
}
.rating-review select {
  width: 130px;
}
.verified-review {
  background-color: var(--body-bg-color);
  padding: 20px;
  display: flex;
  align-items: center;
}
.verified-review i {
  color: var(--primary-color);
  margin-right: 1.5rem;
  font-size: 25px;
}
.customer-review .card {
  border: none !important;
}
.star-rating .checked {
  color: orange;
}
.similar-deals .card-body {
  padding: 0;
  padding-bottom: 2rem;
}
.multi-select .form-check-input {
  transform: scale(1.5);
}
@media only screen and (min-width: 992px) {
  .product-detail-sticky {
    position: fixed;
    top: 90px;
    width: 35%;
  }
}
.order-sucess {
  min-height: 75vh;
}
.order-sucess .check-wrapper i {
  font-size: 90px;
  color: var(--primary-color);
}
.order-detail-header {
  background-color: var(--body-bg-color);
  padding: 1rem;
}
.order-detail-header .right {
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.order-detail-header .right .d-flex {
  align-self: flex-start;
}
.order-detail-header .image {
  width: 200px;
  height: 100%;
}
.order-detail-header .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.order-detail-center h6 {
  margin-bottom: 1rem;
}
.order-product .table td {
  vertical-align: middle !important;
}
.order-product .table p {
  font-weight: 200;
}
.order-product .table thead th {
  border-bottom: none;
  border-top: none;
}
.order-product .table th {
  border-top: none;
}
.order-product .table td {
  border-top: none;
}
@media only screen and (max-width: 576px) {
  .order-detail-header .left {
    margin: auto;
    /* width: 90% !important; */
    margin-bottom: 1rem;
  }
  .order-detail-header .right {
    float: none !important;
    margin: auto;
    width: 90%;
  }
  .order-detail-header .right h3 {
    font-size: 22px;
  }
  .order-detail-header .right .d-flex {
    align-self: center;
  }
  .form-wrapper {
    /* width: 95% !important; */
  }
}
.order-detail-footer {
  width: 100%;
  background-color: var(--body-bg-color);
}
.order-detail-footer .card {
  background: none;
  border: none;
}
.order-detail-footer .icon-bg-fill {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-color);
  color: var(--text-white);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.order-detail-footer .icon-bg-normal {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--text-white);
  color: var(--primary-color);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
/* .order-detail-footer .icon-bg-after::after{
  content: "";
  position: absolute;
  border-bottom: 2px dotted black;
  width: 200px;
  right: -115px;
  top: 41px;
} */
.order-detail-footer .icon-bg i {
  color: white;
  line-height: 47px;
}
.wish-list .table td button {
  background: none;
  padding: 10px;
  border-radius: 5px;
}
/* <My cart ==============*/
.my-cart-right {
  background-color: var(--body-bg-color);
  padding: 1rem;
}
.my-cart-right form input,
button {
  font-size: 12px !important;
}
.my-cart .add-item-th button {
  width: 30px !important;
  height: 30px !important;
}
.my-cart .add-item-th p {
  font-size: 14px;
}
/* width */
.table-responsive::-webkit-scrollbar {
  width: 20px;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: none;
}

.nav-item.dropdown .dropdown-menu.show {
  display: block;
}

.qty-cart-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(144, 144, 144, 0.4);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
}

.comment-log-reg-tabmenu .nav-tabs .nav-link {
  border: 0px;
  margin: 0px;
  padding: 10px 0px;
  width: 50%;
  text-align: center;
  border-radius: 0px;
  color: #000;
  background: white;
}

.comment-log-reg-tabmenu .nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  color: white !important;
}

.content-minheight {
  min-height: 460px;
}

.table img {
  max-width: fit-content !important;
}

.counter-container {
  display: flex;
  justify-content: space-around;
}

.counter-container p {
  color: var(--primary-color);
  text-align: center;
}
.counter-container p small {
  color: initial;
}

/* deal image */
.deal-img {
  aspect-ratio: 16 / 9 !important;
  object-fit: contain !important;
  object-position: center !important;
}

.product-name-max {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.2em;
  max-height: calc(1.2em * 2);
  min-height: calc(1.2em * 2);
}

.search-product-img {
  aspect-ratio: 1 !important;
  object-fit: contain !important;
  object-position: center !important;
}

.confirm-password-form, .first-password-form, .signin-password-form {
  position: relative;
}

.toggle-confirm-password, .toggle-first-password, .toggle-signin-password {
  position: absolute;
  right: 10px;
  top: 42px;
  cursor: pointer;
  color: #666;
}

@media (max-width: 992px) {
  .nav-right {
    padding: .5rem 0;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }

  .nav-right p {
    margin-bottom: 0 !important;
  }
}
