@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@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://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

@import url("../fonts/new_customfont/stylesheet.css");

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "rockwellregular";
  src: url("fonts/rockwell/rock-webfont.woff2") format("woff2"),
    url("rock-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "rockwellbold";
  src: url("fonts/rockwell/rockwell-bold-webfont.woff2") format("woff2"),
    url("rockwell-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montextralight_demo";
  src: url("../fonts/mont/mont-extralightdemo-webfont.woff2") format("woff2"),
    url("mont-extralightdemo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montheavy_demo";
  src: url("../fonts/mont/mont-heavydemo-webfont.woff2") format("woff2"),
    url("mont-heavydemo-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.woff2") format("woff2"),
    url("../fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HurmeGeometricSans1";
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regular.eot");
  src: url("../fonts/hemulite/HurmeGeometricSans1-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff2") format("woff2"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.woff") format("woff"),
    url("../fonts/hemulite/HurmeGeometricSans1-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@font-face {*/
/*    font-family: 'HurmeGeometricSans1';*/
/*    src: url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf'),*/
/*        url('../fonts/Hurme/HurmeGeometricSans1.otf') format('otf');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Century Gothic';*/
/*    src: url('../fonts/CenturyGothic.woff2') format('woff2'),*/
/*        url('../fonts/CenturyGothic.woff') format('woff');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

/*@font-face {*/
/*  font-family: 'Hemulite';*/
/*  src: url('../fonts/hemulite/h') format('woff2'),*/
/*      url('../fonts/CenturyGothic.woff') format('woff');*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-display: swap;*/
/*}*/

:root {
  /*** theme colors ***/
  --theme-color: #f76b1c;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif !important;
  /* font-family: 'Open+Sans'; */
  /* font-family: 'Nunito'; */
  overflow-x: hidden;

  /* background: linear-gradient(to right, #FF7E5F, #FFB97F); */
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Inter", sans-serif;
}

/*a:hover{*/
/*  color: #000;*/
/*}*/

header {
  padding: 20px 0 0;
}

.menu-btn button {
  background: transparent;
  border: none;
  font-size: 15px;
  font-weight: 400;
  color:#f76b1c;
}

.logo-mainer img {
    height: auto;
    width: 113px;
}

.top-navbar {
    z-index: 12 !important;
}

.menu-btn button img {
  padding-right: 12px;
}

.user-sign a {
  display: flex;
  align-items: center;
  gap: 18px;
  text-decoration: none;
}

.user-sign a p {
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.banner-box-img img {
  width: 100%;
  height: 100%;
}

.banner-box {
  background-image: url(../images/banner-box.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 25px 0 20px 34px;
  text-align: left;
  position: relative;
}

.prod-box img {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover;
}

.banner-box h3 {
  font-size: 26px;
  font-weight: 700;
}

.banner-box p {
  font-size: 17px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  width: 80%;
  margin: 12px 0 40px;
}

.banner-box h5 {
  font-size: 19px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}

.banner-box h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--theme-color);
  font-family: "Inter", sans-serif;
}

.banner-box h2 span {
  font-size: 24px;
  color: #bcbcbc;
  position: relative;
}

.banner-box h2 span::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: var(--theme-color);
  position: absolute;
  top: 40%;
  border-radius: 6px;
  transform: rotate(175deg);
}

.banner-box img {
  position: absolute;
  top: 16%;
  right: 0;
  width: 44%;
}

.banner-box-last img {
  top: 20%;
  width: 50%;
  right: -4%;
}

.banner-box-img {
  height: 100%;
}

section.search-product form {
  position: relative;
}

section.search-product form input {
  width: 100%;
  border-radius: 50px;
  padding: 23px 0 23px 28px;
  box-shadow: 0px 0px 17px 1px #0000003d;
  border: none;
}

section.search-product form button {
  background-color: var(--theme-color);
  color: #fff;
  padding: 22px 35px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 0;
  position: absolute;
  right: 0;
}

section.search-product form button i {
  font-size: 24px;
}

section.search-product form input::placeholder {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.product-section {
  padding: 0 0 60px;
}

section.product-section .col-md-3 {
  width: 19%;
}

.prod-box:hover .icon_cart {
  opacity: 1;
}

.prod-box img {
    width: 200px;
    height: 230px;
    object-fit: cover;
}

.prod-box .prod-wrapper {
  padding: 20px 13px;
  border: 1.25px solid #0000001a;
  background-color: #fff;
  border-top: none;
  transition: 0.3s ease-in-out;
}

.prod-wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.star-flex {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: 18%;
  
}

.star-flex p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.stars i {
  color: #ffb412;
}

.prod-wrapper h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000;
  margin: 10px 0;
}

.prod-wrapper h5 span {
  font-size: 14px;
  text-decoration: line-through;
  color: #9b9b9b;
}

.prod-wrapper a {
  font-size: 17px;
  font-weight: 500;
  color: black;
  background-color: #fed813;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px 0;
  text-decoration: none;
  font-family: "Inter", sans-serif;
  border-radius: 7px;
  margin: 0 0 10px;
}

.prod-box:hover .prod-wrapper {
  background-color: var(--theme-color);
  transition: 0.3s ease-in-out;
}

.prod-box:hover .prod-wrapper .star-flex p {
  color: #fff;
}

.prod-box:hover .prod-wrapper h4 {
    color: #fff;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
}

.prod-box:hover .prod-wrapper h5 {
  color: #fff;
}

.prod-box:hover .prod-wrapper h5 span {
  color: #fff;
}

.prod-wrapper a:hover, .prod-wrapper button:hover {
  color: #fed813;
  background-color: #fff;
}

.prod-wrapper h4 a {
    background-color: transparent;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.prod-box:hover .prod-wrapper h4 a {
    background: transparent;
    color: #fff !important;
}

section.product-section h2 {
  padding: 50px 0 15px;
  font-size: 32px;
  font-weight: 800;
  color: #f76b1c;
  /*text-decoration: underline;*/
  text-transform: uppercase;
}

.back-to-top {
  text-align: center;
  background-color: #f76b1c1a;
  padding: 15px 0;
  border-radius: 50px 50px 0 0;
  cursor: pointer;
}

.back-to-top p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

.main-footer {
  background-color: #222222;
  padding: 60px;
}

.main-footer ul li {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
}

.main-footer ul li a {
  color: #bbbab8;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.main-footer ul {
  padding: 0;
  margin: 0;
}

.copy-wrapper p {
  margin: 15px 0;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
}

.banner-box-last-2 img {
    top: 29%;
    width: 44%;
    right: 0;
}

.banner-box-2 img {
  position: absolute;
  top: 18%;
  right: 0;
  width: 42%;
}

.product-tabs-section .tab-pane {
  margin: 40px 0 0;
}

.banner-box-last-3 img {
  width: 36%;
  right: 5%;
  top: 31%;
}

.banner-box-3 img {
  position: absolute;
  top: 29%;
  right: 1%;
  width: 40%;
}

section.product-tabs-section {
  padding: 35px 0 0;
}

.product-tabs-section .nav-tabs {
  border: 0;
  justify-content: space-between;
}

.product-tabs-section .nav-link {
  color: var(--theme-color);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 65px;
  padding: 13px 50px;
  transition: 0.3s all;
}

.product-tabs-section .nav-link.active {
  background-color: var(--theme-color);
  color: #fff;
}

.product-tabs-section .nav-link:hover {
  background-color: var(--theme-color);
  color: #fff;
}

.prod-box {
    position: relative !important;
    margin-bottom: 35px;
    /* width: 100%; */
    width: 250px;
}
.icon_cart {
  position: absolute;
  top: 2%;
  right: 3%;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.icon_cart i {
  background-color: #f76b1c;
  padding: 12px;
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
}

.inner-opt li {
  list-style: none;
  padding: 15px 0 0;
}

.inner-opt a {
  text-decoration: none;
  font-size: 20px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  width: auto;
  border-bottom: 1px solid transparent;
  transition: 0.2s all;
}

.inner-opt a:hover {
    border-bottom: 1px solid gray;
    color: #000 !important;
}

.donate-btn a {
  background: #f76b1c;
  text-decoration: none;
  color: #fff;
  padding: 6px 34px;
  border-radius: 20px;
}

.main-footer ul li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 7px;
}

.newletter h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
}

.newsletter-input input[type="submit"] {
  position: absolute;
  top: 6%;
  right: 0;
  padding: 7px 19px;
  background: #f76b1c;
  border: none;
  border-radius: 30px;
  color: #fff;
}
.newsletter-input {
  position: relative;
}
.newsletter-input input[type="email"] {
  padding: 10px 30px;
  border-radius: 34px;
  border: none;
}

.copy-wrapper {
  text-align: center;
}

.footer-logo img {
    width: 61%;
    margin: -2% 0% 0% 0%;
}

#exampleFormControlInput1 {
  width: 40%;
  padding: 10px 10px 10px;
}

#exampleFormControlInput2 {
  width: 40%;
  padding: 10px 10px 10px;
}

#exampleFormControlInput3 {
  width: 40%;
  padding: 10px 10px 10px;
}

#exampleFormControlInput4 {
  width: 40%;
  padding: 10px 10px 10px;
}

#exampleFormControlTextarea1 {
  width: 40%;
  height: 120px;
}

.contact-field {
  position: relative;
  left: 30%;
  padding: 45px 0 0;
}

.cont-head h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-banner {
  background: #f76b1c;
  padding: 70px 0 70px;
}

.banner-head h2 {
  font-size: 45px;
  color: white;
  text-align: center;
  font-weight: 700;
}

.terms-cont {
  padding: 50px 0 50px;
}

.about-us-sec {
  padding: 50px 0 50px;
}

.abt-img img {
  width: 85%;
}

.product-section h2 a {
  text-decoration: none;
  color: #f76b1c;
}

.banner-two-inner {
  background: #f76b1c;
  padding: 70px 0 70px;
}

.banner-two-head h2 {
  color: white;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  text-transform: uppercase;
}

#dropdownMenuButton1 {
  background: none;
  color: black;
  font-size: 20px;
  font-weight: 500;
  border: none;
  padding: 0 0 0;
}

.banner-two-inner-two {
  padding: 55px 0 55px;
}

.banner-two-inner-two {
  padding: 55px 0 0;
}

.banner-two-inner-two h2 {
  text-transform: uppercase;
}

.banner-two-inner-two h2 {
  color: #f76b1c;
  font-weight: 700;
}

.product-tabs-section a {
  text-decoration: none;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.trend-d-down #dropdownMenuButton44 {
  background: transparent;
  border: none;
  color: black;
  font-size: 19px;
  padding: 0 0 0;
  font-weight: 500;
  text-transform: uppercase;
}

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

.trend-d-down {
  border-top: 1px solid #000;
  padding-top: 20px;
}

.trend-d-down-last {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.inner-opt p {
  font-family: 'Poppins';
  margin: 40px 0 0 0;
  color: var(--theme-color);
}

/*testimonial.......*/

.testimonial-card {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #A0A3A8;
  padding: 18px 17px;
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
  position: relative;
  z-index: 1;
}

/*.testimonial-card::before {*/
/*  content: '';*/
/*  width: 0%;*/
/*  height: 0%;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  background: #f76b1c;*/
/*  position: absolute;*/
/*  border-radius: 10px;*/
/*  transition: all 0.5s;*/
/*  z-index: 0;*/
/*}*/

.testimonial-card:hover::before {
  width: 100%;
  height: 100%;
}

.testi-desc {
  position: relative;
}

.testimonial-card:hover {
  /* background: #00a6d1; */
  box-shadow: 0px 0px 20px 1px #f76b1c;
}

.testi-stars {
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  gap: 3px;
  justify-content: right;
  align-items: center;
  position: relative;
}

.testi-stars i {
  color: #F8D027;
  font-size: 14px;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.testi-author-name p {
  color: black;
  margin: 0;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 15px;
}

.testi-author-name .author-desc {
  font-weight: 200;
  font-size: 15px;
  font-family: 'Poppins';
}

.testi-desc p {
  margin: 0;
  font-size: 13px;
  color: black;
  margin-top: 18px;
  font-weight: 200;
  line-height: 24px;
}

.testi-top {
  margin-bottom: 40px;
}

.box-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 0;
    gap: 10px;
}

.box-flex a {
    font-size: 17px;
    font-weight: 500;
    color: black;
    background-color: #fed813;
    border: #fed813;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    border-radius: 7px;
}
.box-flex button {
    font-size: 17px;
    font-weight: 500;
    color: black;
    background-color: #fed813;
    border: #fed813;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    font-family: "Inter", sans-serif;
    border-radius: 7px!important;
}

#section_home_categories .box-gap {
    justify-content: start;
    /*gap: 0 4%;*/
}

div#google_translate_element {
    margin-top: 8px;
}

.fbp-slide button.slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fbp-slide button.slick-arrow i {
    display: none;
}


@media only screen and (max-width: 1400px) {
    .newsletter-input input[type="submit"] {
        right: -23px;
    }
    .logo-bar-area a.d-flex.align-items-center.text-dark.px-3.h-100 {
        gap: 0 15px;
    }
    .banner-box-last-2 img {
        top: 28%;
        right: 0;
    }
    .banner-box-last-2 img {
        top: 28%;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-box-img img {
        object-fit: cover;
    }
    
    .prod-wrapper h5 {
    font-size: 14px !important;
}
    
    .prod-box:hover .prod-wrapper h5 {
    color: #fff;
    font-size: 12px;
}
    
    .main-footer ul li a {
    font-size: 12px !important;
}
    
    .banner-box p {
        font-size: 15px;
    }
    
    .banner-box h3 {
        font-size: 22px;
    }
    
    .banner-box h2 {
        font-size: 40px;
    }
    
    .banner-box h5 {
        font-size: 17px;
    }
    
    .banner-box-last-2 img {
        right: -3%;
        width: 30%;
        top: 33%;
    }
    
        .banner-box-2 img {
        width: 30%;
        top: 31%;
        left: 77%;
    }
    
    .prod-wrapper h4 {
        font-size: 15px !important;
        height: 27px;
    }
    
    .star-flex {
        gap: 2px;!i;!;
        justify-content: center;
        margin: 0;
        gap: 0 8px;
    }
    
    .stars i {
        font-size: 13px;
    }
    
    .star-flex p {
        margin-top: 4px;
        font-size: 14px;
    }
    
    .aiz-card-box .disc-amount {
        margin: 0;
    }
    .prod-wrapper h5 del {
        font-size: 10px;
    }
    
    .prod-wrapper h5 {
        font-size: 18px;
    }
    
    .box-flex button {
        font-size: 16px;
    }
    
    .box-flex a {
        font-size: 16px;
    }
    header a.d-flex.align-items-center.text-dark.px-3.h-100 {
        padding: 0 !important;
    }
    
    header a.d-flex.align-items-center.text-dark.px-3.h-100 span {
        margin: 0 !important;
    }
    .newsletter-input input[type="email"] {
        padding: 13px 30px;
        width: 100%;
        font-size: 12px;
    }
    header.sticky-top {
        padding: 5px 0;
    }
    .logo-bar-area .dropdown-menu.dropdown-menu-right.dropdown-menu-lg.p-0.stop-propagation.rounded-0.show {
        right: 2%;
        margin: 0;
    }
}

@media only screen and (max-width: 850px){}

@media only screen and (max-width: 992px) {
    .logo-bar-area .dropdown-menu.dropdown-menu-right.dropdown-menu-lg.p-0.stop-propagation.rounded-0.show {
        left: 2%;
        margin: 0;
    }
    .prod-box {
    width: 100%;
}
    .login-page .img-fit { 
        object-position: 60% 100%; 
    }
    
        .banner-box h2 {
        font-size: 25px;
    }
    
    .right-content {
         padding-left: 40px !important; padding-right: 40px !important;
     }
     
     .prod-box img {
    width: 380px;
}
     
     .aiz-card-box .disc-amount {
         opacity: 1 !important;
     }
}

@media only screen and (max-width: 768px) {
    .prod-box {
        width: 100%;
    }
    
    .prod-wrapper h4 {
        font-size: 17px !important;
        height: 30px;
    }
    
    .stars i {
        font-size: 16px;
    }
    
    .star-flex p {
        font-size: 16px;
    }
    .banner-box {
        background-size: auto;
    }
    .banner-box p {
        font-size: 12px;
        width: 100%;
        margin-bottom: 11px;
    }
    
    .banner-box h5 {
        font-size: 13px;
    }
    
    .banner-box h2 {
        font-size: 30px;
    }
    .banner-box h2 span {
        position: unset !important;
    }
    #section_home_categories .box-gap {
        gap: 0;
    }
    .banner-box h2 span::before {
        width: 40%;
        height: 4px;
        top: 83%;
        right: 45%;
    }
    .newsletter-input input[type="submit"] {
        position: unset;
        padding: 7px 21px;
        font-size: 10px;
        margin-top: 7px;
    }
    
    .newsletter-input input[type="email"] {
        padding: 10px 13px;
        font-size: 11px;
    }
    .footer-logo img {
        width: 100%;
    }
    .main-footer ul li a {
        font-size: 12px;
        line-height: 23px;
    }
    .logo-bar-area .dropdown-menu.dropdown-menu-right.dropdown-menu-lg.p-0.stop-propagation.rounded-0.show {
        left: 56%;
    }
}

@media only screen and (max-width: 576px) {
    .banner-head h2 {
        font-size: 39px;
    }
    .prod-box img {
        width: 408px;
    }
    .mb-3.mx-auto.mx-lg-0 {
    text-align: center !important;
}
    .banner-box h2 span {
        position: relative !important;
        margin-left: 9px;
    }
    .banner-box h2 span::before {
        width: 100%;
        height: 4px;
        top: 40%;
        right: 00;
    }
    .banner-box-2 img {
        width: 24%;
        top: 31%;
    }
    .banner-box-last-2 img {
        right: -5%;
        top: 27%;
        width: 30%;
    }
    .banner-box p {
        font-size: 15px;
        width: 82%;
    }
    .banner-box h5 {
        font-size: 16px;
    }
    .prod-wrapper h4 {
        font-size: 14px !important;
    }
    .stars i {
        font-size: 14px;
    }
    
    .prod-wrapper h5 {
        font-size: 15px;
    }
    .banner-box-last-2 img {
        right: -2%;
        width: 32%;
        top: 23%;
    }
    .footer-logo img {
        width: 50%;
        display: block;
        margin-bottom: 40px;
    }
    .main-footer ul li a {
        font-size: 15px;
        line-height: 27px;
    }
    .newsletter-input input[type="email"] {
        padding: 15px 13px;
        font-size: 14px;
    }
    .newsletter-input input[type="submit"] {
        position: absolute;
        padding: 12px 21px;
        font-size: 18px;
        right: 0px;
    }
    .logo-bar-area .dropdown-menu.dropdown-menu-right.dropdown-menu-lg.p-0.stop-propagation.rounded-0.show {
        left: 43%;
    }
    .prod-wrapper h4 {
        font-size: 17px !important;
        margin-bottom: 15px;
    }
    
    .stars i {
        font-size: 15px;
    }
    
    .prod-wrapper h5 {
        font-size: 17px;
    }
    
    .newsletter-input input[type="submit"] {
        top: -7px;
    }
    .login-res-flex {
    }
    
    .pricing-cart {
        flex-direction: column;
        justify-content: center;
        width: 100%;
        gap: 5px 0 !important;
    }
    .nav-user-info {
        flex-direction: column;
        gap: 5px 0;
        margin: 0 !important;
        align-items: center !important;
    }
    .logo-mainer {
        padding-right: 0 !important;
    }
    .logo-mainer a {
        margin: 0 !important;
    }
    .seller-flex {
        display: flex !important;
        align-items: end !important;
        flex-direction: column;
    }
    
    .seller-flex li:first-child a {
        padding-right: 0 !important;
    }
    
    .google-flex {
        display: flex !important;
        flex-direction: column;
        justify-content: start !important;
        width: 100%;
        align-items: start;
    }
    
    .google-flex li:last-child {
        margin: 0 !important;
    }
}

@media only screen and (max-width: 430px) {
    .logo-bar-area .dropdown-menu.dropdown-menu-right.dropdown-menu-lg.p-0.stop-propagation.rounded-0.show {
        left: 8%;
    }
    .banner-head h2 {
        font-size: 35px;
    }
    .banner-box-last-2 img {
        right: 0;
        width: 39%;
        top: 28%;
    }
        .banner-box-2 img {
        width: 23%;
        top: 33%;
        right: 0%;
    }
    .logo-bar-area .col-md-1 {
        width: 34%;
    }
    .logo-bar-align {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .nav-user-info {
        margin: 0 !important;
        flex-direction: row;
    }
    .logo-mainer {
        width: 33%;
        text-align: center;
    }
    .searcher {
        width: 33%;
        text-align: center;
        margin: 0 !important;
    }
    .login-flexer {
        width: 50%;
    }
    .pricing-cart {
        width: 50%;
        flex-direction: row;
        gap: 12px !important;
    }
    
    button.btn.btn-primary.buy-now.fw-600.add-to-cart.min-w-150px.rounded-0 {
    margin: 10px 0 0;
}

.login-res-flex {
    width: 144%;
}

span.size-40px.rounded-circle.overflow-hidden.border.d-flex.align-items-center.justify-content-center.nav-user-img {
    width: 22%;
    height: 40%;
}

button.btn.btn-secondary-base.mr-2.add-to-cart.fw-600.min-w-150px.rounded-0.text-white {
    margin: 11px 0 0;
}

 
}

.login-flexer {
    position: relative;
}

.hover-user-top-menu {
    position: absolute;
    top: 100% !important;
    left: 0% !important;
}

.header_main {
    z-index: 11 !important;
}


.aiz-card-box.hov-scale-img {
    /* margin: 0 20px 0 !important; */
}


.position-relative.img-fit.overflow-hidden a.d-block.h-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

