﻿@font-face{
	font-family: 'almoni';
	font-weight: 400; /*(regular)*/
	font-style: normal;
	src: url('../webfont_files/almoni-neue-regular-aaa.woff2') format('woff2'),
		url('../webfont_files/almoni-neue-regular-aaa.woff') format('woff');
}
@font-face{
	font-family: 'almoni';
	font-weight: 700; /*(bold)*/
	font-style: normal;
	src: url('../webfont_files/almoni-neue-bold-aaa.woff2') format('woff2'),
		url('../webfont_files/almoni-neue-bold-aaa.woff') format('woff');
}

/* col-xs */
@media(max-width:767px){

}
/* col-sm */
@media(min-width:768px){
	
}


/*
 ******************************************
 *    Shop                 *
 ******************************************
 */
.woo_poster.bb{
	border-bottom: 1px solid #e1e1e1;
}
.tabs_wrap{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 15px !important;
}


.tabs_wrap #line{
	content: "";
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	height: 1px;
	display: block;
	background: #e1e1e1;
}
.subcat{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.subcat li{
	display: inline-block;
	margin: 10px;
	text-align: center;
	font-weight: 400;
}
.bags_attr .attr .style-svg ,
.subcat li .style-svg{
	width: 90px;
	margin: 10px auto 15px;
}
.bags_attr .attr:hover .style-svg *,
.subcat li a:hover .style-svg *{
	 -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, fill, stroke;
    transition-property: opacity, fill, stroke;
}



.bags_attr .attr:hover .style-svg .st0,
.subcat li:hover .style-svg .st0,
.subcat li a:hover .style-svg .st0,
.subcat li:hover .style-svg .cls-1,
.subcat li a:hover .style-svg .cls-1{
	opacity: 1;
	stroke:var(--sec);
	fill:var(--sec);
}
.subcat li:hover .style-svg .st1,
.subcat li a:hover .style-svg .st1{
	fill: none;
}
.subcat li:hover .style-svg .st1,
.subcat li a:hover .style-svg .st1{
	stroke: #ffffff;
}
.bags_attr .attr:hover .style-svg .st2,
.bags_attr .attr:hover .style-svg .st1,
.bags_attr .attr:hover .style-svg .st0,
.subcat li:hover .style-svg .cls-2,
.subcat li a:hover .style-svg .cls-2{
	stroke: #fff;
}
.bags_attr .attr:hover {
	color: var(--sec);
}


.onsale{
	display: none;
}

.woo_poster.poster h1{
	font-size: 2em;
    line-height: 1.214;
	font-weight: 300;
}

.storefront-sorting select{
	display: block !important;
    background: #fff;
    font-family: 'almoni', sans-serif !important;
    color: var(--txt);
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid var(--line);
    vertical-align: middle;
    -webkit-appearance: none;
}


.storefront-sorting{
	position: relative;
}
.woocommerce-ordering{
	position: relative;
}
.woocommerce-ordering:after {
    display: block;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #000;
    width: 10px;
    height: 7px;
    content: "";
    z-index: 9;
    position: absolute;
	right: 130px;
    margin-top: -26px;
}
.price {
	font-size: 18px;
	color:var(--main) !important;
	display: block;
	margin-bottom: 10px;
	line-height: 1;
}
.price del{
	opacity: 1;
	color:var(--txt) !important;
	font-size: 13px;
	font-weight: 300 ;
}
.product:not(.sale) .price .woocommerce-Price-amount,
.price ins{
	color:var(--sec);
	font-weight: 500;
	opacity: 1;
}
/*
#woocommerce-pages.single-product .summary .price ins,
#woocommerce-pages.single-product .summary .price del,
.price del+ins{
	font-weight: 300 !important;
}*/

.txt.desc_width{
	max-width: 600px;
}

.products li.product h2.woocommerce-loop-product__title,
ul.products li.product h2.woocommerce-loop-product__title{
	font-size: 16px;
	color: #525252;
	font-weight: 400;
}

.products li.product img{
	margin: 0 auto 1.618em;
	width: auto;
}

.products .product{
	position: relative;
	text-align: center;
}

ul.products{
	flex-wrap: wrap;
	display: flex;
	margin: 0 auto;
}

/* col-xs */
@media(max-width:767px){
	
	
	.products li.product h2.woocommerce-loop-product__title,
	ul.products li.product h2.woocommerce-loop-product__title{
		height: 40px;
		overflow: hidden;
	}
	.tabs_wrap #line{
		top: 66px;
	}
	.cat_banner img{
		object-fit: cover;
		min-height: 150px;
 		object-position: center;
	}
	ul.products {
		text-align: center;
	}
	ul.products li.product{
		display: inline-block;
		width: 49%;
		vertical-align: top;
		float: right;
		margin: 0 0 30px;
		padding: 0 5px 10px;
	}
	.products .product .button{
		opacity: 1;
		background: var(--main);
		font-size: 14px;
		padding: 13px 10px;
		display: block;
		width: 95%;
		text-align: center;
		margin: 0 auto;
	}
}



@media (max-width:991px) and (min-width:768px) {
	.tax-product_cat #primary.content-area,
	.archive  #primary.content-area{
		width: 100%;
	}
	
}
/* col-sm */

@media(min-width:768px){
	
	.right-sidebar .content-area{
		margin-left: 0
	}
	.woocommerce-result-count{
		padding: 12px 0;
	}
	
	ul.products.columns-4 li.product {
		width: 33.33333333% !important;
		margin: 25px 0 !important;
	}
	.products .product,
	ul.products li.product{
		overflow: hidden;
		padding-bottom: 46px;
		transition: padding-bottom 0.25s ease-in-out;
	}
	
	.products .product .button{
		display: block;
		left: 0;
		right: 0;
		position: absolute;
		margin: 0 auto 0;
		font-size: 16px;
		letter-spacing: 2px;
		bottom: -54px;
		width: 100%;
		max-width: 370px;
		padding: 10px 30px ;
		opacity: 0;
		background: var(--main);
		transition: all 0.25s ease-in-out;
	}
	.products .product:hover .button{
		bottom: 0;
    	opacity: 1;
	}
	
	.woocommerce-ordering{
		float: left;
		margin-left: 0;
	}
}

@media(min-width:992px){
	ul.products.columns-4 li.product {
		width: 25% !important;
	}
	
}

/*
 ******************************************
 *    Single             *
 ******************************************
 */

.single-product .summary ul {
    list-style: none;
    padding: 0 15px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	background-color: #fff;
    color: #000;
    border-radius: 0;
}
.site-main,
.single-product .content-area, 
.single-product .widget-area{
	margin-bottom: 0 !important;
}
#woocommerce-pages.single-product h1.product_title{
	font-size: 36px;
	color: var(--main);
	font-weight: bold;
	margin: 0 auto 15px;
}

#woocommerce-pages.single-product #primary{
	float: none;
	width: 100%;
}

#woocommerce-pages.single-product {
	font-size: 16px;
	padding-bottom: 20px !important;
}
#woocommerce-pages.single-product .summary .price{
	font-size: 36px;
    font-weight: bold;
    color: var(--sec);
	padding-top: 15px;
	border-top: 2px solid #e3e3e3;
    margin: 0px auto 10px;
	display: none;
}
#woocommerce-pages.single-product  .woocommerce-product-details__short-description ul.price_info li:first-child{
	width: max-content;
}
#woocommerce-pages.single-product  .woocommerce-product-details__short-description ul.price_info{
	margin-bottom: 0;
}
#woocommerce-pages.single-product  .woocommerce-product-details__short-description h2{
	font-size: 24px;
}

#woocommerce-pages.single-product  #new_price{
	font-size: 30px;
    font-weight: bold;
    color: var(--sec);
	padding-top: 15px;
    margin: 10px auto 10px;
}
#woocommerce-pages.single-product #new_price span{
	font-size: 16px;
}
.single-product div.product table.variations .value{
	margin-bottom: 20px;
}

.gallery_wrap .title{
	margin: 0 auto 30px;
}

.single-product div.product form.cart {
    margin-bottom: 0;
    padding: 0;
}


.single-product .quantity label.screen-reader-text{
	position: relative;
	display: block;
	width: 100%;
	text-align: right;
	margin: 0 auto;
	clip: none;
	clip-path: none;
	-webkit-clip-path: none;
	height: 25px;
	font-size: 14px;
	color: var(--txt);
	font-family: 'almoni', sans-serif !important;

}
.quantity .qty{
	background: #fff;
	border: 1px solid var(--line);
	color: var(--txt);
	box-shadow:none;
}
.single-product div.product table.variations select{
	display: block !important;
	background: #fff;
	font-family: 'almoni', sans-serif !important;
	color: var(--txt);
	border-radius: 0;
	width: 100%;
	max-width: 100%;
	padding: 10px 15px;
   	border: 1px solid var(--line);
    vertical-align: middle;
    -webkit-appearance: none;
}
.single-product div.product table.variations select{
	position: relative;
}
.single-product div.product table.variations td.value:after{
	display: block;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	clip-path: polygon(0 0, 50% 100%, 100% 0);
    background: #000;
    width: 10px;
    height: 7px;
    content: "";
    z-index: 9;
    position: absolute;
    left: 15px;
	margin-top: -25px;
}

.woo-variation-swatches-stylesheet-enabled.rtl table.variations td.label label{
	text-align: right;
	color: var(--txt);
	font-size: 14px;
	display: block;
	letter-spacing: 1;
}
a.reset_variations:hover,
a.reset_variations:focus{
	color: #000;
}
a.reset_variations{
	position: absolute;
	left: 0;
}
.single-product div.product table.variations select:focus{
	outline: none;
}
.single-product  .variable-items-wrapper{
	display: none !important;
}
.single-product div.product form.cart .quantity{
	display: none;
}
.single-product .single_add_to_cart_button{
	display: block;
    float: none !important;
    width: 100%;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	margin: 0 auto 20px ;
	font-family: 'almoni', sans-serif !important;
}
.single-product div.product .variations_button{
	padding-top: 0;
}

.related.products  h2.related_title{
	text-align: center;
	margin: 50px auto;
    line-height: 1;
	text-transform: uppercase;
	font-size: 30px;
    font-weight: bold;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
	width: 22.5%;
    float: right;
    margin-left: 3.285714%;
}
.single-product div.product .woocommerce-product-gallery img{
	width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active{
	opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
	opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	position: relative;
}
.single-product div.product .woocommerce-product-gallery  li img:after{
	opacity: 0;
    position: absolute;
    top: 0;
	right: 0;
	bottom: 0; 
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(252,107,0,0.8);
    content: "";
	-webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active:after{
	opacity: 1;
}

@media(max-width:767px){
	#woocommerce-pages.single-product #new_price{
		font-size: 28px;
	}
	#woocommerce-pages.single-product #new_price span{
		font-size: 16px;
	}
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
		clear: none;
	}
	
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
		
	}
	
	.single-product div.product .woocommerce-product-gallery img{
		max-width: 320px;
		margin: 0 auto;
	}
}
@media(min-width:768px){

	.single-product div.product .summary {
		width: 44.8%;
		margin-bottom: 0;
	}
	.single-product div.product .woocommerce-product-gallery{
		width: 50%;
		margin-left: 2%;
	}
	.right-sidebar .content-area{
		margin-right: 0;
	}
	

}
@media(max-width:991px){
	.single-product .onsale{
		position: relative;
		left: 0;
    	top: 0;
	}
}

@media(min-width:992px){
	
	
}

.single-product div.product .summary{
	margin-bottom: 0;
	line-height: 24px;
}

/*
 ******************************************
*             Cart Page               *
 ******************************************
 */
body.woocommerce-page.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
   
	text-align: center;
}
.wc-proceed-to-checkout .button.checkout-button{
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto 0;
	background: var(--main );
}
table.shop_table_responsive thead th{
    border-bottom: 2px solid #e7e7e7;
	padding: 20px 0;
}

body.woocommerce-page.woocommerce-cart .woocommerce-cart-form  .shop_table tbody td {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7!important;
}
table.shop_table_responsive tbody tr td, table.shop_table_responsive tbody tr th{
	text-align: right !important;
}
table tbody td ,
table th {
	text-align: right !important;
    background-color:transparent;
}

#payment .payment_methods > li .payment_box, #payment .place-order,
#order_review,
table tbody tr:nth-child(2n) td, fieldset, fieldset legend{
	background-color:transparent;
}
#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle;
}
table.cart td.product-quantity .qty{
	height: 43px;
}

table.cart td.product-remove, table.cart td.actions {
    border-top-color: transparent !important; 
}
table.cart td.actions {
    border-top: none;
}
table.cart td.actions .coupon{
	border-bottom: none;
}

body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions .coupon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
}
body.woocommerce-page.woocommerce-cart .shop_table a.remove ,
.widget_shopping_cart .product_list_widget li a.remove{
	font-size: 14px;
}
body.woocommerce-page.woocommerce-cart .shop_table a.remove::before ,
.widget_shopping_cart .product_list_widget li a.remove::before {
    content: "\f00d";
}
table.cart td.actions input{
	width: auto;
	display: inline-block;
}

@media (min-width:472px){
	table.cart td.actions .coupon{
		padding-bottom: 0;
		margin-bottom:0;
	}
}

table.cart td.actions button:last-child{
	float: left;
}

@media(max-width:767px){
	#woocommerce-pages.cart-holder .container{
		max-width: 500px;
		margin: 0 auto;
	}
	body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .shop_table tbody td{
		padding-left: 0 !important;
		padding-right: 0  !important;
	}
	#woocommerce-pages.cart-holder .container .woocommerce-cart-form .shop_table{
		max-width: 300px;
	}
	table.cart td.actions .coupon{
		padding-bottom: 0;
	}
	body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr td:last-child{
		margin-bottom: 25px;
	}
	body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .shop_table tbody td,
	body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions .coupon{
		text-align: center;
	}
	body.woocommerce-page.woocommerce-cart .woocommerce-cart-form .shop_table tbody td{
		padding: 0;
		border-bottom: none !important;
	}
	table.shop_table_responsive tr td[data-title]::before{
		margin-left: 10px;
	}
	table.cart td.product-quantity .qty {
		height: 26px;
	}
	body.woocommerce-page.woocommerce-cart .shop_table tbody td.actions .coupon{
		display: block;
	}
	table.cart td.actions input,
	table.cart td.actions  button,
	table.cart td.actions button:last-child {
		float: none;
		width: 300px;
		display: block;
		margin: 0 auto 10px;;
	}
	
	table.cart td.actions button, table.cart td.actions button:last-child {
		float: none !important;
		display: block;
	}
}

@media(min-width:768px){
	table.shop_table_responsive tbody tr th{
		min-width: 200px;
	}
}


/*
 ******************************************
*             checkout Page               *
 ******************************************
 */
 
input[type=radio]:checked+label:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #000;
    content: "\f192";
    border: none;
    font-size: 19px;
    width: 16px;
}
.address-field {
	display:none;
}

body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details  {
    margin-top: 40px;
    border: 2px solid var(--light);
    padding: 30px 30px 0;
}
body.woocommerce-page.woocommerce-checkout .site-content form.checkout #customer_details  #order_review {
    padding: 0;
}
 
#woocommerce-pages #order_review {
	 box-shadow: none;
	 left: 0;
	margin-left: 0 !important;
}
 
.woocommerce-checkout .payment-fixed {
 position:inherit !important;
}
 
 .woocommerce-checkout .col2-set .form-row-last,
 .woocommerce-checkout .col2-set .form-row-first {
   margin: 10px auto !important;
}

#payment .place-order{
	margin-top: 0!important;
	padding: 0;
}
.custom-btn,
#payment .place-order .button{
	
}
.custom-btn:active,
.custom-btn:focus{
	box-shadow:none !important;
	outline: none !important;
}
#ship-to-different-address .woocommerce-form__input-checkbox{
	right: 0 !important;
	left: auto !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
	
}
#payment .terms label span{
	padding-right: 5px;	
}
#ship-to-different-address .checkbox span{
	padding-right: 20px;
}
#payment .payment_methods > li:not(.woocommerce-notice):hover,
#payment .payment_methods > li:not(.woocommerce-notice){
	background: #fff;
}

table.cart td.actions button, table.cart td.actions button:last-child {
    float: left;
}
#payment .woocommerce-terms-and-conditions{
	background: #fff;
}
/* col-xs */
@media(max-width:767px){
	.shop_table td{
		padding-right: 15px !important;
	}
	.shop_table tfoot tr {
		 border: none !important;
	}
	table.woocommerce-checkout-review-order-table .product-name{
		width: auto !important;
	}
	#woocommerce-pages #order_review{
			max-width: 300px;
	}
	
}
.required,
abbr[title].required{
	float: right !important;
	margin-left: 5px;
}

body.woocommerce-page.woocommerce-checkout tfoot .order-total{
	color: var(--main);
}
/* col-sm */
@media(min-width:768px){
	.woocommerce-checkout .col2-set .form-row-last,
	.woocommerce-checkout .col2-set .form-row-first {
		width: 49% !important;		
	}
	table.woocommerce-checkout-review-order-table .product-name {
    	width: 60% !important;
	}
	table.woocommerce-checkout-review-order-table .product-name,
	table.woocommerce-checkout-review-order-table .product-total{
		border-bottom: 1px solid var(--light)!important;
	}
	table.woocommerce-checkout-review-order-table .product-name,
	table.woocommerce-checkout-review-order-table .product-total,
	body.woocommerce-page.woocommerce-checkout tfoot td,
	body.woocommerce-page.woocommerce-checkout tfoot th{
		padding: 10px 0 !important;
	}
}
#payment .payment_methods > li:not(.woocommerce-notice){
	border-bottom: 1px solid var(--light)!important;
	border-top: 1px solid var(--light)!important;
}
/*
#woocommerce-pages #primary.content-area .entry-title {
	display:none;
}*/


input[type=radio]:checked+label:before ,
#payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #000;
	content: "\f192";
	border: none;
	font-size: 19px;
	width: 16px;
}

input[type=radio]{
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
input[type=radio]+label:before{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    vertical-align: baseline;
    content: "\f111";
	color: #000;
	font-size: 16px;
	width: 19px;
    border-radius: 50%;
    margin-left: 0.5407911001em;
  
}
.berocket_aapf_widget li > span > input[type="checkbox"] + .berocket_label_widgets:before{
	font-family: 'Font Awesome 5 Free' !important;
	color: #e2e2e2 !important;
    font-size: 16px !important;
    margin-left: 5px;
    position: absolute;
    top: 5px;
    right: 0;
}

.berocket_aapf_widget .berocket_label_widgets {
    display: inline-block !important;
    position: relative;
    padding-right: 25px;
}

#author,
#comment,
.input-text, input[type=email],
#username,#password,
#customer_details .input-text, 
#customer_details input[type=text], 
#customer_details input[type=email], 
#customer_details input[type=url], 
#customer_details input[type=password], 
#customer_details input[type=search], 
#customer_details textarea {
	background-color: transparent;
	color: var(--main);
	outline: 0;
	border: 1px solid var(--light);
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: 400;
	box-shadow: none;
	margin-bottom: 10px;
}
#author:focus,
#comment:focus,
.input-text:focus, input[type=email]:focus,
#username:focus,#password:focus,
#username:active,#password:active,
#customer_details .input-text:active , 
#customer_details input[type=text]:active , 
#customer_details input[type=email]:active , 
#customer_details input[type=url]:active , 
#customer_details input[type=password]:active , 
#customer_details input[type=search]:active , 
#customer_details textarea:active ,
#customer_details .input-text:focus , 
#customer_details input[type=text]:focus , 
#customer_details input[type=email]:focus , 
#customer_details input[type=url]:focus , 
#customer_details input[type=password]:focus , 
#customer_details input[type=search]:focus , 
#customer_details textarea:focus {
	border:1px solid var(--main);
	background-color: transparent;
}
#woocommerce-pages #primary.content-area .country_to_state {
	padding:0;
}
#woocommerce-pages #primary.content-area .country_to_state a {
    height: 34px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    background-image: none;
    padding: 0 0 0 10px;
    line-height: 34px;
}



/*cart widget*/
.widget_shopping_cart .product_list_widget li img {
    max-width: 4.617924em;
    float: right;
	margin-left: 10px;
}
.widget_shopping_cart_content{
	border-top: 1px solid #e1e1e1;
	padding: 0;
}
.widget_shopping_cart .product_list_widget li{
	padding: 0 0 20px 15px;
    margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.widget_shopping_cart .product_list_widget li a.remove{
	right: auto;
	top: 0;
	left: 0;
	
}
.widget_shopping_cart .product_list_widget li a.remove::before{
	color: #000;
	content: "\f00d";
}

.widget_shopping_cart .product_list_widget li:last-child{
	border-bottom: none;
}
.widget_shopping_cart p.total{
	text-align: right;
	font-weight: 500;
	border-bottom:none;
}
.widget_shopping_cart p.total strong{
	font-weight: 500;
	display: inline-block;
	width: 110px;
}

.added_to_cart, .button, button, input[type=button], input[type=reset], input[type=submit]{
	    border-radius: 30px;
}

.added_to_cart, .button, button, input[type=button], input[type=reset], input[type=submit]{
	border-radius: 0;
}
.widget-area .widget a.button{
	font-weight: 400 !important;
}
#woocommerce-pages.single-product h1.product_title:before,
.cart-collaterals h2,
.woocommerce-MyAccount-navigation-link--downloads,
#woocommerce-pages.checkout-holder #secondary ,
#woocommerce-pages.cart-holder #secondary ,
#woocommerce-pages.my_account-holder #secondary {
	display: none;
}
/* col-sm */
@media(min-width:768px){
	#woocommerce-pages.checkout-holder #primary ,
	#woocommerce-pages.cart-holder #primary ,
	#woocommerce-pages.my_account-holder #primary {
		width: 100%;
		float: none;
	}
	#order_review .shop_table{
		margin-bottom: 0;
	}
}
.woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce-noreviews, p.no-comments{
	background: var(--sec);
}


/*
 ******************************************
 *    Global              *
 ******************************************
 */

.wc-forward::after, .woocommerce-Button--next::after{
	content: "\f30a";
}

.woocommerce-error, .woocommerce-info, 
.woocommerce-message, .woocommerce-noreviews, 
p.no-comments{
	background: #000;
	border-radius: 0;
	margin: 20px auto;
	
}
#woocommerce-pages.my_account-holder form{
	max-width: 300px;
}


@media(max-width:767px){
	.woocommerce-error, .woocommerce-info, 
	.woocommerce-message, .woocommerce-noreviews{
		margin-top: 0;
	}
}
/* col-sm */
@media(min-width:768px){
	.woocommerce-error, .woocommerce-info, 
.woocommerce-message, .woocommerce-noreviews {
		max-width: 720px;
	}
	
}

/* col-md */
@media(min-width:992px){
	.woocommerce-error, .woocommerce-info, 
.woocommerce-message, .woocommerce-noreviews {
		max-width: 940px;
	}
}

/* col-lg */
@media(min-width:1200px){
	.woocommerce-error, .woocommerce-info, 
	.woocommerce-message, .woocommerce-noreviews{
		max-width: 1140px;
	}
}

#woocommerce-pages .alpha,
#woocommerce-pages h1 {
    font-size: 40px;
    line-height: 42px;
	letter-spacing: 1px !important;
    margin: 0 auto 20px;
}
.wc-forward::after, .woocommerce-Button--next::after {
    content: "\f053";
}
/*.woocommerce-products-header*/
#my_login #customer_login h2,
#payment .payment_methods li .payment_box,
.woocommerce-tabs ul.tabs li.additional_information_tab,
.woocommerce-tabs .panel h2,
.woocommerce-tabs ul.tabs li.active::after,
.widget_product_categories ul li::before,
.widget.woocommerce li .count,
.single-product .related.products,
.single-product .product_meta,
.single-product .cart,
.single-product .woocommerce-tabs,
.single-product #secondary,
#woocommerce-pages #secondary,
#woocommerce-pages.single-product #secondary,
#woocommerce-pages.checkout-holder #secondary,
#woocommerce-pages.cart-holder #secondary,
.woocommerce-products-header h1.woocommerce-products-header__title,
.woocommerce-products-header .term-description{
	display: none !important;
	
}
#woocommerce-pages #primary,
.single-product #primary,
#woocommerce-pages.single-product #primary,
#woocommerce-pages.checkout-holder #primary,
#woocommerce-pages.cart-holder #primary{
	width: 100%;
}



/*header cart*/

/* col-sm */
@media(min-width:768px){
	.site-header-cart{
		margin-bottom: 0;
	}
}


.site-header-cart .warp-cart{
	text-align: center;
	position: relative;
	display: block;
	width: 100%;
	padding:  0 0;
	text-align: center;
	display: inline-block;
	/*-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	transition: all .5s ease-in;*/
}
.site-header-cart .warp-cart .cart_update_count{
	position: absolute;
    top: 0px;
    right: -7px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    display: block;
   
}
.site-header-cart:hover .warp-cart .cart_update_count{
	color: var(--sec);

}
.site-header-cart .warp-cart .info_wrap{
	padding-right: 5px;
}
.site-header-cart  .widget_shopping_cart .product_list_widget li a.remove::before{
	color: #b7b7b7;
	margin-left: 5px;
}
.site-header-cart .fa{
	font-size: 25px;
	display: block;
	color: #fff;
}
.site-header-cart .fa:before{
	position: relative;
}
.site-header-cart .widget_shopping_cart {
	width: 250px !important;
	margin-top: 0px;	
	right: -195px !important;
	top: 45px;
	background: #fff;
	z-index: -2 !important;
	box-shadow: 0px 5px 4.95px 0.05px rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0px 5px 4.95px 0.05px rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0px 5px 4.95px 0.05px rgba(0, 0, 0, 0.19);
	display: none !important;
}

.site-header-cart:hover .widget_shopping_cart{
	z-index: 999999 !important;
	display: block !important;
}
.widget_shopping_cart .woocommerce-mini-cart__empty-message{
	margin: 10px 15px 10px !important;
}
.site-header-cart .widget_shopping_cart .product_list_widget {
	padding: 0 0 10px !important;
}
.site-header-cart .widget_shopping_cart .product_list_widget li {
	padding: 10px 0 !important;
}
.site-header-cart .widget_shopping_cart a:hover,
.site-header-cart .widget_shopping_cart a{
	
}
.site-header-cart .widget_shopping_cart .product_list_widget li a{
	line-height: 1.2;
	font-size: 14px;
}

.site-header-cart .widget_shopping_cart .product_list_widget li .quantity{
	font-size: 14px;
	font-weight: 300;
}
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove{
	float: left;
}
.site-header-cart .widget_shopping_cart	.variation dt,
.site-header-cart .widget_shopping_cart .variation dd{
	display: inline-block;
}
 .site-header-cart .widget_shopping_cart  dl.variation {
    font-size: 14px;
    margin: 0 auto;
}
 .variation dd,
.variation dd p{
	margin-bottom: 0 !important;
}

.site-header-cart .widget_shopping_cart p.total{
	padding: 0 0 8px;
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: -8px auto 0;
}

.site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount{
	float: left;
	font-weight: 400;
	color: var(--light);
	font-style: italic;
}

.site-header-cart .widget_shopping_cart .buttons .button.wc-forward{
	display: inline-block !important;
    width: 107px;
    margin: 0 4px;
    font-weight: 500;
    box-shadow: none;
    padding: 5px;
    border: none;
	color: var(--main);
	border: 1px solid var(--line);
    background:#fff;
}
.site-header-cart .widget_shopping_cart .buttons .wc-forward.checkout{
	 background: var(--main);
	color: var(--main);
}
.site-header-cart .widget_shopping_cart .buttons .button.wc-forward:after{
	display: none!important;
}
.site-header-cart .widget_shopping_cart .buttons .button.checkout{
	color: #fff !important;

}
.site-header-cart .product_list_widget li{
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.site-header-cart .wp-post-image{
	max-width: 55px !important;
	margin-right: 0 !important;
}




.woocommerce-checkout .required{
	float: right;
}
#woocommerce-pages.checkout-holder #order_review {
    box-shadow: none !important;
}
a:focus, .button:focus, .button.alt:focus, .button.added_to_cart:focus, .button.wc-forward:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
select:hover,
select:focus{
	outline: none !important;
}
.added_to_cart, .button, button, input[type=button], input[type=reset], input[type=submit]{
	font-weight: 300;
}

.site-header-cart .widget_shopping_cart .buttons, .site-header-cart .widget_shopping_cart .total{
	background-color: #fff !important;
}

.added_to_cart.alt, .added_to_cart.cta, .button.alt, .button.cta, button.alt, button.cta, input[type=button].alt, input[type=button].cta, input[type=reset].alt, input[type=reset].cta, input[type=submit].alt, input[type=submit].cta,
.added_to_cart, .button, button, input[type=button], input[type=reset], input[type=submit]{
	background-color: #000000;
    border-color: #000000;
}

.added_to_cart.alt:hover, .added_to_cart.cta:hover, .button.alt:hover, .button.cta:hover, button.alt:hover, button.cta:hover, input[type=button].alt:hover, input[type=button].cta:hover, input[type=reset].alt:hover, input[type=reset].cta:hover, input[type=submit].alt:hover, input[type=submit].cta:hover,
.products .product .button:hover,
.products .product .button:focus{
	background: var(--sec);
	color: #fff;
}

.berocket_aapf_widget_selected_area .br_unselect_all,
.berocket_aapf_widget_selected_filter span{
	display: none;
}
.berocket_aapf_selected_area_hook .berocket_aapf_widget,
.berocket_aapf_selected_area_hook{
	margin: 0 auto;
	padding: 0;
}
.berocket_aapf_count,
.berocket_aapf_widget_selected_filter,
.berocket_aapf_widget_selected_filter ul{
	display: inline-block;
}
.berocket_aapf_widget.berocket_aapf_widget_selected_area ul{
	margin: 0 auto;
}
.berocket_aapf_selected_area_hook li{
	float: right !important;
	margin-left: 10px;
	margin-right: 0 !important;
}

.no-products{
	width: 100%;
}