/*
	Theme Name: WS Starter
	Description: HTML5 Blank WordPress Theme
	Version: 1.2.4
	Author: WS Starter co.
	Tags: Blank, HTML5, CSS3
	Text Domain: html5blank
	Domain Path: /languages
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*-----------------------------------*\
    MAIN
\*---------------------------------*/

/* global box-sizing */
*{
	box-sizing: border-box;
}
:root{
	--image-cat-size:100px;
}
span.ts-tooltip.button-tooltip {
    line-height: 43px !important;
}
.product-group-button a.ajax_add_to_cart:after {
    transform: none ;
    margin-top: -15px !important;
    right: 0px !important;
}
.blocks_only_back{
	display: none !important;
}
ul.products{
	width:100%;
}
.item{
	position: relative;
}
.swiper-slide .item{
	padding: 0px 10px;
 	display: flex;
	align-items: center; 
	min-height: 100%;
}
body .ts-shortcode.partial-view .swiper-button-prev {
	left: 5px
}

body .ts-shortcode.partial-view .swiper-button-next {
	right: 5px
}
span.wc-block-mini-cart__badge {
    background: var(--starter-middle-cart-number-bg) !important;
    color: #fff;
    font-weight: normal;
    font-size: 10px;
    width: var(--baloon-size);
    line-height: var(--baloon-size) !important;
    height: var(--baloon-size);
    border-radius: 50%;
    --baloon-size: 21px;
}
.wc-block-mini-cart__quantity-badge svg{
	display: none;
}
.wc-block-mini-cart__quantity-badge:before {
    content: "\e9af";
    font-family: 'tb-icon';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    font-size: 1.6rem;
}
.wc-block-mini-cart p ,.wc-block-mini-cart br{
	display: none !important;
}

.wc-block-mini-cart__button:hover{
	background: transparent !important;
	color:#333 !important;
}
/* *{
	border:solid 1px red;
} */
 .starter_footer .footer_widgets{
	flex-wrap: wrap !important;
 }
 .starter_footer,.starter_footer .bottom_bar{
	border-top:solid 1px #ddd;
 }
 .starter_footer .footer_widgets{
	padding: 80px 0px;
 }
 .starter_footer .wp-block-navigation{
	align-items: start;
 }
 .starter_footer .bottom_bar{
	padding: 20px 0px;
 }
 header + div#main.wrapper {
    min-height: 65vh;
}
.starter_footer .wp-block-cover,  .starter_footer .wp-block-image ,.starter_footer p,.starter_footer figure{
    margin-bottom: 0px !important;
}
.starter_footer *:not(h6){
	color:var(--starter-footer-color);
}
a.wp-block-navigation-item__content {
    padding: 5px;
}
ul.wp-block-navigation__submenu-container.wp-block-navigation-submenu{
	box-shadow: 0 5px 15px rgba(63, 63, 63, 0.15);
}
li.menu-item:not(.menu-item-has-children) .ts-menu-drop-icon{
	display: none;
}
.ts-sidebar-content li,.ts-sidebar-content ul,
header li,header ul{
	list-style: none;

}
.top_bar_menu_mobile >li>a:after{
	content:"\e93b";
	font-size: 14px;
	position: static !important;
    border: 0 !important;
    display: inline-block;
    margin: 1px 3px 0px 3px;
	font-family: 'tb-icon';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
	vertical-align: middle;
}
.top_bar_menu_mobile >li>a{
	padding: 20px 0px;
}
header .top_bar_menu_mobile >li>a{
	padding: 10px 0px;
}
header .top_bar_menu_mobile >li>a:after{
	content:"\e934";
	font-size: 18px;
}
.top_bar_menu_mobile .sub-menu{
	box-shadow: 0 -1px 5px rgba(118, 118, 118, 0.2);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #fff;
}
header .top_bar_menu_mobile .sub-menu{
    padding: 20px;
    border-radius: 0px;
    left: 0px;
	box-shadow: 0 5px 15px rgba(63, 63, 63, 0.15);
}
.login_dropdown{
	padding-top: 20px !important;
}
.login_dropdown::before {
    top: 0px !important;
}
li.product-category.product a h2{
	padding: 0px 10px !important;
}
li.product-category.product a {
    display: flex;
    justify-content: start;
    align-items: center;
}
li.product-category.product {
    margin-bottom: 0px !important;
}
.cat_image_parent{
	position: relative;
	width:var(--image-cat-size);
	min-width:var(--image-cat-size);
	height: var(--image-cat-size);
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: solid 1px #eee;
}
li.product-category a:hover .cat_image_parent:before {
	opacity: 1;
}
li.product-category a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
li.product-category *{
	line-height: 25px;
}
li.product-category mark{
	display: block;
	font-weight: normal;
	background-color: transparent;
	padding: 0px;
	margin: 0px;
}
.cat_image_parent img ,.cat_image_parent:before {
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.cat_image_parent img {
    position: absolute;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
   
}
.cat_image_parent:before {
    content: "\e966";
    display: inline-block;
    top: 0;
    left: 0;
    width:var(--image-cat-size);
	line-height: var(--image-cat-size) !important;
    background: rgba(0,0,0,0.5);
    z-index: 2;
	position: absolute;
	font-family: 'tb-icon';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
	text-align: center;
	font-size: 22px;
	color:#fff;
	opacity: 0;
}
.cover_scale_hover img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.cover_scale_hover:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.all_black *,.all_black *::after,.all_black *::before{
	color:#000 !important;
	border-color:#000 !important;
}
.eff-line .bg-content:before, .eff-line .bg-content:after, .eff-line .image-link:before, .eff-line .image-link:after {
    pointer-events: none;
}
.custom_add_1{
	background-color: #eee;/* #FFD4C8 */
}
.custom_add_1 img.wp-block-cover__image-background {
	margin-top: -100px;

	opacity: 0;
	transition:all 0.5s ;
	-webkit-transition:all 0.5s ;
	-moz-transition:all 0.5s ;
	-ms-transition:all 0.5s ;
	-o-transition:all 0.5s ;
}
.custom_add_1:hover img.wp-block-cover__image-background {
    margin-top: 0px;

    opacity: 1;

}
.starter_eh_swiper_2{
	position: relative;
    clear: both;
    overflow: hidden;
}
.starter_eh_swiper_2 .eh-items{
	width:175%;
}
.starter_eh_swiper_2 .products{
	width:120%;
}
.loop_heading {
    display: flex;
    align-items: center;
}
.is-style-full_width{
    width: 100vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
	/*width: 100%;
    position: absolute;
    left: 0px;*/
} 
body .starter_transparent-menu {
    padding-top: 0px !important;
    margin-top: -155px !important;
}
body .starter_after-menu{
    padding-top: 0px !important;
    margin-top: 0px !important;
}
nav.woocommerce-breadcrumb {
    text-align: center;
    padding-top: 50px !important;
}
.paper_sheet {
    margin-top: -200px;
    position: relative;
    background: #fff;
    padding: 63px;
    box-shadow: 0px 5px 10px 0px rgba(119.99999999999999, 119.99999999999999, 119.99999999999999, 0.14901960784313725);
}
.is-style-columns-carusel{
	position: relative !important;
	padding-bottom: 40px !important;
}
.is-style-columns-carusel .swiper-pagination {
	position: absolute !important;
	margin-bottom: 0px !important;
}
.is-style-columns-carusel .wp-block-column{
	padding-left: 5px;
	padding-right: 5px;
}
footer ul,footer li{
	padding: 0px;
	margin:0px;
	list-style: none !important;
}
.swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
}
.bottom_bar ul{
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 10px;
}
.bottom_bar ul li{
	padding: 0px;
	margin:0px;
}
.wp-block-columns> p{
	display: none !important;
}
.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}
.page-numbers {
    padding: 5px;
    /* border: solid 1px; */
    min-width: 30px;
    line-height: 20px;
    text-align: center;
    color: #a8a8a8;
}
span.page-numbers.current {
    color: #000;
}
.page_title {
    text-align: center;
    padding: 0px 20px 50px;
}
.page_title  h1 {
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}
/* RTL */
.rtl,html:has(.rtl){
    text-align: right;
}
.rtl .wp-block-cover{
    direction: rtl;
	text-align: right;
}
.rtl .wp-block-cover .has-text-align-left{
	text-align: right;
}
.rtl .is-style-full_width {
    right: 50%;
    left:auto;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
}
.rtl .bottom_bar .alignright {
    float: left;
    margin: 0 0 20px 0px !important;
}
.wc-block-mini-cart__badge{
	right: auto !important;
	top:-2px !important;
}
/* RTL END */
body.my-account div#customer_login{
	display: flex;
	flex-wrap: wrap;
}
body.my-account div#customer_login > * {
    display: inline-block !important;
    width: 90%;
    max-width: 500px;
    margin: 0px auto 60px auto !important;
		background: #fff;
		padding: 63px;
		box-shadow: 0px 5px 10px 0px rgba(119.99999999999999, 119.99999999999999, 119.99999999999999, 0.14901960784313725);
	
}
body .starter_woocommerce_side_bar_show {
    display: block !important;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.starter_woocommerce_side_bar_show > div {
    background: #fff;
    padding: 36px;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 5px;
}

.product-image-back {
    opacity: 0;
}
li.product:hover .product-image-back {
    opacity: 1;
}
li.product:has(.product-image-back):hover .wp-post-image {
	opacity: 0;
}
.logo img {
    object-fit: contain;
}
.closed_menu .header-left>* {
	padding-right: 20px !important;
}
.wp-block-columns.slider_classs{
	visibility: hidden;
}
.wc-block-grid__products .yith-wcwl-add-to-wishlist{
	display:none;
}
.header-container .logo{
	transform-origin: center left;
	transform: scale(var(--starter_site_logo_scale_big));
	-webkit-transform: scale(var(--starter_site_logo_scale_big));
	-moz-transform: scale(var(--starter_site_logo_scale_big));
	-ms-transform: scale(var(--starter_site_logo_scale_big));
	-o-transform: scale(var(--starter_site_logo_scale_big));
}
.rtl .header-container .logo{

	transform-origin: center right !important;
}
.is-style-cover-fixed-image {
	min-height: auto;
	padding: 0px;
}
.is-style-cover-fixed-image img{
	position: static !important;
	width:100%;
}
.is-style-cover-fixed-image .wp-block-cover__inner-container{

	position: absolute;
}
.product-wrapper{
	text-align: var(--starter_product_align);
	border:solid var(--starter_product_border) #dadada;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.account-dropdown-form.dropdown-container.login_dropdown {
    padding: 10px;
}
.rtl a.next.page-numbers,.rtl a.prev.page-numbers {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
}
h1.page-title {
    padding-bottom: 30px;
}
.header_slider .swiper-pagination{
	position: absolute !important;
	bottom:0px;
}
iframe.map_frame {
    width: 100%;
}
figure.aspect-ratioo img {
    min-width: 100% !important;
    height: 100% !important;

    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    object-fit: contain;
}
figure.aspect-ratioo {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}
span.onsale,span.onsaleX {
    border-radius: 0px !IMPORTANT;
    background: var(--starter-middle-cart-number-bg) !important;
	color:var(--starter-middle-cart-number-color) !important;
    min-height: auto !important;
    padding: 3px 6px !important;
    line-height: normal !important;
    /* opacity: 0.6; */
}
.product-group-button>div.wishlist a:after, .summary .single-product-buttons .yith-wcwl-add-to-wishlist a:before, .product-group-button-meta>div.wishlist a:before {
    display: none !important;
}
body .yith-wcwl-add-to-wishlist .feedback {
    display: block !important;
	position: absolute;
	pointer-events: none;
}
.button-in.wishlist svg{
	margin:8px 0px 0px 0px !important;
}
.single-product span.feedback {
    overflow: hidden;
    width: 26px;
    white-space: nowrap;
    position: static;
}

.pln_a .loop-add-to-cart ,.pln_a p.stock.out-of-stock ,.pln_a span.wishlist-out-of-stock{
	visibility: hidden !important;
	pointer-events: none !important;
	opacity: 0 !important;
}
.pln_a .wc-block-mini-cart , .pln_a .my-account-wrapper ,.pln_a form.woocommerce-form-register ,body.pln_a .u-column2:has(form.woocommerce-form-register){
	display: none !important;
	visibility: hidden;
	overflow: hidden;
	height: 0px !important;
}
@media only screen and (min-width: 769px) {
	.is-style-only_small_screen{
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.is-style-only_big_screen{
		display: none !important;
	}
	rs-group-wrap{
		padding-top:35px;
	}
	.header-container .logo{
		transform: scale(var(--starter_site_logo_scale_small));
		-webkit-transform: scale(var(--starter_site_logo_scale_small));
		-moz-transform: scale(var(--starter_site_logo_scale_small));
		-ms-transform: scale(var(--starter_site_logo_scale_small));
		-o-transform: scale(var(--starter_site_logo_scale_small));
}
}
@media only screen and (max-width: 450px) {
	.closed_menu .header-center {
		max-width: 40%;
		/* background: red; */
		width: 40%;
		/* order: -1; */
		/* padding: 0px 0px 0px 10px; */
		min-width: 40%;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 1000px) {
	:root{
		--image-cat-size:150px;
	}
	.ts-blogs.item-list.partial-view.columns-5 .items {
		width: 117%;  
	}
	.ts-blogs.item-list.partial-view.columns-4 .items {
		width: 125%;  
	}
	.ts-blogs.item-list.partial-view.columns-3 .items {
		 width: 140%;  
	}
	.ts-blogs.item-list.partial-view.columns-2 .items {
		width: 180%;  
	}
	
	body .ts-shortcode.partial-view .swiper-button-prev {
		left: 20px
	}
	
	body .ts-shortcode.partial-view .swiper-button-next {
		right: 20px
	}
}
@media only screen and (min-width: 600px) {
	.col-lg-20{
		width:20% !important;
		max-width:20% !important;
	}
  }
  @media only screen and (max-width: 1200px){
	 .footer_widgets .wp-block-column:not(.footer_center){
		width: 50% !important;
		flex-basis:45% !important;
	} 
    .footer_center {
        min-width:100%;
        width:100%;
		text-align: center !important;
		order:-9999;
		border-bottom:solid 1px #ddd;
		padding-bottom: 60px;
    }
	.footer_center:last-child{
		order:-99999 !important;

	}
	.wp-block-social-links {
		justify-content: center;
	}
	.starter_footer .bottom_bar,.starter_footer .bottom_bar *{
		text-align: center !important;
		justify-content: center !important;
		align-items: center;
		float:none !important;
	}
	.starter_footer .bottom_bar figure{
		display: inline-block;
	}
}