/*
Theme Name: Juisy Child
Template: thewebs
Author: Thewebs
Description: Thewebs Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
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.1.40.1694078127
Updated: 2023-09-07 09:15:27

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

@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* common css */
body .single-content h1,
body .single-content h2,
body .single-content h3,
body .single-content h4,
body .single-content h5,
body .single-content h6 {
	margin: 0;
}

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

body .wp-block-search .wp-block-search__button,
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);
}

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

.comment-navigation,
.post-navigation {
	border-top: 1px solid var(--global-palette6);
	border-bottom: 1px solid var(--global-palette6);
	padding: 50px 0;
}


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

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

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


/* blog image hover */
.loop-entry .post-thumbnail-inner:hover img {
	transform: scale(1.05);
}

.entry-content-wrap .entry-header .entry-title:hover {
	color: var(--global-palette2);
}

body .loop-entry .entry-content-wrap .entry-footer .more-link-wrap .post-more-link {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 500;
	color: var(--global-palette2);
	font-family: 'K2D';
	letter-spacing: 0px;
}

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

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

/* blog comment */
@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;
	}
	
	body .comment-form p {
	margin-bottom: 20px;
	}
	
	}

/* woo commerce */
.woocommerce-info .showcoupon, .woocommerce-info .showlogin {
	color: var(--global-palette9);
}
.woocommerce-info .showcoupon:hover, .woocommerce-info .showlogin:hover {
	color: var(--global-palette4);
}
.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);
}

/* -------------------- elementor section css -------------------- */
#search-drawer .drawer-inner input.search-field {
	border-radius: 0px;
	border: none;
	border-bottom: 1px solid var(--global-palette3);
	color: var(--global-palette3);
}

#search-drawer .drawer-inner input.search-field:focus {
	box-shadow: none;
}

/* blog sidebar */

#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: 6px;
}

.wp-block-search .wp-block-search__input:focus,
.wp-block-search .wp-block-search__input {
	color: var(--global-palette1);
	border-color: var(--global-palette6);
	border-radius: 0px;
}

.wp-block-search .wp-block-search__button:hover,
.wp-block-search__inside-wrapper #wp-block-search__input-1:focus {
	box-shadow: none;
}


.primary-sidebar .wp-block-latest-posts .wp-block-latest-posts__post-date {
	color: var(--global-palette2);
	font-size: 16px;
	font-weight: 400;
}

.blog .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail:hover,
.loop-entry .post-thumbnail-inner:hover img {
	transform: scale(1.05);
}

.blog .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail,
.loop-entry .post-thumbnail-inner img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}

.blog .elementor-element.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
	overflow: hidden;
}

body .wp-block-search .wp-block-search__button {
	color: var(--global-palette9);
	background: var(--global-palette2);
	border-radius: 0px;
}

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

/* loader */
.pageloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(assets/image/loader.gif) center no-repeat #fff;
}
/* footer */
.site-bottom-footer-wrap .site-container {
	padding: 0;
}

/* blog comment */
.comment-respond .comment-form .float-label,
.comments-area .comment-form .comment-form-float-label textarea::placeholder,
.comment-input-wrap input::placeholder {
	color: var(--global-palette1);
}

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: transparent;
}

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 {
	border-color: var(--global-palette6);
	color: var(--global-palette1);
}


.wp-block-image {
	margin-top: 0px;
}

.reply .comment-reply-link {
	color: var(--global-palette2);
	border: 1px solid var(--global-palette2);
}

.reply .comment-reply-link:hover, .reply .comment-reply-link:focus {
	color: var(--global-palette4);
	border: 1px solid var(--global-palette4);
}

/* faq */
.elementor .elementor-element .elementor-container .elementor-accordion .elementor-accordion-item{
	border-bottom: 1px solid var(--global-palette2);	
}
.elementor .elementor-element .elementor-container .elementor-accordion .elementor-accordion-item:last-child{
	border: none;
}


/* newslatter form */
.newslatter-form{
	width: 307px;
	display: block;
}
.newslatter-form input[type="email"]{
	border: none;
  	border-bottom: 1px solid black;
	border-radius: 0px;
	width: 100%;
	text-transform: none;
	padding: 0px 0px 10px 0px;
}
.newslatter-form input[type="email"]::placeholder{
	color: var(--global-palette1);
	text-transform: capitalize;
}
.newslatter-form input[type="submit"]{
	margin-top: 20px;
	padding: 14px 41px 14px 41px;
}
.newslatter-form input[type="submit"]:hover,
.newslatter-form input[type="submit"]:focus{
	color: #fff;
}
@media screen and (max-width:360px){
  .newslatter-form {
	width: 100%;
}
}

/* search - icon */
.search-form .thewebs-search-icon-wrap .thewebs-svg-iconset .thewebs-svg-icon{
	color: var(--global-palette3);
}


/* footer - icon */
.footer-icon-01::before{
	background: url(./assets/image/phone.svg) no-repeat;
}
.footer-icon-02::before{
	background: url(./assets/image/location.svg) no-repeat;
}
.footer-icon-02 a {
	display: flex;
}
.footer-icon-03::before{
	background: url(./assets/image/email.svg) no-repeat;
}
.footer-icon-01::before, .footer-icon-02::before, .footer-icon-03::before {
    content: " ";
	display: block;
	width: 30px;
	height: 20px;
	float: left;
	cursor: pointer;
	margin: 5px 0px 0px 0px;
}

.footer-icon-03 {
	text-transform: none;
}

/* toggle sidebar-icon */
.widget.widget_block ul.wp-block-social-links li{
	list-style: none;
}
.widget.widget_block ul.wp-block-social-links{
	margin: 0;
}

/* shop - price */
.woocommerce ul.products li.product.content-bg .star-rating ~ .price{
    padding: 0;
}

/* product - review */
.comment-form-comment textarea{
	border-radius: 0px;
}

/* toggle-sidebar img */
.widget-area .widget .wp-block-gallery{
	gap: 20px;
}

/* product btn */
.uc_post_grid_style_one_item .uc-button-addcart{
   text-transform: uppercase !important;
}
.uc_post_grid_style_one_item .added_to_cart.wc-forward{
	text-transform: uppercase !important;
	font-size: 14px;
	font-weight: 500;
	font-family: 'K2D';
}

@media screen and (min-width: 1025px) {
	.column-width .elementor-column.elementor-element {
	  width: 33.33%;
	}
  }