@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Mulish', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  letter-spacing: 0.7px;
}

a {
  color: #212529 !important;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

.form-control:focus {
  box-shadow: none;
}

input:focus {
  outline: none;
}

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

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

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

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

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-700 {
  font-weight: 700;
}

.text_color_light {
  color: #37a794 !important;
}

.text_color_dark {
  color: #2a8071 !important;
}

.bg_light_color {
  background-color: #37a794 !important;
}

.bg_dark_color {
  background-color: #2a8071 !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

input:focus {
  box-shadow: none !important;
}

hr {
  background-color: #e6e6e6;
  margin-top: 1rem;
  margin-bottom: 1rem;
  opacity: 1;
}

.common_btn {
  color: white !important;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 50px;
  background-color: #37a794;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  padding: 9px 26px;
  transition: 0.4s ease;
  cursor: pointer;
}

.common_btn:hover {
  background-color: #000000;
}

.header-logo {
    max-width: 180px;
}

/* ###################### Header Starts ####################### */

.header-nav {
  background-color: #e6e6e6;
}

.header-nav .welcome_text {
  padding: 11px 0 11px;
}

.header-nav,
.header-nav a {
  color: #888888 !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.header-nav .right_nav .wishlist-info {
  padding: 11px 20px 12px 20px;
}

.header-nav .right_nav .user-info a,
.header-nav .right_nav .wishlist-info a {
  transition: 0.4s ease;
}

.header-nav .right_nav .user-info:hover a,
.header-nav .right_nav .wishlist-info:hover a {
  color: #37a794 !important;
}

.user-info {
  position: relative;
  padding: 11px 0 11px 0;
  margin-right: 20px;
}

.user-info a i {
  transition: 0.4s ease;
}

.user-info-drop {
  position: absolute;
  top: 100%;
  right: 0;
  width: 160px;
  border: 2px solid #37a794;
  max-height: 0;
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s ease;
  background-color: white;
  z-index: 999;
}

.user-info.open .user-info-drop {
  max-height: calc(100vh - 5em);
  opacity: 1;
  transform: scaleY(1);
}

.user-info.open a i {
  transform: rotateZ(180deg);
}

.user-info a {
  cursor: pointer;
}

.user-info-drop a {
  padding: 4px 15px;
  line-height: 22px;
  display: block;
}

 .right_nav .wishlist-info {
  position: relative;
}

.right_nav .wishlist-info::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 18px;
  width: 1px;
  background-color: #d6d6d6;
}

.right_nav .desktop_cart {
  padding: 10px 8px 10px 8px;
  background: #262626;
  transition: 0.3s ease;
  cursor: pointer;
}

.right_nav .desktop_cart a {
  color: white !important;
  position: relative;
  display: flex;
  align-items: center;
}

.right_nav .desktop_cart:hover {
  background-color: #37a794;
}

.right_nav .desktop_cart .mobile_span {
  color: #ffffff;
  position: absolute;
  width: 17px;
  height: 17px;
  font-size: 11px;
  padding: 1px 5px;
  top: -4px;
  right: -6px;
  display: block;
  background: #2d8a7a;
  font-weight: 500;
  border-radius: 50%;
  text-transform: lowercase;
}

.main_header.stick_header {
  color: #ffffff;
  position: fixed;
  background: #fff;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  animation: slide-down 0.7s;
  box-shadow: 0 4px 16px rgb(0 0 0 / 15%);
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.main_header a.logo {
  display: block;
  padding: 8px 55px 8px 0;
}


.first {
  position: relative;
}

.first::after {
  content: '';
  position: absolute;
  height: 46px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background-color: #ddd;
}

.main_header .mid_row img {
  height: 45px;
  width: auto;
}

.main_header .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  letter-spacing: 0.6px;
  text-transform: capitalize;
}

.main_header .desc {
  font-size: 13px;
  font-weight: 600;
  color: #808080;
  letter-spacing: 0.7px;
}

.main_header form.form_search {
  position: relative;
}

.main_header form input[type='text'] {
  width: 100%;
  padding: 12px 110px 12px 10px;
  border: 0;
  background: #ffffff;
  color: #888;
  font-size: 12px;
  letter-spacing: 0.4px;
  height: 40px;
  text-transform: capitalize;
  border: 2px solid #37a794;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
}

.main_header form input::placeholder {
  color: #ddd;
}

.main_header form button[type='submit'] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px;
  background: #37a794;
  top: 0;
  width: auto;
  height: 40px;
  font-size: 14px;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #ffffff;
  padding: 0 23px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
}

/*------------------- Header Ends ------------------------*/

/* ###################### Navbar Starts ####################### */

nav {
  background: #37a794 !important;
  border-bottom: 3px solid #2a8071;
}

nav.mobile-navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0px;
  background: #37a794;
  border-bottom: 3px solid #2a8071;
  padding: 0px 10px;
  z-index: 9999;
  left: 0px;
  transition: all 0.3s ease;
  animation: slide-down 0.7s;
  box-shadow: 0 0px 2px 1px rgb(0 0 0 / 10%);
}

.mob_list .mob_heading {
  color: #cccccc;
  font-weight: 500;
  margin: 5px 0;
  padding: 5px 0 5px 4px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.navbar-nav {
  padding-left: 92px;
}

.navbar-nav.no-pad {
  padding-left: 0;
}

.navbar li a {
  padding: 18px 0;
  font-weight: 600;
  font-size: 15px;
  margin: 0 20px;
  color: #fff !important;
  text-transform: capitalize;
  letter-spacing: 0.6px;
  position: relative;
}

.navbar li:first-child a {
  margin-left: 0;
}

.navbar li:not(:last-child) a::after {
  content: '';
  position: absolute;
  top: 17px;
  right: -22px;
  height: 26px;
  width: 1px;
  background-color: #2b8c7c;
}

.mobile_menu .cat-title {
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  display: block;
  padding: 9px 0px 9px 35px;
  position: relative;
}

.mobile_menu .cat-title::after {
  display: block;
  font-family: 'FontAwesome';
  content: '\F0C9';
  position: absolute;
  left: 5px;
  top: 9px;
  font-size: 18px;
}

.mobile_navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}

.mobile_navbar.open {
  visibility: visible;
  opacity: 1;
  z-index: 998;
}

.content_section {
  background-color: white;
  width: 0;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1000;
  padding: 5px 10px 10px;
  overflow-y: scroll !important;
  transition: 0.4s ease;
}

.mobile_navbar.open .content_section {
  width: 300px;
}

.mobile_navbar .close_mob_menu {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  display: block;
  padding: 9px 0px 9px 7px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.mobile_navbar ul {
  padding-top: 10px;
}

.mobile_navbar ul li a {
  color: #000;
  padding: 3px 0 3px 5px;
  font-weight: 400;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile_navbar ul li a i {
  font-size: 10px;
}

.mobile_navbar .mob_dropMenu {
  padding: 3px 0 3px 5px;
  display: none;
}

/*------------------- Navbar Ends ------------------------*/

/* ###################### Slider & Category Section Starts ####################### */

.category_section,
.service_section,
.information_section,
.left_banner,
.testimonial_section,
.profuct_page {
  margin-right: 50px;
  position: relative;
}

.category_section {
  margin-top: -52px;
  margin-bottom: 24px;
}

.service_section,
.information_section,
.left_banner,
.testimonial_section {
  margin-bottom: 42px;
}

.testimonial_section {
  margin-top: -10px;
}

.block_title {
  background: #2a8071;
  padding: 18px 20px 17px;
  font-size: 14px;
  letter-spacing: 0.6px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  border-radius: 5px 5px 0 0;
  margin: 0;
}

.top_menu {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-top: 2px;
  border: 3px solid #37a794;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.information_section .top_menu {
  border: 1px solid #e6e6e6;
}

.top_menu li {
  position: relative;
  padding: 0 20px;
}

.top_menu li a {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  width: auto;
  letter-spacing: 0.7px;
  padding: 12px 0px 12px 20px;

  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.4s ease;
  position: relative;
}

.top_menu li:not(:last-child) a {
  border-bottom: 1px solid #ededed;
}

.top_menu li a:hover {
  color: #37a794 !important;
}

.top_menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  height: 6px;
  width: 8px;
  transition: 0.4s ease;
}

.top_menu li a:hover::before {
  margin-left: 4px;
}

.top_menu li a i {
  font-size: 10px;
}

.sub_menu {
  position: absolute;
  left: 100%;
  top: 0;
  border: 2px solid #37a794;
  margin-left: 0px;
  min-width: 568px;
  width: 100%;
  z-index: 10000;
  border-radius: 0;
  background-color: #fcfcfc;
  padding: 20px;
  transform-origin: left center 0;
  transform: scale(0, 1);
  opacity: 0;
  transition: all 500ms ease 0s;
}

.top_menu li:hover .sub_menu {
  transform: scale(1, 1);
  opacity: 1;
}

.sub_menu a {
  border-bottom: none !important;
  color: #37a794 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  padding: 0 !important;
  padding-bottom: 3px !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.5px !important;
  display: block;
}

.sub_menu a::before {
  display: none;
}

.sub_menu .collapse_menu ul li {
  padding-left: 0;
}

.sub_menu .collapse_menu ul li a {
  font-weight: 400 !important;
  font-size: 13px !important;
  letter-spacing: 0.5px !important;
  padding: 0 0 10px 0 !important;
  margin: 0 !important;
  color: #000000 !important;
}

.service_area {
  padding: 15px 20px;
  border: 1px solid #e6e6e6;
  border-top: 0px;
  border-radius: 0 0 5px 5px;
}

.service_area .block {
  padding-bottom: 20px;
}

.service_area .service-icon {
  padding-bottom: 7px;
}

.service_area .service-icon img {
  height: 35px;
  width: auto;
}

.service_area .service-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.service_area .service-description {
  font-size: 11px;
  font-weight: 400;
  color: #999999;
  letter-spacing: 0.5px;
}

.left_banner {
  position: relative;
  height: 200px;
}

.left_banner .add_text {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 18px;
  font-weight: 800;
  color: white;
}

.left_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 100%;
  background-image: url(../images/adds/add1.jpg);
  background-size: cover;
  background-position: center;
}

.left_banner a {
  position: relative;
  display: block;
  height: inherit;
  width: 100%;
}

.testimonial_section .top_menu {
  border: 1px solid #e6e6e6;
}

.testimonial_carousel {
  padding: 15px 20px;
}

.testimonial_carousel .testimonial-image {
  margin-bottom: 15px;
  margin-top: 5px;
}

.testimonial_carousel .testimonial-image img {
  height: 80px !important;
  width: auto !important;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonial_carousel .quote_img img {
  height: 25px;
  width: auto !important;
  margin: 0 auto;
  margin-bottom: 10px;
}

.testimonial_carousel .title {
  text-align: center;
}

.testimonial_carousel .title a {
  color: #37a794 !important;
  font-weight: 600;
  margin-bottom: 0px;
  display: block;
  letter-spacing: 0.7px;
  text-transform: capitalize;
}

.testimonial_carousel .title span {
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #000000;
}

.testimonial_carousel .des {
  text-align: center;
  padding: 20px 0 20px 0;
  line-height: 26px;
  color: #888888;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.7px;
  font-weight: 600;
}

.owl-nav {
  display: none;
}

.owl-dots {
  text-align: center;
  display: block !important;
}

.owl-dots button.owl-dot {
  margin: 0 4px;
  height: 10px;
  width: 10px;
  background: #cccccc !important;
  border-radius: 50px;
}

.owl-dots button.owl-dot.active {
  background: #37a794 !important;
}

/*------------------- Services & Category Section Ends ------------------------*/

/* ###################### Right Section Starts ####################### */

.ml-neg {
  margin-left: -44px;
  margin-right: 0;
}

.pt-pos {
  padding: 30px 0px;
}

/* ------------------Main Slider Starts---------------- */

.carousel_section {
  padding-top: 30px;
  padding-left: 30px;
  margin-left: -74px;
}

.carousel_section .carousel-item {
  position: relative;
}

.carousel_section .carousel-item img {
  border-radius: 6px;
}

.carousel_section .carousel-item .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
}

.carousel_section .carousel-item .text .slider_text {
  font-size: 35px;
  font-weight: 800;
  width: 360px;
  line-height: 45px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 30px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  border-radius: 0 5px 5px 0;
  background-color: #37a794;
  opacity: 0;
  transition: 0.4s ease;
}

.carousel_section:hover .carousel-control-next,
.carousel_section:hover .carousel-control-prev {
  opacity: 1;
}

.carousel-control-next span,
.carousel-control-prev span {
  height: 20px;
}

.carousel-indicators {
  align-items: center;
  opacity: 0;
  transition: 0.4s ease;
}

.carousel_section:hover .carousel-indicators {
  opacity: 1;
}

.carousel-indicators [data-bs-target] {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  opacity: 1;
}

.carousel-indicators .active {
  height: 12px;
  width: 12px;
  background-color: #37a794;
}

/* Main slider ends */

/* -----------Right Category Section Starts--------- */

.right_cat ul li {
  padding: 10px 15px;
  margin: 0 !important;
}

.right_cat .block_content .cate-icon {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  padding: 14px;
  margin: 0 auto;
}

.right_cat .cate-heading {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  color: #000;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.right_cat .owl-dots {
  display: none !important;
}

/* Right Category Section ends */

/* ------------Products Section----------- */

.home_tabs {
  margin-bottom: 20px !important;
  background: #37a794;
  border-radius: 5px;
}

.home_tabs .nav-link {
  color: #fff;
  background: #37a794;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 35px;
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  border: none;
  position: relative;
  z-index: 1;
}

.home_tabs .nav-link:hover {
  border: none;
}

.home_tabs .nav-link.active {
  background-color: inherit !important;
  color: white !important;
}

.products_section .home_tabs .nav-link::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 5px;
  right: 0;
  bottom: 0;
  background: #2d8a7a;
  border-radius: 5px 5px 0px 0;
  transition: 0.3s ease-out;
  transform-origin: 50% 100%;
  transform: scaleY(0);
}

.products_section .home_tabs .nav-link:hover::before {
  transform: scaleY(1);
}

.home_tabs .nav-link.active::before {
  transform: scaleY(1);
}

.featuredProducts .owl-dots {
  display: none !important;
}

.featuredProducts .product,
.products_block .blocks {
  padding: 10px 15px 20px 15px;
  position: relative;
}

.featuredProducts .product .img_section,
.products_block .blocks .img_section {
  text-align: center;
  padding: 5px 0;
  position: relative;
  display: block;
}

.featuredProducts .product .img_section img,
.products_block .blocks .img_section img {
  margin: 0 auto;
  height: 250px;
    object-fit: contain;
}

.featuredProducts .product .on_sale,
.products_block .blocks .on_sale {
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  color: #37a794;
  z-index: 2;
  line-height: 14px;
}

.featuredProducts .product .product-description,
.products_block .blocks .product-description {
  padding: 10px 0px;
}

.featuredProducts .product .product-title,
.products_block .blocks .product-title {
  text-transform: capitalize;
  margin-bottom: 9px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
  transition: 0.4s ease;
  font-size: 13px;
  letter-spacing: 0.9px;
}

.featuredProducts .product:hover .product-title,
.products_block .blocks:hover .product-title {
  color: #37a794 !important;
}

.featuredProducts .product .regular-price,
.products_block .blocks .regular-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

.featuredProducts .product .product-price,
.products_block .blocks .product-price {
  color: #000000;
  font-weight: 700 !important;
  font-size: 16px !important;
  margin-bottom: 0;
  letter-spacing: 0.7px;
}

.hover_column {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.4s ease;
}

.featuredProducts .product:hover .hover_column,
.products_block .blocks:hover .hover_column {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hover_column .wishlist,
.hover_column .quickView,
.hover_column .cart {
  background-color: black;
  position: relative;
  height: 35px;
  width: 35px;
  margin: 0 2px;
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s ease;
}

.featuredProducts .product:hover .wishlist,
.featuredProducts .product:hover .quickView,
.featuredProducts .product:hover .cart,
.products_block .blocks:hover .wishlist,
.products_block .blocks:hover .quickView,
.products_block .blocks:hover .cart {
  transform: translateY(0px);
  opacity: 1;
}

.hover_column .wishlist span,
.hover_column .quickView span,
.hover_column .cart span {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  height: inherit;
  width: inherit;
  background-size: 22px auto;
}

.hover_column .wishlist span {
  background-image: url(../images/products/like.png);
}

.hover_column .quickView span {
  background-image: url(../images/products/preview.png);
}

.hover_column .cart span {
  background-image: url(../images/products/AddToCart.png);
}

.featuredProducts .product .wishlist:hover,
.featuredProducts .product .quickView:hover,
.featuredProducts .product .cart:hover,
.products_block .blocks .wishlist:hover,
.products_block .blocks .quickView:hover,
.products_block .blocks .cart:hover {
  background-color: #37a794;
}

.featuredProducts .product .product_desc,
.products_block .blocks .product_desc {
  display: none;
}

/* Product View Modal Starts */

#product_view_modal .close {
  position: relative;
  right: 2px;
  top: 24px;
  display: block;
}

#product_view_modal .close span {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 20px;
  background-color: black;
}

#product_view_modal .close span:first-child {
  transform: rotateZ(45deg);
}

#product_view_modal .close span:nth-child(2) {
  transform: rotateZ(-45deg);
}

#product_view_modal .img_col {
  background-color: #f5f5f5;
  text-align: center;
  padding: 50px;
}

#product_view_modal .img_col img {
  height: 350px;
  width: auto;
  margin: 0 auto;
}

#product_view_modal .title {
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: normal;
  color: #292929;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
  line-height: 28px;
}

#product_view_modal .before_price {
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 5px;
  font-size: 20px;
  color: #878787;
}

#product_view_modal .after_price {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.7px;
  margin-left: 10px;
}

#product_view_modal .desc {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  line-height: 26px;
}

.social_icons {
  display: flex;
  margin-top: 20px;
}

.social_icons li {
  height: 35px;
  width: 60px;
  display: inline-block;
  background-color: #ffffff;
  cursor: pointer;
  margin-right: 4px;
  border: 1px solid;
  transition: all 0.2s ease-in;
}

.social_icons a {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}

.social_icons li.facebook {
  border-color: #435f9f;
}

.social_icons li.facebook:hover {
  background-color: #435f9f;
}

.social_icons li.facebook a {
  color: #435f9f !important;
}

.social_icons li.insta {
  border-color: #d51895;
}

.social_icons li.insta:hover {
  background-color: #d51895;
}

.social_icons li.insta a {
  color: #d51895 !important;
}

.social_icons li.pinterest {
  border-color: #ce1f21;
}

.social_icons li.pinterest:hover {
  background-color: #ce1f21;
}

.social_icons li.pinterest a {
  color: #ce1f21 !important;
}
.social_icons li:hover a {
  color: white !important;
}

.customNavigation {
  position: absolute;
  z-index: 959;
  right: 27px;
  top: -60px;
  width: 65px;
  direction: ltr !important;
}

.owl_section {
  position: relative;
}

.customNavigation a {
  font-size: 0;
  position: absolute;
  font-weight: 300;
  height: 30px;
  width: 30px;
  line-height: 28px;
  padding: 0;
  background: #2a8071;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  border-radius: 3px;
}

.customNavigation a.prev_owl {
  left: 0px;
}

.customNavigation a.next_owl {
  right: 0px;
}

.customNavigation a {
  font-size: 18px;
  color: #fff !important;
}

/* Product View Modal Ends */

/* Products Section Edns */

/* ---------------------- Right banner Section Starts ----------------------- */

.right-banner {
  position: relative;
  height: 200px;
  width: 100%;
}

.right-banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  width: 100%;
  background-image: url(../images/adds/add.jpg);
  background-size: cover;
  background-position: center;
}

.right-banner .text_block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  left: 20px;
}

.right-banner .offer-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.5s ease 0s;
  letter-spacing: 0;
}

.right-banner .main-title {
  font-size: 24px;
  letter-spacing: 0.18px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 8px;
  position: relative;
}

.right-banner .main-title:before {
  content: '';
  border-bottom: 3px solid #ffffff;
  height: 3px;
  width: 40px;
  position: absolute;
  bottom: -18px;
  transition: all 0.5s ease 0s;
}

.right-banner:hover .main-title::before {
  width: 60px;
}

.right-banner .shopnow {
  display: inline-block;
  margin-top: 48px;
}

.right-banner .shopnow a {
  font-size: 16px;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0;
  color: white !important;
  text-decoration: underline;
}

/* Right banner Section Ends */

/* ---------------------------- Brand Section Starts ----------------------------- */

.brand_section {
  position: relative;
}

.brand_section.pt-pos {
  padding-top: 0;
}

.brand_section .customNavigation {
  top: 40px;
  right: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.brand_section:hover .customNavigation {
  opacity: 1;
}

.brand_carousel .item {
  padding: 10px 18px;
}

.brand_carousel .item img {
  opacity: 0.8;
  height: 80px;
  width: auto !important;
  margin: 0 auto;
}

.brand_carousel .item:hover img {
  opacity: 1;
}

/* .brand_carousel .owl-nav {
  opacity: 0;
  display: block !important;
}

.brand_carousel .owl-nav {
  opacity: 1;
} */

.brand_carousel .owl-dots {
  display: none !important;
}

/* Brand Section Ends */

/*------------------- Main Content Section Ends ------------------------*/

/* ###################### Footer Section Starts ####################### */

.footer_section {
  background-color: #37a794;
  color: white;
}

.footer_section .footer-before {
  position: relative;
  padding: 26px 0px;
}

.footer_section h4.title {
  font-size: 20px !important;
  background: none;
  padding: 0;
}

.footer_section .block_content {
  display: flex;
}

.footer_section input[type='email'] {
  border: none;
  padding: 10px;
  padding: 10px 20px;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.7px;
  background: #2a8071;
  border-radius: 5px 0 0 5px;
}

.footer_section input::placeholder {
  color: #d3d3d3;
}

.footer_section input.btn {
  float: right;
  margin-left: 0px;
  color: #000000;
  border: 0;
  background: #ffffff;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 5px 25px;
  font-weight: 600;
  border-radius: 0 5px 5px 0;
}

.footer_section .block-social li {
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

.footer_section .block-social li a {
  display: block;
  color: white !important;
  height: 35px;
  width: 35px;
  font-size: 18px;
}

.footer-container {
  padding: 80px 0 50px;
  border-bottom: 1px solid #585858;
  background-color: #262626;
  color: #a6a6a6;
  font-size: 13px;
  letter-spacing: 0.7px;
  font-weight: 600;
}

.footer-container li {
  margin-bottom: 4px;
  line-height: 26px;
}

.footer-container li a {
  color: #a6a6a6 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0px 0px 0px 20px;
  font-size: 13px;
  position: relative;
  transition: 0.3s ease;
}

.footer-container li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/arrow_footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 6px;
  width: 8px;
  transition: 0.3s ease;
}

.footer-container li a:hover {
  color: #37a794 !important;
}

.footer-container li a:hover::before {
  left: 3px;
}

.footer-logo img {
  margin-bottom: 2px;
  max-height: 90px;
  width: auto;
}

.footerdesc {
  line-height: 30px;
}

.footer-container h3.hidden-md-down {
  color: #fff;
  font-weight: 600;
  font-size: 16px !important;
  text-transform: capitalize !important;
  margin: 0 0 15px 0;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.footer-container .block-contact_list li i {
  color: #37a794;
  font-size: 15px;
  height: 18px;
  margin-top: 5px;
  width: 25px;
  padding-left: 2px;
}

.footer-container .block-contact_list a {
  padding: 0;
}

.footer-container .block-contact_list a::before {
  display: none;
}

.footer-container .open_footer_menu {
  padding: 7px 0;
  letter-spacing: 0.5px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  justify-content: space-between;
}

.footer-container .open_footer_menu i {
  line-height: 20px;
  transition: 0.3s ease;
  display: inline-block;
}

.footer-container .open_footer_menu i.rot {
  transform: rotateZ(180deg);
}

.footer-after {
  padding: 17px 0;
  background-color: #262626;
  display: flex;
}

.footer-after .payement_logo_block {
  padding: 3px 0;
  float: right;
}

.footer-after .payement_logo_block a img {
  margin: 0 0px 0px 10px;
  vertical-align: text-top;
}

.footer-after .copyright {
  padding: 5px 0;
  float: left;
}

.footer-after .copyright a {
  color: #888 !important;
}

/*------------------- Footer Section Ends ------------------------*/

/* ____________________________*********** Pages **********______________________________ */

/* ---------------------------- Common Styling Starts ----------------------------- */

.breadcrumb {
  margin: 0px;
  padding: 0;
  background: none;
  font-weight: 600;
  text-align: right;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0;
  background-color: transparent !important;
  border: none !important;
  display: flex;
  justify-content: flex-end;
}

.breadcrumb ol {
  padding-left: 0;
  margin-bottom: 0;
}

.breadcrumb li a {
  color: #292929 !important;
  transition: 0.4s ease;
  line-height: 26px;
  letter-spacing: 0.7px;
  font-size: 13px;
}

.breadcrumb li a:hover {
  color: #37a794 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #000;
  content: var(--bs-breadcrumb-divider, '|');
}

.products_block {
  border-top: 1px solid #ededed;
  padding-top: 20px;
}

.products_block .product-item {
  padding: 0;
}

.profuct_page nav.breadcrumb {
  margin-bottom: 0;
}

.profuct_page h1 {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  letter-spacing: 0px;
  margin-bottom: 0 !important;
}

.main .category-description p {
  margin: 0 0 5px 0;
  font-weight: normal;
  color: #888888;
  line-height: 26px;
  letter-spacing: 0.7px;
}

nav.pagination {
  background-color: transparent !important;
  border-bottom: none !important;
  width: 100%;
  border-top: 1px solid #ededed;
  padding: 15px 0px 10px;
  font-weight: normal;
  color: #888888;
  letter-spacing: 0.7px;
  font-size: 14px;
}

nav.pagination nav {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent !important;
  border-bottom: none !important;
}

ul.pagination {
  align-items: center;
}

.pagination li {
  margin: 0 3px;
}

.pagination .page-link {
  border-radius: 4px !important;
  background-color: #000;
  color: #fff !important;
  border: none !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #37a794;
  border: none;
}

/* Common Styling Ends */

/* ---------------------------- Single Product Page Starts ----------------------------- */

.item-inner {
  position: relative;
}

.product_left {
  padding: 12px;
}

.product-flags li {
  display: block;
  position: absolute;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: capitalize;
  z-index: 2;
  line-height: 14px;
  padding: 12px;
}

.product_left .product-flags li.on-sale {
  right: 12px;
  left: auto;
  color: #37a794;
}

.product_left .img-container {
  text-align: center;
}

.item_product .title {
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: normal;
  color: #292929;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 20px;
  line-height: 28px;
}

.item_product .ref,
.item_product .product_info {
  font-size: 13px;
  font-weight: 400;
  color: #888888;
  line-height: 26px;
  letter-spacing: 0.7px;
}

.product_info {
  margin-top: 8px;
}

.item_product .ref label {
  color: #292929;
  font-weight: 700;
}

.item_product .regular-price {
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 5px;
  font-size: 20px;
  color: #888888;
}

.item_product .current-price {
  font-size: 22px;
  font-weight: 700;
}

.item_product .add {
  display: flex;
  align-items: center;
}

.item_product .wishlist {
  background-color: #000;
  height: 44px;
  width: 44px;
  margin-left: 15px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease;
}

.item_product .wishlist:hover {
  background-color: #37a794;
}

.item_product .wishlist::before {
  position: absolute;
  content: '';
  left: 11px;
  top: 14px;
  background-image: url(../images/products/like.png);
  background-repeat: no-repeat;
  background-size: 22px;
  height: 100%;
  width: 100%;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.quantity_btn {
  position: relative;
}

.quantity_btn input {
  color: #292929;
  background-color: #ffffff;
  height: 2.75rem;
  padding: 0.175rem 0.5rem;
  width: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   opacity: 1 !important;
}

.quantity_btn button {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: white;
  position: absolute;
  margin-left: 4px;
  height: 20px;
  width: 20px;
}

.quantity_btn button i {
  color: #888888;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity_btn .inc_btn {
    position: absolute;
  top: 0;
}

.quantity_btn .dec_btn {
    position: absolute;
  bottom: 0;
}

.item_product .common_btn {
  margin-left: 42px;
  margin-top: 0;
}

.item_product .product-availability {
  margin-top: 10px;
}

.item_product .product-availability span {
  background-color: #4cbb6c;
  padding: 3px 12px 5px;
  color: white;
}

.check_pin {
  margin-top: 20px;
}

.check_pin input {
  border: none;
  padding: 10px;
  padding: 10px 20px;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0.7px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #e6e6e6;
}

.input-group-text.common_btn {
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 12px;
}

/*------------------- Single Product Page Ends ------------------------*/

/* ---------------------------- Login & SignUp  Starts ----------------------------- */

.common_form.checkout_form {
  padding: 15px;
}

#signIn_modal .nav-pills {
  border: none !important;
}

#signIn_modal .nav-pills .nav-link {
  font-size: 17px;
  font-weight: 500 !important;
  color: black !important;
  background-color: transparent;
  padding-left: 0;
  padding-top: 0;
}

#signIn_modal .nav-pills .nav-link.active {
  border: none;
  color: black !important;
  font-weight: 800 !important;
  color: #37a794 !important;
}

.common_form {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e6e6e6;
}

.common_form .form-group {
  margin-bottom: 1rem;
}

.common_form .form-control-label {
  padding-top: 10px;
  font-weight: 700;
}

.common_form .form-control {
  padding: 5px 12px;
  color: #292929;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 26px;
}

.custom-radio {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: #878787 1px solid;
  background: white;
  margin-right: 0.3125rem;
  position: relative;
}

.custom-radio input[type='radio'] {
  cursor: pointer;
  width: 0;
}

.custom-radio input[type='radio']::before {
  content: '';
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 9px;
  width: 9px;
  background-color: black;
  border-radius: 50px;
  display: none;
}

.custom-radio input[type='radio']:checked:before {
  display: block;
}

.form-control-comment {
  font-size: 13px;
  padding-top: 0.5rem;
  color: #888888;
  line-height: 26px;
}

#authentication .custom-checkbox label {
  padding-left: 0.625rem;
  line-height: 23px;
  font-weight: 300;
  font-size: 13px;
}

.forgot_pass_section {
  display: none;
}

.forgot_pass_section.show_forgotSection {
  display: block;
}

.backToLogin {
  color: #2a8071 !important;
  font-weight: 600;
}

/*------------------- Login & SignUp Ends ------------------------*/

/* ---------------------------- Cart Page Starts ----------------------------- */

.cart-container {
  margin-bottom: 30px;
  position: relative;
}

.cart-container h1 {
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: capitalize;
}

.cart-block,
.cart-summary-block {
  padding: 12px;
  border: 1px solid #e6e6e6;
}

.cart-container hr {
  margin: 0;
}

.item_block {
  border: 1px solid #e6e6e6;
  margin: 0;
  padding: 10px;
  margin-top: 10px !important;
}

.item_block .img_sec {
  background-color: #f4f4f4;
  padding: 10px;
  text-align: center;
}

.item_block .img_sec img {
  max-height: 120px;
  width: auto;
}

.item_title {
  margin-bottom: 12px;
}

.item_title,
.total_payable {
  font-size: 15px;
  font-weight: 700;
}

.product_details .info {
  display: flex;
  align-items: center;
}

.product_details h5,
.product_details .info .sub_title {
  font-size: 13px;
  font-weight: 700;
}

.product_details h5 {
  font-size: 14px;
  margin-top: 12px;
}

.product_details .info span {
  color: #808080;
  font-size: 12px;
  margin-left: 5px;
}

.cart-container .quantity_btn input {
  height: 34px;
  width: 36px;
}

.cart-container .quantity_btn button {
  height: 17px;
  width: 17px;
}

.item_det {
  text-align: end;
}

.total_payable {
  font-size: 16px;
  border-top: 1px solid #e6e6e6;
  font-weight: 800;
  padding-top: 10px;
}

.remove {
  padding-top: 12px;
}

.remove a {
  display: block;
  color: red !important;
  border-top: 1px solid #e6e6e6;
  padding-top: 4px;
}

.item_title_sm {
  display: none;
  font-weight: 700;
  margin-bottom: 8px;
}

a.go_back {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 13px;
}

a.go_back i {
  font-size: 12px;
}

/*------------------- Cart Page Ends ------------------------*/

/* ---------------------------- Checkout Page Starts ----------------------------- */

.checkout-container h1 {
  font-size: 20px;
  text-transform: capitalize;
}

.checkout_block h5 {
  font-size: 18px;
  font-weight: 700;
}

.checkout-container .item_detail {
  font-size: 14px;
  font-weight: 400;
}

.checkout-container .item_title {
  margin-bottom: 0;
}

.checkout-container .block_mb {
  margin-bottom: 15px;
}

/*------------------- Checkout Page Ends ------------------------*/

/* ---------------------------- Checkout Page Starts ----------------------------- */

.profile_page .common_form .form-control-label {
  font-weight: 600;
  font-size: 13px;
}

.profile_page .information-section {
  border: 1px solid #e6e6e6;
  padding: 30px;
  margin-bottom: 30px;
}

.profile_page .user_name {
  font-size: 20px;
}

.profile_page .user_name span {
  font-size: 24px;
  font-weight: 700;
}

.header_row {
  margin: 0;
  margin-bottom: 16px;
}

#profile_tabs {
  margin-bottom: 10px;
}

#profile_tabs .nav-link {
  color: black !important;
  border-radius: 0;
}

#profile_tabs .nav-link.active {
  background-color: #37a794;
  color: white !important;
}

.profile_page .order_block .item_title,
.order_page .order_block .item_title {
  margin-bottom: 0px;
}

/*------------------- Checkout Page Ends ------------------------*/

/* ---------------------------- Contact Page Starts ----------------------------- */

.contact_row a {
  text-align: center;
  display: block;
}

.contact_row a img {
  margin-bottom: 12px;
}

.contact_row a p {
  font-weight: 600;
}

/*------------------- Contact Page Ends ------------------------*/
