/*
Theme Name:     Chia
Theme URI:      https://chia.creativeher.co/
Template:       kadence
Author:         creativeher
Author URI:     https://creativeher.co/
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/




.site-main-header-wrap, #inner-wrap {
    opacity: 0;
    transition: opacity .004s ease;
}

#mobile-header .site-main-header-wrap {
	opacity: 1;
}

#inner-wrap
{z-index: 10;}

#masthead {
    position: relative;
    z-index: 11;
    background: none;
}

.comment-form input {
	border-radius: 0;
}
::placeholder, .comment-form .comment-input-wrap p label, .comment-form p.comment-form-float-label label {
  color: #333;  
}

.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin: 0.1em 0 0.5em;
}

.grid-cols {
    column-gap: 2rem !important;
}

.zindex {
	z-index: 9999;
	position: relative;
}

.justify {
	text-align: justify;
}

a {
	text-decoration: none;
}
/* Hero Container Padding*/
.hero-container {
	padding: .5rem 1.5rem;
}
/*Home Slider*/
.homeslider .slick-slide .entry-content-wrap {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 76%;
    text-align: center;
    background-color: #fafafa;
    padding: 20px 25px !important;
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity .8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.homeslider .slick-current .entry-content-wrap {
    transform: translate(-50%, 0%);
    opacity: 1;
	
}

.homeslider .slick-slide {
    position: relative;
	padding: 0 12px;
	
}

.homeslider .entry-meta {
	display: block;
	margin-bottom: 7px !important;
}

.creativeherslidermain {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.homeslider .slick-prev.slick-arrow, .homeslider .slick-next.slick-arrow {
	background: var(--global-palette9);
	padding: 10px 15px;
}

.homeslider .slick-prev.slick-arrow {
    padding-right: 10px;
    margin-right: 10px;
}

.homeslider .creativeher-prevnextparent {
    position: absolute;
    z-index: 9999;
    right: 20px;
    top: 20px;
}

/*Posts Img Padding */
.item-image-style-beside .entry-content-wrap {
	padding: 25px;
}

/*Posts in Slider*/
.creativeherslider .entry-header {
	margin-bottom: 0;
}
.kadence-blocks-form-field .kb-forms-submit {
	line-height: 1.45 !important;
}

/*Tabs*/
@media (max-width: 1024px) {
.kt-tabs-mobile-layout-accordion>.kt-tabs-content-wrap {
    width: 100%;
}
	
	.kt-tabs-layout-vtabs>.kt-tabs-content-wrap {
		width: 100%;}
	
	.kt-tabs-layout-vtabs>.kt-tabs-title-list {
    float: left;
    width: 30%;
    flex-direction: row;
    column-gap: 40px;
    width: 100%;
    align-items: center;
    text-align: center;
}
}

@media (max-width: 767px) {
.kt-tabs-mobile-layout-vtabs .kt-tabs-content-wrap {
    float: left;
    width: 100%;
}
}

@media (min-width: 1025px) {
.kt-tabs-layout-vtabs>.kt-tabs-content-wrap {
	margin-top: -70px;
}


.tabs-titlesright .kt-tab-alignment-center>.kt-tabs-content-wrap>.kt-tabs-accordion-title a, .tabs-titlesright .kt-tab-alignment-center>.kt-tabs-title-list {
    justify-content: right;
}
}
.wp-block-kadence-icon, .wp-block-kadence-icon.aligncenter:not(.specificity) {
	gap: 0.5em;
}
.entry-taxonomies a {
	font-weight: inherit;
}

.rotate {
	transform: rotate(-10deg);
}

@media (max-width: 767px) {
.loop-entry .entry-content-wrap {
    padding: 0.5rem 0 !important;
}
}

.entry-meta-divider-customicon.entry-meta>*>.kadence-svg-iconset {
	margin-left: 0;
}

.entry-meta>* {
	margin-right: 10px;
}

.slide-out-drawer-container {
     height: 0;
    overflow-y: auto;
    margin: 0 auto;
    max-width: var(--global-content-width);
    width: 100%;
	z-index: 9999;
	margin-top: 3px;
	   transform: translateY(-100%); /* Start above the visible area */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Animate opacity and transform */
    pointer-events: none;
	opacity: 0;
}

.slide-out-drawer-container {
    opacity: 0;
    transition: height 0.3s ease; 
    pointer-events: none; 
}

.slide-out-drawer-container.visible {
    opacity: 1;
    pointer-events: auto;
	height: auto;
	   opacity: 1;
    pointer-events: auto;
    height: auto;
    transform: translateY(0%);
}
@keyframes slideDown {
    0% {
        opacity: 0.8;
        transform: translateY(-2%);
    }
	
    60% {
        opacity: 1;
        transform: translateY(0%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-out-drawer-container.visible {
    animation: slideDown 0.8s ease forwards;
}


.slide-out-drawer-toggle {
    background: transparent;
    border: none;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    padding: 0;

}

.slide-out-drawer-toggle svg {
	width: 20px;
	margin-top: -6px;
}
.transparent-header .hamburger-line {
    background-color: var(--global-palette9);
}

.hamburger-line {
    background-color: #000; 
    height: 1.5px;           
    margin: 5px 0;           
    transition: all 0.3s;   
}

.slide-out-drawer-close {
    position: absolute;
    top: 22px;
    right: 23px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
    transform: rotate(45deg);
}

.cross-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: white;
    top: 50%;
    left: 0;
    margin-top: -1px; 
}

.cross-line:nth-child(2) {
    transform: rotate(90deg); 
}



/* Button*/
.kb-buttons-wrap {
    gap: var(--global-kb-gap-xs,1.5rem) !important;
}
/* Img Right on Mobile */
@media (max-width: 767px) {
.wp-block-kadence-image .alignright {
    float: none;
    margin-left: auto;
    margin-right: auto !important;
}
}
/*Blog Post*/

.loop-entry .entry-summary p, .loop-entry .entry-header .entry-meta {
    margin: 1em 0 0;
}



.loop-entry.type-post h2.entry-title {
	font-size: 38px;
}



a.post-more-link, a.post-more-link:hover {
	    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    border-radius: 0px;
background: #333;
	padding: 15px 20px;
	color: #fff;
	margin-top: 20px;
    display: inline-block;
}

.kb-posts-style-boxed .content-bg {
	background: #fff !important;
}

.item-image-style-beside .content-bg {
	background: #fff0 !important;
}

.colorbcg.item-image-style-beside .content-bg {
	background-color: var(--global-palette8) !important;
}

.kb-posts-style-boxed .entry-header {
	margin-bottom: 0;
}

.kadence-thumbnail-position-behind::after {
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: #000000ba;
}

#archive-container {
	margin: 0 0 80px;
}

@media screen and (max-width: 768px) {
	#archive-container {
	margin: 10px 0 20px;
}
}

.grid-cols {
	row-gap: 1.5rem;
	column-gap: 3rem;
}

/*Four Posts*/
@media screen and (min-width: 1025px) {
.fourposts.grid-lg-col-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
}

@media screen and (min-width: 700px) {
.fourposts.grid-sm-col-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media screen and (max-width: 699px) {
.fourposts.grid-sm-col-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
}
/*Related*/
.entry-related-inner-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
	padding-top: 50px;
	padding-bottom: 0;
}

@media screen and (min-width: 1025px) {
	.has-sidebar .entry-related-inner-content {padding: 0 !important;}
}

.entry-related .entry-meta {
	display: none;
}
.entry-related article.entry .entry-content-wrap {
    padding: 1.5rem 0 !important;
}

.entry-related .content-bg {
	background: #fff0 !important;
}

.entry-related-carousel h3.entry-title {
	font-size: 23px;
	line-height: 1.2;
}

.entry-related .splide .splide__pagination {
	display: none;
}

.entry-related-inner-content {
	padding-bottom: 10px;
}

.entry-related .post-thumbnail {
	padding-bottom: 100% !important;
}

.entry-related .splide .splide__arrow {
	top: 43%;
}

.has-sidebar .entry-related-inner-content .splide .splide__arrow {
	top: 35%;
}


.entry-related .grid-cols {
	column-gap: 0 !important;
}

.entry-related-inner-content {
	padding-left: 0;
	padding-right: 0;
}
/*Next Prev Post*/
.post-navigation-sub small {
	font-family: Poppins;
	font-size: 11px;
	letter-spacing: 0.14em;
	color: #000;
	font-weight: 500;
}

/*Author Box*/
.entry-author-name {
font-family: var(--global-heading-font-family);
	font-size: 28px;
	font-weight: normal;
}

.entry-author {
	padding: 30px;
	background: #fff;
}
.entry-author-avatar img {
	border-radius: 300px;
}
/*Comments*/

h3#reply-title, .comments-title {
	font-size: 28px;
}

.comment-reply-link {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.15em;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	color: #fff;
	background: #333;
	border: 0;
	padding: 10px;
}

.comment-author .fn a {
    color: inherit;
    font-weight: normal;
}

.comment-reply-link:hover {
	border: 0;
	color: #fff;
}

.single-post .site-footer {
    margin-top: 100px;
}

/*Buttons*/
.kb-buttons-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: var(--global-kb-gap-xs,1.2rem);
}

.splide .splide__arrow {
	border-radius: 0;
	width: 48px;
	height: 48px;
}

/*Contact Page Form*/
.contactform .kb-form .kadence-blocks-form-field .kb-text-style-field {
	background: #fff0;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.contactform .kb-form .kadence-blocks-form-field .kb-text-style-field::placeholder {
	color: #fff;
}

.kb-form-basic-style input[type=text], .kb-form-basic-style input[type=email], .kb-form-basic-style input[type=url], .kb-form-basic-style input[type=password], .kb-form-basic-style input[type=search], .kb-form-basic-style input[type=number], .kb-form-basic-style input[type=tel], .kb-form-basic-style input[type=range], .kb-form-basic-style input[type=date], .kb-form-basic-style input[type=month], .kb-form-basic-style input[type=week], .kb-form-basic-style input[type=time], .kb-form-basic-style input[type=datetime], .kb-form-basic-style input[type=datetime-local], .kb-form-basic-style input[type=color], .kb-form-basic-style input[type=file], .kb-form-basic-style textarea {
	border-radius: 0;
}

.kb-adv-form-submit-button.kb-btn-global-fill {
	font-style: normal;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 2px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 30px 15px 30px;
    border: 1px solid currentColor;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}

/*Contact Page*/
.contactrotated {
	transform: rotate(-4deg);
}

/*Testimonials*/
.creativeher-custom-testimonials .kt-testimonial-media-wrap {
	float: left;
	width: 40%;
}

.creativeher-custom-testimonials .splide .splide__arrow {
	top: 50px;
}

.creativeher-custom-testimonials .splide__arrow--prev {
	left: 40% !important;
}

.creativeher-custom-testimonials .splide .splide__arrow--prev, .wp-block-kadence-testimonials .kt-blocks-carousel .splide__arrow--prev {
	left: calc(40% + 50px)  !important;
}

.creativeher-custom-testimonials .wp-block-kadence-testimonials .kt-blocks-carousel .splide__arrow--next, .creativeher-custom-testimonials .splide .splide__arrow--next {
	left: calc(40% + 80px)  !important;
}
.creativeher-custom-testimonials .kt-testimonial-title-wrap {
	margin-top: 100px;
}
.creativeher-custom-testimonials .kt-testimonial-content-wrap,
.creativeher-custom-testimonials .kt-testimonial-meta-wrap,
.creativeher-custom-testimonials .kt-testimonial-title-wrap {
	padding-left: 40px;
	width: 60%;
	float: right;
	text-align: left !important;
}

.creativeher-custom-testimonials .kt-testimonial-meta-wrap {
	padding-left: 40px;
	justify-content: left;
}

/*Slider*/
.creativeherslider {
	row-gap: 0;
}
.creativeher-prevnextparent {
	text-align: right;
	margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
	.creativeher-prevnextparent {
		text-align: center;
	}
}


.slick-prev.slick-arrow,
.slick-next.slick-arrow {
	    font-style: normal;
 
    font-size: 12px;
    letter-spacing: 2px;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	width: auto;
	display: inline;
	background: none;
	color: #000;
	padding: 0;
	border-radius: 0;
    border: 0;
}

.slick-prev.slick-arrow {
	padding-right: 10px;
}

.slick-next.slick-arrow {
	padding-left: 10px;
}
.kb-splide .splide__list {
	align-items: center;
}

.kb-splide .splide__arrow {
	border-radius: 0;
	    height: 3rem;
    width: 2.5rem;
}

.creativeherslider .entry {
	padding: 15px;
}
/*Custom Blog FW*/
.creativeher-fullwidth-post .post-thumbnail {
	display: none;
}

.creativeher-fullwidth-post a.post-more-link {
	background: #fff;
	color: #000;
	padding: 17px 35px;
}

.creativeher-fullwidth-post {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	position: relative;
	height: 100%;
}

.creativeher-fullwidth-post .entry-content-wrap {
	padding: 120px 30px 100px !important;
	background: #0f0f0fb0;
	width: 100%;
	
}

.creativeher-fullwidth-post .entry-header, 
.creativeher-fullwidth-post .entry-summary, .creativeher-fullwidth-post .entry-footer, .creativeher-fullwidth-post .entry-meta {
	max-width: 700px;
	margin: 0 auto;
	color: #fff !important;
	text-align: center;
	    display: block;
}

.creativeher-fullwidth-post .entry-header a {
	color: #fff;
}

/*Podcast*/ 

@media screen and (min-width: 768px) {
.podcastposts.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
    grid-template-columns: 3fr 1fr !important;
}
}

.podcastposts .post-thumbnail {
	  grid-column: 2;

}

.podcastposts .entry-content-wrap {
	grid-column: 1;
	 grid-row: 1;
}

.podcastposts .entry-header {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
.podcastposts .loop-entry .post-thumbnail {
    margin-bottom: 0 !important;
}
}

/*Contact Forms*/
.kb-form .kadence-blocks-form-field .kb-forms-submit {
	border-radius: 0;
	    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 15px 25px 15px 25px;
}

.kb-form .kadence-blocks-form-field .kb-text-style-field {
	border-radius: 0;
}

.kb-form .kadence-blocks-form-field {
	margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
.kb-form .kadence-blocks-form-field.kb-field-desk-width-50 {
	width: 100%;
}
}

/* WooCommerce */
/* Layout */
.kadence-shop-top-row {
	margin-top: 30px;
}

@media screen and (min-width: 768px) {
.woocommerce ul.products {
	margin-bottom: 100px;
}
}

@media screen and (min-width: 768px) {
.content-style-unboxed .entry-content-wrap.product:not(.loop-entry) {
	margin-top: 30px;
}
}

@media screen and (max-width: 768px) {
.content-style-unboxed .entry-content-wrap.product:not(.loop-entry) {
	margin-top: 10px;
}
}

/* Small Elements */
select.orderby {
	font-weight: normal;
}

.woocommerce img,
.woocommerce .entry {
	border-radius: 0 !important;
}

.woocommerce ul.products.woo-archive-btn-button .button:not(.kb-button), .woocommerce ul.products li.woo-archive-btn-button .button:not(.kb-button) {
	display: table;
	width: auto;
}

.woocommerce-Tabs-panel h2:first-child {
	display: none;
}

.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 20px;
    padding-right: 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border-bottom: 5px solid var(--global-palette9);
	transition: 1s;
}

@media screen and (max-width: 719px) {
.woocommerce div.product .woocommerce-tabs {
    border: 0;
}
	
	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 0;
	}
	
	.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
		margin: 0;
	}
}

@media screen and (max-width: 719px) {
.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
	border-bottom: 0;
	
	}
}
/* Text Adjust */
.woocommerce span.onsale {
	font-style: normal;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.15em;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	padding: 12px 20px;
	border-radius: 0;
}

.woocommerce .price {
		font-style: normal;
    font-weight: 500 !important;
    font-size: 12px !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0;
}

.woocommerce .price ins {
	font-weight: 500 !important;
}

.woocommerce ul.products li.product h3, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
	font-size: 26px;
}

h1.product_title {
	font-size: 48px;
}

@media (max-width: 1024px) {
h1.product_title {
    font-size: 45px;
}
}
@media (max-width: 767px) {
h1.product_title {
    font-size: 38px;
}
}
@media (max-width: 767px) {
.entry-related-inner-content {
	padding-top: 30px;
	padding-bottom: 30px;
}
}

.related.products h2 {
	font-size: 33px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
			font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
	color: #000;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
	-webkit-font-smoothing: auto;
}

.woocommerce div.product .product_meta>span, .product_meta a {
	text-decoration: none;
	font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
	color: #000 !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
}

.woocommerce-page .woocommerce-product-gallery__image img {
    aspect-ratio: 9 / 10;
}

.woocommerce-page .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: 110%;
    object-fit: cover;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
    -webkit-font-smoothing: auto;
}

.quantity.spinners-added {
    border: 1px solid #333;
    border-radius: 0;
	height: 45px;
}

.quantity.spinners-added:hover {
	border-color: #333;
}

.woocommerce .quantity.spinners-added .qty {
	color: #333;
}

.quantity.spinners-added input.minus, .quantity.spinners-added input.plus {
	line-height: 45px;
}

.woocommerce div.product .button.single_add_to_cart_button, .woocommerce form .form-row .button {
    height: auto;
    line-height: initial;
    text-align: center;
    padding: 15px 25px 15px 25px;
}



.woocommerce .woocommerce-message {
	margin-top: 30px;
}

/*Cart*/

.kadence-woo-cart-form-wrap {
	padding: 0 20px;
}
form.woocommerce-cart-form {
	margin-top: 30px;
	width: 100%;
	padding-right: 0;
}

@media screen and (min-width: 1025px) {
.kadence-woo-cart-form-wrap .cart-collaterals {
    float: right;
    width: 40%;
}
}

.cart-summary h2 {
	font-size: 38px;
	margin-bottom: 30px !important;
}

@media (max-width: 767px) {
	.cart-summary h2 {
	margin-bottom: 10px !important;
}
}

.cart_totals h2 {
	display: none;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
		text-decoration: none;
	font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
	color: #000 !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
}

@media (min-width: 767px) {
	.kadence-woo-cart-form-wrap .cart-collaterals {
		margin-bottom: 70px;
	}
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart table.cart td.actions .button, .woocommerce-checkout table.cart td.actions .button, #add_payment_method table.cart td.actions .button {
	padding: 15px 25px 15px 25px !important;
height: auto;
    line-height: 1.5;
	    background-color: var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn) !important;
}

.cart-subtotal td, .order-total td {
	text-align: right;
}

.order-total strong {
	font-weight: normal;
}

.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, #add_payment_method table.cart td.actions .coupon .input-text {
	height: 45px;
	border-color: #333;
	color: #333;
	border-radius: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder, .woocommerce form .form-row input.input-text::placeholder, .woocommerce-page form .form-row .input-text::placeholder {
	color: #333;
}

@media screen and (max-width: 719px) {
.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: #fff0;
}
}

@media screen and (max-width: 719px) {
.woocommerce table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 49%;
    box-sizing: border-box;
}
}

@media screen and (max-width: 719px) {
.woocommerce table.cart .product-thumbnail img, .woocommerce #content table.cart .product-thumbnail img, .woocommerce-page table.cart .product-thumbnail img, .woocommerce-page #content table.cart .product-thumbnail img {
	width: 100%;
	margin-bottom: 20px;
	}
}

@media screen and (max-width: 719px) {
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		padding: 10px 0;
	}
}

@media screen and (max-width: 719px) {
.woocommerce table.cart .product-remove, .woocommerce #content table.cart .product-remove, .woocommerce-page table.cart .product-remove, .woocommerce-page #content table.cart .product-remove {
	margin-bottom: -35px;
    margin-left: 10px;
	}
}

/*Checkout*/
.woocommerce-form-coupon-toggle {
	margin-top: 30px;
}

.woocommerce-checkout .content-wrap {
	padding: 0 20px;
}

.woocommerce-billing-fields h3, h3#order_review_heading, .woocommerce-additional-fields h3 {
	    font-size: 38px;
}
@media screen and (min-width: 1025px) {
.woocommerce-additional-fields {
	margin-bottom: 100px;
}
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
		padding: 15px 25px 15px 25px !important;
height: auto;
    line-height: 1.5;
	    background-color: var(--global-palette-btn-bg) !important;
    color: var(--global-palette-btn) !important;
}
.woocommerce form .form-row label
{
	text-decoration: none;
	font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
	color: #000 !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	border-radius: 0;
	border: 1px solid #7d7d7d;

}

.select2-container--default .select2-selection--single {
	border-color: #aaa;
		background: #fff;
		border-radius: 0;
}

.select2-dropdown {
		border-color: #aaa;
}

.select2-container--open .select2-dropdown--below {
    box-shadow: 0px 15px 25px -7px rgb(0 0 0 / 35%);
}

.select2-container--open .select2-dropdown--below, .woocommerce table.shop_table {
	border-radius: 0;
}

td.product-total, th.product-total, th.product-subtotal, td.product-subtotal {
	text-align: right;
}

td.product-name strong, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
	font-weight: normal;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
    border: 0;
    padding: 30px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0;
    background: #fff;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
	width: 49%;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	height: 45px;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	padding: 15px;}

.wc_payment_methods .woocommerce-info {
	margin-bottom: 0;
}

/*My account*/
#customer_login h2 {
	font-size: 38px;
}

#customer_login {
	margin: 30px 0 100px;
}

.woocommerce-privacy-policy-text {
	margin-bottom: 30px;
}

#rememberme[type="checkbox"] {
	margin-top: 15px;
}

.woocommerce-form-login__rememberme span {
    top: -3px;
    position: relative;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#customer_login {
	 display: grid;
    grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

#customer_login .u-column1,
#customer_login .u-column2 {
	background: #fff;
	width: 100%;
}

#customer_login .u-column1.col-1, #customer_login .u-column2.col-2 {
	width: 100%;
}

#customer_login.u-columns.col2-set::before {
	display: none;
}

#customer_login h2 {
	padding-left: 30px;
	padding-top: 30px;
	margin-bottom: 0;
}

.woocommerce-form-login-toggle {
	margin-top: 30px;
}

.woocommerce #reviews .comment-reply-title {
	font-family: var(--global-heading-font-family);
	font-size: 33px;
	font-weight: normal;
	-webkit-font-smoothing: auto;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	text-decoration: none;
	font-style: normal;
    font-weight: 500 !important;
    font-size: 10px !important;
	color: #000 !important;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	letter-spacing: 0.15em;
}

strong.woocommerce-review__author {
	font-weight: 500;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0;
	background: #fff;
	padding: 30px;
	border-radius: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border-radius: 100% !important;
	border: 0;
}

a.woocommerce-review-link {
	text-decoration: none;
}

.woocommerce #reviews #review_form_wrapper {
	padding: 30px;
	background: #fff;
}

.woocommerce ul.products li.product .button.added .kadence-check-svg {
	display: none;
}

.woocommerce a.added_to_cart {
	font-style: normal;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 15px 25px 15px 25px;
	background: var(--global-palette-btn-bg);
    color: var(--global-palette-btn) !important;
}

.woocommerce-account .woocommerce {
	margin-top: 30px;
}

@media (min-width: 767px) {
.woocommerce-account .content-wrap, p.return-to-shop {
	margin-bottom: 100px;
}
}

.woocommerce .cart-empty.woocommerce-info {
	margin-top: 30px;
	font-family: var(--global-heading-font-family);
	color: #333;
font-weight: normal;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 1.1em;
}



/* Four Posts*/
@media screen and (min-width: 1025px) {
.creativeher-fourposts.grid-lg-col-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
}

/* Slider Nav*/
.navright .creativeher-prevnextparent {
	justify-content: right !important;
}

/*Blog Columns*/
@media screen and (min-width: 768px) {
.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
    display: grid;
    grid-template-columns: 3fr 4fr;
	align-items: center;
	background-color: var(--global-palette8) !important;
}
}

/*Recipe*/
.wprm-recipe-template-blend-in {
	padding: 30px;
}

.wprm-recipe-details-label {
	font-style: normal;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
}
.wprm-recipe h1, .wprm-recipe h2, .wprm-recipe h3, .wprm-recipe h4, .wprm-recipe h5, .wprm-recipe h6, .wprm-recipe-template-blend-in .wprm-recipe-name, .wprm-recipe-template-blend-in .wprm-recipe-header {
	font-family: var(--global-heading-font-family) !important;
	margin-bottom: 10px !important;
}

.wprm-recipe-block-container-inline {
    width: 25%;
    display: inline-grid;
    margin-bottom: 20px;
}

.wprm-recipe-summary {
	margin-bottom: 30px;
	margin-top: 20px;
}

.wprm-recipe-print, .wprm-recipe-jump {
	background: #333;
	padding: 15px 30px;
	color: #fff !important;
	font-style: normal;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-family: var(--global-primary-nav-font-family);
    text-transform: uppercase;
	border-radius: 0 !important;
}

.wprm-recipe-template-blend-in h2 {
    font-size: 33px;
    font-weight: normal !important;
}

.wprm-recipe-template-blend-in h3 {
    font-size: 20px;
    font-weight: normal !important;
}

.wprm-recipe-print svg g {
	fill: #fff !important;
}

.wprm-recipe-print svg {
	margin-right: 10px !important;
}

/* Tags*/
.entry-tags a.tag-link, .entry-tags a.tag-link:hover {
	border-radius: 0;
		background-color: var(--global-palette8);
	border: 0;
	color: #444;
}

/*Author Box*/
.entry-author-name {
  
    letter-spacing: -.5px;
}

/*FacetWP*/

.fwpl-result .fwpl-item {
	    font-family: var(--global-heading-font-family); font-size: 29px;
	letter-spacing: -1px;
	margin-top: 10px;
	line-height: 1.2;
}

.facetwp-dropdown {
	width: 100%;
}

@media (max-width: 1150px) {
.fwpl-layout.el-hkhimk {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 20px;
	row-gap: 20px !important;
}
}

.fwpl-layout.el-hkhimk {
    row-gap: 40px;
}

.top50 {
	margin-top: 50px;
}

.facetwp-template .h4 {
	margin-top: 20px;
}

/*Newsletter*/
[data-ff-el="root"].ff-6321f3f79f7462fb241d50ee .ff-6321f3f79f7462fb241d50ee__form {
    padding-top: 0 !important;
}

/*Author Box*/
.entry-author-style-center .entry-author-avatar:before, .entry-author-style-center .entry-author-avatar:after {
	display: none;
}

.entry-author-style-center {
	border: 0;
}

/*Search*/
.wp-block-search .wp-block-search__input {
	border: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-radius: 50px;
}

.wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button:not(.has-background) {
	background: none;
}

.wp-block-search__button svg {
  
    transform: scaleX(-1);
}

.wp-block-search .wp-block-search__input {
	padding: 10px 20px;
}

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-element-button:hover, .wp-element-button:focus, .wp-element-button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	box-shadow: 0 0 0 0;
}

.homeslider .grid-lg-col-3, .sliderwrap .grid-lg-col-3 {
    grid-template-columns: auto;
}

.social-btn a {
    padding: 0 5px;
}

.creativeher-social-box svg {
    fill: #505050;
	    width: 15px !important;
    height: 15px !important;
}

#sb_instagram {
    margin-left: -20px;
    margin-bottom: -20px;
    width: calc(100% + 40px);
}
