/*
 Theme Name:   Archieos
 Theme URI:    https://demos.codezeel.com/wordpress/WP02/WP026
 Description:  A child theme of Codezeel theme.
 Author:       Basetheme
 Author URI:   #
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 5.2
 Tested up to: 6.0
 Requires PHP: 7.0
 Text Domain: Archieos
 License: GNU General Public License v3.0 (or later)
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/** Start comman css **/

body * {
	--global-gray-400: #e6e6e6;
	--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;
}

/*a:hover{
	color: #9EC294 !important;
}*/

.elementor-button:hover{
	color:#fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #323232 !important; 
}
/*system nutzt zwei verschiedene Farben für Hover - im Menü andere als im Footer*/
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover, .main-navigation .primary-menu-container > ul > li.menu-item.current-menu-item > a, .main-navigation .primary-menu-container > ul > li.menu-item > active{
	color: #9EC294 !important;
}
.widget-area a:not(.button) {
  /*color:var(--global-palette3);*/
  color:#323232 !important;
}
.widget-area a:not(.button):hover {
  /*color:var(--global-palette-highlight);*/
  color:#9EC294 !important;
}


h5{
font-style: normal;
  font-weight: 600 !important;
  font-size: 17px !important;
  letter-spacing: 2px !important;
}
.site-bottom-footer-wrap .site-footer-row-container-inner {
  border-top: none !important;
}
.site-middle-footer-inner-wrap {
  padding-top: 80px !important;
  padding-bottom: 30px !important;
}
/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family:Ionicons;
  src:url(../Sass/theme/fonts/ionicons.eot?v=2.0.0);
  src:url(../Sass/theme/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),
  url(../Sass/theme/fonts/ionicons.ttf?v=2.0.0) format("truetype"),
  url(../Sass/theme/fonts/ionicons.woff?v=2.0.0) format("woff"),
  url(../Sass/theme/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg");
  font-weight:400;
  font-style:normal
}

.widget ul, .woocommerce.widget_product_categories > ul, .woocommerce .wp-block-woocommerce-product-categories > ul, .widget_block ol, body .widget_block > ul, .widget ol, body .widget-area ul {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	-webkit-padding-after: 0;
	padding-block-end: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
	list-style: none;
}
.woocommerce-privacy-policy-text {
	margin-bottom: 20px;
}
.site-top-footer-inner-wrap .widget-area .widget-title {
	text-transform: capitalize;
}
.single-content h1 + *, .single-content h1:first-child, .single-content h1:last-child, .single-content h2 + *, .single-content h2:first-child, .single-content h2:last-child, .single-content h3 + *, .single-content h3:first-child, .single-content h3:last-child .single-content h4 + *, .single-content h4:first-child, .single-content h4:last-child .single-content h5 + *, .single-content h5:first-child, .single-content h5:last-child .single-content h6 + *, .single-content h6:first-child, .single-content h6:last-child {
	margin-top: inherit !important;
}

.thebase-show-sidebar-btn {
	position: fixed;
	-webkit-margin-end: .5em;
	margin-inline-end: .5em;
	border: 1px solid var(--global-gray-400);
	padding: 0 10px;
	height: 45px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 30%;
	left: -2px;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 5px 2px #CBD5E0;
	align-items: center;
	border-radius: 0 50px 50px 0;
	font-size: 22px;
}
.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 .thebase-breadcrumbs {
	font-size: inherit;
}
#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 {
	padding-block: 3px;
}
.widget .tagcloud a, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud a {
	font-size: inherit !important;
	display: block;
}
body.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	font-size: inherit;
}
body.woocommerce .woocommerce-widget-layered-nav-list a::before {
	font-size: 0.8em;
	border-radius: 0;
}
.woocommerce.widget_price_filter .price_label {
	width: 100%;
	display: inline-block;
	text-align: left;
	padding-block: 10px 0;
}
.woocommerce.widget_price_filter .widget-title {
	padding-block-end: 15px;
}
#secondary .woocommerce.widget_price_filter .price_slider_amount {
	line-height: inherit;
	font-size: inherit;
	font-weight: inherit;
	padding-block-start: 15px;
}
.primary-sidebar.widget-area .widget_block, .primary-sidebar.widget-area .woocommerce {
	border-block-end: 1px solid #e5e5e5;
	padding-block-end: 20px;
}
.woocommerce .thebase-woo-results-count {
	font-size: 14px;
	color: var(--e-global-color-thebase1);
}
.woocommerce select.orderby {
	border-color: #e5e5e5;
	padding-block: 0.2em;
	font-weight: 500;
	font-size: 14px;
}
.woocommerce ul.products li.product .product-details .price, body.woocommerce .widget_layered_nav_filters ul li a {
	font-size: inherit;
}
body.woocommerce ul.products:not(.woo-archive-btn-button) .button {
    font-size: 100%;
}
/* .woocommerce ul.products:not(.woo-archive-btn-button) .product-details .button, .woocommerce ul.products li.product .product-details a {
	font-weight: 500;
	letter-spacing: inherit;
	color: var(--global-palette3);
	font-size: inherit;
} */
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: 0;
    opacity: 1;
}

.blog-carousel .more-link-wrap a.post-more-link:hover, .more-link-wrap a.post-more-link:hover, .woocommerce ul.products li.product .button:hover, .woocommerce .products a.added_to_cart:hover {
	text-decoration: underline;
}
.products .product-details .thebase-svg-iconset {
	display: inline-flex;
	align-self: center;
	display: none;
}
.woocommerce ul.products li.product span.onsale {
	top: 15px;
	right: 15px;
}
body.woocommerce div.product .button.single_add_to_cart_button {
	height: inherit;
	line-height: 24px;
	padding: 9px 55px 9px 55px;
}
.single-product.woocommerce div.product form.cart div.quantity {
	border: 1px solid var(--global-gray-400);;
	border-radius: 0;
	padding-block: 1px;
	margin-inline-end: 15px;
}
.single-product.woocommerce div.product .product_meta > span {
	display: block;
	font-size: inherit;
	font-weight: inherit;
	padding-block-end: 10px;
}
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;
}
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;
}
.woocommerce section.related.products h2 {
	text-align: center;
	padding-block-end: 20px;
	font-size: 45px;
    line-height: 55px;
}
.woocommerce section.related .product-details h2 {
	text-align: left;
}
body.woocommerce table.shop_attributes {
	border: 1px solid #e5e5e5;
	border-collapse: separate;
}
body.woocommerce table.shop_attributes td, body.woocommerce table.shop_attributes th {
	background-color: var(--global-palette7);
	padding: 12px;
	font-style: normal;
}
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, body.woocommerce table.shop_attributes th {
	font-weight: 500;
	text-transform: uppercase;
	padding: 15px 12px;
	color: var(--global-palette1);
}
.comment-content td, .comment-content th, .entry-content table td, .entry-content table th {
	text-align: left;
}
body.woocommerce div.product form.cart .variations label {
	font-weight: 500;
	text-align: left;
	display: inline-block;
	width: 100%;
}
body.woocommerce div.product form.cart table td {
	padding-block-end: 20px;
}
.single-product.woocommerce div.product form.cart .variations select {
	padding-block: 0.35em;
	border-color: var(--global-gray-400);
}
body.woocommerce div.product form.cart .group_table td:first-child {
	width: auto;
	text-align: center;
	min-width: 128px;
}
body.woocommerce div.product form.cart .group_table td {
	flex: 1;
	padding: .5em .5em .5em 0;
}
body.woocommerce div.product form.cart table td {
	padding-block-end: 20px;
}
.woocommerce div.product form.cart .group_table tr {
	display: flex;
	width: 100%;
	align-items: center;
}
.cart-summary {
	display: none;
}
.woocommerce table.shop_table {
	border: 1px solid var(--global-palette8);
}
.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-palette2);
	color: var(--global-palette9);
}
.woocommerce-cart .woocommerce table.shop_table td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr td {
	padding: 15px 12px;
}
.woocommerce-cart .woocommerce table.shop_table td .quantity.spinners-added {
	padding-block: 1px;
	border: 1px solid var(--global-palette8);
}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
	background: var(--global-palette7);
	padding: 30px;
}
.cart_totals h2 {
	font-size: 22px;
}
.woocommerce .cart-collaterals table.shop_table {
	border: 0;
}
.woocommerce-cart .woocommerce table.shop_table td, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-cart .woocommerce .cart-collaterals .cart_totals tr td {
	border-top: 1px solid var(--global-gray-400);
	padding: 15px 12px;
}
body.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}
body .woocommerce table.shop_table {
	font-size: inherit;
}
.woocommerce-checkout .woocommerce form.checkout_coupon {
	border: 3px dashed var(--global-gray-400);
}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {
	width: 50%;
}
.woocommerce-checkout .woocommerce form .form-row {
	margin: 0 0 1.5em;
}
.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;
}
body .woocommerce table.shop_table td {
	padding: 15px 12px;
	line-height: 1.2em;
}
body .woocommerce form .form-row label {
	font-weight: 500;
	color: var(--global-palette1);
	text-transform: uppercase;
}
#ship-to-different-address .woocommerce-form__label span .woocommerce-billing-fields h3, .woocommerce-checkout h3 {
	font-size: 20px;
}
.woocommerce form .form-row label {
	font-size: inherit !important;
}
body.woocommerce-page .woocommerce-MyAccount-content p > a, body.woocommerce-page .woocommerce-MyAccount-content p > a:hover, body .woocommerce .woocommerce-terms-and-conditions-wrapper p > a, .woocommerce .woocommerce-terms-and-conditions-wrapper .form-row a {
	text-decoration: underline;
}
.about-accroding .elementor-accordion-icon {
	margin-block-start: 4px;
}
body .pagination .page-numbers, body.woocommerce nav.woocommerce-pagination ul li .page-numbers, body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0rem;
}
body.woocommerce nav.woocommerce-pagination ul li .page-numbers {
    background-color: var(--global-palette1);
    color: var(--global-palette9);
    border-color: var(--global-palette1);
}
body.woocommerce nav.woocommerce-pagination ul li a:hover, body.woocommerce nav.woocommerce-pagination ul li a:focus {
	background-color: var(--global-palette2);
	border-color: var(--global-palette-btn-bg);
}
body a.post-more-link .thebase-svg-icon {
	display: none;
}
h2.entry-related-title {
	text-align: center;
}
.entry-related .entry-related-inner-content {
	padding-top: 6.5em;
	padding-bottom: 8.5em;
	padding-left: 0;
	padding-right: 0;
}
body .tns-outer .tns-nav {
	bottom: -40px;
}
.entry-related .tns-outer .tns-nav button {
	width: 18px;
	height: 18px;
}
#cancel-comment-reply-link, .comment-form .logged-in-as a, .logged-in-as a {
	color: var(--global-palette5) !important;
	text-decoration: underline;
}
body .comment-reply-link {
    background: var(--global-palette2);
    color: var(--global-palette9);
    border: 1px solid var(--global-palette2);
}
body .comment-reply-link:hover, body .comment-reply-link:focus {
    border-color: var(--global-palette1);
    color: var(--global-palette9);
    background-color: var(--global-palette1);
    cursor: pointer;
}
.loop-entry.type-post .entry-header .entry-meta {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.loop-entry.type-post .entry-header h2.entry-title {
	line-height: 1.2;
}
.blog .has-post-thumbnail .sticky-inner, .entry.loop-entry .has-post-thumbnail .sticky-inner {
	position: absolute;
	left: 10px;
	right: auto;
	top: 10px;
	bottom: auto;
}
body.blog.content-style-unboxed .site .post-thumbnail {
    margin-bottom: 1.7em;
}
.sticky-inner {
	padding-inline-start: 10px;
}
.sticky-post {
	background: var(--global-palette2);
	padding: 4px 9px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: var(--global-palette9);
}
.woocommerce ul.products.woo-archive-action-on-hover li.product .product-action-wrap .button span, .cart-summary, .woocommerce ul.products li.product .button.added, .loop-entry .entry-content-wrap .posted-on::after {
	display: none;
}
.single-post .single-content figure {
	margin: 0;
}
.single-post .wp-block-pullquote blockquote::before {
	font-size: 150px;
	color: var(--global-palette6);
	left: -15px;
	top: 75px;
}
.single-post .wp-block-pullquote {
	padding: 0em 0 1.5em;
}
.comments-area .comment-respond {
	margin-block: 6em;
}
.flexslider, .owl-carousel .owl-wrapper-outer, .home-product .owl-buttons, #sb-wrapper, .home-service, .feature, .elementor-widget-icon-box {
	direction: ltr;
}
body .woocommerce form.login, body .woocommerce form.register {
	border: 1px solid var(--global-palette8);;
	border-radius: 0 !important;
}
.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: auto;
}
.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, body.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	position: absolute;
	right: 0;
	display: block;
	top: 3px;
	min-width: 2rem;
	text-align: center;
}
/** End comman css **/

body .single-content h1, .single-post .single-content h2, body .single-content h3, body .single-content h4, body .single-content h5, body .single-content h6, body .single-content h2:first-child, body .single-content h3:first-child, body .single-content h4:first-child, body .single-content h5:first-child, body .single-content h6:first-child {
	margin: 0.5em 0 .5em;
}

/* header*/
body .nav--toggle-sub .dropdown-nav-toggle {
    top: 43%;
}
.main-navigation .primary-menu-container > ul > li.menu-item > a:hover{
	text-decoration: underline;
}

/* Footer widget */
.widget .tagcloud, .widget .widget_product_tag_cloud, .widget .wp-block-tag-cloud, .widget li {
	list-style: none;
	margin: 0;
	position: relative;
}
.site-footer .footer-widget-area ul {
	padding: 0;
	margin: 0;
}
.footer-widget-area ul li, .site-footer .widget_block a {
	padding: 1px 0;
	display: block;
}
.widget-area h4 {
	padding-block-end: 15px;
}
.site-footer .widget_block p {
	margin: 0;
}
.site-footer .widget_block p.footer-contact {
	margin-top: 15px;
}

/* header search */
body .search-toggle-open .search-toggle-icon svg.thebase-svg-icon {
	height: 1.5em;
	width: 1.5em;
}

/* cms-hover */


/* video-cms */
.video-cms .elementor-custom-embed-play {
	position: absolute;
	top: 62%;
}
body .video-cms .elementor-custom-embed-play i, body .video-cms .elementor-custom-embed-play svg {
	opacity: 1;
	fill: var(--global-palette2);
}

/* contact-form-7 */
.wpcf7-form .contact-col-1 {width: auto; column-gap: 24px; display: flex;}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea:focus {border-block-end: 1px solid var(--global-palette6);}
.wpcf7-form p {margin: 0;}
.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
	display: block;
	width: 100%;
	margin-block: 25px;
    padding-inline: 0;
    height: 40px;
	border: 0;
	border-block-end: 1px solid var(--global-palette8);
	overflow: hidden;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {margin-bottom: 30px;}
.wpcf7-form-control.wpcf7-submit {
	padding-block: 11px;
	background-color: var(--global-palette2);
	color: var(--global-palette9);
	width: 100%;
	border-color: var(--global-palette2);
}
::placeholder{color:var(--global-palette5) !important;}
.wpcf7-form-control::placeholder {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background-color: var(--global-palette1);
	border-color: var(--global-palette1);
}
.wpcf7 .wpcf7-form-control-wrap input {
	display: block;
	width: 100%;
	border: 0;
	border-block-end: 1px solid var(--global-palette8);
	padding: 9px 0;
}
.wpcf7-form-control-wrap {width: auto; flex: auto;}
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 {
	border: 1px solid #e5e5e5;
	border-radius: 0;
	padding: .63em 0.8em;
	background: var(--global-palette9);
	box-shadow: unset;
}

/* gallery Image Hover Cms Hover*/
.cms-banner:hover img, .elementor-image-box-img: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, .banner-project .cms-cat-image .elementor-widget-image .elementor-widget-container:hover img {
	transform: scale(1.05);
}
body .wp-block-image {margin-bottom: 0; overflow: hidden;}

.footer-insta .wp-block-image:hover img, .gallery-item .gallery-icon:hover img, .gallery-slider .swiper-slide-inner:hover img {
	opacity: .5; 
	-webkit-opacity: .5;
}

.footer-insta .wp-block-image, .gallery-item .gallery-icon, .gallery-slider .swiper-slide-inner {
	background: rgba(0,0,0,.9) none repeat scroll 0 0;
}

.cms-banner .elementor-widget-wrap, .elementor-image-box-img, .gallery-item .gallery-icon, .gallery-slider .swiper-slide-inner,
 .post-thumbnail-inner, .widget_media_image, .banner-project .cms-cat-image .elementor-widget-image .elementor-widget-container {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}

.cms-banner img, .elementor-image-box-img img, .gallery-item img, .gallery-slider img, .loop-entry .post-thumbnail-inner img, 
.widget_media_image img, .banner-project .cms-cat-image .elementor-widget-image .elementor-widget-container img {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}


/* owl-controls */
.container-inner {
	padding: 0 15px;
}

.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.owl-prev {
	left: -40px;
	right: auto;
}
.owl-theme .owl-buttons div.owl-next {
	right: -40px;
	left: auto;
}
.owl-theme .owl-buttons div {
	display: block;
	font-size: 0;
	height: 32px;
	width: 32px;
	position: absolute;
	text-align: center;
	top: 35%;
	bottom: auto;
	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 .owl-buttons div.owl-prev::after {
	background-image: url(assets/images/left-arrow.svg);
	background-position: center;
}
.owl-theme .owl-buttons div.owl-next::after {
	background-image: url(assets/images/right-arrow.svg);
	background-position: center;
}
.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
body.woocommerce div.product div.images .flex-control-thumbs {
	text-align: center;
}
.single-product .owl-theme .owl-buttons div.owl-next {
	right: 20px;
	left: auto;
}
.single-product .owl-theme .owl-buttons div.owl-prev {
	left: 10px;
	right: auto;
}

/* blog-post */
.blog-posts-content .post-thumbnail {
	margin-bottom: 1em;
}
.blog-posts-content {
	margin: 0 -15px;
}
.blog-posts-content .loop-entry .entry-header .posted-on {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
}
.content-style-unboxed .blog .loop-entry .entry-content-wrap {
	padding: 0;
	position: relative;
}
.blog-posts-content .loop-entry .entry-summary p, .blog-posts-content .loop-entry .entry-header .entry-meta {
	margin:  0;
}
body .loop-entry .entry-header .entry-title{
	margin:  10px 0;
}
.more-link-wrap a.post-more-link {
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--global-palette1);
	font-size: 14px;
	line-height: 22px;
}
.entry-header {
	margin-bottom: 0em !important;
}

/* .more-link-wrap a.post-more-link:hover {
	color: var(--global-palette5);
} */
.primary-sidebar.widget-area .widget-title, .widget_block h2, .widget_block .widgettitle, .widget_block .widgettitle, .primary-sidebar h2 {
	line-height: 32px;
}

/* product */
.woocommerce .products span.onsale, .single-product.woocommerce span.onsale {
	padding: .5em 1em;
	font-weight: 500;
	text-align: center;
	line-height: 1.2;
	top: 0.5rem;
	left: 0.5rem;
	margin: 0;
	border-radius: 0rem;
	background-color: var(--global-palette2);
	color: var(--global-palette9);
}
body.single-product .thebase-breadcrumbs {
    margin-top: 0rem;
}
/* product Tab */
body.woocommerce div.product .woocommerce-tabs ul.tabs li a, body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li a {
	padding: 0.7em 1em;
	font-weight: 500;
	color: var(--global-palette1);
	font-size: inherit;
	text-transform: uppercase;
}
.woocommerce #reviews .comment-reply-title {
	color: var(--global-palette1);
}
.testimonial-carousel .owl-controls {
	text-align: center;
	clear: both;
	line-height: 13px;
	padding-top: 30px;
}

.owl-controls .owl-pagination .owl-page {
	margin: 5px 4px;
	display: inline-block;
	zoom: 1;
	cursor: pointer;
}
.owl-controls .owl-pagination .owl-page:hover span, .owl-controls .owl-pagination .owl-page.active span {
	border-color: var(--global-palette2);
	background: var(--global-palette2);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
.owl-controls .owl-pagination .owl-page span {
	width: 11px;
	height: 11px;
	display: block;
	background: var(--global-palette8);
	cursor: pointer;
	margin: 2px;
	text-indent: -9999px;
	-webkit-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	-moz-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	-o-transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	transition: transform 0.3s cubic-bezier(0.7, -0.2, 0.3, 2.5), color 0.15s ease-out;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}



/* Responcive */
@media screen and (max-width: 1366px){
	.video-cms .elementor-custom-embed-play {   
		top: 66%;
	}
}
@media screen and (max-width: 1269px){
	.owl-theme .owl-buttons div.owl-prev {
		left: -25px;
		right: auto;
	}
	.owl-theme .owl-buttons div.owl-next {
		right: -25px;
		left: auto;
	}
}
@media screen and (max-width: 1200px){
	body .main-navigation .primary-menu-container > ul > li.menu-item > a {
		padding-left: calc(2.4em / 2);
		padding-right: calc(2.4em / 2);
	}
}

@media screen and (max-width: 1149px){
	body .site-header-item {
		margin-right: 30px;
	}
}

@media screen and (max-width: 1024px){
	body .site-header-item {
		margin-right: 10px;
	}
	.woocommerce section.related.products h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.site-footer-section .footer-widget-area.footer-social {
		display: none;
	}
	footer .wp-block-group .toggled-on .widget-title::before, footer .toggled-on.widget_newsletterwidget .widget-title::before {
		content: "\f106";
	}
	footer .wp-block-group .widget-title::before, footer .widget_newsletterwidget .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;
	}
	.site-footer .widget-area .widget-title {
		margin-bottom: 0px;
	}
	footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul, footer .widget_newsletterwidget.toggled-on .newsletter-dec {
		display: block;
		padding-block: 20px;
	}
	footer .wp-block-group .toggled-off .wp-block-group, footer .wp-block-group .toggled-off > ul, footer .widget_newsletterwidget.toggled-off .newsletter-dec, footer .widget_newsletterwidget.toggled-off .tnp-widget {
		display: none;
	}
	footer .wp-block-group .widget-title {
		padding: 0 0 0px;
		margin: 0;
	}
	footer .wp-block-group .widget-title, footer .widget_newsletterwidget .widget-title {
		cursor: pointer;
		position: relative;
	}
	footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul, footer .widget_newsletterwidget.toggled-on .newsletter-dec {
		padding-block: 5px;
	}
	.wp-block-group.Widget-desc {
		max-width: inherit;
	}

	footer .widget_newsletterwidget.toggled-on .newsletter-dec {
		padding-top: 10px;
	}
	footer .widget-area .footer-widget-area-inner .widget:last-child {
		margin-block-end: 20px;
	}
	.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login {
		width: 100%;
	}
	.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {
		display: flex;
	}
	.primary-sidebar.active {
		transform: translateX(0);
	}
	.primary-sidebar {
		transform: translateX(-100%);
		width: 320px;
		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: #fff;
	}
	.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {
		display: flex;
	}
	.primary-sidebar .thebase-hide-sidebar-btn .thebase-svg-iconset svg {
		width: 1.6em;
		height: auto;
		cursor: pointer;
	}
	.video-cms .elementor-custom-embed-play {
		top: 68%;
	}
	body.woocommerce div.product .button.single_add_to_cart_button {
		padding: 9px 45px 9px 45px;
	}
	.single-product.woocommerce div.product form.cart div.quantity {
		margin-bottom: 20px;
	}
	#mobile-drawer.popup-drawer .drawer-inner {
		max-width: 320px;
	}

}

@media screen and (max-width: 767px){
	.loop-entry .entry-header .entry-title {
		font-size: 18px;
	}
	.woocommerce section.related.products h2 {
		font-size: 23px;
		line-height: 34px;
	}
	.primary-sidebar {		
		width: 300px;
	}
	body #search-drawer .drawer-inner input.search-field {
		padding: 0.8em 3.6em 0.8em 0.8em;
		font-size: 14px;
	}
}

@media screen and (max-width: 719px){
	body.woocommerce.product-tab-style-center div.product .woocommerce-tabs ul.tabs li.active {
		border-bottom: 1px solid var(--global-gray-400);
	}
}

@media screen and (max-width: 480px){
	.video-cms .elementor-custom-embed-play {
		top: 78%;
	}
}

@media screen and (max-width: 479px){
	.woocommerce-page.woocommerce-checkout form .form-row-first, .woocommerce-page.woocommerce-checkout form .form-row-last, .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form .form-row-first, .woocommerce.woocommerce-checkout form .form-row-last, .woocommerce.woocommerce-checkout form.login .form-row {
		width: 100%;
		float: none;
	}
	#mobile-drawer.popup-drawer .drawer-inner {
		max-width: 300px;
	}
}


/* RTL */
body.rtl .elementor-5 .elementor-element.elementor-element-ecf3890 > .elementor-element-populated {
	padding: 0em 6em 0em 0em;
}
body.rtl.content-style-unboxed .blog .loop-entry .entry-content-wrap {
	text-align: right;
}

.rtl .elementor-widget-image-box .elementor-image-box-content {
	text-align: right;
}

.rtl #search-drawer .drawer-inner input.search-field {
	padding: 0.8em 0.8em 0.8em 80px;
}
.rtl select.orderby {
	background-position: left 6px top 50%;
	padding-right: 5px;
	padding-left: 25px;
}
.rtl .thebase-product-toggle-container .thebase-toggle-shop-layout {
	margin-right: 0.5em;
	margin-left: 0;
}
.rtl .woocommerce.widget_price_filter .price_slider_amount .button {
	float: right;
}
.rtl .woocommerce.widget_price_filter .price_label {
	text-align: right;
}

.rtl.woocommerce .wp-block-woocommerce-product-categories > ul li .wc-block-product-categories-list-item-count, .rtl.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
	right: auto;
	left: 0;
}
.rtl .widget-area ul {
	padding-left: 0;
	margin-left: 0;
}
.rtl.woocommerce .woocommerce-widget-layered-nav-list a::before {
	margin-right: 0;
	margin-left: 0.6em;
}
.rtl.woocommerce ul.products li.product span.onsale {
	left: 15px;
	right: auto;
}
.rtl .comment-content td, .rtl .comment-content th, .rtl .entry-content table td, .rtl .entry-content table th {
	text-align: right;
}
.rtl.woocommerce section.related .product-details h2 {
	text-align: right;
}
body.rtl.woocommerce div.product form.cart .variations label {
	text-align: right;
}
.rtl select {
	padding: 0.2em 0.5em 0.2em 35px;
	background: var(--global-palette9) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) no-repeat 2% 50%;
}
.rtl.woocommerce div.product form.cart .variations select {
	margin-right: 0;
	margin-left: 1em;
}
.rtl .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-first, 
.rtl .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-last {
	float: none;
}
.rtl .elementor-align-left {
	text-align: right;
}
body.rtl .entry-title {
	text-align: right;
}
.rtl .post-title .entry-taxonomies {
	text-align: right;
}
body.rtl .title-align-left {
	text-align: right;
}
.rtl.single-product.woocommerce div.product form.cart div.quantity {   
    margin-inline-end: 15px;
}
.rtl .elementor-2242 .elementor-element.elementor-element-22515fc > .elementor-element-populated {
	padding: 0em 6em 0em 0em;
}
.rtl .elementor-2242 .elementor-element.elementor-element-7843114 > .elementor-element-populated {
	padding: 0em 4em 0em 0em;
}
.rtl .elementor-accordion {
	text-align: right;
}
.rtl .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
	text-align: left;
	float: left;
	margin-right: 8px;
	margin-left: 0;
}
.rtl .elementor-2242 .elementor-element.elementor-element-f5ca7fa > .elementor-element-populated {
    padding: 0em 5em 0em 0em;
}
.rtl .elementor-13768 .elementor-element.elementor-element-e55d1ab > .elementor-element-populated {
	padding: 0em 3em 0em 0em;
}
.rtl .elementor-13768 .elementor-element.elementor-element-aa87287 {
	text-align: right;
}
.rtl .elementor-13768 .elementor-element.elementor-element-9a89583 > .elementor-element-populated {
	padding: 0em 1em 0em 3em;
}
.rtl .elementor-13768 .elementor-element.elementor-element-03a2a89 > .elementor-element-populated {
	padding: 0em 3em 0em 0em;
}
.rtl .elementor-13768 .elementor-element.elementor-element-abbb39a {
	text-align: right;
}

.rtl .loop-entry.type-post .entry-header .entry-meta {
	direction: rtl;
}
.rtl .mobile-navigation:not(.drawer-navigation-parent-toggle-true) ul li.menu-item-has-children .drawer-nav-drop-wrap button {
	border-right: 1px solid rgba(255,255,255,0.1);
	border-left: 0;
}
.rtl .mobile-navigation ul ul {
	padding-right: 1em;
	padding-left: 0;
}
.rtl footer .wp-block-group .widget-title::before, .rtl footer .widget_newsletterwidget .widget-title::before {
	left: 0;
	right: auto;
}
.rtl .thebase-show-sidebar-btn {
	right: -2px;
	left: auto;
	border-radius: 50px 0 0 50px;
}

/* RTL Responcive */
@media screen and (max-width: 1024px){
	body.rtl .elementor-5 .elementor-element.elementor-element-ecf3890 > .elementor-element-populated {
		padding: 1em 1em 1em 1em;
	}
	.rtl .primary-sidebar.active {
		transform: translateX(0);
	}
	.rtl .primary-sidebar {
		right: 0;
		left: auto;
		transform: translateX(100%);
	}
	.rtl .elementor-2242 .elementor-element.elementor-element-22515fc > .elementor-element-populated {
		padding: 1em 1em 1em 1em;
	}
	.rtl .elementor-2242 .elementor-element.elementor-element-f5ca7fa > .elementor-element-populated {   
		padding: 1em 2em 1em 1em;
	}
	.rtl .elementor-2242 .elementor-element.elementor-element-340591f > .elementor-element-populated {		
		padding: 1em 0 1em 1em;
	}
	.rtl .elementor-13768 .elementor-element.elementor-element-e55d1ab > .elementor-element-populated {
		padding: 0em 1em 0em 1em;
	}
	.rtl .elementor-13768 .elementor-element.elementor-element-9a89583 > .elementor-element-populated {
		padding: 0em 1em 0em 1em;
	}
	.rtl .elementor-13768 .elementor-element.elementor-element-03a2a89 > .elementor-element-populated {
		padding: 0em 1em 0em 1em;
	}
	.rtl.single-product.woocommerce div.product form.cart div.quantity {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px){
	.rtl .elementor-widget-image-box .elementor-image-box-content {
		text-align: center;
	}
	.rtl .elementor-2242 .elementor-element.elementor-element-7843114 > .elementor-element-populated {
		padding: 3em 0em 3em 0em;
	}	
	.rtl #search-drawer .drawer-inner input.search-field {
		padding: 0.8em 0.8em 0.8em 3.6em;
		font-size: 14px;
	}
	.rtl .elementor-2242 .elementor-element.elementor-element-f5ca7fa > .elementor-element-populated {
		padding: 1em 1em 1em 1em;
	}
}
 i.left {
  margin-right: 6px;
}
.fa-envelope-o {
  content: "\f003";
}
.fa-phone {
  content: "\f095";
}
.height-25{height:25%;}
.features-box-right {
  padding-right: 75px;
  text-align: right;
}
.features-icon-right {
  font-size: 50px;
  padding-left: 20px;
  right: 0;
  line-height: 50px;
  display: inline-block;
  position: absolute;
}
.features-box-left {
  padding-left: 75px;
  text-align: left;
	position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.features-icon-left {
  padding-right: 20px;
  left: 0;
	font-size: 50px;
  line-height: 50px;
  display: inline-block;
  position: absolute;
}