@import url("animate.css");

@import url("https://cdn.lineicons.com/3.0/lineicons.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;600;900&display=swap");

/* CSS Document */

html,
body {
  overflow-x: hidden;
}

body {
  float: left;
  font-family: "Poppins", sans-serif;
  width: 100%;
  color: #231f20;
  font-weight: 400;
  background-attachment: fixed;
  background-size: 40%;
  padding-right: 0 !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.modal-open {
  padding-right: 0 !important;
  overflow: hidden;
}

::-moz-selection {
  /* Code for Firefox */
  color: #231f20;
  background: #d7c07f;
}

::selection {
  color: #231f20;
  background: #d7c07f;
}

.btn {
  box-shadow: none;
  outline: none;
}

button {
  box-shadow: none;
  outline: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
}

p {
  color: #231f20;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

a:hover {
  color: #0e2c18;
}

ul li,
ul li a,
ol li,
ol li a {
  color: #161616;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

.no-padding {
  padding: 0px;
}

.text-left {
  text-align: left !important;
}

.mob-only {
  display: none;
}

.desktop-only {
  display: block;
}

.layout {
  width: 100%;
  background: #fff;

  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.desktop {
  display: block;
}

.mob-view {
  display: none;
}

.margin-auto {
  margin: auto !important;
  float: none !important;
}

.full-width {
  width: 100% !important;
}

.header {
  position: relative;
  height: auto;
  background-repeat: repeat-x;
  z-index: 999;
  background: #fff;
  float: left;
  width: 100%;
}

.fixed-top {
  background: #fff;
}

.italic {
  font-style: italic;
}

.navbar-brand {
  position: relative;
  top: 0px;
  padding: 0px;
  z-index: 99999;
}

.navbar-brand img {
  width: 200px;
}

.navbar-nav li {
  margin: 0px 5px;
}

.navbar-nav li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin: 20px 5px;
  float: left;
  position: relative;
  color: #231f20;
  text-transform: uppercase;
}

.navbar-nav li a:hover {
  color: #53b32c;
}

.attr-nav {
  flex-direction: row;
  margin-left: 15px;
}

.attr-nav li {
  float: left;
  margin: 0px 10px;
}

.attr-nav li a {
  font-size: 14px;
  color: #231f20;
  background: #ad0007;
  padding: 10px 15px;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.nav-link {
  color: #231f20;
}

.attr-nav li img {
  width: 25px;
  margin-top: 0px;
  float: right;
  margin-left: 10px;
}

.attr-nav li .c-btn {
  background: #53b32c;
  color: #fff;
  padding: 8px 12px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px !important;
}

.header .dropdown-menu {
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 0px;
}

.header .dropdown-menu .navbar-nav li a {
  padding-left: 0px;
  padding-right: 0px;
}

.header .dropdown-menu li {
  margin: 0px 0px !important;
}

.top-fix {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.top-menu {
  padding: 10px 0px;
}

.top-menu a {
  font-size: 13px;
  color: #000;
}

.category-drop .dropdown-toggle::after {
  display: none;
}

.category-drop svg {
  float: left;
  position: relative;
  fill: #53b32c;
  margin-right: 5px;
  top: 5px;
}

.category-drop li a {
  margin: 0px 0px;
  padding: 10px 5px;
  line-height: 10px;
  font-weight: 400;
}

.navbar-light {
  background: #ebf7e5;
}

.main-slider {
  z-index: 99;
  position: relative;
  float: left;
  width: 100%;
  float: left;
}

.main-slider .container {
  position: relative;
}

.overly {
  position: absolute;
  background: url(../img/overly.svg) right top;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: left;
}

.swiper-container img {
  width: 100%;
  float: left;
}

.main-slider .content h1 {
  font-size: 32px;
  line-height: 35px;
  font-weight: bold;

  color: #53b32c;
  text-transform: uppercase;
  text-align: right;
}

.swiper-button-white {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #3e4b5a;
  background-size: 12px;
  display: none;
}

.swiper-button-next {
  bottom: 20px;
  top: auto;
  left: 60px;
}

.swiper-button-prev {
  bottom: 20px;
  top: auto;
}

.main-slider .swiper-pagination {
  right: 10px;
  left: auto;
  margin: auto;
  bottom: 0px !important;
  top: auto !important;
  width: fit-content;
}

.main-slider .swiper-pagination-bullet {
  float: left;
  background: #fff !important;
  width: 18px;
  height: 18px;
  margin-right: 8px !important;
  margin: 10px;
  opacity: 0.6;
  left: 10px;
  top: auto !important;
  bottom: 10px;
  float: right;
}

.main-slider .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background: #53b32c !important;
  opacity: 1 !important;
}

/* .main-slider .swiper-slide {} */

.main-slider .gallery-top {
  width: 100%;
}

.main-slider .content {
  height: auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto auto;
  width: 80%;
  padding: 0px;
  z-index: 999;
  top: 40%;
  text-align: center;
}

.main-slider .content img {
  width: 160px;
  margin: 0 auto;
  float: none !important;
}

.home-search-wrap {
  background: #ebf7e5;
  padding: 2em 0px;
  float: left;
  width: 100%;
}

.home-search-wrap h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2d2d2d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.home-search {
  background: #53b32c;
  padding: 2em 3em 3em 3em;
  border-radius: 12px;
}

.home-search .btn-outline-secondary {
  background: #1a1a1a;
  color: #fff;
  border: 0px;
}

.home-search .btn-outline-secondary i {
  color: #fff;
  margin-right: 5px;
}

.home-search .input-group {
  border: 0px;
  margin-bottom: 0px !important;
}

.home-search .form-control {
  border: 0px;
}

.home-search1 {
  background: #53b32c;
  padding: 0em 0em 0em 0em;
  border-radius: 12px;
}

.home-search1 .btn-outline-secondary {
  background: #1a1a1a;
  color: #fff;
  border: 0px;
}

.home-search1 .btn-outline-secondary i {
  color: #fff;
  margin-right: 5px;
}

.home-search1 .input-group {
  border: 0px;
  margin-bottom: 0px !important;
}

.home-search1 .form-control {
  border: 0px;
}

.home-category-list a {
  margin-bottom: 25px;
  float: left;
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
}

.home-category-list .icons {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.home-category-list .icons img {
  width: 100%;
  float: left;
  border-radius: 6px 6px 0px 0px;
  object-fit: cover;
  object-position: center center;
}

.home-category-list h3 {
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 600;
  color: #474747;
  background: #f8f8f8;
  float: left;
  width: 100%;
  text-align: center;
  border-radius: 0px 0px 6px 6px;
}

.home-about {
  float: left;
  padding: 4em 0px 4em 0px;
  width: 100%;
}

.home-about img {
  border-radius: 12px;
}

.home-about .container {
  max-width: 960px;
}

.about-text {
  margin-top: 1.5em;
}

.about-text h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.about-text h2::after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: #00e485;
  height: 4px;
  width: 100px;
  border-radius: 6px;
  left: 0px;
}

.about-text p {
  font-weight: 400;
  text-align: justify;
  font-size: 14px;
}

.our-services {
  padding: 3em 0px;
  float: left;
  width: 100%;
}

.our-services h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
  margin-top: 15px;
}

.our-services h2::after {
  content: "";
  position: absolute;
  /* bottom: 0px; */
  background: #00e485;
  background-repeat: no-repeat;
  height: 2px;
  width: 100px;
  border-radius: 6px;
  left: 0;
  right: 0;
  bottom: 0px;
}

.our-services img {
  border-radius: 12px;
}

.our-services p {
  font-weight: 400;
  text-align: justify;
  font-size: 14px;
}

#our-servies {
  float: left;
  width: 100%;
}

#contactus {
  float: left;
  width: 100%;
  padding: 0em 0px 0em 0px;
}

.home-contact {
  width: 100%;
  background: #efefef;
  float: left;
  padding: 3em 0px;
}

.home-contact .container {
  max-width: 1024px;
}

.home-contact h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.home-contact h2::after {
  content: "";
  position: absolute;
  /* bottom: 0px; */
  background: #00e485;
  background-repeat: no-repeat;
  height: 2px;
  width: 100px;
  border-radius: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
}

.gray {
  background: #efefef;
  background: url();
}

.home-category {
  float: left;
  width: 100%;
  padding: 3em 0px;
  background: #fff;
  background-attachment: fixed;
  background-size: cover;
}

.home-category h2 {
  color: #231f20;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 26px;
  text-align: center;
}

.home-category h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 2px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #231f20;
}

.category-list li {
  text-align: center;
  margin: 1em 0px;
}

.category-list .icons {
  height: 220px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  /* WIDTH: 100%; */
}

.category-list li .icons img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.category-list li a {
  float: left;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background: #fff;
}

.category-list li h3 {
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  margin-top: 15px;
  float: left;
  width: 100%;
  text-align: center;
}

.category-list .owl-item:nth-child(even) li a {
  background: #efefef;
}

/* Default styles for .home-mid */
.home-mid {
  float: left;
  width: 100%;
  padding: 0em 0 3em 0;
}

.home-mid .container {
  height: 100%;
}

.home-mid .row {
  height: 100%;
}

.home-mid .col-6 {
  height: 100%;
}

/* Styles for .btext (Buy) */
.home-mid .col-md-6:nth-child(odd) {
  background-color: #53b32c;
}

.home-mid .btext {
  padding: 4em;
  display: inline-block;
  text-align: center;

  background-position: center center;
  background-repeat: no-repeat;

  background: url(../img/buy-bg.jpg);
  width: 100%;
  height: 100%;
  background-size: 100%;
  border-radius: 12px;
  position: relative;
}

.home-mid .btext p {
  color: #fff;
  font-size: 15px;
  /* # changed from 16px to fit the content better */
  line-height: 22px;
}

.home-mid .btext h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.home-mid .btext::before {
  content: "";
  position: absolute;
  border: 1.5px dashed #53b32c;
  border-radius: 12px;
  width: 96%;
  height: 90%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.home-mid .btext h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 2px;
  margin: auto;
  background: #231f20;
}

.home-mid .btext2 {
  padding: 4em;
  display: inline-block;
  text-align: center;

  background-position: center center;
  background-repeat: no-repeat;

  background: url(../img/sell-bg.jpg);
  width: 100%;
  height: 100%;
  background-size: 100%;
  border-radius: 12px;
}

.header-search {
  width: 100%;
  position: relative;
}

.header-search .dropdown-item {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  font-weight: 300;
  font-weight: 400;
  font-size: 14px;
}

#whatsappBtn {
  background-color: #16be45;
  color: #ffffff;
  padding: 10px 25px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#whatsimg {
  height: 35px;
  width: 35px;
}

.small-font {
  font-size: 11px;
  background: #bfbfbf;
  padding: 2px 5px;
  border-radius: 2px;
}

#customSearch {
  max-width: 100%;
}

#search-inputz {
  border-radius: 4px;
  padding: 10px 15px;
  width: 100%;
  border: 0px;
}

.btn-search button {
  border-radius: 25px;
}

#search-results {
  display: none;
  margin-left: 0;
  max-width: 100%;
  border-radius: 5px;
  height: auto;
  max-height: 300px;
  overflow-y: auto;
  /* Enable vertical scrolling */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  top: 61px;
  border: 0px;
}

#search-results h5 {
  text-align: center;
  color: #6d6d6d;
  font-size: 13px;
  padding: 10px;
}

/* Add some padding and style for the search results */
#search-results .result-item {
  padding: 10px;
  border-bottom: 1px solid #e1e1e1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  /* Ensure ellipsis works with max-width */
}

#search-results .result-item:last-child {
  border-bottom: none;
}

/* Hover effect for search results */
#search-results .result-item:hover {
  background-color: #f5f5f5;
}

/* Responsive styling */
@media (max-width: 768px) {
  #customSearch {
    max-width: 100%;
  }

  #search-results {
    display: none;

    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
}

/* Media query for smaller screens */
@media only screen and (max-width: 768px) {
  .home-mid .btext {
    padding: 3em 1em;
    margin-bottom: 20px;
  }

  .home-mid .btext h2 {
    font-size: 28px;
  }
}

/* Media query for even smaller screens */
@media only screen and (max-width: 480px) {
  .home-mid .btext {
    padding: 2em 0.5em;
  }

  .home-mid .btext h2 {
    font-size: 24px;
  }
}

.home-products {
  float: left;
  width: 100%;
  padding: 4em 0px;
  background: url(../img/mid-bg.jpg) center center;
  background-attachment: fixed;
  background-size: cover;
}

.product-list .icons {
  height: 220px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.product-list li .icons img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-list-wrap .icons {
  height: 220px;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}

.product-list-wrap .icons img {
  max-width: 100%;
  height: 100% !important;
  object-fit: scale-down;
  object-position: center;
  width: 100% !important;
}

.contact-info h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-weight: 600;
  width: 100%;
}

.contact-info a {
  font-size: 13px;
  color: #231f20;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  line-height: 22px;
  font-weight: 300;
}

.contact-info p {
  font-size: 13px;
  color: #231f20;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  line-height: 22px;
  font-weight: 300;
}

.social {
  margin-top: 15px;
  float: left;
  width: 100%;
  border-top: 1px dashed #ccc;
  float: left;
  padding-top: 15px;
}

.social h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.social p {
  font-size: 13px;
  color: #231f20;
}

.social ul li {
  float: left;
  margin-right: 10px;
}

.social ul li a {
  color: #fff;
  float: left;
  width: 36px;
  height: 36px;
  background: #00e485;
  text-align: center;
  line-height: 26px;
  border-radius: 6px;
  line-height: 36px;
}

.footer {
  width: 100%;
  text-align: center;
  padding-bottom: 3em 0px;
  background: #53b32c;
  float: left;
}

.footer p {
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.inner-banner {
  width: 100%;
  padding: 2em 0px;
  float: left;
  width: 100%;
  background: #53b32c;
}

.inner-banner h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
}

.contentarea {
  padding: 3em 0px;
  float: left;
  width: 100%;
}

.sidebar {
  float: left;
  width: 100%;
}

.sidebar h1 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #231f20;
}

.sidebar ul {
  padding: 5px 0px 5px 0px;
}

.sidebar ul li {
  width: 100%;
}

.sidebar ul li span {
  float: right;
}

.sidebar ul li a {
  width: 100%;
  padding: 5px 0px;
  border-bottom: dashed #ccc 1px;
  float: left;
}

.btn-white {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-detail {
  background: #f6f6f6;
  padding: 35px 30px;
}

.cart-detail .save-text {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.cart-detail .save-text i {
  font-size: 20px;
  color: #08779a;
}

.cart-detail .save-text span {
  color: #08779a;
  font-weight: 500;
  font-size: 16px;
}

.cart-detail table {
  width: 100% !important;
}

.cart-detail table tr {
  align-items: center;
}

.cart-detail table tr.total td {
  padding: 15px 0 20px;
}

.cart-detail table tr.total td.price {
  font-family: var(--font-family-title);
  font-weight: 500;
  font-size: 24px;
  color: var(--secondary);
  text-align: end;
}

.copyright {
  background: #ebf7e5;
  padding: 1.5em 0px;
  width: 100%;
  float: left;
}

.copyright p {
  color: #231f20;
  font-size: 13px;
  font-weight: 500;
}

#pro_heading {
  font-size: 20px;
}

#new_heading {
  font-weight: 600;
}

.successmsg {
  font-size: 20px;
  color: green;
}

#redot {
  color: red;
}

.mb-0 {
  font-weight: 350 !important;
  display: inline-block;
  min-width: 200px;
  /* Use min-width instead of width to allow flexibility */
  margin-right: 0px;
  /* Add margin for spacing */
}

.mb-1 {
  font-weight: 400 !important;
  display: inline-block;
  min-width: 200px;
  /* Use min-width instead of width to allow flexibility */
  margin-right: 0px;
  /* Add margin for spacing */
}

.strike {
  text-decoration: line-through;
  font-weight: 300 !important;
  font-size: larger;
}

.price {
  font-size: larger;
}

.product-detail ul {
  padding: 0;
  margin: 0;
}

.product-detail h4 {
  font-weight: 400;
  font-size: 22px;
}

.product-detail ul li {
  font-weight: 500;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.productdetails {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.product-detail tr strong {
  font-weight: 600 !important;
  display: inline-block;
  min-width: 200px;
  /* Use min-width instead of width to allow flexibility */
  margin-right: 10px;
  /* Add margin for spacing */
}

.product-detail ul li span {
  flex-grow: 1;
  /* Allow the content to grow and take available space */
}

@media only screen and (max-width: 1280px) {
  .cart-detail {
    padding: 15px;
  }

  .cart-detail .icon-bx-wraper.style-4 {
    padding: 15px;
  }

  .cart-detail .icon-bx-wraper.style-4 .icon-content {
    margin-left: 10px;
  }

  .cart-detail .icon-bx-wraper.style-4 .dz-title {
    margin-bottom: 0;
  }

  .cart-detail .icon-bx-wraper.style-4 p {
    display: none;
  }

  .cart-detail .save-text {
    padding-bottom: 10px;
  }

  .cart-detail .save-text span {
    font-size: 14px;
  }

  .cart-detail table tr.total td {
    padding: 10px 0 10px;
  }

  .cart-detail table tr.total td.price {
    font-size: 20px;
  }
}

.form-control {
  border-radius: 4px;
  box-shadow: none;
  height: 45px;
  float: left;
  width: 100%;
  border: 1px solid #474747;
}

#FormID label {
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.form-group {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.rdot {
  float: right;
}

#submitBtn {
  background: #000;
  border-radius: 4px;
  min-width: 200px;
  border: 0px;
  padding: 12px;
}

.btn-success {
  font-size: 13px;
}

.home-featured-wrap {
  float: left;
  width: 100%;
  padding: 3em 0px;
}

.home-featured-wrap h2 {
  color: #231f20;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 26px;
  text-align: center;
}

.home-featured-wrap h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 2px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #231f20;
}

.pro-item {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 10px;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}

.pro-item a {
  width: 100%;
  float: left;
}

.pro-item:hover {
  border: 1px solid #37b300;
}

.pro-img {
  height: 200px;
  overflow: hidden;
  margin-bottom: 10px;
  object-fit: contain;
  object-position: center center;
  max-width: 100%;
}

.pro-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}

.pro-text {
  margin-top: 10px;
  text-align: center;
  height: 60px;
}

.pro-text h3 {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: capitalize;
  /* Capitalizes first letter of each word */
}

.pro-text h3:not(:first-letter) {
  text-transform: lowercase;
  /* Resets text to lowercase after the first letter */
}

.pro-text .price {
  font-size: 14px;
  font-weight: 600;
}

.pro-text .old-price {
  color: red;
  font-size: 13px;
  text-decoration: line-through;
}

.view-btn {
  padding: 15px 5px !important;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 400;
}

.view-btn i {
  color: #37b300;
  font-size: 22px;
  position: relative;
  top: 3px;
}

a.whatsapp {
  border: 1px solid #37b300;
  padding: 5px 5px;
  width: 100%;
  font-size: 13px;
  float: left;
  border-radius: 6px;
  margin-top: 7px;
  background: #ebf7e5;
  font-weight: 400;
  text-align: center;
}

a.whatsapp svg {
  width: 26px;
}

a.whatsapp i {
  background: #72f476;
  color: #fff;
  border-radius: 4px;
  padding: 5px;
  font-size: 15px;
  text-align: center;
}

.mid-one {
  margin-bottom: 2em;
}

.home-prodict-secton {
  float: left;
  width: 100%;
  padding: 3em 0px;
}

.home-prodict-secton h2 {
  color: #231f20;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 26px;
  text-align: center;
}

.home-prodict-secton h2::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100px;
  height: 2px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #231f20;
}

.mbt {
  margin-bottom: 0px;
}

.home-news-letter {
  padding: 3em 0px;
  background: #ebf7e5;
  float: left;
  width: 100%;
}

.home-news-letter h2 {
  color: #231f20;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  font-size: 18px;
  text-align: center;
}

.home-news-letter .btn-outline-secondary {
  background: #37b300;
  color: #fff;
}

.foot-top {
  padding: 1em 0px;
  float: left;
  width: 100%;
  background: #37b300;
}

.foot-top h3 {
  color: #fff;
  font-weight: 600;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
}

.foot-top a {
  color: #fff;
  font-size: 16px;
  float: left;
}

.foot-top a span {
  margin-left: 15px;
  line-height: 40px;
  float: left;
}

.foot-top i {
  color: #fff;
  padding: 0px 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 26px;
  float: left;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  border-radius: 6px;
  line-height: 40px;
}

.foot-mid {
  padding: 3em 0px;
  float: left;
  width: 100%;
  text-align: left;
}

.foot-mid img {
  max-width: 150px;
}

.foot-mid h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.foot-mid ul li a {
  font-size: 13px;
  width: 100%;
}

.footcontact a {
  width: 100%;
  color: #000;
  font-size: 13px;
  float: left;
  margin: 10px 0px;
  font-weight: 300;
}

.foot-social {
  margin-top: 15px;
}

.foot-social li {
  float: left;
  margin-right: 10px;
}

.product-list li {
  margin-bottom: 25px;
}

.product-detail h2 {
  font-weight: 600;
  margin-bottom: 10px;
}

.product-detail table tr {
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  margin: 1px 0px;
}

.product-detail table tr td {
  font-size: 14px;
  width: 60%;
  float: left;
  padding: 10px 10px;
  line-height: 22px;
}

.product-detail table tr td:first-child {
  background: #fafafa;
  width: 40%;
}

.pricebar {
  width: 100%;
  float: left;
  margin: 5px 0px;
  border-bottom: 1px dashed #ccc;
  padding: 5px 0px;
}

.pricebar .oldprice {
  color: red;
  float: left;
  font-size: 14px;
  margin-right: 10px;
  text-decoration: line-through;
  margin-left: 10px;
}

.pricebar b {
  float: left;
  color: #000;
}

.pricebar .price {
  font-size: 18px;
  font-weight: 600;
  color: #37b300;
}

.pricebar h3 {
  float: left;
  margin-right: 10px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

.pricebar ul li {
  float: left;
  margin-right: 10px;
}

.pricebar ul li a i {
  font-size: 26px;
  background: #37b300;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  text-align: center;
}

.contact_form .form-label {
  font-size: 13px;
  width: 100%;
}

.address {
  padding: 3em;
  background: #f3ffee;
  height: 100%;
  border-radius: 12px;
}

.address h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.address .ptag {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
  padding: 1em 0px;
  width: 100%;
  position: relative;
  float: left;
}

.address svg {
  width: 25px;
  height: 25px;
  fill: #53b32c;
  margin-bottom: 0;
  float: left;
  margin-right: 0;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
}

.contact_form {
  padding: 3em;
  background: #fafafa;
  border-radius: 12px;
  float: left;
  width: 100%;
}

.contact_form .form-label {
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 400;
}

.contact_form .form-control {
  border-radius: 4px;
  box-shadow: none;
  height: 45px;
  float: left;
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 13px;
  font-size: 13px;
  border: 0px;
  border-bottom: 1px solid #474747;
  border-radius: 0px;
}

.contact_form textarea.form-control {
  height: 120px;
}

.contact_form .btn-primary {
  float: right;
  background: #53b32c;
  border: 0px;
  width: 150px;
  border-radius: 4px;
  padding: 10px;
}

.address .ptag {
  padding-left: 30px;
  float: left;
  width: 100%;
}

.product-img a {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  float: left;
  object-fit: contain;
}

.product-img a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.product-img-one a {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  float: left;
  object-fit: contain;
}

.product-img-one a img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

/* -------------------------------- 

Main components 

-------------------------------- */
@media (min-width: 1600px) {}

@media only screen and (min-width: 1600px) {}

@media only screen and (min-device-width: 1025px) and (max-device-width: 1280px) {}

@media only screen and (min-device-width: 800px) and (max-device-width: 1024px) {}

@media screen and (max-width: 773px) {
  .col-2 {
    width: 100%;
  }

  .col-6 {
    width: 100%;
  }

  .col-5 {
    width: 100%;
  }

  .col-4 {
    width: 100%;
  }

  .col-7 {
    width: 100%;
  }

  .col-8 {
    width: 100%;
  }

  .col-10 {
    width: 100%;
  }

  .navbar-nav li a {
    margin: 5px 0px;
    width: 100%;
  }

  .main-slider {
    height: auto;
  }

  .main-slider .screens ul li {
    padding: 10px;
  }

  .main-slider .content h1 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #fff;
  }

  .navbar-brand img {
    max-width: 150px;
  }

  .home-about {
    padding-top: 1em;
  }

  .features-box {
    margin-bottom: 25px;
  }

  .banner-content {
    height: 100px;
    left: 0px;
  }

  .banner-content h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .banner-content p {
    font-size: 13px;
  }

  .home-app .app-content {
    margin-top: 1em;
  }

  .home-app .screen-5::after {
    width: 100%;
    height: 100%;
  }

  .contact-info {
    margin-top: 25px;
  }

  .main-slider .content {
    top: 10%;
  }

  .category-list .icons {
    height: 110px;
  }

  .product-list-wrap .icons {
    height: 110px;
  }

  .product-list .icons {
    height: 110px;
  }

  .sidebar {
    margin-bottom: 15px;
  }

  .category-list li h3 {
    font-size: 14px;
  }

  .home-search-wrap h2 {
    font-size: 16px;
  }

  .home-search {
    padding: 1em 1em 1em 1em;
  }

  .home-category-list .col-2 {
    width: 50%;
  }

  .home-category-list .icons {
    height: 150px;
  }

  .foot-top {
    padding: 1em 1em;
  }

  .foot-top a span {
    display: none;
  }

  .foot-mid .col-3 {
    width: 100%;
  }

  .product-list-wrap .col-3 {
    width: 50%;
  }

  .product-list-wrap .pro-img {
    height: 150px;
  }

  .product-list-wrap .pro-text {
    height: 60px;
  }
}

@media screen and (max-width: 667px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}

.country-flag {
  width: 35px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

#countrySelect {
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 100%;
  align-self: center;
}

.navi {
  align-items: center;
}

.navi-item {
  display: flex;
  align-items: center;
}