/*
Theme Name: Jewelz Child
Template: twold
Author: Twold WP
Description: The TwoldTheme is a sleek, performance-optimized WordPress theme designed to help you build stunning, lightning-fast websites with ease. Its intuitive drag-and-drop header and footer builder empowers users to craft custom layouts in minutes, while the expansive library of beautifully designed starter templates ensures a professional look for any project. With smart global controls for fonts and colors, customization is effortless. Whether you're creating an ecommerce store, an educational platform, or a business website, Twold seamlessly integrates with leading plugins, making it the ultimate toolkit for any web development need.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.9.1728562645
Updated: 2024-10-10 12:17:25

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* Theme customization starts here -------------------------------------------------------------- */


/* titlle margin */

.single-content h1.elementor-heading-title,
.single-content h2.elementor-heading-title,
.single-content h3.elementor-heading-title,
.single-content h4.elementor-heading-title,
.single-content h5.elementor-heading-title,
.single-content h6.elementor-heading-title {
	margin: 0;
}

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

/* footer */

.site-footer-section .widget-area ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* image carousal */

.elementor-widget-image-carousel .swiper .swiper-slide figure {
	display: inline-block;
	text-align: center;
}

/* blog grid, slider, list hover */


.elementor-widget-ucaddon_post_carousel .uc_image_carousel_placeholder:hover img,
.loop-entry .post-thumbnail-inner:hover img,
.uc_post_list_image img:hover {
	transform: scale(1.05);
}

.loop-entry .post-thumbnail-inner img,
.uc_post_list_image img {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.uc_post_list_image {
	overflow: hidden;
}

.blog .primary-sidebar input[type="search"]:focus {
	color: var(--global-palette1);
	border-color: var(--global-palette6);
}

/* Hover zoom - singleblog*/

.hover-zoom .uc_post_list_image img:hover {
	transform: scale(1.05);
}

.hover-zoom .elementor-image-box-img {
	overflow: hidden;
}

.elementor-widget-image .elementor-widget-container {
	overflow: visible;
}

/* archive conetnt left sidebar */

body .wp-block-latest-posts__list li,
body.search-results.content-style-unboxed .site .post-thumbnail,
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child,
.wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0;
}

.search-results.content-style-unboxed .entry-content-wrap {
	margin-block-start: 20px;
}


/* widget spacing */

#secondary .woocommerce.widget_product_categories>ul li,
.widget .tagcloud a,
.widget li,
#secondary .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item,
.wp-block-tag-cloud .tag-cloud-link {
	padding-block: 10px;
}

/* input search border */

.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input:focus,
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: none;
	color: var(--global-palette1);
	border: 1px solid var(--global-palette6);
	border-radius: 10px;
}

/* input border */

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: 1px solid var(--global-palette6);
	color: var(--global-palette1);
	background-color: transparent;
}

/* input radius */
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: 10px;
}



/* archive search left sidebar */

.wp-block-search .wp-block-search__input {
	border: 1px solid var(--global-palette6);
	color: var(--global-palette1);
	background: transparent;
}

body .wp-block-search .wp-element-button.wp-block-search__button {
	color: var(--global-palette9);
	background: var(--global-palette2);
}

/* search input */

#search-drawer .drawer-inner input.search-field {
	border: none;
	border-bottom: 1px solid var(--global-palette9);
	border-radius: 10px;
	color: var(--global-palette9);
}

#search-drawer .drawer-inner .search-form input.search-field:focus {
	box-shadow: none;
	color: var(--global-palette9);
}


/* blog author */

.wp-block-latest-posts__post-author {
	color: var(--global-palette1);
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Plus Jakarta Sans';
}

.wp-block-search__button {
	border-radius: 10px;
}

.form-submit .submit:hover {
	background-color: var(--global-palette9);
	color: var(--global-palette1);
	border: 1px solid var(--global-palette1);
}

.wp-block-latest-posts__post-date {
	color: var(--global-palette1);
	font-size: 16px !important;
	font-weight: 400;
	text-transform: none;
	font-family: 'Plus Jakarta Sans';
}

.loop-entry.type-post h2.entry-title a:hover {
	color: var(--global-palette2);
}


/* button */
body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 800;
	color: var(--global-palette2);
	line-height: 16px;
	text-decoration: underline;
	letter-spacing: 0;
	font-family: 'Plus Jakarta Sans';
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link:hover {
	color: var(--global-palette1);
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .twold-svg-iconset {
	display: none;
}

@media screen and (max-width: 766px) {

	form.comment-form .comment-input-wrap .comment-form-author,
	form.comment-form .comment-input-wrap .comment-form-email,
	form.comment-form p.comment-form-float-label {
		margin: 0px;
	}
}

/* woo commerce */

body #wrapper .woocommerce form .form-row input.input-text,
body #wrapper .woocommerce form .form-row textarea,
.woocommerce table.shop_table td .quantity.spinners-added,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body .select2-container--default .select2-selection--single,
body .select2-dropdown,
.woocommerce-billing-fields__field-wrapper,
body .woocommerce-cart #payment ul.payment_methods li,
body .woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li,
body .select2-container--default .select2-search--dropdown .select2-search__field {
	border-radius: 10px;
}

.woocommerce-info .showcoupon,
.woocommerce-info .showlogin {
	color: var(--global-palette1);
}

.woocommerce-info .showcoupon:hover,
.woocommerce-info .showlogin:hover {
	color: var(--global-palette1);
}

.woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-link {
	color: var(--global-palette1);
	font-weight: 600;
}

/* cart plus minus */
body .quantity.spinners-added input.minus:hover,
body .quantity.spinners-added input.plus:hover {
	background: transparent;
	box-shadow: none;
	color: var(--global-palette1);
}

/* loader */
.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(assets/images/loader.png) center no-repeat #fff;
	background-size: 70px;
}

/* comment */
.comment-form .comment-form-comment textarea::placeholder,
.comment-form .comment-input-wrap input::placeholder {
	color: var(--global-palette1);
}

.comment-form .comment-form-comment textarea:focus,
.comment-form .comment-input-wrap input:focus {
	box-shadow: none;
}

.comment-form p.comment-form-float-label label.float-label,
.comment-form .comment-input-wrap p label.float-label {
	color: var(--global-palette1);
}

.reply a.comment-reply-link {
	color: var(--global-palette1);
	border-color: var(--global-palette1);
	border-radius: 10px;
}

@media screen and (max-width: 767px) {
	#main .twold-thumbnail-position-behind {
		margin-bottom: -2.3em;
		height: 300px;
	}
}

#main .twold-thumbnail-position-behind .post-thumbnail-inner,
#main .twold-thumbnail-position-behind .post-thumbnail-inner img {
	height: 100%;
}

/*-----------------------------------------------elemenor css-------------------------------------------------- */
#main.site-main .woocommerce-message,
.woocommerce .woocommerce-error .woocommerce-review__verified,
.woocommerce-cart .woocommerce .woocommerce-error {
	color: var(--global-palette1) !important;
	background-color: #deffd5;
}

.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 1.5em;
}

/* header */
.site-header .site-container .header-html span,
.site-header .site-container .header-html2 span {
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

@media (max-width: 1412px) and (min-width:1025px) {
	.site-main-header-wrap .site-header-row-container-inner>.site-container {
		padding: 0px 20px 0px 20px;
	}
	.site-header-main-section-left .header-html p,
	.site-header-main-section-right .header-html2 p{
		display: grid;
	}

	.main-navigation .primary-menu-container>ul>li.menu-item>a {
		padding-left: calc(20px / 2);
		padding-right: calc(20px / 2);
	}

	.secondary-navigation .secondary-menu-container>ul>li.menu-item>a {
		padding-left: calc(20px / 2);
		padding-right: calc(20px / 2);
	}
}

header .mobile-toggle-open-container .menu-toggle-open:focus {
	color: var(--global-palette9) !important;
}

/* img hover */
.img-hover.elementor-widget-image {
	float: none;
	display: flex;
	background-color: transparent;
	overflow: hidden;
}

.img-hover.elementor-widget-image::after,
.img-hover.elementor-widget-image::before {
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, .2);
	transition: all 0.7s ease-in-out;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0);
	display: block;
}

.img-hover.elementor-widget-image:hover::after {
	width: 100%;
	height: 0;
	top: 50%;
	background: rgba(255, 255, 255, 0.1);
	bottom: 50%;
}

.img-hover.elementor-widget-image:hover::before {
	width: 0;
	height: 100%;
	left: 50%;
	background: rgba(255, 255, 255, 0.1);
	right: 50%;
}

/* star */
.star .elementor-icon,
.ue-icon-sep-container .ue-icon-sep svg,
.pageloader {
	display: inline-block;
	animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

/* image animation */
.elementor-element .imageup.elementor-widget-image {
	animation: updown 2.5s infinite ease-in-out;
}

@keyframes updown {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-8px);
	}
}

/*  our blog */
.twold-blog .ue-meta-data {
	position: absolute;
	background: var(--global-palette7);
	left: 0;
	top: 0;
	border-radius: 0px 25px 25px 0px;
	padding: 8.5px 12px;
}

#archive-container a.post-thumbnail {
	border-radius: 20px;
}

.wp-block-latest-posts__featured-image img {
	border-radius: 10px;
}

/* newsletter */
.newsletter-form {
	width: 557px;
	position: relative;
}

.newsletter-form input[type="email"] {
	width: 100%;
	border-bottom: 1px solid var(--global-palette3);
	color: var(--global-palette9);
	padding: 11px;
	border-right: none;
	border-top: none;
	border-left: none;
	padding-inline: 0;
	border-radius: 0;
}

.newsletter-form input[type="email"]::placeholder,
.newsletter-form textarea::placeholder {
	color: var(--global-palette9);
	text-transform: capitalize;
}

.mc4wp-form .newsletter-form input[type="submit"] {
	position: absolute;
	right: 0;
	font-size: 0;
	background-color: transparent;
	background-image: url(assets/images/newsletter-icon.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 50%;
	width: 20px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: none;
}

.mc4wp-response {
	color: var(--global-palette9);
	margin-top: 10px;
	font-size: 15px;
	text-align: left;
}

@media screen and (max-width: 1794PX) {
	.newsletter-form {
		width: auto;
	}
}

/* footer */
.site-footer .site-footer-wrap .site-middle-footer-inner-wrap .site-footer-middle-section-3:last-child .footer-title {
	font-size: 60px;
	line-height: 70px;
	color: var(--global-palette9);
	text-transform: capitalize;
	margin-bottom: 50px;
}

.site-footer-row.site-footer-row-columns-3 {
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.5fr);
}

@media (max-width: 1348px) and (min-width:767px) {
	.site-footer .site-footer-wrap .site-middle-footer-inner-wrap .site-footer-middle-section-3:last-child .footer-title {
		font-size: 40px;
		line-height: 50px;
	}
}

@media (max-width: 767px) {
	.site-footer .site-footer-wrap .site-middle-footer-inner-wrap .site-footer-middle-section-3:last-child .footer-title {
		font-size: 30px;
		line-height: 40px;
	}
}
@media (max-width: 719px){
	.site-footer .site-footer-wrap .site-middle-footer-inner-wrap .site-footer-middle-section-2 {
		margin: 20px 0px 20px 0px;
	}
}


/* form */
.contact-form {
	display: grid;
	gap: 30px;
}

.contact-form .cf-field,
.contact-form .cf-textarea,
.contact-form .cf-field:focus,
.contact-form .cf-textarea:focus {
	width: 100%;
	padding: 13px;
	border: 1px solid var(--global-palette3);
	background: var(--global-palette8);
}

.wpcf7 textarea {
	height: 130px;
}

.contact-form .cf-field::placeholder,
.contact-form .cf-textarea::placeholder {
	color: var(--global-palette1);
}

.contact-form .row p {
	display: flex;
	gap: 30px;
	width: 100%;
}

.contact-form p {
	margin: 0;
}

.contact-form .row p br {
	display: none;
}

.contact-form .row p span.wpcf7-form-control-wrap {
	width: 100%;
}

.contact-form .cf-submit {
	width: 100%;
	border: 1px solid var(--global-palette8);
}

.wpcf7 form.invalid .wpcf7-response-output {
	color: var(--global-palette9);
}

.contact-form .cf-submit:hover,
.contact-form .cf-submit:focus {
	border: 1px solid var(--global-palette8);
	background-color: var(--global-palette8);
}

.wpcf7-spinner {
	display: none;
}

@media screen and (max-width: 719px) {
	.contact-form .row p {
		display: grid;
		width: 100%;
	}

	.contact-form .cf-field {
		display: grid;
		gap: 30px;
	}
}

.item-is-stuck .site-main-header-inner-wrap .header-html2 {
	color: var(--global-palette9);
}

/* twitter */
.yith_wcwl_wishlist_footer .yith-wcwl-share .share-button .twitter {
	background-color: var(--global-palette1);
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .share-button .twitter:hover {
	background-color: var(--global-palette3);
}

.yith_wcwl_wishlist_footer .yith-wcwl-share .share-button svg {
	height: 20px;
	width: 20px;
}

.yith-wcwl-share li a {
	min-width: 35px;
	min-height: 35px;
}

/* header */
.header-cart-wrap .header-cart-button .header-cart-total {
	border-radius: 10px 10px 0px 0px;
}

.header-cart-wrap .header-cart-button .header-cart-total {
	font-size: 13px;
}