* {
  margin: 0px;
  font-family: "Poppins";
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

#property-header .dropdown-menu {
  position: absolute;
  padding: 0.5rem 0 0.5rem 0;
  left: 0rem;
  white-space: nowrap;
  text-align: left;
  padding: 0px 0 0px 0;
  background-color: #21211f;
  z-index: 556;
  transition: all 0.3s linear;
  top: 130%;
  visibility: hidden;
  opacity: 0;
  display: block;
  margin-top: 0;
}

#property-header .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#property-header .navbar-nav li {
  position: relative;
  /* padding: 0.5rem 1rem; */
}

.header-area .sticky-logo-img {
  display: none;
}

.sticky_header .sticky-logo-img {
  display: block;
}

.sticky_header .header-logo-img {
  display: none;
}

#property-header .navbar-nav .nav-item .nav-link::after {
  content: unset;
}

#property-header .navbar-nav .nav-item .nav-link i {
  padding-left: 14px;
}

#property-header .nav-link {
  letter-spacing: 1px;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  align-items: center;
  transition: 0.4s;
  text-transform: capitalize;
  color: #01023a;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding: 10px 20px;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover {
  /*color: #0071E3 !important;*/
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #21211f;
  transition: all 0.3s linear;
  border-bottom: 2px solid #21211f;
}

#property-header .dropdown-item.active,
.dropdown-item:active {
  color: #dee1e3;
  text-decoration: none;
  background-color: #21211f;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .dropdown-item:hover {
  color: #21211f;
  background-color: transparent;
}

#property-header .dropdown-item {
  color: #dee1e3;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Poppins";
  letter-spacing: 1px;
  transition: 0.3s ease-out;
  padding: 0.6rem 1rem 0.6rem 1rem;
}

#property-header .nav-link.active.nav-link::before {
  opacity: 1;
  transition: all 0.3s linear;
}

#property-header .navbar-collapse {
  flex-grow: 0 !important;
}

.bg_load {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: url(../images/loading_icon.gif) 50% 50% no-repeat #000;
}

.bg-contact .navbar {
  background-color: #f6cabf !important;
  border-bottom: 0.063rem solid #f6beb1 !important;
}

.header {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.sticky_header {
  position: fixed !important;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1s;
}

.header-area.sticky_header {
  background-color: #ffffff;
  width: 100%;
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 63px;
  background-repeat: no-repeat;
  z-index: 99;
}

.navbar-collapse.collapse.show li.nav-item {
  color: #000;
}

/*----onscroll animation start-----*/
.in-view.anim-delay2 {
  -webkit-transition-delay: 0.4s !important;
}

.in-view.anim-delay3 {
  -webkit-transition-delay: 0.8s !important;
}

.in-view.anim-delay4 {
  -webkit-transition-delay: 1.2s !important;
}

.in-view.anim-delay5 {
  -webkit-transition-delay: 1.6s !important;
}

.in-view.anim-delay6 {
  -webkit-transition-delay: 2s !important;
}

.animation-element.slide-top {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(0px, -60px, 0px);
  -webkit-transform: translate3d(0px, -60px, 0px);
  -o-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate3d(0px, -60px, 0px);
}

.animation-element.fadein {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
}

.animation-element.slide-bottom {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(0px, 60px, 0px);
  -webkit-transform: translate3d(0px, 60px, 0px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate3d(0px, 60px, 0px);
}

.animation-element.slide-left {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(-50px, 0, 0);
  -webkit-transform: translate3d(-50px, 0, 0);
  -o-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate3d(-50px, 0, 0);
}

.animation-element.slide-right {
  opacity: 0;
  transition: all 1000ms cubic-bezier(0.11, 0.16, 0.43, 0.86);
  -moz-transform: translate3d(50px, 0, 0);
  -webkit-transform: translate3d(50px, 0, 0);
  -o-transform: translate(50px, 0);
  -ms-transform: translate(50px, 0);
  transform: translate3d(50px, 0, 0);
}

.animation-element.slide-left.in-view,
.animation-element.slide-top.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.fadein.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.header-area {
  padding-top: 0px;
}

.navbar-dark .navbar-nav .nav-link {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 26px;
  text-transform: uppercase;
  color: #0784c7;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0071e3;
}

.navbar-dark .navbar-nav .nav-link:hover {
  /* color: #62CEC5 !important; */
  transition: all 0.3s linear;
}

.navbar-dark .navbar-nav .nav-link:hover:after {
  opacity: 1;
  transition: all 0.3s linear;
}

a.nav-link {
  position: relative;
}

.header-button {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 12rem;
  padding: 0.375rem 1.55rem;
  border-radius: 50px;
  background-color: #62cec5;
}

.container {
  padding-right: 5vw !important;
  padding-left: 5vw !important;
  margin: unset !important;
  max-width: unset;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 2px 0;
}

.navbar {
  padding-top: 0.8rem;
  /* padding-bottom: .8rem; */
}

.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

.navbar-dark .navbar-nav .nav-link {
  position: relative;
}

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

.header-area {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  background-color: #ffffff;
  padding: 15px 0px;
}

.scrollToTop {
  background-image: url(../images/apple-scroll-to-top.png);
  width: 46px;
  height: 40px;
  position: fixed;
  right: 82px;
  bottom: 56px;
  background-repeat: no-repeat;
  z-index: 99;
}

.btn.btn-primary.border-0:active:focus,
.btn-primary:focus {
  background: #f36a3a !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: unset !important;
}

.sticky_header .top-header {
  display: none;
}

@media (max-width: 767px) {
  .top-header {
    padding: 0;
    background-color: transparent !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem !important;
    font-weight: 400 !important;
    color: #000 !important;
  }

  .sticky-social {
    display: none;
  }

  .h-height {
    height: 156px;
  }

  .navbar-dark .navbar-toggler {
    color: unset !important;
    border-color: #fff !important;
    box-shadow: unset !important;
  }

  .scrollToTop {
    right: 20px;
  }

  /* 
    .container {
        padding: 0px 15px !important;
    } */

  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 27px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-area {
    background-color: #fafafa;
  }

  .header-button {
    margin-left: unset !important;
    padding: 8px 20px !important;
  }

  .navbar-dark .navbar-nav .nav-link:after {
    position: unset !important;
  }

  /* .navbar-brand img {
        width: 160px;
    } */
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-dark .navbar-nav .nav-link::before {
    content: unset;
  }

  .navbar-dark .navbar-nav .nav-link {
    padding: 0.5rem 0rem;
  }

  .navbar-nav {
    margin-top: 10px !important;
  }

  .header-btn .zoop-btn {
    padding: 0rem 0rem;
  }

  .header-btn .zoop-btn {
    font-weight: 400;
    background: transparent !important;
    color: rgba(0, 0, 0, 0.7) !important;
    font-weight: 400 !important;
  }

  .header-btn .zoop-btn.btn-primary:hover {
    background: transparent !important;
  }

  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }

  .header-button {
    margin-left: unset !important;
  }
}

@media (max-width: 575px) {
  .scrollToTop {
    background-image: url(../images/apple-scroll-to-top.png);
    width: 46px;
    height: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-repeat: no-repeat;
    z-index: 99;
  }
}

/* OWN CSS START */
/* ================
    Common Css
=================== */
h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  line-height: 60px;
  color: #01023a;
}
h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0;
  color: #01023a;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #01023a;
}
span.sub-head {
  font-size: 24px;
  font-weight: 500;
}
p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: #01023a;
}
a {
  text-decoration: none;
}
.cmn-btn {
  display: block;
  background-color: #005afd;
  position: relative;
  overflow: hidden;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.cmn-btn:hover {
  background-color: #198754;
}
.cmn-btn a {
  color: #ffffff;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}
.cmn-btn a::before {
  color: #ffffff;
  position: absolute;
  top: 150%;
  width: 100%;
  left: 0;
  content: attr(data-word);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}
.cmn-btn:hover.cmn-btn a {
  transform: translateY(-150%);
  transform-origin: 0% 0%;
}

/* =====================
    Header Css
===================== */
/* Own DropDown  */
.drpdwn {
  /* position: relative; */
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  padding: 0px 20px;
  height: 45px;
}

.drpdwn > a {
  line-height: 3rem;
  color: #01023a;
  font-size: 12px;
  transition: 0.5s;
}

.drpdwn > a > i {
  margin-left: 0.2rem;
}

.dropdown {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 100%;
  max-height: 0;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  z-index: 10;
  background-color: #1e84b5;
}
.dropdown::-webkit-scrollbar {
  width: 8px;
}
.dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.dropdown::-webkit-scrollbar-thumb {
  background: #01023a;
  border-radius: 4px;
}
.dropdown {
  scrollbar-width: 8px;
  scrollbar-color: #01023a #f1f1f1;
}
.dropdown ul {
  position: relative;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.dropdown ul li {
  width: 20%;
}
.dropdown-link > a {
  text-decoration: none;
  display: flex;
  gap: 10px;
  color: #ffffff;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.drpdwn:hover > .dropdown,
.dropdown-link:hover > .dropdown {
  max-height: 85vh;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.nav-search input {
  font-size: 12px;
  font-weight: 400;
  color: #01023a;
  padding: 12px 20px;
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  height: 45px;
  width: 100%;
}
.nav-search button {
  background-color: #005afd;
  color: #ffffff;
  border: none;
  padding: 11px 15px;
  font-size: 14px;
  height: 45px;
}
.nav-search-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-right {
  display: flex;
  gap: 30px;
  width: 15%;
  justify-content: end;
  align-items: center;
}
.nav-right-inner {
  position: relative;
  width: fit-content;
}
.nav-right-inner span {
  background-color: #005afd;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  width: 24px;
  height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -12px;
  right: -15px;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 100%; */
  margin-left: auto;
  gap: 18px;
}
/* .nav-search {
  width: 70%;
} */

/* =====================
    Home Css
===================== */
#home-banner {
  margin-top: 75px;
}
.banner-product-cont span.sub-head {
  font-size: 30px;
  color: #01023a;
}
.banner-product-cont .price span {
  color: #01023a;
  font-size: 80px;
  font-weight: 600;
  line-height: 65px;
}
.banner-product-cont .price p {
  font-size: 30px;
  color: #01023a;
  font-weight: 500;
}
.banner-product-cont {
  text-align: left;
  max-width: 724px;
}
.banner-product-cont h1 {
  margin: 10px 0px 40px;
}
.bannerCarousel .carousel-caption.banner-content {
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: auto;
  padding: 0 5vw;
}
.bannerCarousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border: none !important;
  border-radius: 10px;
  opacity: 1;
}
.bannerCarousel .carousel-indicators .active {
  width: 30px;
  background-color: #005afd;
}
#best-sellers,
#latest-products {
  padding: 48px 0px 30px;
  background-image: url("../images/products_bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* position: relative; */
}
/* .rightFishOne,
.rightFishTwo,
.leftFishOne,
.leftFishTwo {
  position: absolute;
} */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section-head a {
  color: #005afd;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.section-head a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005afd;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.section-head a:hover::before {
  width: 100%;
  opacity: 1;
}
.product-showcase {
  position: relative;
  margin-bottom: 24px;
}
.product-showcase-img {
  border: 1px solid #efefef;
  display: block;
  overflow: hidden;
}
.product-showcase-img img {
  transition: all 0.4s ease-in-out;
}
.product-showcase-img:hover img {
  transform: scale(1.1);
}
.product-showcase-content {
  border: 1px solid #efefef;
  padding: 28px 18px;
  border-top: none;
}
.product-showcase-content span.sub-head {
  color: #01023a;
  font-size: 14px;
  font-weight: 400;
}
.product-showcase-content h3 {
  height: 44px;
  margin: 20px 0px;
  font-size: 19px;
}
.product-showcase-content .price {
  font-size: 14px;
  font-weight: 600;
  color: #aaaaaa;
  margin-bottom: 20px;
}
.product-showcase-content .price span {
  color: #01023a;
  font-size: 24px;
  font-weight: 600;
}
button.fav-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  border: none;
  position: absolute;
  right: 13px;
  top: 13px;
  z-index: 3;
}
#reach-out {
  background-image: url("../images/reach_out_us_bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 120px 0px;
}
.reach-out-inner {
  text-align: center;
  max-width: 964px;
  margin: auto;
}
.reach-out-inner span.sub-head {
  color: #ffffff;
}
.reach-out-inner h2 {
  color: #ffffff;
  margin: 20px 0px 30px;
}
.reach-out-inner .cmn-btn {
  margin: auto;
}
#how-does-work {
  background-color: #f2f2f2;
  padding: 60px 0px;
}
.how-does-work-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
.how-does-work-inner {
  width: 18%;
}
.circle-wrapper {
  width: fit-content;
  margin: auto;
  position: relative;
}
.rotating-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: rotateAround 7s linear infinite;
}
.rotating-container img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
}
.rotating-container.enjoy img {
  top: -50px;
}
@keyframes rotateAround {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.how-does-work-content {
  margin-top: 24px;
  text-align: center;
}

/* ==================
    Products Css
================== */
#cmn-banner {
  background: radial-gradient(
    109.57% 109.57% at 50% 50%,
    #f8f8f8 0%,
    #ececec 100%
  );
  padding: 30px 0px;
  margin-top: 75px;
}
.cmn-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customBreadcrumb .breadcrumb {
  margin: 0;
}
.showing-results {
  text-align: end;
  margin: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}
.breadcrumb-item.active,
.breadcrumb-item a {
  color: #01023a;
}
#products-show {
  padding: 60px 0px;
}
.customPagination .pagination {
  justify-content: center;
  gap: 15px;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0 !important;
}
.customPagination .page-link {
  color: #aaaaaa;
}
.customPagination .page-link:focus {
  box-shadow: none;
}

/* ========================
    Product Details Css
=========================== */
#product-details {
  padding: 60px 0px 40px;
}
.productCarousel {
  position: sticky;
  top: 0;
}
.productCarousel .carousel-inner {
  border: 1px solid #efefef;
}
.productCarousel .carousel-indicators [data-bs-target] {
  background-image: url("../images/Sobo_WP_50M_details_img.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  border: 1px solid #efefef;
}
.productCarousel .carousel-indicators {
  gap: 20px;
  margin: 20px auto;
  position: relative;
}
.productCarousel .carousel-control-next,
.productCarousel .carousel-control-prev {
  height: 80px;
  bottom: 0;
  top: auto;
  width: 26px;
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  z-index: 5;
}
.productCarousel .carousel-control-next-icon {
  background-image: url("../images/product_carousel_right_arr.svg");
  width: 10px;
}
.productCarousel .carousel-control-prev-icon {
  background-image: url("../images/product_carousel_left_arr.svg");
  width: 10px;
}
.product-details-short span.sub-head {
  color: #01023a;
  font-size: 20px;
  font-weight: 400;
}
.product-details-short h3 {
  font-size: 30px;
  margin: 20px 0px 10px;
}
.product-details-short .showReview {
  font-size: 16px;
  font-weight: 600;
  color: #aaaaaa;
}
.product-details-short .price {
  font-size: 14px;
  font-weight: 600;
  color: #aaaaaa;
  margin-top: 25px;
}
.product-details-short .price span {
  font-size: 48px;
  color: #01023a;
}
.product-details-btns {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  overflow: hidden;
  width: fit-content;
}
.qty-btn {
  background: none;
  border: none;
  padding: 10px 15px;
  font-size: 22px;
  cursor: pointer;
  color: #01023a;
}
.qty-number {
  font-size: 18px;
  font-weight: 500;
  color: #01023a;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  width: 45px;
  text-align: center;
  padding: 8px 0px;
}
.product-details-btns .fav-icon {
  position: relative;
  top: auto;
  right: auto;
  background-color: #f9f9f9;
}
.product-specs .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.product-specs .accordion-button:focus {
  box-shadow: none;
}
.product-specs .accordion-item {
  background-color: transparent;
  border-radius: 0 !important;
  border: none;
  border-top: 1px solid #efefef !important;
  border-bottom: 1px solid #efefef !important;
}
.product-specs .accordion-button,
.product-specs .accordion-body {
  padding: 16px 0px;
}
.product-specs {
  margin: 30px 0px;
}
.product-specs-inner {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
}
.product-specs-inner p {
  width: 40%;
}
.product-specs-inner p:nth-child(1) {
  font-weight: 500;
}
.product-description-points li {
  margin-bottom: 10px;
}
#customer-reviews {
  padding: 60px 0px;
  background-color: #f5f5f5;
}
.overall-reviews {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin: 26px 0px;
}
.overall-reviews-left h2 {
  font-size: 48px;
  font-weight: 600;
}
.overall-reviews-left h2 span {
  font-size: 18px;
  font-weight: 400;
  color: #01023a;
}
.unique-review {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0px 18px;
}
.unique-review h3 {
  margin: 20px 0px 8px;
}
.customer-details {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  align-items: center;
}
.customer-name p:nth-child(1) {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.customer-name p:nth-child(2) {
  font-size: 12px;
}
.admin-reply {
  border-left: 1px solid #d9d9d9;
  margin: 20px 24px;
  padding: 30px 0px 30px 30px;
}
.admin-reply h3 {
  margin-top: 0;
  margin-bottom: 8px;
}

/* ==================
    Login Css
================== */
#login,
#register,
#forgot-password {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#login {
  background-image: url("../images/login_bg.webp");
  padding: 60px 0px;
}
#register {
  background-image: url("../images/register_bg.webp");
  padding: 100px 0px;
}
#forget-password {
  background-image: url("../images/forgot_password_bg.webp");
  padding: 100px 0px;
}
.form-outer {
  background-color: #ffffff;
  padding: 36px 24px;
  max-width: 50%;
  margin-left: auto;
}
.form-head {
  margin-bottom: 20px;
}
.form-outer .form-control {
  padding: 12px 16px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}
.form-outer label {
  color: #01023a;
  font-size: 16px;
  font-weight: 400;
}
.password-input {
  position: relative;
}
.password-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.forgetPass a {
  text-align: end;
  color: #01023a;
  font-size: 14px;
  font-weight: 400;
}
.form-outer .cmn-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.form-outer p {
  color: #01023a;
  font-size: 14px;
  font-weight: 400;
}
.form-outer p a {
  text-decoration: underline;
  color: #01023a;
}

/* ==================
    wishlist Css
================== */
#wishlist {
  padding: 60px 0px 36px;
}

/* ==================
    Cart Css
================== */
#cart-section {
  padding: 30px 0px 24px;
}
.cart-details-head {
  display: flex;
}
.cart-details-head h6 {
  font-size: 18px;
  font-weight: 500;
  color: #01023a;
}
.cart-details {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
  margin-top: 30px;
}
.product-show {
  width: 60%;
}
.quantity-show,
.price-show {
  width: 20%;
}

.product-show-inner {
  display: flex;
  gap: 20px;
}
.product-show-inner img {
  width: 128px;
}
.quantity-show .qty-btn {
  padding: 8px 12px;
  font-size: 16px;
}
.quantity-show .qty-number {
  padding: 3px 0px;
  font-size: 16px;
}
.quantity-show a {
  display: flex;
  margin-top: 20px;
}
.cart-details span.sub-head {
  color: #01023a;
}
.cart-total {
  padding: 18px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.cart-total h6 {
  color: #01023a;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  width: 80%;
}
.cart-total span.sub-head {
  color: #01023a;
  width: 20%;
}
a.continueShopping {
  color: #01023a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 30px;
  display: inline-block;
}
.cart-summary {
  background-color: #f9f9f9;
  border-radius: 12px;
  border: 1px solid #efefef;
  padding: 36px 24px;
}
.cart-summary h6 {
  color: #01023a;
  font-size: 20px;
  font-weight: 600;
}
.cart-summary p {
  color: #01023a;
  font-size: 18px;
  font-weight: 500;
}
.cart-summary-head {
  display: flex;
  margin: 30px 0px;
}
.cart-summary-inner {
  display: flex;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #efefef;
}
.cart-summary-inner-product {
  width: 60%;
}
.cart-summary-inner-qty,
.cart-summary-inner-price {
  width: 20%;
}
.coupon-code-inner input {
  font-size: 12px;
  font-weight: 400;
  color: #01023a;
  padding: 12px 20px;
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  height: 45px;
  width: 100%;
}
.coupon-code-inner button {
  background-color: #005afd;
  color: #ffffff;
  border: none;
  padding: 11px 15px;
  font-size: 14px;
  height: 45px;
}
.coupon-code-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-summary-shipping,
.cart-summary-total {
  padding-bottom: 18px;
  border-bottom: 1px solid #efefef;
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ==================
    My Account Css
================== */
#myAccount {
  padding: 60px 0px;
}
.myAccountTab {
  background-color: #f9f9f9;
  border: 1px solid #efefef;
  padding: 0px 22px;
  border-radius: 12px;
}
.myAccountTab a {
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
  margin-top: 36px;
  display: block;
}
.myAccountTab a:last-child {
  border: none;
}
.myAccountTab a h3 {
  color: #b1b1b1;
}
.myAccountInner h2 {
  font-size: 30px;
  margin-bottom: 18px;
}
.myAccountInner p {
  margin-bottom: 30px;
}
.myAccountInner form label {
  color: #01023a;
  font-size: 16px;
  font-weight: 400;
}
.myAccountInner .form-control {
  border: 1px solid #d9d9d9;
  padding: 12px 20px !important;
}
.myAccountInner .form-control::placeholder {
  color: #01023a;
  font-size: 14px;
  font-weight: 400;
}
.myAccountInner table {
  width: 100%;
}
.myAccountInner table tr th {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #01023a;
}
.myAccountInner table tr td,
.myAccountInner table tr td a {
  padding: 20px 0px;
  font-size: 20px;
  font-weight: 600;
  color: #01023a;
}
.myAccountInner table tr:first-child,
.myAccountInner table tr:last-child {
  border: none;
}
.myAccountInner table tr {
  border-bottom: 1px solid #efefef;
}
.myAccountInner .order-id {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.myAccountInner .order-id span.sub-head {
  color: #01023a;
}
.myAccountInner .quantity-show p {
  font-size: 18px;
  font-weight: 500;
}
.myAccountInner .order-shipping {
  padding: 18px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
.myAccountInner .order-shipping h6 {
  color: #01023a;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  width: 80%;
}
.myAccountInner .order-shipping span.sub-head {
  color: #01023a;
  width: 20%;
}
.myAccountInner .myAddress-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.myAccountInner .myAddress-head a,
.address-box .cust-name a {
  color: #01023a;
  text-decoration: underline;
}
.address-box .cust-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.address-box .cust-addr {
  font-size: 18px;
  color: #383434;
  font-weight: 500;
  margin: 24px 0px 16px;
}
.address-box .cust-phone {
  font-weight: 500;
  color: #4e4949;
  margin: 0;
}
.address-box {
  padding: 24px;
  border: 1px solid #cfcece;
  border-radius: 6px;
  margin-bottom: 24px;
}

/* New 10/22/2025 */
.review-form {
  margin-top: 30px;
}
.input-with-stars {
  position: relative;
  margin: 20px 0;
  font-family: Arial, sans-serif;
}
.rating-stars {
  margin: 20px 0px;
  display: flex;
  gap: 8px;
  font-size: 24px;
  cursor: pointer;
}
.rating-stars i {
  color: #e0e0e0;
  transition: color 0.2s ease;
}
.rating-stars i.active {
  color: #f9d13a;
}
.terms-conditions-inner h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0px 10px;
}
.terms-conditions-inner ul {
  padding: 0;
}
.terms-conditions-inner ul li {
  margin-left: 30px;
}
.terms-conditions-inner ul li,
.terms-conditions-inner p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #01023a;
}

/* ==================
    Footer Css
================== */
.footer-top {
  background-color: #ffffff;
  padding: 60px 0px;
}
.footer-top-inner img {
  transition: all 0.4s ease-in-out;
}
.footer-top-inner:hover img {
  transform: rotateX(360deg);
}
.footer-top-inner {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
}
.footer-top-inner-cont p a {
  color: #01023a;
}
.footer-bottom {
  padding: 50px 0px 20px;
  background-color: #f2f2f2;
}
.quickLinks {
  text-align: center;
}
.quickLinks-inner {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.quickLinks-inner a {
  color: #01023a;
}
.poweredBy {
  margin-top: 35px;
  padding-top: 16px;
  border-top: 1px solid #c8c6cd;
  display: flex;
  justify-content: center;
  align-items: center;
}
.poweredBy-cont {
  width: 33.33%;
}
.poweredBy-cont p,
.poweredBy-cont p a {
  font-size: 12px;
  color: #01023a;
}
.social-links {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 33.33%;
}
.payments-available {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 8px;
  width: 33.33%;
}

/* ================================
    Responsive For Phone
================================ */
@media screen and (max-width: 991px) {
  .navbar > .container {
    flex-direction: row-reverse;
  }
  .navbar-toggler {
    font-size: 16px;
    padding: 4px 8px;
    width: 33.33%;
    text-align: start;
    border: none;
  }
  .navbar-brand {
    margin-right: auto;
    width: 33.33%;
  }
  .nav-inner {
    flex-direction: column;
    margin: 0;
    padding: 30px 0px 0px;
  }
  .drpdwn {
    width: 100%;
  }
  .nav-search {
    width: 100%;
  }
  .nav-right {
    position: absolute;
    right: 18px;
    top: 10px;
    width: auto;
    gap: 16px;
  }
  .nav-right-inner {
    width: 16px;
  }
  .nav-right-inner span {
    width: 17px;
    height: 17px;
    font-size: 10px;
    top: -5px;
    right: -12px;
  }
  #home-banner .carousel-item img {
    height: 100vh;
  }
  .banner-product-cont span.sub-head {
    font-size: 24px;
  }
  h1 {
    font-size: 32px;
    line-height: 48px;
  }
  .banner-product-cont h1 {
    margin: 12px 0px;
  }
  .banner-product-cont .price span {
    font-size: 42px;
    line-height: normal;
  }
  h2 {
    font-size: 28px;
  }
  .section-head a {
    font-size: 16px;
  }
  .reach-out-inner h2 {
    font-weight: 400;
    font-size: 22px;
  }
  #reach-out {
    background-attachment: scroll;
  }
  #how-does-work {
    padding: 60px 0px 30px;
  }
  .how-does-work-inner {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-top-inner {
    justify-content: start;
    margin-bottom: 30px;
  }
  .footer-top {
    padding: 60px 0px 30px;
    margin: 0;
  }
  .quickLinks-inner {
    flex-direction: column;
    gap: 15px;
  }

  .poweredBy {
    flex-direction: column;
    gap: 15px;
  }
  .poweredBy-cont {
    width: 100%;
    text-align: center;
  }
  .social-links {
    width: 100%;
  }
  .payments-available {
    width: 100%;
  }
  .cmn-banner-inner {
    flex-direction: column;
    gap: 10px;
  }
  .showing-results {
    margin-top: 20px;
  }
  #products-show {
    padding: 60px 0px 0px;
  }
  .productCarousel .carousel-indicators {
    gap: 0;
  }
  .productCarousel {
    position: relative;
  }
  .product-details-btns {
    position: relative;
    flex-direction: column;
    align-items: start;
  }
  .product-details-btns .fav-icon {
    position: absolute;
    right: 0;
  }
  .product-specs-inner p {
    width: 100%;
  }
  .overall-reviews {
    flex-direction: column;
    gap: 30px;
  }
  .form-outer {
    margin: 0;
    max-width: 100%;
  }
  .cart-details-head {
    display: none;
  }
  .cart-details {
    flex-direction: column;
    gap: 30px;
  }
  .product-show {
    width: 100%;
  }
  .quantity-show,
  .price-show {
    width: 100%;
  }
  .cart-total {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .cart-summary {
    margin-top: 40px;
  }
  .cart-summary-inner-qty,
  .cart-summary-inner-price {
    text-align: center;
  }
  .cart-summary-head {
    text-align: center;
  }
  #myAccount {
    padding: 60px 0px 0px;
  }
  .myAccountTab {
    margin-bottom: 40px;
  }

  .myAccountInner table {
    width: 700px;
  }
  .myAccountInner {
    overflow-x: scroll;
  }
  .myAccountInner .order-id {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .myAccountInner .product-show-inner {
    flex-direction: column;
  }
  .myAccountInner .order-shipping {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
  .myAccountInner .quantity-show p {
    margin: 0;
  }

  /* New Style */
  .cmn-banner-inner-left h1 {
    text-align: center;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-brand img {
    width: 85px;
  }
  .dropdown ul li {
    width: 100%;
  }
  .drpdwn:hover > .dropdown,
  .dropdown-link:hover > .dropdown {
    max-height: 40vh;
  }
}
