@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

:root {
  --primary-color: #1d2653;
  --secondary-color: #f5897c;
  --tertiary-color: #0d656f;
  --dark-color: #7d3678;
  --light-color: #ded2c8;
  --off-white-color: #f4f0ec;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.border1{
  border: 1px solid red;
}

body {
  margin: 0;
  padding: 0;
}
.footer-sm-icon{
  display: none;
}
.form-control-input{
  /* border-radius: 0px !important; */
  width: 100%;
  border: 0px ;
  padding: 0px 5px ; 
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  outline: none;
}

.swiper-btn-div{
  position: relative !important;
  /* margin-right: 12px; */
  width: 115px;
}
.swiper-button-prev-111{
  position: absolute !important;
  left: 0 !important;
}
.swiper-button-next-111{
  position: absolute !important;
}
.input-footer{
  display: flex;
  justify-content: start;
}
.border-bottom-grey{
  border-bottom-width:1px !important;
  border-bottom-color: grey;
  border-bottom-style: solid;
}
.search-btn-icon {
  background: none !important;
  margin-left: 10px;
  border: none;
  margin-bottom: 3px;
}
.txt-white{
  color: white !important;
}

.txt-light-grey {
  color: rgba(163, 161, 161, 0.788) !important;
}

.border-light-grey {
  border-color: rgba(163, 161, 161, 0.788) !important;
}

.fw-1 {
  font-weight: 600;
}

.navbar-search-div {
  width: 70% !important;
}


.color-pink {
  color: red !important;
}

#active-shop {
  color: var(--off-white-color);
}

/* responsive mega menu styling  start*/
.overlay {
  /* display: none; */
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 10000000000000000000;
  top: 0;
  left: 0;
  background-color: var(--off-white-color);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay1 {
  /* display: none; */
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 10000000000000000000;
  top: 0;
  left: 0;
  background-color: var(--off-white-color);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
}

.overlay a {
  margin-top: 10px;
  width: 100%;
  padding: 8px 5px;
  text-decoration: none;
  font-size: 36px;
  color: var(--primary-color);
  display: block;
  transition: 0.3s;
}


.overlay a:hover,
.overlay a:focus {
  background: var(--secondary-color);
}

.overlay .closebtn {
  color: var(--primary-color);
  /* position: absolute; */
  /* top: 10px; */
  right: 45px;
  font-size: 60px;
}

@media screen and (max-width: 990px) {
  .btn-seller{
    font-size: 20px;
  }
  .imageBox {
    width: 250px !important;
      margin-left: auto ;
    }
  .nav-items-data {
    display: none !important;
  }
  .nav-items-data-anchor{
    display: none !important;
  }
}

@media screen and (max-height: 1000px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 100px;
  }
}

/* responsive mega menu styling END  */

#myLinks {
  background: white;
  position: sticky;
  /* display: block; */
  z-index: 2;
  top: 77px;
}

.lh-s {
  line-height: 0px !important;
}

.img-size {
  width: 400px !important;
  height: 400px !important;
}

.hr {
  width: 80%;
  border: 0.5px solid rgb(77, 77, 77);
}

/* SHOP BUTTONS MENU HOVER COLOR  */
.hover-shop-menu:hover {
  background: var(--primary-color);
  color: var(--off-white-color);
  border-radius: 8px;
}

/* HOVER SHOP DROP DOWN  */
.dropdown {
  left: 0;
}

.dropdown-data {
  display: none;
  /* position: fixed !important; */
  width: 100%;
  left: 0;
  top: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 100 !important;
}

.dropbtn:hover .dropdown-data {
  display: block !important;
}

/* SLIDER OWL  */
.slider_nav {
  width: 60%;
  position: absolute;
  background-color: green !important;
  display: flex;
  justify-content: center;
}

.am-next:after,
.am-prev:after {
  display: none;
}

.am-prev {
  width: 26px;
  height: 100px;
  position: absolute;
  top: 40% !important;
  left: 13%;
  /* margin-left: 30px; */
  /* display: block !important; */
  border: 0;
}

.am-next {
  z-index: 11;
  width: 26px;
  height: 100px;
  position: absolute;
  /* margin-right: 30px; */
  top: 40%;
  right: 13%;
  /* display: block !important; */
  border: 0;
}

/* Header/Navbar */
.pading-nav-store {
  padding: 28px;
  padding-left: 40px;
  padding-right: 40px;
}

/* border  */
.border1 {
  border: 1px solid red;
}

.border-red {
  border: 1px solid red;
}

/* Background */
.bkg-primary {
  background-color: var(--primary-color);
}

.bkg-secondary {
  background-color: var(--secondary-color);
}

.bkg-tertiary {
  background-color: var(--tertiary-color);
}

.bkg-dark {
  background-color: var(--dark-color);
}

.bkg-light {
  background-color: var(--light-color);
}

.bkg-off-white {
  background-color: var(--off-white-color);
}

.bkg-white {
  background-color: #f9f9fb;
}

.bkg-white-1 {
  background-color: #f9f9fb;
}

.bkg-white-2 {
  background-color: #f9f9fb;
}

.bkg-white-3 {
  background-color: #f9f9fb;
}

.bkg-white-4 {
  background-color: #f9f9fb;
}

.bkg-white-full {
  background-color: #FFFFFF;
}

/* Border Radius  */
.radius-10 {
  border-radius: 10px;
}
.radius-12 {
  border-radius: 12px;
}
.radius-15 {
  border-radius: 15px;
}

.radius-20 {
  border-radius: 20px;
}

.radius-25 {
  border-radius: 25px;
}

.radius-50 {
  border-radius: 50px;
}

.radius-50p {
  border-radius: 50%;
}

/* Typography */

.heading-h1 {
  font-size: 34px !important;
}

.heading-h2 {
  font-size: 32px !important;
}

.heading-h3 {
  font-size: 30px !important;
}

.heading-h4 {
  font-size: 28px !important;
}

@media (max-width: 983px) {
  .padding-container-sm {
    padding: 0px 0px !important;
  }

  .navbar-div-sm-search {
    width: 55%;
    margin-left: -30px !important;
  }

  .swiper-button-prev-111 {
    /* margin-left: 10px; */
  }

  .swiper-button-next-111 {
    /* margin-right: 10px; */
  }
}

@media (max-width: 515px) {
  .imageBox{
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .navbar-search{
    width: 80% !important;
  }
  .blog-col-sm-title {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
  }

  .blog-col-sm-img {
    display: flex;
    justify-content: center !important;
  }

  .blog-div-sm-icon {
    align-self: center;
  }

  .become-seller-btn {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    padding: 0px !important;
    width: 100%;
    position: absolute;
    bottom: -365px !important;
    /* bottom: -480px !important; */
    left: 0 !important;
  }

  .sm-center {
    text-align: center;
  }

  .imageBox1 {
    margin-top: 0px !important;
  }

  .seller-btn-div-sm {
    margin: 5px !important;
  }

  .padding-container-sm {
    padding: 30px 30px !important;
  }

  .am-prev {
    width: 26px;
    height: 100px;
    position: absolute;
    top: 30% !important;
    left: -27px;
    display: block !important;
    border: 0;
  }

  .am-next {
    z-index: 11;
    width: 27px;
    height: 100px;
    position: absolute;
    top: 30%;
    right: -26px;
    display: block !important;
    border: 0;
  }

  .story-div-sm {
    height: 100px !important;
    padding-bottom: 200px !important;
  }

  .seller-div-sm {
    display: flex;
    justify-content: center;
  }

  .seller-col-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .seller-col-sm p {
    text-align: center;
  }

  .seller-story-img-sm {
    border: 1px solid white;
    align-self: center;
    justify-content: center;
    width: 100% !important;
  }

  .featured-div {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .swiper-btn-div {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fs-sm-heading1 {
    font-size: 16px !important;
  }

  .fs-sm-txt-10 {
    font-size: 10px !important;
  }

  .fs-sm-txt-12 {
    font-size: 12px !important;
  }

  .blog-img-sm {
    margin-top: 10px;
    width: 200px;
    height: 200px;
  }

  .img-size {
    width: 220px !important;
    height: 220px !important;
  }
  

  .img-slider-sm {
    width: 35px !important;
    height: 35px !important;
  }

  .ms-none-sm {
    margin: 0px !important;
  }

  .margin-sm {
    margin: 0px !important;
  }

  .navbar-icon-div {
    padding: 0;
    margin: 0px 10px !important;
  }

  .navbar-icon {
    padding: 0px;
    margin: 0px;
    width: 80px !important;
    height: 40 !important;
  }

  .navbar-div-sm-search {
    /* border: 3px solid green; */
    width: 35%;
    margin-left: -30px !important;
  }

  .navbar-search-div {
    width: 90% !important;
  }
.footer-sm-icon{
  display: block !important;
}
.footer-icons-sm{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sign-up{ 
  display: flex;
  align-items: center;
  flex-direction: column;
}
.input-footer{
  justify-content: center;
}
.footer-ul li{
  color: var(--off-white-color) !important;
}
.inp-div-sm{
  align-items: center;
}
.icon-sm{
  display: none;
}
  .heading-h1 {
    font-size: 24px !important;
  }

  .heading-h2 {
    font-size: 22px !important;
  }

  .heading-h3 {
    font-size: 20px !important;
  }

  .heading-h4 {
    font-size: 18px !important;
  }
}

@media (max-width:770px) {
  .align-div-minipad {
    padding-bottom: 50px !important;
  }

  .align-in-minipad {
    position: absolute;
    bottom: 10px;
  }
}

@media (max-width: 436px) {
  .style-cart-div-sm svg {
    height: 15px;
    width: 15px;
  }

  .sm-padding {
    padding: 20px 20px !important;
  }

  .sm-padding-footer {
    padding-left: 0px !important;
  }

  .seller-story-img-sm {
    bottom: 0px !important;
  }


}

@media (max-width: 360px) {

  .swiper-btn-div {
    padding: 5px 0px !important;
    margin-left: 25px !important;
    margin-top: 10px;

  }
}

@media (max-width: 576px) {
  .swiper-button-prev-111 {
    margin-left: 12px !important;
  }

  .swiper-button-next-111 {
    margin-right: 12px !important;
  }

  .display-none-sm {
    display: none;
  }

  .heading-h1 {
    font-size: 26px !important;
  }

  .heading-h2 {
    font-size: 24px !important;
  }

  .heading-h3 {
    font-size: 22px !important;
  }

  .heading-h4 {
    font-size: 20px !important;
  }
  
}

.txt-base {
  font-size: 0.875rem;
}

.txt-8 {
  font-size: 8px;
}

.txt-9 {
  font-size: 9px;
}

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

.txt-11 {
  font-size: 11px;
}

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

.txt-13 {
  font-size: 13px !important;
}

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

.txt-15 {
  font-size: 15px !important;
}

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

.txt-17 {
  font-size: 17px;
}

.txt-18 {
  font-size: 18px !important;
}

.txt-20 {
  font-size: 20px !important;
}

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

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

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

.txt-28 {
  font-size: 28px;
}

.txt-30 {
  font-size: 30px;
}

.txt-32 {
  font-size: 32px;
}

.txt-34 {
  font-size: 34px;
}

.txt-36 {
  font-size: 36px;
}

.txt-38 {
  font-size: 38px;
}

.txt-40 {
  font-size: 40px;
}

.txt-42 {
  font-size: 42px;
}

@media (max-width: 480px) {
  .txt-xs-8 {
    font-size: 8px;
  }

  .txt-xs-9 {
    font-size: 9px;
  }

  .txt-xs-10 {
    font-size: 10px !important;
  }

  .txt-xs-11 {
    font-size: 11px;
  }

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

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

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

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

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

  .fw-sm-bold {
    font-weight: bold;
  }
}

@media (min-width: 576px) {
  .txt-sm-8 {
    font-size: 8px;
  }

  .txt-sm-9 {
    font-size: 9px;
  }

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

  .txt-sm-11 {
    font-size: 11px;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .txt-md-8 {
    font-size: 8px;
  }

  .txt-md-9 {
    font-size: 9px;
  }

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

  .txt-md-11 {
    font-size: 11px;
  }

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

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

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

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

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

.txt-fw-300 {
  font-weight: 300;
}

.txt-fw-400 {
  font-weight: 400;
}

.txt-fw-500 {
  font-weight: 500;
}

.txt-fw-600 {
  font-weight: 600 !important;
}

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

.txt-fw-800 {
  font-weight: 800;
}

.txt-fw-900 {
  font-weight: 900;
}

.txt-lowercase {
  text-transform: lowercase;
}

.txt-uppercase {
  text-transform: uppercase !important;
}

.txt-capitalize {
  text-transform: capitalize !important;
}

.txt-primary {
  color: var(--primary-color) !important;
}

.txt-light-gray {
  color: #7A7A7A;
}

a.txt-primary:hover,
a.txt-primary:focus {
  color: var(--primary-bg-hover) !important;
}

.txt-secondary {
  color: var(--secondary-color) !important;
}

a.txt-secondary:hover,
a.txt-secondary:focus {
  color: var(--secondary-color);
}

.txt-success {
  color: var(--dark-color) !important;
}

a.txt-success:hover,
a.txt-success:focus {
  color: #0f9e86 !important;
}

.txt-grey {
  color: grey !important;
}

a.txt-grey:hover,
a.txt-grey:focus {
  color: var(--primary-color) !important;
}

.txt-off-white {
  color: var(--off-white-color) !important;
}

a.txt-off-white:hover,
a.txt-off-white:focus {
  color: var(--secondary-color) !important;
}

/* Width */
.wd-5p {
  width: 5%;
}

.wd-10p {
  width: 10%;
}

.wd-15p {
  width: 15%;
}

.wd-20p {
  width: 20%;
}

.wd-25p {
  width: 25%;
}

.wd-30p {
  width: 30%;
}

.wd-33p {
  width: 33.33%;
}

.wd-35p {
  width: 35%;
}

.wd-40p {
  width: 40%;
}

.wd-45p {
  width: 45%;
}

.wd-50p {
  width: 50%;
}

.wd-60p {
  width: 60%;
}

.wd-65p {
  width: 65% !important;
}

.wd-70p {
  width: 70%;
}

.wd-75p {
  width: 75%;
}

.wd-80p {
  width: 80%;
}

.wd-90p {
  width: 90%;
}

.wd-95p {
  width: 95%;
}

.wd-100p {
  width: 100%;
}

.wd-5 {
  width: 5px;
}

.wd-5 {
  width: 5px;
}

.wd-10 {
  width: 10px;
}

.wd-15 {
  width: 15px;
}

.wd-20 {
  width: 20px;
}

.wd-60px {
  width: 70px;
}

.wd-250px {
  width: 250px;
}

.wd-230px {
  width: 230px;
}

.wd-300px {
  width: 300px;
}

.wd-400px {
  width: 400px;
}

.wd-500px {
  width: 500px;
}

/* height percentage  */
.ht-40p {
  height: 40% !important;
}

/* WIDTH IN PX  */

.ht-60p {
  height: 60% !important;
}

.ht-100p {
  height: 100% !important;
}

.imageBox {
  height: 270px !important ;
  width: 175px !important;
}
.imageBox .image {
  left: 0;
  object-fit: cover;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-prev-111 {
  margin-left: 10px;
}

.swiper-button-next-111 {
  margin-right: 10px;
}

/* STYLE TABS NAVIGATION  */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
  background: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

.tab-div button.active span {
  color: #1d2653 !important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabcontent1 {
  padding: 6px 12px;
  border-top: none;
}

.tablinks1 {
  display: block !important;
}

/* #Featured{
  display: block;
}
#Latest{
  display: none;
}
#Best-Seller{
  display: none;
} */

/* MEGA MENU USE OF ACCORDIAN STYLING  START*/
.accordion-mega {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion-mega:hover {
  background-color: var(--secondary-color);
  color: var(--off-white-color);
}

.panel-mega {
  display: none;
  background-color: white;
  overflow: hidden;
}

.panel-mega a:hover {
  background: var(--off-white-color);
}

/* ACCORDIAN PLUS MINUS WORK  */
.accordion-mega:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-accordion-mega:after {
  content: "\2212";
}



/* footer */


/* SERACH BAR POP UP  */
/* .hz-header-form-search{
  z-index: 11 ;
  
}

.hz-search-list{
background-color: white !important;
border: 1px solid  #1d2653;
border: 0;
left: 0 !important;
width: 100% !important;
  height: 300px;
} */

#my-serachBar-Element{
display: none;
}


/* .new-product-card {
  min-height: 278px !important;
} */