/*
 Theme Name:   Pragliy
 Theme URI:    https://demos.coderplace.com/wp/WP02/WP02048/
 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: pragliy
 License: GNU General Public License v3.0 (or later)
 License URI: https://coderplace.com/license
*/
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;
}


@keyframes clouds-loop-1 {
	to {
	  background-position: -1000px 0;
	}
  }
  .clouds-1 {
	background-image: url(assets/images/clouds_2.png);
	animation: clouds-loop-1 30s infinite linear;
  }
  
  @keyframes clouds-loop-2 {
	to {
	  background-position: -1000px 0;
	}
  }
  .clouds-2 {
	background-image: url(assets/images/clouds_1.png);
	animation: clouds-loop-2 25s infinite linear;
  }
  
  @keyframes clouds-loop-3 {
	to {
	  background-position: -1579px 0;
	}
  }
  .clouds-3 {
	background-image: url(assets/images/clouds_3.png);
	animation: clouds-loop-3 27s infinite linear;
  }
  
  .clouds {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.14;
	pointer-events: none;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
  }
  .clouds-1,
  .clouds-2,
  .clouds-3 {
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 500px;
  }
.flexslider, .owl-carousel .owl-wrapper-outer, .home-product .owl-buttons, #sb-wrapper, .home-service, .feature {
	direction: ltr;
}
/* header */
body .rs-layer:hover .tp-video-play-button,body .nav--toggle-sub .dropdown-nav-toggle {
	display: none;
}
#search-drawer .drawer-inner .thebase-search-icon-wrap{background: var(--global-palette9);}
body .entry-hero-container-inner {
	background: var(--global-palette3);
}
.cms-three .elementor-heading-title.elementor-size-default {
	margin: 0px;
}
body .header-navigation-style-fullheight .header-menu-container > ul > li {
	border-inline-end: 1px solid #e5e5e5;
}
body a .nav-drop-title-wrap {
	padding-right: 0em;
}
body .element-contact-inner-wrap .header-contact-item .thebase-svg-iconset {
	color: #ff4700;
}
.contact-main {
	width: 13px;
	height: 13px;
	float: left;
	margin-top: 3px;
	margin-inline-end: 5px;
}
.contact-contain {
	float: left;
}
body:not(.home).transparent-header #masthead {background: #262d33;}
.search-toggle-open-container .search-toggle-open .search-toggle-icon {
	font-size: 1.6em;
}
body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {
	height: 1em;
	width: 1em;
}
.header-contact-item img {
	position: absolute;
	left: -17px;
	right:auto;
}
.mobile-navigation ul li a{
	text-transform: capitalize !important;
}
.transparent-header #masthead{margin: 20px;}
.transparent-header #masthead .site-main-header-wrap .site-header-row-container-inner,.site .post-thumbnail .post-thumbnail-inner {
    border-radius: 5px;
}
body .woocommerce-MyAccount-content a,body ::placeholder{color:var(--global-palette3);}
.contact-button,#colophon{position: relative;}
/* home page */
 .elementor-5 .elementor-element.elementor-element-0eb8e6c .elementor-accordion-item .elementor-tab-title.elementor-active{background-color:#0cbeab;}
/* input */
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 {
	color: var(--global-palette4);
	padding: 0.65em 0.9em;
	height: 55px;
	border-radius: 5px;
}
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 {
	border-color: var(--global-gray-400);
	color: var(--global-palette3);
	box-shadow: none;
}
/* footer */
body .site-top-footer-inner-wrap .widget {
	margin-bottom: 10px;
}
body .widget_calendar td, body .widget_calendar .pad {	background: transparent;}
.widget .rss-date, .widget.widget_rss cite {color: var(--global-palette9);}
.site-footer .widget-area ul li {list-style: none;}
.wp-block-gallery.has-nested-images.payment-icon {	justify-content: flex-end;}
body .tnp-subscription-minimal input.tnp-email, body .tnp-widget-minimal input.tnp-email, body .tnp-widget input[type="email"], body .tnp .tnp-email {
	width: 425px;
	padding: 20px;
	height: 55px;
	border-radius: 5px 0 0 5px;
	border: 0;
	background-color: var(--global-palette9);
	color: var(--global-palette3);
}
.widget.widget_newsletterwidgetminimal .tnp-submit, #newsletterwidgetminimal-3 .tnp-submit {
	border-radius: 0px 5px 5px 0px;
	padding: 18.5px 37px;
	width: auto;
	background: var(--global-palette1);
}
.widget.widget_newsletterwidgetminimal .tnp-submit:hover, #newsletterwidgetminimal-3 .tnp-submit:hover {
	background: var(--global-palette2);
}
.site-top-footer-wrap .widget_text p {	margin: 0;}
.widget-area .widget_newsletterwidgetminimal .widget-title {	margin-block: 0 38px;}
.widget .tagcloud > span, .widget .tagcloud a, .widget .widget_product_tag_cloud > span, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud > span, .widget .wp-block-tag-cloud a, .widget li > span, .widget li a {
	padding-block: 6px;
	display: inline-block;
	vertical-align: middle;
}
.site-middle-footer-inner-wrap .widget_block h5 {	margin-block-end: 20px;	}
.cms-loans .elementor-widget-image-box .elementor-image-box-description {	margin-block-end: 30px;}
/* home testimonial */
.testi-monial .elementor-widget-container {
	position: relative;
}
.testi-monial .elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
	width: auto;
	height: auto;
	border-radius: 0px;
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
}
.testi-monial .elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
	margin-bottom: 0px;
}
.testimonial-carousel .elementor-testimonial-wrapper .elementor-testimonial-content {	margin-bottom: 17px;}
/* aboutus page */
body .elementor-accordion .elementor-accordion-item .elementor-tab-title{
	background-color: var(--global-palette9);
	margin-block-end: 20px;
	border-radius: 5px;
}
body .elementor-accordion .elementor-accordion-item{border: none;background: transparent;}
.our-faq .elementor-accordion .elementor-tab-title.elementor-active {
	background: var(--global-palette1);
}
body .elementor-accordion .elementor-tab-content {
	border-top: none;
	padding: 0px 20px 15px 20px;
}
.aboutus-cms .tab-right-part {	width: 100%;}
/* tab cms */
.cms-icon-list-icon:hover .cms-tab::before {color: var(--global-palette6);}
.elementor-tab-content .left-img, .single-post .single-content figure, .elementor-tab-content .right-img, body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .single-post .elementor-element .elementor-widget-container .tab-left-part img,
.ur-services .elementor-heading-title.elementor-size-default {
	margin: 0;
}
.tab-right-part .cms-icon-list-icon {	margin-block-start: 30px;}
.tab-right-part .elementor-icon-list-icon i {
	font-size: 25px !important;
	color: var(--global-palette2);
}
.tab-right-part .cms-description {
	margin-block-end: 40px;
	margin-block-start: 30px;
}
.elementor-widget .tab-right-part .elementor-icon-list-item {	margin-block-start: 20px;}
.tab-right-part .cms-tab-des {	margin-inline-start: 37px;}
.tab-right-part .elementor-icon-list-icon {	margin-block-start: 25px;}
.elementor-tab-content .tab-right-part, .elementor-tab-content .tab-right-part-2, .tab-right-part {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	width: 42%;
	}
.elementor-section .elementor-widget-wrap .elementor-tabs .elementor-tab-content {
	padding: 0;
	margin-top: 60px;
}
.elementor-tab-content .tab-left-part, .tab-left-part {
	width: auto;
	float: left;
	margin-inline-end: 39px;
}
.elementor-tab-content .tab-left-part-2 {
	width: auto;
	float: right;
	margin-inline-start: 39px;
}
.cms-icon-list-icon .cms-tab {
	display: inline-block;
	vertical-align: middle;
}
.cms-icon-list-icon .cms-tab::before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	margin-inline-end: 5px;
	color: var(--global-palette1);
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
}
.elementor-tabs .elementor-tab-title.elementor-tab-desktop-title.elementor-active,body .woocommerce-checkout button.button.alt:hover {
	background: var(--global-palette2);
	color: var(--global-palette9);
}
.elementor-tabs .elementor-tab-title.elementor-tab-desktop-title {
	background: var(--global-palette7);
	border-radius: 5px;
	margin: 0 7.5px;
	padding: 17px 29px;
}
/* footer social */
.payment-icon.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	width: auto;
	flex-grow: unset;
	margin-block: 0;
}
/* checkout and cart*/
.cart-summary {	display: none;}
body form.checkout .col2-set {
	background: var(--global-palette7);
	padding: var(--global-md-spacing);
}
.site .woocommerce table.shop_table td, .site .woocommerce table.shop_table th {
	padding-block: 20px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {	width: 50%;}
.woocommerce-form.woocommerce-form-login.login, body .woocommerce form.register {
	border: none;
	border-radius: 5px;
	padding: 30px;
	background: var(--global-palette7);
}
body .woocommerce form.checkout_coupon {
	border-radius: 5px;
	border: 2px dashed var(--global-gray-400);
}
.entry-content-wrap .woocommerce form .form-row label, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a:hover {
	font-weight: 500;
	font-size: 15px;
	color: var(--global-palette3);
}
.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.checkout_coupon .form-row-last, .woocommerce form.login .form-row-first, .woocommerce form.login .form-row-last, .woocommerce form.register .form-row-first, .woocommerce form.register .form-row-last {
	float: none;
}
.woocommerce-checkout .woocommerce form .form-row {	margin: 0 0 1.5em;}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background: var(--global-palette7);
	padding: 30px;
}
body.woocommerce-cart table.cart .coupon .button:not(:hover), body.woocommerce-checkout table.cart .coupon .button:not(:hover), #add_payment_method table.cart .coupon .button:not(:hover),
body.woocommerce-cart table.cart td.actions .button:disabled, body.woocommerce-checkout table.cart td.actions .button:disabled, #add_payment_method table.cart td.actions .button:disabled {
	color: var(--global-palette9);
	background-color: var(--global-palette1);
}
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	padding: 16px 26px 16px 26px;
}
.woocommerce-cart .woocommerce a.button.alt:hover {
	background: var(--global-palette2);
}
body.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, body#add_payment_method .wc-proceed-to-checkout a.checkout-button{padding: 16px 26px 16px 26px;}
body.woocommerce-cart table.cart td.actions .button, body.woocommerce-checkout table.cart td.actions .button, #add_payment_method table.cart td.actions .button,
body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text, body#add_payment_method table.cart td.actions .coupon .input-text {
	height: 55px;
	padding: 0.4em 0.9em;
}
body .select2-container--default .select2-selection--single{
	height: 57px;
}
.woocommerce-cart #calc_shipping_postcode {
	margin-top: -4px;
}
.woocommerce-cart .woocommerce form .form-row input.input-text {
	height: 55px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:55px;}
body .woocommerce form .form-row.woocommerce-validated .select2-container, body .woocommerce form .form-row.woocommerce-validated input.input-text, body .woocommerce form .form-row.woocommerce-validated select{border-color:#e5e5e5;}
.comment-content table, .entry-content.single-content table {
	border: 1px solid var(--global-gray-400);
	margin-bottom: 1.618em;
	width: 100%;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {	border: 0;}
body.woocommerce-cart table.cart .product-name a, body.woocommerce-checkout table.cart .product-name a, #add_payment_method table.cart .product-name a {	color: var(--global-palette3);}
body .select2-container--default .select2-selection--single .select2-selection__placeholder, body .select2-container--default .select2-selection--single .select2-selection__rendered {
	background-color: var(--global-palette9);
	padding-inline: 10px;
	overflow: hidden;
	color: var(--global-palette4);
	border-radius: 5px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
	margin-bottom: 30px;
}
/* contact page */
.wpcf7-form .contact-col-1 {
	width: auto;
	column-gap: 24px;
	display: flex;
	margin-block-end: 2rem;
}
.wpcf7-form label {
	display: block;
	margin-block-end: 15px;
}
.wpcf7-form-control-wrap,.contact-col-btn {	position: relative;}
.wpcf7 .wpcf7-form-control-wrap input {
	display: block;
	width: 100%;
	border: none;
	height: 55px;
	margin-block: 5px;
}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
	height: 155px;
	border: none;
	margin-block: 5px;
}
.wpcf7 .wpcf7-submit, .wpcf7 input {
	display: block;
	width: 100%;
	height: 55px;
}
.wpcf7-form .contact-col-btn .wpcf7-submit {width: 100%;}
.wpcf7-spinner {
	position: absolute !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 15px;
}
/*owl-carousel*/
#rev_slider_1_1_wrapper .persephone.tparrows:hover::before {
	color: var(--global-palette2);
}
.owl-theme .owl-buttons div.owl-next::after, .owl-theme .owl-buttons div.owl-prev::after {
	content: "";
	position: absolute;
	top: auto;
	background-size: 15px;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.owl-theme .owl-buttons div {
	display: block;
	font-size: 0;
	height: 32px;
	width: 32px;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 94px;
	opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	margin: auto !important;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	margin: auto;
	z-index: 99;
	cursor: pointer;
}
.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.owl-theme .owl-buttons div.owl-prev {
	left: -40px;
	right: auto;
}
.owl-theme .owl-buttons div.owl-next {
	right: -40px;
	left: auto;
}
 .owl-theme .owl-buttons div.owl-next::after {
	background-image: url(assets/images/right-arrow.svg);
	background-position: 100%;
}
.owl-theme .owl-buttons div.owl-prev::after {
	background-image: url(assets/images/left-arrow.svg);
	background-position: 0;
}
/*pagination*/
.woocommerce nav.woocommerce-pagination, .pagination {	text-align: center;}
.woocommerce-shop.woocommerce nav.woocommerce-pagination ul li .page-numbers,.blog .pagination .page-numbers {
	min-width: 3.79em;
	line-height: 3.79em;
	min-height: 3.79em;
}
body .pagination .page-numbers, body.woocommerce nav.woocommerce-pagination ul li .page-numbers {
	border: 1px solid var(--global-gray-400);
	color: var(--global-palette3);
	background: var(--global-palette9);
	border-radius: 5px;
}
body .pagination a:hover, body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, body.woocommerce nav.woocommerce-pagination .page-numberscurrent, body .pagination .current ,
body.woocommerce nav.woocommerce-pagination ul li span.current{
	background: var(--global-palette2);
	color: var(--global-palette9);
	border: 1px solid var(--global-palette2);
}

body .pagination a:hover, body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
	background: var(--global-palette2);
	color: var(--global-palette9);
}
body .pagination .page-numbers.dots {	width: 40px;}
/* gallery */
.image-slider .elementor-swiper-button-prev {
	left: -40px;
	color: var(--global-palette3);
}
.image-slider .elementor-swiper-button-next {
	right: -40px;
	color: var(--global-palette3);
}
/*sidebar*/
body .wp-block-latest-posts__post-author, body .wp-block-latest-posts__post-date {	color: var(--global-palette4);}
.screen-reader-text, .wp-block-search .wp-block-search__label {	display: none;}
.header-search .woocommerce-product-search input[type="submit"], .header-search button[type="submit"], .wp-block-search .wp-block-search__button, .search-form .thebase-search-icon-wrap {
	mask-image: url("assets/images/search.svg");
	-webkit-mask-image: url("assets/images/search.svg");
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 18px;
	-webkit-mask-size: 18px;
	border: 0;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	color: var(--global-palette9);
	float: left;
	font-size: 0;
	height: 42px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 45px;
	background: #fff;
}
.sidebar-inner-wrap .wp-block-search .wp-block-search__button {	background: var(--global-palette3);height: 50px;}
#primary-sidebar .search-field, footer .search-field, .page-content .search-field, .wp-block-search .wp-block-search__input {
	float: left;
	width: 83%;
	padding: 10px 45px 10px 15px;
	line-height: 22px;
	border-radius: 5;
	height: 55px;
}
.woocommerce-product-search, .search-form, .wp-block-search {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.woocommerce.widget .woocommerce-widget-layered-nav-list a::before {	font-size: .7em;}
.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;
}
body .woocommerce.widget_price_filter .ui-slider-horizontal .ui-slider-range{background-color: var(--global-palette2);}
.widget .tagcloud, .widget .widget_product_tag_cloud, .widget .wp-block-tag-cloud, .widget li {
	list-style: none;
	margin: 0;
	position: relative;
}
.widget .product_list_widget li, .widget.widget_recent_comments ul li, .widget.widget_rss ul li, .widget .widgets-blog-posts li, .widget .wp-block-latest-comments li, .widget .wp-block-latest-posts li {
	padding-block: 4px;
	margin-block: 6px;
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	-webkit-margin-before: 5px;
	margin-block-start: 5px;
	border: 1px solid #e5e5e5;
}
.widget .product_list_widget li > span, .widget .product_list_widget li a, .widget.widget_recent_comments ul li > span, .widget.widget_recent_comments ul li a, .widget.widget_rss ul li > span, .widget.widget_rss ul li a, .widget .widgets-blog-posts li > span, .widget .widgets-blog-posts li a, .widget .wp-block-latest-comments li > span, .widget .wp-block-latest-comments li a, .widget .wp-block-latest-posts li > span, .widget .wp-block-latest-posts li a {
	padding: 0;
}
.primary-sidebar.active {	transform: translateX(0);}
.thebase-show-sidebar-btn {
	position: fixed;
	border: 1px solid var(--global-gray-400);
	padding: 0 10px;
	height: 44px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 25%;
	left: -2px;
	z-index: 99;
	background: var(--global-palette9);
	box-shadow: 0 0 5px 2px var(--global-gray-400);
	align-items: center;
	border-radius: 0 50px 50px 0;
}
body .widget_block ol, body .widget_block ul, body .widget ol {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	-webkit-margin-start: 0;
	margin-inline: 0;
	-webkit-padding-after: 0;
	padding-block-end: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}
.primary-sidebar .widget ul ul {
	-webkit-padding-start: 15px;
	padding-inline: 15px 0;
	margin: 0;
	padding-bottom: 0;
}
.has-sidebar .primary-sidebar.widget-area .widget {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid var(--global-gray-400);
	padding-block-end: 20px;
}
.has-sidebar .primary-sidebar.widget-area .widget:last-child {	border: none;}
.primary-sidebar.widget-area .widget-title {
	padding: 0 0 10px;
	margin: 0;
}
.widget .tagcloud a, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud a {
	font-size: 14px !important;
	display: block;
}
.woocommerce.widget_product_categories > ul li .count, .woocommerce.widget_product_categories > ul li .wc-block-product-categories-list-item-count, .woocommerce .wp-block-woocommerce-product-categories > ul li .count, .woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count {
	position: absolute;
	right: 0;
	display: block;
	top: 0;
	min-width: 2rem;
	text-align: center;
	font-size: 100%;
}
body .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	font-size: 15px;
	position: absolute;
	right: 0;
	display: block;
	top: 3px;
	min-width: 2rem;
	text-align: center;
}
.woocommerce.widget_price_filter .widget-title, .woocommerce section.related.products h2, body.woocommerce div.product form.cart table td {	padding-block-end: 15px;}
.sidebar-inner-wrap .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .sidebar-inner-wrap .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	padding-block: 6px;
	vertical-align: middle;
}
.woocommerce.widget_price_filter .price_slider_amount {	margin-top: 2em;}
.price_label {
	display: inline-block;
	padding: 10px 0 0;
	width: 100%;
	text-align: left;
	font-weight: 500;
}
.widget .wp-block-latest-comments__comment-link, .widget .wp-block-latest-posts li > a {
	word-break: break-word;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	margin: 0;
}
.widget .wp-block-latest-posts__featured-image.alignleft {	margin-inline: 0 1em;}
.primary-sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {background-color: var(--global-palette2);}
/*Product Catalog*/
.woocommerce-shop.woocommerce ul.products.woo-archive-action-on-hover li.product:hover .entry-content-wrap {
	border-radius: 5px;
}
body .thebase-breadcrumb-container {
	font-size: 14px;
}
.woocommerce-page.woocommerce .woocommerce-message {
	line-height: 42px;
}
.woocommerce-page.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs {
	text-align: left;
}
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap a:hover{
	color: var(--global-palette2);
}
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 {
	-webkit-transform: none;
	transform: none;
}
.woocommerce ul.products li.product span.onsale {
	top: 15px;
	right: 15px;
	color: var(--global-palette9);
	font-weight: 500;
	border-radius: 5px;
}
.woocommerce ul.products li.product .price ins .amount {	font-weight: 600;}
.woocommerce .woocommerce-cart-form table.shop_table, .woocommerce table.shop_table, body .woocommerce .woocommerce-info, .woocommerce .woocommerce-error li, .woocommerce .thebase-woo-results-count, body .search-form .search-submit[type="submit"], .woocommerce select.orderby {
	font-weight: inherit;
	font-size: inherit;
}
body .thebase-toggle-shop-layout.thebase-toggle-grid.toggle-active, body .thebase-product-toggle-container .thebase-toggle-shop-layout:hover, body .thebase-product-toggle-container .thebase-toggle-shop-layout.toggle-active {
	color: var(--global-palette2);
	border-color: var(--global-gray-400);
}
body .thebase-product-toggle-container .thebase-toggle-shop-layout {color: var(--global-palette4);}
body.woocommerce ul.products li.product .price ins .amount {
	font-weight: 500;
	font-size: 16px;
}
.products .entry.loop-entry {	box-shadow: none;}
/*Single-Product*/
body.woocommerce div.product div.images .flex-control-thumbs li, body.woocommerce div.product div.images .flex-control-thumbs li:first-child {
	width: auto;
	height: auto;
	padding: 0;
}
.single-product .owl-theme .owl-buttons div.owl-prev {
	left: 10px;
	right: auto;
}
.single-product .owl-theme .owl-buttons div.owl-next {
	right: 20px;
	left: auto;
}
 body.woocommerce div.product div.images .flex-control-thumbs {
	padding: 0 30px;
	box-sizing: border-box;
	margin: 30px 0 0;
	transform: none;
	left: auto;
	max-width: 100%;
	text-align: center;
}
.single.single-product .thebase-breadcrumbs {	margin: 1em 0;}
body.woocommerce table.shop_attributes td {padding: 8px;}
.woocommerce div.product p.stock {color: green;}
.single-product.woocommerce div.product form.cart div.quantity {
	padding-block: 2px;
	margin-inline: 0 15px;
	height: 55px;
	line-height: 48px;
}
.entry-content-wrap .woocommerce form .form-row .button, .woocommerce div.product .summary .button.single_add_to_cart_button {
	padding: 16px 29px 16px 29px;
	height: 55px;
	line-height: 0;
}
.woocommerce div.product .product_meta {
	padding: 1.2em 0;
	border-top: 1px solid var(--global-gray-400);
}
body.woocommerce div.product .product_meta > span, body.woocommerce a.product-single-category {
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
	color: var(--global-palette3);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--global-palette9);
	background: var(--global-palette2);
	border-color: var(--global-palette2);
}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a, .woocommerce div.entry.product .woocommerce-tabs ul.tabs li a:hover {
	font-weight: 600;
	font-size: 14px;
	color: var(--global-palette3);
}
body.woocommerce span.onsale{background-color: var(--global-palette2);color: var(--global-palette9);border-radius: 5px;}
body .quantity.spinners-added input.minus, body .quantity.spinners-added input.plus, body .woocommerce .cart-empty.woocommerce-info{	color: var(--global-palette3);}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {	color: var(--global-palette9);}
body.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
	padding: 16px 29px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
	letter-spacing: 0.2px;
}
body.woocommerce div.entry.product .woocommerce-tabs ul.tabs li:hover a {
	background-color: var(--global-palette2);
	color: var(--global-palette9);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs {padding: 0;}
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {margin: 0;}
.woocommerce-tabs.wc-tabs-wrapper, .woocommerce .up-sells.products {padding: 1.5em 0 2em;}
.woocommerce #reviews #review_form .comment-reply-title {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.5;
}
body.woocommerce div.product form.cart .group_table td:first-child {
	width: auto;
	text-align: center;
	min-width: 118px;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid var(--global-palette6);
	color: var(--global-palette3);
	background: var(--global-palette9);
}
.woocommerce div.product form.cart .variations select {
	border-radius: 5px;
	margin: 6px 0;
	padding: 8px;
}
.woocommerce div.product form.cart .variations label {
	display: inline-block;
	font-weight: 500;
	width: 100%;
	clear: both;
	margin: 9px 0 0;
	text-align: left;
	vertical-align: middle;
}
body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {	border: 1px solid #e5e5e5;}
/*Related*/
.cross-sells > h2, .single.woocommerce section.products > h2, .site .entry-related h2, .elementor-tabs .elementor-tab-title, .cms_banner .elementor-column, .cms_banner .elementor-section {
	text-align: center;
}
.entry-related .entry-related-title {	margin-block: 0.8em 1.1em;}
body .entry-related-inner-content {	padding-bottom: 8em;}
.entry-related .entry-content-wrap .entry-summary p {
	color: var(--global-palette1);
	margin-block-end: 0;
	margin-block-start: 10px;
}
body .entry-related-inner-content .carousel-item {	padding-block-end: 0px;}
/* blog */
.single-post .content-bg {
	background: transparent;
}
body .site .post-archive-title h1 {
	font-size: 48px;
}
.entry.loop-entry {	position: relative;border-radius: 5px;}
.container-inner {	margin: 0 15px;}
.blog .loop-entry .entry-header .entry-meta, body .loop-entry .entry-header .entry-meta {	margin: 10px 0;}
.blog .entry-header {	margin-bottom: 0;}
.more-link-wrap a.post-more-link {
	color: var(--global-palette3);
	font-weight: 600;
	font-size: 14px;
	text-decoration: underline;
	letter-spacing: 0.2px;
}
body a.post-more-link:hover{
	color: var(--global-palette1);
}
#blog-posts-products .loop-entry .entry-content-wrap, .blog .loop-entry .entry-content-wrap {
	padding: 17px 0 0;
}
/* inner blog */
.entry-footer .thebase-svg-iconset.svg-baseline {	display: none;}
/* image hover */
.fullwidth-cms .elementor-widget-container, .explore-cms .elementor-widget-container {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.fullwidth-cms .elementor-widget-image img, .explore-cms.elementor-widget-image img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.fullwidth-cms:hover img, .explore-cms:hover img{
	transform: scale(1.05);
}
.cms-service .elementor-icon-box-icon,.cms-service .elementor-widget-icon {
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
}
.cms-banner img, .elementor-image-box-img img, .gallery-item img, .cms-service img, .gallery-slider img, .loop-entry .post-thumbnail-inner img, .widget_media_image img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.cms-banner:hover img, .elementor-image-box-img:hover img, .cms-service .elementor-widget-image:hover img, .gallery-item .gallery-icon:hover img, .gallery-slider .swiper-slide-inner:hover img, .loop-entry .post-thumbnail-inner:hover img, .widget_media_image:hover img {
	transform: scale(1.05);
}
.gallery-item .gallery-icon, .cms-banner .elementor-widget-wrap, .cms-service .elementor-widget-image, .elementor-image-box-img, .gallery-item .gallery-icon, .gallery-slider .swiper-slide-inner, .post-thumbnail-inner, .widget_media_image {
	overflow: hidden;
}
.cms-service:hover .elementor-widget-icon,.cms-service:hover .elementor-icon-box-icon {	transform: translateY(-8px);}
/*single-blog*/
.single-post input#author, .single-post input#email, .single-post input#url {
    height: 55px;
}
.single-post .entry.single-entry {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.06);
	background: var(--global-palette9);
}
body .tns-outer .tns-nav {	bottom: -50px;}
body .entry-related-carousel .entry-summary, body .entry-related-carousel .entry-footer, body .entry-related-carousel .entry-taxonomies {	display: block;}
.comment-list .comment-body {	border-bottom: 1px solid var(--global-gray-400);}
.comments-area .comment-respond {
	padding: 4em;
	margin-block: 4em;
	border-radius: 5px;
	background: var(--global-palette5);
}
.comment-navigation .nav-links, .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	padding-block-end: var(--global-sm-spacing);
}
.single.single-post .entry-author-name a, .single.single-post .comment-author .fn a {	font-weight: 500;}
.content-wrap .entry-author {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid var(--global-gray-400);
	padding-block-end: 30px;
	margin-block-end: 0;
}
body .entry-tags a.tag-link {
	font-size: inherit;
	border: 1px solid var(--global-gray-400);
	border-radius: 5px;
	color: var(--global-palette4);
}
body .entry-tags a.tag-link {
	font-size: inherit;
	border: 1px solid var(--global-gray-400);
	border-radius: 5px;
}
.single-post .single-entry .entry-content-wrap .entry-header {
	padding-block-end: 1em;
	border-block-end: 1px solid var(--global-gray-400);
}
body .entry-tags a.tag-link:hover,.single-post .comment-reply-link:hover, .comment-reply-link:focus {
	background: var(--global-palette2);
	color: var(--global-palette9);
	border-color: var(--global-palette2);
}
.wp-block-quote, blockquote {
	padding-inline-start: 1em;
	border-left: 4px solid var(--global-palette1);
	background-color: var(--global-palette7);
	padding: 2em;
	padding-left: 2em;
}
.single-post .entry-author-style-center .entry-author-avatar::before, .single-post .entry-author-style-center .entry-author-avatar::after {	background: var(--global-gray-400);}
body .comment-navigation a:hover, body .post-navigation a:hover {	color: var(--global-palette2);}
body .comment-form .comment-input-wrap p label, body .comment-form p.comment-form-float-label label {color: var(--global-palette4);}
.single-post .comment-reply-link {
	color: var(--global-palette3);
	border: 1px solid var(--global-palette3);
}
.comment-list #cancel-comment-reply-link {color: var(--global-palette2);}	
@media screen and (max-width: 1403px){
}
@media screen and (max-width: 1366px){
	body .search-toggle-open-container .search-toggle-open {padding: 0px 15px 0px 15px;}
	body .main-navigation .primary-menu-container > ul > li.menu-item > a{padding-inline: calc(2.7em / 2);}
}
@media screen and (max-width: 1200px){
	body .search-toggle-open-container .search-toggle-open {padding: 0px 12px 0px 12px;}
	body .site-branding {padding: 0;}
	.elementor-tab-content .tab-left-part, .tab-left-part, .elementor-tab-content .tab-left-part-2 {
		margin: 0;
		float: left;
	}
	.elementor-tab-content .tab-right-part, .elementor-tab-content .tab-right-part-2, .tab-right-part {
		width: 100%;
		margin-top: 35px;
	}
}
@media screen and (max-width: 1232px){
	.elementor-tab-content .tab-left-part, .tab-left-part {	margin-inline-end: 30px;}
	#main-header .header-button.button-size-custom{padding: 16px 30px 16px 30px;}
}
@media screen and (max-width: 1024px){
	body .search-toggle-open-container .search-toggle-open {
		padding: 0px 0px 0px 0px;
	}
	body .mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon {
		font-size: 20px;
	}
	.thebase-show-sidebar-btn .thebase-svg-iconset {
		-webkit-padding-end: 6px;
		padding-inline-end: 6px;
	}
	footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul {
		display: block;
		padding-block: 0 20px;
	}
	.site-footer-section .footer-widget-area.footer-social,footer .wp-block-group .toggled-off > ul, footer .wp-block-group .toggled-off > p,
	.header-contact-wrap {
		display: none;
	}
/*footer toggle*/
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 .toggled-on .widget-title::before {	content: "\f106";}
.site-middle-footer-inner-wrap .widget-area .widget-title {	cursor: pointer;}
.wp-block-gallery.has-nested-images.payment-icon {	justify-content: center;margin: 0em 0em 1em 0em;}
/*sidebar toggle*/
.thebase-hide-sidebar-btn .thebase-svg-iconset svg {
	height: auto;
	width: 1.6em;
	cursor: pointer;
}
.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {	display: flex;}
body .primary-sidebar {
	transform: translateX(-100%);
	width: 360px;
	right: auto;
	left: 0;
	top: 0;
	overflow: auto;
	bottom: 0;
	position: fixed;
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.1);
	display: flex;
	flex-direction: column;
	transition: all .3s ease-in-out;
	z-index: 99999;
	padding-inline: 20px;
	padding-block: 0;
	background-color: var(--global-palette9);
}
}
@media screen and (max-width: 767px){
	body .header-social-inner-wrap {
		font-size: 1em;
	}
	body .tnp-subscription-minimal input.tnp-email, body .tnp-widget-minimal input.tnp-email, body .tnp-widget input[type="email"], body .tnp .tnp-email {
		width: 100%;
		margin-block: 0 15px;
		margin-inline: 0;
		border-radius: 5px;
	}
	.widget.widget_newsletterwidgetminimal .tnp-submit {
		width: 100%;
		border-radius: 5px;
	}
	body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li{margin: 0;}
	.comments-area .comment-respond {	padding: 2em 2em 1em;}
	body .primary-sidebar {	width: 100%;}
	body.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper, body.woocommerce div.product .woocommerce-tabs .panel {
		padding: 0;
		border: none;
	}
}
@media screen and (max-width: 600px){
}
@media screen and (max-width: 400px){
	.site .post-thumbnail.thebase-thumbnail-ratio-9-16 {padding-bottom: 85.25%;}
}
@media screen and (max-width: 479px){
	body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {
		height: 20px;
		width: 20px;
		margin-right: 8px;
	}
	#mobile-header .site-header-item{
		margin:0;
	}
	#mobile-header .mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon{font-size: 20px;}
	.mobile-header-button-inner-wrap .button{padding: 7px;font-size: 11px;}

}
/* -----------------RTL-------------- */
/* search */
.rtl #search-drawer .drawer-inner input.search-field {	padding: 0.8em 0.8em 0.8em 80px;}
.rtl #search-drawer .drawer-inner .search-submit[type="submit"] {
	left: 0;
	right: auto;
}
/* tab cms */
.rtl .elementor-tab-content .tab-left-part-2 {	float: left;}
.rtl .elementor-tab-content .tab-left-part, .tab-left-part, .rtl .woocommerce.widget_price_filter .price_slider_amount .button {	float: right;}
/*Sidebar*/
.rtl.woocommerce.widget_product_categories > ul li .count, .rtl.woocommerce.widget_product_categories > ul li .wc-block-product-categories-list-item-count, .rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .count, .rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count {
	left: 0;
	right: auto;
}
.rtl.woocommerce .woocommerce-widget-layered-nav-list a::before {	margin-inline: 0 0.6em;}
.rtl .woocommerce.widget_price_filter .price_slider_amount .button {	float: right;}
.rtl .price_label {	text-align: right;}
.rtl #primary-sidebar .search-field, footer .search-field, .rtl .page-content .search-field, .rtl .wp-block-search .wp-block-search__input {	padding: 10px 15px 10px 45px;}
.rtl .header-search .woocommerce-product-search input[type="submit"], .rtl .header-search button[type="submit"], .rtl .widget.widget_search input[type="submit"], .rtl .search-form input[type="submit"], .rtl .widget.widget_product_search button[type="submit"], .rtl .widget.widget_search input[type="submit"], .rtl .wp-block-search .wp-block-search__button {
	right: auto;
	left: 0;
}
/*Blog*/
.rtl .widget .wp-block-latest-posts__featured-image.alignleft {	float: right;}
/*portfolio*/
.rtl .single-entry .cms-portfolio .cms-portfolio .elementor-widget-wrap {	padding-inline: 0 5em;}
/*Footer*/
.rtl .site-middle-footer-inner-wrap .widget-area .widget-title::after {
	left: auto;
	right: 0;
}
.rtl .widget.widget_newsletterwidgetminimal .tnp-submit, .rtl #newsletterwidgetminimal-3 .tnp-submit {	border-radius: 5px 0 0 5px;}
body.rtl .tnp-widget-minimal input.tnp-email {	border-radius: 0 5px 5px 5px;}
@media screen and (max-width: 1024px){
.rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border: 0;
	border-inline-start: 1px solid rgba(255,255,255,0.1);
}
}

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