.hidden-block{
	display: none !important;
}
.woocommerce-message,
.woocommerce-notices-wrapper{
	display: none;
}
ul.product-categories li.cat-item > a:before {
  	content: '\2610';
  	margin-right: 5px;
}

ul.product-categories li.cat-item.current-cat > a:before,
ul.product-categories li.cat-item.current-cat-parent > a:before{
	content: '\2611';
  	margin-right: 5px;
}

ul.product-categories li.cat-item.current-cat > a,
ul.product-categories li.cat-item.current-cat-parent > a{
	font-weight: bold;
}

ul.product-categories li.cat-item {
	margin: 0;
	padding: 0;
}

ul.product-categories li > a{

}

ul.product-categories.disabled li > a{
	color: #777 !important;
  	cursor: progress;
}

ul.product-categories li > ul > li > a{
	 font-size: 15px;
}

ul.product-categories li > ul > li > ul > li > a{
	font-size: 14px;
}

ul.product-categories ul.children {
	display: none;
}

ul.product-categories li.cat-item.current-cat > ul.children,
ul.product-categories li.cat-item.current-cat-parent > ul.children{
	display: block !important;
}

.top-menu-second {
	display: flex;
  	flex-direction: column;
}

.top-menu-second ul {
	display: flex;
  	width: 100%;
  	justify-content: space-between;
}

.top-menu-second ._wrap{
	width: 100vw;
  	display: flex;
  	justify-content: center;
  	background: #0e1331;
}

.top-menu-second li{
	padding: 5px 10px;
	text-align: center;
}

.top-menu-second li:hover{
	background: #0c1028;
}

.top-menu-second a {
	font-size: 14px;
}

.top-menu-second a:hover{
	color:var(--link_dark_color);
}

.top-menu-second a img {
	margin-right: 7px;
}

.woocommerce div.product .woocommerce-tabs {
	margin: 0;
}

.product-details-page{
	padding: 50px 0;
}

.product-details-page .product .single-product-bottom h3{
	margin-bottom: 25px;
}

.product-details-page .product .single-product-bottom > ul{
	margin-bottom: 20px;
}

.banner-top.wps_membership_buynow{
	cursor: pointer;
}

.product_meta .wps_membership_buy_now_btn .wps_membership_buynow {
	margin: 30px 0px 35px;
	padding: 0 20px;
}

.dokan-store-phone,
.dokan-store-email {
	display: none !important;
}

.rt-left .dokan-vendor-info-wrap{
	margin-bottom: 35px;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	display: none !important;
}

.header-icon-area .wps_membership_buy_now_btn .wps_membership_buynow,
.header-icon-area .add_to_cart_custom.member{
	color: var(--fixed_title_light_color);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all ease 0.31s;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 11px 25px 11px 25px;
	border-radius: 45px;
	border: 1px solid !important;
	border-color: var(--primary_color) !important;
	background-color: var(--primary_color);
	margin: 0;
	height: unset;
}

.header-icon-area .wps_membership_buy_now_btn .wps_membership_buynow:hover,
.header-icon-area .add_to_cart_custom.member:hover{
	color: var(--primary_color) !important;
	border-color: var(--fixed_title_light_color) !important;
	background-color: transparent !important;
}

.sidebar-widget-area .widget ul li a:hover::after {
	width: 0;
}


.plan_suggestion.wps_mfw_plan_suggestion{
	display: none;
}

.single-product-top form.cart{
	display: none;
}

.add_to_cart_custom{	
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 25px 16px 25px;
    border: 1px solid;
    border-color: var(--primary_color);
    background-color: var(--primary_color);

}

.product_meta .add_to_cart_custom{
	display: block;
	width: fit-content;
	margin-bottom: 20px;
}

.add_to_cart_custom:hover{	
	color: var(--primary_color);
	background-color: transparent;
}

.add_to_cart_custom.member {
	background: #f37e21;
	border-color: #f37e21;
}

.add_to_cart_custom.member:hover {
	background-color: transparent;
	color:#fff;
}

.vendor-single-store .profile-info-box .profile-img-wrap{
	display: none;
}

.prompt-rating-wrap {
	border: 1px solid var(--border_dark_color);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}

.prompt-rating {
	padding-left: 80px;
	background: url('../png/rating.png');
	background-repeat: no-repeat;
	margin: 0 0 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border_dark_color);
}


.prompt-rating .title{
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 5px;
}

.prompt-rating .rating-value{
	display: inline-block;
}

.prompt-rating .rating-value .val{
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1.5;
	float: left;
}

.prompt-rating .rating-value .stars{
	float: left;
	position: relative;

}

.prompt-rating .rating-value .all-stars,
.prompt-rating .rating-value .active-stars{
	top: 5px;
	position: absolute;
	padding-left: 15px;	
	display: inline-flex;
}

.prompt-rating .rating-value .star{
	float: left;	
	font-family: star;	
	font-size: 1.2rem;
	margin: 0 3px;
}

.prompt-rating .rating-value .star span{
	display: block;
	overflow: hidden;
}

.prompt-rating .rating-value .all-stars{
	color: #d3ced2;
}

.prompt-rating .rating-value .active-stars{
	color: #ffba0a;
}



#preloader{
	display: none !important;
}


#front_top .main-search{
	max-width: 400px;
	margin: auto;
	position: relative;
	height: 50px;
	width: 100%;
}

#front_top .main-search input{
	color: var(--secondary_color);
	border: 1px solid var(--secondary_color);
	background-color: transparent;	
	border-radius: 50px;
	overflow: hidden;
	padding: 0 60px 0 20px;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
}

#front_top .main-search input:focus-visible{
	outline: none;
	border-width: 2px; 
}

#front_top .main-search button{
	background: transparent;
	padding: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0;
	top: 0;
	line-height: 50px;
	font-family: "Font Awesome 5 Free";
	cursor: pointer;
}

#front_top .main-search button svg{
	fill: #fd660b;
	width: 18px;
	height: 18px;
}

aside form.woocommerce-product-search .reset {
	margin-top: 15px;
	display: block;
	text-align: right;
	text-decoration: underline;
	cursor: pointer;
}

aside form.woocommerce-product-search button {
	top: 25px;
}

.home .rt-content-wrapper h3.rt-title,
.archive .rt-content-wrapper h3.rt-title {
	height: 4.5em;
	overflow: hidden;
	position: relative;
}

.home .rt-content-wrapper h3.rt-title:after,
.archive .rt-content-wrapper h3.rt-title:after,
.sidebar-widget-area #woocommerce_products-2 .product-title:after {
	height: 1.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background: linear-gradient(rgba(14, 19, 50, 0), rgba(14, 19, 50, 0), rgba(14, 19, 50, 0.7),rgb(14, 19, 50));
}

.home .rt-content-wrapper h3.rt-title:after {
	background: linear-gradient(rgba(24, 28, 81, 0), rgba(24, 28, 81, 0), rgba(24, 28, 81,0.7),rgb(24, 28, 81));
}

.home .rt-content-wrapper .rt-category-wrap {
	height: 1.5em;
	overflow: hidden;
}

.sidebar-widget-area #woocommerce_products-2 .product-title{
	width: calc(100% - 105px);
	height: 3em;
	overflow: hidden;
	margin-bottom: -3px;
	position: relative;
}

.sidebar-widget-area #woocommerce_products-2 .product-title:after{
	background: linear-gradient(rgba(14, 19, 50, 0), rgba(14, 19, 50, 0), rgba(14, 19, 50, 0.8),rgb(14, 19, 50));
	bottom: -10px;
}

.payment_box.payment_method_stripe{
	background: transparent !important;
}

.payment_box.payment_method_stripe p{
	color: #fff;
}

.payment_box.payment_method_stripe p a{
	text-decoration: underline;
}

.wc_payment_method.payment_method_stripe {
	padding: 20px 25px;
}

.wc_payment_method.payment_method_stripe label{
	color: #fff;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	min-height: 45px;
	padding: 10px 15px;
	border-radius: 6px;
	background-color: transparent;
	border-color: var(--border_dark_color);
}

#stripe-payment-data fieldset {
	border: none;
}

.woocommerce #main .product.prompts-not-found-btn{
	width: 100%;
  	margin-bottom: 30px;
}

.woocommerce #main .product.prompts-not-found-btn ._wrap{
	padding: 20px 20px 25px;
	background-color: var(--bg_light_color_1);
	box-shadow: 0 0 30px 0 rgba(var(--dark_color_rgb), 0.05);
	border-radius: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.woocommerce #main .product.prompts-not-found-btn a{
	border-radius: 6px;
	font-size: 15px;
	font-weight: 600;
	padding: 15px 25px 16px 25px;
	background: #f37e21;
	border: 1px solid #f37e21;
	width: 150px;
	text-align: center;
}

@media screen and (min-width: 1200px){
	body.archive .menu-full-wrap:not(.top-menu-second),
	body.archive #primary .container,
	body.home .menu-full-wrap:not(.top-menu-second) {
		max-width: 100vw !important;
	    width: 100vw;
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%) !important;
	    padding: 0 30px;
	}
	body.archive #primary .container{
		transform: none !important;
  		left: 0;
	}
	body.archive #primary .col-xl-4.fixed-bar-coloum{
		width: 440px;
	}
	body.archive #primary .col-xl-4.fixed-bar-coloum + .col-xl-8.order-lg-2{
		width: calc(100% - 440px);
	}
	body.archive ul.products.columns-3 li.product {
	    width: 16.6%;
	    padding-left: 5px;
    	padding-right: 5px;
	}
	body.archive ul.products.columns-3 li.product .rt-title {
		font-size: 16px;
	}
	body.archive ul.products.columns-3 li.product .rt-seller-wrap a{
		font-size: 10px;
		width: calc(100% - 30px);
  		padding-left: 10px;
  		line-height: 1.7;
		height: 3.4em;
		display: flex;
		align-items: center;
	}
	body.archive ul.products.columns-3 li.product .rt-btn-cart a {
		font-size: 12px !important;
	}
}

@media screen and (min-width: 1025px){
	ul#menu-primary li:last-child{
		display: none;
	}
}

@media screen and (max-width: 1199px){
	.home .rt-content-wrapper h3.rt-title,
	.archive .rt-content-wrapper h3.rt-title {
		height: 3em;
	}	
}

@media screen and (max-width: 767px){
	.home .rt-content-wrapper h3.rt-title,
	.archive .rt-content-wrapper h3.rt-title {
		height: 4.5em;
	}
}

@media screen and (max-width: 575px){
	.home .rt-content-wrapper h3.rt-title,
	.archive .rt-content-wrapper h3.rt-title {
		height: unset;
	}

	.home .rt-content-wrapper h3.rt-title:after,
	.archive .rt-content-wrapper h3.rt-title:after {
		background: transparent;
	}
}



