/*
 Theme Name:   Wednest
 Theme URI:    https://demo.coderplace.com/wp/WP01/WP01004/
 Description:  A child theme of CoderPlace theme.
 Author:       Basetheme
 Author URI:   #
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 6.0
 Tested up to: 6.0
 Requires PHP: 7.0
 Text Domain: wednest
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

body:not(.home).transparent-header #masthead {background: var(--global-palette1);}
/* body.page:not(.home) .content-area {
	margin-top: 7.5rem;
	margin-bottom: 7.5rem;
} */
body .header-navigation ul ul.sub-menu, body .header-navigation ul ul.submenu{top:86px;}

/*Header*/
	.header-navigation .header-menu-container ul ul li.menu-item > a {
		padding-inline: 25px;
	}
.single.single-product .thebase-breadcrumbs {
	margin: 1em 0;
}
/*About-Us*/
@-webkit-keyframes shine {
	100% {
	left: 125%;
	}
	}
	@keyframes shine {
	100% {
	left: 125%;
	}
}
.about-us .img-banner {
	position: relative;
	overflow: hidden;
}
.about-us .img-banner::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.about-us .img-banner:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

/* Gallery css */
body .gallery {margin: 0;}
body .gallery .gallery-item{padding:0;}
/* footer */
.site-info-inner .wp-block-group ul li {
	margin-bottom: 10px;
	display: block;
	list-style: none;
}
.footer-widget-area .widget_block p {margin: 0 0 10px;}
.site-info-inner .wp-block-group ul {margin:0;padding:0;} 
.site-top-footer-inner-wrap .widget-area h3 {	margin-bottom: 35px;}
.site-info-inner .wp-block-group .wp-block-image > img {margin-bottom: 30px;}
/* contact form */
.wpcf7-form > div {margin-block: 20px;}
.wpcf7-form .contact-col {
	display: flex;
	column-gap: 30px;
}
.wpcf7-form label {
	padding-block: 5px 15px;
	display: block;
	text-transform: capitalize;
}
.wpcf7-form-control-wrap {width: auto;flex: auto;}
.wpcf7 .wpcf7-form-control-wrap input {width: 100%;}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea{height:160px;}
.wpcf7 .wpcf7-submit, .wpcf7 input {display: block;width: 100%;}
/* breadcrumb */
body .entry-hero-container-inner {
	background: var(--global-palette9);
	border-bottom: 1px solid var(--global-gray-400);
}
/* blog page */
/* .blog .thebase-svg-iconset {display: none;} */
.wp-block-search .wp-block-search__label {display: none;}
/* common css */
body *{
    --global-gray-400: #e5e5e5;
    --global-gray-500: #aaaaaa;
	--global-xs-spacing: 1em;
    --global-sm-spacing: 1.875rem;
    --global-md-spacing: 2rem;
    --global-lg-spacing: 2.5em;
    --global-xl-spacing: 3.5em;
    --global-xxl-spacing: 4rem;
    --global-boxed-spacing: 2rem;
}
body input[type="text"], 
body input[type="email"],
body input[type="url"], 
body input[type="password"],
body input[type="search"], 
body input[type="number"], 
body input[type="tel"], 
body input[type="range"], 
body input[type="date"], 
body input[type="month"], 
body input[type="week"], 
body input[type="time"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="color"], 
body textarea {
	-webkit-appearance: none;
	color: var(--global-palette1);
	border: 1px solid var(--global-gray-400);
	border-radius: 0;
	padding: 0.70em;
	max-width: 100%;
	background: var(--global-palette9);
	box-shadow: none;
}
body input[type="text"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="password"]:focus, 
body input[type="search"]:focus,
body input[type="number"]:focus,
body input[type="tel"]:focus,
body input[type="range"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="week"]:focus,
body input[type="time"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="color"]:focus, 
body textarea:focus {
	color: var(--global-palette1);
	border-color:var(--global-gray-400);
	outline: 0;
	box-shadow: none;
}
body .woocommerce form.login, body .woocommerce form.checkout_coupon, body .woocommerce form.register{border:1px solid var(--global-gray-400);border-radius: 0;}
body .woocommerce form .form-row label {
	line-height: 2.4;
	font-weight: inherit;
	color: var(--global-palette1);
	font-size:inherit;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-block;
	vertical-align: text-top;
}
.woocommerce-page.woocommerce-cart table.cart .coupon .button:not(:hover), .woocommerce-page.woocommerce-checkout table.cart .coupon .button:not(:hover), .woocommerce-page #add_payment_method table.cart .coupon .button:not(:hover), .woocommerce-page.woocommerce-cart table.cart td.actions .button:disabled, .woocommerce-page.woocommerce-checkout table.cart td.actions .button:disabled, .woocommerce-page #add_payment_method table.cart td.actions .button:disabled {
	background: var(--global-palette-btn-bg);
	color: var(--global-palette9);
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--global-palette1);
}
/* button */
body .woocommerce form .form-row .button{padding:15px 27px;}
.woocommerce-privacy-policy-text {margin-bottom: 20px;}
/* sidebar */
body .wp-block-search .wp-block-search__button{
	border:none;
	color: var(--global-palette9);
	background: var(--global-palette2);
	font-size:11px;
	line-height: 1.4em;
	padding:15px 27px;
}
body .widget .wp-block-group ul li a, body .widget .wp-block-group ol li a {color: inherit;}
body .widget .wp-block-group ul li, body .widget .wp-block-group ol li,
body .widget .wp-block-group ul, body .widget .wp-block-group ol {
	margin:0;
	padding:0;
	list-style: none;
}
body .widget .wp-block-group ul li, body .widget .wp-block-group ol li{padding:5px 0;}
.has-sidebar .primary-sidebar.widget-area .widget:last-child,
.primary-sidebar.widget-area .widget_block, .primary-sidebar.widget-area .widget {
	border-block-end: 1px solid #e5e5e5;
	padding-block-end: 2em;
}
body .rss-date, body .widget_rss cite {color: inherit;font-size: inherit;}
body .wc-block-product-categories{margin-bottom:0;}
.primary-sidebar.widget-area .widget {margin-bottom: 1.6em;}
.has-sidebar .primary-sidebar.widget-area .widget:last-child{border:0;}
/* blogdesign */
.entry-content blockquote {
	margin: 0 0 var(--global-md-spacing);
	background: var(--global-palette7);
	padding: 2em;
	font-size: 15px;
	color: var(--global-palette6);
}
body h2.entry-related-title {text-align: center;margin-bottom:2rem;}
.single-post .entry-related-inner-content {padding: 6em 0 8em;}
.single-post .tns-outer .tns-nav {bottom: -70px;}
.single-post .entry-author, .comment-navigation, .post-navigation, .single-post .comments-area {padding-inline: 4rem;}
body .entry-author-style-center {
	border-bottom: 0;
	padding: 0;
	margin:0;
}
.entry-author .entry-author-profile {
	border-bottom: 1px solid var(--global-gray-400);
	padding-block-end: var(--global-lg-spacing);
}
body .entry-author-style-center .entry-author-avatar::before,
body .entry-author-style-center .entry-author-avatar::after  {
	background: var(--global-gray-400);
}
.comment .comment-body {
	margin: 0 0 25px;
	border: 1px solid var(--global-gray-400);
	padding: 20px;
}
body .reply {top: 15px;right: 15px;}
#comments #respond {
	background-color: var(--global-palette7);
	padding: 3rem;
}
body .bypostauthor .avatar{border:1px solid var(--global-palette7)}
body .entry-taxonomies a{font-weight: 400;}
body .pagination .page-numbers {border-radius: 0;}
.comment .comment-respond {margin: 0 0 40px;}
#cancel-comment-reply-link {color:var(--global-palette1);}
.wp-block-pullquote {margin: 0 !important;}
.single-entry .wp-block-pullquote blockquote p, .single-entry .wp-block-pullquote.is-style-solid-color blockquote p {font-size: 15px;}
body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date{font-size:15px;}
body.woocommerce nav.woocommerce-pagination {margin: 0;}
body.blog .pagination{margin:20px 0 0}
/* product common css */
.thebase-woo-results-count p {color: var(--global-palette6);font-size: 15px;}
.woocommerce-ordering select.orderby {
	border: 1px solid var(--global-gray-400);
	font-size: 15px;
	font-weight: 400;
	color: var(--global-palette6);
}
.woocommerce ul.products li.product .button.added.add_to_cart_button {font-size: 0;display: none;}
#primary .product-details .product-action-wrap .button, #primary .product-details .product-action-wrap a.added_to_cart {
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 3px;
}
body.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .product-action-wrap, body.woocommerce ul.products.woo-archive-action-on-hover li.product:focus-within .product-action-wrap {
	bottom: -.3rem;
	opacity: 1;
}
body.woocommerce ul.products li.product a{color: var(--global-palette6);}
body.woocommerce span.onsale {
	padding: .3em .5em;
	font-weight: 400;
	border-radius: 0;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers {border-radius: 0;}
body.woocommerce ul.products.products-list-view li.product {align-items: flex-start;}
body.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title { font-size: 15px;}
.woocommerce div.product .product_meta {
	margin: 1.2em 0;
	padding: 1.2em 0;
	border-top: 1px solid var(--global-gray-400);
}
.woocommerce div.product .entry-summary .product_meta > span {
	font-size: 15px;
	font-weight: 400;
	padding: 5px 0;
	display: block;
}
.woocommerce div.product .entry-summary form.cart .variations label {
	display: inline-block;
	font-weight: 400;
	font-size: 15px;
	width: 100%;
	clear: both;
	margin: 9px 0 0;
	text-align: left;
	vertical-align: middle;
}
.woocommerce div.product form.cart .variations select {
	border: 1px solid var(--global-gray-400);
	border-radius: 0;
	font-size: inherit;
	margin: 6px 0;
	padding: 8px;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li a:hover  {
	color: var(--global-palette9);
	text-shadow: inherit;
	background-color: var(--global-palette2);
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li {
	border: 0;
	border-radius: 0;
	margin: 0;
	background-color: var(--global-palette7);
	margin-inline-end: 5px;
}
.single-product.woocommerce div.product form.cart div.quantity {
	border: 1px solid var(--global-palette8);
	border-radius: 0;
	padding-block: 1px;
	margin-inline-end: 15px;
}
body.woocommerce div.product .button.single_add_to_cart_button {
	height: inherit;
	line-height: 27px;
	padding: 8px 37px 8px 37px;
}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs {padding: 0;}
.woocommerce div.product.entry .woocommerce-tabs ul.tabs li a {
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 14px 30px;
	color: var(--global-palette6);
	letter-spacing: 3px;
	text-align: center;
}
.related.products {
	margin-block-start: 6em;
}
body.woocommerce table.shop_attributes tr:nth-child(2n) td, body.woocommerce table.shop_attributes tr:nth-child(2n) th {
	background-color: var(--global-palette7);
}
body.woocommerce table.shop_attributes td {
	padding: 0 12px;
	border: none;
	font-style: unset;
	background-color: var(--global-palette7);
}
body.woocommerce table.shop_attributes th {
	width: 160px;
	font-weight: 400;
	padding: 12px;
	border: none;
	margin: 0;
	line-height: 1.6;
	font-size: 16px;
	background-color: var(--global-palette7);
}
.single.woocommerce table.shop_attributes {
	border: none;
	margin: 0 -10px;
	border-spacing: 10px;
}
#primary .related.products > h2 {text-align: center;margin-bottom: 50px;}
#primary .thebase-breadcrumbs {font-size: 15px;}
body .woocommerce table.shop_table th, body .woocommerce table.shop_table tfoot td, body .woocommerce table.shop_table tfoot th, body .woocommerce table.shop_table tbody th {
	font-weight: 400;
	font-size: 15px;
	border: 0;
}
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text {
	float: left;
	box-sizing: border-box;
	padding: .4em .6em;
	margin: 0 4px 0 0;
	outline: 0;
	height: 45px;
}
body .woocommerce.widget_price_filter .price_slider_amount {font-weight: 400;font-size: 15px;}
body.woocommerce-cart table.cart td.actions .button, body.woocommerce-checkout table.cart td.actions .button, body #add_payment_method table.cart td.actions .button 
{
	height: auto;
	padding:15px 27px;
	line-height:1.4em;
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body #add_payment_method .wc-proceed-to-checkout a.checkout-button {
	padding: 15px 27px;
}
body.woocommerce ul.products.products-list-view li.product:hover .entry-content-wrap, body.woocommerce ul.products.products-list-view li.product:focus-within .entry-content-wrap{
	transform:none;
}
/* cart page common */
.comment-content td, .comment-content th, .entry-content table td, .entry-content table th {
	padding: 12px;
	line-height: 1.5;
	text-align: left;
	border: 1px solid var(--global-gray-400);
}
body .woocommerce table.shop_table td {border: 0;border-bottom: 1px solid var(--global-gray-400);}
body.woocommerce-cart .cart-collaterals .cart_totals tr th {border-top: 1px solid var(--global-gray-400);}
body .woocommerce table.shop_table tr:last-child td {border: none;}
.cart-summary h2, .cart_totals h2 {font-size: 34px;letter-spacing: 10px;}
.entry-content table tbody tr td span, .entry-content table tbody tr th span, body .woocommerce ul#shipping_method .amount {font-weight: 400;}
.site .woocommerce table.shop_table td, .site .woocommerce table.shop_table th {padding-block: 20px;}
body .woocommerce table.shop_table input {font-size: 15px;}
/* checkout common */
body .woocommerce .woocommerce-info {color:var(--global-palette1);}
body #payment #place_order {padding: 15px 27px;}
body.woocommerce-cart .cart-collaterals .cart_totals tr td{border-top:0;}
/* gallery design */
.gallery-banner:hover img, .loop-entry .post-thumbnail-inner:hover img, .swiper-slide-inner:hover .swiper-slide-image{
	transform: scale(1.07);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}
.gallery-banner img, .loop-entry .post-thumbnail-inner img, .swiper-slide-inner .swiper-slide-image{
	transition: transform var(--duration-default) ease;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}
.gallery-banner.elementor-widget, .swiper-slide-inner{overflow: hidden;}
/* sidebar */
.primary-sidebar .thebase-hide-sidebar-btn {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	padding: 20px 0;
}
.thebase-show-sidebar-btn {
	position: fixed;
	-webkit-margin-end: 0.5em;
	margin-inline-end: 0.5em;
	border: 1px solid var(--global-gray-400);
	padding: 0 10px;
	height: 44px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 30%;
	left: -2px;
	z-index: 9999;
	background: #fff;
	box-shadow: 0px 0px 5px 2px var(--global-gray-400);
	align-items: center;
	border-radius: 0 50px 50px 0;
}
.thebase-show-sidebar-btn.active .drawer-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}
.primary-sidebar.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
@media screen and (max-width: 1024px){
	body .primary-sidebar {
		padding-block: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
		width: 320px;
		right: auto;
		left: 0;
		top: 0;
		overflow: auto;
		bottom: 0;
		position: fixed;
		-webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, .1);
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
		z-index: 99999;
		padding-inline : 20px;
		padding-block: 0;
		background-color: #fff;
   }
	.thebase-show-sidebar-btn {display: flex;}
	.primary-sidebar .thebase-hide-sidebar-btn {display: flex;}
}
body .woocommerce.widget_price_filter .price_slider_amount .button{font-size:11px;}
#primary .woocommerce .woocommerce-widget-layered-nav-list a::before {
	border-radius: 0;
	width: 1.6em;
	height: 1.6em;
	margin-right: 0.8em;
}
.widget-area .sidebar-inner-wrap .widget ul li a {color: inherit;}
.primary-sidebar .widget .wp-block-group .widget-title {margin-top: 0;}
/* responsive */
/* footer css  */
@media screen and (max-width: 1024px){
footer .wp-block-group .widget-title::before {
	content: "\f107";
	position: absolute;
	right: 0;
	font-family: FontAwesome;
	font-size: 20px;
	top: 1px;
	bottom: 0;
	height: 20px;
	width: 20px;
	text-align: center;
	z-index: 9;
	margin: 0 auto;
	line-height: 20px;
}
footer .wp-block-group .toggled-on .widget-title::before {content: "\f106";}
footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul {display: block;padding-block: 20px;}
footer .wp-block-group .toggled-off .wp-block-group, footer .wp-block-group .toggled-off > ul {display: none;}
.site-top-footer-inner-wrap .widget-area h3{margin-bottom: 0;}
.thebase-hide-sidebar-btn .thebase-svg-iconset, .footer-widget-area-inner .widget-title {cursor: pointer;} 
}
@media screen and (max-width: 767px){
	.woocommerce div.product.entry .woocommerce-tabs ul.tabs li {
	border-bottom: 1px solid var(--global-palette8);
	margin: 0;
}
	.site-header-top-section-left.site-header-section-left {display: none;}
	body .site-header-row.site-header-row-center-column{grid-template-columns: 1fr 1fr;}
	body .site-header-section-center{justify-content: flex-start;}
}
@media screen and (max-width: 479px){
.button.mobile-header-button {
	padding: 15px 20px 15px 20px;
}
}
/* rtl */
.rtl .wp-block-latest-posts__featured-image.alignleft {
	margin-left: 1em;
	float: right;
	margin-right: 0;
}

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