/**
* Template Name: EstateAgency
* Template URL: https://bootstrapmade.com/real-estate-agency-bootstrap-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
body {
  font-family: "Poppins", sans-serif;
  color: #555555;
  background: #f9f9f9;
}
img {
  max-width: 100%; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

body p { margin-bottom: 0; }
a {
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  color: #2eca6a;
  text-decoration: none;
}

.link-two {
  color: #000000;
  transition: all 0.5s ease;
}

.link-two:hover {
  text-decoration: underline;
  color: #000000;
}

.link-one {
  color: #000000;
  transition: all 0.5s ease;
}

.link-one:hover {
  color: #000000;
  text-decoration: none;
}

.link-icon {
  color: #000000;
  font-weight: 500;
}

.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .link-a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }
}

.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}

.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .link-a span {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .link-a span {
    font-size: 18px;
  }
}

.text-brand {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .text-brand {
    font-size: 1.8rem;
  }
}

.color-a {
  text-decoration: none;
  color: #000000;
}

.color-b {
  color: #2eca6a;
}

.color-d {
  color: #adadad;
}

.color-text-a {
  text-decoration: none;
  color: #555555;
}

.no-margin {
  margin: 0;
}

/*------/ Nav Pills  /------*/
.nav-pills-a {
  text-decoration: none;
}

.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}

.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}

.nav-pills-a.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #2eca6a;
  z-index: 2;
}

/*------/ Bg Image /------*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/
.list-a {
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}

.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .list-a li {
    width: 33.333%;
  }
}

.list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/
.pagination-a {
  text-decoration: none;
}

.pagination-a .pagination .page-link {
  margin: 0 0.2rem;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  color: #000000;
}

.pagination-a .pagination .page-link:hover,
.pagination-a .pagination .page-link:active,
.pagination-a .pagination .page-link:focus {
  background-color: #2eca6a;
}

.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}

.pagination-a .pagination .next .page-link {
  padding: 0.4rem 0.9rem;
}

.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-a .pagination .page-item.disabled .page-link {
  padding: 0.4rem 0.9rem;
  color: #555555;
}

.pagination-a .pagination .page-item.active .page-link {
  background-color: #2eca6a;
}

.a {
  text-decoration: none;
  color: #2eca6a;
  font-size: 1.3rem;
}

/*------/ Icon Box /------*/
.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}

.icon-box .icon-box-content {
  padding-top: 18px;
}

/*------/ Space Padding /------*/
.section-t8 {
  padding-top: 8rem;
}

@media (max-width: 767px) {
  .section-t8 {
    padding-top: 4rem;
  }
}

.section-t4 {
  padding-top: 4rem;
}

@media (max-width: 767px) {
  .section-t4 {
    padding-top: 2rem;
  }
}

.section-t3 {
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .section-md-t3 {
    padding-top: 3rem;
  }
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}

@media (max-width: 767px) {
  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }
}

/*------/ Title /------*/
.title-wrap {
  padding-bottom: 4rem;
}

.title-a {
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}

.title-link a {
  text-decoration: none;
  color: #313131;
}

.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}

.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}

.title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #2eca6a;
  bottom: 20px;
  left: 0;
}

/*------/ Display Table & Table Cell /------*/
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Ul Resect /------*/
.ul-resect ul,
.box-comments ul,
.list-a ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/
.overlay-a {
  text-decoration: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

.carousel-pagination {
  margin-top: 10px;
  text-align: center;
}

.carousel-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #555;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}

.carousel-pagination .swiper-pagination-bullet-active {
  background-color: #2eca6a;
  width: 36px;
}

.nav-arrow-a {
  text-decoration: none;
}

.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}

.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 0.7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #2eca6a;
  opacity: 0.9;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/
.socials-a {
  text-decoration: none;
}

.socials-a .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2eca6a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #4bd680;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*======================================
//--//-->   BUTTON
======================================*/
.btn {
  transition: 0.5s ease;
}

.btn.btn-a,
.btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: 0.05rem;
}

.btn.btn-a {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-a:hover {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b {
  background-color: #2eca6a;
  color: #000000;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn.btn-b-n {
  background-color: #2eca6a;
  color: #ffffff;
  border-radius: 0;
}

.btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}

.navbar-toggle-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 10px;
}

.navbar-toggle-box i {
  line-height: 0;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-default {
  transition: all 0.5s ease-in-out;
  background-color: #ffffff;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}

.navbar-default.navbar-reduce {
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

.navbar-default.navbar-trans,
.navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.navbar-default.navbar-trans .nav-item,
.navbar-default.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-bottom: 8px;
  margin-left: 0;
}

@media (min-width: 768px) {

  .navbar-default.navbar-trans .nav-item,
  .navbar-default.navbar-reduce .nav-item {
    margin-left: 15px;
  }
}

.navbar-default.navbar-trans .nav-link,
.navbar-default.navbar-reduce .nav-link {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.03em;
  transition: all 0.1s ease-in-out;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.navbar-default.navbar-trans .nav-link:before,
.navbar-default.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background-color: #2eca6a;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out 0.3s;
}

.navbar-default.navbar-trans .nav-link:hover,
.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .nav-link:hover:before,
.navbar-default.navbar-reduce .nav-link:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}

.navbar-default.navbar-trans .show>.nav-link:before,
.navbar-default.navbar-trans .active>.nav-link:before,
.navbar-default.navbar-trans .nav-link.show:before,
.navbar-default.navbar-trans .nav-link.active:before,
.navbar-default.navbar-reduce .show>.nav-link:before,
.navbar-default.navbar-reduce .active>.nav-link:before,
.navbar-default.navbar-reduce .nav-link.show:before,
.navbar-default.navbar-reduce .nav-link.active:before {
  transform: scaleX(1);
}

.navbar-default.navbar-trans .nav-link:before {
  background-color: #2eca6a;
}

.navbar-default.navbar-trans .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-trans .show>.nav-link,
.navbar-default.navbar-trans .active>.nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce {
  transition: all 0.5s ease-in-out;
  padding-top: 19px;
  padding-bottom: 19px;
}

.navbar-default.navbar-reduce .nav-link {
  color: #000000;
}

.navbar-default.navbar-reduce .nav-link:before {
  background-color: #2eca6a;
}

.navbar-default.navbar-reduce .nav-link:hover {
  color: #000000;
}

.navbar-default.navbar-reduce .show>.nav-link,
.navbar-default.navbar-reduce .active>.nav-link,
.navbar-default.navbar-reduce .nav-link.show,
.navbar-default.navbar-reduce .nav-link.active {
  color: #000000;
}

.navbar-default.navbar-reduce .navbar-brand {
  color: #000000;
}

.navbar-default .dropdown .dropdown-menu {
  border-top: 0;
  border-left: 4px solid #2eca6a;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .navbar-default .dropdown .dropdown-menu {
    border-top: 4px solid #2eca6a;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
}

.navbar-default .dropdown .dropdown-menu .dropdown-item {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  color: #2eca6a;
  transition: all 500ms ease;
}

.navbar-default .dropdown .dropdown-menu .dropdown-item.active {
  background-color: #ffffff;
  color: #2eca6a;
}

.navbar-default .dropdown:hover .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #000000;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   BOX COLAPSE
======================================*/
.box-collapse {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: all 0.6s ease;
}

@media (min-width: 768px) {
  .box-collapse {
    width: 50%;
  }
}

.box-collapse .title-box-d {
  top: 30px;
  left: 60px;
  opacity: 0;
  transition: all 1s ease;
  transition-delay: 0.3s;
}

@media (max-width: 575px) {
  .box-collapse .title-box-d {
    left: 35px;
  }
}

@media (max-width: 575px) {
  .box-collapse .title-box-d .title-d {
    font-size: 1.3rem;
  }
}

.box-collapse-wrap {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 6.5rem;
  bottom: 5rem;
  padding-left: 10%;
  padding-right: 10%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  transform: translateY(3rem);
  transition: transform 0.5s 0.5s ease, opacity 0.5s 0.5s ease;
}

.box-collapse-open .click-closed {
  visibility: visible;
}

.box-collapse-open .box-collapse {
  transform: translateX(0);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
  opacity: 1;
}

.box-collapse-open .box-collapse .title-box-d {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-open .box-collapse-wrap {
  transform: translate(0);
  opacity: 1;
}

.box-collapse-closed .box-collapse {
  opacity: 0.7;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .title-box-d {
  opacity: 0;
  transition-delay: 0s;
}

.box-collapse-closed .box-collapse .form-a {
  opacity: 0;
  transition-delay: 0s;
}

.click-closed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1035;
  background-color: #000000;
  opacity: 0.4;
}

.close-box-collapse {
  position: absolute;
  z-index: 1050;
  top: 2rem;
  font-size: 3.5rem;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.right-boxed {
  right: 4.2857rem;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.intro {
  height: 100vh;
  position: relative;
  color: #ffffff;
}

.intro .swiper-pagination {
  bottom: 50px;
}

.intro .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}

.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2eca6a;
  width: 36px;
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .intro .intro-body {
    padding-left: 2rem;
  }
}

.intro .intro-body .price-a {
  color: #ffffff;
  padding: 1rem 1.5rem;
  border: 2px solid #2eca6a;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.intro .spacial {
  animation-delay: 0.2s;
  color: #ffffff;
}

.intro .intro-title-top {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .intro .intro-title-top {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

.intro .intro-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }
}

@media (min-width: 768px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .intro .intro-title {
    font-size: 4rem;
  }
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .intro .intro-subtitle {
    font-size: 2.5rem;
  }
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}

@media (min-width: 576px) {
  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }
}

/*------/ Intro Single /------*/
.intro-single {
  padding: 12rem 0 3rem;
}

@media (max-width: 767px) {
  .intro-single {
    padding-top: 9rem;
  }
}

.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}

.intro-single .title-single-box {
  border-left: 3px solid #2eca6a;
}

.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}

@media (min-width: 768px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }
}

@media (min-width: 992px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }
}

.intro-single .breadcrumb-box {
  padding: 1rem 0 0 0.5rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {

  .card-box-a,
  .card-box-b,
  .card-box-c,
  .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a span,
.card-box-b span,
.card-box-c span,
.card-box-d span {
  line-height: 0;
}

@media (min-width: 768px) {

  .grid .card-box-a,
  .grid .card-box-b,
  .grid .card-box-c,
  .grid .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}

@media (min-width: 768px) {

  .card-box-a:hover .img-a,
  .card-box-a:hover .img-b,
  .card-box-b:hover .img-a,
  .card-box-b:hover .img-b {
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {

  .card-box-a .price-a,
  .card-box-b .price-a {
    font-size: 1rem;
  }
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/
@media (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}

@media (min-width: 768px) {
  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }

  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
}

.card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}

@media (min-width: 768px) {
  .card-overlay-a-content {
    bottom: -20px;
  }
}

@media (min-width: 992px) {
  .card-overlay-a-content {
    bottom: 0px;
  }
}

.card-header-a {
  padding: 0 1rem;
}

.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0.7rem;
}

@media (min-width: 768px) {
  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }
}

@media (min-width: 992px) {
  .card-header-a .card-title-a {
    font-size: 2rem;
  }
}

.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}

.card-body-a .price-box {
  padding-bottom: 0.5rem;
}

.price-a {
  color: #ffffff;
  padding: 0.6rem 0.8rem;
  border: 2px solid #2eca6a;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #2eca6a;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
}

.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}

@media (min-width: 768px) {
  .card-info .card-info-title {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .card-info .card-info-title {
    font-size: 1rem;
  }
}

.card-info li span {
  color: #ffffff;
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .card-info li span {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .card-info li span {
    font-size: 1rem;
  }
}

/*------/ Property Grid /-----*/
.property-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}

.property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}

.property-grid .grid-option .custom-select:hover,
.property-grid .grid-option .custom-select:active,
.property-grid .grid-option .custom-select:focus {
  border-color: #313131;
}

.property-grid .grid-option .custom-select option {
  border-color: #313131;
}

/*------/ Property Single /-----*/
.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}

.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}

.summary-list .list {
  padding: 0;
  line-height: 2;
}

.summary-list .list span {
  color: #555555;
}

@media (max-width: 767px) {
  .property-agent {
    margin-top: 2.5rem;
  }
}

.property-agent .title-agent {
  font-weight: 600;
}

.property-agent ul {
  line-height: 2;
  color: #000000;
}

.property-agent .socials-a {
  text-align: center;
}

@media (max-width: 991px) {
  .property-contact {
    margin-top: 2.5rem;
  }
}

/*======================================
//--//-->   NEWS - CARD-B
======================================*/
.card-header-b {
  padding: 1rem;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}

@media (min-width: 768px) {
  .card-header-b {
    bottom: 0px;
  }
}

@media (min-width: 992px) {
  .card-header-b {
    bottom: 20px;
  }
}

.card-header-b .category-b {
  font-size: 0.9rem;
  background-color: #2eca6a;
  padding: 0.3rem 0.7rem;
  color: #313131;
  letter-spacing: 0.03em;
  border-radius: 50px;
  text-decoration: none;
}

.card-header-b .title-2 {
  margin-bottom: 0;
  padding: 0.6rem 0;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .card-header-b .title-2 {
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .card-header-b .title-2 {
    font-size: 1.6rem;
  }
}

.card-header-b .title-2 a {
  color: #ffffff;
  text-decoration: none;
}

.card-header-b .date-b {
  color: #d8d8d8;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .card-header-b .date-b {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .card-header-b .date-b {
    font-size: 1rem;
  }
}

/*------/ News Single /------*/
.post-information {
  padding: 3rem 0;
}

.post-content {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.6;
}

.post-content .post-intro {
  font-size: 1.7rem;
  font-weight: 300;
  margin-bottom: 4rem;
  line-height: 1.6;
  color: #000000;
  font-weight: 400;
}

.post-content p {
  margin-bottom: 1.7rem;
}

.post-content .blockquote {
  padding: 1rem 3rem 1.7rem 3rem;
  border-left: 3px solid #2eca6a;
  color: #000000;
}

.post-content .blockquote footer {
  text-align: left;
  padding: 0;
}

.post-footer {
  padding: 3rem 0 4rem;
}

.post-share .socials {
  display: inline-block;
}

.post-share .socials li {
  margin-left: 0.6rem;
}

/*------/ Comments /------*/
.box-comments .list-comments li {
  padding-bottom: 3.5rem;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments .comment-description {
  padding: 0.8rem 0 0.5rem 0;
}

.box-comments .list-comments a {
  color: #000000;
}

.box-comments .list-comments span {
  display: block;
  color: #2B2A2A;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*======================================
//--//-->   SERVICES - CARD-C
======================================*/
.card-box-c {
  position: relative;
}

@media (max-width: 767px) {
  .card-box-c {
    margin-bottom: 2rem;
  }
}

.card-header-c {
  padding: 0 1rem 1rem 1rem;
}

.card-body-c {
  padding: 0.5rem 0.5rem 0 0.5rem;
}

@media (max-width: 767px) {
  .card-body-c {
    padding: 0;
  }
}

.card-footer-c {
  padding-left: 0.5rem;
}

.card-box-ico {
  padding: 1rem 3rem 1rem 2.5rem;
  border: 5px solid #2eca6a;
}

.card-box-ico span {
  font-size: 4rem;
  color: #000000;
}

.title-c {
  font-size: 2.5rem;
  font-weight: 600;
  margin-left: -40px;
}

@media (min-width: 768px) {
  .title-c {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .title-c {
    font-size: 2.5rem;
  }
}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/
.card-box-d .card-overlay-hover {
  transition: all 0.2s ease-in-out;
  padding: 15px 40px 15px 35px;
}

@media (min-width: 768px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }
}

@media (min-width: 992px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }
}

@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
}

.card-box-d .title-d {
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  transform: translateY(-20px);
  opacity: 0;
}

@media (min-width: 768px) {
  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: 0.5rem 0;
  }
}

@media (min-width: 992px) {
  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}

@media (min-width: 1200px) {
  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}

.card-box-d .content-d {
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(-40px);
}

@media (min-width: 768px) {
  .card-box-d .content-d {
    font-size: 0.8rem;
    margin: 0.5rem 0;
  }
}

@media (min-width: 768px) {
  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }
}

.card-box-d .info-agents {
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.card-box-d .card-footer-d {
  transition: 0.5s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}

.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

.card-box-d:hover .card-overlay-hover {
  background-color: #2eca6a;
  opacity: 0.9;
}

.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  transform: translateY(0);
}

/*------/ Agent Single /------*/
.agent-info-box .socials-footer {
  margin-top: 2rem;
}

.agent-info-box .socials-footer li {
  margin-right: 1.5rem;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.section-about .title-vertical {
  position: absolute;
  letter-spacing: 0;
  transform: rotate(-90deg);
  top: 50px;
  text-align: left;
  font-size: 1.8rem;
  width: 300px;
  font-weight: 700;
  text-align: right;
}

.about-img-box {
  padding-left: 1rem;
  position: relative;
}

@media (min-width: 576px) {
  .about-img-box {
    padding-left: 4rem;
  }
}

@media (min-width: 768px) {
  .about-img-box {
    padding-left: 5rem;
  }
}

.sinse-box {
  background-color: #2eca6a;
  padding: 1rem 2rem;
  position: absolute;
  left: 15px;
  bottom: 10px;
}

@media (min-width: 576px) {
  .sinse-box {
    padding: 1.5rem 2.5rem;
    bottom: 20px;
  }
}

@media (min-width: 768px) {
  .sinse-box {
    padding: 1.5rem 3rem;
  }
}

@media (min-width: 992px) {
  .sinse-box {
    padding: 3rem 4.5rem;
  }
}

.sinse-box .sinse-title {
  font-weight: 700;
  letter-spacing: 0.043em;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .sinse-box .sinse-title {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .sinse-box .sinse-title {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .sinse-box .sinse-title {
    font-size: 2.2rem;
  }
}

.sinse-box .sinse-title span {
  position: absolute;
}

.sinse-box .sinse-title span:after {
  content: " ";
  width: 35px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: -15px;
}

.sinse-box p {
  margin-bottom: 0;
  font-size: 0.7rem;
}

@media (min-width: 576px) {
  .sinse-box p {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .sinse-box p {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials-box {
  padding: 1rem 0;
}

.testimonials-box .testimonial-avatar {
  width: 80px !important;
  display: inline-flex !important;
  border-radius: 50%;
}

.testimonial-ico {
  text-align: center;
}

.testimonial-ico i {
  font-size: 48px;
  color: #2eca6a;
}

.testimonial-text {
  font-style: italic;
  margin-top: 25px;
  padding: 1.5rem 1.5rem;
  background-color: #f3f3f3;
  position: relative;
}

.testimonial-text:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0px;
  height: 0px;
  border-top: 15px solid rgb(243, 243, 243);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

.testimonial-author-box {
  margin-top: 2rem;
}

.testimonial-author {
  margin-left: 1rem;
  display: inline-flex;
  font-size: 1.2rem;
  color: #000000;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.form-as #sendmessage {
  color: #2eca6a;
  border: 1px solid #26a356;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-as #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-as #sendmessage.show,
.form-as #errormessage.show,
.form-as .show {
  display: block;
}

.form-as .validation {
  color: red;
  display: none;
  margin: 4px 0 20px 0;
  font-weight: 400;
  font-size: 13px;
}

.form-as label {
  color: #000000;
  position: relative;
}

.form-as select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.form-as .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.form-as .form-control.form-control-a {
  height: 3.5rem;
}

.form-as .form-control:focus {
  box-shadow: none;
  border-color: #2eca6a;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.php-email-form label {
  color: #000000;
  position: relative;
}

.php-email-form select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.php-email-form .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.php-email-form .form-control.form-control-a {
  height: 3.5rem;
}

.php-email-form .form-control:focus {
  box-shadow: none;
  border-color: #2eca6a;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#main {
  background-color: #fafafa;
  padding-bottom: 60px; 
}
.main-section {
  background-color: #fafafa;
  padding-bottom: 60px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  padding-top: 45px;
  border-top: solid 6px #c3eb57;
  background: #f9f9f9;
}
.footer-top {
  border-bottom: solid 1px #BEBEBE;
  padding: 0 0 28px;
  align-items: center;
}
.section-footer .row {
  margin: 0;
}
.footer-top .footer-logo {
  text-align: left;
  padding-left: 0;
}
.footer-top .footer-logo a {
  display: inline-block;
  width: 88px; 
}
.footer-top .discover-text {
  text-align: right;
  padding-right: 0;
}
.footer-top .discover-text p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  color: #383849;
}
.footer-links-bar {
  padding-top: 35px; 
}
.footer-links {
  text-align: left; 
}
.footer-links:first-child {
  padding-left: 0; 
}
.footer-links:last-child {
  padding-right: 0; 
}
.footer-links h3.w-title-a {
  font-size: 12px;
  font-weight: 500;
  color: #282832;
  margin: 0;
}
.footer-links .list-unstyled {
  padding-top: 10px; 
}
.footer-links .list-unstyled .item-list-a {
  display: inline-block;
  width: 100%; 
  padding: 1px 0;
}
.footer-links .list-unstyled .item-list-a a {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #282832;
}
.footer-links .list-unstyled .item-list-a a:hover {
  color: #6a93c7; 
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #cdcdcd; 
  padding: 15px 0;
}
.copyright-text {
  font-size: 12px;
  font-weight: 500;
  color: #000; 
}
.copyright-text a {
  color: #000; 
}
.copyright-text-bar p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  margin: 0;
}
.footer-social-icons ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none; 
}
.footer-social-icons ul li {
   margin-left: 15px; 
}
.footer-number-email {
  display: flex;
  align-items: center; 
}
.footer-number-email > div {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: #000; 
}
.footer-number-email > div img {
  margin-right: 3px;  
}
.footer-number-email > .mobile-number {
  padding-right: 15px;
}



/*01-07-2024*/
/*Header start*/
.header-section .container {
  max-width: 1190px;
}
.header-section {
  background: #fff; 
}
.header-logo {
  width: 88px;
}
.header-menu-bar {
  border-top: solid 6px #c3eb57; 
  background: #F2F2F2; 
}
.header-menu-bar .dropdown-menu {
  padding: 10px 10px;
}
.header-menu-bar .dropdown-menu .dropdown-item {
  font-size: 14px !important;
  padding: 4px 0 !important;
}
.header-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0; 
}
.header-top-left {
  display: flex;
  align-items: center; 
}
.header-top-left form {
  max-width: 380px;
  width: 100%;
}
.search-bar {
  display: flex;
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-left: 58px;
}
.search-bar input {
  width: 100%;
  padding: 10px 40px 10px 20px;
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  border: solid 1px #c7c7c7;
  border-radius: 5px;
  outline: none;
  background: #f9f9f9;
  letter-spacing: 0.3px;
}
.search-bar input::placeholder {
  color: #282832 !important; 
}
.search-bar button {
  background: transparent;
  padding: 0;
  position: absolute;
  right: 17px;
  top: 7px;
  box-shadow: none;
  border: none; 
}
.header-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-top-right .top-menu {
  padding: 0 9px 0 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-top-right .top-menu li {
  padding: 0 10px; 
}
.header-top-right .top-menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  text-transform: uppercase;  
}
.header-top-right .top-menu li a:hover {
  color: #6a93c7; 
}
.header-icons {
  display: flex;
  align-items: center; 
  padding: 0 7px 0 0;
}
.header-icons .user-icon {
  width: 20px;
}
.header-icons .cart-icon {
  width: 20px;
  margin: 0 22px 0 8px;
  position: relative;
}
.header-icons .cart-icon a {
  text-decoration: none;
  position: relative; 
}
.header-section .header-icons .cart-icon .badge-danger {
    position: absolute;
    right: -3px !important;
    top: -5px !important;
    font-size: 8px;
    font-weight: 400;
    width: 14px !important;
    height: 14px !important;
    border-radius: 100px !important;
    text-align: center;
    line-height: 11px;
    margin-top: 0 !important;
}
.menu-item-bar {
  width: 100%;
  height: 23px;
  overflow: hidden;
  padding-left: 20px;
}
.navbar-expand-lg .navbar-nav {
  white-space: nowrap;
}
.navbar-expand-lg .navbar-collapse {
  overflow-x: auto;
  scrollbar-color: #DDDBDB #DDDBDB;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  padding-bottom: 2px; 
}
.navbar-expand-lg .navbar-nav {
  width: 100%; 
}
.navbar-expand-lg .navbar-collapse::-webkit-scrollbar {
  height: 0px;
  width: 0;
}
.navbar-expand-lg .navbar-collapse::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.navbar-expand-lg .navbar-collapse::-webkit-scrollbar-thumb {
  height: 2px;
  background-color: #DDDBDB;
}
.navbar-expand-lg .navbar-collapse::-webkit-scrollbar-thumb:hover {
  background-color: #DDDBDB;
}
.navbar-expand-lg .navbar-collapse::-webkit-scrollbar:vertical {
  display: none;
}

.header-menu-bar .navbar-expand-lg {
  padding: 6px 0;
}
.header-menu-bar .navbar-nav {
  padding-right: 5px; 
}
.header-menu-bar .navbar-nav .nav-item {
  padding: 0 25px; 
}
.header-menu-bar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
.header-menu-bar .navbar-nav .nav-item:last-child {
  padding-right: 10px; 
}
.header-menu-bar .navbar-nav .nav-item a {
  font-size: 12px;
  font-weight: 600;
  color: #282832;
  padding: 0; 
}
.header-menu-bar .navbar-nav .nav-item a:hover {
  color: #6a93c7;
}
.items-menu {
  display: flex;
  align-items: center; 
}
.items-menu a img {
  margin-right: 10px; 
}
.items-menu a {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #282832;
  padding: 0px 20px 5px 5px;
}
/**/
body.body-menu-dropdown {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    touch-action: none;
    overscroll-behavior: none;
}

body.body-menu-dropdown::before {
    content: '';
    background-color: rgba(40, 40, 40, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

.items-menu.active .items-menu-dropdown {
  display: block; 
}
.items-menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  background: #fff;
  border-right: solid 4px #C7EF59; 
  padding: 40px 50px 200px 20px;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
 
.register-filds-box::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}

.items-menu-dropdown .dropdown-items {
  padding: 0;
  margin: 0;
  list-style: none; 
}
.dropdown-items li {
  position: relative;
  padding: 5px 5px 5px 10px; 
}
.dropdown-items li a i {
  position: absolute;
  left: 0; 
}
.dropdown-items li a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #282832;
  border-bottom: solid 1px #dcdcdc; 
  padding: 15px 0; 
}
.dropdown-items li a:hover {
  color: #6a93c7; 
}



/*home page css start*/
.home-banner-main {
  margin-top: 108px;
}
.home-banner-main img {
  height: auto !important; 
}
.home-banner-main .swiper-slide {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #E3E7F8;
}
/*.home-banner-main {
  height: 428px; 
}*/
.home-banner-content {
  display: flex;
  align-items: self-start;
  height: 100%;
  padding: 89px 0 20px;
}
.home-banner-content .container {
  max-width: 1280px;
}
.home-banner-content .intro-title {
  
  font-size: 35px;
  font-weight: 800;
  color: #000000;
  line-height: 47px;
  text-transform: capitalize; 
}
.home-banner-content .banner-description {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  padding: 2px 0 19px 0;
  margin: 0;
}
.home-banner-content .banner-shop-now {
  display: inline-block;
  background: #282832;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px 26px;  
}
/*Home banner end*/
.main-container {
  max-width: 1045px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; 
}
.categorie-section {
  padding: 62px 0 0; 
}
.title-bar {
  padding-bottom: 12px;
}
.title-bar h2 {
  font-size: 20px;
  font-weight: 600;
  color: #282832;
  margin: 0; 
}
.title-bar p {
  font-size: 15px;
  font-weight: 400;
  color: #282832; 
  padding-top: 10px;
padding-bottom: 10px;
}
.categorie-bar {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0;
  margin: 0 -10px; 
}
.categorie-box {
  width: 25%;
  padding: 10px;
}
.categorie-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
  border: solid 1px #ECEFF5;
  border-radius: 10px;
  padding: 13px 15px;
  height: 100%;  
}
.categorie-text .img {
  width: 140px;
  height: 115px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.categorie-text .img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.categorie-text .img img {
  object-fit: scale-down;
  height: 100%;
}
.categorie-text .cate-name {
  width: 100%;
  text-align: center; 
  padding: 15px 0 10px 0;
}
.categorie-text .cate-name a {
  font-size: 18px;
  font-weight: 500;
  color: #282832; 
}

.section-recommended {
  padding: 80px 0 0px; 
}
.section-recommended .title-bar {
  padding-bottom: 10px; 
}
.reco-product {
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  position: relative; 
  height: 100%;
}
.reco-product .bestseller {
 position: absolute;
 top: 8px;
 left: 12px;
 background: #F2F2F2;
 border-radius: 15px;
 font-size: 12px;
 font-weight: 400;
 color: #383849;
 padding: 1px 18px;
}
.reco-product .bestseller.text2 {
  background: #cef3c7;
  color: #0c3d05; 
}
.reco-product .bestseller.text3 {
  background: #DCE2FC;
  color: #342DA9; 
}
.reco-product .sale-img {
  position: absolute;
  top: 10px;
  right: 10px;
}
.reco-product .recomm-img {
  text-align: center;
  min-height: 123px;
  margin: 12px 0 0;
}
.reco-product-text {
  padding-top: 8px;
}
.reco-product-text .name h2 {
  margin: 0; 
}
.reco-product-text .name a {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 40px;
}
.reco-product-text span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #707070; 
  padding-top: 2px;
}
.reco-product-text p {
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  padding-bottom: 3px;
  margin: 0; 
}
.reco-product-text .star-img {
  padding: 8px 0 6px;
}
.price-text { display: flex; align-items: center; }
.price-text .regular-price {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
}
.price-text .old-price {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  padding-left: 10px;
  text-decoration: line-through;
}

.reco-product .user-img {
  text-align: center;
}
.reco-product .user-name a {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #282832; 
  text-align: center;
  padding-top: 12px;
}
.section-shop-user {
  padding: 0; 
}
.section-shop-user .title-bar {
  padding-bottom: 12px; 
}

.section-revolution {
  background: #C7EF59; 
  margin: 80px 0 0;
}
.revolution-content {
  display: flex;
  align-items: center;
  padding: 55px 55px 44px; 
}
.revolution-icon {
  width: 22%; 
}
.revolution-text {
  width: 80%; 
  padding-left: 54px;
}
.revolution-text h2 {
  font-size: 22px;
  font-weight: 800;
  color: #000000;
  margin: 0px;
  padding-bottom: 6px;
}
.revolution-text span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding: 7px 0 12px;
  letter-spacing: -0.2px;
}
.revolution-text p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  margin: 0;
  padding: 0 0 13px;
}
.revolution-text .see-more-link {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  text-decoration: underline;
}
.revolution-text .see-more-link:hover {
  text-decoration: none;  
}

.whatsapp-call-btn {
  display: flex;
  align-items: center;
}
.whatsapp-call-btn a {
  width: 35px;
  margin-right: 10px;
}

.section-new-arrivals {
  padding: 80px 0 0; 
}

.cost-efficient {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  border-radius: 10px; 
  padding: 22px 0;
}
.efficient-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
}
.efficient-text img {
  display: block;
  margin-right: 10px;
}
.section-revolution.guaranteed {
  background: #C6FCFF; 
}
.guaranteed .revolution-content {
  padding: 31px 0 44px;
}
.guaranteed .revolution-icon {
  width: 28%;
}
.guaranteed .revolution-text {
  width: 72%; 
  padding-left: 20px;
}
.guaranteed .revolution-text h2 {
  margin: 8px 0 0 0;
}
.students-discount {
  padding: 60px 0 0; 
}
.students-disc-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: 212px;
  border-radius: 10px;  
}
.students-disc-text {
  text-align: center; 
}
.students-disc-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #282832;
  margin: 0;  
}
.students-disc-text p {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #282832;
  padding: 12px 0 0; 
  margin: 0;
}

/*News*/
.latest-news-bar {
  background: #fff;
  border-radius: 10px; 
}
.latest-news-bar .news-img img {
  width: 100%;
  height: 162px;
}
.news-text {
  padding: 7px 10px 18px; 
}
.news-text .news-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #383849;
  background: #F2F2F2;
  border-radius: 15px;
  padding: 1px 19px; 
}
.news-text h2 {
  padding: 5px 0 12px;
  margin: 0;  
}
.news-text h2 a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
}
.news-text p {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  line-height: 18px;
  margin: 0; 
}
.news-text p a {
  text-decoration: none; 
}
.news-text .see-more-link {
  font-size: 12px;
  font-weight: 500;
  color: #383849;
  padding: 18px 0 0;
  display: inline-block;
}

.join-our-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 70px 0;
}
.join-our-text {
  width: 63%;
  padding-left: 35px;
}
.join-our-text h2 {
  
  font-size: 30px;
  font-weight: 900;
  color: #000;
  margin: 0;
  letter-spacing: -0.5px;
}
.join-our-text p {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  padding: 10px 0 15px;
  margin: 0;
}
.join-our-input input {
  width: 100%;
  border: solid 1px #aeaeae;
  border-radius: 10px;
  box-shadow: none;
  height: 52px;
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  padding: 0 15px;
  outline: none;
}
.join-our-input input::placeholder {
  color: #282832 !important; 
  opacity: 1;
}

.join-our-input .send-btn {
  display: flex;
  align-items: center;
  border: none;
  box-shadow: none;
  outline: none;
  background: #282832;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 12px 38px;
  margin-top: 15px;
}
.join-our-input .send-btn img {
  padding-left: 5px;
}
.section-processing {
  display: inline-block;
  width: 100%;
  background: url(../images/e-waste-bg.png) no-repeat center top; 
  background-size: 100% 100%; 
  padding: 152px 0 46px;
}
.process-text {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.process-left {
  max-width: 701px;
  width: 100%; 
}
.process-left strong {
  display: flex;
  align-items: flex-end;
  
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.6px;  
}
.process-left strong img {
  position: relative;
  top: -2px;
  padding-left: 5px; 
}
.process-left p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  padding: 10px 0 0;
  margin: 0; 
}
.section-processing .process-content {
  max-width: 924px;
}
.process-text .know-more-btn {
  width: auto; 
  position: relative;
  top: -29px;
  right: 4px;  
}
.process-text .know-more-btn a {
  width: 121px; 
}
.know-more-btn  {
  width: 145px; 
}
.know-more-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  background: #fff;
  border-radius: 10px;
  width: 145px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.section-frequently {
  padding: 80px 0 0;
}
.questions-text {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #c0c0c0; 
  padding: 30px 0;
}
.questions-text h2 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #282832;
  padding: 0;
  margin: 0; 
}
.questions-text p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #282832;
  line-height: 25px;
  padding: 10px 0 0;
  margin: 0; 
}
.more-faqs-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 30px; 
}
.more-faqs-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  background: #F5F5F5;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;   
}
/*listing page start*/
.listing-page {
  padding-top: 118px;
}
.listing-page .breadcrumbs {
  padding: 18px 0 20px;
}
.breadcrumbs .items {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs .items a {
  font-size: 12px;
  font-weight: 400;
  color: #606161;
  text-decoration: none;  
  position: relative;
}
.breadcrumbs .items a::after {
 content: '>';
 font-size: 15px;
 font-weight: 400;
 color: #606161;
 line-height: normal;
 padding: 0 5px;
 position: relative;
 top: 2px;
}
.breadcrumbs .items strong {
  font-size: 12px;
  font-weight: 500;
  color: #282832;
}
.main-title-bar {
  padding: 60px 0 0; 
}
.title-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
}
.title-top-bar .h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #282832;
  margin: 0;
}
.title-top-bar .select-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.title-top-bar .select-bar .select-box {
  width: 177px;
  background: #fff;
  border: solid 1px #282832;
  border-radius: 10px;
  padding: 6px 10px;
  box-sizing: border-box;
}
.select-bar .select-box .label {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.select-bar .select-box select {
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #282832;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: #fff url(../images/select-icon.png) no-repeat 98% center;
  padding: 0;
}
.listing-content {
  display: flex;
  align-items: flex-start;
  padding: 30px 0 0; 
  gap: 45px;
}
.listing-left {
  width: 25%; 
}
.listing-left h2 {
  font-size: 16px;
  font-weight: 500;
  color: #282832; 
  margin-bottom: 14px;
}
.check-box {
  display: inline-block;
  width: 100%;
  margin: 4px 0;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 16px;
  background: #fff url(../images/check.png) no-repeat center top;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-box input:checked ~ .checkmark:after {
  display: block;
}
.check-box .checkmark:after {
  left: 1px;
  top: 0px;
  width: 17px;
  height: 16px;
  background: #fff url(../images/checked.png) no-repeat center top;
}

/**/
.filter-price {
  width: 100%;
  border: 0;
  padding: 32px 0 0 0;
  margin: 0; 
}
.price-field::before {
  content: '';
  background: #282832;
  width: 199px;
  height: 2px;
  position: absolute;
}
.price-title {
  position: relative;
  color: #282832;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  border-radius: 3px;
}

.price-field input[type=range] {
  position: absolute;
}
.price-field input[type="range"] {
  background: transparent; 
}
/* Reset style for input range */
.price-field input[type=range] {
  width: 199px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}
.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}
.price-field input[type=range]::-ms-track {
  width: 199px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}
/* Style toddler input range */
.price-field input[type=range]::-webkit-slider-thumb { 
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: solid 1px #282832;
  outline: 0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin-top: -4px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input[type=range]::-moz-range-thumb { 
  position: relative;
  appearance: none;
  margin: 0;
  border: solid 1px #282832;
  outline: 0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin-top: -5px;
  background: url(../images/price-filter-icon.png) no-repeat center center;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: solid 1px #282832;
  outline: 0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
/* Style track input range */
.price-field input[type=range]::-webkit-slider-runnable-track { 
  width: 199px;
  height: 2px;
  cursor: pointer;
  background: #282832;
  border-radius: 5px;
}
.price-field input[type=range]::-moz-range-track { 
  width: 199px;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-radius: 5px;
}
.price-field input[type=range]::-ms-track { 
  width: 199px;
  height: 2px;
  cursor: pointer;
  background: #282832;
  border-radius: 5px;
}
.price-wrap {
  display: flex;
  width: 199px;
  justify-content: space-between;
  color: #282832;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}
.price-wrap-1, 
.price-wrap-2 {
  display: flex;
}
.price-title {
  background: #d58e32;
}
.price-wrap_line {
  margin: 0 10px;
}
.price-wrap #one, 
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #282832;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}
.price-wrap label {
  text-align: right;
}
.left-center-bar {
  padding: 15px 0 0;
}
.left-bar-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #282832;   
}
.left-search {
  position: relative;
  margin: 8px 0 6px;  
}
.left-search input {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #f4f4f4; 
  box-shadow: none;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  color: #5a5a62;
  padding: 0 45px 0 20px;
  height: 38px;
}
.left-search .search-icon {
  position: absolute;
  right: 20px;
  top: 5px;
}



.listing-right {
  width: 80%; 
}
.filters-options-bar {
  display: flex;
  align-items: center; 
}
.product-number {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 5px 12px; 
}
.btn-filter {
  padding-left: 8px; 
}
.btn-filter a {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px; 
  display: flex;
  align-items: center;
  padding: 4px 10px;
}
.btn-filter img {
  margin-left: 10px;  
}
.filters-options-bar .clear-link {
  font-size: 12px;
  font-weight: 400;
  color: #383849;
  text-decoration: underline;
  margin-left: 15px;
}
.filters-options-bar .clear-link:hover {
  text-decoration: none; 
}
.listing-products {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 20px; 
  margin-top: 20px; 
}
.listing-pro-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lis-pro-img {
  width: 20%; 
}
.lis-pro-content {
  width: 77%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; 
}
.lis-pro-left {
  width: 78%;
}
.lis-pro-left h2 {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #282832; 
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
/*.grid-view .lis-pro-left h2 {
  min-height: 36px; 
}*/
.grid-view .lis-pro-left .star-img {
  padding: 5px 0;
}
.lis-pro-left span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #707070; 
}
.color-bar {
  display: flex;
  align-items: center;
  padding: 10px 0 10px; 
}
.color-bar span {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin-right: 3px;  
}
.color-bar span.color1 {
  background: #383849; 
}
.color-bar span.color2 {
  background: #38384970; 
}
.color-bar span.color3 {
  background: #CD6B9F; 
}
.color-bar span.color4 {
  background: #A0A0E9; 
}
.color-bar .color-number {
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  position: relative;
  top: -1px;
}
.lis-pro-left .color-bar {
  padding: 5px 0 5px; 
}
.grid-view .lis-pro-left .color-bar {
  padding: 5px 0 5px;
  position: absolute;
  right: 18px;
  bottom: 20px;
}
.color-text-box {
  display: flex;
  align-items: center;
}
.color-text-box a {
  margin: 0 3px;
}
.color-text-box strong {
  font-size: 0;
}
.color-text-box strong .color-box {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
}

.variant-text {
  display: block; 
}
.variant-text span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #282832;
}
.variant-text .lis-price {
  display: flex;
  align-items: center;
  position: relative;
  top: -2px; 
}
.variant-text .lis-price span {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  padding: 0 10px; 
}
.variant-text .lis-price span:first-child {
  padding-left: 0; 
}

.lis-pro-right {
  width: 20%;
}
.list-view .lis-pro-right {
  text-align: center; 
}
.lis-pro-right .btn-lis {
  font-size: 11px;
  font-weight: 400;
  color: #560707;
  background: #FFC0D4;
  border-radius: 15px;
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 2px 10px; 
}
.lis-pro-right .btn-lis.newly {
 background: #DCE2FC;
 color: #342DA9; 
}
.grid-view .lis-pro-right.low-stock {
  width: 100% !important;
  position: inherit !important;
  padding: 0 !important;
  margin-left: -10px;
}

.lis-pro-right .switch-icon .switch {
  display: inline-block;
  min-width: 110px;
  padding: 40px 0 0 0;
}
.list-view .lis-low-stock-btn { width:100%; }
.list-view .lis-low-stock-btn .low-stock {
  width: 100%;
  margin-left: -7px;
  margin-top: 10px;
}

.switch-icon .switch input {
  display: none;
}

.switch-icon .switch label {
  display: block;
  float: none;
  width: 36px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  border-radius: 15px;
  border: none;
  background: #999999;
  cursor: pointer;
  transition: 0.3s;
}

.switch-icon .switch label::after {
  content: "";
  display: inherit;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #ffffff;
  border: solid 2px #999999; 
  transition: 0.3s;
  position: relative;
  top: -2px;
}
.switch-icon .switch input:checked ~ label {
  border-color: #ffffff;
  background: #53bd8c;
}
.switch-icon .switch input:checked ~ label::after {
  border: solid 2px #53BD8C; 
}
.switch-icon .switch input:checked ~ label::after {
  translate: 15px 0;
  background: #ffffff;
}
.switch-icon .switch input:disabled ~ label {
  opacity: 0.5;
  background: #000;
  cursor: not-allowed;
}

.lis-pro-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  gap:25px;
}
.information-box {
  width: 50%;
}
.information-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 2px #f8f8f8;  
  padding: 9px 0;
}
/*.information-text:first-child {
  border-top: none; 
}*/
.information-text span {
  font-size: 15px;
  font-weight: 500;
  color: #282832; 
}
.information-text span:first-child {
  font-weight: 400; 
}
.storage-label {
  display: flex;
  align-items: center; 
}
.storage-label label {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px;
  padding: 0 8px;
  margin: 0 2px; 
}


/*Product Information page*/
.information-main {
  padding-top: 150px;
}
.information-top h1 {
  font-size: 30px;
  font-weight: 600;
  color: #000000;
  padding: 0;
  margin: 0;
}
.pdp-info-main {
  border-radius: 10px;
  background: #fff;
  border: solid 1px #EAEAEA;
  padding: 40px; 
  padding-bottom: 25px;
  margin-top: 40px;
}
.copy-product-bar {
  border-bottom: solid 1px #BEBEBE;
  padding-bottom: 40px;
}
.copy-product-bar h2 {
  font-size: 17px;
  font-weight: 600;
  color: #282832;
  padding: 0;
  margin: 0; 
}
.copy-product-bar p {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  line-height: 23px;
  padding: 8px 0 0;
  margin: 0; 
}
.pdp-copy-from {
  position: relative;
  margin-top: 28px; 
}
.pdp-copy-from label {
  font-size: 15px;
  font-weight: 300;
  color: #282832; 
  line-height: 45px;
  background: #E3E7F8;
  border-radius: 5px 0 0 5px;
  height: 48px;
  position: absolute;
  top: 1px;
  left: 1px; 
  padding: 0 25px;
  border-right: solid 1px #282832;
}
.pdp-copy-from select {
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  line-height: 45px;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;  
  background: #fff url(../images/select-icon.png) no-repeat 98% center;
  border: solid 1px #282832; 
  border-radius: 5px;
  padding-left: 140px;
}
.pdp-basic-bar {
  padding-top: 50px; 
}
.pdp-basic-bar h2 {
  font-size: 17px;
  font-weight: 600;
  color: #282832; 
  padding: 30px 0 30px;
  margin: 0;
}
.basic-select {
  display: flex;
  align-items: center; 
  border: solid 1px #282832; 
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.basic-select label {
  font-size: 15px;
  font-weight: 300;
  color: #282832; 
  line-height: 45px;
}
.basic-select select {
  font-size: 15px;
  font-weight: 300;
  color: #BEBEBE;
  line-height: 45px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;  
  background: #fff url(../images/select-icon.png) no-repeat 100% center;
  border: none;
  box-shadow: none;
}
.basic-select.select-1 .label-1 {
  width: 36%; 
} 
.basic-select.select-1 select {
  width: 64%; 
}
.basic-select.select-2 .label-2 {
  width: 22%; 
} 
.basic-select.select-2 select {
  width: 79%; 
} 
.basic-select.select-3 .label-3 {
  width: 12%; 
} 
.basic-select.select-3 select {
  width: 88%; 
}


.basic-select.select-3 .select2-fild {
    padding-left: 0;
    border: none;
    width: 88%;
    font-size: 15px;
    font-weight: 300;
    color: #BEBEBE;
}

.basic-select.select-3 .select2-fild .select2-container--bootstrap4 .select2-selection:after {
  right: 0;
}

.basic-select.select-3 .select2-fild .select2-container .select2-search--inline .select2-search__field {
    font-size: 15px;
    font-weight: 300;
    color: #BEBEBE;
}

.pdp-check-box-fild {
  padding-top: 20px; 
}
.pdp-check-box-fild .check-box {
  display: inline-block;
  width: 100%;
  margin: 0;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pdp-check-box-fild .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.pdp-check-box-fild .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 21px;
  width: 21px;
  background: #fff;
  border: solid 2px #000000;
}
.pdp-check-box-fild .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pdp-check-box-fild .check-box input:checked ~ .checkmark:after {
  display: block;
}
.pdp-check-box-fild .check-box .checkmark:after {
  left: -2px;
  top: -2px;
  width: 21px;
  height: 21px;
  background: #fff url(../images/check-box2.png) no-repeat center top;
}
/*pdp tabs bar*/
.pdp-tabs-main {
 padding: 85px 0 0;
}
.pdp-tabs-main h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  padding: 0 0 50px 0;
  margin: 0; 
}
.pdp-tabs-bar .nav-tabs {
  margin: 0 -10px;
  border: none; 
}
.pdp-tabs-bar .nav-tabs li {
  max-width: 250px;
  width: 100%;
  padding: 0 10px;
}
.pdp-tabs-bar .nav-tabs .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #282832; 
  background: #fff;
  border: solid 1px #282832;
  border-radius: 5px;
  width: 100%;
}
.pdp-tabs-bar .nav-tabs .nav-link.active {
  background: #DCE2FC;
  border: solid 1px #DCE2FC; 
}
.pdp-tabs-bar .accordion-item {
  background: transparent;
  border: none;
  padding: 0; 
}
.pdp-tabs-bar .accordion-item h2 {
  padding: 80px 0 35px;
}
.pdp-tabs-bar .accordion-item .accordion-body {
  border-radius: 10px;
  background: #fff;
  border: solid 1px #EAEAEA;
  padding: 40px;
  padding-bottom: 40px;
}
.variant-types-bar {
    display: flex;
    align-items: start;
    padding-bottom: 12px;
}

.variant-types-bar span {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  width: 15%;
}

.variant-types-bar .variant-check {
    display: flex;
    align-items: center;
    width: 85%;
    flex-wrap: wrap;
}

.variant-check .check-box {
    display: inline-block;
    width: auto;
    margin: 0 10px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #282832;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.variant-check .check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.variant-check .checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 17px;
  width: 17px;
  background: #fff;
  border: solid 2px #000000;
}
.variant-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.variant-check .check-box input:checked ~ .checkmark:after {
  display: block;
}
.variant-check .check-box .checkmark:after {
  left: -2px;
  top: -2px;
  width: 17px;
  height: 17px;
  background: #fff url(../images/check-box2.png) no-repeat center top;
  background-size: 100% 100%;
}
.pdp-tabs-bar .accordion-item .accordion-body strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #282832;
  padding-bottom: 25px;
}
.pdp-tabs-bar .accordion-item .accordion-body .add-variant-text {
  padding-bottom: 8px; 
}
.pdp-tabs-bar .accordion-item .accordion-body .add-variant-text strong {
  padding-bottom: 8px; 
}
.add-variant-text p {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  line-height: 23px;
  margin: 0;
}

.pdp-screen-filds {
  position: relative;
  margin-top: 15px;
}
.pdp-screen-filds label {
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  line-height: 45px;
  background: #E3E7F8;
  border-radius: 5px 0 0 5px;
  height: 48px;
  position: absolute;
  top: 1px;
  left: 1px;
  padding: 0 12px;
  border-right: solid 1px #282832;
  width: 135px;
  text-align: left;
  z-index: 1;
}
.pdp-screen-filds input {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  line-height: 45px;
  width: 100%;
  height: 50px;
  background: #fff;
  border: solid 1px #282832;
  border-radius: 5px;
  padding-left: 150px;
  box-shadow: none;
  outline: none;
}
.pdp-screen-filds inpu::placeholder {
  color: #282832 !important;
  opacity: 1; 
}
.pdp-screen-filds select {
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  line-height: 45px;
  width: 100%;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;  
  background: #fff url(../images/select-icon.png) no-repeat 98% center;
  border: solid 1px #282832; 
  border-radius: 5px;
  padding-left: 150px;
}
.add-more-varients {
  display: block;
  padding-top: 28px; 
}
.add-more-varients .add-more-btn {
  font-size: 15px;
  font-weight: 500;
  color: #544BEC;
  text-decoration: none;
  display: flex;
  align-items: center; 
}
.add-more-varients .add-more-btn img {
  margin-right: 6px; 
}
.pdp-create-list {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 28px; 
}
.pdp-create-list .list-link {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  background: #F2F2F2;
  border-radius: 5px;
  display: inline-block;
  width: 100%; 
  padding: 12px 0;
}
/*select2-fild start*/
.select2-fild {
  line-height: 45px;
  width: 100%;
  height: 50px;
  background: #fff;
  border: solid 1px #282832;
  border-radius: 5px;
  padding-left: 150px;
  position: relative;
}
.select2-fild .select2-container--bootstrap4 .select2-selection:after {
  content: ''; 
  background: url(../images/select-icon.png) no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 14px;
  top: 14px;
}
.select2-fild .select {
  font-size: 15px;
  font-weight: 400;
  color: #282832;  
  width: 100%;
  border:none;
  box-shadow: none;
  outline: none;   
}
.select2-fild .select2-container--bootstrap4 .select2-selection {
  border: none;
  box-shadow: none;
  outline: none;
  height: 48px; 
}
.select2-fild .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
  padding: 0; 
}
.select2-fild .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
  float: left;
  padding: 0 10px;
  margin-top: 10px;
  margin-right: 0.375rem;
  color: #282832;
  cursor: pointer;
  border: 1px solid #bdc6d0;
  border-radius: 0.2rem;
  font-size: 15px;
  font-weight: 400;
  height: 27px;
  line-height: 22px;
}
.select2-fild .select2-container--bootstrap4.select2-container--focus .select2-selection {
  border: none;
  box-shadow: none;
  height: 48px;
}
.select2-fild .select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 0;
  padding: 0;
  height: 48px;
}
.select2-fild .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  padding: 0;
  font-weight: 600;
  color: #707070;
  font-size: 18px;
}
.select2-fild .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
  display: none; 
}
/*select2-fild end*/

.pdp-pricing-main {
  padding: 85px 0 0;
}
.pdp-pricing-main h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  padding: 0 0 50px 0;
  margin: 0; 
}
.pdp-pricing-content {
  border-radius: 10px;
  background: #fff;
  border: solid 1px #EAEAEA;
  padding: 40px;
  padding-bottom: 40px; 
}
.pdp-pricing-content strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
}
.pdp-pricing-content p {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  padding: 0;
  margin: 0; 
}
.pdp-pricing-text {
  padding: 30px 0 0; 
}
.pdp-pricing-top {
  display: flex;
  align-items: center;
  background: #E3E7F8;
  border-radius: 5px; 
  padding: 12px 10px;
}
.pdp-pricing-top .title-text {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding: 0 8px; 
}
.pdp-pricing-top .title-text.title1 {
  width: 10%; 
} 
.pdp-pricing-top .title-text.title2 {
  width: 48%;
}
.pdp-pricing-top .title-text.title3 {
  width: 20%;
}
.pdp-pricing-top .title-text.title4 {
  width: 20%;
}
.pdp-pricing-top .title-text.title5 {
  width: 22%;
}

.pdp-pricing-bottom {
  display: flex;
  align-items: start;
  border: solid 1px #282832;
  border-radius: 5px;
  padding: 25px 10px;
  margin-top: 22px;
  position: relative;
}
.pdp-pricing-bottom .pdp-list {
  padding: 0 8px; 
}
.pdp-pricing-bottom .pdp-list.list1 {
  width: 10%; 
  font-size: 15px;
  font-weight: 400;
  color: #282832;
}
.pdp-pricing-bottom .pdp-list.list2 {
  width: 48%;
}
.pdp-pricing-bottom .pdp-list.list2 strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #282832; 
}
.pdp-pricing-bottom .pdp-list.list2 p {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  line-height: 20px;
  padding: 6px 0;
  letter-spacing: -0.5px;
  margin: 0; 
}
.color-text-bar .color {
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  display: flex;
  align-items: center;
  position: relative;
}
.color-text-bar .color.black:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #000000;
  display: inline-block;
  margin-right: 5px;  
}
.pdp-pricing-bottom .pdp-qty-list {
  padding: 0 8px; 
}
.pdp-pricing-bottom .pdp-qty-list.list3 {
  width: 33%; 
}
.pdp-pricing-bottom .pdp-qty-list.list4 {
  width: 33%; 
}

.pdp-pricing-bottom .pdp-qty-list.list5 {
  width: 33%; 
}

.pdp-pricing-bottom .pdp-qty-list .qty-list {
  display: flex;
  align-items: center;
  border: solid 1px #282832;
  border-radius: 5px; 
  width: 150px;
}
.pdp-pricing-bottom .pdp-qty-list input {
  width: 70%;
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  height: 42px;
  border: none;
  box-shadow: none;
  border-radius: 5px 0 0 5px;
  padding: 0 10px;  
}
.pdp-pricing-bottom .pdp-qty-list input::placeholder {
  color: #282832;
  opacity: 1;
}
.pdp-pricing-bottom .pdp-qty-list .qty-list select {
  width: 50px;
  height: 42px;
  background: #F2F2F2;
  border: none;
  box-shadow: none;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  border-left: solid 1px #282832;
}
.remove-icon2 {
  position: absolute;
  right: 20px;
  bottom: 15px; 
}
/**/
.pdp-technical-main {
  border-radius: 10px;
  background: #fff;
  border: solid 1px #EAEAEA;
  padding: 40px; 
}
.pdp-technical-main strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #282832;
  padding-bottom: 10px; 
}
.technical-fild {
  display: flex;
  padding: 7px 0;
  gap: 40px; 
}
.technical-fild input {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  border-radius: 5px;
  border: solid 1px #707070;
  box-shadow: none;
  outline: none;
  padding: 0 20px;
  /*width: 50%;*/
  width: 40%;
  height: 50px; 
}
.technical-fild input::placeholder {
  color: #707070;
  opacity: 1;
}
/**/
.pdp-add-image-main {
  border-radius: 10px;
  background: #fff;
  border: solid 1px #EAEAEA;
  padding: 40px;   
}
.pdp-add-image-main strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #282832;
  padding-bottom: 5px;
}
.pdp-add-image-main p {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  padding: 0;
  margin: 0; 
}
.create-listing-text {
  padding: 25px 0 0; 
}
.create-listing-text p {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  letter-spacing: -0.3px;
  margin: 0;
}
.create-listing-btn {
  text-align: center;
  padding-top: 35px; 
}
.create-listing-btn .create-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  background: #282832;
  border-radius: 5px;
  padding: 12px 0;
  width: 178px; 
}
/**/
.pdp-add-image-main .pdp-add-img {
  padding-top: 22px;
}
.image-wrapper {
  padding: 5px;
  border: 1px #707070 solid;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.image-wrapper .img-add-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.image-wrapper .img-add-text img {
  object-fit: scale-down;
  height: 100%;
}

.image-wrapper img {
  /*max-width: 100px;
  max-height: 88px;*/
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.bannerr-text-img {
  width: 100%;
  text-align: center;
}

.pdp-add-img .file-img {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #544BEC; 
  margin-top: 20px;
}
.pdp-add-img .file-img input {
  font-size: 0;
  background: url(../images/plus-icon.png) no-repeat center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 3px;
  border: 0;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  padding: 20px 0 0;
  line-height: 0;  
}
/*Login page start*/
.login-main-section {
  padding-top: 118px; 
}
.login-content {
  display: flex;
  align-items: start; 
}
.login-left {
  width: 70%;
  display: flex;
  align-items: end;
  background: url(../images/login-bg.png) no-repeat center top;
  background-size: 100% 100%;
  min-height: 900px; 
}
.login-text {
  padding-left: 40px;
  padding-bottom: 65px;
  max-width: 750px;
}
.login-text h2 {
  
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.login-text h3 {
  
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 10px 0;
  margin: 0;
}
.login-text p {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 21px;
  padding: 0;
  margin: 0;
}

.login-right {
  width: 30%;
  padding: 75px 40px; 
}
.login-right h2 {
  display: block;
  font-size: 50px;
  font-weight: 900;
  color: #282832;
  margin: 0;
  font-family: "Poppins", sans-serif; 
}
.login-right span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #282832;
  padding: 5px 0 8px; 
}
.login-filds .input-fild {
  padding-top: 15px;
  position: relative; 
}
.login-filds .input-fild input {
  background: #fff;
  border: solid 1px #282832;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #282832;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  box-shadow: none;
}
.login-filds .input-fild input::placeholder {
  color: #282832;
  opacity: 1; 
}
.login-filds .input-fild.email input {
  padding: 0 50px 0 10px;
}
.login-filds .bg-gradient-danger {
  color: #fff;
  font-size: 13px;
  padding: 1px 10px;
}
.login-filds .input-fild .mail-icon {
  position: absolute;
  right: 20px;
  top: 18px;
}
.forgot-link {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  text-decoration: underline;
  display: inline-block;
  margin: 8px 0 0;   
}
.sign-in-btn {
  text-align: center;
  padding: 14px 0 2px; 
}
.sign-in-btn a {
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  width: 100%; 
  background: #282832;
  border-radius: 5px;
  padding: 12px 0;
}
/*Login page end*/

/*Register page start*/
.register-content {
  display: flex; 
}
.register-left {
  width: 50%;
  display: flex;
  align-items: end;
  background: url(../images/register-bg.png) no-repeat center top;
  background-size: 100% 100%;
  height: 682px;   
}
.register-text {
  max-width: 780px;
  padding: 0 40px 100px;
}
.register-text h2 {
  
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 53px;
  margin: 0;
}
.register-right {
  width: 50%; 
  padding: 50px;
  padding-bottom: 0;
}
.register-filds-box {
  overflow-y: scroll;
  height: 633px;
  box-sizing: border-box;
  scrollbar-width: none;
}
.register-filds-box::-webkit-scrollbar {
  width: 0px;
  background-color: #F5F5F5;
}

.register-filds-box h2 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #282832;
  padding: 0;
  margin: 0;
}
.register-filds-box h3 {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding: 20px 0 40px;
  margin: 0;
}
.register-filds-box h3 a {
  font-weight: 500;
  color: #282832;
  text-decoration: underline;
  padding-left: 5px; 
}
.register-filds-box .tell-text {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
}
.register-filds-box .input-fild.email .mail-icon {
  top: 27px;
}
.register-filds-box .input-fild select {
  background: #fff;
  border: solid 1px #282832;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 300;
  color: #282832;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;  
  background: #fff url(../images/select-icon.png) no-repeat 97.4% center;
}
.register-filds-box .characters {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  padding-top: 3px;
  margin: 0;
}
.register-filds-box .sign-in-btn {
  padding-top: 25px;
}
/*Register page end*/

/*forgot page start*/
.forgot-main-page {
  max-width: 685px;
  margin: 0 auto;
  padding: 60px 20px;
}
.forgot-main-page h2 {
  display: block;
  font-family: "Poppins", sans-serif; 
  font-size: 50px;
  font-weight: 900;
  color: rgb(40, 40, 50);
  margin: 0px;
}
.forgot-main-page p {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #282832;
  margin: 0; 
}
.forgot-content {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 25px; 
}
.forgot-content .forgot-link {
  float: right; 
  margin: 5px 0 22px;
}
.forgot-content .sign-in-btn a {
  color: #282832;
  background: #F2F2F2; 
}
.forgot-content .login-filds .input-fild .mail-icon {
  top: 27px;
}
.forgot-content .register-link {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  text-decoration: underline;
  margin: 3px 0 0;
  float: left;
}
.register-or-text {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #BEBEBE;
  position: relative;
  text-align: center;
  margin: 15px 0 0;
}
.register-or-text span {
  display: inline-block; 
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  background: #fff;
  position: relative;
  top: 10px;
  padding: 0 10px;  
}
.google-btn-bar {
  text-align: center;
  padding-top: 30px;
}
.google-btn-bar .google-btn {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px;
  padding: 12px 0;
}
.forgot-privacy {
  text-align: center;
  padding: 18px 0 5px; 
}
.forgot-privacy a {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  text-decoration: underline; 
}
.reset-top-text span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #282832;
  padding-top: 5px; 
}
.reset-top-text p {
  font-size: 13px;
  font-weight: 300;
  color: #282832; 
}
.sign-in-btn.submit {
  padding: 30px 0 15px;
  display: inline-block;
  width: 100%;
}
.go-back-link {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  text-decoration: underline; 
}
/**/
.forgot-main-page .use-email-text {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  padding-top: 8px;
  margin: 0; 
}
.marketing-check {
  padding: 20px 0 0;
}
.marketing-check .check-box {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding-left: 22px;
}
.forgot-main-page .creating-text {
  padding: 8px 0 5px;
}
.forgot-main-page .creating-text p {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  line-height: 18px;
  margin: 0; 
}
.forgot-main-page .creating-text p a {
  color: #282832;
  text-decoration: underline; 
}
.forgot-content .sign-in-btn .login-btn {
  background: #F2F2F2;
  color: #282832;
  border: none;
}

.partner_header form {
    width: 100%;
}

/*Media css start*/
@media screen and (max-width: 1399px) {
 .header-menu-bar .navbar-nav .nav-item {
   padding: 0 20px;
 }
}
@media screen and (max-width: 1199px) {
 .header-top-right .top-menu li {
   padding: 0 10px;
 }  
 .header-top-right .top-menu li a {
   font-size: 11px;
 } 
 .header-menu-bar .navbar-nav .nav-item {
   padding: 0 10px;
 }

}

@media screen and (max-width: 991px) {
  
.partner_header .header-top-left {
  justify-content: space-between;
}
.header-section.partner_header .collapse:not(.show) {
  display: block;
  background: #F2F2F2;
  position: inherit;
}
 .header-section.partner_header .navbar-nav {
   display: flex;
   flex-direction: inherit;
 }
 .partner_header .header-menu-bar .navbar-expand-lg {
   display: inline-block;
   width: 100%;
   padding: 0;
 }
 .partner_header .header-menu-bar .navbar-nav .nav-item {
   border: none;
   padding: 10px 15px;
 }

 .header-menu-bar .navbar-expand-lg .container {
   padding-left: 15px;
   padding-right: 15px; 
 } 
 .header-section .container,
 .home-banner-main .container {
    max-width: 1045px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; 
 } 
 .items-menu-dropdown {
   top: 23px;
 }
 .header-menu-bar .navbar-expand-lg {
   height: 23px; 
   padding: 3px 0;
 }
 .header-menu-bar .navbar-toggler {
    box-shadow: none;
    display: none;
  }
  .header-top-right .top-menu {
    display: none; 
  }
 .header-menu-bar .navbar-collapse {
  position: absolute;
  width: -webkit-fill-available;
  background: #F2F2F2;
  left: 100px;
  top: 4px;
  display: block !important;
  opacity: 1;
  overflow-x: auto;
  white-space: nowrap;
 }
 .header-menu-bar .navbar-collapse::-webkit-scrollbar {
    display: none;
}
 .hide-header .header-menu-bar .navbar-collapse {
   opacity: 0;
 }
 .partner_header .header-menu-bar .navbar-collapse {
   margin-top: 0;
   border-top: none; 
 }
 .header-menu-bar .navbar-nav {
   flex-direction: inherit !important; 
   white-space: nowrap;
 }
 .header-menu-bar .navbar-nav .nav-item {
   padding: 0px 10px;
   padding-top: 0;
   border-top: none;
 }
 .header-menu-bar .navbar-nav .nav-item:first-child {
   border-top: none; 
   padding-left: 0; 
 }
 .header-menu-bar .navbar-nav .nav-item a {
   font-size: 11px;
 }
 
 .categorie-box {
   width: 33.33%;
 }
.categorie-text .img {
  width: 120px;
  height: 100px;
  margin-top: 8px;
}
 .categorie-text .cate-name {
   padding: 20px 0 5px;
 }
 .categorie-text .cate-name a {
   font-size: 15px;
 }
 .home-banner-content .intro-title {
   font-size: 28px;
   line-height: 1.1;
 }
 .home-banner-content .banner-description {
   font-size: 14px; 
 }
 .home-banner-content .banner-shop-now {
   padding: 6px 20px; 
 }

.login-left {
  width: 50%;
  min-height: 550px; 
}
.login-right {
  width: 50%;
  padding: 70px 30px; 
}

}

@media screen and (max-width: 767px) {
 .header-menu-bar .navbar-expand-lg {
   height: auto; 
 } 
 .header-menu-bar .navbar-collapse {
  left: 0;
  top: 0;
  display: block !important;
  padding: 0 12px;
  overflow-x: scroll;
  border-top: solid 3px #c3eb57; 
  margin-top: 32px; 
  opacity: 1;
 }  
 .header-menu-bar .navbar-nav .nav-item {
   padding: 4px 10px;
 }
.header-section.partner_header .collapse:not(.show) {
  position: inherit;
  border-top: solid 3px #c3eb57;
  margin-top: 8px;
}
.partner_header .header-icons {
  top: -88px; 
}

  .header-top-right {
    width: 100%;
    justify-content: center;
    padding-top: 15px; 
  }
 .home-banner-content .intro-title {
   font-size: 22px;
 }
 .home-banner-content .banner-description {
   font-size: 13px;
 } 
 .home-banner-content .banner-shop-now {
  font-size: 13px;
  padding: 5px 18px;
 }
 .categorie-text .cate-name a {
  font-size: 13px;
  line-height: 16px;
  display: block;
 }
 .revolution-content {
  padding: 30px 20px 20px;
 }
 .revolution-icon {
  width: 100%;
  text-align: center;
 }
 .revolution-text {
  width: 100%;
  padding: 30px 0 0;
 }
 .revolution-text h2 {
   font-size: 22px; 
 } 
 .revolution-text span {
  font-size: 15px; 
 }
 .revolution-text p {
  font-size: 14px; 
 }
 .cost-efficient {
   flex-wrap: wrap;
   padding: 10px;
 }
 .efficient-text {
   width: 50%;
   padding: 5px 0;
   font-size: 13px; 
 }
 .efficient-text img {
   width: 18px;
 }
 .guaranteed .revolution-icon {
   width: 100%;
   order: 2;
 }
 .guaranteed .revolution-text {
  width: 100%;
  padding: 0 0 20px 0;
  order: 1;
 }
 .join-our-content .join-our-img {
   width: 100%;
   text-align: center;
 }
 .join-our-text {
   width: 100%;
   padding: 30px 0 0;
 }
 .join-our-text h2 {
   font-size: 22px;
 }
 .section-processing {
  padding: 30px 0;
 }
 .process-left strong {
   font-size: 22px;
   line-height: 30px;
 }
.process-left strong img {
   max-width: 82px;
}  
 .process-left p {
   font-size: 14px;
   line-height: 20px;
 }
 .know-more-btn {
   padding-top: 18px;
 }
 .know-more-btn a {
   height: 38px;
   line-height: 38px;
 }
 .reco-product-text .name a {
   font-size: 13px; 
 }
 .price-text {
   flex-wrap: wrap;
 }
 .price-text .old-price {
   display: block;
   width: 100%;
   padding: 0;  
 }
 .categorie-section {
   padding: 40px 0 0;
 }
 .section-recommended {
  padding: 40px 0 40px;
}
.section-revolution {
  margin: 40px 0 0; 
}
.section-new-arrivals {
  padding: 40px 0 0;
}
.students-discount {
  padding: 50px 0 0;
}
 .footer-top .footer-logo {
   padding: 0;
 }
 .footer-top .discover-text {
   text-align: left;
   padding: 10px 0 0;
 }
 .footer-links {
   padding: 0 !important;
 }
 .footer-bottom {
   flex-wrap: wrap;
 }
 .copyright-text-bar {
   width: 100%;
   text-align: center;
 }
 .footer-number-email {
   justify-content: center;
 }
 .footer-social-icons {
   width: 100%;
   padding-top: 15px;
 }
 .footer-social-icons ul {
   justify-content: center;
 }

.login-content {
  flex-wrap: wrap; 
}
.login-left {
  width: 100%;
  min-height: 480px; 
}
.login-right h2 {
  font-size: 25px; 
}
.login-right span {
  font-size: 15px; 
}
.login-right {
  width: 100%;
  padding: 50px 20px 0; 
}
.grid-view .lis-pro-left .star-img {
  padding: 2px 0 6px;
}
.grid-view .lis-pro-left .color-bar {
  position: revert; 
}

}

/*Product Details page starts */

.second-main
{
  padding-top: 125px;
}
.breadcrumbs .items {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}
.breadcrumbs .items a {
  font-size: 12px;
  font-weight: 400;
  color: #606161;
  text-decoration: none;  
  position: relative;
}
.breadcrumbs .items a::after {
 content: '>';
 font-size: 15px;
 font-weight: 400;
 color: #606161;
 line-height: normal;
 padding: 0 5px;
 position: relative;
 top: 2px;
}
.breadcrumbs .items strong {
  font-size: 12px;
  font-weight: 500;
  color: #282832;
}


.admin-product {
  display: flex;
  align-items: start;
  flex-wrap: wrap;  
  padding: 70px 0 0;
}
.admin-pro-left {
  width: 50%; 
  position: sticky;
  top: 100px;
  padding-right: 15px;
}
.primary-img {
  display: inline-block;  
  font-size: 12px;
  font-weight: 500;
  color: #342DA9; 
  background: #DCE2FC;
  border-radius: 5px;
  padding: 3px 18px;
  margin-left: 70px;
  margin-bottom: 27px;    
}
.admin-pro-img {
  display: flex;
  align-items: center;  
}
.admin-pro-img .thumbnail-img {
  width: 45px;
}
.thumbnail,
.upload-icon {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin: 5px 0; 
  border-radius: 5px;
  cursor: pointer;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.thumbnail-main {
  padding-left: 20px;
  width: 90%;
  height: 240px;
  overflow: hidden;
  text-align: center;
}
.thumbnail-main img {
  object-fit: scale-down;
  width: 100%;
  height: 100%; 
}
.uploaded-seller {
  padding: 62px 0 0;  
}
.uploaded-seller h2 {
  display: block; 
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding-bottom: 5px;
}
.seller-images {
  display: flex;
  align-items: center;  
  gap: 10px;
}
.seller-images .seller-bar {
  width: 51px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  padding: 5px;
  margin: 5px 0; 
  border-radius: 5px;
  cursor: pointer;    
}

.admin-pro-right {
  width: 50%; 
  padding-left: 15px;
}
/*.qwerty-right-text {
  height: 610px;
  overflow-y: scroll;
  scrollbar-color: #fff #fff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.qwerty-right-text::-webkit-scrollbar {
  height: 0px;
  width: 0;
}
.qwerty-right-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}
.qwerty-right-text::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d5ac68;
}
.qwerty-right-text::-webkit-scrollbar-thumb:hover {
  background-color: #f1db9d;
}
.qwerty-right-text::-webkit-scrollbar:vertical {
  display: none;
}*/
.admin-pro-right h1 {
  font-size: 24px;
  font-weight: 600;
  color: #282832; 
  line-height: normal;
}
.pro-variants {
  display: flex;
  padding: 22px 0 0;  
}
.pro-variants .pro-price {
  position: relative; 
  border-right: solid 1px #b7b7b7; 
  padding-right: 35px;
  padding-bottom: 5px;  
}
.pro-price .price-text {
 font-size: 20px;
 font-weight: 600;
 color: #282832;
 line-height: 10px;
}
.pro-price .variants-text {
 display: block;
 font-size: 14px;
 font-weight: 300;
 color: #282832;
 line-height: 15px;
 padding-top: 12px;
}
.pro-variants .pro-units {
  padding-left: 35px; 
}
.pro-units .price-text {
 font-size: 15px;
 font-weight: 500;
 color: #1ECA00;
 line-height: 10px;
}
.pro-units .variants-text {
 display: block;
 font-size: 12px;
 font-weight: 300;
 color: #282832;
 line-height: 15px;
 padding-top: 5px;
}
.details-variant .units-title {
  padding-bottom: 10px;  
}
.pro-rivew-bar {
  display: flex;
  align-items: center;
  padding: 25px 0 0;
}
.pro-rivew-bar img { 
  margin-right: 8px; 
}
.pro-rivew-bar strong {
  font-size: 12px;
  font-weight: 500;
  color: #282832;
}
.pro-rivew-bar span {
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  padding-left: 5px;
}
.pro-rivew-bar span a {
  color: #282832;
  text-decoration: underline;   
}
.details-variant {
 /* border-top: solid 2px #f2f2f2;*/
  border-bottom: solid 2px #f2f2f2;
  padding: 18px 0 18px;
  margin: 0;
}
.units-title {
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
.units-title strong {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
}
.units-title span {
 font-size: 12px;
 font-weight: 300;
 color: #282832;
}
.units-title span b {
  font-weight: 500;
  color: #282832;
  padding-left: 4px;  
}
.excellent-bar {
  display: flex;
  padding: 0;
}
.excellent-text {
  width: 33.33%;
/*  border: solid 1px #707070; */
  border: solid 1px #e0e0e0;
  border-radius: 3px;
  text-align: center;
  padding: 4px 0; 
  margin: 5px;
}
.excellent-text.active,
.excellent-text:hover {
  background: #dcfdff;
  border: solid 1px #c7f7f9;  
}
.excellent-text a {
  text-decoration: none;  
}
.excellent-text strong {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}
.excellent-text span {
  display: block; 
  font-size: 12px;
  font-weight: 400;
  color: #707070; 
}
.excellent-text.active strong,
.excellent-text:hover strong {
  font-weight: 500;
  color: #282832; 
}

.details-new-orders {
  display: flex;
  padding: 25px 0 0;  
}
.details-new-orders .orders-text {
  width: 25%;
  text-align: center;
  border-left: solid 1px #707070;   
}
.details-new-orders .orders-text:first-child {
  border-left: none;  
}
.details-new-orders .orders-text strong {
  display: block; 
  font-size: 15px;
  font-weight: 500;
  color: #707070; 
} 
.details-new-orders .orders-text span {
  display: block; 
  font-size: 12px;
  font-weight: 300;
  color: #282832; 
} 
.storage-text {
  padding: 20px 0 0;  
}
.storage-text .strong-title {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  padding-top: 30px;   
}
.storage-text .excellent-bar {
  padding-top: 5px;
  flex-wrap: wrap;
}
.storage-text .excellent-text {
  padding: 8px 0;
  width: 30%;
  margin: 5px;
}
.storage-text .excellent-text strong {
  display: flex;
  align-items: center;
  justify-content: center;  
}
.storage-text .excellent-text strong .color-box {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  margin-right: 6px;  
}
.excellent-bar.comes {
  flex-wrap: nowrap;
}
.excellent-bar.comes .excellent-text {
  background: #DCE2FC;
  border: solid 1px #C5CEF3;
  border-radius: 15px;
  font-weight: 500;
  width: 25%;
}
.excellent-bar.comes .excellent-text strong {
  font-size: 10px;
  font-weight: 500; 
  color: #282832;
}
.excellent-text img {
  margin-right: 5px;
  width: 12px !important;  
} 
.accordion-bar {
  padding: 0; 
}
.accordion-bar ul {
  padding: 0 0 0 28px;
  margin: 0;
  list-style: none;   
}
.accordion-bar ul li {
  font-size: 14px;
  font-weight: 400;
  color: #282832;
  border-top: solid 2px #f2f2f2;
  display: flex;
  align-items: center;
  padding: 17px 0; 
  position: relative;   
}
.accordion-bar ul li:first-child {
  border-top: none;  
}
.accordion-bar ul li:before {
  content: '';
  background: url(../images/accordion-icon.svg) no-repeat center center; 
  width: 13px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: -28px;
}
.accordion-bar ul li:after {
  content: '';
  background: url(../images/accordion-arrow.svg) no-repeat center center; 
  width: 6px;
  height: 9px;
  position: absolute;
  right: 15px;
}

.rezerv-since-bar {
  background: #f9f9f9;
  border-radius: 10px;
  display: flex; 
  align-items: center;
  padding: 18px 15px;
  margin: 25px 0 0 0; 
}
.since-text-bar {
  display: flex;
  width: 78%; 
}
.since-text-bar .since-icon {
  width: 40px;
  margin-right: 10px;
}
.since-text-bar .since-text {
  width: 70%;
}
.since-text .live-by-text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  display: block;
}
.since-text-bar .since-text a {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  margin: 2px 0; 
  display: block;
}
.since-text-bar .since-text a:hover {
  text-decoration: none; 
}
.since-text .live-since-text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #282832;
}
.re-verified-logo {
  width: 22%;
}
.edit-delete-btns {
  display: block; 
  padding-top: 22px;
}
.edit-delete-btns a.btn {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  border-radius: 5px;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 7px 0;  
}
.edit-delete-btns a.btn.edit-btn {
  background: #544BEC;  
}
.edit-delete-btns a.btn.delete-btn {
  background: #D61151; 
}

.product-bottom-bar {
  background: #f9f9f9;
  margin: 50px 0; 
  padding: 50px 0; 
}
.manage-title {
  display: inline-block;
  width: 100%; 
}
.manage-title h2 {
  font-size: 17px;
  font-weight: 600;
  color: #282832; 
}
.manage-title p {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  padding: 0;
  margin: 0;    
}
.variant-content-bar {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 40px;
  margin: 30px 0;  
}
.variant-table-top {
  display: flex;
  align-items: center;
  background: #e4e7f8;
  border-radius: 5px;
  padding: 11px 0; 
}
.variant-table-top span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #282832; 
  padding: 0 20px;
}
.variant-table-top .var-span-1 {
  min-width: 110px;
}
.variant-table-top .var-span-2 {
  min-width: 315px;
}
.var-table-text-bar {
 border: solid 1px #afafaf; 
 border-radius: 5px; 
 padding: 30px 0 0;
 margin: 20px 0 10px; 
}
.var-table-text {
  display: flex;
  align-items: self-start;
}
.var-table-text .table-text1 {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding: 0 0 0 20px; 
}
.var-table-text .table-text2 {
  padding: 0 20px; 
}
.var-table-text .table-text2 strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
}
.var-table-text .table-text2 p {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  padding: 2px 0;
} 
.var-table-text .table-text2 .color {
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  display: flex;
  align-items: center; 
}
.var-table-text .table-text2 .color .color-box {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100px;
  margin-right: 6px;
}
.var-table-text .table-text {
  padding: 0 7px; 
}
.table-text .table-price-text {
  border: solid 1px #282832;
  border-radius: 5px;
  display: flex;
  align-items: center;  
}
.table-text .table-price-text .price-1 {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  padding: 0 12px;
}
.table-text .table-price-text .price-2 {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  border-left: solid 1px #282832;
  background: #f2f2f2;
  padding: 11px 13px;
  border-radius: 0 5px 5px 0; 
  height: 42px; 
}
.var-table-text .table-text.text3 {
  padding-right: 20px;
}

.total-stock-table {
  display: flex; 
  margin-top: 8px;
  margin-bottom: 30px;
  position: relative;
}
.total-stock-table .switch {
  display: inline-block;
  min-width: 110px;
  padding: 10px 0 0 20px;
}

.total-stock-table .switch input {
  display: none;
}

.total-stock-table .switch label {
  display: block;
  width: 36px;
  height: 20px;
  padding: 0;
  border-radius: 15px;
  border: none;
  background: #53BD8C;
  cursor: pointer;
  transition: 0.3s;
}

.total-stock-table .switch label::after {
  content: "";
  display: inherit;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background: #ffffff;
  border: solid 2px #53BD8C; 
  transition: 0.3s;
  position: relative;
  top: -2px;
}

.total-stock-table .switch input:checked ~ label {
  border-color: #ffffff;
}

.total-stock-table .switch input:checked ~ label::after {
  translate: 15px 0;
  background: #ffffff;
}

.total-stock-table .switch input:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}

.variant-stock-text {
  min-width: 315px;
  padding: 0;
}
.stock-text-bar span {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
}
.stock-text-bar span.un-text {
  color: #1ECA00; 
}
.rivew-img-text {
  display: flex;
  align-items: center;
}
.rivew-img-text img {
  margin-right: 8px;
}
.rivew-img-text a {
  font-size: 12px;
  font-weight: 400;
  color: #544BEC;
  text-decoration: none;
}
.edit-delete-btn {
  position: absolute;
  top: 5px;
  right: 20px; 
}
.edit-delete-btn .btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px; 
  text-decoration: none;
  min-width: 99px;
  text-align: center;
  padding: 5px 10px   
}
.edit-delete-btn .btn.delete {
  margin-right: 10px;
}

.ongoing-order-bar {
  background: #F2FDFE;
  padding: 35px 20px; 
}
.on-order-text {
  display: flex;
  padding: 10px 0; 
}
.on-order-text .order-text.text1 {
  width: 85px;
}
.on-order-text .order-text.text2 {
  min-width: 380px;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
}
.on-order-text .order-text.text3 {
  min-width: 150px;
  text-align: center;
  padding: 0 10px;
}
.on-order-text .order-text.text3 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #707070; 
}
.on-order-text .order-text.text3 p {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #707070; 
}
.on-order-text.total {
  border-top: solid 2px #d3eff2;
  border-radius: 0 0 5px 5px;
  margin-top: 8px;
  padding-top: 18px;
}

.table-text .table-price-text.select {
  flex-wrap: wrap;
  width: 150px;
}
.table-price-text.select .price-bar-text {
  padding: 10px;
  font-size: 15px;
  font-weight: 300;
  color: #282832;  
}
.table-price-text.select .price-bar-text b {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  padding-right: 12px;
}
.table-price-text.select .qty-select {
  width: 100%;
  display: inline-block;
  background: #F2F2F2;
  border-top: solid 1px #c58c9f;
  border-radius: 0 0 5px 5px;
  padding: 8px;
}
.table-price-text.select .qty-select label {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  padding-right: 10px; 
}
.table-price-text.select .qty-select select {
  padding: 0;
  border: none;
  background-color: transparent;
  width: 70%;
  font-size: 15px;
  font-weight: 300;
  color: #282832;
}
.edit-delete-btn .btn.save {
  background: #282832;
  color: #fff; 
}

.manage-title.ratings {
  padding-top: 50px;
}
.rivew-ratings-img {
  text-align: center;
  padding: 40px 0 50px; 
}
.rivew-ratings-img img {
  display: inline-block; 
}

.rivew-rating-text {
  display: flex;
  padding: 15px 0;
}
.rivew-rating-text .rivew-us-img {
  width: 40px;
}

.rivew-rating-text .rating-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.rivew-rating-text .serv-text {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}
.rivew-rating-text .rivew-rating-bar {
  width: 95%;
  margin-left: 12px;
  padding-bottom: 30px;
  border-bottom: solid 1px #707070;
}
.rating-top .rating-top-left h2 {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
}
.rating-top .rating-top-left p {
  font-size: 12px;
  font-weight: 300;
  color: #282832;
}
.rivew-rating-bar p {
  font-size: 15px;
  font-weight: 300;
  color: #282832;
}
.rivew-rating-text .serv-text .ma-text {
  background: #F2F2F2;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  color: #383849;
  padding: 3px 20px;
}
.rivew-rating-text .serv-text .month-text {
  font-size: 12px;
  font-weight: 400;
  color: #383849;
}
.all-reviews-btn {
  float: right;
  width: 95%;
  padding-top: 15px;
}
.all-reviews-btn .btn.review-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px;
  text-decoration: none;
  min-width: 162px;
  text-align: center;
  padding: 10px;
}


/*Banner form page start*/

.common-container {
  padding-top: 138px; 
}
.banner-form-top {
  padding: 60px 0 0;
}
.banner-form-top h2 {
  font-size: 20px;
  font-weight: 500;
  color: #282832;
  padding: 0 0 60px;
  margin: 0;
}
.banner-form-top .image-wrapper {
  width: 100%;
  height: 317px;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  border: none;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.banner-form-top .image-wrapper .file-img.banner-added {
  position: absolute;
  margin-top: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-form-top .image-wrapper .file-img.banner-added #addImage {
  height: 100%;
}
.banner-form-top .image-wrapper .file-img.banner-added .add-img {
  opacity: 0;
}

.banner-form-top .image-wrapper #new-selected-image {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  position: absolute;
  object-fit: contain;
  height: 100%;
}
.banner-form-top .image-wrapper .file-img {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.banner-form-top .image-wrapper .file-img #addImage {
  font-size: 0;
  width: 100%;
  height: 23px;
  opacity: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.banner-form-top .image-wrapper .file-img .add-img {
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  position: relative;
  top: -26px;
  cursor: pointer;
  z-index: 0;
}
.form-accordion-bar {
  padding: 60px 0 0; 
}
.form-accordion-bar h2 {
  font-size: 20px;
  font-weight: 500;
  color: #282832;
  padding: 0 0 30px;
  margin: 0;
}

.form-accordion-bar .accordion {
  border: none;
  background: #fff;
  border-radius: 5px;
}
.form-accordion-bar .accordion-item {
  border: none;
  border-top: solid 2px #e6e6e6;
}
.form-accordion-bar .accordion-item:first-child {
  border-top: none; 
}
.form-accordion-bar .accordion-item .accordion-header {
  font-size: 18px;
  font-weight: 400;
  color: #282832;
  padding: 5px 0px 5px 50px;
  margin: 0;
  display: flex;
  align-items: center;
}
.form-accordion-bar .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 400;
  color: #282832;
  background: transparent;
  box-shadow: none;
  border: none;
}
.form-accordion-bar .switch {
  margin-right: 10px;
}
.form-accordion-bar .switch input {
  display: none;
}
.form-accordion-bar .switch label {
  display: block;
  float: none;
  width: 36px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  border-radius: 15px;
  border: none;
  background: #999999;
  cursor: pointer;
  transition: 0.3s;
}

.form-accordion-bar .switch label::after {
  content: "";
  display: inherit;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #ffffff;
  border: solid 2px #999999; 
  transition: 0.3s;
  position: relative;
  top: -2px;
}
.form-accordion-bar .switch input:checked ~ label {
  border-color: #ffffff;
  background: #53bd8c;
}
.form-accordion-bar .switch input:checked ~ label::after {
  border: solid 2px #53BD8C; 
}
.form-accordion-bar .switch input:checked ~ label::after {
  translate: 15px 0;
  background: #ffffff;
}
.form-accordion-bar .switch input:disabled ~ label {
  opacity: 0.5;
  background: #000;
  cursor: not-allowed;
}
.form-accordion-bar .accordion-item .accordion-body {
  padding: 0 135px 25px;
}
.form-accordion-bar .accordion-item .switch-text {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.form-accordion-bar .accordion-item .switch-text span {
  font-size: 15px;
  font-weight: 400;
  color: #707070;
}
.acc-bottom-text {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 28px 50px;
  margin-top: 30px; 
}
.acc-bottom-text span {
  font-size: 20px;
  font-weight: 400;
  color: #282832;
  padding-left: 20px;
}

.accordion-save-btn {
  text-align: center; 
  padding-top: 30px;
}
.accordion-save-btn .save-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  background: #53BD8C;
  border: none;
  border-radius: 5px;
  width: 150px;
  padding: 12px 0;
}
/*Banner form page end*/

/*shop laptops page start*/
.shop-laptops-bar {
  padding: 50px 0 70px;
}
.cat-pd-top {
  display: flex;
  flex-wrap: wrap;
}
.cat-pd-box {
  width: 33.33%; 
  padding: 7px;
}
.cat-pd-text {
  background: #fff;
  border-radius: 10px;
  text-align: center; 
  padding: 20px 15px;
  height: 100%;
}
.cat-pd-text .cat-pd-img {
  width: 100%;
}
.cat-pd-text .cat-pd-img.cate-pd-img {
  height: 100px; 
}
.cat-pd-text .cat-pd-img.cate-pd-img img {
  object-fit: scale-down;
  height: 100%; 
}
.cat-pd-text .cat-pd-name {
  padding-top: 15px;
}
.cat-pd-text .cat-pd-name a {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
}
.cat-pd-top.bottom-bar {
 padding-top: 10px;  
}
.cat-pd-top.bottom-bar .cat-pd-box {
  width: 50%;
}
.section-shop-user.shop-by-brands {
  padding: 80px 0 0; 
}
.shop-by-brands .reco-product .user-name a {
  padding: 0;
}
.cost .cost-efficient {
  background: #fff;
}
.students-discount-section {
  padding: 50px 0; 
}
.students-discount-bar:first-child {
  margin-top: 0; 
}
.students-discount-bar {
  display: flex;
  background: #FFFBE0;
  border-radius: 10px;
  padding: 35px 30px 0 60px;
  margin-top: 30px;
}
.students-discount-bar .student-img {
  width: 140px; 
}
.students-discount-text {
  padding-left: 85px;
}
.students-discount-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #752C0C;
  margin: 0; 
}
.students-discount-text p {
  font-size: 15px;
  font-weight: 400;
  color: #752C0C;
  padding-top: 20px;
  margin: 0; 
}
.students-discount-text .shop-now-btn {
  font-size: 16px;
  font-weight: 500;
  color: #752C0C;
  border: solid 1px #752C0C;
  border-radius: 5px;
  width: 140px;
  padding: 7px 0;
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}
.students-discount-bar.become {
  background: #FDEDEE; 
}
.students-discount-bar.become h2,
.students-discount-bar.become p {
  color: #070533; 
}
.students-discount-bar.become .shop-now-btn {
  border: solid 1px #070533;
  color: #070533; 
}
.verified-device-section {
/*  background: url(../images/verified-device-bg.png) no-repeat center top;*/
  background: #383849;
  padding: 50px 0;
  width: 100%;
  margin-top: 50px;
}
.verified-device-bar {
  display: flex;
}
.verified-text {
  width: 33.33%;
  border-left: solid 1px #BEBEBE; 
  padding: 20px 30px;
}
.verified-text:first-child {
  border-left: none;
  padding-left: 0;  
}
.verified-text h2 {
  font-size: 30px;
  font-weight: 900;
  color: #FFF;
  
  margin: 0;
}
.verified-text h3 {
  font-size: 30px;
  font-weight: 900;
  color: #C7EF59;
  
  padding: 8px 0 10px;
  margin: 0;
}
.verified-text p {
  font-size: 15px;
  font-weight: 400;
  color: #FFF;
  line-height: 23px;
  margin: 0; 
}
.enjoy-enhan-section {
  background: #EEFDA8;
  position: relative; 
  margin-top: 80px;
}
.enjoy-enhan-section:before {
  content: '';
  background: url(../images/enhan-left-bg.png) no-repeat center right;
  background-size: 100% 100%;
  width: 195px;
  height: 100%; 
  position: absolute;
  left: 0;
}
.enjoy-enhan-section:after {
  content: '';
  background: url(../images/enhan-right-bg.png) no-repeat center right;
  background-size: 100% 100%;
  width: 195px;
  height: 100%; 
  position: absolute;
  right: 0;
  top: 0;
}
.enhanced-bar {
  display: flex;
  align-items: end;
  padding: 38px 0 0;
  margin-bottom: 40px;
}
.enhanced-bar .resure-img {
  width: 25%; 
}
.enhanced-bar .enhanced-text {
  width: 75%;
  padding-bottom: 70px;
}
.enhanced-bar .enhanced-text h2 {
  font-size: 20px;
  font-weight: 900;
  color: #282832; 
  margin: 0;
}
.enhanced-bar .enhanced-text h3 {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  padding: 42px 0 12px;
  margin: 0; 
}
.enhanced-text ul {
  padding: 12px 0 18px;
  margin: 0;
  list-style: none;
}
.enhanced-text ul li {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding: 0 0 0 15px;
  margin: 8px 0;
  position: relative; 
}
.enhanced-text ul li:before {
  content: '';
  width: 8px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  background: url(../images/next-btn.png) no-repeat center center;
}
.resure-learn-more-btn .learn-more-btn {
  font-size: 13px;
  font-weight: 500;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px;
  padding: 10px 13px;
  display: inline-block;
}
.popular-searches-section {
  background: #F2F2F2;
  padding: 70px 0;
}
.searche-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #282832;
  padding: 0 0 25px;
  margin: 0; 
}
.searche-text ul {
  padding: 0;
  margin: 0 -5px;
  list-style: none;
  display: flex;
  align-items: center;
  
}
.searche-text ul li {
  font-size: 14px;
  font-weight: 500;
  color: #262652;
  background: #DCE2FC;
  border-radius: 5px;
  padding: 6px 12px;
  margin: 0 5px;
}
.buyers-bar-text {
  position: relative; 
}
/*.buyers-bar-text:after {
  content: '';
  background: url(../images/buyer-bg.png) no-repeat center top;
  width: 365px;
  height: 100%;
  position: absolute;
  right: 0; 
}*/

/*shop laptops page end*/

.get-touch-filds .send-btn button {
  border: none; 
}
.get-touch-filds .send-btn button img {
  margin-left: 8px; 
}


/* cart and checkout css start */
.cart-main-container {
  max-width: 1190px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.checkout-title.cart-title {
  border-bottom: none;
  padding-bottom: 35px;
}
.cart-container {
  display: flex;
  justify-content: space-between;
}
.checkout-address {
  width: 64%;
}
.checkout-title {
  font-size: 20px;
  font-weight: 500;
  color: #282832;
  border-bottom: solid 2px #BEBEBE;
  padding: 0 0 15px;
  position: relative;
}
.checkout-title .back-icon {
  margin-right: 10px;
}
.checkout-title .number {
  padding-left: 10px;
}
.cart-summary {
  width: 35%;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  height: 100vh;  
}
.cart-summary .summary-title {
  font-size: 20px;
  font-weight: 500;
  color: #282832;
  padding-bottom: 40px;
  margin: 0;
}
.summary-content {
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.summary-total {
  font-size: 14px;
  font-weight: 400;
  color: #282832;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.summary-total.sab-total {
 border-top: solid 1px #BEBEBE;
 margin-top: 15px;
 padding-top: 10px;  
}
.summary-total.total-price-checkout {
  font-size: 15px;
  font-weight: 600;
  border-top: solid 1px #BEBEBE;
  margin-top: 10px;
  padding-top: 10px;
}
.summary-policy {
  padding-top: 8px; 
}
.summary-policy span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #544BEC;
  padding-bottom: 5px;
}
.summary-policy p {
  font-size: 11px;
  font-weight: 300;
  color: #282832; 
  margin: 0;
}
.summary-policy p a {
  font-weight: 400;
  text-decoration: underline; 
}
.summary-policy p a:hover {
  text-decoration: none; 
}
.cart-actions .place-order-button {
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: #282832;
}
.summary-product {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 15px;
}
.summary-product:first-child {
  margin-top: 0; 
}
.summary-img {
  width: 55px;
  height: 55px;
  border: solid 1px #BEBEBE;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 10px;
}
.summary-img img {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;  
}
.summary-text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.summary-text .name {
  font-size: 12px;
  font-weight: 500;
  color: #282832;
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.summary-text .price {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
}
.summary-text .name .cart-item-name {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #282832;
  padding-bottom: 8px;
}
.summary-text .name span {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
}
.summary-text .su-item-total-price {
  width: 30%;
  text-align: right;
}
.summary-text .su-item-total-price .price-cart {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  display: block;
  padding-bottom: 8px;
}
.summary-text .su-item-total-price span {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  display: block;
}
.number-remove {
  display: flex;
  padding-right: 10px;
}
.number-remove .cart-quantity {
  width: 58px;
}
.number-remove .cart-quantity input {
  width: 100%;
  border: none;
  background-color: #F2F2F2;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #383849;
  text-align: center;
  outline: none;
}
.number-remove .cart-quantity select {
  width: 100%;
  border: none;
  background-color: #F2F2F2;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #383849;
  text-align: center;
  outline: none;
}
.number-remove .cart-quantity select option {
  font-size: 13px;
  padding: 0;
  height: 20px;
  width: 100%;
}
.number-remove .remove-item {
  padding-left: 10px;
}
.number-remove .remove-item a {
  border: solid 1px #D61151;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #D61151;
  padding: 5px 15px;
  text-decoration: none;
}
.secure-text {
  font-size: 10px;
  font-weight: 400;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.secure-text img {
  margin-right: 5px;
}
.condition-text {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  padding-top: 2px;
}
.warranty-text {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  text-decoration: underline;
  padding-top: 12px;
}
.cart-item-details .cart-price {
  font-size: 15px;
  font-weight: 600;
  color: #282832;
  padding-top: 3px;
}
.macbook-tab-bar {
  display: inline-block;
  width: 100%;
}
.macbook-tab-bar h4 {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  margin: 0;
  line-height: normal;
}
.macbook-tab-bar h4 strong {
  font-weight: 600;  
}
/**/
.macbook-tab-bar .accordions {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.macbook-tab-bar .accordion {
  border: 1px solid #A0A0A0;
  margin-bottom: 10px;
  transition: border-color .5s ease;
  background-color: #fff;
  border-radius: 10px;
}
.macbook-tab-bar .accordion__header {
  cursor: pointer;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 10px;
  padding-left: 40px;
  color: #282832;
  margin: 0;
}
.macbook-tab-bar .accordion__header:after, 
.macbook-tab-bar .accordion__header:before {
  content: '';
  position: absolute;
  left: 15px;
  width: 17px;
  height: 17px;
  background-color: transparent;
  border: solid 1px #282832;
  border-radius: 100px;
}
.macbook-tab-bar .accordion__header:after {
  display: none; 
}
.macbook-tab-bar .accordion:has(input:checked) .accordion__header {
  color: #282832;
}
.macbook-tab-bar .accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  * {
        padding: 0 1em 1em;
  }
}
.macbook-tab-bar .accordion__content p {
  padding: 0 20px 10px;
}
.macbook-tab-bar .accordion input {
  display: none;
}
.macbook-tab-bar .accordion:has(input:checked) {
  padding-left: 15px;
  background-color: #fff;
  position: relative;
}
.macbook-tab-bar .accordion:has(input:checked):before {
  content: '';
  width: 10px;
  height: 100%;
  background: #6683F8; 
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px 0 0 8px;
}
.macbook-tab-bar .accordion input:checked ~ .accordion__header:after {
  display: block;
  background-color: #282832;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  left: 19px;
  top: 16px;
 }
.macbook-tab-bar .accordion input:checked ~ .accordion__content {
  max-height: 1000px;
}
.macbook-tab-bar .cart-recomme-btn {
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  background: #6683F8;
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  position: absolute;
  right: 30px;
  top: -12px;
}

.macbook-tab-bar .accordion__content ul {
  padding: 0 20px;
  margin: 0px 0 12px;
  list-style: none;
}
.macbook-tab-bar .accordion__content ul li {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  padding: 3px 0;
}

.service-plan-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}
.terms-text {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
}
.terms-text a {
  font-weight: 500;
  text-decoration: underline; 
}
.powered-text {
  display: flex;
  align-items: center;
}
.powered-text {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #282832;
}
.powered-text .resure-img01 {
  position: relative;
  top: 2px;
  padding-left: 5px;
}
.shipping-text-cart {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  display: block;
  padding: 10px 0 12px 0;
}
.macbook-tab-bar .accordion__header .standard-text {
  font-size: 15px;
  font-weight: 400;
  color: #383849;
}
/* cart and checkout css end */
.blog-tabbing .accordion-button {
  box-shadow: none;
}

.excellent-text.like-icons.product-like-icons {
  text-align: right;
}
.like-icons.product-like-icons .share-icon {
  background: #F8F9FA;
  border-radius: 100px;
  width: 46px !important;
  height: 46px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-right: 10px;
}
.like-icons.product-like-icons .blank-heart {
  background: #F8F9FA;
  border-radius: 100px;
  width: 46px !important;
  height: 46px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/*listing grid view*/
.grid-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}
/*.grid-view .listing-products {
  width: 49%;
}*/
/*grid view new css start*/

.grid-view .listing-products {
  width: 32%;
  margin-top: 0;
}
.grid-view .listing-pro-text {
  flex-wrap: wrap;
}
.grid-view .lis-pro-img {
  width: 100%;
  text-align: center;
  margin: 15px 0 0;
}
.lis-pro-content {
  width: 100%;
  margin-top: 0px; 
}

/*grid view new css end*/

.grid-view .information-text {
  width: 100%;
}
.grid-view .lis-pro-right .switch-icon .switch {
  min-width: 50px; 
}

.swiper-wrapper .swiper-slide {
  height: initial; 
}


.listing-pro-text .lis-pro-img a {
  width: 143px;
  height: 98px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-align: center;
}
.listing-pro-text .lis-pro-img a img {
  object-fit: scale-down;
  height: 100%;
}
.grid-view .lis-pro-content {
  width: 100%;
}
.grid-view .lis-pro-left {
  width: 100%; 
}
.grid-view .listing-pro-text .lis-pro-img a {
  width: 150px;
  height: 90px;
}
.grid-view .lis-pro-right {
  width: 20%;
  position: absolute;
  top: 2px;
  left: 15px;
  width: auto;
}
.grid-view .lis-pro-right .btn-lis {
  width: auto; 
  font-size: 10px;
  padding: 2px 10px;
  white-space: nowrap;
}
.grid-view .lis-pro-bottom {
  display: none; 
}
.grid-view .lis-pro-right {
/*  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px; 
  width: 100%; 
  left: 0;*/
  padding: 6px 10px 0;
  right: 0;
  left: auto;  
}
.grid-view .lis-pro-right .sale-img {
  padding: 7px 0 0;
  width: 50px;
}
.grid-view .lis-pro-right .switch-icon {
  display: none;
}

.category-pd-bar {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.category-pd-bar .category-pd-box {
  width: 50%;
  padding: 10px;
}
.product-delivery-text {
  border-top: solid 2px #f2f2f2;
  border-bottom: solid 2px #f2f2f2;
  padding: 2px 0;
  margin: 20px 0 10px;
}
.de-excellent-text {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.de-excellent-text strong {
  font-size: 12px;
  font-weight: 500;
  color: #282832;
  padding-left: 8px;
}
.de-excellent-text strong span {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #282832;
  margin-top: -1px;
}
.de-excellent-text strong span a {
  color: #544BEC;
}
.grid-view .lis-pro-add-box {
  top: 72%;
}
.lis-pro-add-box {
  position: absolute;
  right: 0;
  top: 62%;
  rotate: -90deg;
  transform: translate(-62%, 0);
  width: 20px;
}
.lis-pro-add-box span {
  font-size: 11px;
  border-radius: 5px 5px 0 0;
  padding: 2px 10px !important;
  display: inline-block;
  width: 104px;
  text-align: center;
  text-transform: uppercase;
}

/*new home page changes*/
.home-mind-section {
  background: #B9FBFF;
  padding: 75px 0;
  margin-top: 50px; 
}
.mind-title h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.mind-title p {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding-top: 8px;
}
.home-mind-content {
  background: #ddfdff;
  border-radius: 10px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 12px 80px;
  padding-bottom: 0;
  margin-top: 30px;
}
.home-mind-efficient {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 12px 0;
}
.home-mind-efficient .efficient-text {
  width: 50%;
  justify-content: start;
  padding: 15px 0; 
}

.home-mind-img {
  max-width: 138px;
  width: 100%; 
}

.section-new-arrivals.arrivals-home {
  padding: 0;
}

.home-newsletter-section {
  background: #E3E7F8; 
  padding: 100px 0;
  margin: 60px 0 0; 
}
.newsletter-our-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin: 0;
}
.newsletter-our-text h3 {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  padding: 15px 0 15px;
  margin: 0; 
}
.newsletter-our-text p {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  line-height: 23px;
  padding-top: 0px;
  margin: 0; 
}
.newsletter-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.newsletter-our-text {
  width: 75%;
}
.newsletter-our-text .join-our-input {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 20px 0 0;
}
.newsletter-our-text .join-our-input .send-btn {
  margin: 0 0 0 12px;
  padding: 15px 38px;
}
.newsletter-img {
  max-width: 200px;
}
/*new home page changes end*/
.items-menu .item-all-link .item-icon-mobile {
  display: none; 
}
/*28-01-2025 start*/
.next-previous-btns {
  display: none;  
}
.excellent-bar.showprice-content {
  display: block;
}
.showprice-content #showprice {
  display: flex;
  margin: 0 -5px;
}
.showprice-content .showprice-box {
  width: 33.33%;
  padding: 0 5px;
}
.showprice-content .showprice-box .excellent-text {
  margin: 0;
  width: 100%;
}
.excellent-text a {
  text-decoration: none !important; 
}
.condition-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.condition-heading span {
  font-size: 15px;
  font-weight: 600;
  color: #282832;
}
.condition-heading span a {
  font-size: 12px;
  font-weight: 500;
  color: #282832;
  text-decoration: underline;
}
.condition-heading span a:hover {
  text-decoration: none; 
}
.excellent-bar.processor-content {
  margin: 0 -5px;
}
.storage-text .excellent-bar .processor-box {
  width: 33.33%;
  padding: 5px;
}
.storage-text .excellent-bar .processor-box .excellent-text {
  width: 100% !important;
  margin: 0 !important; 
}
.excellent-bar.comes {
  margin: 0 -5px;  
}
.excellent-bar.comes .comes-box {
  width: 25%;
  padding: 5px;
}
.excellent-bar.comes .comes-box .excellent-text {
  width: 100%;
  margin: 0;
}
.reco-product-text .name .fa.fa-star {
  font-size: 12px;
}

.reco-product-text .name .fa.fa-star-half-alt {
  font-size: 12px;
}


.filter-option-mobile {
  display: none; 
}
.mobile-filter-boxs {
  display: none;
}
.mobile-title-bar {
  display: none; 
}
.lis-pro-bottom {
  display: none !important; 
}

/*checkout billing section start*/
.summary-billing-bar {
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 8px;
  margin-top: 30px;
  display: block;
}
.billing-summary-text {
  padding-top: 20px;
}
.billing-summary-text:first-child {
  padding-top: 0;
}
.billing-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 5px;
}
.billing-title-bar .title-span {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  width: 80%;
}
.billing-title-bar .bi-edit-link {
  font-size: 12px;
  font-weight: 500;
  color: #282832;
  text-decoration: underline;
}
.billing-title-bar .bi-edit-link:hover {
  text-decoration: none;  
}
.billing-text-cart p {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  padding-top: 5px;
}
.variant_name_Color .select-storage {
  display: flex;
  align-items: center;
  justify-content: center; 
}
.variant_name_Color .select-storage strong {
  width: auto;
  padding-left: 5px;
}
.variant_name_Color .color-variant {
  width: 14px;
  height: 14px;
  border-radius: 100px;
}

.lis-pro-right .sale-img {
  text-align: right;
  padding: 30px 5px 0 0;
}

.list-view .lis-top-btn-bar {
  position: absolute;
  right: 0;
  width: 20%;
  justify-content: center;
}
.list-view .lis-top-btn-bar .btn-lis-bar {
  width: 100%; 
  justify-content: center;
}
.list-view .lis-top-btn-bar .sale-img {
  width: 50px;
  margin: 30px 0 0;
}
.list-view .variant-price-content .color-bar { display:none; }


.covered-text-bar:before {
  content: '';
  background: url(../images/covered1.png) no-repeat center center;
}
.covered-text-bar ul li:before {
  content: '';
  background: url(../images/covere-icon.svg) no-repeat center center;
}
.covered-text-bar.not:before {
  background: url(../images/covered2.svg) no-repeat center center;
}
.covered-text-bar.not ul li:before {
  background: url(../images/covere-icon1.svg) no-repeat center center; 
}
.coverage-text:before {
  content: '';
  background: url(../images/covere-icon.svg) no-repeat center center;
}

/*.home-swiper-button.prev {
  left: -25px;
}
.home-swiper-button.next {
  right: -25px;
}
.home-swiper-button {
  background: #f2f2f2;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: solid 1px #626b6f;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: -60px;
}
.home-swiper-button:after {
 display: none; 
}*/


.frequently-product-bar {
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.frequently-pro-section {
  width: 80%;
  display: flex;
  padding: 0 15px;
  border-right: solid 1px #F2F2F2;
}
.frequently-pro-section .frequently-pro {
  width: 33.33%;
}
.frequently-pro-section .frequently-pro:last-child .together-plus-icon {
  display: none; 
}
.frequently-product-bar .frequently-price-bar {
  width: 20%;
  padding: 0 25px;
  text-align: center;
}
.frequently-total-item span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
}
.frequently-total-item strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #282832;
}
.fre-add-to-btn a {
  background: #C7EF59;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  display: inline-block;
  width: 100%;
  padding: 0 25px;
  line-height: 45px;
  margin-top: 5px;
}
.together-close-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.together-plus-icon {
  position: absolute;
  right: -12px;
  bottom: 0;
}
.frequently-pro .reco-product .recomm-img {
  overflow: visible; 
}
.frequently-price-bar .fre-add-to-btn {
  padding-top: 22px;
}

@media screen and (max-width: 1199px) { 
  .get-left-bg {
    max-width: 120px; 
  }
  .get-right-bg {
    max-width: 120px; 
  }
}
@media screen and (max-width: 1029px) {
 .grid-view .listing-products {
   width: 32%; 
   padding: 10px;
 }   
}

@media screen and (max-width: 1039px) {
  .admin-pro-right h1 {
    font-size: 20px; 
  }
  .table-text .table-price-text .price-2 {
    width: 72px;
    padding: 11px 10px; 
    text-align: center; 
  } 
  .storage-text .excellent-text {
    width: 31.5%; 
  }
  .header-top-left {
    width: 50%; 
  }
  .header-top-right {
    width: 50%; 
  }
  .search-bar {
    padding-left: 30px; 
  } 
  .price-text .regular-price {
    width: auto; 
  }
  .cost-efficient {
    flex-wrap: wrap;
    padding: 10px 30px; 
  }
  .efficient-text {
    width: 50%;
    justify-content: start;
    padding: 10px 0; 
  }
  .process-text .know-more-btn {
    top: 0;
    right: 0;
    margin-top: 20px;
 }
 .students-discount-bar {
   align-items: end;
 }
 .students-discount-text {
   padding-bottom: 15px;
 }
}
@media screen and (max-width: 999px) {
.mobile-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.mobile-title {
  font-size: 16px;
  font-weight: 500;
  color: #282832;
}
.filters-options-bar .product-number {
  display: none;
}
#selected-filters {
  margin: 0px -5px !important; 
} 
 
.mobile-filter-content {
 padding: 0 10px;
 display: flex;
 align-items: center;
 justify-content: center;
 background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
} 
.filter-option-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  color: #282832;
  cursor: pointer;
  border-left: solid 1px #BEBEBE;
  padding: 15px 12px;
}
.filter-option-mobile .filter-icon {
  width: 16px;
  margin-left: 6px;
}
.filter-option-mobile:first-child {
  border-left: none; 
}
.listing-left.filter-listing {
  display: block;
  background: #fff;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /* border-top: solid 1px #ddd; */
  border-bottom: solid 1px #ddd;
  height: 98vh;
  overflow-y: scroll;
  padding-bottom: 150px;
}
.listing-left.filter-listing.new-class {
  display: none;
}
.view-type-text.view-text {
  display: block !important;
  background: #fff;
  border-top: solid 1px #ddd;
  position: fixed;
  left: 0;
  bottom: 49px;
  z-index: 999;
  width: 100%;
  padding: 0px;
}
.list-grid-text {
  font-size: 13px;
  font-weight: 500;
  color: #282832;
  padding: 5px 0;
  cursor: pointer;
}

.sort-by-text.view-text {
  display: block !important;
  background: #fff;
  border-top: solid 1px #ddd;
  position: fixed;
  left: 0;
  bottom: 49px;
  z-index: 999;
  width: 100%;
  padding: 0px;
}
.cost .cost-efficient {
  margin-top: 50px; 
}

.grid-view .btn-lis-bar {
  margin-left: 0; 
}
.grid-view .lis-pro-right.low-stock {
  margin-left: 0; 
}
.list-view .lis-top-btn-bar {
  margin-top: 0; 
}

.together-plus-icon {
  right: -22px;
  z-index: 1; 
}

}

@media screen and (max-width: 965px) { 
 .frequently-product-bar {
   flex-wrap: wrap;
 }
.frequently-pro-section {
  width: 100%;
  border-right: none;
}
.frequently-product-bar .frequently-price-bar {
  width: 100%;
  padding: 10px 25px 0;
  text-align: center;
  border-top: solid 1px #ccc;
  margin-top: 15px;
}
.frequently-price-bar .fre-add-to-btn {
  padding: 22px 0 10px;
}
.fre-add-to-btn a {
  max-width: 200px;
  margin-top: 0; 
} 
}

@media screen and (max-width: 949px) {
 .header-icons .user-icon {
   margin-left: 10px;
 } 
/*  .home-banner-main {
    height: 310px;
  }*/
  .home-banner-main .swiper-slide {
    background-position: 43% bottom;
    background-size: cover;
  } 
  .home-banner-content {
    padding: 50px 0 20px; 
  } 
  .admin-product {
    padding: 40px 0 0; 
  }
  .admin-pro-left {
    width: 100%;
    text-align: center;
    padding-right: 0;
  } 
  .admin-pro-img {
   justify-content: center;
   max-width: 500px;
   margin: 0 auto;
 }
 .uploaded-seller {
   padding: 30px 0 0;
 }
 .admin-pro-right {
   padding-top: 40px;
 }
 .storage-text .excellent-text {
   width: 46%;
  }
  .excellent-bar.comes {
   flex-wrap: wrap;
  }
  .excellent-bar.comes .excellent-text {
    width: 46%;
  }
  .rezerv-since-bar {
    padding: 18px 15px 18px 20px; 
  }
 .since-text-bar .since-text a {
   font-size: 13px;
   line-height: 17px;
 }  
 .primary-img {
   margin-left: 0;  
 } 
 .seller-images {
  justify-content: center; 
 }
 .admin-pro-right {
  width: 100%;
  padding-left: 0;
  padding-top: 50px;
 }
 .variant-content-bar {
   padding: 20px;
 }
 .variant-content-main {
   overflow-x: scroll;
 }
 .variant-mian-content {
   min-width: 1280px;
 }
 .rivew-rating-text .rating-top {
   flex-wrap: wrap; 
 }
 .rating-top .rating-star-img {
   display: block;
   padding-top: 5px;
 }
 .rivew-rating-text .serv-text {
   flex-wrap: wrap;
 }
 .rivew-rating-text .serv-text .month-text {
   padding-top: 10px; 
 }
 .rivew-ratings-img {
   padding: 20px 0 20px; 
 }
/*Cart css*/
.cart-container {
  flex-wrap: wrap; 
}

.cart-summary {
 width: 100% !important;
 padding-top: 25px; 
 height: auto !important; 
}
.cart-summary .summary-title {
  padding-bottom: 20px; 
}
.get-left-bg {
  display: none;
}
.get-right-bg {
  display: none;
}
.resure-covered-bar {
  flex-wrap: wrap; 
}
.covered-text-bar {
  width: 100% !important; 
}
.smartphones-text-bar {
  flex-wrap: wrap; 
}
.smartphones-text {
  width: 100% !important;
  padding: 10px !important;
}
.smartphones-text:first-child .cover-device-bar::after {
  display: none;
}

.home-banner-main img {
  height: auto !important;
}

.home-mind-section {
  padding: 50px 0; 
}
.home-mind-content {
  padding: 12px 40px; 
}
.mind-title h2 {
  font-size: 20px; 
}
.home-newsletter-section {
  padding: 50px 0; 
}
.newsletter-our-text h2 {
  font-size: 20px; 
}
.newsletter-our-text .join-our-input .send-btn {
  padding: 14px 25px; 
}
.newsletter-our-text {
  width: 65%; 
}
.admin-pro-left {
  position: inherit; 
}
}

@media screen and (max-width: 865px) {
  .header-top-right {
   padding-left: 0 !important;
 } 
  .header-top-right .top-menu {
    padding: 0; 
  }
  .header-icons .cart-icon {
    display: flex; 
    margin: 0 0 0 8px;
  }
  .header-icons .cart-icon .user-icon {
    margin-left: 5px;
  }
  .header-top-right .top-menu li a {
    font-size: 10px; 
  }
  .student-img {
   width: 30%;
 }
 .students-discount-bar {
   align-items: end;
 }
 .students-discount-text {
   padding-left: 35px;
   padding-bottom: 20px;
 }
 .students-discount-text p {
   padding-top: 3px; 
 }
 .students-discount-text .shop-now-btn {
   margin-top: 10px;  
 }
.join-our-text {
  width: 100% !important;
  padding: 20px 0 0 !important;
  text-align: center;
}
 .join-our-text .send-btn {
   margin: 12px auto 0;
 }
 .join-our-text h2 {
   font-size: 25px;
 }
 .enjoy-enhan-section::before {
   width: 75px;
 }
 .enjoy-enhan-section::after {
   width: 75px;
 }
 .cost .cost-efficient {
  margin-top: 50px; 
 }
 .verified-device-section {
   padding: 35px 0;
 }
 .verified-text h2 {
   font-size: 22px;
 }
 .verified-text h3 {
   font-size: 22px;
 }
 .register-text {
   padding: 0 28px 100px;
 }
 .register-text h2 {
   font-size: 30px;
   line-height: 42px;
 }

.lis-pro-add-box {
  right: 5px;
  top: auto;
  bottom: 45px;
}
.lis-pro-add-box span {
  font-size: 9px;
  border-radius: 5px 5px 0 0;
  width: 75px;
  padding: 1px 8px !important; 
}

}

@media screen and (max-width: 767px) {
/*header*/
.header-top-left {
  flex-wrap: wrap;
  justify-content: center; 
}
.header-top-left form {
  width: 100%;
  padding-left: 30px;
}
.search-bar {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 8px 0;
}
.search-bar input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  font-size: 11px;
  font-weight: 300;
  border: solid 1px #383849;
  background-color: #fff;
  height: 36px;
}
.search-bar button {
  right: 12px;
  top: 4px;
}
.row.header-top-bar {
  padding: 10px 0 0;
  margin: 0 -15px;
}

/*.header-top-right {
  border-top: solid 3px #c3eb57;
  background: #F2F2F2;
  padding: 0 0 4px 22px !important;
  margin: 10px 0 0;
}*/
.header-menu-bar .navbar-expand-lg {
  padding: 0;
}
.menu-item-bar .navbar-toggler {
  padding-right: 0;
  height: 30px;
  top: 3px;
}
.navbar-toggler.collapsed {
  top: 3px;
}
.header-top-right .top-menu li {
  padding: 0 4px !important;
}
.header-top-right .top-menu li a {
  font-size: 9.2px; 
}
.header-top-right .top-menu {
  padding: 0;
  position: relative;
  z-index: 5;
}
.header-icons {
  padding: 0;
  position: absolute;
  top: -35px;
  right: 12px;
  z-index: 1050;
}
.header-menu-bar {
  border-top: none;
  background: transparent;
}
.items-menu {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  height: 0;
}
.items-menu .item-all-link {
  margin-left: 14px;
  font-size: 0;
}
.items-menu .item-all-link .item-icon-destop {
  display: none; 
}
.items-menu .item-all-link .item-icon-mobile {
  display: block;
  width: 20px;
}
.items-menu-dropdown {
  top: 41px;
  /*z-index: 1050;*/
  box-shadow: inset 0px 3px 6px #00000029;
  border-right: 0;
  width: 80%;
}
.menu-item-bar {
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 0;
  overflow: visible;
}
.navbar-toggler span {
  height: 2px;
  width: 20px; 
}

/*.menu-item-bar {
  position: absolute;
  left: 0;
  top: -130px;
  width: 100%;
}*/
.header-logo {
  position: relative;
  z-index: 5;
}
/*header end*/ 



.home-banner-main img {
  height: auto !important;
}

 .home-banner-content {
   width: 50%;
   padding: 80px 0 20px; 
 } 
 .home-banner-main .swiper-slide {
   background-position: 78% 68px;
 }
 .header-top-left {
   width: 100%; 
 }
 .header-top-right {
   width: 100%; 
 }
 .process-text .know-more-btn {
   margin-top: 0;
 }
 .header-icons .cart-icon {
   margin: 0;
 }
 .students-discount-bar {
   align-items: end;
   padding: 10px 10px 0;
 }
 .student-img {
   width: 120px;
 }
.students-discount-text {
  padding: 10px 0 20px 12px;
  width: 100%;
  text-align: left;
}
.students-discount-text h2 {
  font-size: 15px; 
}
.students-discount-text p {
 font-size: 11px; 
}
.students-discount-text .shop-now-btn {
  font-size: 11px; 
}
.students-discount-text .shop-now-btn {
  margin-top: 10px;
  font-size: 11px;
  width: auto;
  padding: 5px 10px;
}
 .verified-device-bar {
   flex-wrap: wrap; 
 }
 .verified-text {
   width: 100%;
   border: none;
   padding: 20px 0 !important;
   border-top: solid 1px #BEBEBE;
 }
 .verified-text:first-child {
   border-top: none;
 }
 .cat-pd-top {
   flex-wrap: wrap; 
 }
 .cat-pd-box {
   width: 50%;
   padding: 7px;
 }
 .enjoy-enhan-section::before {
   display: none;
 }
 .enjoy-enhan-section::after {
   display: none;
 }
 .enhanced-bar {
   flex-wrap: wrap;
   padding: 40px 0 0; 
 }
 .enhanced-bar .resure-img {
   width: 25%;
   margin: 20px auto 20px;
   order: 2;
 }
.enhanced-bar .resure-img {
  margin: 10px 0 0;
  width: 100%;
  display: flex;
  justify-content: end;
}
.enhanced-bar .resure-img img {
  max-width: 160px;
  margin-top: -50px;
}
 .enhanced-bar .enhanced-text {
  width: 100%;
  padding-bottom: 10px;
  text-align: left;
   order: 1;
}
.enhanced-bar .enhanced-text h3 {
  padding: 18px 0 12px; 
}
.cost .cost-efficient {
  margin-top: 50px; 
}   
.searche-text ul {
 flex-wrap: wrap; 
}
/*cart page*/
.checkout-addresses {
  padding: 10px 20px 10px !important; 
}
.shipping-checkout-bar {
  padding: 10px 20px !important; 
}
.checkout-filds {
  flex-wrap: wrap; 
}
.shipping-checkout-bar .fild {
  width: 100% !important; 
}
.cart-items .service-plan-text {
  flex-wrap: wrap;   
}
.cart-items .macbook-tab-bar {
  padding: 0 20px; 
}
.cart-main-content p {
  font-size: 15px;
  padding: 10px 20px 0;
}
.cost-efficient.cart-efficient {
  padding: 10px 0; 
}
.cart-efficient .efficient-text {
  padding: 5px 10px; 
}
.macbook-tab-bar .accordion__header {
 flex-wrap: wrap;
}
.searche-text ul li {
  margin: 5px; 
}

.register-content {
  flex-wrap: wrap; 
}
.register-left {
  width: 100%;
  height: 500px; 
}
.register-text {
  padding: 0 20px 50px;
}
.register-text h2 {
  font-size: 32px;
  line-height: 35px;
}
.register-right {
  width: 100%;
  padding: 50px 20px 0; 
}
.register-filds-box {
  overflow-y: visible;
  height: 100%;
}

.register-right.customer-register {
  width: 100% !important;
  padding: 60px 20px !important; 
}
.register-right h2 {
  font-size: 20px !important; 
}
.register-right.customer-register span {
  font-size: 13px !important; 
}
.customer-register .be-a-part {
  font-size: 13px !important; 
}
/*product-page btn*/
.next-previous-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 20px;
}
.next-previous-btns button {
  border: solid 1px #282832;
  border-radius: 100px;
  width: 33px;
  height: 33px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: none;
  z-index: 2;
}
.next-previous-btns button img {
  display: none;  
}
/*.next-previous-btns button#previous img {
  position: relative;
  left: -1px;
  display: block;
}
.next-previous-btns button#next img {
  position: relative;
  right: -1px;
  display: block;
}*/
.next-previous-btns button#previous {
  background: #fff url(../images/previous-btn.png) no-repeat center center;
  background-position: 11px center;
}
.next-previous-btns button#next {
  background: #fff url(../images/next-btn.png) no-repeat center center;
  background-position: 13px center;
}

.thumbnail-main-content {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  margin-top: 5px;
  scrollbar-color: #fff #fff;
  scrollbar-width: thin;
  -ms-overflow-style: none;
}
.excellent-bar.comes .comes-box .excellent-text {
  padding: 5.5px 0;  
}
.excellent-text img {
  width: 12px !important;
  margin-right: 3px;
}
.pro-rivew-bar span a {
  font-size: 10px;
  margin-left: 3px; 
}
.lis-pro-left .color-bar .color {
  width: 8px;
  height: 8px; 
}
.whatsapp-call-btn {
  padding-top: 5px; 
}
.whatsapp-call-btn a {
  width: 30px;
  margin-right: 8px;
}
.rivew-rating-text .serv-text .ma-text {
  padding: 3px 10px;  
}

.variant_name_Color .color-variant {
  width: 11px;
  height: 11px; 
}
.grid-view .btn-lis-bar {
  display: inline-block;
  padding-top: 0;
}
.grid-view .lis-pro-right {
  padding: 8px 10px 0;
  height: auto; 
}
.grid-view .lis-pro-right .sale-img {
  position: revert; 
  padding: 0;
}

.lis-pro-right .sale-img {
  text-align: left;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 50px;
}
.rating-top .rating-star-img {
  width: 100%; 
}
.rivew-rating-text .serv-text .month-text {
  width: 100%; 
}
.rating-top .rating-star-img .fa.fa-star {
  font-size: 14px;
}

.list-view .lis-top-btn-bar .sale-img {
  margin-right: 15px; 
}
.together-close-icon {
  width: 25px; 
  right: 2px;
  top: 0;
}
.together-plus-icon {
  right: -22px;
  z-index: 1; 
}

}

@media screen and (max-width: 640px) {
.header-top-left form {
  width: 60%;
  padding: 0 20px;
}  
#main {
  padding-bottom: 30px; 
}
.main-section {
  padding-bottom: 30px; 
}  
.home-banner-main img {
  height: auto !important;
}

 body .cart-item {
   flex-wrap: wrap;
   justify-content: center;
 }
 body .cart-item .cart-item-details {
   width: 100%;
   text-align: left;
   padding-bottom: 10px;
 }
 body .cart-item .number-remove {
  display: flex;
  padding-right: 0;
  justify-content: start;
  width: 100%; 
 }
 .checkout-title.cart-title {
   padding-bottom: 20px;
 }
 .macbook-tab-bar .accordion__content ul {
   padding: 0 10px;
 }
 body .macbook-tab-bar .accordion__header {
   align-items: start;
 }
 body .macbook-tab-bar .accordion__header::before {
   top: 13px;
 }
 body .macbook-tab-bar .cart-recomme-btn {
   font-size: 11px;
   padding: 3px 10px;
 }
 .cost-efficient.cart-efficient {
   flex-wrap: wrap;
   padding: 5px;
 }
 .cart-efficient .efficient-text {
   width: 50%;
   padding: 10px !important;
 }
 .efficient-text img {
   width: 15px;
 }
 .student-img {
   width: 120px;
 }
 .items-menu-dropdown {
   min-height: 100vh;
   height: 100%;
 }
.listing-page {
  padding-top: 205px;
}
.efficient-text {
  font-size: 11px;
  padding: 10px 5px; 
}
.cost-efficient {
  padding: 10px 10px; 
}
.categorie-bar {
  margin: 0 -5px;
  padding-top: 0; 
}
.categorie-box {
  width: 33.33%;
  padding: 5px; 
}
.categorie-text {
  padding: 5px; 
}
.title-bar h2 {
  font-size: 16px;
  color: #000; 
  line-height: 24px;
}
.title-bar p {
  font-size: 12px;
  padding-top: 5px; 
}
.categorie-text .cate-name a {
  font-size: 11px; 
}
.reco-product-text .name a {
 font-size: 13px !important; 
}
.reco-product-text p {
  font-size: 9px !important;    
}
.reco-product {
  padding: 8px !important; 
}
.price-text .regular-price {
  font-size: 13px !important;  
}
.reco-product .user-name a {
  font-size: 10px !important; 
}
.reco-product .bestseller {
  font-size: 9px !important; 
}
.reco-product .recomm-img {
  min-height: 100px !important;  
}
.section-shop-user .title-bar {
  padding-bottom: 20px;
  padding-top: 12px;
}
.guaranteed .revolution-text h2 {
  font-size: 17px;  
}
.revolution-text span {
  font-size: 12px;
}
.revolution-text p {
  font-size: 12px;
}
.section-new-arrivals .title-bar {
  padding-bottom: 20px;
}
.blog-tabbing .accordion-button {
  font-size: 14px; 
  padding: 6px 10px;
  border-radius: 5px;  
}
.news-text h2 a {
  font-size: 13px !important; 
}
.news-text .news-title {
  font-size: 9px !important;
  padding: 1px 15px !important; 
}
.join-our-text h2 {
  font-size: 17px !important; 
}
.join-our-text p {
  font-size: 13px !important; 
}
.reco-product-text span {
  font-size: 10px !important; 
}

.join-our-content .join-our-img img {
  max-width: 150px;
}
.process-text .know-more-btn a {
  font-size: 12px;
  width: 100px;
  height: 35px;
  line-height: 35px;  
}
.footer-top .discover-text p {
 font-size: 13px;  
}
.footer-links h3.w-title-a {
  font-size: 12px;
  text-transform: uppercase; 
}
.footer-links .list-unstyled .item-list-a a {
  font-size: 10px; 
}
.copyright-text {
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
}
.copyright-text a {
  width: 50%;
  text-align: left;
  letter-spacing: -0.2px;
}
.copyright-text span {
  width: 50%;
  text-align: left;
}
.footer-address {
  display: none;
}
.copyright-text-bar p {
  font-size: 11px; 
}
.footer-number-email > .mobile-number {
  width: 50%; 
}
.footer-number-email > div {
  font-size: 11px; 
  width: 50%;
}
.efficient-deals {
  padding: 20px 0;
}
/*.latest-news-bar .news-img {
  width: 100%;
  height: 115px;
  overflow: hidden;
}
.latest-news-bar .news-img a {
  width: 100%;
  height: 100%;
  display: block;
}
.latest-news-bar .news-img img {
  object-fit: scale-down;
  height: 100%;
}*/

.listing-page .breadcrumbs {
  padding-bottom:10px;
}
.students-disc-text h2 {
  font-size: 15px; 
}
.students-disc-text p {
  font-size: 12px;
  line-height: 18px; 
}
.popular-searches-section {
  padding: 50px 0; 
}
.searche-text h2 {
  font-size: 16px;  
  line-height: 24px;
  padding-bottom: 18px;
}
.searche-text ul li {
  font-size: 10px; 
}
.admin-pro-right h1 {
  font-size: 18px; 
}
.pro-rivew-bar strong {
  font-size: 10px; 
}
.pro-rivew-bar span {
  font-size: 10px; 
}
.pro-rivew-bar span {
  margin-right: 5px; 
}
.pro-price .price-text {
  font-size: 17px;
  line-height: 30px; 
}
.excellent-text a {
  font-size: 15px;
  font-weight: 500;
}
.pro-price .variants-text {
  padding-top: 0px; 
}
.excellent-bar #showprice {
  flex-wrap: wrap;
}
#showprice .excellent-text {
  width: 100%; 
  border-radius: 5px;
}
.since-text .live-by-text {
  font-size: 10px; 
}
.since-text-bar .since-text a {
  font-size: 12px; 
}
.since-text .live-since-text {
  font-size: 10px; 
}
.rezerv-since-bar {
  margin-top: 10px; 
  padding: 12px;
}
.product-bottom-bar {
  margin-top: 30px; 
}

.ratings-rivew-section {
  padding-top: 0; 
}
.revolution-text h2 {
  font-size: 15px; 
}
.shop-laptops-bar {
  padding: 20px 0 20px;
}
.shop-laptops-bar .title-bar {
  padding-bottom: 20px;
}
.cat-pd-box {
  width: 33.33%;
  padding: 5px;
}
.cat-pd-text {
  padding: 5px;
  border: solid 1px #ECEFF5;
}
.cat-pd-text .cat-pd-img.cate-pd-img {
  height: 50px;
}
.cat-pd-text .cat-pd-name {
  padding-top: 5px;
}
.cat-pd-text .cat-pd-name a {
  display: block;
  font-size: 11px; 
  line-height: 16px;
}
.section-shop-user.shop-by-brands {
  padding: 25px 0 0;
}
.cat-pd-top {
  margin: 0 -5px;
}
.verified-device-section {
  padding: 20px 0 20px;
}
.verified-text h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
}
.verified-text h3 {
  font-size: 15px;
  padding-top: 3px;
}
.verified-text p {
  font-size: 13px;
  line-height: 20px;
 }
 .enhanced-bar .enhanced-text h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
 }
 .enhanced-bar .enhanced-text h3 {
   font-size: 14px; 
 }
 .enhanced-text ul {
   padding: 8px 0 10px;
 }
 .enhanced-text ul li {
   font-size: 11px;
   line-height: 18px; 
 }
.enhanced-text ul li::before {
  content: '';
  width: 6px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../images/next-btn.png) no-repeat center center;
  background-size: 100% 100%;
}
.resure-learn-more-btn .learn-more-btn {
  font-size: 10px;
  padding: 8px 13px; 
}

 .enjoy-enhan-section {
   margin-top: 50px; 
 }

.login-right h2 {
  font-size: 20px; 
}
.login-right span {
  font-size: 14px; 
}
.login-filds .input-fild input {
  height: 38px; 
}
.login-btn {
  font-size: 15px !important;
  padding: 10px 0 !important; 
}
.register-right.customer-register {
  width: 100%; 
}
.register-right h2 {
  font-size: 20px; 
}
.register-right span {
  font-size: 14px; 
}
.customer-register .be-a-part {
  font-size: 14px; 
}
.customer-register .be-a-part {
  font-size: 13px; 
}
.register-filds-box .input-fild.email .mail-icon {
  top: 22px;
}

.login-left {
  min-height: 420px;
}
.login-text h2 {
  font-size: 20px; 
}
.login-text h3 {
  font-size: 15px; 
}
.login-text p {
  font-size: 13px;
  line-height: 20px; 
}
.login-text {
  padding: 0 20px 30px;
  max-width: 100%;
}

.login-left {
  min-height: 350px;
}
.login-text h2 {
  font-size: 20px; 
}
.login-text h3 {
  font-size: 15px; 
}
.login-text p {
  font-size: 13px;
  line-height: 20px; 
}
.login-text {
  padding: 0 20px 30px;
  max-width: 100%;
}
.forgot-main-page h2 {
  font-size: 20px; 
}
.reset-top-text span {
  font-size: 15px;
  padding-bottom: 4px; 
}
.reset-top-text p {
  line-height: 20px; 
}
.forgot-main-page {
  padding-bottom: 0; 
}
.forgot-content {
  padding: 10px 15px; 
}
.login-filds .bg-gradient-danger {
  font-size: 11px; 
}
.sign-in-btn.submit {
  padding: 20px 0 10px; 
}
.go-back-link {
  font-size: 12px; 
}
.forgot-content .login-filds .input-fild .mail-icon {
  top: 22px;
  right: 15px; 
}

.register-left {
  height: 350px; 
}
.register-text h2 {
  font-size: 18px;
  line-height: 25px;
}
.register-right h2 {
  font-size: 17px;
}
.register-filds-box h3 {
  font-size: 13px;
  padding: 20px 0 20px; 
}
.register-filds-box .tell-text {
  font-size: 14px; 
}
.register-filds-box .input-fild select {
  height: 38px; 
}
.register-right.customer-register {
  padding-bottom: 0 !important; 
}
.customer-register .register-filds-box .input-fild.email .mail-icon {
  top: 20px;
  right: 15px;
}

.main-footer {
  padding-top: 20px;
  border-top: solid 3px #c3eb57; 
}
.main-footer .section-footer {
  position: relative; 
}
.footer-top .footer-logo a {
  width: 63px; 
}
.footer-social-icons {
  width: auto;
  padding-top: 0;
  position: absolute;
  top: 0px;
  right: 15px;
}
.footer-social-icons ul li {
  margin-left: 10px;
  width: 23px;
}
.footer-top {
  padding-bottom: 18px; 
}
.footer-top .discover-text {
  display: none; 
}

.checkout-title {
  font-size: 16px; 
}
.checkout-title img {
  width: 15px;
}
.category-pd-bar .category-pd-box {
  padding: 5px; 
}
.de-excellent-text strong span {
  font-size: 11px;  
}

.condition-heading {
  padding-bottom: 10px; 
}
.condition-heading span {
  font-size: 14px; 
}
.condition-heading span a {
  font-size: 10px; 
}
.showprice-content .showprice-box {
  width: 50%;
  padding: 5px; 
}
.showprice-content .showprice-box .excellent-text {
  padding: 6px 0; 
}
.storage-text .excellent-bar .processor-box .excellent-text strong {
  font-size: 12px;
}
.storage-text .excellent-bar .processor-box .excellent-text {
  padding: 9px 0;
}
.details-variant {
  border-bottom: none;
  padding-bottom: 0; 
}
.storage-text .strong-title {
  padding-top: 30px; 
}
.excellent-bar.comes .comes-box {
  width: 33.33%;
  padding: 2px; 
  margin: 3px 0;
}

.grid-view .listing-products {
  width: 46%;
}
.grid-view .listing-pro-text .lis-pro-img a {
  width: 100%; 
}
.grid-view .lis-pro-img {
  margin-top: 20px; 
}
.manage-title p {
  font-size: 13px;  
}
.reco-product-text .name .fa.fa-star  {
  font-size: 10px;
}

.reco-product-text .name .fa.fa-star-half-alt  {
  font-size: 10px;
}

.rivew-rating-text {
  margin: 15px 0;
  flex-wrap: wrap;
  position: relative;
  padding: 0 !important;
}
.rivew-rating-text .rivew-us-img {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.rivew-rating-text .rivew-rating-bar {
  width: 100% !important;
  padding-bottom: 15px !important;
  margin-left: 0 !important; 
}
.rivew-rating-text .rating-top {
  padding-left: 50px;
  padding-bottom: 10px !important;
}
.rivew-rating-text .serv-text {
  padding-top: 10px;  
}
.rivew-rating-text .serv-text .ma-text {
  font-size: 10px;
  padding: 2px 10px; 
}
.categorie-text .cate-name {
  padding: 0; 
}
.reco-product.brand-product .user-name.brand-name a {
 font-size: 12px !important;  
}
}

@media screen and (max-width: 639px) {
.partner_header .header-icons {
  top: -82px;
}  
.menu-item-bar.partner-menu-item-bar .navbar-nav {
  text-align: center; 
}  
.partner_header .header-menu-bar .navbar-nav .nav-item {
  padding: 7px 2px; 
}
.partner_header .header-menu-bar .navbar-nav .nav-item a {
  font-size: 11px;
  font-weight: 600; 
} 
.home-banner-content {
  width: 100%;
  padding: 120px 0 20px;
}
.listing-page {
  padding-top: 138px;
}
.summary-text {
  padding-left: 10px; 
}
.breadcrumbs .items strong {
  font-size: 11px; 
}

.home-mind-section {
  padding: 30px 0;
  margin-top: 30px;
}
.mind-title h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 600; 
}
.mind-title p {
 font-size: 12px;
 padding-top: 5px;  
}
.home-mind-content {
  padding: 10px 15px 0;
  margin-top: 20px;
}
.home-mind-efficient .efficient-text {
  width: 100%;
  padding: 10px 0; 
}
.home-mind-efficient .efficient-text img {
  width: 18px; 
}

.home-newsletter-section {
  margin-top: 50px; 
}
.newsletter-content {
  flex-wrap: wrap; 
}
.newsletter-our-text h2 {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 600; 
}
.newsletter-our-text h3 {
  font-size: 12px;
  padding: 10px 0; 
}
.newsletter-our-text p {
  font-size: 10px;
  line-height: 16px;
  padding-top: 5px; 
}
.newsletter-our-text {
  width: 100%; 
}
.newsletter-our-text .join-our-input {
  flex-wrap: wrap; 
}
.newsletter-our-text .join-our-input input {
  height: 40px;
  border-radius: 5px; 
}
.newsletter-our-text .join-our-input .send-btn {
  padding: 8px 22px;
  margin: 30px 0 0;
}
.newsletter-img {
  max-width: 100%;
  text-align: right;
  width: 100%;
}
.newsletter-img img {
  max-width: 150px;
  float: right;
  margin-top: -33px;
}
#shop-user-carousel .reco-product {
  padding-bottom: 5px !important;
}
.section-shop-user .main-container {
  padding-right: 15px;
}
.section-shop-user.shop-by-brands .main-container {
  padding-right: 15px;
}
/*.students-discount .slide-image {
  height: 165px !important; 
}*/
.summary-img {
  margin-right: 0; 
}

.frequently-pro-section {
  overflow-x: scroll; 
}
.frequently-pro-section .frequently-pro {
  min-width: 188px; 
}

}

@media screen and (max-width: 491px) {
 .header-icons {
   top: -85px; 
 } 
 .macbook-tab-bar .accordion__content ul li {
  font-size: 10px;
  font-weight: 400;
  color: #282832;
  padding: 3px 0;
}
 .items-menu {
   top: -87px;
 }
 .search-bar {
   margin: 15px 0 0;
 }
 .header-top-left form {
   width: 100%;
   padding: 0;
 }
.frequently-pro-section .frequently-pro {
  min-width: 155px;
} 
.items-menu-dropdown {
  top: 90px;
  /*z-index: 1050;
  box-shadow: inset 0px 3px 6px #00000029;*/
  border-right: 0;
  width: 70%;
}
.dropdown-items li a {
    display: block;
    font-size: 11PX;
    font-weight: 500;
    color: #282832;
    border-bottom: solid 1px #dcdcdc;
    padding: 10px 0;
}
}




/*new css*/
/* Up to 320px — Show approx. 2.2 cards */
 @media (max-width: 320px) {
  #news-carousel .swiper-slide {
    width: 80% !important;
    flex: 0 0 auto !important;
  }
}

/* 321px - 540px — Show approx. 2.5 cards */
@media (min-width: 321px) and (max-width: 540px) {
  #news-carousel .swiper-slide {
    width: 45% !important;
    flex: 0 0 auto !important;
  }
}

/* 541px - 767px — Show approx. 3.2 cards */
@media (min-width: 541px) and (max-width: 767px) {
  #news-carousel .swiper-slide {
    width: 35% !important;
    flex: 0 0 auto !important;
  }
}

/* 768px - 991px — Show approx. 3.5 cards */
@media (min-width: 768px) and (max-width: 991px) {
  #news-carousel .swiper-slide {
    width: 30% !important;
    flex: 0 0 auto !important;
  }
}

/* 992px and above — Show approx. 4.5 cards */
@media (min-width: 992px) {
  #news-carousel .swiper-slide {
    width: 25% !important;
    flex: 0 0 auto !important;
  }
}




@media (max-width: 320px) {
  #shop-user-carousel .swiper-slide {
    width: 55% !important;
    flex: 0 0 auto !important;
  }
}

/* 321px - 540px — Show approx. 2.5 cards */
@media (min-width: 321px) and (max-width: 767px) {
  #shop-user-carousel .swiper-slide {
    width: 25% !important;
    flex: 0 0 auto !important;
  }
}

/* 768px - 991px — Show approx. 3.5 cards */
@media (min-width: 768px) and (max-width: 991px) {
  #shop-user-carousel .swiper-slide {
    width: 20% !important;
    flex: 0 0 auto !important;
  }
}

/* 992px and above — Show approx. 4.5 cards */
@media (min-width: 992px) {
  #shop-user-carousel .swiper-slide {
    width: 22% !important;
    flex: 0 0 auto !important;
  }
}



#news-carousel,
#shop-user-carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important; /* allow vertical scroll */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  touch-action: pan-x pan-y; /* vertical scroll enabled */
}

#news-carousel .swiper-wrapper,
#shop-user-carousel .swiper-wrapper{
  display: flex !important;
  scroll-behavior: smooth;
  scroll-snap-type: none;
}

#news-carousel::-webkit-scrollbar,
#shop-user-carousel::-webkit-scrollbar {
  display: none; /* hide scrollbar on mobile */
}

#news-carousel .swiper-slide,
#shop-user-carousel .swiper-slide{
  margin-right: 12px !important;
}

#news-carousel .swiper-slide:last-child,
#shop-user-carousel .swiper-slide:last-child {
  margin-right: 12px !important;
}

