/*----------------------------------------------
* [Font Import]
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Reset
2. Header 
3. Slider 
4. About
5. Events
6. Testimonials
7. Footer
8. Responsiveness Large screen  Mobile Devices - Phones/Tablets 

----------------------------------------------*/

/*----------------------------------------------
1. Reset
----------------------------------------------*/

/* #region Reset */

@import "primary-nav.css";
@import "general-media.css";
html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-color: #fff;
  scroll-padding-top: 100px;
}

/* #endregion Reset */

h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
  font-family: "Josefin Sans", sans-serif;
}

h4 {
  font-size: 1.5rem;
  font-family: "Josefin Sans", sans-serif;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/*----------------------------------------------
2. Header
----------------------------------------------*/

/* #region Header */

.header {
  width: 100%;
  height: auto;
}

.header_top {
  background: #ffd3e4;
  /*     display: flex;
    justify-content: center;
    align-items: center; */
    padding: 10px 0;
}

.header_top p {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 5px 0 0px 0;
  font-weight: 600;
  text-align: center;
}

.nav-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

li.nav-item.contact:after {
  content: "";
  background: none;
}

.w-90 {
  width: 90%;
}

/* NAVIGATION */

.navbar {
  width: 100%;
  display: table;
  flex-direction: row;
  align-items: center;
  padding: 0;
  width: calc(100% - 520px);
}

.navbar img {
  height: auto;
  -ms-grid-column-align: start;
  justify-self: start;
  margin-left: 0;
  width: 24px;
}

.menu_togg {
  display: flex;
  justify-content: center;
  align-items: center;
}

#search_bar ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/*
.main-menu a {
    color: #000;
    font-size: 18px;
     font-family: "Roboto-medium"; 
    line-height: 18px;
    display: block;
    text-decoration: none;
    padding: 4px 15px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}
*/

.bor_act {
  border-bottom: 2px solid #72fce3;
}

.main-menu a:hover {
  /* color: #ffff;
    background-color: #fa1f7e;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px; */
  border-bottom: 2px solid #abe4eb;
}

.no-search {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  transition: -webkit-transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  transition:
    transform 0.7s ease-in-out,
    -webkit-transform 0.7s ease-in-out;
}

.no-search > li {
  padding: 10px;
  position: relative;
}

/* .no-search li::after {
    content: " ";
    width: 2px;
    height: 15px;
    position: absolute;
    background: #000;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.no-search li::after:last-child {
    content: "";
    width: 0;
} */

.search-input {
  position: absolute;
  top: -4px;
  right: -200px;
  border-radius: 4px;
  z-index: -1;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.log_in {
  color: #fa1e80;
  font-size: 18px;
}

.log_in:hover {
  text-decoration: none;
  color: #fa1e80;
}

.search-active {
  opacity: 1;
  z-index: 0;
}

ul.dropdown-content a {
  color: #24231f;
  font-size: 16px;
  text-decoration: none;
  padding: 12px;
}

ul.dropdown-content a {
  display: block;
}

.dropdown:hover ul.dropdown-content {
  display: block;
}

ul.dropdown-content li:after {
  content: "";
  display: none;
}

ul.dropdown-content a:hover {
  border-radius: 4px;
}

.dropdown .no-search .dropdown-content li {
  border-bottom: 1px solid lightgray;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50px;
}

.carousel-indicators .active {
  background-color: #5fc9d6 !important;
}

.swiper-pagination-bullet {
  background: #a2a1a1;
}

.carousel-indicators li {
  background-color: rgb(165 163 163 / 50%);
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  margin-bottom: 50px;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border: 0;
  border-top: 0;
  border-bottom: 0;
  background-color: #5c5b5b;
  border-radius: 25px;
  margin-right: 5px;
  margin-left: 10px;
}

.carousel-indicators {
  bottom: 20px;
}

/* MOBILE MENU & ANIMATION */

li.dropdown:hover .dropdown-content {
  display: block;
}

.menu-toggle .bar {
  width: 30px;
  height: 3px;
  background-color: #3f3f3f;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu-toggle {
  -ms-grid-column-align: end;
  justify-self: end;
  margin-right: 25px;
  display: none;
}

.menu-toggle:hover {
  cursor: pointer;
}

#mobile-menu.is-active .bar:nth-child(2) {
  opacity: 0;
}

#mobile-menu.is-active .bar:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

#mobile-menu.is-active .bar:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

nav form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 2px;
  background: #1e232b;
  min-width: 18% !important;
  border-radius: 2px;
  border: 1px solid rgba(155, 155, 155, 0.2);
}

nav form .search-data {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  color: #fff;
  font-size: 17px;
  border: none;
  font-weight: 500;
  background: none;
}

nav form button {
  padding: 0 15px;
  color: #fff;
  font-size: 17px;
  background: #76ab30;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

nav form button:hover {
  background: #13baba;
}

/* searchbar */

#search_bar {
  background: transprant;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  height: 70px;
}

#search_bar .search-icon {
  width: 40px;
  text-align: center;
  /* margin: 0 50px; */
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  display: none;
}

#search_bar.search-icon {
  display: none;
}

#search_bar ul {
  margin: 0;
  padding: 0;
  gap: 15px;
}

@media (max-width: 1440px) {
  #search_bar ul {
    gap: 10px;
  }
}

.search_wrap {
  display: flex;
  align-items: center;
  justify-content: end;
}

#mob-menu-container .slicknav_nav {
  background: #abe4eb;
  color: #000;
}

#mob-menu-container .slicknav_nav li {
  border-bottom: 1px solid #ff1d80;
}

#mob-menu-container .slicknav_nav a:hover {
  background: #ee5f9e;
  color: #fff;
}

#mob-menu-container .slicknav_nav .slicknav_row:hover {
  background: #ee5f9e;
}

ul.sub-menu {
  background: #abe4eb;
}

@media (min-width: 1541px) {
  .mega-menu-wrapper > .sub-menu {
    width: 1500px !important;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1200px) and (max-width: 1540px) {
  .mega-menu-wrapper > .sub-menu {
    width: 1180px !important;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .mega-menu-wrapper > .sub-menu {
    width: 1000px !important;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .navbar {
    position: unset;
  }
  .header_bot {
    position: relative;
  }
  .mega-menu-wrapper > .sub-menu {
    display: grid !important;
    gap: 24px;
    padding: 10px !important;
    float: unset !important;
    background: #efefef;
    left: 0 !important;
    margin: 0 auto !important;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    right: 0 !important;
  }
  .main-menu #access ul .mega-menu-item a {
    background: transparent !important;
  }
  /* .main-menu #access>ul>li {
        padding: 54px 0;
    } */
  .mega-menu-header > a {
    font-size: 14px !important;
    font-weight: 900 !important;
  }
  .mega-menu-wrapper > .sub-menu .mega-menu-item > a {
    padding: 8px 12px !important;
    font-weight: 800 !important;
  }
  .mega-menu-wrapper:hover {
    visibility: visible;
    pointer-events: all;
    opacity: 1 !important;
  }
  .main-menu #access li:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    top: 100%;
  }
  /* .mega-menu-wrapper {
    position: unset !important;
  } */
  #menu-item-29 .sub-menu {
    left: -480px !important;
    right: auto !important;
  }
  .mega-menu-item .sub-menu {
    position: unset !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    display: block !important;
    margin-top: 0 !important;
    box-shadow: unset !important;
  }
  .mega-menu-item .sub-menu li {
    border: 0 !important;
  }
  .mega-menu-wrapper > .sub-menu ul.sub-menu {
    width: 100% !important;
  }
  .main-menu #access .mega-menu-wrapper ul ul a {
    background: #ffffff00 !important;
    border: 0 !important;
    padding: 8px 12px;
  }
  .main-menu #access .mega-menu-item ul ul a,
  .main-menu #access .mega-menu-item ul a {
    border: 0 !important;
  }
  .mega-menu-wrapper > .sub-menu .mega-menu-item {
    border: 0 !important;
  }
  .mega-menu-wrapper .mega-menu-item > .sub-menu {
    margin-top: 10px !important;
  }
  .mega-menu-wrapper > .mega-menu-item > .sub-menu > li:hover a {
    color: #ee5f9e !important;
  }
  .main-menu #access ul ul li:hover > a,
  .main-menu #access a:focus {
    color: #f53a8f !important;
    background: transparent !important;
  }
}

/* #End region header */

/*----------------------------------------------
3. SLider
----------------------------------------------*/

/* #region Slider */

.slider {
  width: 100%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding-top: 70px; */
}

span.nature {
  color: #f9d654;
  /* font-family: "Roboto-bold"; */
}

q::after {
  font-size: 3em;
  position: relative;
  top: 85px;
}

q::before {
  font-size: 3em;
  position: relative;
}

.carousel-caption.d-flex.align-items-center.justify-content-center {
  position: absolute;
  top: 0;
  /* left: 0; */
  flex-direction: column;
}

.carousel-caption h2 {
  line-height: 70px;
  font-size: 50px;
  color: #5c5b5b;
  margin-bottom: 20px;
}

.btn_banner {
  background: #fd2e89;
  color: #fff;
  text-decoration: none;
  padding: 17px 30px 15px 30px;
  font-size: 18px;
  font-weight: 700;
}

.btn_banner:hover {
  background: #fff;
  color: #fa1e80;
  text-decoration: none;
  border: 1px solid;
}

.banner_btn_out {
  border: 1px solid #5c5b5b;
  padding: 26px 10px 24px 10px;
}

/* #End Slider */

/*----------------------------------------------
About by category
----------------------------------------------*/

#abt_sec {
  background: url(../images/icon-BG.png) center top no-repeat;
  background-size: cover;
  /* height: 300px; */
  background-position: bottom center;
  display: block;
  margin-bottom: 0;
}

.cent_txt {
  text-align: center;
}

.abt_sec_in {
  display: grid;
  padding-top: 60px;
  padding-bottom: 20px;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
}

.cent_txt p {
  font-size: 20px;
  padding: 20px 0;
  color: #474545;
}

/*----------------------------------------------
shop_slick
----------------------------------------------*/

#shop_slick {
  padding: 50px 0;
  overflow: hidden;
}

.card1,
.card2,
.card3 {
  margin: 0 20px 20px 20px;
}

.card1 img,
.card2 img,
.card3 img {
  background: #eef2f2;
  width: 100%;
  padding: 0px 50px;
}

.card1 figcaption,
.card2 figcaption,
.card3 figcaption {
  /* box-shadow: 0px 1px 3px 0px #888; */
  box-shadow: 0 1px 5px 0 rgb(0 0 0 / 22%);
  padding: 30px;
  height: 200px;
}

.card1 figcaption h3,
.card2 figcaption h3,
.card3 figcaption h3 {
  color: #5c5b5b;
  font-size: 26px;
}

.card1 figcaption p,
.card2 figcaption p,
.card3 figcaption p {
  font-size: 20px;
  color: #f60e56;
}

.card1 figcaption a,
.card2 figcaption a,
.card3 figcaption a {
  font-size: 20px;
  color: #84c9d6;
}

.shop_slick_head_wrap {
  font-size: 36px;
  font-weight: 700;
  color: #5c5b5b;
  text-align: center;
  margin: 30px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #86cad7;
}

.slick-dots li button:before {
  font-size: 16px;
  color: #000;
}

/*----------------------------------------------
shop by category
----------------------------------------------*/

#shop_category {
  background: #fafced;
  padding: 30px 0;
}

#shop_category h3 {
  font-size: 30px;
  font-weight: 700;
  color: #5c5b5b;
  text-align: center;
  margin: 20px 0 0 0;
}
.shop_cat_img {
  text-align: center;
  margin: 30px 0;
}

.shop_cat_img img {
  width: 700px;
}

/* slick slider */

/*----------------------------------------------
week off
----------------------------------------------*/

#week_off {
  background: url(../images/1.jpg) center top no-repeat;
  height: 700px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.wee_off_wrap {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(6%, 230px);
}

.wee_off_wrap h3 {
  font-size: 40px;
  color: #5c5b5b;
}

.wee_off_wrap h2 {
  font-size: 80px;
  color: #5c5b5b;
  padding: 20px 0;
}

.wee_off_wrap a {
  font-size: 20px;
  color: #fff;
  background: #ef3971a1;
  padding: 10px 20px 6px 20px;
}

.wee_off_wrap a:hover {
  text-decoration: none;
}

.week_off_btn {
  border: 1px solid;
  display: table;
  padding: 18px 8px 12px 8px;
}

/*----------------------------------------------
Did you know
----------------------------------------------*/

.carousel_2_slider_content {
  position: absolute;
  right: 130px;
  top: 120px;
  z-index: 10;
  border: 2px dashed #575354;
  border-radius: 50px;
  padding: 40px;
  height: auto;
  width: 600px;
}

.carousel_2_slider_content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #5c5b5b;
  margin: 20px 0;
}

.carousel_2_slider_content p {
  font-size: 20px;
  color: #5c5b5b;
  line-height: 30px;
}

#did_you_know_2 {
  display: none;
  background: #abe4eb;
  padding: 50px 0;
  text-align: center;
}

#did_you_know_2 p {
  font-size: 16px;
  color: #5c5b5b;
  line-height: 30px;
}

#did_you_know_2 h3 {
  font-size: 30px;
  color: #5c5b5b;
  font-weight: 700;
}

/*----------------------------------------------
mothers story
----------------------------------------------*/

#mothers_story {
  background: #fafced;
  padding: 50px 0;
}

.mothers_story_head_wrap {
  font-size: 36px;
  font-weight: 700;
  color: #5c5b5b;
  text-align: center;
}

.mothers_story_sec p {
  font-size: 20px;
  line-height: 30px;
}

.mother_story_inner {
  text-align: center;
  border: 3px dashed #13baba73;
  color: #00000063;
  background: #fff;
  border-radius: 50px;
  padding: 30px;
  min-height: 430px;
}

.mother_story_inner span h3 {
  font-size: 18px;
  font-weight: 600;
  color: #5fc9d6;
}

.mother_story_inner span h4 {
  font-size: 16px;
}

/*----------------------------------------------
7. Footer
----------------------------------------------*/

#contact_us {
  background: #fff;
  padding: 50px 0;
}

#contact_us h3 {
  font-size: 40px;
  font-weight: 700;
  color: #5c5b5b;
  text-align: center;
  margin: 0;
}

/* Footer starts */

.bg-footer {
  background: url(../images/3.jpg) center top no-repeat;
  height: auto;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.footer-heading {
  letter-spacing: 2px;
  position: relative;
  font-weight: 600;
  font-family: "Signika", sans-serif;
}

.footer-link p {
  font-size: 16px;
  color: #0000008f;
  line-height: 30px;
  font-family: "Signika", sans-serif;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgb(0 0 0 / 98%);
  width: 90%;
}

.footer-alt {
  color: #000000;
}

.row.search {
  padding: 1rem 0px;
}

/* .search form {
    padding-left: 22px;
} */

.rigt_con input {
  background: transparent;
  border: 1px solid #fff;
}

.in_wrap {
  width: 70%;
  padding: 12px;
  color: #000 !important;
}

.in_btn i {
  font-size: 16px;
  color: #0000005e;
}

.in_btn {
  padding: 20px 15px 22px 15px;
  border: 1px solid #000;
  margin-left: -5px;
  background: #ffd3e4;
}

.foot_bot {
  background: #ffd3e4;
}

.foot_bot p {
  margin: 0;
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  font-family: "Signika", sans-serif;
}

nav.woocommerce-breadcrumb ol {
  list-style: none;
  padding: 1rem;
  display: flex;
  margin-top: 1rem;
  font-size: 16px;
  font-weight: 700;
  background: #f0f0f0;
  border-radius: 5px;
}

/* Footer ends */

/* 13-05-2022 */

.p_p_logo img {
  height: 100px;
}

.main-menu #access a {
  font-family: "Josefin Sans", sans-serif;
  padding: 5px 15px;
  text-transform: unset;
  font-size: 18px;
}

.p_p_center_menu {
  display: flex;
  align-items: center;
  justify-content: end;
}

.log_in a {
  color: #fa1e88 !important;
  font-size: 16px;
}

.box_imgg {
  transition: 0.4s all ease-in-out;
}

.box_imgg:hover {
  -ms-transform: scale(1.05);
  /* IE 9 */
  -webkit-transform: scale(1.05);
  /* Safari 3-8 */
  transform: scale(1.05);
}

.main-menu #access ul ul {
  top: 180%;
}

.main-menu #access ul li.current-menu-parent li a {
  color: #000;
}

.main-menu #access ul ul a {
  color: #030303;
  background: #abe4eb !important;
  padding: 12px 20px;
  border-bottom: 1px solid #0b0b0b !important;
  font-size: 14px;
  font-weight: 400;
}

.main-menu #access ul ul :hover > a,
.main-menu #access a:focus {
  background: #ee5f9e !important;
  color: #fff !important;
}

.week_off_btn a:hover {
  background: #fff;
  color: #ef3971a1;
}

/* 16-05-2022 */

#search_bar .cart {
  color: #fa1e80;
}

#search_bar ul li:nth-child() {
  width: 100%;
}

.mob {
  display: none;
}

.main-menu #access ul li.current_page_parent > a {
  color: #000;
}

.main-menu #access ul li.current-menu-item a {
  background: none;
  border-bottom: 2px solid #abe4eb;
  color: #000;
}

#home_shop_wrapper .woocommerce ul.products li.product {
  width: 100%;
  margin: 0;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #5fc9d6 !important;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 18px;
  display: inline-block;
}

#home_shop_wrapper .woocommerce ul.products li.product a img {
  padding: 20px;
  margin: 0;
}

#home_shop_wrapper .woocommerce {
  margin: 10px;
  box-shadow: 0 2px 15px 0px rgb(0 0 0 / 10%);
  padding: 20px 0;
  min-height: 600px;
}

#home_shop_wrapper .woocommerce:hover {
  box-shadow: 0px 1px 3px 1px #888;
}

#home_shop_wrapper .woocommerce .woocommerce-loop-product__title {
  font-size: 24px;
  color: #5c5b5b;
  min-height: 100px;
  padding: 20px;
}

#home_shop_wrapper .woocommerce .price {
  font-size: 18px;
  color: #fd2e89;
  font-weight: 600;
  padding: 0 20px 20px;
}

#home_shop_wrapper
  .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-variation-button-select {
  padding: 5px 10px;
  font-size: 13px;
}

#home_shop_wrapper .variations tbody {
  display: flex;
}

#home_shop_wrapper
  .vi_wpvs_loop_variation_form
  .vi-wpvs-variation-style-vertical
  .vi_variation_container {
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0 5px;
}

#home_shop_wrapper .vi_wpvs_loop_action {
  justify-content: center;
  text-align: center;
}

#home_shop_wrapper .vi_variation_attr_name {
  color: #52b2be;
  font-weight: 700;
}

#home_shop_wrapper .added_to_cart {
  margin-left: 10px;
  color: #fd2e89;
  font-weight: 800;
  padding: 8px;
  border: 1px solid;
  border-radius: 5px;
}

.shop_head_wrap {
  font-size: 36px;
  font-weight: 700;
  color: #5c5b5b;
  text-align: center;
  margin: 50px 0;
}

/* 17-05-2022 */

#product-wrapper .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-select {
  max-width: 40%;
  width: 100%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #fd2e89;
}

.logo_sec img {
  width: auto;
  height: 80px;
}

.logo_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

#home_shop_wrapper .woocommerce ul.products li.product .button {
  color: #5fc9d6;
  background-color: transparent;
  margin: 0;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 400;
}

#home_shop_wrapper .woocommerce ul.products li.product .button:hover {
  text-decoration: underline;
  border: none !important;
  background: none !important;
  color: #5fc9d6 !important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #fd2e89;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fd2e89;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
  border: 1px solid transparent;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #ffd3e4;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1;
}

.woocommerce div.product div.images .flex-control-thumbs li img:hover {
  filter: grayscale(100%);
}

.woocommerce .woocommerce-breadcrumb {
  color: #fd2e89;
}

nav.woocommerce-breadcrumb li {
  font-size: 13px;
}

.woof_block_html_items ul {
  padding: 0;
}

.woocommerce ul.products li.product .button {
  background: #60cad4;
  color: #fff;
}

#woof_results_by_ajax .woocommerce-loop-product__title {
  font-size: 20px;
  color: #5c5b5b;
}

.woocommerce ul.products li.product .price {
  color: #fd2e89;
  font-size: 18px !important;
  padding: 10px 0;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 50px;
}

/* 18-04-2022 */

/* .navbar {
    padding-top: 10px;
} */

.woocommerce-products-header {
  display: none;
}

#sidebar {
  background: #fef7fb;
  padding: 20px;
}

.woocommerce .woocommerce-result-count {
  margin: 1em 0 0em 0;
  font-size: 16px;
  font-weight: 600;
  color: #090808;
  border: 1px solid #ffd3e4;
  padding: 10px;
  border-radius: 5px;
}

.woocommerce .woocommerce-ordering select {
  border: 1px solid #ffd3e4;
  padding: 10px;
  background: transparent;
  border-radius: 5px;
  font-size: 16px;
}

#home_shop_wrapper .woocommerce ul.products {
  background: transparent;
  padding: 0;
}

#sidebar ul:first-child {
  padding-left: 0;
}

.widgettitle {
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px solid #ffd3e4;
}

.main-bg-right-wrapper ul.products li {
  background: #fff;
  padding: 20px !important;
}

.main-bg-right-wrapper .woocommerce-loop-product__title {
  font-size: 20px !important;
  font-weight: 400;
  color: #5c5b5b;
  line-height: 26px;
  min-height: 100px;
  align-items: center;
  display: flex;
}

.main-bg-right-wrapper .woocommerce-result-count {
  margin: 0;
}

.sidebar-bg-left-wrapper {
  margin-top: 55px;
}

.sidebar-bg-left-wrapper .bapf_body label {
  font-size: 16px;
  padding: 5px 10px;
}

#block-3 h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fd2e89;
}

.sidebar-bg-left-wrapper .bapf_head h3 {
  font-size: 20px;
  color: #fd2e89;
}

.irs--round .irs-handle {
  border: 4px solid #fd2e89;
}

.irs--round .irs-bar {
  background-color: #fd2e89;
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
  background-color: #60cad4;
}

.slicknav_btn {
  background-color: #5fc9d6;
}

.irs-max {
  visibility: hidden !important;
}

#home_shop_wrapper .star-rating {
  display: none;
}

.irs--round .irs-from:before,
.irs-to:before {
  border-top-color: #60cad4 !important;
}

.sidebar-bg-left-wrapper .bapf_sfilter .bapf_body ul li ul {
  margin: 0;
}

#block-3 .fa-plus:before {
  content: "\f0dd" !important;
}

#block-3 .fa-minus:before {
  content: "\f0d8" !important;
}

.sidebar-bg-left-wrapper .bapf_sfilter .bapf_cchild,
.bapf_sfilter .bapf_ochild {
  padding: 0px 5px 0px 5px;
  font-size: 18px;
}

.main-bg-right-wrapper .products {
  background: #fef7fb;
  padding: 20px !important;
}

.single-product .woocommerce-product-gallery {
  box-shadow: 0 2px 15px 0px rgb(0 0 0 / 10%);
}

.single-product .related {
  background: #fdf0f7;
  padding: 20px;
  margin-bottom: 100px;
}

.single-product ul.products li {
  background: #fff;
  padding: 20px !important;
}

.single-product .product_title {
  justify-content: start;
  color: #5c5b5b;
  font-size: 30px;
  font-weight: 700;
}

.single-product .price {
  font-size: 24px !important;
  padding: 20px 0;
  margin: 0;
}

.vi-wpvs-variation-wrap
  .vi-wpvs-variation-wrap-select-wrap
  .vi-wpvs-variation-button-select
  > span {
  font-size: 16px;
}

.single-product .woocommerce-product-details__short-description p {
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
}

.vi-wpvs-variation-wrap
  .vi-wpvs-variation-wrap-select-wrap
  .vi-wpvs-variation-button-select {
  border-radius: 5px;
  border: 1px solid #ffcbe7;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap {
  font-size: 14px;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
  background: rgb(28 199 220) !important;
}

.single-product .variations label {
  font-size: 16px;
  color: #5fc9d6;
}

.single-product div.product div.images {
  width: 40%;
}

.single-product div.product div.summary {
  width: 56%;
}

.single-product button.button.alt.disabled {
  background-color: #5fc9d6;
}

.single-product div.product form.cart .reset_variations {
  color: #fd2e89;
  font-size: 16px;
}

.single-product div.product form.cart .woocommerce-variation-price {
  padding: 15px 0;
}

.single-product #respond input#submit.alt:hover {
  background-color: #fd2e89;
}

.single-product .woocommerce-loop-product__title {
  font-size: 20px !important;
  color: #5c5b5b;
  line-height: 30px;
}

.single-product .related h2:first-child {
  font-size: 30px;
  color: #5c5b5b;
  text-align: center;
  padding: 20px 0 50px 0;
}

.single-product div.product form.cart .variations {
  margin-bottom: 0;
}

.single-product .vi-wpvs-variation-style .vi-wpvs-variation-wrap-wrap {
  margin-bottom: 10px;
}

.single-product .woocommerce-breadcrumb ol {
  margin-bottom: 50px;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active {
  background: #ef90b0;
  color: #fdf0f7;
  border-bottom: 1px solid #000;
}

.single-product .woocommerce-tabs {
  border: 1px solid #ffd3e4;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 10px;
}

.single-product ul.products li.product {
  margin: 0px 30px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border-bottom-left-radius: 0px;
  border: none;
  box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  text-transform: none;
  padding: 10px;
}

.woocommerce-noreviews,
.comment-reply-title,
.comment-form-rating,
.comment-form-comment {
  font-size: 16px;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
  .vi-wpvs-option-wrap.vi-wpvs-option-wrap-hover {
  color: #000;
}

.vi-wpvs-variation-wrap .vi-wpvs-option-wrap .vi-wpvs-option {
  justify-content: start;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 0px;
  border: none;
  box-shadow: none;
}

.woocommerce div.product .reviews_tab {
  border: none;
  border-radius: 0;
}

.woocommerce div.product .additional_information_tab {
  border: none;
  border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: none;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  border-radius: 0;
}

.single-product .woocommerce-product-attributes-item__value a {
  color: #fa1e88;
  pointer-events: none;
}

.single-product .wc-tabs {
  padding: 0 !important;
}

.single-product .woocommerce-Tabs-panel ul {
  list-style: circle;
}

.single-product .woocommerce-Tabs-panel ul li {
  font-size: 16px;
  padding: 10px 0;
}

.woocommerce p.stars a {
  color: #ef90b0;
}

.single-product #respond input#submit {
  color: #fff;
  background-color: #60cad4;
}

.single-product #review_form #respond textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ffd3e4;
}

.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #60cad4;
}

.woocommerce button.button.alt:hover {
  background-color: transparent;
  border: 1px solid #fd2e89;
  color: #fd2e89;
}

.woocommerce-message {
  border-top-color: #fd2e89;
  color: #fd2e89;
}

.woocommerce-message::before {
  color: #fd2e89;
}

.woocommerce .woocommerce-message .button {
  color: #fff;
  background-color: #60cad4;
  padding: 10px;
}

.woocommerce .woocommerce-message .button:hover {
  background: transparent;
  color: #fd2e89;
  border: 1px solid;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-color: #fd2e89;
  background-color: #fdf0f7;
}

.woocommerce-remove-coupon:hover {
  color: #ec0000;
}

.woocommerce-remove-coupon {
  color: #d27272;
}

.coupon {
  display: flex;
}

.coupon label {
  display: none;
}

/* \\ card sec\\ */

.woocommerce-info::before {
  color: #fd2e89;
}

.return-to-shop .button {
  background: #60cad4 !important;
  color: #fff !important;
}

.return-to-shop .button:hover {
  background: transparent !important;
  color: #fd2e89 !important;
  border: 1px solid #fd2e89 !important;
  border-radius: 5px;
}

.woocommerce table.shop_table {
  border: 1px solid #ffd3e4;
  font-size: 18px;
}

.page-id-12.woocommerce-cart .entry-title {
  font-size: 34px;
  padding: 10px 30px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #ffd3e4a1;
  border-radius: 10px;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #a00;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border-top: 1px solid #ffd3e4;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #ffd3e4;
}

.page-id-12.woocommerce-cart .product-thumbnail img {
  max-width: 180px !important;
}

.page-id-12.woocommerce-cart .product-name a {
  font-size: 18px;
  color: #000;
}

.page-id-12.woocommerce-cart .product-price,
.page-id-12.woocommerce-cart .product-name,
.page-id-12.woocommerce-cart .product-quantity {
  font-size: 18px;
}

.page-id-12.woocommerce-cart .product-subtotal {
  font-size: 18px;
}

.page-id-12.woocommerce-cart .product-quantity .qib-container {
  justify-content: start !important;
}

.page-id-12.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  background-color: #fa1e88;
  color: #fff;
}

.page-id-12.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background-color: transparent;
  border: 1px solid #fd2e89;
  color: #fd2e89;
}

.woof_childs_list_opener {
  margin-left: 8px;
  padding-top: 8px;
}

.woof_childs_list_opener span {
  width: 10px;
  height: 10px;
}

.page-id-12.woocommerce-cart .shop_table button.button {
  color: #ffffff;
  background-color: #60cad4;
  font-size: 12px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid #ffd3e4;
  padding: 5px 6px 5px;
  margin-right: 10px;
}

.woocommerce-info .showcoupon {
  color: #fd2e89;
  padding-left: 10px;
}

.woocommerce-cart table.cart td.actions .input-text {
  width: 200px;
}

.page-id-12.woocommerce-cart .shop_table button.button:hover {
  color: #fd2e89;
  background-color: transparent;
  border: 1px solid #fd2e89;
}

.page-id-12.woocommerce-cart table.shop_table {
  border: 1px solid #ffd3e4;
}

.ms_head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
}

.ms_head_in_head {
  align-items: center;
}

.ms_head_in_head_left {
  display: flex;
  justify-content: end;
}

.ms_head_in_head_end {
  display: flex;
}

#product-wrapper {
  margin: 0px 0 50px 0;
}

.page-id-12.woocommerce-cart .actions button {
  display: none !important;
}

.page-id-12.woocommerce-cart .actions .coupon button {
  display: block !important;
}

.page-id-12.woocommerce-cart .cart-subtotal,
.page-id-12.woocommerce-cart .order-total {
  font-size: 18px;
}

.faq-cart-page-wraper h2 {
  font-size: 36px;
  font-weight: 700;
  color: #5c5b5b;
  text-align: center;
  margin-bottom: 20px;
}

.page-id-12.woocommerce-cart .su-spoiler-title {
  background: #60cad4;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: #fff;
}

.page-id-12.woocommerce-cart .su-spoiler-content {
  background: #e2e2e257;
  border-radius: 0;
  border: 1px solid #a3a2b3;
}

.page-id-12.woocommerce-cart .abt_sec_in {
  padding-top: 0;
  border: 10px solid #ffd3e4;
  border-radius: 20px;
}

.page-id-12.woocommerce-cart .cent_txt p {
  padding: 0px 0;
}

.su-spoiler-style-fancy {
  border: none;
  border-radius: unset;
}

.su-spoiler-style-fancy > .su-spoiler-content {
  border-radius: 0;
}

.su-accordion .su-spoiler {
  border: 0;
}

.faq-cart-page-wraper {
  margin-bottom: 50px;
  padding-top: 30px;
}

#customer_details {
  background: #fdf0f7;
  padding: 20px;
  border-radius: 10px;
}

.woocommerce form .form-row input.input-text {
  line-height: 11px;
  border-radius: 10px;
  border: 1px solid #a8a3a3;
  padding: 12px;
  font-size: 18px;
}

.woocommerce form .form-row label {
  line-height: 2;
  font-size: 20px;
}

.woocommerce form .form-row {
  margin: 0 0 10px;
}

/* .woocommerce-checkout{
    margin-bottom: 100px;
    margin-top: 50px;
} */

.woocommerce-additional-fields {
  margin: 50px 0 30px 0;
}

.select2-container .select2-selection--single {
  height: 35px;
  padding: 5px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
}

.woocommerce form .form-row textarea {
  height: 5em;
  padding: 20px;
  font-size: 16px;
}

.comment-form-author {
  display: flex;
  align-items: center;
}

.comment-form-author label {
  font-size: 16px;
  padding-right: 20px;
}

.comment-form-email,
.comment-form-cookies-consent {
  display: flex;
  align-items: center;
}

.comment-form-email label {
  font-size: 16px;
  padding-right: 22px;
}

.woocommerce-Reviews p,
.comment-form-author,
.comment-form-email {
  margin: 20px 0 20px 0 !important;
}

.comment-form-cookies-consent {
  font-size: 16px;
}

.comment-form-cookies-consent label {
  padding-left: 10px;
}

#payment button {
  padding: 15px 25px;
  font-size: 18px;
}

.checkout-wrap {
  padding: 20px 0 100px 0;
}

/* Thank you. Your order has been received */

.order-rec-wrap {
  box-shadow: 1px 0px 3px 2px #ddd;
  padding: 20px;
  margin: 50px 0 50px 0;
}

.order-rec-wrap .woocommerce-thankyou-order-received {
  font-weight: 800;
  font-size: 40px;
  color: #fd2e89;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.order-rec-wrap ul.order_details {
  font-size: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0;
}

.order-rec-wrap .woocommerce-order-details__title {
  font-size: 30px;
  padding: 20px 0 10px 0;
  font-weight: 800;
}

.order-rec-wrap .wc-item-meta-label {
  color: #60cad4;
}

.order-rec-wrap .woocommerce-table__product-name {
  color: #fd2e89;
}

.success-img {
  text-align: center;
}

.success-img img {
  width: 120px;
}

.order-rec-wrap .woocommerce-table__product-name a {
  font-size: 20px;
  color: #5c5b5b;
}

.order-rec-wrap .pay-met .woocommerce-order-details .woocommerce-table {
  border-collapse: collapse;
}

.order-rec-wrap .pay-met .woocommerce-order-details .woocommerce-table td {
  padding: 20px;
}

.order-rec-wrap .pay-met .woocommerce-order-details .woocommerce-table th {
  padding: 20px;
}

.order-rec-wrap .pay-met .woocommerce-order-details .wc-item-meta {
  padding: 15px 0 0 0;
}

.order-rec-wrap ul.order_details li {
  padding: 0 50px;
  margin: 0;
  line-height: 30px;
}

.order-rec-wrap .woocommerce-customer-details {
  margin: 0;
  padding: 30px 0;
}

.order-rec-wrap .woocommerce-customer-details address {
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #ffd3e4 !important;
  font-weight: 700;
  padding: 20px;
}

.pay-met p:first-child {
  font-size: 16px;
  margin: 0;
}

.single-product .woocommerce-product-rating {
  margin-bottom: 0 !important;
}

.single-product .woocommerce-product-rating .star-rating {
  margin: 8px 10px 0px 0;
}

.single-product .woocommerce-product-rating .woocommerce-review-link {
  color: #1cc7dc;
  font-size: 16px;
}

/* contact us */

/* #contact-wrapper .w-80{
    width: 80%;
} */

.contact_wrap h1 {
  font-size: 50px;
  font-weight: 700;
  padding: 50px 0 20px 0;
}

.contact_wrap p {
  font-size: 20px;
  padding: 0 0 30px 0;
  text-align: center;
  line-height: 30px;
  margin: 0;
}

.banner_bg {
  overflow: hidden;
  height: 400px;
}

.banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_bg:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: url(../images/heart-strip-top.png) repeat-x;
  z-index: 1;
}

.banner_bg {
  background-image: url("../images/contact-bann.jpg");
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.banner_bg_expert {
  background-image: url("https://www.quickdry.in/wp-content/uploads/2025/12/Our-Expert-banner.jpg");
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.banner_bg_certification {
  background-image: url("https://www.quickdry.in/wp-content/uploads/2025/12/Certification-banner.jpg");
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.banner_bg_contact {
  background-image: url("https://www.quickdry.in/wp-content/uploads/2025/12/Contact-Us-banner.jpg");
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.banner_bg_about {
  background-image: url("https://www.quickdry.in/wp-content/uploads/2025/12/Our-Story-banner.jpg");
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
}

.overlay {
  background: linear-gradient(
    -180deg,
    rgba(34, 34, 34, 0.75) 0%,
    rgba(34, 34, 34, 0.45) 0%
  );
  width: 100%;
  height: 100%;
}

.contact_sec_1 {
  margin: 50px 0;
  background: #fdf0f7;
  border-radius: 10px;
  padding: 40px 0 20px 0;
}

.contact_sec_1 h3 {
  font-size: 24px;
  font-weight: 700;
}

.contact_sec_1 p {
  font-size: 20px;
  line-height: 30px;
}

.contact_sec_1_right {
  border-left: 1px dashed #9b8d93;
  padding-left: 200px;
}

.gform_required_legend {
  display: none;
}

.contact_sec_1_left {
  text-align: center;
}

.contact_sec_1_right i {
  color: #fd2e89;
}

.contact_sec_2 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  padding: 50px 0 20px 0;
}

.contact_sec_2 .gform_required_legend {
  font-size: 20px;
}

.contact_sec_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.contact_sec_2 #gform_1 input {
  border-radius: 15px;
  border: 1px solid #0000007d;
  padding: 18px 20px 15px 15px;
}

.contact_sec_2 .gform_wrapper.gravity-theme .gfield textarea {
  border-radius: 15px;
  border: 1px solid #0000007d;
}

.contact_sec_2 .gform_wrapper.gravity-theme .gfield {
  margin-bottom: 15px;
}

.contact_sec_2 #gform_submit_button_1 {
  font-size: 20px;
  padding: 10px 20px !important;
  background: #fd2e89;
  color: #fff;
  border: none !important;
}

.ph_i i {
  font-family: "FontAwesome";
}

.page-id-12.woocommerce-cart a.shipping-calculator-button {
  color: #f52e89;
}

.post-1288 p,
.post-1282 p {
  font-size: 16px;
  text-align: justify;
  margin: 10px 0;
  line-height: 30px;
}

.post-1288 li,
.post-1282 li {
  font-size: 16px;
  text-align: justify;
}

.post-1288 h4,
.post-1282 h4 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px;
  color: #60cad4;
}

.post-1288 a,
.post-1282 a {
  color: #f52e89;
}

.post-1288 .entry-content,
.post-1282 .entry-content {
  margin-bottom: 100px;
}

/* 30.5-2022 */

.contact_sec_2_inner {
  background:
    linear-gradient(0deg, rgb(21 19 20 / 30%), rgb(33 30 32 / 30%)),
    url(/wp-content/themes/pawpaw/assets/images/contact-us.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  padding: 0px 40px 20px 40px;
  border-radius: 20px;
}

.contact_sec_2 #gform_1 textarea {
  padding: 18px 0px 0px 15px;
}

.contact_sec_2 #gform_submit_button_1:hover {
  background: #fff;
  color: #fd2e89;
}

.map-box {
  margin-bottom: 100px;
}

.star-rating {
  color: #fd2e89;
}

.bapf_slidr_all {
  margin-top: 15px;
}

.woocommerce ul.products li.product .button:hover {
  background: #fff;
  color: #fd2e89;
  border: 1px solid #fd2e89;
}

.woocommerce-Tabs-panel p {
  font-size: 16px;
  text-align: justify;
  line-height: 26px;
  margin: 0 !important;
  padding: 5px 0;
  color: #605f5f;
}

#tab-key-features h3 {
  font-size: 16px;
  padding: 25px 0 0px 0;
  font-weight: 700;
  color: #03a7b7;
  margin: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  color: #03a7b7;
  font-size: 15px;
}

.comment-form-rating .stars {
  margin: 0 !important;
}

#reply-title {
  font-size: 24px;
  font-weight: 700;
  color: #fd2e89;
}

#review_form_wrapper .comment-form-rating label {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
}

#review_form_wrapper .comment-form-comment label {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 600;
}

#review_form_wrapper .comment-form-comment {
  margin-top: 0 !important;
}

.single-product .woocommerce-Tabs-panel ul li {
  color: #605f5f;
}

.single-product .yikes-custom-woo-tab-title {
  /* font-size: 26px;
    font-weight: 600;
    color: #03a7b7; */
  display: none;
}

.woocommerce #reviews #comments h2 {
  font-size: 20px;
  font-weight: 600;
  color: #03a7b7;
  padding: 0px 0 20px 0;
}

.woocommerce #reviews #comments h2 span {
  font-size: 20px;
  font-weight: 600;
  color: #03a7b7;
}

/* pagination */

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 14px;
  font-size: 18px;
  background: #ffd3e4;
  color: #000;
  font-weight: 800;
  margin: 0 5px;
  border-radius: 5px;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #60cad4;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #60cad4;
  color: #000000;
}

.ban_pg_2_content {
  left: 25%;
}

.ban_pg_3_content {
  left: 26%;
}

.sku_wrapper {
  font-size: 16px;
}

.posted_in {
  font-size: 16px;
}

.posted_in a {
  color: #5fbcdc;
}

#tab-key-features h2 {
  font-size: 26px;
  font-weight: 600;
  color: #03a7b7;
}

.search_wrap .cus-search-box {
  background: #f9e7f3;
  position: absolute;
  top: 74px;
  right: 4.7%;
  width: 350px;
  z-index: 100;
  padding: 6px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border-top: 4px solid #f52e89;
  display: none;
}

.search_wrap .cus-search-box:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #f52e89;
}

.page-id-12.woocommerce-cart .cart_totals {
  width: 100%;
}

/* inner page slider */

.wrps_related_products .wpb-wrps-item figcaption .wpb_wrps_title {
  font-size: 18px;
  line-height: 24px;
  text-align: start;
  margin: 0;
  padding: 20px 0 0px 0;
  min-height: 70px;
}

.wrps_related_products.wrps_theme_box figure {
  padding: 20px;
  border: 1px solid #ece7e9;
  border-radius: 5px;
  min-height: 540px;
}

.wrps_related_products.wrps_theme_box .wpb_wrps_cart_btn a.button {
  background: #6ec9d6;
  color: #fff;
  font-size: 16px;
  text-transform: unset;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
}

.wpb_wrps_cart_btn {
  text-align: start;
}

.wpb_wrps_price {
  margin-bottom: 7px;
  font-size: 18px;
  color: #fd2e89;
  text-align: start;
  padding: 10px 0;
}

.wrps_related_products.wrps_theme_box .wpb_wrps_cart_btn a.button:hover {
  background: transparent;
  color: #fd2e89;
  border: 1px solid;
  border-radius: 5px;
}

.wrps_related_products_area_title {
  text-align: start;
  font-size: 36px;
  font-weight: 700;
  color: #5c5b5b;
  text-align: center;
  margin: 50px 0;
}

.wrps_related_products_area .owl-theme .owl-dots .owl-dot span {
  background-color: #a2a1a1;
  width: 15px;
  height: 15px;
}

.wrps_related_products_area .owl-theme .owl-dots .owl-dot.active span,
.wrps_related_products_area .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #5fc9d6;
}

.wrps_related_products_area .owl-theme .owl-nav i {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}

.wrps_related_products_area .owl-theme .owl-nav [class*="owl-"] {
  border-radius: 5px;
  background: #03a7b7 !important;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  min-height: 560px;
}

.vi-wpvs-variation-wrap
  .vi-wpvs-variation-wrap-select-wrap
  .vi-wpvs-variation-button-select
  > span {
  margin-right: 0px;
}

/* blog-sec */

#blog-wrapper .common-item img {
  border-radius: 20px;
  box-shadow: 0 0 16px #333;
  transition: all 0.5s ease;
}

#blog-wrapper .common-item img:hover {
  box-shadow: 0 0 32px #333;
}

#blog-wrapper .common-item {
  margin: 20px 10px 20px 10px;
}

.blog_head {
  font-size: 34px;
  padding: 10px 30px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #ffd3e4a1;
  border-radius: 10px;
}

#blog-wrapper .title,
#blog-wrapper .details {
  text-align: center;
}

#blog-wrapper .title h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 30px 0 0px 0;
}

#blog-wrapper .title h3 a {
  color: #5c5b5b;
}

#blog-wrapper .date {
  font-size: 15px;
  font-weight: 600;
  color: #26aab7;
}

#blog-wrapper {
  margin-bottom: 100px;
}

/* blog-inner-sec */

#blog-wrapper .blog-image {
  text-align: center;
}

#blog-wrapper .blog-image img {
  border-radius: 20px;
  box-shadow: 0 0 16px #333;
  margin: 0px 0 50px 0;
}

.blog-title h1 {
  font-size: 24px;
  padding: 15px 30px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #ffd3e4a1;
  border-radius: 10px;
}

.blog-content h4 {
  font-size: 22px;
  font-weight: 600;
  color: #03a7b7;
}

.blog-content p {
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 15px;
}

.page-id-12.woocommerce-cart #abt_sec {
  margin-bottom: 20px !important;
}

.order-rec-wrap .woocommerce-column__title {
  font-size: 30px;
  padding: 20px 0 10px 0;
  font-weight: 800;
}

.header_sec_bot {
  display: none;
}

/*14/06/2022*/

.header_sec_bot_inner2 {
  padding-left: 20px;
}

.header_sec_bot_inner2 a {
  color: #fd2e89;
}

.header_sec_bot_inn {
  display: flex;
  align-items: center;
}

.header_sec_bot_inner1 {
  display: flex;
  align-items: center;
}

.cus-mobile-search .aws-wrapper .aws-search-field {
  background: #d8eff5;
  padding-left: 20px;
  padding-right: 0;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.cus-mobile-search input::placeholder {
  color: #000;
}

.cus-mobile-search .aws-container .aws-search-form .aws-form-btn {
  background: #5fc9d6;
  border: none;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.cus-mobile-search .aws-container .aws-search-form .aws-search-btn_icon {
  color: #fff;
}

/* 15-06-2022 */

#desk_banner {
  display: block;
}

#mobile_banner {
  display: none;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 1em 0;
}

.page-id-14 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #03a7b7;
  margin: 0;
}

/*.woocommerce span.onsale {
  top: 10px !important;
  right: 10px !important;
  height: 3.236em;
  width: 3.236em;
  background-color: #60cad4;
  font-size: 14px;
}*/

.blog-content ul li {
  font-size: 16px;
  text-align: justify;
  list-style: circle;
  padding: 10px 0;
}

.blog-content h4 {
  font-size: 20px;
  padding-top: 20px;
}

/* .blog-content {
  margin-bottom: 100px;
} */

.woocommerce form .form-row {
  margin: 20px 0 20px;
}

.woocommerce-LostPassword a {
  color: #fd2e89;
  font-weight: 600;
  border-bottom: 1px solid;
}

.woocommerce form.login,
.woocommerce form.register {
  background: #fef7fb;
  min-height: 460px;
}

.woocommerce-form-login__submit {
  background: #03a7b7 !important;
  color: #fff !important;
  font-size: 16px;
}

.woocommerce-form-login__submit:hover {
  background: transparent !important;
  color: #fd2e89 !important;
  border: 1px solid !important;
}

.woocommerce-form-register__submit {
  background: #03a7b7 !important;
  color: #fff !important;
  font-size: 16px;
}

.woocommerce-form-register__submit:hover {
  background: transparent !important;
  color: #fd2e89 !important;
  border: 1px solid !important;
}

.woocommerce-privacy-policy-link {
  color: #f7348b;
}

.woocommerce-privacy-policy-text p {
  font-size: 16px;
  line-height: 30px;
}

.woocommerce form.register {
  border: 1px solid #ffe3ee;
  border-radius: 10px;
}

.woocommerce-message a {
  color: #19aebc;
}

.showlogin {
  color: #fd2e89;
}

.actions {
  padding: 20px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  margin-right: 0px;
  font-size: 15px;
  padding-left: 20px;
}

.page-id-14 h1 {
  font-size: 34px;
  padding: 10px 30px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #ffd3e4a1;
  border-radius: 10px;
}

.page-id-14 .woocommerce {
  margin: 50px 0 100px 0;
}

/* filter */

.custom-mobile-filter i.fas.fa-align-left:before {
  content: "\f0b0" !important;
}

.custom-mobile-filter {
  background: #60cad4;
  padding: 15px 20px 10px 20px;
  border-radius: 10px;
  color: #fff;
}

.custom-mobile-filter span {
  font-size: 20px !important;
}

#cus-myNav {
  z-index: 999999;
  background-color: rgb(255 211 228);
  color: #000;
}

.sidebar-bg-left-wrapper .cus-overlay-content {
  margin-top: 0px !important;
  top: 8% !important;
}

#cus-myNav .cus-overlay-content .bapf_head h3 {
  font-size: 24px;
  color: #fd2e89;
  font-weight: 700;
  text-align: start;
  padding-left: 2rem;
}

#cus-myNav .cus-overlay-content .bapf_slidr_all {
  padding: 0px 32px 50px 32px;
  width: 50%;
}

#cus-myNav .cus-overlay-content .irs-to {
  left: 91.2257% !important;
  font-size: 14px !important;
}

#cus-myNav .cus-overlay-content .irs-from {
  font-size: 14px !important;
}

.sidebar-bg-left-wrapper .cus-overlay .closebtn {
  right: 30px !important;
  padding: 5px 10px 10px 10px !important;
  border: 1px solid #8b576e !important;
  border-radius: 30px !important;
  color: #685b5b !important;
  font-size: 40px !important;
}

/* Deals of the week */

.post-35 h1 {
  font-size: 34px;
  padding: 10px 30px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #ffd3e4a1;
  border-radius: 10px;
}

.post-35 p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 100px;
}

/* my account log-out page*/

.woocommerce-account .post-14 .woocommerce-MyAccount-navigation ul {
  background: #ffe3ee;
  list-style: none;
  padding: 0;
}

.woocommerce-account .post-14 .woocommerce-MyAccount-navigation ul li {
  padding: 20px;
  border-bottom: 2px solid #fff;
}

.woocommerce-account .post-14 .woocommerce-MyAccount-navigation ul li:hover {
  color: #fff;
  background: #f2abc7;
}

.woocommerce-account .post-14 .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.woocommerce-MyAccount-content {
  background: #fef7fb;
  padding: 20px;
}

.woocommerce-MyAccount-content p {
  font-size: 16px;
}

.woocommerce-MyAccount-content p a {
  font-size: 16px;
  color: #fd2e89;
}

.woocommerce-account .post-14 .woocommerce table.shop_table {
  border: 1px solid #ffd3e4;
  font-size: 16px;
}

.woocommerce-account .post-14 .woocommerce table.shop_table a {
  color: #fd2e89;
}

.woocommerce-account .post-14 .woocommerce table.my_account_orders td,
.woocommerce-account .post-14 .woocommerce table.my_account_orders th {
  padding: 10px 10px;
}

.woocommerce-account .post-14 .woocommerce table.my_account_orders .button {
  background: #60cad4 !important;
  color: #fff !important;
  margin: 10px;
}

.woocommerce-account .post-14 .woocommerce .woocommerce-error .button,
.woocommerce-account .post-14 .woocommerce .woocommerce-info .button,
.woocommerce-account .post-14 .woocommerce .woocommerce-message .button,
.woocommerce-account .post-14 .woocommerce-page .woocommerce-error .button,
.woocommerce-account .post-14 .woocommerce-page .woocommerce-info .button,
.woocommerce-account .post-14 .woocommerce-page .woocommerce-message .button {
  background: #60cad4;
  color: #fff;
}

.woocommerce-account .post-14 .woocommerce-Address-title h3 {
  font-size: 20px;
  font-weight: 600;
}

.woocommerce-account .post-14 .woocommerce-Address-title a {
  color: #fd2e89;
}

.woocommerce-account .post-14 .woocommerce form .form-row label {
  font-size: 16px;
}

.woocommerce-account .post-14 .woocommerce form .form-row input.input-text {
  font-size: 14px;
  margin-bottom: 10px;
}

.woocommerce-account .post-14 legend {
  font-size: 18px;
}

.woocommerce-account .post-14 .woocommerce button.button {
  background: #60cad4 !important;
  color: #fff !important;
}

.woocommerce-MyAccount-content .u-column1.col-1.woocommerce-Address {
  width: 100%;
}

/* Return refund policy */

.post-1288 h1,
.post-1282 h1 {
  font-size: 34px;
  padding: 10px 30px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #ffd3e4a1;
  border-radius: 10px;
}

.foot_bot a {
  color: #f52e89;
}

.order-rec-wrap .woocommerce-thankyou-order-received {
  font-weight: 800;
  font-size: 26px;
  color: #fd2e89;
  height: 120px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 18px;
}

/* order pay page */

.woocommerce-order-pay .post-13 h1 {
  font-size: 34px;
  padding: 10px 30px;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #ffd3e4a1;
  border-radius: 10px;
}

.woocommerce-order-pay .post-13 ul.order_details {
  font-size: 20px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 0;
}

.woocommerce-order-pay .post-13 ul.order_details li {
  padding: 0 50px;
  margin: 0;
  line-height: 30px;
}

.woocommerce-order-pay .post-13 p {
  font-size: 16px;
  text-align: center;
  margin: 50px 0;
}

.woocommerce-order-pay .post-13 button {
  text-transform: none;
  background: #60cad4;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
}

.discount-percentage {
  color: #4dc9d4;
  padding: 0px 16px;
  font-size: 18px;
  font-weight: 700;
}

.woocommerce-variation-price {
  display: flex;
  align-items: center;
}

#menu-item-4417::after {
  content: "NEW";
  background: #fd2e89;
  background-size: auto;
  position: absolute;
  width: 40px;
  height: 22px;
  background-size: cover;
  left: auto;
  right: 12px;
  top: -25px;
  animation: blink 2s linear infinite;
  padding: 3px 5px 5px 5px;
  color: #fff;
  border-radius: 20px;
  font-size: 10px;
  text-align: center;
}

@keyframes blink {
  0%,
  100% {
    background-color: #fd2e89;
  }
  50% {
    background-color: #8eddbe;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .header_sec_bot {
    display: block;
  }
}

.mega-menu-wrapper .sub-menu {
  height: 450px !important;
  overflow-y: scroll;
}
.mega-menu-wrapper .sub-menu .sub-menu {
  height: auto !important;
  padding: 5px !important;
  overflow: hidden !important;
}

/* muthir css */

#tab-description h2,
#tab-key-features h2,
#tab-reviews h2 {
  display: none;
}

#tab-title-reviews {
  text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left !important;
  width: 100%;
}

.cart-page-icons-custom {
  background: none !important;
}

.cart-page-icons-custom p {
  color: #000 !important;
}

.shop-action-btn .secondary-btn {
    padding: 5px 25px;
  font-size: 16px;
  background: #aee4ee !important;
  color: #000 !important;
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
  .woocommerce-breadcrumb {
    display: none;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100% !important;
    clear: none !important;
  }
  .single-product div.product div.images {
    width: 100% !important;
  }
  .single-product div.product div.summary {
    width: 100% !important;
  }
  #tab-title-key-features {
    width: 100%;
    text-align: center;
  }
  #tab-title-reviews {
    width: 100%;
    text-align: center;
  }
}

/* Display one product per row on mobile */

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .woocommerce ul.products li.first,
  .woocommerce-page ul.products li.first {
    clear: unset;
  }
  .woocommerce ul.products li.last,
  .woocommerce-page ul.products li.last {
    margin-right: 30px;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 46%;
  }
}

/*----------------------------------------------
8. Responsiveness Large screen  Mobile Devices - Phones/Tablets 
----------------------------------------------*/

/* Media Queries */

/* Mobile Devices - Phones/Tablets */

@media (max-width: 1920px) {
  #search_bar {
    padding: 0px;
  }
  #search_bar .search-icon {
    display: block;
  }
  #search_bar .menu-icon span.hide,
  #search_bar .search-icon.hide {
    display: none;
  }
  #search_bar .cancel-icon.show {
    display: block;
  }
}

@media (max-width: 1592px) {
  .sidebar-bg-left-wrapper .bapf_body label {
    font-size: 14px;
  }
}

@media (max-width: 1520px) {
  .order-rec-wrap ul.order_details li {
    padding: 0 40px;
    margin: 0;
  }
}

@media (max-width: 1510px) {
  #week_off {
    height: 620px;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    min-height: 510px;
  }
  .contact_sec_1_right {
    padding-left: 120px;
  }
}

@media (max-width: 1460px) {
  .carousel_2_slider_content {
    right: 80px;
    top: 40px;
  }
}

@media (max-width: 1448px) {
  .sidebar-bg-left-wrapper .bapf_body label {
    font-size: 13px;
  }
}

@media (max-width: 1442px) {
  .main-menu #access a {
    font-size: 17px;
  }
}

@media (max-width: 1420px) {
  .ban_pg_2_content h2 {
    line-height: 60px;
    font-size: 40px;
  }
  .mega-menu-wrapper > .sub-menu {
    width: 1190px !important;
  }
}

@media (max-width: 1440px) {

  .wee_off_wrap {
    transform: translate(2%, 200px);
  }
  .mother_story_inner {
    min-height: 550px;
  }
  .main-menu .mega-menu-wrapper {
    padding: 5px 12px;
    font-size: 14px;
  }
  .mega-menu-wrapper > .sub-menu {
    gap: 12px;
  }
}

@media (max-width: 1408px) {
  .order-rec-wrap ul.order_details li {
    padding: 0 30px;
  }
}

@media (max-width: 1395px) {
  .main-menu #access a {
    padding: 5px 12px;
  }
}

@media (max-width: 1380px) {
  .wee_off_wrap h2 {
    font-size: 70px;
  }
  .wee_off_wrap h3 {
    font-size: 35px;
  }
  #home_shop_wrapper .variations tbody {
    display: block;
  }
}

@media (max-width: 1376px) {
  .sidebar-bg-left-wrapper .bapf_body label {
    font-size: 12px;
  }
}

@media (max-width: 1370px) {
  .log_in a {
    font-size: 14px;
  }
}

@media (max-width: 1339px) {
  #home_shop_wrapper .added_to_cart {
    margin-top: 20px;
  }
}

@media (max-width: 1338px) {
  .main-menu #access a {
    font-size: 16px;
  }
}

@media (max-width: 1320px) {
  .carousel_2_slider_content {
    right: 10px;
  }
  .carousel_2_slider_content {
    top: 30px;
  }
  .carousel_2_slider_content h3 {
    font-size: 26px;
  }
  .carousel_2_slider_content p {
    font-size: 18px;
  }
}

@media (max-width: 1311px) {
  .navbar {
    width: calc(100% - 230px);
  }
}

@media (max-width: 1300px) {
  #week_off {
    height: 560px;
  }
  .wee_off_wrap h2 {
    font-size: 56px;
  }
  .wee_off_wrap h3 {
    font-size: 30px;
  }
}

@media (max-width: 1296px) {
  .order-rec-wrap ul.order_details li {
    padding: 0 20px;
  }
  .order-rec-wrap .woocommerce-thankyou-order-received {
    font-size: 22px;
  }
  .success-img img {
    width: 100px;
  }
}

@media (max-width: 1289px) {
  .main-menu #access a {
    font-size: 16px;
  }
}

@media (max-width: 1286px) {
  .navbar {
    width: calc(100% - 210px);
  }
}

@media (max-width: 1280px) {
  .wee_off_wrap h3 {
    font-size: 34px;
  }
  .wee_off_wrap h2 {
    font-size: 60px;
    margin: 0;
  }
  .mother_story_inner {
    padding: 25px;
    min-height: 620px;
  }
  .contact_sec_1_right {
    padding-left: 90px;
  }
}

@media (max-width: 1247px) {
  .main-menu #access a {
    padding: 5px 10px;
  }
}

@media (max-width: 1242px) {
  .log_in a {
    font-size: 14px;
  }
}

@media (max-width: 1224px) {
  .woocommerce-order-pay .post-13 ul.order_details li {
    padding: 0 35px;
  }
}

@media (max-width: 1220px) {
  .card1 figcaption h3,
  .card2 figcaption h3,
  .card3 figcaption h3 {
    font-size: 20px;
    min-height: 80px;
  }
  .card1 figcaption p,
  .card2 figcaption p,
  .card3 figcaption p {
    font-size: 18px;
  }
  .card1 figcaption,
  .card2 figcaption,
  .card3 figcaption {
    padding: 24px;
  }
}

@media (max-width: 1210px) {
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 46%;
  }
  .woocommerce ul.products li.last,
  .woocommerce-page ul.products li.last {
    margin-right: 3.8%;
  }
  /* .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
        clear: unset;
    } */
}

@media (max-width: 1209px) {
  .main-menu #access a {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .ban_pg_2_content {
    left: 28%;
  }
  .ban_pg_2_content h2,
  .ban_pg_1_content h2,
  .ban_pg_3_content h2 {
    line-height: 60px;
    font-size: 40px;
  }
  .span.fas.fa-search {
    font-size: 15px;
  }
  .nav-item a {
    font-size: 15px;
  }
  .order-rec-wrap ul.order_details li {
    padding: 15px 0;
    border: none;
  }
  .order-rec-wrap ul.order_details {
    font-size: 18px;
    flex-direction: column;
  }
  .order-rec-wrap .woocommerce-order-details__title {
    font-size: 26px;
  }
  .order-rec-wrap .woocommerce-column__title {
    font-size: 26px;
  }
  .order-rec-wrap .woocommerce-thankyou-order-received {
    padding: 30px 0 0 0;
  }
}

@media (max-width: 1199px) {
   .mother_story_inner {
    min-height: auto;
    margin: 0px 0 10px 0;
  }
  .sidebar-bg-left-wrapper {
    margin-top: 0px;
  }
  .custom-mobile-filter {
    float: right;
  }
  .sidebar-bg-left-wrapper {
    padding: 0px 0 20px 0;
  }
}

@media (max-width: 1180px) {
  #week_off {
    height: 520px;
  }
  .wee_off_wrap {
    transform: translate(4%, 158px);
  }
  .carousel_2_slider_content {
    padding: 10px 20px;
  }
}

@media (max-width: 1177px) {
  .main-menu #access a {
    font-size: 14px;
  }
  .in_btn img {
    width: 10%;
  }
  .contact_sec_1_right {
    padding-left: 60px;
  }
}

@media (max-width: 1147px) {
  .navbar {
    width: calc(100% - 180px);
  }
}

@media (max-width: 1126px) {
  .main-menu #access a {
    font-size: 12px;
  }
}

@media (max-width: 1096px) {
  .contact_sec_2 h3 {
    font-size: 24px;
  }
}

@media (max-width: 1091px) {
  .woocommerce-order-pay .post-13 ul.order_details li {
    font-size: 12px;
  }
}

@media (max-width: 1088px) {
  #week_off {
    height: 470px;
  }
  .wee_off_wrap {
    transform: translate(5%, 140px);
  }
  .wee_off_wrap h2 {
    font-size: 50px;
    margin: 0;
    padding: 0px 0px 15px 0px;
  }
  .wee_off_wrap h3 {
    font-size: 30px;
  }
  .contact_sec_1_right {
    padding-left: 40px;
  }
}

@media (max-width: 1066px) {
  .main-menu #access a {
    font-size: 13px;
  }
}

@media (max-width: 1044px) {
  .main-menu #access a {
    padding: 5px 10px;
  }
  .contact_sec_1_right {
    padding-left: 20px;
  }
}

@media (max-width: 1036px) {
  .main-menu #access a {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  .cent_txt p {
    font-size: 16px;
    padding: 20px 0;
    margin: 0;
  }
  .woocommerce #reviews #comments ol.commentlist {
    padding: 0;
  }
  .navbar {
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
  }
  .mob {
    display: block;
    display: flex;
    align-items: center;
    justify-content: end;
  }
  .p_p_center_menu {
    display: none;
  }
  .ban_pg_2_content h2 {
    line-height: 40px;
    font-size: 36px;
  }
  .btn_banner {
    padding: 14px 15px 10px 15px;
    font-size: 14px;
  }
  .banner_btn_out {
    padding: 20px 8px 16px 8px;
  }
  .main-bg-right-wrapper .woocommerce-loop-product__title {
    min-height: auto;
  }
  .woocommerce-tabs .tabs .care-instructions_tab {
    width: 100%;
    text-align: center;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 1px solid #000;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .log_in a {
    font-size: 16px;
  }
  .header_sec_bot {
    padding: 10px 0 20px 0;
  }
  .blog_head {
    font-size: 24px;
    margin-top: 10px;
  }
  .blog-title h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .page-id-12.woocommerce-cart .entry-title {
    font-size: 24px;
    margin-top: 10px;
  }
  .post-35 h1 {
    font-size: 24px;
    margin-top: 10px;
  }
  .slicknav_nav {
    top: 65px;
  }
  .woocommerce-order-pay .post-13 h1 {
    font-size: 24px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px;
  }
  ul.dropdown-content {
    display: none;
    position: relative;
    min-width: 200px;
    background: #dee2e6;
    z-index: 99;
    top: 6px;
    left: 0px;
    padding: 0px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
  }
  .footer-link a {
    color: #000000;
    line-height: 30px;
    font-size: 16px;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    font-family: "Signika", sans-serif;
  }
  /* MOBILE NAVIGATION */
  .no-search li::after {
    content: " ";
    width: 0px;
  }
  #search_bar {
    display: none;
  }
  .menu-toggle,
  .bar {
    display: inline-block;
    cursor: pointer;
  }
  .mobile-nav {
    -webkit-transform: translate(100%) !important;
    -ms-transform: translate(100%) !important;
    transform: translate(100%) !important;
    -webkit-box-shadow: -1px 6px 7px 0px #888;
    box-shadow: -1px 6px 7px 0px #888;
  }
  q::after {
    font-size: 3em;
    position: relative;
    top: 40px;
  }
  .text-tab {
    text-align: center;
    margin-top: 12px;
  }
  .footer-heading:after {
    content: "";
    width: 25 px;
    left: 48%;
  }
}

@media (max-width: 1000px) {
  #week_off {
    height: 420px;
  }
}

@media (max-width: 991px) {
  .contact_sec_1_right {
    padding-left: 0;
    border: none;
    text-align: center;
  }
  .contact_wrap h1 {
    font-size: 40px;
    padding: 50px 0 0px 0;
  }
  .contact_wrap p {
    padding: 0 0 0px 0;
  }
  .footer-link p {
    line-height: 24px;
  }
  #order_review_heading {
    margin: 20px 0;
  }
}

@media (max-width: 970px) {
  .woocommerce-order-pay .post-13 ul.order_details {
    flex-direction: column;
  }
  .woocommerce-order-pay .post-13 ul.order_details li {
    font-size: 14px;
    border: none;
    padding: 10px 0;
  }
}

@media (max-width: 900px) {
  .ban_pg_2_content h2,
  .ban_pg_1_content h2,
  .ban_pg_3_content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 920px) {
  #week_off {
    height: 400px;
  }
  .wee_off_wrap {
    transform: translate(2%, 120px);
  }
}

@media (max-width: 850px) {
  .wee_off_wrap {
    transform: translate(0%, 120px);
  }
  .wee_off_wrap h3 {
    font-size: 26px;
  }
  .wee_off_wrap h2 {
    font-size: 40px;
  }
  #week_off {
    height: 370px;
  }
  .carousel_2_slider_content p {
    font-size: 14px;
  }
  .carousel_2_slider_content h3 {
    font-size: 20px;
    margin: 0;
    padding: 15px 0 5px 0px;
  }
}

@media (max-width: 820px) {
  .btn_banner {
    padding: 8px 10px 5px 10px;
    font-size: 12px;
  }
  .banner_btn_out {
    padding: 10px 6px 8px 6px;
  }
}

@media (max-width: 806px) {
  .order-rec-wrap .woocommerce-thankyou-order-received {
    font-size: 20px;
    padding: 20px 0 10px 0;
    margin: 0;
    height: auto;
  }
  .success-img img {
    width: 60px;
  }
  .order-rec-wrap ul.order_details li {
    padding: 10px 0;
  }
}

@media (max-width: 800px) {
  #search_bar {
    display: none;
  }
  .ban_pg_2_content h2,
  .ban_pg_1_content h2,
  .ban_pg_3_content h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .carousel-indicators {
    bottom: 15px;
  }
}

@media (max-width: 786px) {
  #week_off {
    height: 350px;
  }
}

@media (max-width: 767px) {
  #abt_sec {
    height: auto;
  }
  .carousel_2_slider_content h3 {
    font-size: 18px;
  }
  .carousel_2_slider_content p {
    font-size: 16px;
  }
  #did_you_know .carousel-indicators {
    bottom: 0px;
  }
  #home_shop_wrapper .woocommerce .woocommerce-loop-product__title {
    min-height: auto;
  }
  #did_you_know .carousel-inner img {
    display: none !important;
  }
  #did_you_know .carousel-item {
    height: 480px;
    background: #aee4ee;
  }
  .carousel_2_slider_content {
    width: auto;
    padding: 40px !important;
    margin: 20px;
  }
  .page-id-12.woocommerce-cart #abt_sec {
    margin-bottom: 100px !important;
  }
  .page-id-12.woocommerce-cart .abt_sec_in {
    padding: 20px;
  }
  #cus-myNav .cus-overlay-content .bapf_slidr_all {
    width: 90%;
  }
}

@media (max-width: 740px) {
  .week_off_btn {
    padding: 10px 5px 6px 5px;
  }
  .wee_off_wrap a {
    font-size: 12px;
    padding: 8px 20px 4px 20px;
  }
  .wee_off_wrap h2 {
    font-size: 30px;
  }
  .wee_off_wrap h3 {
    font-size: 18px;
  }
  #week_off {
    height: 330px;
  }
}

@media (max-width: 700px) {
  #week_off {
    height: 300px;
  }
  .wee_off_wrap {
    transform: translate(7%, 100px);
  }
  .search_wrap .cus-search-box {
    width: 270px;
    right: -16%;
  }
}

@media (max-width: 650px) {
  #week_off {
    height: 280px;
  }
  .carousel_2_slider_content {
    top: 50px;
  }
  .ban_pg_2_content h2 {
    font-size: 24px;
  }
  .carousel-caption h2 {
    margin-bottom: 10px;
  }
  .banner_btn_out {
    padding: 7px 4px 5px 4px;
  }
  .btn_banner {
    padding: 8px 10px 5px 10px;
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  #did_you_know_2 {
    display: block;
  }
  #week_off {
    background: #f6dbe4;
    text-align: center;
    height: 300px;
  }
  .week_off_btn {
    margin: 0 auto;
  }
  .wee_off_wrap {
    transform: unset;
    margin-top: 70px;
  }
  .wee_off_wrap h3 {
    font-size: 30px;
  }
  .wee_off_wrap h2 {
    font-size: 50px;
  }
  .order-rec-wrap .woocommerce-thankyou-order-received {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  /* .header_bot {
    padding: 20px 0 0 0;
  } */
  /* .header_sec_bot_inner1 {
    padding-top: 0px;
    padding-bottom: 20px;
    justify-content: space-between;
  } */
  .ban_pg_2_content h2 {
    font-size: 20px;
  }
  .banner_bg {
    height: 200px;
  }
  .contact_wrap h1 {
    font-size: 30px;
    padding: 50px 0 10px 0;
    margin: 0;
  }
  .contact_wrap p {
    font-size: 18px;
    line-height: 26px;
  }
  .contact_sec_1 p {
    font-size: 18px;
    line-height: 26px;
  }
  .contact_sec_1 {
    margin: 20px 0 50px 0;
  }
  .contact_sec_2 h3 {
    padding: 30px 0 20px 0;
  }
  .contact_sec_2 #gform_1 input {
    line-height: 1;
  }
  .contact_sec_2 #gform_submit_button_1 {
    font-size: 16px;
  }
  .contact_sec_2_inner {
    padding: 0px 40px 0px 40px;
  }
  .map-box {
    margin-bottom: 50px;
  }
  #product-wrapper .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-select {
    max-width: 60%;
  }
  .single-product .woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
  }
  .single-product .price {
    font-size: 20px !important;
    padding: 10px 0;
  }
  .single-product .product_title {
    font-size: 26px;
  }
  .vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design
    .vi-wpvs-variation-button-select {
    padding: 10px 10px;
  }
  .single-product .woocommerce-tabs {
    padding: 15px;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 0px;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    display: flex;
    flex-direction: column;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
    padding: 20px 0 0px 0;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 0em;
  }
  #review_form {
    margin-top: 10px;
  }
  #review_form_wrapper .comment-form-rating label {
    padding: 20px 0 5px 0;
  }
  .wrps_related_products_area_title {
    font-size: 30px;
    margin: 50px 0 50px 0;
  }
  .woocommerce form .form-row input.input-text {
    font-size: 14px;
  }
  .woocommerce form .form-row label {
    font-size: 18px;
  }
  #desk_banner {
    display: none;
  }
  #mobile_banner {
    display: block;
  }
  .custom-mobile-filter span {
    font-size: 16px !important;
  }
  .custom-mobile-filter {
    padding: 10px 15px 5px 15px;
  }
  .woocommerce .woocommerce-ordering select {
    font-size: 12px;
  }
  .woocommerce .woocommerce-result-count {
    font-size: 12px;
  }
  .woocommerce .woocommerce-ordering select {
    padding: 15px 10px 10px 10px;
  }
  .blog_head {
    font-size: 20px;
  }
  .blog-title h1 {
    font-size: 20px;
  }
  .page-id-12.woocommerce-cart .entry-title {
    font-size: 20px;
  }
  .post-35 h1 {
    font-size: 20px;
  }
  .woocommerce-order-pay .post-13 h1 {
    font-size: 20px;
  }
}

@media (max-width: 496px) {
  #did_you_know .carousel-item {
    height: 540px;
  }
}

@media (max-width: 480px) {
  .shop_head_wrap {
    font-size: 26px;
    margin: 30px 0 20px 0;
  }
  /* #abt_sec {
    margin-bottom: 20px !important;
  } */
  .banner_btn_out {
    padding: 5px 3px 2px 3px;
  }
  .btn_banner {
    padding: 6px 5px 3px 5px;
    font-size: 10px;
  }
  .carousel-indicators {
    bottom: -8px;
  }
  .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50px;
  }
  .sidebar-bg-left-wrapper {
    margin-top: 0px;
  }
  .contact_sec_1 p {
    font-size: 16px;
    line-height: 24px;
  }
  .contact_sec_2 h3 {
    font-size: 18px;
  }
  .contact_sec_2 .gform_wrapper.gravity-theme .gfield {
    margin-bottom: 0px;
  }
  .contact_sec_1 {
    padding: 20px 10px 20px 10px;
  }
  .page-id-12.woocommerce-cart .product-name a {
    font-size: 16px;
  }
  .page-id-12.woocommerce-cart .product-price,
  .page-id-12.woocommerce-cart .product-name,
  .page-id-12.woocommerce-cart .product-quantity {
    font-size: 16px;
  }
  .page-id-12.woocommerce-cart .product-subtotal {
    font-size: 16px;
  }
  .page-id-12.woocommerce-cart .shop_table button.button {
    font-size: 14px;
  }
  .faq-cart-page-wraper {
    padding-top: 0px;
  }
  .faq-cart-page-wraper h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .woocommerce table.shop_table {
    font-size: 16px;
  }
  .order-rec-wrap .woocommerce-thankyou-order-received {
    font-size: 18px;
  }
  .woocommerce ul.order_details li strong {
    font-size: 16px;
  }
  .order-rec-wrap .woocommerce-order-details__title {
    font-size: 20px;
  }
  .order-rec-wrap .woocommerce-table__product-name a {
    font-size: 16px;
  }
  .order-rec-wrap .woocommerce-column__title {
    font-size: 20px;
    padding-top: 0;
  }
  .order-rec-wrap .woocommerce-customer-details address {
    font-size: 14px;
    line-height: 26px;
    padding: 15px;
  }
}

@media (max-width: 426px) {
  .mothers_story_sec p {
    font-size: 16px;
    line-height: 26px;
    padding: 10px;
  }
  #contact_us {
    padding: 20px 0;
  }
  #did_you_know .carousel-item {
    height: 510px;
  }
  .mother_story_inner span h3 {
    font-size: 16px;
  }
  .mother_story_inner span h4 {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .carousel_2_slider_content {
    padding: 20px !important;
  }
  .mob {
    padding: 0;
  }
  .navbar {
    width: calc(100% - 180px);
  }
  #home_shop_wrapper .woocommerce .woocommerce-loop-product__title {
    font-size: 18px;
    padding: 20px;
    min-height: auto;
  }
  #home_shop_wrapper .woocommerce {
    min-height: 530px;
  }
  #home_shop_wrapper .woocommerce .price {
    font-size: 16px;
  }
  #home_shop_wrapper .woocommerce ul.products li.product .button {
    font-size: 16px;
  }
  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    min-height: auto;
  }
  .main-bg-right-wrapper .woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 20px;
  }
  .woocommerce ul.products li.product .price {
    font-size: 16px !important;
  }
  .woocommerce ul.products li.product .button {
    margin: 0;
  }
  .sidebar-bg-left-wrapper .bapf_head h3 {
    font-size: 16px;
  }
  #block-3 h2 {
    font-size: 18px;
    margin: 0;
  }
  .irs--round .irs-to {
    font-size: 12px;
  }
  .footer-heading {
    margin: 0;
  }
  .bg-footer {
    padding: 20px 0 0 0;
  }
  .footer-link {
    line-height: 26px;
    font-size: 14px;
    margin: 5px 0 10px 0 !important;
  }
  /* .row.search {
    padding: 0px 0 20px 0px;
  } */
  #product-wrapper {
    margin: 0px 0 10px 0;
  }
  .woocommerce ul.products {
    margin: 0;
    padding-bottom: 0 !important;
  }
  .text-tab .row.search {
  padding: 0;
}
  .page-id-12.woocommerce-cart .entry-title {
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  /* .header_sec_bot_inn {
    padding: 15px 0;
  } */
  .woocommerce .woocommerce-ordering {
    float: unset;
  }
  .woocommerce .woocommerce-ordering select {
    width: 100%;
    margin-top: 20px;
  }
  .woocommerce .woocommerce-result-count {
    float: unset;
  }
}

@media (max-width: 394px) {
  .wee_off_wrap {
    margin-top: 74px;
  }
  .wee_off_wrap h2 {
    font-size: 42px;
  }
  #sidebar {
    padding: 10px;
  }
  .sidebar-bg-left-wrapper .bapf_body label {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .card1 figcaption h3,
  .card2 figcaption h3,
  .card3 figcaption h3 {
    font-size: 18px;
    min-height: 60px;
  }
  .card1 figcaption p,
  .card2 figcaption p,
  .card3 figcaption p {
    font-size: 16px;
  }
  .card1 figcaption a,
  .card2 figcaption a,
  .card3 figcaption a {
    font-size: 16px;
  }
  .card1 figcaption,
  .card2 figcaption,
  .card3 figcaption {
    height: 160px;
  }
  .shop_cat_img {
    text-align: center;
    margin: 15px 0;
  }
  #mothers_story {
    padding: 30px 0 30px 0;
  }
  .mothers_story_head_wrap {
    font-size: 26px;
  }
  #shop_category h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .shop_slick_head_wrap {
    font-size: 30px;
    margin: 0px 0 30px 0px;
  }
  #contact_us {
    padding: 20px 0;
  }
  #contact_us h3 {
    font-size: 35px;
  }
  .mothers_story_sec p {
    font-size: 16px;
    padding: 0px;
  }
}

@media (max-width: 360px) {
  #did_you_know .carousel-item {
    height: 610px;
  }
  .order-rec-wrap .woocommerce-customer-details address {
    padding: 5px;
    font-size: 12px;
  }
}

/* popup */

#popup-wrap {
  background: linear-gradient(160deg, #ffd3e4 0%, #fd2e89 100%);
  padding: 10px 0 15px 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 55px;
  justify-content: center;
  overflow: hidden;
}

#popup-wrap::after {
  content: "";
  background: url(https://www.quickdry.in/wp-content/uploads/2024/11/celebrate.png);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

#popup-wrap::before {
  content: "";
  background: url(https://www.quickdry.in/wp-content/uploads/2024/11/celebrate-2.png);
  background-repeat: repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 0.5;
}

#popup-wrap ul {
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#popup-wrap ul li {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
}

#popup-wrap ul li span {
  background: #000;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  border-radius: 5px;
}

#popup-wrap .emoji {
  display: none;
  padding: 1rem;
}

#popup-wrap .emoji span {
  font-size: 20px;
}

#countdown {
  margin-top: 25px;
}

#headline h3 {
  font-size: 30px;
  font-weight: 900;
}

#headline p {
  font-size: 17px;
  display: table;
  margin: 0 auto;
  background: #ffe624;
  padding: 5px 40px;
  clip-path: polygon(10% 0%, 100% 0%, 88% 100%, 0% 100%);
}

.custom-search-icon .dgwt-wcas-search-wrapp .dgwt-wcas-search-form {
  background: transparent;
  padding: 0;
  border: 0;
}

.custom-search-icon
  .dgwt-wcas-search-wrapp
  .dgwt-wcas-search-form
  .dgwt-wcas-sf-wrapp {
  padding: 0;
}

.custom-search-icon
  .dgwt-wcas-search-wrapp
  .dgwt-wcas-search-form
  button.dgwt-wcas-search-submit {
  top: 5px;
  left: unset;
  right: 10px;
}

.custom-search-icon
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 8px 48px 8px 24px !important;
  background-color: #f4f4f4 !important;
  font-size: 14px;
}
.dgwt-wcas-ico-magnifier-handler {
  max-width: 25px;
  margin: 0 10px 0 0;
}
.custom-search-icon
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input:hover {
  background-color: transparent;
}
.header_top .row {
  align-items: center;
}
.custom-search-icon .dgwt-wcas-sf-wrapp .dgwt-wcas-preloader {
  margin: 0;
  height: 100%;
  top: 0;
  margin-right: 10px;
}

.dgwt-wcas-st {
  font-size: 12px;
}
.list-unstyled.footer-link a {
  color: #000;
  font-size: 16px;
  color: #0000008f;
  line-height: 30px;
  font-family: "Signika", sans-serif;
}
@media (max-width: 1199px) {
  .abt_sec_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .dgwt-wcas-search-wrapp {
    width: 100%;
    max-width: unset !important;
  }
}

.section-title {
  margin-bottom: 10px;
}
.section-title h6 span {
  position: relative;
}

.section-title h6 {
  text-transform: uppercase;
  color: #5c5b5b;
  letter-spacing: 4px;
  font-size: 14px;
  margin-bottom: 5px;
}

.section-title h6 span {
  position: relative;
  padding-right: 30px;
}

.section-title h2 {
  font-size: 30px;
  font-weight: 700;
  color: #5c5b5b;
  margin: 40px 0 0 0;
}

@media (max-width: 991px) {
  /* .section-title h2 {
    letter-spacing: 10px;
  } */
  .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .section-title {
    margin-bottom: 20px;
  }
  .section-title h2 {
    /* letter-spacing: 3px; */
    font-size: 20px;
    margin: 0;
  }
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #5c5b5b;
  height: 100%;
}

#cs-home-product-slider .swiper-slide {
  height: auto;
}

.product-img > a {
  display: inline-flex;
  height: 100%;
}

.product-img {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  /* height: 100%; */
}

.product-content-inner h6 {
  font-size: 18px;
  color: #fd2e89;
  margin: 5px 0;
}

.product-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
}

.product-wishlist a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
  border-radius: 50%;
  font-size: 16px;
}

.product-wishlist a:hover {
  background: #5c5b5b;
  color: #fff;
}

.product-cart-btn {
  position: absolute;
  bottom: -50px;
  width: 100%;
  transition: all 0.35s ease-in;
  display: none;
}

.product-cart-btn a {
  background: #5c5b5b;
  width: 100%;
  display: flex;
  color: #fff;
  padding: 7px 12px;
  justify-content: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}

.product-content {
  /* background: var(--lightGrayBG); */
  padding: 20px;
}

.product-content-inner h5 a {
  font-size: 20px;
  color: #5c5b5b;
  min-height: 100px;
}

.product-content-inner p {
  font-size: 14px;
  font-weight: 600;
}

.product-size {
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.product-size li {
  border: 1px solid #5c5b5b;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: var(--secondaryColor); */
  border-radius: 2px;
  cursor: pointer;
}

.product-size li p {
  /* color: #fff; */
  font-size: 10px;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#cs-home-product-slider .swiper-slide {
  height: auto;
}

.product-img > a {
  display: inline-flex;
  height: 100%;
}

.product-img {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  /* height: 100%; */
}

.image-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0px;
  display: block;
  transition: all 0.5s ease 0s;
  transform: translateX(50%) scaleX(2);
  filter: blur(10px);
  object-fit: cover;
  opacity: 0;
}

.image-2 {
  position: absolute;
  inset: 0px;
  color: transparent;
  display: block;
  transition: all 0.5s ease 0s;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.product-item:hover .image-2 {
  transform: translateX(-50%) scaleX(2);
  filter: blur(10px);
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.product-item:hover .image-1 {
  transform: translateX(0px) scaleX(1);
  filter: blur(0px);
  opacity: 1;
}

.secondary-btn {
  background: #5c5b5b !important;
  color: #fff !important;
}

.secondary-btn:hover {
  background-color: #ffa0ca !important;
}


#qd-home-product-slider .swiper-wrapper {
  /* overflow: hidden !important; */
}

.home-product-slider-nav {
  position: relative;
  height: 100%;
  width: 100px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#qd-home-product-slider .swiper-wrapper .swiper-slide {
  height: auto;
}

div#qd-home-product-slider {
  overflow: hidden;
  padding: 30px 0 10px 0;
}

.home-product-slider-nav .swiper-button-next,
.home-product-slider-nav .swiper-button-prev {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-product-slider-nav .swiper-button-next i,
.home-product-slider-nav .swiper-button-prev i {
  font-size: 24px;
}

.cs-home-product-slider {
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .home-product-slider-nav {
    margin-bottom: 40px;
  }
}

@media (max-width: 640px) {
  .product-img {
    min-height: 250px;
  }
  .product-content-inner h5 a {
    font-size: 18px;
  }
  .w-90 {
    width: 97%;
  }
}

@media (max-width: 576px) {
  /* .cs-home-product-slider {
    padding-top: 30px;
  } */
  .product-content {
    padding: 10px;
  }
  .product-content-inner h5 a {
    font-size: 16px;
  }
  .shop-action-btn .secondary-btn {
    font-size: 14px;
    padding: 5px 12px;
  }
  .product-content-inner h6 {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .product-img {
    min-height: 200px;
  }
}

.image-3 {
  top: 0;
  position: absolute;
}

.qd-survey-form .entry-header h2 {
  margin-bottom: 20px;
}

.qd-survey-form .entry-header {
  text-align: center;
}

.qd-survey-form #gform_submit_button_2 {
  font-size: 18px;
  padding: 12px 30px !important;
  background: #fd2e89;
  color: #fff;
  border: none !important;
  transition: all 0.35s ease-in-out;
  border-radius: 30px;
}

.qd-survey-form #gform_submit_button_2:hover {
  background: #f5cee3;
  color: #fd2e89;
}

.qd-survey-form .gform_confirmation_message {
  text-align: center;
  color: #0b6a17;
  font-size: 18px;
}

.qd-survey-form {
  margin-bottom: 60px;
}

section.about-content-section {
  padding: 30px 0 60px 0;
}
.about-content ul li {
  display: flex;
  gap: 10px;
}

.about-content .about-content-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.about-content .about-content-icon p {
  margin: 0;
}

.about-content ul li:nth-child(1) .about-content-icon {
  background: #48babc;
  color: #fff;
}

.about-content-inner {
  width: calc(100% - 100px);
}

.about-content .about-content-icon p {
  font-size: 24px;
  font-weight: 700;
}

.about-content ul {
  padding: 0;
  display: grid;
  gap: 20px;
}

.about-content ul li:nth-child(2) .about-content-icon {
  background: #fdd523;
  color: #000;
}

.about-content ul li:nth-child(3) .about-content-icon {
  background: #e8af57;
  color: #fff;
}

.about-content-inner h5 {
  font-weight: 700;
  font-size: 20px;
}

.about-content-inner p {
  font-size: 16px;
  margin-top: 10px;
}

.about-content-img img {
  width: 100%;
  border-radius: 20px;
}

.expert-talks-item p {
  font-size: 20px;
  padding: 20px 0;
  font-weight: 800;
  background: #fd2e89;
  color: #fff;
}

.expert-talks-item img {
  width: 100%;
}

.expert-talks-item {
  padding: 0 30px;
  text-align: center;
}

.our-expert-wrap {
  padding: 100px 0;
}

.our-expert-wrap h2 {
  text-align: center;
  font-size: 50px;
  margin-bottom: 50px;
}

.our-expert-wrap .row {
  justify-content: center;
}

@media (max-width: 576px) {
  .about-content .about-content-icon {
    width: 45px;
    height: 45px;
  }
  .about-content .about-content-icon p {
    font-size: 20px;
  }
  .about-content-inner {
    width: calc(100% - 50px);
  }
}

.icon-content-item {
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  transition: all 0.35s ease-in;
  height: 100%;
}

section.icon-content-section {
  background: #fdf0f7;
  padding: 10px 0 60px 0;
}
.icon-content-icon {
  max-width: 60px;
  margin: 0 auto;
}

.icon-content {
  margin-top: 20px;
  text-align: center;
}

.icon-content h4 {
  font-size: 26px;
  font-weight: 800;
  color: #fa1e88;
}

.icon-content p {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.5;
}

.about-content p {
  text-align: justify;
}

.icon-content-item:hover {
  box-shadow:
    rgba(55, 73, 87, 0.05) 0px 10px 20px,
    rgba(90, 90, 90, 0.05) 0px 15px 15px;
  transform: translateY(-2px);
}

.icon-content-icon img {
  width: 100%;
}

.about-content p {
  font-size: 18px;
  line-height: 30px;
  color: #393939;
}

.icon-content-section .row,
.about-content-section .row {
  gap: 24px 0;
}
 .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #dddddd54;
  }
@media (max-width: 576px) {
  .about-content p {
    font-size: 14px;
  }
  .about-content-inner h5 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .woo-variation-product-gallery {
    max-width: 100% !important;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .slicknav_nav a img {
    height: 30px;
    width: auto;
  }
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #dddddd54;
  }
}

@media (max-width: 768px) {
  .woo-variation-product-gallery {
    float: unset;
  }
  .woo-variation-product-gallery {
    width: 100%;
  }
  .our-expert-wrap {
    padding: 40px 0;
  }
  .expert-talks-item {
    padding: 20px;
  }
  .our-expert-wrap h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
	        .whatsapp-float-btn {
            bottom: 20px;
            right: 20px;
            width: 55px;
            height: 55px;
        }
        
        .whatsapp-float-btn svg {
            width: 28px;
            height: 28px;
        }
        
        .whatsapp-float-tooltip {
            font-size: 12px;
            padding: 8px 12px;
            right: 70px;
            bottom: 8px;
        }
}

/* faq page */

.faq-content-inner {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition:
    all 0.35s ease-in,
    opacity 0.1s ease-out,
    padding 0s ease-in;
  background: #fdf0f7;
}

.faq-content-header h4 {
  display: flex;
  justify-content: space-between;
  margin: 0;
  background: #e9e9e9;
  padding: 15px 15px;
  font-size: 20px;
  align-items: center;
  cursor: pointer;
  transition: all 0.35s ease-in;
  border-radius: 10px;
  font-size: 18px;
}

.faq-content-header h4:hover,
li.faq-content.active .faq-content-header h4 {
  color: #fff;
  background: #fd2e89;
}

.faq-content-inner.faq-content-open {
  height: max-content;
  opacity: 1;
  border-radius: 0 0 10px 10px;
  pointer-events: all;
  padding: 25px;
}

li.faq-content.active .faq-content-header h4 {
  border-radius: 10px 10px 0 0;
}

.faq-content-inner p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.faq-content-section ul {
  display: grid;
  gap: 22px;
  padding: 0;
}

.faq-content-section ul li {
  list-style: none;
}

#menu-center ul {
  gap: 10px;
  padding: 0;
  margin: 0;
  display: grid;
}

#menu-center ul li {
  list-style: none;
}

.m1.menu {
  position: sticky;
  top: 30px;
  /* padding: 30px 0; */
}

.faq-section {
  padding: 60px 0 10px;
  /* background: #efefef; */
}

.faq-section .row {
  gap: 30px 0;
}

.faq-content-section {
  margin-bottom: 50px;
}

#menu-center ul li a {
  color: #000;
  font-size: 16px;
  background: #e5e5e5;
  padding: 12px;
  border-radius: 5px;
  transition: all 0.35s ease-in;
  display: flex;
}

#menu-center ul li a.active,
#menu-center ul li a:hover {
  background: #fd2e89;
  color: #fff;
}

.faq-content-section h3 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.woocommerce-variation.single_variation {
  display: none !important;
}

.single-product .product_meta {
  display: none;
}

.cart-page-icons-custom .row {
  padding-top: 20px;
  border: 10px solid #ffd3e4;
  border-radius: 20px;
  padding-bottom: 30px;
}

/* buynow css */

.single-product #btn-1cc-pdp {
  float: none;
  top: 0px;
  height: 35px;
  text-align: center;
  text-transform: uppercase !important;
  background: #0299ac !important;
}
.woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  align-items: center;
}
.single-product #btn-1cc-pdp:hover {
  background: transparent !important;
  color: #0299ac !important;
  border-color: #0299ac !important;
}

.single-product button.button.alt.disabled {
  background-color: #fd2e89 !important;
}

.single-product button.button.alt.disabled:hover {
  background: #fd2e89 !important;
}

.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #ff5d99 !important;
  text-transform: uppercase;
}

.woocommerce button.button.alt:hover {
  background: transparent !important;
}

.qib-button:not(#qib_id):not(#qib_id) {
  font-size: 30px;
}

/* buynow css */

#shop_category h1 {
font-size: 36px;
  font-weight: 700;
  color: #dc446a;
  text-align: center;
  margin-bottom: 10px;
}

/* Narmu */

#shop_category .premium-para {
  text-align: center;
  color: #5c5b5b;
  font-size: 20px !important;
  line-height: 30px;
}

/* sk */

.blog-content .acc-item h4 {
  font-size: 25px;
  margin-bottom: 20px;
}

.blog-content .acc-item .accordion-button h4 {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: unset;
}

.blog-content .acc-item .accordion-button {
  background-color: #ffe3ee;
  outline: none;
}

.blog-content .acc-item .accordion-button p {
  line-height: 24px;
  margin: 0;
}

.blog-content .acc-item .accordion-button:not(.collapsed) {
  background-color: #03a7b761;
  outline: none;
}

.blog-content .acc-item.mb-5 {
  margin-bottom: 0 !important;
}

.summary.entry-summary ul li {
  /* font-size: 18px; */
  /* line-height: 35px; */
  font-size: 18px;
  text-align: justify;
  list-style: circle;
  padding: 10px 0;
}

/*///////////////////////////*/

.woocommerce span.onsale {
  min-height: 3.236em !important;
  min-width: 6.236em !important;
  padding: 1.202em !important;
  background-color: #eab462;
  color: #000 !important;
  font-size: 14px !important;
}
.whatsapp-float-btn {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #25d366, #20ba5a);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        z-index: 999;
        transition: all 0.3s ease-in-out;
        text-decoration: none;
    }
    
    .whatsapp-float-btn:hover {
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
        background: linear-gradient(135deg, #20ba5a, #1aa84c);
    }
    
    .whatsapp-float-btn svg {
        width: 32px;
        height: 32px;
        fill: white;
    }
    
    .whatsapp-float-tooltip {
        position: absolute;
        right: 80px;
        bottom: 12px;
        background: #25d366;
        color: white;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 14px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        pointer-events: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }
    
    .whatsapp-float-btn:hover .whatsapp-float-tooltip {
        opacity: 1;
    }
/*.woocommerce ul.products li.product .onsale {
    right: 0;
    left: auto;
    margin: auto !important;
}

.woocommerce span.onsale {
    width: 100%;
    background-color: #ffd3e4  !important;
    font-size: 14px;
}

.woocommerce span.onsale {
    background-color: #958e09;
    font-size: 18px;
    border-radius: unset !important;
    color: #3d3c3c !important;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif !important;
    display: none;

}

.our-sale-wrap h2 {
    text-align: center;
    font-size: 50px;
    margin: 15px 0 40px 0;
}


.our-sale-wrap h2 {
    text-align: center;
    font-size: 50px;
    margin: 15px 0 40px 0;
}
.our-sale-wrap p{
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
  }*/

/* .header_bot.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
} */

.navbar #menu-item-6087 img {
  height: auto;
  width: 100px;
  object-fit: contain;
}


.dgwt-wcas-search-wrapp.dgwt-wcas-has-submit.woocommerce.dgwt-wcas-style-pirx.js-dgwt-wcas-layout-classic.dgwt-wcas-layout-classic.js-dgwt-wcas-mobile-overlay-enabled.dgwt-wcas-suggestions-wrapp-initialized.dgwt-wcas-active
  input {
  border: none;
}
.dgwt-wcas-search-wrapp {
  width: 200px !important;
  min-width: auto;
}

#menu-item-6129 img {
  height: auto;
  width: 100px;
  object-fit: contain;
}

.main-menu #access ul ul ul.sub-menu {
  margin-top: 20px !important;
}
.main-menu #access ul ul .sub-menu a {
  height: auto;
}
.mega-menu-wrapper .sub-menu {
  height: auto !important;
  overflow-y: hidden;
}
.mega-menu-wrapper > .sub-menu {
  gap: 10px;
  padding: 20px 20px !important;
}
.main-menu #access ul ul a {
  padding: 12px 20px;
  display: flex;
  align-items: center;
}

.mega-menu-wrapper > .sub-menu {
  width: 1150px !important;
  grid-template-columns: repeat(6, 1fr);
}
.header-sponser-logo-two {
padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #11111157;
}
.header-sponser-logo-in img {
  width: 160px;
}
.header-sponser-logo-in {
  display: flex;
  justify-content: end;
  align-items: center;
}


.header_sec_bot_inner2 img {
  padding-right: 5px;
}
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form {
  left: 0;
  top: calc(100% + 8px);
  min-width: 300px;
  right: 0;
  left: auto !important;
}
.single_variation_wrap {
  margin-top: 20px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button{
font-size: 14px;
  padding: 12px 20px;
}
.single-product #btn-1cc-pdp {
  height: auto;
}
.variation-buttons button {
  overflow: hidden;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 18px;
  padding: 30px 0;
}




/* Container to hide the text as it scrolls out of bounds */
.modern-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    box-sizing: border-box;
}

/* The text that actually moves */
.modern-marquee .marquee-text {
    display: inline-block;
    padding-left: 100%; /* Starts just off the right edge */
    animation: marquee-scroll 15s linear infinite; /* 15s is the speed */
    margin: 0;
}

/* The animation instructions */
@keyframes marquee-scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

/* Optional: Pause the scrolling when a user hovers over it */
.modern-marquee:hover .marquee-text {
    animation-play-state: paused;
}


.post-13.page.type-page.status-publish.hentry.entry .entry-title {
  background: #5fd68d;
  font-size: 15px;
  padding: 10px 10px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin: 30px auto 0 auto;
  text-align: center;
  text-transform: capitalize;
}











/* responsive */
@media (max-width: 1540px) {
.main-menu #access a {
  padding: 5px 12px;
  font-size: 16px;
}
}
@media (max-width: 1440px) {
  .dgwt-wcas-search-wrapp {
    width: auto !important;
  }
.navbar {
  width: calc(100% - 600px);
}
.log_in {
  font-size: 14px;
}
.log_in a {
  font-size: 14px;
}
.search_bar_sec3 img {
  height: 20px;
}
}
@media (max-width: 1400px) {
 .header-sponser-logo-in img {
  width: 140px;
}
.navbar {
  width: calc(100% - 500px);
}
 .main-menu #access a {
    font-size: 17px;
    padding: 5px 12px;
  }
}

@media (max-width: 1260px) {
  #menu-item-29 .sub-menu {
    left: -100px !important;
    right: auto !important;
  }
.mega-menu-wrapper > .sub-menu {
  width: 600px !important;
  grid-template-columns: repeat(3, 1fr);
}
  .main-menu #access a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 1199px) {
 .main-menu #access a {
    font-size: 13px;
    padding: 5px 5px;
  }
}
@media (max-width: 1035px) {
  .logo_sec img {
    height: 50px;
  }
  .main-menu #access a {
    font-size: 13px;
    padding: 5px 5px;
  }
  .log_in a {
    font-size: 11px;
  }
  .search_bar_sec3 img {
    height: 15px;
  }
  .dgwt-wcas-search-icon {
    width: 12px;
  }
  .navbar {
      width: calc(100% - 400px);
  }
}
@media (max-width: 1024px) {
.header-sponser-logo {
  display: none;
}
.mega-menu-wrapper .sub-menu .sub-menu {
  height: auto !important;
  padding: 0px !important;
  overflow: hidden !important;
  background: #97dae2;
}
.mega-menu-wrapper > .sub-menu {
  width: auto !important;
  grid-template-columns: repeat(1, 1fr);
  padding: 0 !important;
}
  .navbar {
    width: calc(100% - 50px);
  }
  .slicknav_btn {
  padding: 10px;
}
.slicknav_menu .slicknav_icon-bar {
  width: 20px;
  height: 2px;
}
.custom-search-icon {
  display: none;
}
.header_sec_bot {
  width: 100%;
  background: #dfeef3;
  padding: 10px 20px;
  border-bottom: 1px solid #5fc9d68a;
}
.col-sm-6.marqqq {
  width: 100%;
}
 .log_in a {
    font-size: 14px;
  }
  .header_sec_bot_inner2 a.cart.cart-customlocation {
  margin-left: 5px;
}
.header_sec_bot_inn .col-sm-6.col-md-8 {
  width: 100%;
}
.header_sec_bot_inner1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
}
/* =========================================================
   Quick Dry Menu UI Enhancements (Desktop & Mobile)
   ========================================================= */

/* --- 1. Desktop Mega Menu Polish --- */
@media (min-width: 1025px) {
    /* Create a modern, floating white card effect for the dropdown */
    .mega-menu-wrapper > .sub-menu {
        background: #ffffff !important; 
        border-radius: 8px !important;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08) !important;
        border: 1px solid #f0f0f0 !important;
        padding: 30px !important;
    }
    
    /* Highlight the main categories (e.g., "Newborn Baby Essentials") */
    .main-menu #access .mega-menu-wrapper .mega-menu-header > a {
        font-size: 16px !important;
        color: #fd2e89 !important; /* Brand pink */
        border-bottom: 2px solid #abe4eb !important;
        padding-bottom: 8px !important;
        margin-bottom: 12px !important;
        display: inline-block !important;
        background: transparent !important;
    }

    /* Clean up the sub-links for better readability */
    .main-menu #access .mega-menu-wrapper ul ul a {
        font-size: 15px !important;
        color: #5c5b5b !important;
        padding: 8px 0 !important;
        background: transparent !important;
        border-bottom: none !important;
        transition: all 0.2s ease-in-out !important;
    }

    /* Modern, subtle hover effect replacing the harsh pink blocks */
    .main-menu #access .mega-menu-wrapper ul ul li:hover > a {
        color: #fd2e89 !important;
        background: transparent !important;
        padding-left: 6px !important; /* Gentle nudge right on hover */
    }
}

/* --- 2. Mobile Menu (SlickNav) Improvements --- */
@media (max-width: 1024px) {
    /* Make tap targets larger and text easier to read */
    #mob-menu-container .slicknav_nav a {
    font-size: 12px !important;
    padding: 10px 10px !important;
    font-weight: 600 !important;
    }

    /* Soften the mobile menu dividing lines */
    #mob-menu-container .slicknav_nav li {
        border-bottom: 1px solid rgba(253, 46, 137, 0.15) !important;
    }
    
    /* Calmer active/hover states for mobile */
    #mob-menu-container .slicknav_nav a:hover,
    #mob-menu-container .slicknav_nav .slicknav_row:hover {
        background: #fdf0f7 !important; /* Very light pink */
        color: #fd2e89 !important;
    }
    .header_sec_bot .w-90 {
  width: 100%;
}
}

/* Safe Responsive Fix for Shop Category Images */
@media (max-width: 1000px) {
  .shop_cat_img img {
    width: 90%;
    max-width: 700px;
  }
}
@media (max-width: 991px) {
.custom-search-icon {
  display: none;
}
 /* .navbar {
    width: calc(100% - 200px);
  } */
}

@media (max-width: 767px) {
   .wrps_related_products_area_title {
    font-size: 22px;
  }
  .mother_story_inner {
  border: 2px dashed #13baba73;
  border-radius: 10px;
}
   .foot_bot p {
    padding: 0px 0 5px 0;
    font-size: 14px;
    line-height: 18px;
  }
  #mothers_story {
  padding: 30px 0;
}
  .row.ms_head_in_head img {
  height: 30px;
}
  .cs-home-product-slider {
  padding-bottom: 30px;
}
  .carousel_2_slider_content {
    top: 0px;
  }
  .bg-footer {
  padding: 20px 0;
}
  .mothers_story_head_wrap {
  font-size: 24px;
}
.mother_story_inner span h3 {
  font-size: 16px;
}
.mothers_story_sec p {
  font-size: 16px;
}
  #shop_category {
  padding: 20px 0;
}
  .shop_cat_img img {
    width: 95%;
    max-width: 600px;
  }
#shop_category h1 {
    font-size: 20px !important;
  }
  #shop_category h3 {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 20px;
  }
#shop_category .premium-para {
  font-size: 18px !important;
}
  #shop_category .premium-para {
    font-size: 16px !important;
    line-height: 26px;
  }
    .section-title {
    margin-bottom: 15px;
  }
  .section-title h2 {
  font-size: 20px;
  margin: 30px 0 0 0 !important;
}
.about-content p {
  font-size: 16px;
  line-height: 26px;
}
.product-content-inner h5 {
  margin-bottom: 10px;
}
.product-content-inner h6 {
  font-size: 14px;
  margin-bottom: 10px;
}
.shop-action-btn .secondary-btn {
  padding: 5px 15px;
  font-size: 14px;
}
 .navbar {
    width: calc(100% - 140px);
  }
  .tabs.wc-tabs li {
  width: 100%;
  text-align: center;
}
.single-product .product_title {
  font-size: 20px;
}
.single-product .price {
  font-size: 20px !important;
  padding: 10px 0;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 16px;
  padding: 10px 0 20px 0;
  line-height: 24px;
}
}

@media (max-width: 525px) {
  .woocommerce-variation-add-to-cart.variations_button {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
  width: 100%;
}
.single-product #btn-1cc-pdp {
  margin: 0;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button {
  padding: 15px 10px;
}
#reply-title {
  font-size: 18px;
}
}
@media (max-width: 480px) {
  .shop_cat_img img {
    width: 100%;
    max-width: 100%;
  }
} 