/*
 Theme Name:   Hostmin
 Theme URI:    https://demo.coderplace.com/wp/WP01/WP01025/
 Description:  A child theme of CoderPlace theme.
 Author:       Basetheme
 Template:     basetheme
 Version:      1.0.0
 Requires at least: 5.2
 Tested up to: 6.0
 Requires PHP: 7.0
 Text Domain: hostmin
 License: GNU General Public License v3.0 (or later)
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
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;
}
/* header */
body:not(.home).transparent-header #masthead {background: var(--global-palette6);}
.header-contact-wrap, .header-mobile-contact-wrap {
	line-height: 42px;
}
.header-contact-item {
	padding-inline: 20px;
	border-inline: 1px solid #1f3f65;
}
.header-contact-item:last-child {
	border-inline-start: 0;
}
.header-social-inner-wrap .social-button, .header-mobile-social-wrap .social-button {
	width: auto;
	padding-inline: 20px;
	border-inline: 1px solid #1f3f65 !important;
	height: 42px;
}
.social-button.social-link-facebook {
	border-inline-end: 0 !important;
}
.social-button.social-link-instagram {
	border-inline: 0 !important;
}
/* home	 */
body .single-content h1, body .single-content h1:first-child, body .single-content h2, body .single-content h2:first-child, body .single-content h3, body .single-content h3:first-child, body .single-content h4, body .single-content h4:first-child, body .single-content h5, body .single-content h5:first-child, body .single-content h6, body .single-content h6:first-child {margin-top: inherit !important;}
body ::placeholder {color: var(--global-palette5);}
/* Home-search  */
.Home-search form.woocommerce-product-search button[type="submit"] {
    position: relative;
    height: auto;
    width: auto;
    color: var(--global-palette9) !important;
    background: var(--global-palette1) !important;
    margin-inline-start: 18px;
    border-radius: 5px;
    display: flex;
    flex: 1 0 auto;
    align-items: center;
    padding: 0 41px;
    }
.Home-search .woocommerce-product-search {display: flex;}
.Home-search form.woocommerce-product-search .thebase-search-icon-wrap {display: none;}
.Home-search form.woocommerce-product-search button[type="submit"]::before {
    content: "";
    position: relative;
    height: 18px;
    width: 23px;
    margin: 0 auto;
    margin-inline-end: 5px;
    mask-image: url(assets/images/home-search.svg);
    -webkit-mask-image: url(assets/images/home-search.svg);
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: 15px;
    -webkit-mask-size: 15px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background: var(--global-palette9);
    }
.Home-search form.woocommerce-product-search input[type="search"] {
	border: none;
	padding-inline: 25px;
	border-radius: 5px;
	height: 52px;
}
.Home-search #woocommerce-product-search-field-0::placeholder {color: #ccc;}
.Home-search form.woocommerce-product-search input[type="search"]:focus {box-shadow: none;text-decoration: none;}
/* footer */
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-start: 0;
	-webkit-padding-after: 0;
	padding-block-end: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0;
}
.site-footer .widget-area ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.widget .tagcloud, .widget .widget_product_tag_cloud, .widget .wp-block-tag-cloud, .widget li {
	list-style: none;
	margin: 0;
	position: relative;
}
.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: 4px;
	display: inline-block;
	vertical-align: middle;
}
.site-footer .footer-html, .site-bottom-footer-wrap .footer-widget-area-inner p {
	margin: 0;
	color: var(--global-palette9);
}
/* hover effect */
.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;}
/* home service */
.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-service:hover .elementor-widget-icon {
	transform: translateY(-8px);
}


.loop-entry .post-thumbnail-inner, .team-cms .elementor-image-box-img {
	border-radius: 5px 5px 0 0;
}
.team-cms .elementor-widget-container {
	border-radius: 0 0 5px 5px;
}

/* home blog */
.container-inner {margin: 0 15px;}
.blog .entry-content-wrap {
	padding: 30px;
	border: 1px solid var(--global-gray-400);
	border-radius: 0 0 5px 5px;
}
.blog .entry-header {margin-bottom: 0;}
.blog .loop-entry .entry-header .entry-meta {margin: 10px 0;}
/* singel blog */
body .entry-related-inner-content {padding-bottom: 8em;}
.single-post .single-entry .entry-content-wrap .entry-header {
	padding-block-end: 1em;
	border-block-end: 1px solid var(--global-gray-400);
}
body .tns-outer .tns-nav {bottom: -50px;}
.single-post .thebase-thumbnail-position-behind + .entry {border: 1px solid var(--global-gray-400);}
body .comment-navigation a:hover, body .post-navigation a:hover {color: var(--global-palette2);}
.cross-sells > h2, .single.woocommerce section.products > h2, .site .entry-related h2 {text-align: center;}
body .entry-tags a.tag-link:hover {
	background: var(--global-palette2);
	color: var(--global-palette9);
	border-color: var(--global-palette2);
}
body .entry-tags a.tag-link {
	font-size: inherit;
	border: 1px solid var(--global-gray-400);
	border-radius: 5px;
}
body .thebase-thumbnail-position-behind {margin-bottom: -8em;}
#cancel-comment-reply-link {color: var(--global-palette2);}
 .comments-area .comment-respond {
padding: 4em;
border: 1px solid var(--global-gray-400);
margin-block: 4em;
}
.single-post .entry-author-style-center {border-bottom: 1px solid var(--global-gray-400);}
 .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);}
 .single-post .entry-author-style-center .entry-author-avatar img {background-color: var(--global-palette1);}
.comment-navigation .nav-links, .post-navigation .nav-links {
display: grid;
grid-template-columns: repeat(2,1fr);
padding-block-end: var(--global-sm-spacing);
}
.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;
}
/* related blog */
body .entry-related-carousel .entry-summary, body .entry-related-carousel .entry-footer, body .entry-related-carousel .entry-taxonomies {display: block;}
/* post blog */
.blog .loop-entry .entry-summary p {margin: 0;}
.blog .entry-summary {	margin-block: 0;}
/* owl-carousel  */
.owl-theme .owl-buttons div.owl-prev {
	right: auto;
	left: -20px;
}
.owl-theme .owl-buttons div.owl-next {
	right: -20px;
	left: auto;
}
.owl-theme .owl-buttons div {
	display: block;
	font-size: 0;
	height: 32px;
	width: 32px;
	position: absolute;
	text-align: center;
	top: 0;
	bottom: 0;
	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-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::after {
	background-image: url(assets/images/left-arrow.svg);
	background-position: 0;
}
.owl-theme .owl-buttons div.owl-next::after {
	background-image: url(assets/images/right-arrow.svg);
	background-position: 100%;
}
.owl-theme:hover .owl-buttons div {
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
/* footer */
.widget.widget_newsletterwidget .tnp-submit, #newsletterwidget-2 .tnp-submit {
	background: var(--global-palette2);
	border-color: var(--global-palette2);
    padding: 10px 25px;
    font-size: 15px;
    width: auto;
}
.tnp-widget input[type="email"] {border-radius: 5px;}
footer .tnp-widget {margin-block-start: 25px;}
.site-middle-footer-inner-wrap .widget-area .widget-title {cursor: pointer;}
/* brand */
.brand .swiper-slide-image{
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    transition: all .1s ease 0s;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    -ms-transition: all .1s ease 0s;
    -o-transition: all .1s ease 0s;
    filter: grayscale(20%) brightness(0%) contrast(0%);
    -webkit-filter: grayscale(20%) brightness(0%) contrast(0%);
    -moz-filter: grayscale(20%) brightness(0%) contrast(0%);
    -ms-filter: grayscale(20%) brightness(0%) contrast(0%);
    -o-filter: grayscale(20%) brightness(0%) contrast(0%);
    opacity: 0.6;
}
.brand .swiper-slide-image:hover {
	opacity: 1;
	filter: none;
}
/* contact form */
.wpcf7 .wpcf7-form-control-wrap input {
	display: block;
	width: 100%;
	border: 0;
	border-block-end: 1px solid var(--global-palette8);
	padding: 9px 0;
	border-radius: 0;
}
.wpcf7-form-control-wrap {
	width: auto;
	flex: auto;
}
.wpcf7-form .contact-col-1 {
	width: auto;
	column-gap: 24px;
	display: flex;
}
.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;
	border-radius: 0;
}
body textarea:focus {box-shadow: none;}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {border-radius: 0;}
/* woocommerce */
body.woocommerce span.onsale, body .woocommerce span.onsale {background-color: transparent;}
.woocommerce.widget .woocommerce-widget-layered-nav-list a::before {font-size: .7em;}
.sidebar-inner-wrap .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {padding: 0;}
.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;
}
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;
}
/* single products */
#primary .related.products > h2 {
	margin-block-end: 50px;
}
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;
}
.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 table.shop_attributes td {padding: 8px;}
.woocommerce div.product p.stock {color: green;}
.single-product.woocommerce div.product form.cart div.quantity {
	margin-inline: 0 15px;
}
.entry-content-wrap .woocommerce form .form-row .button {
	height: 38px;
}
.entry-content-wrap .woocommerce form .form-row .button, .woocommerce div.product .summary .button.single_add_to_cart_button {
	padding: 16px 27px 16px 27px;
	line-height: 0;
}
body.woocommerce div.product .product_meta > span {
	padding: 5px 0;
	font-size: 15px;
	font-weight: normal;
	color: inherit;
}
.woocommerce div.product .product_meta {
	margin: 1.2em 0;
	padding: 1.2em 0;
	border-top: 1px solid var(--global-gray-400);
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-size: var(--wp--preset--font-size--normal);
	font-weight: 400;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--global-palette9);
	background: var(--global-palette2);
}
.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: 700;
	font-size: 15px;
	color: var(--global-palette1);
}
.woocommerce div.entry.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 27px;
	text-align: center;
	background-color: var(--global-palette9);
	border-radius: 5px 5px 0 0;
}	
.woocommerce-tabs.wc-tabs-wrapper, .woocommerce .up-sells.products {padding: 1.5em 0 2em;}
body.woocommerce div.product .woocommerce-tabs ul.tabs {padding: 0;}
body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {color: var(--global-palette9);}
body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {margin: 0;}
.woocommerce #reviews #review_form .comment-reply-title {
	font-weight: 400;
	font-size: 15px;
	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 {
	color: var(--global-palette3);
	background: var(--global-palette9);
	border: 0;
}
body.woocommerce table.shop_attributes td p {padding: 0px;}
#tab-additional_information.entry-content table th, #tab-additional_information.entry-content table td {border: none;font-style: inherit;}
.comment-content td, .comment-content th, .entry-content table td, .entry-content table th {
	border: 1px solid var(--global-gray-400);
	padding: 12px;
	line-height: 1.5;
	text-align: left;
}
.woocommerce div.product form.cart .variations select {
	border-radius: 0;
	margin: 6px 0;
	padding: 8px;
}
.woocommerce div.product form.cart .variations label {
	display: inline-block;
	font-weight: 400;
	width: 100%;
	clear: both;
	margin: 9px 0 0;
	text-align: left;
	vertical-align: middle;
}	
/* sidebar */
.primary-sidebar .thebase-hide-sidebar-btn {
	display: none;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-end;
	padding: 15px 0;
}
.primary-sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {background-color: var(--global-palette2);}
body .woocommerce.widget_price_filter .ui-slider .ui-slider-range {background-color: var(--global-palette4);}
.woocommerce.widget_price_filter .price_slider_amount {margin-top: 2em;}
.price_label {
	display: inline-block;
	padding: 10px 0 0;
	width: 100%;
	text-align: left;
}
.widget .tagcloud, .widget .widget_product_tag_cloud, .widget .wp-block-tag-cloud, .widget li, .wp-block-latest-posts__list li {
	list-style: none;
	margin: 0;
	position: relative;
}
.has-sidebar .primary-sidebar.widget-area .widget {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-block-end: 20px;
}
.woocommerce-product-search, .search-form, .wp-block-search {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	position: relative;
}
#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: 0;
}
.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 !important;
}
.screen-reader-text, .wp-block-search .wp-block-search__label {	display: none;}
.sidebar-inner-wrap .wp-block-search .wp-block-search__button {background: var(--global-palette1) !important;}
.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, .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;
}
.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;}
.widget .tagcloud a, .widget .widget_product_tag_cloud a, .widget .wp-block-tag-cloud a {
	font-size: 16px !important;
	display: block;
}
.primary-sidebar.widget-area .widget-title {
	padding: 0 0 10px;
	margin: 0;
}
.has-sidebar .primary-sidebar.widget-area .widget:last-child {border: none;}
.thebase-show-sidebar-btn {
	position: fixed;
	padding: 0 10px;
	height: 44px;
	line-height: 30px;
	display: none;
	cursor: pointer;
	top: 30%;
	left: -2px;
	z-index: 99;
	background: var(--global-palette9);
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	align-items: center;
	border-radius: 0 50px 50px 0;
}
.primary-sidebar.active {transform: translateX(0);}
.thebase-show-sidebar-btn.active .drawer-overlay {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 99;
}
.thebase-hide-sidebar-btn .thebase-svg-iconset svg {
	height: auto;
	width: 1.6em;
}
.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;}
/*pagination*/
.woocommerce nav.woocommerce-pagination, .pagination {text-align: center;}
body .pagination .page-numbers, body.woocommerce nav.woocommerce-pagination ul li .page-numbers {
border: 1px solid var(--global-palette6);
color: var(--global-palette3);
background: var(--global-palette9);
}
body .pagination a:hover, body.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover, body.woocommerce nav.woocommerce-pagination .page-numberscurrent, body .pagination .current {
	background: var(--global-palette2);
	color: var(--global-palette9);
	border: 1px solid var(--global-palette2);
}
/*cart*/
.site .woocommerce table.shop_table td, .site .woocommerce table.shop_table th {
padding-block: 20px;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.cart-summary {display: none;}
#add_payment_method .cart-collaterals, .woocommerce-cart .cart-collaterals, .woocommerce-checkout .cart-collaterals {
background: var(--global-palette7);
padding: 30px;
}
#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
border-collapse: separate;
margin: 0 0 6px;
padding: 0;
border: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals tr td, body.woocommerce-cart .cart-collaterals .cart_totals tr th, body.woocommerce-checkout .cart-collaterals .cart_totals tr td, body.woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th {border-top: 1px solid var(--global-gray-400);}
.checkout-button.button.alt.wc-forward {margin: 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-palette1);}
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) {
background: var(--global-palette7);
color: var(--global-palette3);
}
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) {
background: var(--global-palette7);
color: var(--global-palette1);
}
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-palette1);}
/*checkout*/
body form.checkout .col2-set {
background: var(--global-palette7);
padding: var(--global-md-spacing);
}
.woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-first, .woocommerce-checkout .woocommerce form.woocommerce-form.woocommerce-form-login.login .form-row-last {float: none;}
body .woocommerce form.checkout_coupon {
border-radius: 0;
border: 2px dashed var(--global-gray-400);
}
body .select2-container--default .select2-selection--single {
	height: 38px;
	border-radius: 0;
	background-color: var(--global-palette9);
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {color: var(--global-palette1);}
.comment-content table, .entry-content.single-content table {
	border: 1px solid var(--global-gray-400);
	margin-bottom: 1.618em;
	width: 100%;
}
.comment-list .comment-body {border-bottom: 1px solid var(--global-gray-400);}
/*myaccount*/
.woocommerce-form.woocommerce-form-login.login, body .woocommerce form.register {
	border: none;
	border-radius: 0;
	padding: 30px;
	background: var(--global-palette7);
}
.woocommerce-privacy-policy-text {margin-block-end: 20px;}
/* aboutus */
.about-accroding .elementor-accordion-item {margin-block-end: 20px;}
/* Gallery page */
.image-slider .elementor-swiper-button-next {
	right: -40px;
	color: var(--global-palette3);
}
.image-slider .elementor-swiper-button-prev {
	left: -40px;
	color: var(--global-palette3);
}
@media screen and (max-width: 1024px){
footer .widget-area .widget-title {
	margin-block-end: 15px;
}
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;
}
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, footer .toggled-off .tnp-widget {display: block;}
footer .wp-block-group .toggled-off .wp-block-group, footer .wp-block-group .toggled-off > ul, footer .wp-block-group .toggled-off > p, footer .toggled-off .tnp-widget {display: none;}
.primary-sidebar .thebase-hide-sidebar-btn, .thebase-show-sidebar-btn {display: flex;}
footer .wp-block-group .toggled-on .wp-block-group, footer .wp-block-group .toggled-on > ul {
	display: block;
	padding-block: 0 20px;
}	
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);
}
.tnp-widget .tnp-field {
	width: auto;
	display: inline-block;
	vertical-align: top;
	}
	.widget.widget_newsletterwidget .tnp-submit, #newsletterwidget-2 .tnp-submit {padding: 9px 25px;}
}
@media screen and (max-width: 719px){
	body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
		border-radius: 5px;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
		border-radius: 5px;
	}
	body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
		border: 1px solid var(--global-gray-400);
		margin-block-end: 10px;
	}
	body .thebase-thumbnail-position-behind {margin-bottom: -5em;}
	body .entry-related-inner-content {padding-bottom: 5em;}
}
@media screen and (max-width: 767px){
.site-top-header-wrap .site-header-row {
	grid-template-columns: auto;
}
.site-top-header-wrap .site-header-item, .header-mobile-social-wrap {
	width: 100%;
}
.site-top-header-wrap .element-social-inner-wrap {
	display: block;
	text-align: center;
}
header .site-top-header-wrap .site-header-section-right {
	display: none;
}
body.woocommerce .product .woocommerce-tabs.wc-tabs-wrapper, body.woocommerce div.product .woocommerce-tabs .panel {
	padding: 0;
	border: none;
}
	.comments-area .comment-respond {padding: 2em 2em 1em;}
}
@media screen and (max-width: 640px){
body .primary-sidebar {width: 100%;}
}
@media screen and (max-width: 479px){
	.Home-search form.woocommerce-product-search button[type="submit"] {
	padding: 0 20px;
	font-size: 0;
}
	.Home-search form.woocommerce-product-search button[type="submit"]::before {margin-inline-end: 0;}
	.wpcf7-form .contact-col-1 {display: block;}
}
.owl-carousel .owl-wrapper-outer {direction: ltr;}
/* rtl */
.rtl .cms-two img {float: left;}
.rtl .cms-three .elementor-icon-box-content,.rtl .cms-four .elementor-element.elementor-widget-image  {text-align: right;}
.rtl .cms-three .elementor-element.elementor-widget-image, .rtl .cms-five .elementor-element.elementor-widget-image {text-align: left;}
.rtl .cms-three .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
	margin-right: 0;
	margin-left: 15px;
}
.rtl .blog .loop-entry .entry-content-wrap {text-align: right;}
.rtl .blog .loop-entry .entry-header .entry-meta {	display: block;}
.rtl .footer-widget-area .widget_text p {text-align: left;}
.rtl .footer-widget-area .footer-html-inner p {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 10px 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;
}
 .rtl footer .wp-block-group .widget-title::before, .rtl footer .widget_newsletterwidget .widget-title::before {
left: 0;
right: auto;
}
 .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);
}
.rtl .price_label {text-align: right;}
.rtl .woocommerce.widget_price_filter .price_slider_amount .button {float: right;}
.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {	direction: ltr;	unicode-bidi: embed;
}
 /*Blog*/
.rtl .widget .wp-block-latest-posts__featured-image.alignleft {float: right;}

.opaque_background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.4;
    display: none;
}