html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
   margin: 0;
   padding: 0px;
   border: 0;
   outline: 0;
 }
 :root{
  --Orange: #ef3226;
  --white: #fff;
  --black: #000000;
  --Purple: #b403bb;
  --Gold: #a45118;
}
 h1, h2, h3, h4, h5, h6 {
   position: relative;
   font-family: "Lilita One", sans-serif;
   color: var(--black);
   margin-bottom: 20px;
   font-weight: 400;
 }
 body{
   font-family: "Open Sans", sans-serif;
   font-size: 16px;
   line-height: 26px;
   font-weight: 500;
   color: var(--white);
   line-height: 1.3;
	 overflow-x: hidden;
 }
 h1 {
   font-size: 50px;
   line-height: 58px;
   color: var(--white);
}
h2 {
   font-size: 40px;
   line-height: 1;
   margin-bottom: 30px;
   color: var(--white);
   text-transform: uppercase;
}
 h3 {
   font-size: 30px;
   line-height: 36px;
   color: var(--white);
   text-transform: uppercase;

 }
 h4 {
   font-size: 24px;
   line-height: 30px;
   color: var(--white);
   text-transform: uppercase;
 }
 h5{
   font-size: 22px;
   line-height: 28px;
   color: var(--white);
 }
 h6 {
   font-size: 18px;
   line-height: 24px;
   color: var(--white);
}

strong{
 font-family: "Lilita One", sans-serif;
}
span{
     font-family: "Lilita One", sans-serif;
}

 p{
   margin-bottom: 30px;
 }

 ul {
   list-style: none;
 }

 a{
   text-decoration: none;
 }
.heading-area h2 {
    color: #fff;
}
.pricing-heading h3 {
    color: #fff;
}

.footer-tab.menu h6 {
    color: #fff;
}
.footer-tab h6 {
    color: #fff;
}
.global-btn span{
	position: relative;
	z-index: 2;
}
.global-btn{
    top: 40px;
    padding: 18px 70px;
    margin: 0 10px;
    display: inline-block;
    text-decoration:none;
     font-family: "Lilita One", sans-serif;
    font-weight: 500;
    font-size: 13px;
	color: var(--black) !important;
    text-transform: uppercase !important;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent!important;
	    border-radius: 50px;
}
.global-btn:hover{
	background: var(--Purple) !important;
    border: 1px solid #transparent;
	color: var(--White) !important;
}
.global-btn::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: var(--Gold);
    position: absolute;  
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: 1;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
  } 

.global-btn::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: var(--white);
    position: absolute;
    left: 0%;
    opacity: 1;
    top: 0;
    z-index: 1;
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
       -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
         -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
            transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}
.global-btn:hover::before, .global-btn:hover::before{
	opacity:1;
  	-webkit-transform: translateX(100%);
	     -moz-transform: translateX(100%);
	      -ms-transform: translateX(100%);
	          transform: translateX(100%);
}
.global-btn:hover::after, .global-btn:hover::after{
	opacity:1;
    -webkit-transform: translateX(-100%);
	     -moz-transform: translateX(-100%);
	      -ms-transform: translateX(-100%);
	          transform: translateX(-100%);
}

/* --------------------------------------------------
             New Header
----------------------------------------------------- */

.header-area {
    background: #000;
    padding: 20px 0 20px 0;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom:  40px;
  width: 100%;
}
.header-icon {
    width: 33.33333%;
    display: flex;
    justify-content: flex-end;
}
.search-bar {
    width: 33.33333%;
}
.header-area .search-bar input {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  outline: none;
  border: none;
  border-radius: 50px;
}
.is-form-style .is-search-submit path {
    fill: #fff !important;
}
.is-search-icon{
    background: var(--Purple);
    border: none;
    border-radius: 50px;
}
.is-form-style {
    width: 300px;
}

.header-area .header-icon ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-area .header-icon ul li img {
  height: 36px;
  width: auto;
  transition: transform 0.3s ease;
}
.header-area .header-icon ul li a:hover img {
  transform: scale(1.1);
}

.header-area .header-bottom nav ul {
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-area .header-bottom nav ul li a {
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.header-area .header-bottom nav ul li a:hover {
  color: #f84f7f; 
}
.logo {
    width: 33.33333%;
    text-align: center;
}
.header-bottom ul {
    display: flex;
    justify-content: center;
}
.header-bottom ul li {
    position: relative;
    padding: 0 15px;
    margin: 0px 15px;
    font-size: 20px;
    font-family: 'Lilita One';
}
.header-bottom ul li a {
    color: #fff;
}
.header-bottom ul li a:hover {
    color: var(--Purple);
    transition: 0.2s ease-in-out all;
}
.header-bottom ul li:after {
    position: absolute;
    content: "+";
    top: 1px;
    right: -6px;
    color: #fff;
}
.header-bottom ul li:last-child:after {
    display: none;
}
button.is-search-submit {
    position: absolute;
    top: 0;
    right: 35px;
}
.is-search-icon:hover {
    background: var(--Gold);
}
.logo img {
    border-radius: 50%;
	 width: 180px;
}
.is-form-style input.is-search-input {
    background: #282828 !important;
    color: #fff !important;
    border: 1px solid #282828 !important;

}
input#is-search-input-71 {
    font-size: 16px !important;
}

.header-bottom ul.quadmenu-navbar-nav {
    background: transparent !important;
}

.header-bottom .quadmenu-custom_theme_1 {
    background: transparent !important;
    font-family: 'Lilita One' !important;
    color: #000 !important;
    font-size: 24px !important;
}
ul.quadmenu-navbar-nav a {
    font-size: 20px !important;
    color: #fff !important;
}
ul.quadmenu-navbar-nav li {
    margin: 0 14px !important;
}
ul.quadmenu-navbar-nav a:hover {
    color: var(--Purple) !important;
}
#quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu {
    top: 300px !important;
}
.search-bar-main form {
    border: none;
    outline: none;
    padding: 10p;
    position: relative;
    width: 350px;
}
.search-bar-main input {
    border: none;
    outline: none;
    padding: 10px 20px;
    width: 350px;
    border-radius: 50px;
	background: rgba(255, 255, 255, 0.1) !important;
}

.search-bar-main {
    width: 33.33333%;
    position: relative;
}
.search-bar-main button {
    border: none;
    outline: none;
    position: absolute;
    right: 0;
    height: 41px;
    padding: 10px 13px;
    background: #af00b9;
    color: #fff;
    border-radius: 50px;
}
.search-bar-main {
    width: 33.33333%;
}
/* --------------------------------------------------
                Banner Section
----------------------------------------------------- */
.n-uc-1ac6423bc1692-inner{
     display: block;
}
.n2-bullet {
    width: 100px;
    margin: 0 !important;
    border-radius: 0 !important;
    padding: 3px !important;
    background: #b403bb !important;
    position: relative !important;
}

.n2-bullet.n2-active {
    background: #000 !important;
}
.n2-ss-item-content {
  display: flex;
  justify-content: content;
    background: transparent !important;
    font-size: 96px !important;
    line-height: 1.1em !important;
    font-family: 'Lilita One', serif !important;
}
.n2-ss-slider .n2-ss-section-main-content {
    display: flex !important;
    justify-content: center !important;
}
.banner-section {
    position: relative;
    z-index: 9;
}
.banner-bg-before {
    position: absolute;
    top: 55%;
    left: 0;
    bottom: 0;
    right: 0;
    color: #000;
    font-size: 180px;
    font-family: 'Lilita One';
    text-transform: uppercase;
    opacity: 0.2;
    z-index: 99;
    width: fit-content;
    margin: 0 auto;
    transform: translateY(-50%);
}

.n2-section-smartslider.fitvidsignore.n2_clear {
    position: relative;
    z-index: 9;
}

.banner-heading .n2-ss-item-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
}

.banner-slider .banner-heading, .n2-ss-slider .banner-slider .n2-ss-layer-content .n2-ss-layer--auto:not([data-pm=absolute]) {
    width: 50% !important;
}
.banner-heading {
    position: relative;
}
.banner-slider .banner-heading .n2-ss-item-content {
    margin-left: auto !important;
    max-width: 270px !important;
    margin-right: inherit !important;
    display: block !important;
    padding-right: 440px !important;
	text-transform: uppercase !important;
}

.banner-slider .n2-ss-section-main-content {
    padding: 0 !important;
}

/* --------------------------------------------------
                Banner bottom
----------------------------------------------------- */
.animated-area{
    padding: 150px 0;
    background: #101010;
    position: relative;
}
a.animated-item{
	 font-family: 'Lilita One', serif;
	position: relative;
    font-weight: 400;
    line-height: 1em;
    font-size: 84px;
    z-index: 1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
} 

.animated-item {
  position: relative;
  cursor: none;
  display: inline-block;
  z-index: 2;
}
 .cursor-image {
    position: fixed;
    pointer-events: none;
    width: 200px; 
    height: 200px;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 9999;
    transform: translate(-50%, -50%) scale(0);
}
.animated-item span {
  position: relative;
  z-index: 2;
}
a.animated-item:hover {
    color: #fff;
}
.animated-area img {
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    border-radius: 50%;
    max-width: 200px;
    position: absolute;
    transform: scale(0);
    z-index: -1;
    pointer-events: none; 
}
.animated-item {
  cursor: none;
}

.animated-item {
  margin: 15px 0 0px 10px;
  text-decoration: none;
}
.animated-item span {
  position: relative;
  z-index: 1;
}
.animated-item:hover img {
  opacity: 1 !important
}
a.animated-item:after
 {
    content: " / ";
    color: transparent !important;
}
a.animated-item:last-child:after {
    display: none;
}
/* --------------------------------------------------
                Left Right Section
----------------------------------------------------- */

.left-right-section {
    padding: 100px 0;
    background: #101010;
}
.left-right-section .container-fluid {
    padding: 0;
}
.row-section {
    display: flex;
    align-items: center;
    width: 100%;;
}
.left-right-section .heading-area h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.1em;
    max-width: 550px;
}
.heading-area span {
    color: var(--Purple);
    font-size: 12px;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: .5em;
    margin-bottom: 10px;
    display: block;
}
.right-text img {
    margin: 40px 0 0 0;
}
.row-section.fourth .left-img img {
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
}
.row-section.second .left-img img{	
    border-top-left-radius: 400px;
    border-bottom-left-radius: 400px;
}
.row-section.fourth .left-img {
    position: relative;
}
.row-section.fourth .left-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--Orange);
    z-index: 9;
    opacity: 0.3;
	 border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
}
.row-section .right-column-section {
    width: 45%;
    display: flex;
    align-items: center;
    background-size: contain !important;
    background-position: -30px 0 !important;
}
.row-section .left-column-section {
    width: 55%;
}

.row-section {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 100px;
}
.left-right-section .row-section:nth-child(even) {
    flex-direction: row-reverse;
}
.row-section .left-img img {
    width: 100%;
}
   .row-section:nth-child(even) .right-column-section {
    justify-content: end;
}
/* --------------------------------------------------
                Category section
----------------------------------------------------- */
.category-area {
    background: #101010;
    padding-bottom: 70px;
}
.heading-area.center {
    text-align: center;
}
.heading-area.center h2 {
    margin: 0 auto 20px auto;
}
.category-text h3 {
    margin: 20px 0;
	color: #fff;
}
.category-text p {
    color: #fff;
    font-size: 16px;
}
.category-img img {
    border-radius: 20px;
}
.category-tab {
    margin-top: 80px;
}
.category-section {
    margin-bottom: 80px;
}
.col-md-4.top {
    margin-top: 80px;
}
.heading-area.center h2 {
    font-size: 54px;
}

.category-section:hover .category-img img {
    transform: scale(1.2);
    transition: 0.4s ease-in-out all;
    overflow: hidden;
    border-radius: 20px;
}
.category-img {
    overflow: hidden;
    transition: 0.4s ease-in-out all;
    border-radius: 20px;
}
.category-img img {
    transition: 0.4s ease-in-out all;
}
.category-section:hover .category-text h3 {
    color: var(--Purple);
}
/* --------------------------------------------------
                Full Width Section
----------------------------------------------------- */

.full-width-section {
    background-attachment: fixed !important;
    height: 650px !important;
    background-position: top center !important;
}
.full-width-tab h2 strong {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-size: 182px;
    font-weight: 500;
    display: block;
	margin-top: 10px;
}

.full-width-tab h2 {
    font-size: 96px;
    line-height: 1.1em;
    line-height: 1.1em;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.full-width-tab p {
    color: #ffffffbf;
    font-size: 16px;
    text-align: center;
    margin-top: 50px;
    max-width: 700px;
    margin: 50px auto 0 auto;
}
.full-width-tab a {
    margin-top: 30px;
}
.full-width-section {
    display: flex;
    align-items: center;
}
.full-width-tab-button {
    margin: 0 auto;
    display: block;
    text-align: center;
}
/* --------------------------------------------------
                Pricing Area
----------------------------------------------------- */
.pricing-area {
    background: #101010 !important;
    padding: 10px 0;
	position: relative;
}
.pricing-text {
    position: absolute;
    top: 50px;
    left: 60px;
    z-index: 9;
    max-width: 60%;
}
.pricing-section {
    position: relative;
}
.pricing-img img {
    height: 700px;
	object-fit: cover;
}
.pricing-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pricing-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 450px;
}
.pricing-description strong {
    font-size: 40px;
    display: block;
    margin-bottom: 10px;
}

.pricing-description p {
    font-size: 20px;
}
.pricing-area:after {
    position: absolute;
    content: "";
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    height: auto;
    background: url('https://hishersdesires.com/wp-content/uploads/2025/06/aniamation-image.png') no-repeat;
    text-align: center;
    margin: 0 auto;
    z-index: 9;
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Keyframes to move image up and down */
@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px); /* Change this value to control distance */
    }
}
/* --------------------------------------------------
                counter section
----------------------------------------------------- */
.counter-section {
    position: relative;
    min-height: 785px;
}
.counter-area {
    position: relative;
    background: #101010;
    padding: 160px 0 160px 0;
}
.counter-img.first {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    right: 0;
    bottom: 0;
}

.counter-img.second {
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 99;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    text-align: center;
}
.counter-img.second img {
    max-width: 560px;
    margin: 0 auto;
}

.counter-img.third {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    z-index: 999;
    text-align: center;
    transform: translateY(-50%);
}
.counter-img.second img {
  animation: spin 80s linear infinite;
  transform-origin: center center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.counter-img.first img {
  animation: spin 80s linear infinite;
  animation-direction: reverse;
  transform-origin: center center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.counter-text {
    margin-left: 60px;
    max-width: 700px;
}
.counter-text p {
    font-size: 16px;
    color: #ffffffbf;
    line-height: 1.6em;
}
.counter-icon {
    display: flex;
    gap: 20px;
    align-items: center;
}
.counter {
    display: flex;
    gap: 20px;
}
.counter-icon span {
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}
.counter-icon h5 {
    font-size: 24px;
	margin-bottom: 0 !important;
}
/* --------------------------------------------------
                Discount Area
----------------------------------------------------- */

.discount-area {
    background: #000;
	position: relative;
	padding: 150px 0;
}
.discount-area img {
    position: absolute;
    top: -120px;
    margin-left: 50px;
}

.discount-text strong {
    font-size: 96px;
    color: var(--Purple);
    margin-right: 15px;
}

.discount-text p {
    font-size: 20px;
    font-family: 'Open Sans';
    display: flex;
    align-items: center;
    color: #ffffffbf;
    line-height: 1.7em;
}

/* --------------------------------------------------
                Left Right Section 2
----------------------------------------------------- */

.right-column-section.second .right-text {
    max-width: 650px;
}
.right-text p {
    font-size: 16px;
    color: #ffffffbf;
    line-height: 1.6em;
}
.rightcolumn {
    display: flex;
    gap: 25px;
}
.right-column {
    display: block;
}
.right-column img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.right-column span {
    font-family: 'Open Sans';
    color: #fff;
    font-size: 18px;
    line-height: normal;
    margin-right: 30px;
    font-weight: 400;
}
.left-right-section.second .left-img img{
	border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
}
.left-right-section.second .left-img{
	position: relative;
}

.left-right-section.second .left-img:before{
	 position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: radial-gradient(circle,rgba(239, 50, 38, 1) 0%, rgba(180, 3, 187, 1) 100%);
	z-index: 9;
    opacity: 0.5;
	 border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
}
.left-column-section span {
    position: absolute;
    top: 0px;
    right: 110px;
    z-index: 999;
    color: var(--Purple);
    font-family: 'Lilita One';
    width: 100px;
    border-radius: 50px;
    border: 1px solid #fff;
    height: 100px;
    padding: 10px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.left-column-section {
    position: relative;
}
/* --------------------------------------------------
                Testimonials Area
----------------------------------------------------- */
.testimonials-area {
    padding: 100px 0;
    background: #101010;
}
.testimonials-area .heading-area.center {
    margin-bottom: 70px;
}
.owl-item.active.center .testimonial-tab img {
    border-top-left-radius: 300px;
    border-top-right-radius: 300px;
    width: 450px;
    height: 550px;
    object-fit: cover;
}
.owl-item.active.left .testimonial-tab img {
    transform: rotate(150deg);
    border-radius: 300px;
    max-width: 300px;
    height: 400px;
    margin-top: 160px;
    margin-left: 60px;
}
.owl-item.active.right .testimonial-tab img {
    border-radius: 300px;
    width: 300px;
    height: 300px;
	margin-top: 150px;
	    margin-left: 40px;
}

/* --------------------------------------------------
                Footer Newsletter
----------------------------------------------------- */

.newsletter-area {
    background: url(https://hishersdesires.com/wp-content/uploads/2025/06/newsletter-image.jpg) no-repeat #101010;
    padding: 100px 0;
    background-size: cover;
}
.newsletter-area-tab {
    position: relative;
}
.newsletter-area form.wpcf7-form.init {
    position: relative !important;
    width: 550px !important;
    margin: 0 auto !important;
    height: 50px !important;
}
.newsletter-area form.wpcf7-form.init {
    display: flex !important;
    align-items: flex-end !important;
    position: relative !important;
    width: 550px !important;
    margin: 0 auto !important;
	
}
.newsletter-area input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    border: none;
    outline: none;
    padding: 14px;
    border-radius: 50px;
    font-family: 'Open Sans';
    position: relative;
    width: 550px;
}

.newsletter-area input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 15px 50px;
    position: absolute;
    top: 1px;
    right: -1px;
    border-radius: 50px;
    border: none;
    background: var(--Purple);
    color: var(--white);
    font-family: 'Lilita One';
    text-transform: uppercase;
}
.heading-area.center h2 {
    margin-bottom: 40px;
}
.newsletter-area input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #282828;
    transition: 0.2s ease-in-out all;
}
form.wpcf7-form.init p {
    margin-bottom: 0;
}
/* --------------------------------------------------
                footer
----------------------------------------------------- */

.footer {
  background-color: #101010;
  color: #fff;
  padding-top: 80px;
}

.footer .main-footer {
  padding-bottom: 70px;
}
.footer .footer-tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-tab ul li {
  margin-bottom: 20px;
}

.footer .footer-tab ul li a {
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.footer-tab .logo {
    margin-bottom: 30px;
}
.footer .footer-tab ul li a:hover {
  color: var(--Purple);
}
.footer-tab.address ul li p {
    margin-bottom: 0;
}
.footer-tab.address ul li {
    margin-bottom: 30px;
}
.footer .footer-tab ul li img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
.footer-tab ul li {
    display: flex;
    align-items: flex-start;
}

.footer-tab ul li img {
    margin-top: 2px;
}
.footer .copyright {
    text-align: center;
    padding: 20px 0;
    background-color: #101010;
    font-size: 14px;
    border-top: 1px solid #af00b9;
	font-family: 'Open Sans';
}
.copyright p {
    margin-bottom: 0;
}
.footer-tab p {
    font-size: 18px;
}
.footer-tab h6 {
    font-size: 24px !important;
    font-family: 'Lilita One';
	text-transform: uppercase;
	margin-bottom: 25px;
}
.footer-tab ul li a {
    color: #fff;
}

.footer-tab.menu {
    margin-left: 70px;
}

/* --------------------------------------------------
                Inner Banner
----------------------------------------------------- */
.inner-banner{
    position: relative;
    padding: 20px 0;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: top !important;
    height: 480px;
}
.inner-banner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
.inner-banner-caption {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.inner-banner-caption nav.breadcrumbs a {
    color: var(--Purple);
    margin-right: 8px;
}
.inner-banner-caption nav.breadcrumbs span {
    font-family: 'Open Sans';
    margin-left: 8px;
}

.toggle-label {
    font-size: 30px;
}
.toggle-button-vibe {
    margin-bottom: 60px;
}
.vibrants-btn {
    text-align: center !important;
    margin: auto !important;
    width: 14%;
    display: flex !important
;
}
.category-text h3 span {
    font-size: 20px;
    color: #b403bb;
}
.products-tabs-novel {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
	margin: 0px 0px 50px 0px;
}
.products-tabs-novel img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
.products-tabs-novel h4 {
    font-size: 1rem;
    color: #000;
}
.novel-page h1{
	color:#000;
	text-align:center;
}
.novel-page h2{
	color:#000;
	text-align: left;
	font-size: 24px;
    font-weight: normal;
    line-height: 1.3;
    font-family: sans-serif;
    text-transform: lowercase;
}
.novel-page h2 strong{
	color:red;
	
}
.logo.footer{
    width: 180px;
}
.category-tab .row > .col-lg-4.col-md-6.overlay .category-img {
  position: relative;
}

.category-tab .row > .col-lg-4.col-md-6.overlay .category-img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: radial-gradient(circle, rgba(180, 3, 187, 1) 0%, rgba(196, 2, 54, 1) 100%);
  z-index: 999;
  opacity: 0.4;
}






/* --------------------------------------------------
               Contact Page
----------------------------------------------------- */

.contact-section {
    padding: 150px 0;
}
.contact-tab h4 {
    color: #000;
}
.contact-tab {
    position: relative;
    text-align: center;
}
.contact-tab:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 1px;
    height: 200px;
    background: var(--Purple);
}

.contact-tab a {
    color: #101010;
}

.contact-tab a:hover {
    color: var(--Purple);
}
.form-section {
    padding: 100px 0;
    text-align: center;
}

.form-section h3 {
    color: #000;
}

.form-section p {
    color: #101010;
}
.form-area {
    display: flex;
    justify-content: center;
}

.form-input {
    margin: 8px 10px;
}

.form-input input, .form-section textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 10px;
    border: 2px solid #101011;
    padding: 10px 20px;
    color: #101010;
    font-family: 'Lilita One';
}
.form-section textarea.wpcf7-form-control.wpcf7-textarea{
	width: 845px;
	margin-top: 5px;
}
.form-section textarea.wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #101010;
}
.form-input input::placeholder {
    color: #101010;
}
.form-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--Purple);
    border: none;
    outline: none;
    padding: 13px 50px;
    color: #fff;
    border-radius: 50px;
    margin: 15px 0 0 0;
}
.form-section input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #101010;
    color: #fff;

}
.contact-tab img {
    margin-bottom: 30px;
}

.wpcf7-response-output {
    border-color: #46b450 !important;
    color: #af00b9 !important;
    width: 840px !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
}
.invalid .wpcf7-response-output{
	 border-color: red !important;
	color: red !important;
    width: 840px !important;
    margin: 0 auto !important;
    border-radius: 10px !important;
}
.form-input p{
    margin-bottom: 0;
}
/* --------------------------------------------------
                Product Page
----------------------------------------------------- */
.banner-inner{
  position: relative;
}
.banner-inner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.inner-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: #00000082;
    max-width: 660px;
    padding: 58px 0;
    border: 1px solid #ceb99e;
}
.inner-banner-text h1 {
    margin-bottom: 0;
}
nav.woocommerce-breadcrumb {
    display: none;
}
h1.product_title.entry-title {
    font-size: 36px;
    color: #000;
    line-height: 42px;
    margin-bottom: 5px;
}
p.price {
    margin-bottom: 10px !important;
    border-bottom: 0;
    padding-bottom: 5px;
}
span.woocommerce-Price-amount.amount {
    font-size: 18px !important;
    font-weight: 600;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    padding-bottom: 80px;
}
.woocommerce div.product {
    margin-bottom: 0;
    padding: 80px 0;
}
.woocommerce-product-gallery .flex-viewport {
    margin-bottom: 30px;
    height: auto !important;
    /* padding: 0 20px; */
}
.price-div {
    color: var(--red) !important;
    text-transform: capitalize;
    font-size: 18px;
}
.price-div {
    color: var(--red) !important;
    text-transform: capitalize;
    border-bottom: 1px solid #d0b89e !important;
    display: flex
;
    gap: 10px;
    font-size: 24px;
    font-family: 'Playfair Display';
    font-weight: 400;
}
tr {
    display: grid;
}
span.pre-text,
.woocommerce-page label {
    margin-bottom: 0;
    font-size: 24px;
    color: var(--red);
    font-weight: 400 !important;
    font-family: 'Playfair Display';
}
.woocommerce-page select,
tr.custom-type-wrapper select,
.woocommerce div.product form.cart table.variations td select {
    padding: 0px 0px 0 15px;
    padding-right: 70px;
    height: 40px !important;
    width: 100%;
    border: 1px solid var(--vanila);
    outline: 0 !important;
    border-radius: 0 !important;
    text-transform: capitalize !important;
    font-family: 'National Park' !important;
    font-weight: 500;
}
.woocommerce-page select:active,
tr.custom-type-wrapper select:active,
.woocommerce div.product form.cart table.variations td select:active {
    outline: 0 !important;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}
a.reset_variations {
    font-size: 16px !important;
    color: var(--black);
}
a.reset_variations:hover{
  color: var(--red);
}
.custom-quantity-wrapper {
    margin-top: 20px !important;
}
.woocommerce-variation-add-to-cart table.thwepo-extra-options,
.woocommerce table.variations {
    display: inline-block;
    max-width: 350px !important;
}
.woocommerce div.product form.cart table td {
    padding-bottom: 0;
}
#pack_selection, #custom_quantity {
    padding: 10px;
    border: 1px solid var(--vanila) !important;
    border-radius: 0px !important;
    font-size: 16px;
    width: 45%;
    padding: 0 0 0 15px !important;
}
td.label.leftside {
    margin-bottom: 15px;
}
.custom-quantity-wrapper {
    margin-top: 18px;
}
label.label-tag.wrap-gift-items-for.free {
    font-size: 16px;
    color: var(--black);
}
form.cart table.thwepo-extra-options select {
    text-align: left !important;
}
.additional-info-section h3 {
    color: var(--red);
    border-bottom: 1px solid var(--vanila);
    padding-bottom: 20px;
    font-size: 24px;
}
.additional-info-section p strong {
    color: var(--red);
    font-size: 16px;
    font-weight: 500;
}
.additional-info-section p {
    margin-bottom: 10px;
}
.additional-info-section p a {
    color: var(--black);
}
.additional-info-section p a:hover {
    color: var(--red);
}
.variations tbody {
    width: 100%;
    display: block;
}
.woocommerce-variation-add-to-cart .thwepof-input-field {
    width: 340px !important;
    display: block;
    color: #000 !important;
}

tr.wrap-gift-item td.value {
    display: flex;
    align-items: center;
}
form.cart table.thwepo-extra-options input[type=checkbox] {
    width: auto !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding-right: 20px;
    padding-bottom: 20px;
}
section.related.products h2 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 15px;
    border: 1px solid var(--vanila);
    display: inline-block;
    margin-left: 30px;
    background: #fff;
    z-index: 9;
}
section.related.products:after {
    content: "";
    position: absolute;
    background: var(--vanila);
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    top: 26px;
}
ul.products li.product h2.woocommerce-loop-product__title {
    padding: 0 !important;
    color: var(--red);
    border: 0;
    font-size: 20px !important;
    line-height: 30px;
}
.woocommerce ul.products li.product a img {
    height: 360px;
    max-width: 100%;
    object-fit: cover;
}
ul.products li.product {
    margin-right: 0px !important;
    border-bottom: 1px solid var(--vanila);
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
    width: 25% !important;
    float: none !important;
    margin-right: 20px !important;
}
section.related.products {
    position: relative;
}
.products span.price {
    display: none !important;
}
.woocommerce ul.products li.product .button {
    display: none;
}
.woocommerce ul.products {
    display: flex !important;
    justify-content: center !important;
}
.woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce-product-gallery__image:after {
    content: "";
    position: absolute;
    background: var(--red);
    height: 300px;
    width: 300px;
    top: 2px;
    left: 2px;
    z-index: -9;
}
.woocommerce-product-gallery__image a {
    padding: 20px;
}
.woocommerce-product-gallery__image {
    position: relative;
    overflow: initial !important;
}
.woocommerce-product-gallery__image::before{
  content: "";
    position: absolute;
    background: var(--red);
    height: 300px;
    width: 300px;
    bottom: 2px;
    right: 2px;
    z-index: -9;
}
input#custom_quantity {
    padding: 7px 15px !important;
    font-size: 16px;
    text-align: left;
    color: #000;
    border: 1px solid #cfc5c5;
    margin: 0px 0px 15px 0;
    outline: 0 !important;
}
select#pack_selection {
    color: #000;
}
input#custom_quantity::placeholder {
    color: #000 !important;
}
ul.products li.product:last-child {
    margin-right: 0 !important;
}
.product-tab li img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}
.ppp-dropdown label {
    margin-bottom: 20px;
}
.ppp-dropdown select {
    display: block;
    max-width: 270px;
}
form.cart td.value.leftside select {
    display: block;
    width: 350px !important;
    color: var(--black) !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    float: none !important;
}
ol.flex-control-nav.flex-control-thumbs {
    display: flex
;
}

.wc-products .woocommerce-variation-add-to-cart select {
    color: #000;
    display: block;
}

.woocommerce-variation-add-to-cart {
    max-width: 350px;
}
button.single_add_to_cart_button {
    width: fit-content;
    font-size: 16px;
    border-radius: 0;
    background: var(--red);
    opacity: 1 !important;
    padding: 13px 30px;
    text-transform: uppercase;
    margin-top: 7px !important;
    transition: all 0.2s ease-in-out;
    line-height: normal;
}
.additional-info-section {
    margin-top: 30px;
}
button.single_add_to_cart_button:hover {
    background: var(--vanila);
    color: var(--black);
}
.wc-products .summary.entry-summary {
    width: 51% !important;
}
table.thwepo-extra-options.thwepo_variable {
    margin: 10px 0;
}
.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    display: none;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    height: auto;
    font-size: 15px;
    color: var(--red);
    top: 49%;
    transform: translateY(-50%);
    left: 34px;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    width: fit-content;
    font-size: 14px;
    border-radius: 0;
    background: var(--red);
    opacity: 1 !important;
    padding: 11px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    line-height: normal;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: var(--vanila);
    color: var(--black);
    border-top: 5px solid var(--red);
    height: auto !important;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
    background: var(--black);
}
.woocommerce-notices-wrapper {
    max-width: 1507px;
    margin: 50px auto 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a img {
    width: 628px;
    height: 628px;
    object-fit: cover;
}
/* --------------------------------------------------
                Shop Page
----------------------------------------------------- */
.inner-banner .banner-text h1 p {
    margin-bottom: 0;
}
.inner-banner .banner-text h1 {
    margin-bottom: 0;
    text-align: center;
    font-size: 48px;
    line-height: 58px;
}
.inner-banner {
    position: relative;
    padding: 20px 0;
}
.inner-banner .banner-text {
    max-width: 660px;
    padding: 60px 0;
    background: rgb(0 0 0 / 48%);
    border: 1px solid var(--vanila);
}
.inner-banner .banner-caption {
    width: 50%;
}
.banner-content {
    padding: 0 90px 0px 20px;
}
.banner-content h2{
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 20px;
}
.woo-products-section {
    position: relative;
    padding: 250px 0 80px;
}
.woo-products-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url(/faire/wp-content/uploads/2025/05/products-bg.png) no-repeat;
    width: 100%;
    height: 222px;
    background-size: cover;
}
.categories-heading {
    background: var(--red);
    padding: 20px;
    text-align: center;
}
.categories-heading-text h2 {
    margin-bottom: 0;
    color: var(--white);
}
.product-tab {
    border-bottom: 1px solid var(--vanila);
    margin-bottom: 75px;
    min-height: 440px;
}
.product-tab li {
    list-style: none;
}
.product-tab h2 {
    font-size: 24px;
    color: var(--red);
    line-height: 30px;
    padding: 15px 0;
    margin-bottom: 0;
}
.product-tab li a {
    display: inline-block;
    width: fit-content !important;
}
.product-tab a.button.wp-element-button.product_type_simple.add_to_cart_button, .product-tab span.price {
    display: none;
}
aside.shop-sidebar {
    border-right: 1px solid #cccc99;
    height: 100%;
}
main.shop-products {
    padding-left: 50px;
}
aside.shop-sidebar .product-attribute-filter .berocket_filter,
aside.shop-sidebar form.show-products-form,
aside.shop-sidebar .shop-top-bar {
    display: block !important;
    max-width: 270px;
}
aside.shop-sidebar form.show-products-form label,
aside.shop-sidebar .shop-top-bar label {
    padding-bottom: 18px;
}
aside.shop-sidebar .product-attribute-filter .products-per-page label,
aside.shop-sidebar .product-attribute-filter h4,
aside.shop-sidebar form.show-products-form label strong,
aside.shop-sidebar .shop-top-bar label strong {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Playfair Display';
    line-height: 30px;
    color: var(--red);
}
.product-attribute-filter ul li {
    padding: 8px 10px 8px 15px !important;
    border-top: 1px solid var(--vanila) !important;
    max-width: 290px;
}
.product-attribute-filter ul li label {
    font-size: 16px;
    color: var(--black);
}
.product-attribute-filter ul li label:hover{
  color: var(--red);
}
.product-attribute-filter ul li:last-child{
  border-bottom: 1px solid var(--vanila);
}
.bapf_sfilter.bapf_button_berocket .bapf_button {
    display: none !important;
}
.woocommerce nav.woocommerce-pagination {
    display: none;
}
/*------------------------
    Single-product page
 --------------------------*/
.inner-banner.single-product {
    padding: 0;
    margin-top: 20px;
}
.inner-banner img {
    width: 100%;
}
.inner-banner.single-product .banner-caption {
    width: 100%;
}
.inner-banner.single-product .banner-text {
    margin: 0 auto;
}
section.related.products {
    clear: both;
}
.inner-banner.single-product img {
    min-height: 300px;
}
.inner-banner.single-product .banner-text h1 {
    font-size: 48px;
}

/*------------------------
    Global Responsive 
 --------------------------*/
/* ============ (max-width: 1440px) ============ */
@media (max-width: 1440px) {
  .global-btn {
    padding: 16px 60px;
    font-size: 13px;
  }
}

/* ============ (max-width: 1199px) ============ */
@media (max-width: 1199px) {
  .global-btn {
    padding: 14px 50px;
    font-size: 12px;
  }
}

/* ============ (max-width: 1024px) ============ */
@media (max-width: 1024px) {
  .global-btn {
    padding: 14px 40px;
    font-size: 12px;
  }
}

/* ============ (max-width: 991px) ============ */
@media (max-width: 991px) {
  .global-btn {
    padding: 14px 35px;
    font-size: 12px;
    margin: 10px auto 0 auto;
    display: block;
  }
}

/* ============ (max-width: 767px) ============ */
@media (max-width: 767px) {
  .global-btn {
    padding: 12px 30px;
    font-size: 11px;
    top: 20px;
  }
}

/* ============ (max-width: 575px) ============ */
@media (max-width: 575px) {
  .global-btn {
    padding: 10px 25px;
    font-size: 10px;
    border-radius: 40px;
  }

  .global-btn span {
    font-size: 10px;
  }
}

/*------------------------
       responsive 
 --------------------------*/
/* ============ (max-width: 1440px) ============ */
/* Large laptop/desktop */
@media (max-width: 1440px) {
/*  header */	
	  .header-top {
    padding-bottom: 30px;
  }
.search-bar-main button {
    right: 30px;
}
.search-bar-main input {
    width: 320px;
}
  .header-bottom nav ul li {
    font-size: 18px;
}

 .logo img {
    width: 160px;
  }
/*  Banner area */
.n2-ss-item-content {
    font-size: 70px ;
}
.banner-slider .banner-heading .n2-ss-item-content{
    padding-right: 280px ;
}
/*  Banner bottom */
a.animated-item {
    font-size: 72px;
  }

  .cursor-image {
    width: 160px;
    height: 160px;
  }
/* left right section */
  .row-section {
    gap: 80px;
  }

  .left-right-section .heading-area h2 {
    font-size: 36px;
  }
.row-section.fourth .left-img img
 {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.row-section.fourth .left-img:before {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.row-section.second .right-text {
    padding-left: 50px;
}
	.row-section.second .left-img img {
   border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
	/* 	Category section */
	  .heading-area.center h2 {
    font-size: 48px;
  }
  .category-text p {
    font-size: 15px;
  }

	/* 	 Full Width Section */	
	  .full-width-section {
    height: 600px !important;
  }

  .full-width-tab h2 {
    font-size: 80px;
  }

  .full-width-tab h2 strong {
    font-size: 160px;
  }
	
/* 	 Pricing section */	
	  .pricing-text {
    left: 40px;
    max-width: 70%;
  }
  .pricing-img img {
    height: 600px;
  }
/* 	 counter-area */
 .counter-text {
        margin-left: 40px;
        max-width: 600px;
	 margin-top: -150px;
    }
    .counter-img.second img {
        max-width: 80%;
    }
	.counter-img.second {
        top: 40%;
    }
    .counter-icon span {
        font-size: 70px;
    }
    .counter-icon h5 {
        font-size: 22px;
    }	
	.counter-img.third{
		top: 39%;
	}
	.counter-area {
		padding: 160px 0 100px 0;
}
	
	/* 	 discount-area */
  .discount-text strong {
    font-size: 56px;
  }	
.discount-area {
    padding: 130px 0;
}
.discount-area img{
    top: -100px;
    width: 530px;
}
/* 	 Left Right Section 2 */
	  .right-column-section.second .right-text {
    max-width: 580px;
  }

  .rightcolumn {
    gap: 20px;
  }
  .left-column-section span {
    right: 90px;
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
.right-text img {
     margin: 0 0 15px 0;  
}	
	
/* 	 testimonials-area */	
.heading-area.center h2 {
    font-size: 36px;
  }

  .owl-item.active.center .testimonial-tab img {
    width: 400px;
    height: 500px;
  }
.owl-item.active.left .testimonial-tab img
	{
    max-width: 260px;
    height: 350px;	
	}
.owl-item.active.right .testimonial-tab img {
    width: 270px;
    height: 270px;
}
	/* 	 newsletter-area */
  .heading-area.center h2 {
    font-size: 36px;
  }
	
	/* 	footer */	
	  .footer {
    padding-top: 60px;
  }

  .footer-tab.menu {
    margin-left: 40px;
  }

  .footer-tab h6 {
    font-size: 22px !important;
  }
	
	/* Inner Banner */
	    .inner-banner {
        height: 420px;
    }

    .inner-banner-caption h1 {
        font-size: 44px;
    }
	/* Contact Page */	 
	    .form-section textarea.wpcf7-form-control.wpcf7-textarea,
    .wpcf7-response-output,
    .invalid .wpcf7-response-output {
        width: 700px !important;
    }
}

/* ============ (max-width: 1199px) ============ */
/* Standard laptop */
@media (max-width: 1199px) {	
.heading-area h2 {
    font-size: 35px;
}
/*  header */	
.search-bar-main button {
    right: 50px;
}
.search-bar-main input {
    width: 300px;
}
 .search-bar,
 .logo,
 .header-icon {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .header-bottom nav ul {
    flex-direction: column;
    gap: 20px;
  }

  .header-bottom nav ul li {
    font-size: 18px;
  }

  .search-bar form {
    max-width: 100%;
  }

  .header-bottom ul li:after {
    display: none;
  }
	
/*  Banner Area */
	.n2-ss-item-content {
    font-size: 60px !important;
}
.banner-slider .banner-heading .n2-ss-item-content{
    padding-right: 200px !important;
}
/*  Banner bottom */
a.animated-item {
    font-size: 60px;
  }
.animated-area {
    padding: 100px 0;
}
  .cursor-image {
    width: 140px;
    height: 140px;
  }
/* left right section */	
  .row-section {
    gap: 60px;
  }
  .left-right-section .heading-area h2 {
    font-size: 32px;
  }
  .row-section .right-column-section {
    background-position: 0 0 !important;
  }
	.row-section.second .right-text {
    padding-left: 50px;
}
/* 	Category section */
	  .heading-area.center h2 {
    font-size: 42px;
  }
  .category-tab {
    margin-top: 60px;
  }
  .category-section {
    margin-bottom: 60px;
  }
  .col-md-4.top {
    margin-top: 60px;
  }

	/* 	 Full Width Section */	
	  .full-width-section {
    height: 550px !important;
  }

  .full-width-tab h2 {
    font-size: 64px;
  }

  .full-width-tab h2 strong {
    font-size: 140px;
  }

  .full-width-tab p {
    font-size: 15px;
    margin-top: 40px;
    max-width: 600px;
  }
/* 	 Pricing section */	
  .pricing-text {
    left: 30px;
    max-width: 80%;
    top: 30px;
    height: 60%;
  }
.pricing-img img {
    height: 400px;
  }
.pricing-area:after {
    top: 30px;
    background-position: center;
    background-size: 300px;
}
/* 	 counter-area */
 .counter-section {
        min-height: 650px;
    }
    .counter-img.first,
    .counter-img.second,
    .counter-img.third {
        position: absolute;
        transform: none;
        text-align: center;
        margin-bottom: 30px;
    }
    .counter-img.second img {
        max-width: 78%;
        position: absolute;
        left: 55px;
    }
	    .counter-img.second {
        top: 8%;
    }
	 .counter-img.third {
        top: 130px;
        max-width: 30%;
        left: 190px;
    }
    .counter-text {
        margin-left: 40px;
    }
    .counter {
        flex-direction: column;
        align-items: center;
    }
    .counter-icon {
        justify-content: center;
    }	
	/* 	 discount-area */
.discount-img {
    top: -100px;
    margin-left: 30px;
  }
  .discount-text strong {
    font-size: 48px;
  }
.discount-area {
        padding: 80px 0;
    }
.discount-area img {
        top: -100px;
        width: 450px;
    }
/* 	 Left Right Section 2 */
	 .right-column-section.second .right-text {
    max-width: 520px;
  }

  .right-column span {
    font-size: 16px;
  }

  .left-column-section span {
    right: 70px;
    width: 80px;
    height: 80px;
    font-size: 13px;
  }
/* 	 testimonials-area */	
  .owl-item.active.left .testimonial-tab img,
  .owl-item.active.right .testimonial-tab img {
    margin-left: 20px;
    margin-top: 120px;
  }

.owl-item.active.center .testimonial-tab img{
        width: 300px;
        height: 420px;
    }
	
.owl-item.active.left .testimonial-tab img {
     max-width: 220px;
    height: 300px;
}
.owl-item.active.right .testimonial-tab img {
    width: 280px;
    height: 280px;
}
/* 	 newsletter-area */
  .heading-area.center h2 {
    font-size: 35px;
  }
	
	/* 	footer */	
	
 .footer .main-footer {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .footer-tab.menu {
    margin-left: 0;
    margin-top: 30px;
  }

  .footer-tab.address {
    margin-top: 30px;
  }

  .footer-tab h6 {
    font-size: 20px !important;
  }

  .footer-tab p,
  .footer-tab ul li a {
    font-size: 16px;
  }

/* Inner Banner */
	.inner-banner {
        height: 380px;
    }

    .inner-banner-caption h1 {
        font-size: 40px;
    }
	
	/* Contact Page */
	    .form-section textarea.wpcf7-form-control.wpcf7-textarea,
    .wpcf7-response-output,
    .invalid .wpcf7-response-output {
        width: 100% !important;
    }
}

/* ============ (max-width: 1024px) ============ */
/* Tablet - Large */
@media (max-width: 1024px) {
h2 {
    font-size: 30px;
}
	/*  header */	
.search-bar-main button {
        right: 100px;
    }
.search-bar-main input {
        width: 250px;
    }
	    .search-bar-main button {
        right: 60px;
    }
	    .search-bar-main input {
        width: 290px;
    }
/* Banner Area */	
.banner-slider .banner-heading .n2-ss-item-content{
    padding-right: 180px ;
}
.banner-bg-before{
    top: 50%;
    font-size: 150px !important;
}
/* Banner bottom */	
	  a.animated-item {
    font-size: 48px;
  }

  .cursor-image {
    width: 120px;
    height: 120px;
  }
/* left right section */
  .row-section {
    gap: 40px;
  }
.row-section.fourth .left-img img {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.row-section.fourth .left-img:before {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
  .left-right-section .heading-area h2 {
    font-size: 28px;
  }
  .row-section .right-column-section {
    background-position: center !important;
  }
.row-section.fourth .right-text {
    padding: 0 50px 0 0px;
}
.row-section.second .left-img img{
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;
}
.row-section.second .right-text {
        padding-left: 50px;
  }
  .right-text img {
    margin-top: 30px;
  }
	/* 	Category section */
	  .heading-area.center h2 {
    font-size: 36px;
  }
  .category-text p {
    font-size: 14px;
  }
	/* 	 Full Width Section */	
	.full-width-section {
    height: auto !important;
    padding: 80px 0;
    background-attachment: scroll !important; /* Prevent iOS issues */
  }

  .full-width-tab h2 {
    font-size: 52px;
  }

  .full-width-tab h2 strong {
    font-size: 110px;
  }

  .full-width-tab p {
    font-size: 14px;
    margin-top: 30px;
    padding: 0 20px;
  }

  .full-width-tab-button {
    margin-top: 20px;
  }
/* 	 Pricing section */	
	
/* 	 counter-area */
	.counter-img.first img {
    max-width: 470px;
	}
	 .counter-img.second img {
        max-width: 355px;
        position: absolute;
        left: 60px;
    }
	 .counter-img.second {
        top: 50%;
    }
   .counter-img.third {
        top: 120px;
        max-width: 130px;
        left: 170px;
  }
	    .counter-section {
        min-height: 500px;
    }
	.left-right-section {
    padding: 70px 0 100px 0;
}
	.animated-area {
        padding: 100px 0 70px 0;
    }
/* 	 discount-area */
    .discount-area img {
        top: -50px !important;
        width: 380px !important;
    }
/* 	 Left Right Section 2 */
	
/* 	 testimonials-area */	
.testimonial-tab img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin-bottom: 40px ;
}
}

/* ============ (max-width: 991px) ============ */
/* Tablet */
@media (max-width: 991px) {
    .heading-area h2 {
        font-size: 40px;
    }
	.category-area .heading-area.center h2 {
    font-size: 38px !important;
  }
	.newsletter-area .heading-area.center h2 {
         font-size: 28px !important;  
    }
/*  header */	
	 .logo img {
        width: 130px;
    }
	.logo {
    width: 40%;
    text-align: left;
	margin-bottom: 00px;
		flex: none;
}
	.header-icon {
    position: absolute;
        bottom: 15px;
        right: 8%;
}
	.search-bar-main button {
        right: 20px;
    }
	    .search-bar-main input {
        width: 330px;
    }
.header-area {
    position: relative;
}
.header-top {
    display: flex;
    flex-direction: row-reverse;
}
	.search-bar-main {
    width: 50%;
}
/*  Banner Area */		
    .banner-slider .banner-heading .n2-ss-item-content {
        padding-right: 480px !important;
    }
.banner-bg-before {
       font-size: 120px !important;
	    top: 53%;
    }
.n2-ss-item-content {
        font-size: 50px !important;
    }
.banner-section .n2-ss-slide {
    height: 450px !important;
}


/*  Banner bottom */	
.animated-area {
    padding: 80px 0;
  }

  a.animated-item {
    font-size: 50px;
    margin: 10px 0;
    text-align: center;
  }
  .cursor-image {
    display: none !important; /* Hide cursor image on tablet/mobile */
  }
/* left right section */
  .row-section {
    flex-direction: column !important;
    gap: 40px;
  }
.left-right-section {
    padding: 0 40px;
}
.heading-area {
    text-align: left;
}
.row-section {
    padding-bottom: 50px;
}
  .row-section .left-column-section,
  .row-section .right-column-section {
    width: 100%;
  }

  .row-section.fourth .left-img img,
  .row-section.second .left-img img {
    border-radius: 30px;
  }

  .row-section.fourth .left-img:before {
    border-radius: 30px;
  }
  .left-img img {
    max-width: 100%;
    height: auto;
  }

  .left-right-section .heading-area h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .heading-area span {
    font-size: 10px;
    letter-spacing: 0.3em;
  }

  .right-text img {
    max-width: 120px;
    display: block;
  }

  .global-btn {
        display: inline-block;
        margin: 0 0 100px 0 ;
        justify-content: center;
    }
 .row-section .right-column-section {
        background-position: right !important;
    }
	.row-section:nth-child(even) .right-column-section {
    justify-content: start;
}
	.row-section.second .right-text {
        padding: 10px 0px 50px 0 !important;
    }
	
	/* 	Category section */
	  .heading-area.center h2 {
    font-size: 32px;
  }
  .category-tab {
    margin-top: 50px;
  }
  .category-section {
    margin-bottom: 50px;
  }
  .col-md-4.top {
    margin-top: 40px;
  }
	/* 	 Full Width Section */	
	.full-width-tab h2 {
    font-size: 42px;
  }

  .full-width-tab h2 strong {
    font-size: 90px;
  }

  .full-width-tab p {
    font-size: 13px;
  }
	
/* 	 Pricing section */	
  .pricing-img img {
    height: 400px;
  }
    .pricing-area:after {
        top: 110px;
        background-position: top;
        background-size: 250px;
    }
	
	/* 	 counter-area */
      .counter-area {
        padding: 80px 0 0 0;
    }
    .counter-icon span {
        font-size: 60px;
    }
    .counter-img.second img {
        max-width: 290px;
		left: 17%;
    }
	    .counter-img.first img {
        max-width: 380px;
    }
	    .counter-img.second {
        top: 9%;
    }
	    .counter-img.third {
        top: 110px;
        max-width: 100px;
        left: 140px;
    }
/* 	 discount-area */
    .discount-area {
        padding: 50px 0;
    }
  .discount-img {
    position: static;
    margin: 0 auto 20px;
    display: block;
  }
.discount-area img {
        top: -50px !important;
        width: 300px !important;
    }
  .discount-text {
    text-align: center;
  }
.discount-text p{
    font-size: 18px;
}
	/* 	 Left Right Section 2 */
	 .row-section {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
.left-right-section.second .left-img img{
    border-radius: 30px;
}
  .right-column {
    width: 45%;
  }
  .right-column-section.second .right-text {
    max-width: 100%;
  }
  .left-column-section span {
    position: relative;
    margin: 20px auto 0;
    right: unset;
  }
  .left-img img {
    width: 100%;
    border-radius: 30px;
  }
  .left-right-section.second .left-img:before {
    border-radius: 30px;
  }
/* 	 testimonials-area */	
	.testimonials-area {
    padding: 20px 0 100px 0;
    background: #101010;
}
	 .testimonial-tab img {
        width: 100%;
        height: 400px;
    }

  .owl-item.active.left .testimonial-tab img,
  .owl-item.active.right .testimonial-tab img {
    transform: none;
    margin: 0 auto;
  }
  .owl-item.active.center .testimonial-tab img {
    width: 300px;
    height: 400px;
  }
/*  newsletter-area  */	

.newsletter-area input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email{
    padding: 12px;
}
.newsletter-area input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 12px 50px;
    top: 5px;
}
	/* Inner Banner */
	 .inner-banner {
        height: 320px;
        background-attachment: scroll !important;
        padding: 15px 0;
    }

    .inner-banner-caption h1 {
        font-size: 36px;
    }

    .inner-banner-caption nav.breadcrumbs a,
    .inner-banner-caption nav.breadcrumbs span {
        font-size: 14px;
    }
	/* Contact Page */
	  .contact-section {
        padding: 100px 0;
    }

    .form-section {
        padding: 80px 0;
    }

    .form-area {
        flex-direction: column;
        align-items: center;
    }

    .form-input {
        width: 100%;
        margin: 10px 0;
    }

    .form-section textarea.wpcf7-form-control.wpcf7-textarea {
        width: 100%;
    }

    .wpcf7-response-output,
    .invalid .wpcf7-response-output {
        width: 100% !important;
    }

    .contact-tab:before {
        display: none;
    }
}

/* ============ (max-width: 767px) ============ */
/* Mobile - medium */
@media (max-width: 767px) {
	/*  header */	
	.heading-area.center h2 {
    font-size: 38px !important;
  }	
	.category-area .heading-area.center h2 {
    font-size: 38px !important;
  }
	.newsletter-area .heading-area.center h2 {
         font-size: 28px !important;  
    }
/* .header-top {
     display: block;
}
	.search-bar-main {
		width: 50%;
		margin: auto;
	}
	    .logo {
        margin-top: 20px !important;
        margin: auto;
    }
	    .logo img {
        width: 200px;
    } */
	.logo img {
        width: 130px;
    }
	.logo {
    width: 40%;
    text-align: left;
	margin-bottom: 00px;
		flex: none;
}
	.header-icon {
    position: absolute;
        bottom: 15px;
        right: 8%;
}
	.search-bar-main button {
        right: 20px;
    }
	 .search-bar-main input {
        width: 100%;
    }
	    .search-bar-main button {
        right: 0px;
    }
.header-area {
    position: relative;
}
.header-top {
    display: flex;
    flex-direction: row-reverse;
}
	.search-bar-main {
    width: 60%;
}
.search-bar-main form {
    width: 80%;
	margin-left: auto;
}	
/*  Banner Area*/
	
    .banner-slider .banner-heading .n2-ss-item-content {
        padding-right: 520px !important;
    }
.banner-bg-before {
       font-size: 120px !important;
	    top: 53%;
    }
.n2-ss-item-content {
        font-size: 50px !important;
    }
.banner-section .n2-ss-slide {
    height: 450px !important;
}	
	
	/***=======================================products styles===========================================================================****/
.search-bar-products input {
    width: 100% !important;
	}	
	.toggle-wrapper {
    margin-right: 160px !important;
	}
	.toggle-label {
		font-size: 20px;
	}	
	.product-image-details {
		width: 100% !important;
		float: none !important;
		height: auto !important;
	}	
	#product-modal{
		left:5%  !important;;
		width:90% !important;
	}
	.product-info-details h1, h2, h3, h4, h5, h6 {
		font-size: 22px !important;
	}
	.product-info-details p {
    font-size: 15px !important;
}
	.cart-icon-products img {
		width: 30px !important;
	}
	.cart-icon-products span {
		padding: 2px 4px 2px 4px !important;
		font-size: 12px;
	}
	.cart-icon-products {
		width: 60px !important;
		height: 60px !important;
	}
	/***=======================================products styles===========================================================================****/
	
	
	
	
/*  Banner bottom*/
    .animated-area {
        padding: 80px 0 30px 0;
    }
  a.animated-item {
    font-size: 40px;
  }
/* left right section */
	
  .left-right-section {
    padding: 60px 40px;
  }
    .left-right-section .heading-area h2 {
        font-size: 28px !important;
    }
	.heading-area span{
        font-size: 12px;
        letter-spacing: 0.3em;
    }
	 .global-btn {
        display: inline-block;
        margin: 0 0 50px 0;
    }
  .right-text {
    padding: 20px;
  }
	.row-section.second .right-text {
        padding: 10px 0px 30px 0 !important;
    }
	/* 	Category section */
.heading-area.center h2 {
    font-size: 38px !important;
  }
	.newsletter-area .heading-area.center h2 {
         font-size: 28px !important;  
    }
    .category-text h3 {
        margin: 16px 0 10px;
        font-size: 32px !important;
    }
  .category-text p {
    font-size: 16px;
  }
	  .col-md-4.top {
    margin-top: 0 !important;
  }
	/* 	 Full Width Section */	
    .full-width-tab h2 {
        font-size: 32px !important;
        color: #fff;
    }

  .full-width-tab h2 strong {
    font-size: 70px;
  }
  .full-width-tab p {
    font-size: 16px;
  }

  .full-width-tab-button {
    text-align: center;
  }
/* 	 Pricing section */	
	  .pricing-text {
    padding: 15px;
  }
    .pricing-img img {
        height: 100%;
    }
.pricing-section {
    padding-bottom: 5px;
}
	    .pricing-area:after {
        top: 40%;
        background-position: top;
        background-size: 400px;
			width: 100%;
    }

/* 	 counter-area */
	  .counter-area {
        padding: 80px 0 50px 0;
    }
	    .counter-section {
        min-height: 700px;
    }
	    .counter-img.first img {
        max-width: 100%;
    }
	    .counter-img.second {
        top: 10%;
    }
	    .counter-img.third {
        top: 20%;
        max-width: 32%;
        left: 33%;
    }
	    .counter-img.third {
        top: 20%;
        max-width: 32%;
        left: 33%;
    }
	  .counter-text {
        margin-bottom: 30px;
    }
		.counter-img.second img {
        max-width: 80%;
        left: 10%;
    }
/* 	 discount-area */
	.discount-area {
    min-height: 250px;
}
	 .discount-area img {
        top: 90px !important;
        width: 300px !important;
    }

  .discount-text strong {
    font-size: 36px;
  }


	/* 	 Left Right Section 2 */
	.left-right-section.second {
     padding: 150px 40px 40px 40px;
}
	    .rightcolumn {
        flex-direction: row;
			margin-bottom: 20px;
    }

    .right-column {
        width: 100%;
        text-align: left;
    }

  .right-column img {
    margin: 0 0 0 10px 0;
    max-width: 80px;
  }

  .right-column span {
    font-size: 16px;
  }
    
.left-right-section.second .left-img:before {
        border-radius: 30px;
    }
  .left-img img {
    border-radius: 30px;
  }

    .left-column-section span {
        width: 70px;
        height: 70px;
        font-size: 12px;
        position: absolute;
        right: -20px;
        top: -50px;
    }
/* 	 testimonials-area */
	 .heading-area.center h2 {
    font-size: 28px !important;
  }

  .testimonial-tab img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    transform: none !important;
  }
	
	/*  newsletter-area  */	
 .newsletter-area {
    padding: 70px 20px;
  }

.newsletter-area form.wpcf7-form.init {
    width: 450px !important;
}

.newsletter-area input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    width: 350px;
}
    .newsletter-area input[type="submit"] {
        width: 40%;
    }
	/* Inner Banner */
	 .inner-banner {
        height: 280px;
        padding: 10px 0;
    }

    .inner-banner-caption h1 {
        font-size: 30px;
    }
	/* Contact Page */
	 .contact-tab h4 {
        font-size: 20px;
    }

    .contact-tab img {
        width: 60px;
    }

    .form-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
        padding: 12px 30px;
        font-size: 15px;
    }

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

    .contact-tab {
        margin-bottom: 40px;
    }
}

/* ============ (max-width: 575px) ============ */
/* Mobile - small */
@media (max-width: 575px) {
	
/*  header */	
	.search-bar-main {
        width: 80% !important;
		margin-bottom: 30px;
    }
	.header-top {
    display: flex;
    flex-direction: column;
}
.search-bar-main form {
        width: 100%;
    }
/* Banner Area */		
.n2-bullet {
    width: 50px;
}
	.banner-slider .banner-heading .n2-ss-item-content {
        padding-right: 260px !important;
    }
	    .n2-ss-item-content {
        font-size: 40px !important;
    }
	.banner-bg-before {
        font-size: 60px !important;
        top: 59%;
    }
/* Banner bottom */	
  .animated-area {
    padding: 60px 0;
  }

  a.animated-item {
    font-size: 30px;
  }	
	
/* left right section */
    .left-right-section {
        padding: 40px 20px;
    }
	
  .left-right-section .heading-area h2 {
    font-size: 20px;
  }
  .right-text img {
    max-width: 100px;
    margin-top: 15px;
  }

  .global-btn span {
    font-size: 14px;
  }
	/* 	Category section */
	  .category-area {
    padding-bottom: 50px;
  }
  .category-tab {
    margin-top: 40px;
  }
  .heading-area.center h2 {
    font-size: 24px;
  }
  .category-text h3 {
    font-size: 18px;
  }
  .category-text p {
    font-size: 16px;
  }
  .category-section {
    margin-bottom: 40px;
  }
	/* 	 Full Width Section */	
	.full-width-section {
    padding: 60px 0;
  }
  .full-width-tab h2 {
    font-size: 28px;
  }

  .full-width-tab h2 strong {
    font-size: 56px;
  }

  .full-width-tab p {
    font-size: 12px;
  }

  .full-width-tab a {
    margin-top: 20px;
  }
/* 	 Pricing section */	
	  .pricing-text {
    padding: 10px;
  }
	  .pricing-area:after {
        background-size: 200px;
		width: 100%;
    }
  .pricing-img img {
        height: 350px;
        width: 100%;
    }
/* 	 counter-area */
	.counter-section {
        min-height: 555px;
    }
    .counter-img.second {
        top: 6%;
    }
	.counter-img.second img {
        max-width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
	    .counter-img.third {
        max-width: 30%;
		top: 15%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
/* 	 discount-area */
	.discount-area img {
    position: relative;
    top: -120px;
    margin-left: 0px; 
    margin: auto;
    display: block;
}
 .discount-area img {
        top: 10px !important;
        width: 200px !important;
    }
/* 	 Left Right Section 2 */	
	    .left-right-section.second {
        padding: 50px 20px;
    }
 .right-text p {
    font-size: 16px;
  }
.left-right-section.second .right-text {
    padding: 0 20px;
}
.left-right-section.second .row-section {
        padding-bottom: 10px;
    }
  .right-column span {
    font-size: 14px;
  }

  .left-column-section span {
    width: 60px;
    height: 60px;
    font-size: 11px;
  }
	/* 	 testimonials-area */	
	
	/*  newsletter-area  */	
    .newsletter-area form.wpcf7-form.init {
        width: 100% !important;
    }
.newsletter-area input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email { 
    width: 100% !important;
}
	    .newsletter-area input.wpcf7-form-control.wpcf7-submit.has-spinner {
        padding: 12px 32px !important;
        top: 8px!important;
    }
	
	
	.newsletter-area input[type="email"] {
    padding: 11px 15px !important;
  }
	

  .newsletter-area input[type="submit"] {
    padding: 12px 30px !important;
    font-size: 14px;
  }
	/* Inner Banner */
	  .inner-banner {
        height: 220px;
    }

    .inner-banner-caption h1 {
        font-size: 26px;
        padding: 0 20px;
        line-height: 1.2;
    }

    .inner-banner-caption nav.breadcrumbs a,
    .inner-banner-caption nav.breadcrumbs span {
        font-size: 13px;
    }
	
	/* Contact Page */
	
	 .contact-section {
        padding: 60px 0;
    }

    .form-section {
        padding: 50px 0;
    }

    .form-section h3 {
        font-size: 22px;
    }

    .form-input input,
    .form-section textarea.wpcf7-form-control.wpcf7-textarea {
        padding: 10px 15px;
        font-size: 15px;
    }

    .form-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
        width: 100%;
    }

    .contact-tab {
        text-align: center;
    }

    .contact-tab h4 {
        font-size: 18px;
    }
}


.cart-drawer{
	position: fixed;
	top: 0;
	right: 0;
	width: 400px;
	height: 100vh;
	background-color: #fff;
	box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
	z-index: 9999;
	transition: transform 0.3s ease-in-out;
	transform: translateX(100%);
	padding: 50px 20px;
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-items {
  padding: 15px 20px;
  border-bottom: 1px solid #f5f5f5;
  align-items: center;
}

.cart-items img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 15px;
}

.cart-drawer h3{
	color:#000;
}
.cart-drawer p{
	color:#000;
}
.button-close{
	float: right;
    background: none;
    border: none;
    color: red;
    font-size: 22px;
}
.trash-button{
	background:none;
	color:#000;
	border:none;
	padding:5px 10px;
	border-radius:4px;
	float: right;
}
.cart-icon-products{
	position: fixed;
    right: 0;
    top: 50%;
    width: 100px;
    height: 100px;
    background: #af00b9;
    border: none;
	z-index: 3;
}
.cart-icon-products img{
	width: 50px;
}
.cart-icon-products span{
	background: #fff;
    padding: 4px 10px 4px 10px;
    border-radius: 50px;
}
.search-bar-products{
	display: flex;
	margin-bottom: 50px;
}
.search-bar-products input {
    border: none;
    outline: none;
    padding: 10px 20px;
    width: 300px;
    border-radius: 50px;
	background: #231f20;
}

.search-bar-products button {
    border: none;
    outline: none;
    margin: 0px 0px 0px -55px;
    height: 41px;
    padding: 10px 13px;
    background: none;
    color: #fff;
    border-radius: 50px;
}

.products-sidebar{
	padding: 70px 30px;
    background: #AF00B9;
    border-radius: 50px;
    min-height: 600px;
}
.products-sidebar h3{
	font-size:22px;
}
.products-sidebar ul {
	
}
.products-sidebar ul li{
	font-size: 20px;
    padding: 5px 0px;
}
.products-sidebar ul li a{
	color: #fff;
    margin-left: 20px;
}
.products-sidebar ul li a:hover{
	text-decoration:underline;
	color:#231f20;
}


.toggle-wrapper {
  float:right;
	margin-right: 100px;
}

.toggle-label {
      font-weight: 500;
    position: relative;
    left: 72px;
    top: -6px;
}

/* Toggle Switch Styles */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
}

.toggle-switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #d1d5db, #9ca3af);
  border-radius: 34px;
  transition: background 0.4s ease;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

.slider::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* ON State */
.toggle-switch input:checked + .slider {
  background: linear-gradient(135deg, #4ade80, #22c55e);
}

.toggle-switch input:checked + .slider::before {
  transform: translateX(28px);
  box-shadow: 0 0 10px #4ade80;
}

.products-tabs {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s;
  height: 100%; 
}
.products-tabs:hover{
  border: 1px solid #AF00B9;
  
}
.products-tabs img {
  height: 350px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
.products-tabs h4 {
  font-size: 1rem;
  color:#000;
}
.products-tabs h5 {
  font-size: 22px;
  color:#AF00B9;
	font-weight:700;
}
.product-image-details{
	width: 40%;
    float: left;
    height: 700px;
}
.product-info-details{
	
}
.product-info-details p{	
	color:#000;
}
.product-info-details h1,h2,h3,h4,h5,h6{
	color:#000;
	margin:15px 0px;
}
.product-info-details ul {	
	list-style:disc;
	margin:left:20px;
}
.product-info-details ul li{	
	color:#000;
}
.model-content-product{
	padding: 50px 0px 100px 0px;
}



.cart-popup {
	display:none;
    position: fixed;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #af00b9;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 9999;
    font-family: sans-serif;
    font-size: 16px;
    transition: top 0.5s ease-in-out;
  }

  .cart-popup.show {
    display: block;
    top: 100px;
  }

  .goto-cart {
    color: #fff;
	  cursor: pointer;
    text-decoration: underline;
    margin-left: 10px;
  }