@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
/* Author CSS */
body {
  margin: 0;
  color: #1a1a1a;
  font-family: "Roboto", sans-serif;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* v3 header style start */
.v3_header-area .v3_header-top {
  border-bottom: 1px solid #c3dbff;
  padding: 20px 0;
}
.v3_header-area .v3_header-link {
  text-transform: capitalize;
  color: #2e4157;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.v3_header-area .v3_header-link:last-child::after {
  content: initial;
}
.v3_header-area .v3_header-link::after {
  content: "|";
  margin: 0 20px;
}
.v3_header-area .v3_header-link:hover {
  color: #0c63e8;
}
.v3_header-area .v3_header-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.v3_header-area .v3_header-dropdown li {
  text-transform: capitalize;
  color: #2e4157;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.v3_header-area .v3_header-dropdown li:last-child::after {
  content: initial;
}
.v3_header-area .v3_header-dropdown li::after {
  content: "|";
  margin: 0 20px;
}
.v3_header-area .v3_header-dropdown li .dropdown-content {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(65, 34, 142, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(65, 34, 142, 0.6);
  width: 150px;
  padding: 10px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.v3_header-dropdown li .dropdown-content li a {
  width: 100%;
  display: inline-block;
  color: #2e4157;
}
.v3_header-dropdown li .dropdown-content li a:hover {
  color: #0c63e7;
}
.v3_header-dropdown li .dropdown-content li::after {
  content: initial;
}
.v3_header-dropdown li.has-dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}
.v3_header-area .v3_header-bottom {
  padding: 35px 0;
}
.v3_header-searchbar {
  border: 1px solid #c3dbff;
  padding: 0 0 0 30px;
  border-radius: 10px;
}
.v3_header-searchbar .inputBox {
  border: none;
}
.v3_header-searchbar .selectBox {
  border: none;
  text-transform: capitalize;
}
.v3_header-searchbar .inputBtn {
  padding: 11px 31px;
  text-transform: capitalize;
  color: #fff;
  background: #0c63e8;
  border: none;
  outline: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.v3_searchbar-table {
  position: absolute;
  top: 110%;
  left: 0;
  height: 270px;
  width: 100%;
  background: #fff;
  overflow-y: auto;
  z-index: 22;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(12, 99, 232, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(12, 99, 232, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.v3_searchbar-table li {
  padding: 20px;
  border-bottom: 1px solid #f1f7ff;
}
.v3_searchbar-table li a {
  color: #2e4157;
  text-transform: capitalize;
}
.v3_searchbar-table li a:hover {
  color: #0c63e7;
}
.v3_searchbar-table.active {
  opacity: 1;
  visibility: visible;
}
.v3_header-btm-links li {
  position: relative;
}
.v3_header-btm-links li:hover .v3_cart-items {
  opacity: 1;
  visibility: visible;
}
.v3_header-btm-links li:last-child .v3_header-link::after {
  content: initial;
}
.v3_header-btm-links li .v3_header-btm-link {
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
  color: #2e4157;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.v3_header-btm-links li .v3_header-btm-link::after {
  content: "|";
  margin: 0 20px;
}
.v3_header-btm-links li .v3_header-btm-link .react-counter {
  position: absolute;
  background: #ff620c;
  color: #fff;
  bottom: 5px;
  right: 45px;
  z-index: 1;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
  text-align: center;
  font-size: 9px;
  display: block;
}
.v3_header-btm-links li .v3_header-btm-link.active-color {
  color: #0c63e8;
}
.v3_header-area .v3_cart-items {
  width: 300px;
  position: absolute;
  top: 110%;
  left: 0;
  padding: 10px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(120, 119, 238, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(120, 119, 238, 0.1);
}
.v3_header-area .v3_cart-items .v3_cart-img {
  width: 80px;
}
/* v3 header style end */

/* v3 hero area styles  start*/
.v3-hero-area-extend {
  background: #f4f7fb;
}
.v3-hero-area {
  background: #fff;
}

.v3-hero-area-extend .v3-categories {
  border-radius: 0;
}
/* v3 hero area styles end */

/* sidebar v3-categories  style start*/
.v3-categories {
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(120, 119, 238, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(120, 119, 238, 0.1);
}
.cat-wrapper {
  padding: 0;
  position: relative;
}
.cat-wrapper li {
  width: 100%;
  /* position: relative; */
  list-style: none;
  padding: 10px;
  text-transform: capitalize;
  border-bottom: 1px solid #f2f2f2;
}
.cat-wrapper li:hover .sublist {
  opacity: 1;
  visibility: visible;
}
.cat-wrapper li a {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
  color: #151e3c;
  text-decoration: none;
  width: 100%;
}
.cat-wrapper li a:hover {
  color: #0c63e7;
}
.categories-product-section {
  margin-top: 90px;
  background-size: cover;
  background-repeat: no-repeat;
}
.categories-product-section .v3-single-cat {
  background-size: cover;
  background-repeat: no-repeat;
  height: 130px;
  position: relative;
  margin-top: 30px;
}
.categories-product-section .v3-single-cat .v3-cat-title {
  font-weight: 700;
  text-transform: capitalize;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* megalist style start*/
.cat-wrapper .mega-wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0px;
  z-index: 11;
  background: #fafafa;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.has-sublist:hover .mega-wrapper {
  width: 800px;
  opacity: 1;
  visibility: visible;
}
.mega-wrapper .vec1 {
  width: initial;
  position: absolute;
  top: 0;
  right: 0;
}
.mega-wrapper .mega-menu {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.mega-wrapper .mega-menu .mega-item {
  width: 33.33%;
  border-bottom: initial;
}
.mega-wrapper .mega-menu .mega-item li {
  border-bottom: none;
}
.mega-wrapper .mega-item ul {
  padding: 0;
}
.mega-wrapper .mega-item ul .title {
  font-weight: 700;
}
.mega-wrapper .menu-brand img {
  width: 600px;
  position: relative;
  z-index: 1;
}
/* sublist style */

span.arrow-icon {
  float: right;
}
.cat-wrapper .sublist {
  position: absolute;
  padding: 10px;
  top: 0;
  left: 100%;
  z-index: 11;
  background-color: white;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(120, 119, 238, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(120, 119, 238, 0.1);
  width: 220px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cat-wrapper .sublist li .sublist {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cat-wrapper .sublist li:hover .sublist {
  opacity: 1;
  visibility: visible;
}
.cat-wrapper .sublist a {
  margin-left: initial;
  font-size: 14px;
}
.sublist .title {
  font-weight: 700;
}
.v3-categories .v3-cat-btn {
  width: 100%;
  font-weight: 700;
  padding: 10px 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #0c63e7;
  color: #fff;
  border: 1px solid transparent;
  text-transform: capitalize;
}
.v3-categories .v3-cat-btn:focus {
  border: none;
  outline: none;
}
/* sidebar v3-categories  style end*/

/* beauty banner */
.discount-banner img {
  width: 100%;
}

.beauty-product-section {
  margin-top: 90px;
}

/* common header titile area start */
.v3_header_title_area {
  border-bottom: 1px solid #efebff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.v3_header_title_area .v3_header_title {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #151e3c;
}

.v3_header_title_area .v3_all_link {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #151e3c;
}
.v3_header_title_area .v3_all_link:hover {
  color: #ff5a5f;
}
/* common header titile area end */

/* single product */
.single-product {
  padding: 17px 30px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(65, 34, 142, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(65, 34, 142, 0.1);
}

.single-product .upper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.single-product .upper-content .batch {
  font-weight: 500;
  font-size: 14px;
  padding: 4px 10px;
  text-transform: capitalize;
  background: #efebff;
  color: #7877ee;
}

.single-product .upper-content .offer-percen {
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #7877ee;
}

.single-product .upper-content .dots-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upper-content .dots-wrapper span {
  font-size: 12px;
}

.img-box img {
  width: 150px;
  height: 150px;
}

.product-cont-box h5 a {
  font-size: 18px;
  margin-top: 30px;
  text-transform: capitalize;
  color: #151e3c;
  display: block;
}

.product-cont-box .price {
  margin-top: 20px;
}

.product-cont-box .price span {
  font-size: 16px;
  font-weight: 700;
}

.product-cont-box .price del {
  font-weight: 400;
  font-size: 14px;
}

.icons-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icons-link-wrapper .social_icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.icons-link-wrapper .social_icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.icons-link-wrapper .heart {
  color: #4bc6e5;
  background: #e7faff;
}

.icons-link-wrapper .reload {
  color: #fff;
  background: #0c63e7;
}

.icons-link-wrapper .preview {
  color: #ef547c;
  background: #faeef6;
}

.single-product:hover .icons-link-wrapper {
  opacity: 1;
  visibility: visible;
}

.v3_hero_banner_slider .slick-slide img {
  display: block;
  height: 420px;
}

.v3_hero_banner_slider ul.slick-dots {
  position: absolute;
  bottom: 30px;
  font-size: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v3_hero_banner_slider ul.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  font-size: 0;
  border-radius: 50%;
  background: #2e4157;
  margin: 0 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.v3_hero_banner_slider ul.slick-dots li.slick-active button {
  width: 30px;
  background: #0c63e7;
  border-radius: 5px;
}

/* media queary */
@media only screen and (max-width: 1200px) {
  .mega-wrapper .mega-menu {
    height: auto;
    overflow-y: hidden;
  }
  /* .mega-menu {
    height: 65vh;
    overflow-y: scroll;
} */
  .has-sublist:hover .mega-wrapper {
    width: 680px;
    opacity: 1;
    visibility: visible;
  }
  .v3-hero-left .hero-title {
    font-size: 42px;
  }
  .hero-btn {
    padding: 8px 20px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 992px) {
  /* categories */
  .cat-wrapper {
    display: none;
  }
  .cat-wrapper-active {
    display: block;
  }
  .v3-categories {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .v3-categories .sublist {
    width: 100%;
    left: 0;
    top: 100%;
  }
  /* mega wrapper */
  .cat-wrapper .mega-wrapper {
    left: 0;
    top: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .v3-hero-left .hero-title {
    font-size: 28px;
  }
  .v3-hero-left .hero-subtitle {
    font-size: 14px;
  }
  .banner-price {
    font-size: 18px;
  }
  .hero-btn {
    padding: 8px 15px;
  }
  /* categories */
  .v3-categories {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }
  .v3-categories .sublist {
    width: 100%;
    left: 0;
    top: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .mega-menu .mega-item {
    width: 100%;
  }
}
