
@font-face {
    font-family: 'editorsnote-regular';
    src: url('/wp-content/themes/creativeher-lila/lib/fonts/editorsnote-regular.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'editorsnote-regular';
    src: url('/wp-content/themes/creativeher-lila/lib/fonts/editorsnote-italic.woff') format('woff');
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'editorsnote-italic';
    src: url('/wp-content/themes/creativeher-lila/lib/fonts/editorsnote-italic.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}
@font-face {
    font-family: 'thestylishbabes';
    src: url('/wp-content/themes/creativeher-lila/lib/fonts/thestylishbabes.woff') format('woff');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

.justify {
	text-align: justify;
}

.kadence-blocks-form-field .kb-forms-submit {
	line-height: 1.45 !important;
}

.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;
}

/* Custom Drawer */
.site-header-section-right {
	position: absolute;
	    right: 0;
}

.slide-out-drawer-container {
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    padding: 50px;
	overflow-y: auto;
}

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

.slide-out-drawer-container.visible {
    opacity: 1;
    pointer-events: auto;
}

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

.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;
}

@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) {
    grid-template-columns: 2fr 4fr !important;
}
}

@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) {
    grid-template-columns: 1fr 3fr;
}
}

@media (max-width: 767px) {
.item-image-style-beside .entry-content-wrap {
    padding: 1.5rem 0 !important;
}
}

@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) {
    grid-template-columns: 2fr 3fr;
}
}

.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;
}

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

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

.single-post .content-area .entry-content-wrap {
    padding: 3rem !important;
}

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

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

@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) {
	align-items: center;
}
}

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

.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: 110% !important;
}

/*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;
	top: 38%;
}

/*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;
}

/*Initials*/
@media screen and (min-width: 720px) {
.bottominitials {
	margin-top: -80px;
}
}
.bottominitials:before {
	content: " ";
	width: 90px;
	height: 120px;
	background: var(--global-palette8);
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 51%;
	border-radius: 61px;
	border: 1px solid #666;
	margin-bottom: 20px;
}

.bottominitials .secondletter:before {
	width: 5px;
	height: 35px;
	background: var(--global-palette8);
	content: " ";
	position: absolute;
	z-index: -1;
	left: -5px
}

.bottominitials h3 {
	margin-top: 0;
}

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

/*Archive Page Title*/
h1.page-title {
	font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
}

/*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*/

.kb-splide .splide__list {
	align-items: center;
}

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

/*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;
}

/* Archive */
@media screen and (min-width: 768px) {
.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry, .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry, .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry {
    grid-gap: 4rem;
	    
	grid-template-columns: 3fr 4fr !important;
}
	
	.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even), .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even), .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even) {
	grid-template-columns: 4fr 3fr !important;
}
	
		.blog.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even) .post-thumbnail, .archive.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even) .post-thumbnail, .search-results.content-style-unboxed .grid-lg-col-1.item-image-style-beside article.loop-entry:nth-child(even) .post-thumbnail {
			order: 2;
	}
	
	.archive .grid-cols,
.blog .grid-cols {
	row-gap: 4rem !important;
}
}


