/* Header Css  */
.site-header {
    position: relative;
    width: 100%;
    z-index: 99;
    /* background: var(--body-color); */
}

.site-header .mobile-header {
    position: fixed;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    padding: 100px 40px 20px;
    background-color: var(--extra-color-1);
    min-height: 100%;
    transform: translateX(100%);
    transition: 0.2s;
    z-index: 9999;
}

.header-logo .logo-here {
    max-width: 440px;
    height: 220px;
    object-fit: cover;
    width: 100%;
}

.modal-header {
    border: none;
    width: 9%;
    position: absolute;
    right: 21%;
    top: 1rem;
    z-index: 66;
}

.modal-header button{
        background: #e1b948;
    border-radius: 100%;
    width: 57px;
    height: 36px;
    border: none;
}

span.active-status {
    background: var(--extra-color-1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--primary-regular-font);
    right: -7px;
    top: -8px;
}

.submenu {
    top: 10px;
    left: -20px;
    transition: 0.4s ease;
    opacity: 0;
    max-width: max-content;
    z-index: 99;
    width: 380px;
}

.submenu li {
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
}

.submenu li:last-child {
    border-bottom: 0px;
}

.submenu li a:hover {
    color: var(--secondary-color);
}

.site-header .single-item.dropdown:hover .submenu {
    top: 27px;
    opacity: 1;
    overflow: visible;
}

.site-header .single-item.dropdown {
    overflow: hidden;
}

.site-header .single-item.dropdown:hover {
    overflow: visible;
    opacity: 1;
}

@media (max-width: 991px) {
    .site-header .mobile-header.active {
        transform: translateX(0);
    }
}

/* Header Css  */

/* Banner Section Start Here */
/* .banner {
    padding: 300px 0px 220px;
} */

.banner {
    margin-top: -70px;
}

.banner-inner-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 180px;
    width: 100%;
}

.banner-wrapper {
    display: flex;
    justify-content: center;
    align-items: start;
    /* margin: auto; */
}

.banner-arrow {
    top: 380px;
    right: 40%;
}

.scroll-down-wrapper {
    bottom: -40px;
    z-index: 9;
}

.banner-icon {
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
}

.banner-icon:hover {
    background: var(--extra-color-7);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.banner::after {
    content: "";
    position: absolute;
    background-image: url(../img/banner-bottom.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 130px;
    bottom: -16px;
    background-size: cover;
    z-index: 9999999;
}

.banner-mid-wrap::before {
    content: "";
    position: absolute;
    background-image: url(../img/banner-mid.png);
    background-repeat: no-repeat;
    width: 430px;
    height: 280px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Banner Section End Here */

.categories-slider .categories-slide {
    margin: 0px 10px;
}

.categories-slider.slider-sec .slick-prev {
    left: -34%;
    top: unset;
    bottom: 30px;
}

.categories-slider.slider-sec .slick-next {
    left: -27%;
    top: unset;
    bottom: 30px;
}

.categories-left-wrapper::after {
    content: "";
    position: absolute;
    /*background-image: url(../img/categories-top.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    top: -150px;
    right: -40px;
    width: 220px;
    height: 220px;
    z-index: -1;
}

/* product-section Css  */
.product-slider .product-slide {
    margin: 0px 10px;
}

/* product-section Css  */

/* collection-section Css  */

.collection-section {
    background-image: url(../img/collection-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: bottom;
}

.sale-tag {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 20% 100%);
    transform: rotate(-90deg);
    position: absolute;
    left: 0px;
    top: 40px;
}

.collection-top-content {
    position: relative;
}

.collection-top-content::before {
    content: "";
    position: absolute;
    background-image: url(../img/collect-text-bg.png);
    background-repeat: no-repeat;
    background-position: left;
    left: 21%;
    top: 40px;
    background-size: contain;
    width: 200px;
    height: 200px;
    z-index: -1;
}

/* collection-section Css  */

/* plant-section Starts Here  */
.plant-section {
    background-image: url(https://testv70.demowebsitelinks.com/storm_herbal/wp-content/uploads/2025/02/plant-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding: 170px 0px;
}

.btn.plant-btn {
    background: var(--extra-color-3);
}

.plant-slider .slick-dots {
    bottom: -45px;
    text-align: center;
    display: flex;
    align-items: center;
}

.plant-slider .slick-dots li.slick-active {
    background-color: #6e9660;
    width: 20px;
    height: 20px;
    margin: 0px 20px;
}

.plant-slider .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fdd572;
}

.plant-slider .slick-dots li button {
    display: none;
}

.plant-img-wrapper figure img.img-fluid {
    transform: scale(1.5);
}

/* plant-section Starts Here  */

/* sales-section Css  */
.sale-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/sales-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 330px;
    height: 995px;
    top: -100px;
    right: 0;
    background-position: bottom;
    z-index: -1;
}

.sale-section::before {
    content: "";
    position: absolute;
    background: var(--extra-color-10);
    background-size: cover;
    width: 330px;
    height: 995px;
    top: -100px;
    left: 0;
    z-index: -1;
}

/* testimonilas-section Css  */
.testimonials-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/testimonials-bg.png);
    background-repeat: no-repeat;
    width: 910px;
    height: 820px;
    right: 0;
    background-size: contain;
    top: 0;
    z-index: -1;
}

.testimonilas-slide {
    border: 1px solid #ececec;
}

.testimonilas-slide {
    border: 1px solid #ececec;
    border-radius: 3px;
    margin: 0px 10px;
}

.testimonilas-slide:hover {
    border-color: #a5da9d;
}

.testimonials-slider .slick-dots {
    bottom: -70px;
    left: 0;
    align-items: center;
    flex-direction: row;
    justify-content: unset;
    top: unset;
    row-gap: 0;
    gap: 18px;
}

.testimonials-slider .slick-dots li {
    background: #4a463d;
    border: 0;
    height: 5px;
    width: 60px;
    margin: 0 6px;
    transition: 0.4s ease;
    border-radius: 3px;
}

.testimonials-slider .slick-dots li.slick-active {
    background: var(--secondary-color);
    border-color: transparent;
    width: 90px;
}


/* blog-section Css  */

.blog-section {
    padding: 200px 0px;
}

.blog-section::after {
    content: "";
    position: absolute;
    background-image: url(../img/blog-bg.png);
    background-repeat: no-repeat;
    bottom: -150px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: bottom;
}

.bottom-bg {
    position: relative;
    padding: 170px 0px;
}

.bottom-bg::before {
    content: "";
    position: absolute;
    background-image: url(../img/bottom-bg.png);
    background-repeat: no-repeat;
    bottom: -130px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: bottom;
    background-size: cover;
}

.blog-top-content {
    background-image: url(../img/blog-text-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    background-size: contain;
}

.blog-section .blog-slide {
    margin: 0px 20px;
}

/* blog-section Css  */

/* footer Css  */

.site-footer {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-position: top;
    /* background-attachment: fixed; */
    padding: 200px 0px 0px;
}

.footer-wrap {
    padding-bottom: 60px;
}

/* footer Css  */

/* blog-page Css  */
.date-wrap {
    background: var(--secondary-color);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    bottom: 20px;
}

.blog-detail-section {
    padding: 90px 0px;
}

/* blog-page Css  */

/* contact-page Css  */

.contact-icon-wrap {
    max-width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}

.contact-section{
  padding: 70px 0px 150px;
}

.contact-section::before {
    content: "";
    position: absolute;
    background-image: url(../img/contact-bg.png);
    background-repeat: no-repeat;
    bottom: -200px;
    width: 100%;
    height: 910px;
    z-index: -1;
    background-position: right;
    background-size: cover;
}

.collection_slider .collection-img img {
    height: 380px;
    border-radius: 30px;
}

/* contact-page Css  */

/* about-page Css  */
.choose-section {
    background-image: url(https://testv70.demowebsitelinks.com/storm_herbal/wp-content/uploads/2025/01/Group-4.png);
    padding: 180px 0px;
}

.story-section {
    background-image: url(../img/story-bg.png);
}

/* about-page Css  */


/* Modal Starts Here  */
#welcomeModal {
    backdrop-filter: blur(4px);
    background: #000000b5;
}

#welcomeModal .modal-body {
    padding: 0;
    position: relative;
    z-index: 10;
    background-image: url(https://testv70.demowebsitelinks.com/storm_herbal/wp-content/uploads/2025/01/modal-bg.png);
    background-position: center;
    background-size: contain;
    padding: 100px 10px;
    border: 0;
}

#welcomeModal .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background: #ffffff26;
    backdrop-filter: blur(10px);
}

#welcomeModal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    /* backdrop-filter: blur(30px); */
    background-clip: padding-box;
    border: 0;
    border-radius: 0px;
    outline: 0;

}

.form-span {
    position: absolute;
    top: 13px;
    right: 22px;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 40%;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 575px) {
    #welcomeModal .modal-body {
        padding: 0 2px 16px;
    }
}

/* Modal Ends Here  */


.pum-form__field.pum-form__field--radio.pum-form__field--consent.pum-sub-form-field {
    display: none !important;
}

div#pum-151 {
    background-color: #00000085;
}

.pum-content.popmake-content {
    justify-items: center;
}

div#popmake-151 {
    width: 400px;
    /* align-content: center; */
    margin-left: px;
    border-radius: 30px;
    border: 2px solid #006838;
}

button.pum-form__submit.pum-sub-form-submit {
    background-color: var(--secondary-color);
    border-radius: 28px;
    font-size: 15px;
    color: var(--body-color);
    text-align: center;
    font-family: var(--primary-bold-font);
    border: 1px solid transparent;
    padding: 13px 40px;
    transition: 0.6s all;
    text-transform: uppercase;
    letter-spacing: 2px;
}

input[type="text"] {
    border-radius: 25px;
}

input[type="email"] {
    border-radius: 25px;
}

.sales-bottom h2{
        line-height: 72px;
    margin-bottom: 3rem;
}

button.pum-close.popmake-close {
    background-color: #a50523 !important;
    border-radius: 50px !important;
        line-height: 16px !important;
    font-size: 22px !important;
}

input#gform_submit_button_1 {
    background-color: var(--secondary-color);
    border-radius: 28px;
    font-size: 15px;
    color: var(--body-color);
    text-align: center;
    font-family: var(--primary-bold-font);
    border: 1px solid transparent;
    padding: 13px 40px;
    transition: 0.6s all;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner::after {
    background-image: none;

}

section.contact-detail-section.section-logo .contact-icon-wrap {
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 14px #aaaaaa;
}

.mt-20
{
    margin-top:20px;
}

.plant-slider .slick-dots {
    bottom: -45px;
    text-align: center;
    display: none !important;
    align-items: center;
}

.gradient-bg
{
    background: linear-gradient(to top, #f39c12, #8e44ad);
}







.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-toggle {
  background-color: transparent;
  color: #333;
  padding: 10px;
  border: none;
  cursor: pointer;
  width: 150px;
  font-size: 16px;
  font-weight: 300;
  text-align: justify;
  text-transform: uppercase;
}

.main-filter {
  border-bottom: 2px solid #00000029;
  padding-bottom: 1rem;
  margin-bottom: 120px;
}

/*.dropdown-content {*/
/*  display: none;*/
/*  position: absolute;*/
/*  background-color: #fff;*/
/*  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);*/
/*  z-index: 1;*/
/*}*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    width: 200px;
}

/*.dropdown-content label {*/
/*  display: block;*/
/*  padding: 9px 16px 10px 12px;*/
/*  text-transform: uppercase;*/
/*  font-weight: 300;*/
/*}*/
.dropdown-content label {
    display: flex;
  padding: 0px 13px;
    text-transform: uppercase;
    font-weight: 300;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.dropdown-content input[type="checkbox"] {
  margin-right: 5px;
}

.dropdown-content label:hover {
  background-color: #f1f1f1;
}

.dp-1 {
  border-right: 1px solid black;
}

.main-products .text-holder {
  padding-top: 1rem;
}

.main-products .text-holder p {
  margin: 0;
}
.mt
{
	margin-top:8rem !important;
}
.mt5
{
	margin-top:5rem;
}
.fs60
{
    font-size:60px;
}
.mb5{
    margin-bottom: 2rem;
}


.accordion-container {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.accordion-item {
  background-color: #FFFFFF; /* White background for items */
  border: 0px; /* Light border */
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 8px;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */ /* Softer shadow */
}

.accordion-header {
  background-color: #FFF; /* Soft purple */
  color: #000; /* White text */
  padding: 18px 10px 18px 0px;
  font-size: 17px;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px;
  transition: background-color 0.3s ease;
}

.accordion-header:hover {
   /* Darker shade of purple */
   border-radius: 0px;
}

.accordion-content {
  background-color: #FAFAFA; /* Very light grey for content */
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  margin: 15px 0;
  line-height: 1.5;
}







.tabs-sec {
  padding-top: 20px;
   padding-bottom: 20px;
  background-color: #f9f9f9;
}

.tabs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabs-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 20px;
}

.tab-btn {
  flex: 1; /* Make buttons equal width */
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-right: 10px;
}

.tab-btn:last-child {
  margin-right: 0; /* Remove margin for the last button */
}

.tab-btn.active {
  background-color: #333;
  color: #fff;
}

.tab-btn:hover {
  background-color: #e0e0e0;
}

.tabs-content {
  width: 100%;
  max-width: 1300px;
}

.tab-content {
  display: none;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.tab-content.active {
  display: block;
}


.top-header-content {
    margin-top: 10px;
}

.handmade img {
    width: 250px;
    padding: 12px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    border-radius: 30px !important;
    margin-bottom: 10px;
}

.handmade img:hover {
    width: 250px;
    padding: 12px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    border-radius: 30px !important;
    /*transform: rotate(45deg);*/
    margin-bottom: 10px;
}

.after-about .handmade {
    height: 400px;
    align-content: center;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 5px;
    background-color: #fff;
}

.after-about .handmade:hover {
    height: 380px;
    align-content: center;
    border-radius: 25px;
    box-shadow: none;
    background-color: #fff;
    
}

.top-header {
    text-align: center;
    /*padding: 10px 0px 10px;*/
    background-color: #212e27;
}

.top-header p {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    font-family: poppins;
    
}

.about-content-wrapper.disclaimer {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 50px;
    border-radius: 25px;
}

.disclaimer h3 {
    text-align: center;
}

.disclaimer p {
    text-align: center;
}


.categories-section .col-lg-2 {
    flex: 0 0 16%;
    max-width: 16%;
}

.after-about {
    padding-bottom: 100px;
    padding-top: 100px;
    background-image: url(https://testv70.demowebsitelinks.com/storm_herbal/wp-content/uploads/2025/01/download-5.png);
    background-position: center;
    background-size: cover;
}
 
 
 

/*search */

.search-results h2.entry-title a {
    font-family: "amplesoft-regular";
    display: contents;
    font-size: 45px;
    font-weight: 600;
    color: #39170c;
}

.search-results article.status-publish {
    margin-left: 200px;
    margin-right: 200px;
    /*margin-top: 50px;*/
    margin-bottom: 50px;
}


.widget-area {
    display: none;
}

footer.entry-footer {
    display: none;
}

.search-results h1.page-title {
    text-align: center;
}

.entry-meta a {
    color: #39171a !important;
    font-weight: 700;
}

.entry-meta span {
    font-size: 20px;
    /* margin-top: 20px !important; */
}

.search-results .entry-meta{
     margin-top: 20px !important; 
}

.entry-summary p {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
}

/*end Search*/



.coming-soon-content-wrapper h3 {
    text-align: center;
    font-size: 75px;
    font-weight: 800;
}








/*top header slider*/
/*#slider, ul*/
/*{*/
/*	height: 400px;*/
/*}*/

#slider
{
	margin: auto;
	overflow: hidden;
	padding: 20px;
	margin-top: 50px;
	position: relative;
	width: 650px;
}

#slider li
{
	float: left;
	position: relative;
	width: 600px;
	display: inline-block;
	height: 400px;
}

#slider ul
{
	list-style: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 9000px;
	transition: left .2s linear;
	-moz-transition: left .2s linear;
	-o-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	margin-left: -25px;
  font-family: open sans;
  color: #666;
}

/*** Content ***/

.slider-container
{
  color:#000;
	margin: 0 auto;
	padding: 0;
	width: 750px;
  min-height: 180px;
  text-align:center;
}

.slider-container h2
{
 	color: #fff;
}

.slider-container  p
{
	margin: 10px 25px;
	font-weight: semi-bold;
	line-height: 150%;
}

/*** target hooks ****/

@-webkit-keyframes slide-animation {
	0% {opacity:0;}
	2% {opacity:1;}
	20% {left:0px; opacity:1;}
	22.5% {opacity:0.6;}
	25% {left:-600px; opacity:1;}
	45% {left:-600px; opacity:1;}
	47.5% {opacity:0.6;}
	50% {left:-1200px; opacity:1;}
	70% {left:-1200px; opacity:1;}
	72.5% {opacity:0.6;}
	75% {left:-1800px; opacity:1;}
	95% {opacity:1;}
	98% {left:-1800px; opacity:0;} 
	100% {left:0px; opacity:0;}
}

#slider ul
{
	-webkit-animation: slide-animation 20s infinite;
}

#slider ul:hover
{
	-moz-animation-play-state: paused;
	-webkit-animation-play-state: paused;
}




.changebox{
   margin: 0 5px;
   color: #FF5722;
   overflow: hidden;
   transition: .5s;
   white-space: nowrap;
}


p.top-header-content a {
    color: #fcca4d;
    font-weight: 800;
}



/*.text-carousel {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 10px;*/
/*    background: rgb(33, 46, 39);;*/
/*    padding: 10px;*/
/*}*/

/*.carousel-track {*/
/*    display: inline-block;*/
/*    white-space: nowrap;*/
/*    animation: scrollText 20s linear infinite;*/
/*}*/

/*.carousel-track:HOVER {*/
/*    animation: NONE;*/
/*    OPACITY: 1;*/
/*}*/

/*.carousel-item {*/
/*    display: inline-block;*/
/*    padding: 0 20px;*/
/*    font-size: 1.5rem;*/
/*    color: #333;*/
/*    margin-right: 0px;*/
/*}*/



.marquee {
    font-size: 20px;
    color: #fff;
    font-family: 'poppines';
    height: 44px;
    overflow: hidden;
    background-color: #000;
    position: relative;
}

.marquee div {
    display: flex;
    width: 200%;
    position: absolute; 
    overflow: hidden;

}

.marquee span {
    float: left;
    width: 100%;
}





/*checkout page*/
.page-id-9 article {
    padding: 0px 200px;
}


.page-id-8 article {
    padding: 0px 200px;
}


/*cart page*/

a.wc-block-components-product-name {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.wc-block-components-quantity-selector {
    background-color: #006838;
}

.wc-block-components-quantity-selector button {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.wc-block-components-quantity-selector input {
    COLOR: #FFF ! IMPORTANT;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background-color: var(--secondary-color);
    border-radius: 28px;
    font-size: 15px;
    color: var(--body-color);
    text-align: center;
    font-family: var(--primary-bold-font);
    border: 1px solid transparent;
    padding: 13px 40px;
    transition: 0.6s all;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
        background: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

a.button.buy-now-button {
    display: inline-block;
    padding: 14px 70px;
    background-color: #000000;
    color: #fff !important;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    TEXT-ALIGN: CENTER;
    MARGIN-BOTTOM: 15PX;
    text-transform: uppercase;
    width: 100%;
}








span.page-numbers.current {
    font-size: 25px;
    background-color: black;
    color: white;
    padding: 5px 10px 5px 10px;
}

a.page-numbers {
    font-size: 25px;
    background-color: black;
    color: white;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

nav.woocommerce-pagination {
    text-align: center;
}

ul.page-numbers {
    list-style: none;
    display: ruby;
}


.yith-wcan-filters {
    background-color: var(--yith-wcan-filters_colors_background, transparent);
    margin-bottom: 30px;
    padding: 23px;
}

.yith-wcan-filters .yith-wcan-filter h4 {
    color: var(--yith-wcan-filters_colors_titles, #434343);
    font-size: 20px;
    margin-bottom: 20px;
}