/* --------------------------------------
 * woocommerce
 * ---------------------------------------*/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 0px;
	padding-bottom: 25px;
	background-color: #fff;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 30px;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 40px;
}
.woocommerce .woocommerce-result-count {
	margin-top: 17px;
}
/*=== product box ===*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 22px;
	line-height: 22px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	text-align: center;
}
.woocommerce ul.products li.product .onsale {
	padding: 5px 12px;
	font-size: 10px;
	font-weight: 700;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 0px;
	top: 13px;
	left: 5px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
	line-height: normal;
	min-height: auto;
}
.woocommerce ul.products li.product .price {
	font-size: 16px;
	color: #888;
}
.woocommerce ul.products li.product .price del {
	margin-right: 5px;
}
.woocommerce ul.products li.product .button{
	margin-top: 1em;
	padding: 15px 25px 12px 25px;
	font-size: 17px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	border-radius: 0;
}
.woocommerce ul.products li.product .button:hover{
	background-color: #09162a;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	top: 14px;
	right: 4px;
}
.woocommerce a.added_to_cart {
	padding-top: .5em;
	display: inline-block;
	position: absolute;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*=== Woocommerce Details Page ===*/
.woocommerce span.onsale {
	padding: 0px 12px;
	font-size: 10px;
	font-weight: 800;
	position: absolute;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	border-radius: 0px;
	top: 13px;
	left: 10px;
	bottom: auto;
	right: auto;
	letter-spacing: 2px;
	background: #f14705;
}
.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .product_meta .sku_wrapper{
	font-weight: 700;
	color: #252525;
}
.single-product .entry-summary .product_meta .posted_in a,
.single-product .entry-summary .product_meta .sku_wrapper span{
	font-weight: normal;
	color: #888888;
}
.single-product .entry-summary .product_meta .posted_in{
	margin-left: 10px;
}
.single-product div.product p.price ins{
	text-decoration: none;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 18px;
}
.single-product div.product .summary p.price,
.single-product div.product .summary span.price{
	font-size: 22px;
}
.woocommerce div.product .product_title{
	font-size: 32px;
	line-height: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	position: relative;
	top: 0px;
	display: block;
	float: left;
	font-size: 17px !important;
	line-height: normal !important;
	border: 1px solid #ececec;
	border-bottom: 0;
	text-transform: capitalize;
	line-height: 24px;
	cursor: pointer;
	padding: 16px 30px 16px;
	transition: all 500ms ease;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--tstk-industrey-global-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::before {
	opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px !important;
	margin: 0px 0 0px !important;
	border: none !important;
	line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	display: none;
	border: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
	background: #fff !important;
	margin-top: 0px;
	padding: 30px;
	border: 1px solid #ececec;
	border-radius: 0;
	margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
	font-size: 22px;
	margin-top: 0;
	line-height: 28px;
}

/*=== woocommerce div.product form.cart ===*/
.woocommerce div.product form.cart .button{
	margin-top: 0;
	padding: 10px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	border-radius: 0px;
}
.woocommerce div.product form.cart .button:focus{
	outline: none;
}
.woocommerce div.product form.cart .button:hover{
	background-color: #09162a;
}

/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
	height: 48px;
	width: 80px;
	margin-right: 5px;
	background-color: #fff;
}
.woocommerce .quantity .qty:focus{
	border-color: var(--tstk-industrey-global-color);
}

/*=== woocommerce div.product p.price ===*/
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	font-size: 15px;
	color: #888;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del{
	margin-right: 5px;
}

/*=== woocommerce div.product div.images ===*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index: 5;
}

/*=== woocommerce table.shop_attributes ===*/
.woocommerce table.shop_table{
	border-radius: 0;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	padding: 5px 7px;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 6px 15px 5px;
	background-color: #fff;
}

/*=== related products ===*/
.woocommerce-additional-fields h3,
h3#order_review_heading,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2{
	font-size: 28px;
	line-height: 38px;
}

/*=== woocommerce-cart .wc-proceed-to-checkout ===*/
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	margin-top: 0;
	padding: 15px 22px !important;
	font-size: 17px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
	font-weight: 400;
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover{
	color: #fff;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 130px;
	height: 54px;
}
/*=== Sidebar button ===*/
.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button{
	margin-top: 0;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 0px;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button){
	background-color: var(--tstk-industrey-blackish-bg-color);
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 5px;
}

/*=== widget_price_filter ===*/
.woocommerce .widget_price_filter .price_slider{
	margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 14px;
	height: 14px;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	cursor: ew-resize;
	outline: none;
	box-sizing: border-box;
	opacity: 1;
	top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 5px;
	background-color: var(--tstk-industrey-blackish-bg-color);
}
.woocommerce ul.products li.product .price ins{
	text-decoration: none;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled, .woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	color: #fff;
}
.woocommerce .col-1, 
.col-2{
	max-width:none;
}
.woocommerce form .form-row {
	display: block;
}
.woocommerce-pagination{
	text-align: center;
	margin-top: 50px;
	margin-bottom:  80px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	padding: 15px 17px;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin: 0 2px;
	border: 1px solid #eee;
	color: #2c2c2c;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
	border: none;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr{
	border: 0;
}
.woocommerce div.product form.cart .variations label {
	margin: 0;
	padding: 0 15px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th{
	border: 0;
	line-height: 3px;
	height: auto;
	vertical-align: middle;
	padding: 0;
}
.woocommerce div.product form.cart .variations th{
	text-align: center;
}
.woocommerce div.product form.cart .group_table td{
	vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td label{
	margin: 0;
}
.single_variation_wrap .woocommerce-variation-price{
	margin-bottom: 30px;
}
.single_variation_wrap::after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*==== woocommerce-checkout ====*/
.woocommerce-checkout #customer_details{
	margin-top: 35px;
}
.woocommerce-checkout .col2-set .col-1{
	padding: 0;
}

/*==== woocommerce-checkout ====*/
.woocommerce-checkout-payment{
	margin-bottom: 35px;
}
.woocommerce-checkout #payment ul.payment_methods{
	padding: 0;
}
.woocommerce-checkout-payment .woocommerce-info::before{
	top: 25px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title{
	display: none;
}
.woocommerce #review_form #respond textarea{
	line-height: 20px;
	height: 110px;
}
.woocommerce #review_form #respond .form-submit input{
	padding: 10px 22px;
	font-size: 13px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 0px;
	color: #fff;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select{
	height: 50px;
	border: 1px solid #d3d3d3;
	border-radius: 0;
}

/*===woocommerce-Reviews===*/
.woocommerce-Reviews .comment-reply-title{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0px;
}
.woocommerce-Reviews .comment-respond input[type="text"],
.woocommerce-Reviews .comment-respond input[type="email"],
.woocommerce-Reviews .comment-respond textarea{
	border: 1px solid #b2b2b2;
}

/*===woocommerce -- remove===*/
.woocommerce a.remove {
	line-height: 28px;
}

/*===woocommerce -- customer_details===*/
.woocommerce-checkout .woocommerce-checkout-review-order, 
.woocommerce #customer_details {
	margin-bottom: 30px;
}
.return-to-shop,
.woocommerce-cart .wc-proceed-to-checkout{
	margin-bottom: 40px;
}

/*===woocommerce -- cart_list - product_list_widget ===*/
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del{
	margin-right: 10px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins{
	text-decoration: none;
	font-weight: 700;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li{
	margin-bottom: 10px;
}
.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child{
	margin-bottom: 0px;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	border: 1px solid rgba(0, 0, 0, 0.10);
}

/*=== widget_product_categories ===*/
.site-content .widget_product_categories ul ul {
	margin-top: 2px;
}
.site-content .widget_product_categories ul li{
	margin: 2px 0;
	padding: 0;
	position: relative;
}
.site-content .widget_product_categories ul li a{
	padding: 12px 30px 10px 25px;
	display: block;
	position: relative;
	line-height: normal;
}
.site-content .widget_product_categories ul li a::before {
	position: absolute;
	font-family: 'themestek-base-icons';
	content: '\f115';
	left: 0px;
	top: 16px;
	font-size: 13px;
	font-weight: normal;
	color: var(--tstk-industrey-global-color);
}
.site-content .widget_product_categories ul li span {
	position: absolute;
	right: 15px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #f6f6f6;
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: 700;
	border-radius: 0;
	top: 18px;
}

/*=== woocommerce-message ===*/
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
	float: none;
	position: absolute;
	right: 34px;
	top: 14px;
	padding: 14px 22px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message{
	padding: 25px 180px 25px 55px;
}
.woocommerce-info{
	margin: 0;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
	background-color: #f4f4f9;
}

/*====================================  woocommerce  ====================================*/

.woocommerce-info,
.woocommerce-message{
	border-top-color: var(--tstk-industrey-global-color); 
}
.woocommerce-info::before,
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins{
	color: var(--tstk-industrey-global-color);
}
.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .product_meta .sku_wrapper{
	color: var(--tstk-industrey-global-color);
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce div.product form.cart .button{
	background-color: var(--tstk-industrey-blackish-bg-color);
}
.woocommerce-product-search [type=submit],
.widget_product_search .woocommerce-product-search button,
.woocommerce-form-coupon button[type=submit]:hover,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,

.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button,

/* .woocommerce div.product .woocommerce-tabs ul.tabs li a, */
.woocommerce ul.products li.product .button{
	background-color: var(--tstk-industrey-global-color);
}
.widget_product_categories ul li .count,
.woocommerce-form-coupon button[type=submit],

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce ul.products li.product .button:hover{
	background-color: var(--tstk-industrey-global-color);
}
.woocommerce ul.products li.product .button:hover{
	background-color: var(--tstk-industrey-blackish-bg-color);
}
.woocommerce-info,
.woocommerce-message {
	border-top-color: var(--tstk-industrey-global-color); 
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 0;
	border-radius: 0;
	padding: 20px;
	background-color: #f4f4f9;
	margin-top: 0;
}
.woocommerce form.checkout_coupon{
	padding-top: 0;
}
.woocommerce form.checkout_coupon p:first-child,
.woocommerce form.checkout_coupon .form-row{
	padding-left: 4px;
}
.woocommerce form.checkout_coupon p:first-child{
	margin-bottom: 10px;
}
.woocommerce form.woocommerce-form-coupon .form-row input.input-text{
	background-color: #fff;
}
.woocommerce-form-coupon button[type=submit]{
	margin-top: 1em;
	padding: 17px 22px 16px;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	border-radius: 0px;
	margin-top: 0;
	margin-left: -40px;
	font-size: 17px !important;
}
.woocommerce-form-coupon button[type=submit]:hover{
	background-color: var(--tstk-industrey-blackish-bg-color);
	color: #ffffff;
}
.woocommerce-form-coupon button[type=submit]:focus{
	outline: none;
}
.woocommerce table.shop_table,
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="url"],
.woocommerce-checkout input[type="search"],
.woocommerce-checkout textarea{
	background-color: #fff;
}
.woocommerce table.shop_table td{
	border-right: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart table.cart th{
	color: var(--tstk-industrey-blackish-color);
	font-weight: 600;
}
.woocommerce-input-wrapper .tstk-select{
	border: 1px solid #d3d3d3;
	background-color: transparent;
}

/*=== Sidebar Section ===*/
.woocommerce-product-search {
	position: relative;
}
.themestek-sidebar .widget.widget_product_search {
	background-color: var(--tstk-industrey-global-color);
}
.themestek-sidebar .widget.widget_product_search .widget-title {
	color: #fff;
}
.widget_product_search .woocommerce-product-search input[type="search"] {
	background-color: #fff;
	height: 60px;
	border: 0;
}
.widget_product_search .woocommerce-product-search button {
	position: absolute;
	right: 5px;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent !important;
	top: 5px;
	height: 50px;
	color: #ffffff;
	font-size: 16px;
	z-index: 1;
	width: 50px;
	font-size: 0;
}
.widget_product_search .woocommerce-product-search button::after{
	position: absolute;
	font-family: 'themestek-base-icons';
	content: '\e800';
	right: 15px;
	font-size: 16px;
	top: 15px;
	font-size: 16px;
	color: var(--tstk-industrey-blackish-color);
	line-height: normal;
	font-weight: normal;
}

/* ====== RTL ====== */
body.rtl .site-content .widget_product_categories ul li a::before{
	left: inherit;
	right: 0;
}
