@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@200;300;400;500;600;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}
i.fas.fa-bars {
    color: #FFF;
}
nav {
  position: relative;
  z-index: 99;
  width: 100%;
  background: #0e1b4d;
}
nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo{
    width: 170px;
    height: auto;
}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links {
  display: inline-flex;
  margin-bottom: 0;
}
.nav-links li {
  list-style: none;
}
.nav-links li a {
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 17.5px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover {
  color: #0dcaf0 !important;
  font-size: 16px;
  font-weight: 900;
}
.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  background: #f2f2f2;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
  color: #878787;
}
.drop-menu li a:hover {
  color: #ffc107;
}
.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content {
  background: #f2f2f2;
  padding: 25px 20px;
  display: flex;
  width: 90%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  margin: 0 220px;
}
.mega-box .content .row {
  line-height: 45px;
}
.content .row img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  margin-left: 15px;
}
.content .row header {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links {
  margin-left: 0px;
  padding-left: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}
.row .mega-links li {
  padding: 0;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #000;
  font-size: 16px;
  display: block;
  font-weight: 500;
}

.row .mega-links li a:hover {
  color: #ffc107;
}
.wrapper .btn {
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

nav input {
  display: none;
}
.categories-slider-wrapper button.owl-prev,
.categories-slider-wrapper button.owl-next,
.carousel_flashsale button.owl-prev,
.carousel_flashsale button.owl-next {
  top: 35%;
}
.bestseller-slider-wrapper button.owl-prev,
.bestseller-slider-wrapper button.owl-next {
  top: 40%;
}
.homepage-slider-wrapper {
  width: 100%;
  text-align: center;
  height: auto;
}
.mySlides.fade img {
  height: 550px;
}
.homepage-slider-wrapper div {
  font-size: 45px;
  font-weight: 600;
}
button.owl-prev {
  left: 10px;
}
button.owl-next {
  right: 10px;
}
.owl-carousel .owl-nav button {
  position: absolute;
}
.homepage-slider-wrapper .owl-stage-outer.owl-height,
.homepage-slider-wrapper .owl-carousel .owl-stage,
.homepage-slider-wrapper .owl-item,
.homepage-slider-wrapper .owl-item .item,
.homepage-slider-wrapper .owl-item .item img {
  height: 100% !important;
}
.homepage-slider-wrapper .owl-carousel .owl-nav button span {
  border-radius: 25px;
}
.owl-nav button span:hover {
  background: #3c024e;
}
.owl-carousel .owl-nav button span {
  height: 50px;
  width: 50px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  font-weight: 100;
}

/*Start Footer CSS*/
footer .fa-solid {
  font-weight: 700;
  padding-right: 15px;
}

footer .address,
footer .email,
footer .phone {
  display: flex;
}

footer .container {
  max-width: 1440px;
}
h4.text-light.footer-heading {
  font-size: 16px;
  font-weight: 600;
}
li.footer-content {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
li.footer-content a:hover {
  color: #0dcaf0 !important;
}
p.footer-content,
li.footer-content span {
  font-size: 16px;
}
li {
  list-style-type: none;
}
footer {
  background-color: #0e1b4d;
}
.fb {
  padding: 30px;
}
.info {
  width: 95%;
  margin-left: 1vw;
}
li a {
  text-decoration: none;
}
.footer-content {
  margin: 0;
  padding: 0;
}
.footer-items {
  margin-top: 50px;
}
.footer-logo {
  width: 100%;
  text-align: center;
  justify-content: center;
  justify-items: center;
  display: flex;
}

/*END Footer CSS*/

/* Start css ups slider*/
/* owl */
body,
html {
  margin: 0;
  padding: 0;
}
.homepage-slider-wrapper .owl-carousel .item img {
  width: 100%; /* Ensure the width adjusts proportionally */
  object-fit: cover; /* Maintain aspect ratio and cover the entire container */
  height: 100%;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

#view-ad-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
  position: relative;
}

.owl-carousel {
  height: 100% !important;
  overflow: hidden;
}

.owl-carousel .carousel_se_01_carousel .owl-item img {
  display: block;
  height: 100%;
  width: auto;
  min-width: 100%;
}

.carousel_se_01_carousel .owl-stage-outer * {
  height: 100%;
}

/* End css ups slider*/
.list-img-container {
  height: auto;
  width: 100%;
}
.owl-carousel .owl-item .list-img-container img {
  height: 100%;
}
.owl-carousel .owl-nav button span:hover {
  background: #3c024e;
}
/* Start css category slider*/
/* owl */

.owl-carousel .carousel_se_02_carousel .owl-item img {
  display: block;
  height: 520px;
  width: auto;
  min-width: 100%;
  margin-bottom: -27px;
}
.carousel_se_02_carousel .owl-stage-outer * {
  height: 100%;
}

/* End css category slider*/

/* Start css ups section*/
.usp-wrapper {
  margin: 30px 30px 30px 30px;
}
.ups-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: var(--fs-title);
  font-weight: 600;
  color: var(--heading-color);
  text-align: center !important;
}
.ups-text {
  font-size: var(--fs-text);
  font-weight: 400;
  color: var(--text-color);
  line-height: 22px;
  text-align: center !important;
}
.ups-content {
  margin-top: 30px;
}
img.ups-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ups-heading {
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  line-height: 34px;
}
.ups-heading::before,
.ups-heading::after {
  display: inline-block;
  content: "";
  border-top: 0.2rem solid black;
  width: 4rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
  position: relative;
  top: 15px;
}
/* End css ups section*/

/* Start css Categories section*/
.button {
  background-color: #0e1b4d;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  margin: 4px 2px;
  cursor: pointer;
}
h3.best-product-title {
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
span.button {
  width: 100%;
  position: relative;
  bottom: 21px;
  left: -2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.categories-slider-wrapper {
  background-color: #f2f2f2;
  padding-top: 30px;
}
/* End css Categories section*/

/* Start css goal section*/
.goal-wrapper a {
  text-decoration: none;
}
.goal-wrapper {
  background-image: url(./../img/goal-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}
.goal-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: var(--fs-title);
  font-weight: 600;
  color: var(--heading-color);
  text-align: center !important;
  color: #ffffff;
}

.goal-text {
  font-size: var(--fs-text);
  font-weight: 400;
  color: var(--text-color);
  line-height: 22px;
  text-align: center !important;
}
.goal-content {
  margin-top: 30px;
}
img.goal-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
    height: 150px;
}

.goal-heading {
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 34px;
  justify-content: center;
  padding-top: 10px;
}
.goal-heading::before,
.goal-heading::after {
  display: inline-block;
  content: "";
  border-top: 0.2rem solid #ffffff;
  width: 4rem;
  margin: 0 1rem;
  transform: translateY(-1rem);
  position: relative;
  top: 15px;
}
/* End css goal section*/

/* Start css bestsellers section*/
.bestseller-slider-wrapper {
  padding-top: 30px;
}
.best-product-vendor {
  font-size: 14px;
  color: #222222;
  text-align: left;
}
h3.best-product-title {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px;
}
.best-product-price {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  text-align: left;
}
.info-bestseller {
  min-height: 115px;
  box-shadow: #64646f33 0 7px 29px;
  padding: 20px;
  margin-top: 0;
}
.best-product-badge {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}
.best-product-badge > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 24px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  word-break: break-word;
  padding: 0 5px;
  line-height: 1;
  text-align: center;
}
span.best-badge-item.best-badge-sale {
  height: 30px !important;
  border-radius: unset !important;
  background: #37b38e;
}
/* End css bestseller section*/

/* Start css flashsale section*/
.flash-slider-wrapper {
  padding-top: 30px;
}
.flash-product-vendor {
  font-size: 14px;
  color: #878787;
  text-align: left;
}
h3.flash-product-title {
  font-size: 14px;
  font-weight: 500;
  color: #222222;
  letter-spacing: 0px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px;
}
.flash-product-price {
  font-size: 14px;
  color: #696969;
  font-weight: 400;
  text-align: left;
}
.info-flashsale {
  min-height: 115px;
  box-shadow: #64646f33 0 7px 29px;
  padding: 20px;
  margin-top: 0;
}
.flash-product-badge {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  pointer-events: none;
}
.flash-product-badge > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 24px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  word-break: break-word;
  padding: 0 5px;
  line-height: 1;
  text-align: center;
}
span.flash-badge-item.flash-badge-sale {
  height: 30px !important;
  border-radius: unset !important;
  background: #37b38e;
}
/* End css flashsale section*/

/* start css homepagevideo section*/
.mobile-only {
  /* display: none; */
  height: 100%;
}
video {
  width: 100%;
  height: auto;
}
.homepage-video {
  margin: 20px 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}
video#videoPlayer {
  max-height: 100%;
  width: 100%;
  height: 100%;
  /* object-fit: fill; */
}
/* End css homepagevideo section*/
/* start css dots slider section*/
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#view-ad-image .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0%;
  display: flex;
  justify-content: center;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000 !important;
}
/* end css dots slider section*/
.show,
.showStock {
  display: inline-flex !important;
}
.hide,
.hideStock {
  display: none !important;
}
.showline {
  text-decoration: line-through;
}
.hideline {
  text-decoration: none;
}
a.pdp-link {
  text-decoration: none;
}
span.best-badge-item.best-badge-soldout {
  background: #37b38e;
  height: 30px;
}
