/*------------------------------------------------------------------
/*------------------------------------------------------------------
BEW Woocommerce Styles
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
Add to cart button default
-------------------------------------------------------------------*/
#bew-cart input[type="button"], #bew-cart input[type="reset"], #bew-cart input[type="submit"], #bew-cart button[type="submit"], #bew-cart .button {
    display: inline-block;
    font-family: inherit;    
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}	


#bew-cart .quantity .qty, #bew-cart .quantity .minus, #bew-cart .quantity .plus,
#top-avm .quantity .qty, #top-avm .quantity .minus, #top-avm .quantity .plus {
font-size:13px;	
}

#bew-cart .quantity .qty, #bew-cart .quantity .minus, #bew-cart .quantity .plus, .woocommerce #bew-cart .quantity .qty,
#top-avm .quantity .qty, #top-avm .quantity .minus, #top-avm .quantity .plus, .woocommerce #top-avm .quantity .qty {
    display: block;
    float: left;
    width: 36px;
	height: 36px;
    min-height: 36px;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #777;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#bew-cart .quantity .minus, #bew-cart .quantity .plus,
#top-avm .quantity .minus, #top-avm .quantity .plus {
    font-size: 13px;
    line-height: 34px;
}

#bew-cart .quantity .minus, #top-avm .quantity .minus {
    border-right-width: 0 !important;
}

#bew-cart .quantity .plus, #top-avm .quantity .plus {
    border-left-width: 0 !important;
}

.woocommerce #bew-cart .quantity input[type=number], .woocommerce #bew-cart .quantity input[type=text],
.woocommerce #top-avm .quantity input[type=number], .woocommerce #top-avm .quantity input[type=text] {
    padding: 0;
}	

.woocommerce #bew-cart form input[type="number"], .woocommerce #top-avm form input[type="number"] {
    min-height: 36px;
}

#bew-cart input[type="number"]::-webkit-outer-spin-button,
#bew-cart input[type="number"]::-webkit-inner-spin-button,
#top-avm  input[type="number"]::-webkit-outer-spin-button, 
#top-avm input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
	display: none;
}

#bew-cart input[type="number"] , #top-avm input[type="number"]  {
    -moz-appearance: textfield;
}

.woocommerce div.product #bew-cart form.cart .button, .woocommerce div.product #top-avm form.cart .button {
    vertical-align: middle;
    float: none;
}

.elementor-editor-active.woocommerce div.product #bew-cart form.cart .button, .elementor-editor-active.woocommerce div.product #top-avm form.cart .button {
	display: inline-block;
}

.woocommerce div.product #bew-cart form.cart .group_table td.woocommerce-grouped-product-list-item__quantity {
    width: inherit;
}

@media only screen and (min-width: 800px) {


.single-product #bew-cart .quantity .minus, .single-product #top-avm .quantity .minus  {

border-right-width: 0 !important; 
   
}

.single-product #bew-cart .quantity .plus, .single-product #top-avm .quantity .plus{

border-left-width: 0 !important; 
   
}

}

/*------------------------------------------------------------------
Woo Menu Cart
-------------------------------------------------------------------*/
 
 .bew-menu-cart {
  display: block;  
  font-family: 'Roboto', sans-serif;  
  list-style: none !important;
  padding: 5px 35px 20px 1em;
  position: relative; 
 }

.woo-header-cart a {
      
    display: block;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-transform: uppercase;     
}

.woo-header-cart .woo-menucart {	 
     color: #333;
     display: inline-block;
     margin: 0 3px;
     padding: 10px 10px;
     position: relative;
	 font-size: 22px;
	 line-height:0;
 }
 
.woo-header-cart .woo-menucart.circle {	
	 border-style: solid;
	 border-width: 1px;
	 border-color: #333;     
     border-radius: 100%;     
 }
 
.woo-header-cart .woo-menucartn.square {	
	border-style: none; 
 }
 
.woo-header-cart .woo-menucart.minimalist{	
	border-style: none;  
 }

.woo-header-cart .woo-cart-quantity {   
    display: block;
    font-size: 12px;    
    position: absolute;
    right: -12px;
    top: -6px;
    width: 1.67em;
    height: 1.67em;
    box-sizing: initial;   
    text-align: center;
    border-radius: 100%;
    line-height: 1.67em;
    box-sizing: content-box;
}

.woo-header-cart .circle .woo-cart-quantity {    
    right: -12px;
    top: -6px;
	background-color: #333;
	color: #ffffff;
	padding: 0px;
    }

.woo-header-cart .square .woo-cart-quantity{
    right: -20px;
    top: 10px;
	border-radius: 3px;
	padding: 1px;
	background-color: #333;
	color: #ffffff;   
}

.woo-header-cart .minimalist  .woo-cart-quantity{   
	right: 0;
    top: 0;
    border-radius: 0;
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 5px;    
}

.woo-header-cart .custom .woo-cart-quantity{   
	right: 0;
    top: 0;
    border-radius: 0;
    padding: 0;
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
    margin: 0 20px; 
	padding: 0 10px;
}

.woo-arrow  .woo-cart-quantity:before{
    right: 75%;
    top: 50%;
    border: solid transparent;
    content: "";
    height:0;
    width:0;
    position:absolute;
    pointer-events: none;
    border-color:rgba(18,17,17,0);
    border-right-color:#333;
    border-width:9px;
    margin-top:-9px;    
}

.bew-menu-cart .woo-cart-text-before, .bew-menu-cart .woo-cart-text-after {
	font-size: 16px;
    text-transform: initial;	
	display: inline-block;
	line-height: 1;
}

.bew-menu-cart .custom-menu-cart-text.woo-header-cart .custom .woo-cart-quantity,
.bew-menu-cart .custom-menu-cart-text.woo-header-cart  .woo-cart-quantity   {
    font-size: 16px;
    position: relative;
    right: 0;
    top: 0; 
	display: inline-block;
	line-height: 1;
	width: auto;
    height: auto;
	margin: 0 5px;
    padding: 0;
}

.woo-cart-text-quantity {
	display:none;
}

.bew-menu-cart .show-qty-text .custom .woo-cart-text-quantity, .bew-menu-cart  .minimalist .woo-cart-text-quantity {
	display: inline-block;
	text-transform: initial;
}



@media only screen and (max-width: 480px) {

.bew-menu-cart .custom-menu-cart-text.woo-header-cart .custom .woo-cart-text-after:after {
    content: '\e628';
    margin-left: 10px;
    display: none;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    width: auto;
}

.bew-menu-cart .custom-menu-cart-text.woo-header-cart .custom .woo-cart-text-after:after {
    font-family: 'Themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.bew-menu-cart.bew-menu-cart-link .menu-cart-fixed{
    position: fixed;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 14;
    left: 0;
    width: 100%;
    right: 0;
}

.bew-menu-cart.bew-menu-cart-link .menu-cart-fixed.cart-bottom {
    bottom: 0;
}

.bew-menu-cart.bew-menu-cart-link .menu-cart-fixed.cart-top {
    top: 0;
}

.bew-menu-cart.bew-menu-cart-link .menu-cart-fixed .woo-menucart{
    width: 100%;
}

.bew-menu-cart .custom-menu-cart-text.woo-header-cart.show-after-text-icon .custom .woo-cart-text-after:after{
    display: inline-block;
}

}

/* ## Bew Mini Cart
--------------------------------------------- */
.bew-menu-cart {
  position: relative; 
}

body.menu-canvas-enabled {
	position: relative;
    overflow-y: hidden;
    width: 100%;	
}

.bew-menu-cart .cart-dropdown .shopping-cart-content {
    border: 1px solid #eaeaea;
    height: 0;
    position: absolute;
    top: 60px;
    z-index: 9999;
    background: white;
    width: 350px;
    opacity: 0;
    padding: 0;
    right: 0;
    visibility: hidden;
}

.bew-menu-cart .cart-canvas.shopping-cart .shopping-cart-content {

}	
	
.bew-menu-cart .shopping-cart .shopping-cart-content ul {    
    margin: 0;   
	list-style: none;
}
	
.bew-menu-cart .shopping-cart .shopping-cart-content li {
	min-height: 50px;
    float: left;
    padding: 12px 0;
    width: 100%;
}

.bew-menu-cart .shopping-cart .shopping-cart-content li a {
    color: #3f3f3f;
}

.bew-menu-cart .shopping-cart .shopping-cart-content li a:first-of-type {
    margin-right: 0px; 
}

.bew-menu-cart:hover .cart-dropdown .shopping-cart-content {
  transition: all .5s ease-in-out;
  height: auto;
  opacity: 1;
  visibility: visible; 
}
  
/* ##  Mini Cart new style from oceanwp
--------------------------------------------- */

.bew-menu-cart .cart-dropdown ul.woocommerce-mini-cart, .bew-menu-cart .widget_shopping_cart_content ul.woocommerce-mini-cart {
    max-height: 50vh;
    overflow-y: auto;
}

.bew-menu-cart .cart-dropdown .shopping-cart-content ul.cart_list li , .bew-menu-cart .widget_shopping_cart_content ul.cart_list li  {
    padding: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    min-height: 100%;
}

.bew-menu-cart .shopping-cart .shopping-cart-content ul.cart_list li:last-child, .bew-menu-cart .widget_shopping_cart_content ul.cart_list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    min-height: 90px;
}

.bew-menu-cart .shopping-cart .shopping-cart-content ul.cart_list li:first-child, .bew-menu-cart .shopping-cart .shopping-cart-content ul.cart_list li:last-child , .bew-menu-cart .widget_shopping_cart_content ul.cart_list li:first-child {
    min-height: 100%;
}

.bew-menu-cart .shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail img, .bew-menu-cart .widget_shopping_cart_content ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail img  {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
}

.bew-menu-cart .owp-grid-wrap, .bew-menu-cart .woocommerce-mini-cart-item .owp-grid-wrap{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

 .bew-menu-cart .owp-grid.thumbnail, .bew-menu-cart .woocommerce-mini-cart-item .owp-grid.thumbnail {
    width: 25%;
    margin: 0;
    
}

 .bew-menu-cart .owp-grid.content, .bew-menu-cart .woocommerce-mini-cart-item .owp-grid.content {
    position: relative;
    width: 75%;
    padding-left: 10px;
}

.bew-menu-cart .shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid>div , .bew-menu-cart .widget_shopping_cart_content ul.cart_list li .owp-grid-wrap .owp-grid>div {
    padding-right: 60px;
}

.bew-menu-cart .shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3, .bew-menu-cart .widget_shopping_cart_content ul.cart_list li .owp-grid-wrap .owp-grid h3 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.bew-menu-cart .shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid  .quantity, .bew-menu-cart .widget_shopping_cart_content ul.cart_list li .owp-grid-wrap .owp-grid .quantity  {
    color: #b2b2b2;
    font-weight: 400;
}

.bew-menu-cart .shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid  a.remove {
    display: inline-block;
    position: absolute;
    top: 50%;    
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 20;	
	right: 20px;
    margin-top: -17px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #b3b3b3;
    border: 1px solid #e6e6e6;
}
  

.bew-menu-cart .shopping-cart .shopping-cart-content .total {
    background-color: #fafafa;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e6e6e6;
    padding: 20px;
    margin: 0;
}
.bew-menu-cart .shopping-cart .shopping-cart-content .total strong {
    
    font-size: 12px;
    font-weight: 400;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 2;
}
.bew-menu-cart .shopping-cart .shopping-cart-content .total .amount {
    float: right;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 1px;
}

.bew-menu-cart .shopping-cart .shopping-cart-content .buttons {
    margin: 0;
    padding: 20px;
}

.bew-menu-cart .shopping-cart .shopping-cart-content .buttons .button:first-child {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #666;
}

.bew-menu-cart .shopping-cart .shopping-cart-content  .buttons .button:first-child:hover {
    border-color: #13aff0;
}

.bew-menu-cart .shopping-cart .shopping-cart-content .buttons .button {
    
    width: 48%;
    padding: 14px 8px;
    text-align: center;
    letter-spacing: 2px;
}
.bew-menu-cart .shopping-cart .shopping-cart-content .buttons .fc-foward {
    margin-right:5px;
}

.bew-menu-cart .shopping-cart .shopping-cart-content .buttons .checkout {
    margin-left: 4%;
}

.bew-menu-cart .shopping-cart.hide_view_cart .shopping-cart-content .buttons .button:first-child  {
    display: none;
}
.bew-menu-cart .shopping-cart.hide_view_cart .shopping-cart-content .buttons .button {
    width: 100%;    
}
.bew-menu-cart .shopping-cart.hide_view_cart .shopping-cart-content .buttons .checkout{
	margin-left: 5px;
}

	
.absolute .woocommerce-message {
	position:absolute;
	z-index:9;
	margin: 90px 0 30px
	
}

.bew-menu-cart-buttons-inline .shopping-cart .shopping-cart-content .buttons .button{
	width: 48%;
    padding: 14px 8px;
    text-align: center;
    letter-spacing: 2px;
	display: inline-block;
	text-transform: uppercase;
    font-size: 14px;
}

.bew-menu-cart-buttons-stacked .shopping-cart .shopping-cart-content .buttons .button{
	width: 100%;    	
}

.bew-menu-cart-buttons-stacked .shopping-cart .shopping-cart-content .buttons .checkout {
	margin-left:0;
	margin-top:4%;
}


@media only screen and (max-width: 480px) {
.bew-menu-cart .cart-dropdown .shopping-cart-content {
    display: none; }

.bew-menu-cart-buttons-inline .shopping-cart .shopping-cart-content .buttons .button{
	width: 100%;  
	
}
.bew-menu-cart-buttons-inline .shopping-cart .shopping-cart-content .buttons .checkout {
	margin-left:0;
	margin-top:4%;
}	
	
}

/* ## Bew Mini Cart - Menu Off Canvas
--------------------------------------------- */
.admin-bar.menu-canvas-enabled .bew-mini-cart-canvas {
	margin-top:32px;
	
}

.bew-menu-cart .bew-mini-cart-canvas .woocommerce-mini-cart__empty-message {
    margin: 20px 40px;
}


.bew-menu-cart .bew-mini-cart .product_list_widget li dl, .bew-menu-cart .bew-mini-cart ul.cart_list li dl {
    display: none;
}

.bew-mini-cart-canvas {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    -webkit-transition: background-color .4s,-webkit-transform 0s;
    transition: background-color .4s,-webkit-transform 0s;
    -o-transition: background-color .4s,transform 0s;
    transition: background-color .4s,transform 0s;
    transition: background-color .4s,transform 0s,-webkit-transform 0s;
	
}

.cart-canvas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.bew-mini-cart-canvas:not(.menucart--open) .cart-canvas{
	overflow: hidden;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.bew-mini-cart-canvas:not(.menucart--open) .cart-canvas .shopping-cart-content{
    display:none;
    opacity: 0 !important;
	visibility: hidden;
}


.bew-mini-cart-canvas .cart-canvas{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: fixed;
	overflow: auto;
    top: 0;
    width: 500px;
    max-width: 100%;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.bew-mini-cart-canvas:not(.menucart--open) {
    background-color: transparent;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background-color .4s,-webkit-transform 0s .4s;
    transition: background-color .4s,-webkit-transform 0s .4s;
    -o-transition: background-color .4s,transform 0s .4s;
    transition: background-color .4s,transform 0s .4s;
    transition: background-color .4s,transform 0s .4s,-webkit-transform 0s .4s;
}

.bew-mini-cart-canvas .cart-canvas .shopping-cart-content ul {
    margin: 0px 20px 0px 40px;
    overflow-y: auto;
    max-height: calc(100vh - 285px);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.bew-mini-cart-canvas .cart-canvas .shopping-cart-content li {
    padding: 10px 0 30px 0;
    width: 100%;
	border-bottom:0;
}

.bew-mini-cart-canvas .cart-canvas .shopping-cart-content ul.cart_list li:first-child{
    padding-top: 20px;
}

.bew-mini-cart-canvas .cart-canvas .shopping-cart-content ul.cart_list li:last-child{
    padding-bottom: 20px;
}

.bew-mini-cart-canvas .cart-canvas  .owp-grid.thumbnail, .cart-canvas .woocommerce-mini-cart-item .owp-grid.thumbnail {
    width: 25%;
    margin: 0;    
}

.bew-mini-cart-canvas .cart-canvas  .owp-grid.content, .cart-canvas .woocommerce-mini-cart-item .owp-grid.content {
    position: relative;
    width: 75%;
    padding-left: 10px;
}

.cart-canvas .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3, .cart-canvas .widget_shopping_cart_content ul.cart_list li .owp-grid-wrap .owp-grid h3 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
	
	vertical-align:middle;
	padding: 0 10px 0 0;
}

.cart-canvas .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid .quantity{
    
    display: inline-block;
	vertical-align:middle;
	width: 35%;
	float:none;
	text-align:right;
}

.woocommerce .bew-menu-cart .cart-canvas ul.cart_list li a, .woocommerce .bew-menu-cart .cart-canvas ul.product_list_widget li a {
    display: block;
    font-weight: 400;
}

.cart-canvas .shopping-cart-content .total {    
    padding: 20px 40px 20px 40px;
	margin:0;
}

.cart-canvas  .shopping-cart-content .buttons {
   padding: 40px 40px 40px 40px;
   margin:0;
}

.shopping-cart-header {
    padding: 19px 40px;
	border-bottom: 3px solid #eaeaea; 
	display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.shopping-cart-header .heading--add-small {
    text-align: left;
}

.heading--add-small {
    display:inline-block;
	font-size: 15px;
    line-height: 20px;	
    font-weight: normal;
	margin:0;
    text-transform: uppercase;
}

.shopping-cart-header .drawer__btn-close {
    padding: 5px;
    cursor: pointer;
	line-height: normal;
}

.shopping-cart-header .drawer__btn-close {
	display:inline-block;
	font-size: 14px;      
    color: #333333;
    background-color: transparent;
    border: none;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Raleway",Tahoma,Geneva,sans-serif;
}

.shopping-cart-header .drawer__btn-close i {
	font-size: 25px;
}

.bew-menu-cart-canvas .cart-canvas .owp-grid.thumbnail img{
    border: 1px solid #ccc;    
}

.cart-canvas .shopping-cart-content .total strong {
    font-size: 15px;
    font-weight: normal;
    
}

.content-inline-yes .cart-canvas .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3 {
	display:inline-block;
	width: 60%;
	
}

@media only screen and (max-width: 480px) {
.content-inline-yes .cart-canvas .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3 {
    display: inline-block;
    width: 100%;
}

.cart-canvas .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid .quantity {
    display: inline-block;    
    width: 100%;    
    text-align: left;
}

.cart-canvas .shopping-cart-content ul.cart_list li, .cart-canvas .widget_shopping_cart_content ul.cart_list li {
    padding: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    min-height: 100%;
}

.cart-canvas .shopping-cart-content ul.cart_list li:last-child, .cart-canvas .widget_shopping_cart_content ul.cart_list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;    
}

}

/* ##  Override Elementor empty widget for absolute price
--------------------------------------------- */

.elementor-editor-preview .elementor-widget-bew_dynamic.elementor-widget-empty .elementor-widget-empty-icon {
	display: none;
}

.elementor-editor-preview .elementor-widget-bew_dynamic.elementor-widget-empty {
    display: block;
}

/* ##  Override Woocommerce add to cart style
--------------------------------------------- */

#bew-cart .quantity, .bew-add-to-cart .quantity {	
	display: none;
}

.woocommerce button.button, .woocommerce .bew-add-to-cart  button.button {
	padding: 12px 20px;
}

#bew-cart .button, .bew-add-to-cart  .button , .woocommerce  .bew-add-to-cart  a.button  {
	padding: 12px 20px;
	color: #ffffff;
	border:none;
	line-height: 1;
	text-transform: uppercase;
	background-color: #13aff0;
	float: none;
	display: inline-block;
	font-family: inherit;
	font-weight: 600;
	margin: 0;
	cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;	
    letter-spacing: 0.1em;	
	font-size: 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	min-height: initial;
}
#bew-cart .button:hover, .bew-add-to-cart .button:hover, .woocommerce  .bew-add-to-cart a.button:hover  {
	background-color: #0b7cac;
    color: #fff;
}

button.button-by-id {
	padding: 12px 20px;
}

/* ##  Price
--------------------------------------------- */

del .amount {
	font-size: 50%; 
}

.bew-price-grid .price .amount, .bew-price-grid .price {
	color:#333;
}

/* ##  Add to cart Always visible option
--------------------------------------------- */

/* ##  Mobile
--------------------------------------------- */

@media only screen and (max-width: 480px) {
	
.hide-buttom{
	display:none;	
}	
	
.productadd{
	border:none;
	position:fixed;
	margin-top:0px;
	background-color:#333333;
	box-shadow:none;
	color:#ffffff;
	text-align:center;
	height:56px;
	border:none;
	width:100%;
	opacity:1;
	bottom:0px;
	z-index:200;
	display: block;
	left: 0;
    -webkit-font-smoothing: subpixel-antialiased!important;
}

.woocommerce div.product .always-visible form.cart, .always-visible form.cart, .always-visible .product-by-id    {
	padding: 10px 0;
    border-top: 0px solid;
    border-bottom: 0px solid;
    margin-top: 0px;
    border-color: #eaeaea;
}

.always-visible .button, .always-visible button.button {
	font-size: 14px;
	background-color: #333333;	
	width: 100%;	
}

.always-visible.show-qty .button, .always-visiblesd.show-qty button.button, .always-visible.show-qty button.button.alt, .woocommerce div.product #top-avm.show-qty form.cart .button{		
	width: auto;	
}

.always-visible .button:hover {	
	background-color: #333333;	
}

.always-visible .amount {
    color: #ffffff;
	font-size: 14px;
}
	
.woocommerce div.product .always-visible form.cart div.quantity, .always-visible form.cart div.quantity, .always-visible .product-by-id .bew-quantity  {
	margin: 0 0 0 20px;
	padding: 0px;
	border-right: 1px solid #555;
	display: none;	
}

.woocommerce div.product .show-qty form.cart div.quantity, .show-qty form.cart div.quantity, .always-visible .product-by-id.show-qty .bew-quantity	{
		display: inline-block;
		vertical-align:middle;
		float:left;
	}
	
.always-visible .product-by-id.show-qty .bew-add-to-cart-avm	{
		display: inline-block;
		vertical-align:middle;
	}


.always-visible .quantity .qty, .always-visible .quantity .minus, .always-visible .quantity .plus {
	border: 0px solid #e4e4e4;
	font-size: 16px;
    color:  #e4e4e4;
}

.always-visible .quantity .minus, .always-visible .quantity .plus {
    font-size: 22px;
    line-height: 39px;
}

.product-title {
	display:none;
	}

.product-buttom p {
    display:none;
	}
	
.product-buttom .button del {
    display:none;
	}


#bew-cart-avm .added_to_cart {
	display: inline-block;
    font-family: inherit;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
	}
	
.always-visible .product-buttom  ins {
    text-decoration: none;
	}	

	
}

#top-avm  .product-buttom .cart .added_to_cart{
	color:#ffffff;
	margin: 0 0 10px 0;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 1px;
    border-bottom: 2px solid;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: .6px;
}


/* ##  Desktop
--------------------------------------------- */

@media only screen and (min-width: 480px) {
	
		
	.productadd{
	border:none;
	position:fixed;
	margin-top:0px;
	background-color:#333333;
	box-shadow:none;
	color:#ffffff;
	text-align:center;
	height:66px;
	border:none;
	width:100%;
	opacity:0;
	top:0px;
	z-index:200;
	visibility:hidden;
	left: 0;
	-webkit-font-smoothing: subpixel-antialiased!important;
	}
	
	.productadd.show{
	opacity:1;
	visibility: visible;
	}
	
	.show-title {		
	opacity: 1;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    visibility:visible;
	}
	
	.product-title.show-title {
    opacity: 1;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
	}
	
	.product-title {
	float: left;
    width: 50%;
    opacity: 1;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;	
	}
	
	.product-title p {
	margin-left: 40px;	
    margin-right: 12px;
    float: left;
    margin-bottom: 0px;
    color: #FFFFFF;    
    font-size: 16px;
    font-weight: 600;
    line-height: 66px;
	}
	
	.product-title h2 {
    margin-left: 40px;
    float: left;
    color: #FFFFFF;    
    font-size: 16px;
    font-weight: 300;
    line-height: 66px;
	}
	
	.product-buttom.show {
    opacity: 1;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
	}
	
	.product-buttom {
	padding-right: 27px;	
    float: left;
    width: 50%;
    opacity: 1;
    transition: 0.6s all;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
	}

	.product-buttom p {
    color: #FFFFFF;    
    font-size: 16px;
    font-weight: 600;
    line-height: 66px;
    float: right;
    margin: 0 30px 0px 0px;
	}
	
	.woocommerce div.product .always-visible form.cart, .always-visible form.cart, .always-visible .product-by-id  {
		padding: 10px 0;
		border-top: 0px solid;
		border-bottom: 0px solid;
		margin: 0;
		border-color: #eaeaea;
		float: right;
	}

	.woocommerce .always-visible button.button, .always-visible button.button, .always-visible #bew-cart-avm .button, .woocommerce div.product .always-visible form.cart button.button {
		font-size: 14px;
		text-transform: uppercase;
		background-color: #ffffff;
		color:#333333;
		padding: 16px 40px;
	}

	.always-visible .button:hover {		
		background-color: #333333;		
	}
	
	.always-visible  .line{		
		display: none;
	}
	
	.always-visible .amount {
		color: #ffffff;		
	}
	
	.always-visible button .amount {
		color: #ffffff;
		font-size: 14px;
		display: none;
	}
		
	.woocommerce div.product .always-visible form.cart div.quantity, .always-visible form.cart div.quantity, .always-visible .product-by-id .bew-quantity  {
		margin: 0px 0px;
		padding: 4px 5px;		
		display: none;	
	}
	
	.always-visible .product-buttom  del {
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
	}
	
	.always-visible .product-buttom  ins {
    text-decoration: none;
	}
	
	.woocommerce div.product .show-qty form.cart div.quantity, .show-qty form.cart div.quantity, .always-visible .product-by-id.show-qty .bew-quantity	{
		display: inline-block;
		vertical-align:middle;
		float:left;
	}
	
	.always-visible .product-by-id.show-qty .bew-add-to-cart-avm	{
		display: inline-block;
		vertical-align:middle;
	}

	.always-visible .quantity .qty, .always-visible .quantity .minus, .always-visible .quantity .plus {
		border: 0px solid #e4e4e4;
		font-size: 16px;
		color:  #e4e4e4;
	}

	.always-visible .quantity .minus, .always-visible .quantity .plus {
		font-size: 22px;
		line-height: 39px;

	}
		
	#bew-cart-avm .added_to_cart {		
		display: inline-block;
		font-family: inherit;
		background-color: #ffffff;
		color:#333333;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 0;
		padding: 16px 40px;
		border: 0;
		cursor: pointer;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease; 
	}
		
}

#wpadminbar {
	z-index: 100 !important;
}


 /**
 * Product Filter
 */
 
.filter-center {
    text-align: center;
	margin:0;
}	

.product-filter, .woocommerce ul.product-filter {
  list-style: none;
  padding: 0;
  margin: 10px 0 50px;
  display: inline-block;  
}
.product-filter > li {  
  float: left;
  display: inline;
}
.product-filter > li a {
  display: inline-block;
  padding: 7px 25px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
.product-filter > li a:hover,
.product-filter > li a.active {
  background: #dd3333;
  color: #fff;
  box-shadow: 0 -3px 0 0 #b91f1f inset;
  -webkit-box-shadow: 0 -3px 0 0 #b91f1f inset;
}
.product-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #b91f1f transparent transparent transparent;
}
.product-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
.product-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}

@media only screen and (max-width: 480px) {

.product-filter > li {  
  float: none;
  display: inline;
}

.product-filter > li a {
  margin: 0 1px 10px 1px;
  padding: 7px 15px;
  border-radius: 4px;
}

.product-filter > li:first-child a {
  border-radius: 4px;
}
.product-filter > li:last-child a {
  border-radius: 4px;
}
	
}

 /**
 * Woo Grid
 */
 
.bew-toolbar .bew-toolbar-head{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   -ms-flex-align: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

.bew-toolbar .bew-toolbar-head> div {
    padding: 0;
    margin-bottom: 8px;
}

.bew-toolbar .bew-toolbar-head .woocommerce-result-count {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ababab;
    margin-bottom: 0;
}

.bew-toolbar .bew-toolbar-head .woocommerce-result-count span {
    color: #333333;
}

.bew-toolbar .col-switcher {
    font-size: 14px;    
    vertical-align: middle;
    background-color: #f5f5f5;
    padding: 9px 20px;
	margin-left: 5px;
	line-height:22px;
}

.bew-toolbar .col-switcher a {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    margin-right: 5px;
	color:#777777;
	line-height:18px;
}

.bew-toolbar .col-switcher a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #333333;
}

.bew-toolbar .col-switcher a:hover, .col-switcher a:focus, .col-switcher a.active {
    font-weight: 600;
    color: #333333;
}

.col-switcher-position-right .bew-toolbar .col-switcher {
	float: right;
    margin-left: 20px;
}

.col-switcher-position-right .bew-toolbar .bew-filter-buttons {
	margin: 8px 0 8px 0;
}

.bew-toolbar .bew-filter-buttons {
    display: inline-block;
}
.bew-toolbar .bew-filter-buttons .open-filters {
    display:block;
	font-size: 14px;
    font-weight: 600;
	color: #777777;
	line-height: 40px;
}

.bew-toolbar .bew-filter-buttons .open-filters:hover {    
	color: #c61932;
}

.bew-toolbar .bew-filter-buttons .open-filters:after, .bew-toolbar .bew-filter-buttons .open-filters.opened:after {
    font-family: 'Themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.bew-toolbar .bew-filter-buttons .open-filters:after {
    content: '\e64b';
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.bew-toolbar .bew-filter-buttons .open-filters.opened:after {
    content: '\e646';
}

.bew-toolbar .bew-filter-buttons .open-filters.opened {
    color: #c61932;
}

.bew-toolbar .shop-filter .woocommerce-ordering {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin: 0;	
	float: inherit;
	
}

.bew-toolbar .shop-filter .woocommerce-ordering .orderby, .woocommerce .bew-toolbar .woocommerce-ordering .theme-select {
	font-size:14px;
	line-height: 40px;
	color:#777777;
	font-weight: 400;
	height: auto;
	border: none;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 35px;
	background-color: #f7f7f7;
	text-align: left !important;
	
}

.bew-toolbar .shop-filter .woocommerce-ordering .nice-select.orderby {
	width:222px;
}

@media only screen and (max-width: 767px) {
.bew-toolbar .shop-filter .woocommerce-ordering .nice-select.orderby  {
    margin: auto;
	float: none;
}
}

.bew-toolbar .shop-filter .woocommerce-ordering .theme-select:after {
	font-size: 16px;
	border-left: none;	
}

.bew-toolbar .shop-filter .woocommerce-ordering .orderby  option {
	min-height: 0;
    line-height: normal;
    padding: 8px 15px;
	background:#ffffff;
	border-color:#777777;
}

.bew-toolbar .shop-filter .nice-select {
    border: none;
    height: auto;
}

.bew-toolbar .nice-select {
    padding-left: 20px;
    padding-right: 35px;
    background-color: #f7f7f7;
}

.bew-toolbar .shop-filter .nice-select .list {
    padding: 10px;
	margin: 0;
}

.bew-toolbar .nice-select .list {
    border-radius: 0;
    margin-top: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
    transform: translateY(0);
}


.elementor-widget-bew-woo-grid .woocommerce-pagination {
    margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.elementor-widget-bew-woo-grid .bew-pagination ul.page-numbers, .elementor-widget-bew-woo-grid  .woocommerce-pagination ul.page-numbers, .elementor-widget-bew-woo-grid  .woocommerce nav.woocommerce-pagination ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
	border: none;
}

.bew-pagination ul li, .elementor-widget-bew-woo-grid  .woocommerce-pagination ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: 14px;
    border-radius: 100%;
    margin-right: 5px;
}

.bew-pagination .current, .elementor-widget-bew-woo-grid  .woocommerce-pagination .current {
    color: #fff;
    background-color: #333;
    font-weight: 600;
}

.elementor-widget-bew-woo-grid .bew-pagination   .page-numbers.current:hover, .elementor-widget-bew-woo-grid .woocommerce-pagination  .page-numbers.current:hover{
    color: #fff;
    background-color: #333;
}

.bew-pagination ul li span, .elementor-widget-bew-woo-grid  .woocommerce-pagination ul li span, .elementor-widget-bew-woo-grid  .page-numbers a, .elementor-widget-bew-woo-grid  .page-numbers span:not(.elementor-screen-only) {
    display: block;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
	color: #ffff;
	border: none;
	font-size: 14px;
}

.bew-pagination ul.page-numbers a, .elementor-widget-bew-woo-grid  .woocommerce-pagination ul.page-numbers a {
    color: #696969;
    font-weight: 600;
}

.bew-pagination ul li a, .elementor-widget-bew-woo-grid  .woocommerce-pagination ul li a , .elementor-widget-bew-woo-grid  .page-numbers a {
    display: block;
    width: 40px;
    line-height: 40px;
    border-radius: 100%;
	border: none;
	font-size: 14px;
}

.bew-pagination ul li a:hover, .elementor-widget-bew-woo-grid  .woocommerce-pagination ul li a:hover {
    color: #fff;
    background-color: #444;
    transition: all .5s ease;
}

.bew-pagination .next, .bew-pagination .prev, .elementor-widget-bew-woo-grid  .woocommerce-pagination .next, .elementor-widget-bew-woo-grid  .woocommerce-pagination .prev {
    position: relative;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.elementor-widget-bew-woo-grid  .woocommerce-pagination .next:before {
    content: "\f105";
}

.elementor-widget-bew-woo-grid  .woocommerce-pagination .prev:before {
    content: "\f104";
}

.bew-pagination .next:before, .elementor-widget-bew-woo-grid  .woocommerce-pagination .next:before {
    content: "";
}

.bew-pagination .prev:before, .elementor-widget-bew-woo-grid  .woocommerce-pagination .prev:before {
    content: "";
}

.bew-pagination .next:before, .bew-pagination .prev:before, .elementor-widget-bew-woo-grid  .woocommerce-pagination .next:before, .elementor-widget-bew-woo-grid  .woocommerce-pagination .prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    visibility: hidden;
    font-size: 18px;
    color: #fff;
    transform: translate(-50%,-50%);
}

.elementor-widget-bew-woo-grid .woocommerce-pagination .next:before, .elementor-widget-bew-woo-grid  .woocommerce-pagination .prev:before {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
	font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
}


.bew-pagination .next:hover, .bew-pagination .prev:hover, .elementor-widget-bew-woo-grid  .woocommerce-pagination .next:hover, .elementor-widget-bew-woo-grid  .woocommerce-pagination .prev:hover {
    font-size: 0 !important;
}


.bew-pagination .next:hover:before, .bew-pagination .prev:hover:before, .elementor-widget-bew-woo-grid  .woocommerce-pagination .next:hover:before, .elementor-widget-bew-woo-grid  .woocommerce-pagination .prev:hover:before {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
}

.elementor-widget-bew-woo-grid .woocommerce nav.woocommerce-pagination {
    text-align: center;
}

.elementor-widget-bew-woo-grid  .woocommerce nav.woocommerce-pagination ul, .elementor-widget-bew-woo-grid  .woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.elementor-widget-bew-woo-grid .woocommerce nav.woocommerce-pagination ul li a:focus, .elementor-widget-bew-woo-grid  .woocommerce nav.woocommerce-pagination ul li a:hover, .elementor-widget-bew-woo-grid  .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #333333;
    color: #ffffff;
}

.elementor-widget-bew-woo-grid .woocommerce nav.woocommerce-pagination ul li a, .elementor-widget-bew-woo-grid  .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    display: block;
    min-width: 2.5em;
	font-weight:500;
}

.bew-woo-grid .woocommerce ul.products .product {
    overflow: initial;
}

.pagination-icon .bew-pagination .next, .pagination-icon  .bew-pagination .prev, .elementor-widget-bew-woo-grid.pagination-icon   .woocommerce-pagination .next, .elementor-widget-bew-woo-grid.pagination-icon  .woocommerce-pagination .prev {
    font-size: 0 !important;
}

.pagination-icon .bew-pagination .next:before, .pagination-icon .bew-pagination .prev:before, .elementor-widget-bew-woo-grid.pagination-icon  .woocommerce-pagination .next:before, .elementor-widget-bew-woo-grid.pagination-icon  .woocommerce-pagination .prev:before {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
	background: transparent;
    color: #333333;
}

.pagination-icon .bew-pagination .next:hover:before, .pagination-icon .bew-pagination .prev:hover:before, .elementor-widget-bew-woo-grid.pagination-icon  .woocommerce-pagination .next:hover:before, .elementor-widget-bew-woo-grid.pagination-icon  .woocommerce-pagination .prev:hover:before {
    color: #ffffff;
}

.pagination-icon .bew-pagination .next:focus:before, .pagination-icon .bew-pagination .prev:focus:before, .elementor-widget-bew-woo-grid.pagination-icon  .woocommerce-pagination .next:focus:before, .elementor-widget-bew-woo-grid.pagination-icon  .woocommerce-pagination .prev:focus:before {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
.bew-toolbar .bew-toolbar-head> div {
	text-align: left;	
}

.bew-toolbar .col-switcher {
    padding: 5px 10px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
	float: none;
}

.bew-toolbar .shop-filter .woocommerce-ordering{
	width: auto;
	float: left;
}

.bew-toolbar .shop-filter .woocommerce-ordering .orderby, .woocommerce .bew-toolbar .woocommerce-ordering .theme-select {
	width: 100%;
}

.bew-toolbar .bew-filter-buttons {    
    float: right;
}

body.filters-vertical-enabled {
    position: fixed;
    overflow-y: hidden;
    width: 100%;
}

}


.bew-toolbar .shop-filter .nice-select .list {
    left: auto;
    right: 0;
}

.bew-toolbar .shop-filter {
    text-align: right;
}

.bew-toolbar .col-switcher {
    display: inline-block;
}

.bew-toolbar .col-switcher a[data-col="2"], .bew-toolbar  .col-switcher a[data-col="3"] {
    display: inline-block;
}

.bew-toolbar .col-switcher a[data-col="1"], .bew-toolbar .col-switcher a[data-col="4"], .bew-toolbar  .col-switcher a[data-col="5"], .bew-toolbar  .col-switcher a[data-col="6"] {
    display: none;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="1"], .bew-toolbar .col-switcher a[data-col="1"]{
    display: none;
}

.archive.woocommerce.elementor-template-full-width .bew-products-columns-1 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="1"], .bew-products-columns-1 .bew-woo-grid  .bew-toolbar .col-switcher a[data-col="1"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-products-columns-2 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="1"], .bew-products-columns-2 .bew-woo-grid  .bew-toolbar .col-switcher a[data-col="1"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="2"], .bew-toolbar .col-switcher a[data-col="2"]{
    display: none;
}

.archive.woocommerce.elementor-template-full-width .bew-products-columns-2 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="2"], .bew-products-columns-2 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="2"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="3"], .bew-toolbar .col-switcher a[data-col="3"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="4"],.bew-toolbar .col-switcher a[data-col="4"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="5"],.bew-toolbar .col-switcher a[data-col="5"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="6"],.bew-toolbar .col-switcher a[data-col="6"] {
    display: none;
}

.archive.woocommerce.elementor-template-full-width .bew-products-columns-6 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="6"], .bew-products-columns-6 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="6"] {
    display: inline-block;
}

.bew-toolbar .bew-filter-buttons {
    margin-left: 20px;
}

@media only screen and (max-width: 1024px) {
.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="1"], .bew-toolbar .col-switcher a[data-col="1"]{
    display: none;
}

.archive.woocommerce.elementor-template-full-width .bew-products-columns-tablet-1 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="1"], .bew-products-columns-tablet-1 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="1"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="2"], .bew-toolbar .col-switcher a[data-col="2"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="3"], .bew-toolbar .col-switcher a[data-col="3"]  {
    display: inline-block;
}
.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="4"], .bew-toolbar .col-switcher a[data-col="4"]  {
    display: inline-block;
}
.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="5"], .bew-toolbar .col-switcher a[data-col="5"]  {
    display: none;
}
.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="6"], .bew-toolbar .col-switcher a[data-col="6"]  {
    display: none;
}	
}

@media only screen and (max-width: 767px) {

.bew-toolbar .shop-filter {
    text-align: left;
}

.bew-toolbar .col-switcher {
    display: none;
}

.bew-products-columns-mobile-2 .bew-woo-grid .bew-toolbar .col-switcher {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="1"], .bew-toolbar .col-switcher a[data-col="1"] {
    display: none;
}

.archive.woocommerce.elementor-template-full-width .bew-products-columns-mobile-2 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="1"], .bew-products-columns-mobile-2 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="1"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="2"], .bew-toolbar .col-switcher a[data-col="2"] {
    display: none;
}

.archive.woocommerce.elementor-template-full-width .bew-products-columns-mobile-2 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="2"], .bew-products-columns-mobile-2 .bew-woo-grid .bew-toolbar .col-switcher a[data-col="2"] {
    display: inline-block;
}

.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="3"],.bew-toolbar .col-switcher a[data-col="3"] {
    display: none;
}
.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="4"],.bew-toolbar .col-switcher a[data-col="4"] {
    display: none;
}
.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="5"],.bew-toolbar .col-switcher a[data-col="5"] {
    display: none;
}
.archive.woocommerce.elementor-template-full-width .bew-toolbar .col-switcher a[data-col="6"],.bew-toolbar .col-switcher a[data-col="6"] {
    display: none;
}	
	
}

 
/**
 * Woo Grid Loop Template.
 */

 .elementor-button.elementor-edit-template-bew {
	margin-top:0;
	 
 }
 
 .bew-woo-grid .products-items .product {	
    padding-bottom: 20px;
}

.woocommerce .bew-woo-grid .products .product{
	overflow: auto;
}

.bew-woo-grid-swiper.woocommerce .products .product{
	overflow: hidden;
}
@media (max-width: 767px) {
.woocommerce .bew-woo-grid .products div.product {
    margin-bottom: 40px;
}
}


/**
 * Woo Grid Loop Template for shop.
 */


.elementor-widget-bew-woo-grid .bew-products ul.products {
  grid-template-columns: repeat(4, 1fr) !important; }


.elementor-widget-bew-woo-grid.bew-products-columns-1 .bew-products ul.products {
  grid-template-columns: repeat(1, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-2 .bew-products ul.products {
  grid-template-columns: repeat(2, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-3 .bew-products ul.products {
  grid-template-columns: repeat(3, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-4 .bew-products ul.products {
  grid-template-columns: repeat(4, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-5 .bew-products ul.products {
  grid-template-columns: repeat(5, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-6 .bew-products ul.products {
  grid-template-columns: repeat(6, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-7 .bew-products ul.products {
  grid-template-columns: repeat(7, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-8 .bew-products ul.products {
  grid-template-columns: repeat(8, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-9 .bew-products ul.products {
  grid-template-columns: repeat(9, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-10 .bew-products ul.products {
  grid-template-columns: repeat(10, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-11 .bew-products ul.products {
  grid-template-columns: repeat(11, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-12 .bew-products ul.products {
  grid-template-columns: repeat(12, 1fr) !important; }

@media (max-width: 1024px) {
  .elementor-widget-bew-woo-grid[class*=bew-products-columns-] .bew-products ul.products {
    grid-template-columns: repeat(3, 1fr) !important; } }

@media (max-width: 767px) {
  .elementor-widget-bew-woo-grid[class*=bew-products-columns-] .bew-products ul.products {
    grid-template-columns: repeat(1, 1fr) !important; } }
	
@media (max-width: 1024px) {
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-1 .bew-products ul.products {
    grid-template-columns: repeat(1, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-2 .bew-products ul.products {
    grid-template-columns: repeat(2, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-3 .bew-products ul.products {
    grid-template-columns: repeat(3, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-4 .bew-products ul.products {
    grid-template-columns: repeat(4, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-5 .bew-products ul.products {
    grid-template-columns: repeat(5, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-6 .bew-products ul.products {
    grid-template-columns: repeat(6, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-7 .bew-products ul.products {
    grid-template-columns: repeat(7, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-8 .bew-products ul.products {
    grid-template-columns: repeat(8, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-9 .bew-products ul.products {
    grid-template-columns: repeat(9, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-10 .bew-products ul.products {
    grid-template-columns: repeat(10, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-11 .bew-products ul.products {
    grid-template-columns: repeat(11, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-12 .bew-products ul.products {
    grid-template-columns: repeat(12, 1fr) !important; } }

@media (max-width: 767px) {
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-1 .bew-products ul.products {
    grid-template-columns: repeat(1, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-2 .bew-products ul.products {
    grid-template-columns: repeat(2, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-3 .bew-products ul.products {
    grid-template-columns: repeat(3, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-4 .bew-products ul.products {
    grid-template-columns: repeat(4, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-5 .bew-products ul.products {
    grid-template-columns: repeat(5, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-6 .bew-products ul.products {
    grid-template-columns: repeat(6, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-7 .bew-products ul.products {
    grid-template-columns: repeat(7, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-8 .bew-products ul.products {
    grid-template-columns: repeat(8, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-9 .bew-products ul.products {
    grid-template-columns: repeat(9, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-10 .bew-products ul.products {
    grid-template-columns: repeat(10, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-11 .bew-products ul.products {
    grid-template-columns: repeat(11, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-12 .bew-products ul.products {
    grid-template-columns: repeat(12, 1fr) !important; } }
 
.elementor-widget-bew-woo-grid .woocommerce .bew-products  ul.products {
    display: grid;
    margin: auto;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

.woocommerce .elementor-widget-bew-woo-grid .woocommerce .bew-products ul.products li.product{
    width: auto;
}

.elementor-widget-bew-woo-grid .woocommerce[class*=columns-] .bew-products ul.products li.product {
    width: auto;
    padding: 0;
    margin: 0;
    float: none;
}

.elementor-widget-bew-woo-grid .woocommerce .products ul::after, .elementor-widget-bew-woo-grid .woocommerce .products ul::before, .elementor-widget-bew-woo-grid .woocommerce ul.products::after, .elementor-widget-bew-woo-grid .woocommerce ul.products::before {
    content: initial;    
}

.elementor-widget-bew-woo-grid .woocommerce ul.products::after, .elementor-widget-bew-woo-grid .woocommerce ul.products::before, .elementor-widget-bew-woo-grid .woocommerce-page ul.products::after, .elementor-widget-bew-woo-grid .woocommerce-page ul.products::before {
    content: initial;   
}


 
 /**
 * Title
 */
 .bew-product-title .product_title {
	 border: none;	 
 }
 .bew-product-title .product_title, .woocommerce div.products-items .product_title {
	font-size:14px;
	font-weight:400;
	letter-spacing:1px;
	padding:0;
	margin:0;
}
 /**
 * Price
 */
 .price ins {
	 text-decoration: none;
 }
 
 .woocommerce div.products-items  p.price, p.price {
	padding:0;
	margin:0;
	line-height:1;
}

.price-absolute .price, .woocommerce div.product .price-absolute p.price{	
    position: absolute;    
    z-index: 2;
 }

.price-absolute.circle .price, .woocommerce div.product .price-absolute.circle p.price{	
    position: absolute;    
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #f06060;
    border-radius: 50%;    
    line-height: 60px;
 }
    
.bew-price-grid .product-on-sale .price del{
	display: none !important;	
}
  
.bew-price-grid .product-on-sale.show-price-regular .price del {
	display: inline !important;	
}
      
.bew-price-grid .product-on-sale .price ins {
	display: none !important;	
}  
  
.bew-price-grid .product-on-sale.show-price-sale .price ins{
	display: inline !important;	
}
      
.woocommerce ul.products li.product .product-on-sale.show-price-regular   .price del, .woocommerce div.product .product-on-sale.show-price-regular   p.price del, .woocommerce div.product  .product-on-sale.show-price-regular  span.price del, .bew-price-grid .product-on-sale.show-price-regular .price del{
	text-decoration:none;  
}
  
.woocommerce ul.products li.product .line-through-yes  .product-on-sale.show-price-regular   .price del, .woocommerce div.product .line-through-yes  .product-on-sale.show-price-regular   p.price del, .woocommerce div.product .line-through-yes   .product-on-sale.show-price-regular  span.price del, .line-through-yes .bew-price-grid .product-on-sale.show-price-regular .price del{
	text-decoration:line-through;  
}
  
.bew-price-grid .product-on-sale .price del{
	display: none !important;	
}
  
#sale {
	display: none;	  
}
    
.sale #sale, #sale.elementor-element-edit-mode {
    display: block;	  
}
  
    
 /**
 * Category
 */

.woocommerce .bew-category li.category, .bew-category li.category {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    font-style: italic;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	max-width: 200px;
}

.woocommerce .bew-category ul.category, .bew-category ul.category {
    margin: 0 20px;
}

.woocommerce .bew-category ul.category li, .bew-category ul.category li {
    display: inline;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    font-style: italic;
}
 
.woocommerce .bew-category li.category a, .bew-category li.category a, .woocommerce .bew-category ul.category li a, .bew-category ul.category li a{
    color: #999;
 }

.woocommerce .bew-category li.category a:hover, .bew-category li.category a:hover, .woocommerce .bew-category ul.category li a:hover, .bew-category ul.category li a:hover {
    color: #13aff0;
}

/**
 * Gallery image
 */
 
 .bew-gallery-images .images , .woocommerce #content div.product .bew-gallery-images div.images, .woocommerce div.product .bew-gallery-images div.images {
	position: relative;
    float: none; 
    width: 100% !important;
	margin: auto;
    margin-bottom: 0;
 }
 
 .bew-gallery-images .woocommerce-product-gallery .flex-viewport{
	margin-bottom: 20px; 
 }
 
 .bew-gallery-images .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
 }	
 
 .bew-gallery-images .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22%;
    float: left;
    margin-right: 4%;
 }
 
 .bew-gallery-images .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
    margin-bottom: 15px;
    cursor: pointer;
 }
 
.bew-gallery-images .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	 margin-right: 0;
} 
 
 .bew-gallery-images .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){
    clear: both;
}
 
 
/**
 * Meta
 */


 
 .woocommerce div.product form.cart+.product_meta {
	 margin-top: -1px;
 }

 .bew-product-meta .product_meta {
	 margin-top: 0px;
	 border: 0px;
 }
 
 .bew-product-meta .sku_wrapper .sku {
	color:#ababab;
   
 }

 .bew-product-meta {
    
    display:inline-block;
}
 
.bew-product-meta table.product_meta {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bew-product-meta table.product_meta, .bew-product-meta table.product-share {
    width: 100%;
    border-bottom: none;
}

.bew-product-meta table.product_meta tr, .bew-product-meta table.product-share tr {
    padding: 0;
}

.bew-product-metatable.product_meta tr:first-of-type td {
    padding-top: 20px;
}

.bew-product-meta table.product_meta td:first-of-type, .bew-product-meta table.product-share td:first-of-type {
    padding-left: 0;
}

.bew-product-meta table.product_meta td.label, .bew-product-meta table.product-share td.label {
    font-size: 14px;
    font-weight: 500;
    width: 30%;
    color: #333333;
}

.bew-product-meta table.product_meta td, .bew-product-meta table.product-share td {
    border: none;
    padding-top: 5px;
    padding-bottom: 0;
}

  
.bew-product-meta table.product_meta .sku_wrapper{
	display: none;	  
}

.bew-product-meta-sku-show-yes .bew-product-meta table.product_meta .sku_wrapper{
	display: table-row;	
}
 
.bew-product-meta table.product_meta .posted_in{
	display: none;	  
}

.bew-product-meta-categories-show-yes .bew-product-meta table.product_meta .posted_in{
	display: table-row;	
}

.bew-product-meta table.product_meta .tagged_as{
	display: none;	  
}

.bew-product-meta-tags-show-yes .bew-product-meta table.product_meta .tagged_as{
	display: table-row;	
} 
 

/**
 * Add to cart
 */
.woocommerce div.product form.cart{
	border: 0px;
	margin-top: 0px;
}


/**
 * Add to cart Variation Swisth
 
 */


#bew-cart form.cart .variations td.label, .woo-variation-swatches.wvs-show-label #bew-cart .variations td {
    padding: 17px 0 0;
    width: 20% !important;
}

.woo-variation-swatches.wvs-show-label #bew-cart .variations td.label {
    width: 20% !important;
}

.woo-variation-swatches.wvs-show-label #bew-cart .variations td.value {
    width: 80% !important;
}

#bew-cart form.variations_form table.variations td {
    border: none;    
}

#bew-cart form.cart .variations td.value {
    position: relative;
    padding: 10px 0 0;
}

.woocommerce.woo-variation-swatches-stylesheet-enabled .bew-variation-reset--inline .variable-items-wrapper, 
.bew-variation-reset--inline #bew-cart .woo-variation-items-wrapper .variable-items-wrapper,
.bew-variation-reset--inline #bew-cart .variable-items-wrapper{
	float: left;
}

.woo-variation-swatches-stylesheet-enabled .bew-variation-reset--inline #bew-cart form.cart .variations td.value .reset_variations{	
    margin-top: 3px;
	margin-bottom: 3px;
}

#bew-cart .single_variation {
	float: initial;
}

.woo-variation-swatches-stylesheet-enabled   #bew-cart form.cart .variations , .woo-variation-swatches-stylesheet-enabled .woocommerce div.product #bew-cart form.cart .variations {
	display: inline-block; 
	border-bottom: 0px;
	margin: 0 0 1.2em;
}

.woo-variation-swatches-stylesheet-enabled  .bew-variation-reset--inline #bew-cart  form.cart .single_variation_wrap{
	margin-top:0;
}


/**
 * Add to cart Variation
 
 */

#bew-cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
	display:inline-block;
	
}

#bew-cart form.cart .woocommerce-variation-description{
	margin: 0;
} 

.woocommerce div.product #bew-cart form.cart .single_variation_wrap .single_variation {
    margin-bottom: 0;
}

#bew-cart form.cart .woocommerce-variation-description p{
	margin:0;
} 

.woocommerce div.product.elementor #bew-cart form.cart .variations .reset_variations {
margin-top:10px;
margin-left:0px;
line-height:24px;
min-width: 75px;	
}

.bew-variation-layout--stacked #bew-cart form.cart .variations td  {
display:block;	
}

.bew-variation-layout--inline #bew-cart form.cart .variations td  {
 display: table-cell;	
}

.bew-hide-variation-label-yes #bew-cart form.cart .variations td.label  {
display:none;	
}

#bew-cart form.cart .variations td.label {
vertical-align: top;
}


.bew-variation-reset--inline #bew-cart form.cart .variations td.value .theme-select {
overflow:hidden;
overflow-wrap: break-word;	
}

.bew-variation-reset--inline #bew-cart form.cart .variations td.value select  {	
	margin-right: 0;
}

.bew-variation-reset--inline #bew-cart form.cart .variations td.value .reset_variations, .woocommerce div.product.elementor .bew-variation-reset--inline #bew-cart form.cart .variations .reset_variations {
margin-top: 0px;
margin-left: 10px;
display: inline-block !important;
float:none;
}

.bew-variation-reset--stacked #bew-cart form.cart .variations td.value select {
display: block;
}

.bew-variation-reset--stacked #bew-cart form.cart .variations td.value .reset_variations {
margin-top: 10px;
margin-left: 0px;
display: inline-block;
}

.bew-variation-reset--stacked #bew-cart form.cart .variations td.value .theme-select {
	display: block !important;
}

.woo-variation-swatches-stylesheet-enabled .bew-variation-reset--stacked #bew-cart form.cart .variations td.value .theme-select.woo-variation-raw-select, .bew-variation-reset--stacked #bew-cart form.cart .variations td.value .theme-select.hide  {
	display: none !important;
}

#bew-cart form.cart .variations td.value .theme-select .theme-selectInner {
	width: 100% !important;
}


.woocommerce div.product #bew-cart  form.cart .variations {
    border-bottom: 0px;
}

@media only screen and (max-width: 1024px) {

.bew-variation-layout--tablet-stacked #bew-cart form.cart .variations td  {
display:block;	
}

.bew-variation-layout--tablet-inline #bew-cart form.cart .variations td  {
 display: table-cell;	
}	

.bew-variation-reset--tablet-inline #bew-cart form.cart .variations td.value .theme-select {
overflow:hidden;
overflow-wrap: break-word;	
}

.bew-variation-reset--tablet-inline #bew-cart form.cart .variations td.value select  {	
	margin-right: 0;
}

.bew-variation-reset--tablet-inline #bew-cart form.cart .variations td.value .reset_variations {
margin-top: 0px;
margin-left: 10px;
display: inline-block !important;
float:none;
}

.bew-variation-reset--tablet-stacked #bew-cart form.cart .variations td.value select {
display: block;
}

.bew-variation-reset--tablet-stacked #bew-cart form.cart .variations td.value .reset_variations {
margin-top: 10px;
margin-left: 0px;
display: inline-block;
}

.bew-variation-reset--tablet-stacked #bew-cart form.cart .variations td.value .theme-select {
	display: block !important;
	float:none;
}

}

@media only screen and (max-width: 767px) {
.woo-variation-swatches-stylesheet-enabled  #bew-cart form.cart .variations .reset_variations {
	display: inline-block;
    margin: 3px 0 3px 10px;
}

.bew-variation-layout--mobile-stacked #bew-cart form.cart .variations td  {
display:block;	
}

.bew-variation-layout--mobile-inline #bew-cart form.cart .variations td  {
 display: table-cell;	
}

.bew-variation-reset--mobile-inline #bew-cart form.cart .variations td.value .theme-select {
overflow:hidden;
overflow-wrap: break-word;
}

.bew-variation-reset--mobile-inline #bew-cart form.cart .variations td.value select  {	
	margin-right: 0;
}

.bew-variation-reset--mobile-inline #bew-cart form.cart .variations td.value .reset_variations {
margin-top: 0px;
margin-left: 10px;
display: inline-block !important;
float:none;
}

.bew-variation-reset--mobile-stacked #bew-cart form.cart .variations td.value select {
display: block;
}

.bew-variation-reset--mobile-stacked #bew-cart form.cart .variations td.value .reset_variations {
margin-top: 10px;
margin-left: 0px;
display: inline-block;
}

.bew-variation-reset--mobile-stacked #bew-cart form.cart .variations td.value .theme-select {
display: block !important;
float:none;
}	
	
}
 
.woocommerce div.product.elementor #bew-cart  form.cart table.variations td.value:before {
	display: none;
}

.woocommerce div.product.elementor #bew-cart form.cart table.variations td.value select  {
	border: 1px solid #ddd;
	height: 40px;
	background: #fafafa;
	position: inherit;
}

.woocommerce div.product #bew-cart form.cart .variations select,
#bew-cart form.cart .variations select{
    width: 100%;
	max-width: 100%;
    min-width: 75%;
}
 
 /**
 * Add to cart hover style
 */
 
 #bew-cart.hover-buttom, #bew-cart.bew-add-to-cart-single.hover-buttom {
	position: absolute;    
    left: 0;
    right: 0;
    width: inherit;
    margin: auto;
 }
 
 #bew-cart.hover-buttom.btn-circle, #bew-cart.bew-add-to-cart-single.hover-buttom.btn-circle,
 #bew-cart.hover-buttom.btn-square, #bew-cart.bew-add-to-cart-single.hover-buttom.btn-square {
	width: inherit;
 }
 
 #bew-cart.hover-buttom .button {       
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out;
    z-index: 5;	
 }
  
 .hover-animation-fade-in #bew-cart.hover-buttom .button {
    opacity: 0;
    visibility: hidden;	
 }
  
 .hover-animation-fade-in #bew-cart.hover-buttom:hover .button {
    opacity: 1;
    visibility: visible;    
 }
 
 .hover-animation-fade-in  #bew-cart.show-add-to-cart .button  {
    opacity: 1;
    visibility: visible;   
 }
 
 .hover-animation-fade-up #bew-cart.hover-buttom {	
	bottom: 50px;
 } 
 
 .hover-animation-fade-up #bew-cart.hover-buttom .button {
	opacity: 0;
    visibility: hidden;	
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);	
 } 
 
 .hover-animation-fade-up #bew-cart.hover-buttom:hover .button {
	opacity: 1;
    visibility: visible; 
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
 }
  
 .hover-animation-fade-up  #bew-cart.show-add-to-cart .button  {
    opacity: 1;
    visibility: visible;
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
 }
 
 .bew-product-image:hover .bew-featured-image img {
	opacity: 0.5;    
 }
 
 #bew-cart.hover-buttom.btn-square .button {
    width: 50px;
    height: 50px;
	line-height:50px;    
	padding: 1px 0 0 2px;
	font-size:18px;
	vertical-align:middle;
	border-radius:4px;
 }
 #bew-cart.hover-buttom.btn-circle .button {
    width: 60px;
    height: 60px;
	line-height:60px;
    border-radius: 50%;
	padding: 1px 0 0 2px;
	font-size:18px;
	vertical-align:middle;	
 }

#bew-cart.hover-buttom.btn-custom .added_to_cart {	
	padding: 12px 20px;
    color: #ffffff;
	background-color: #13aff0;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    float: none;
    display: inline-block;
    font-family: inherit;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
	min-height: auto;
	
}

#bew-cart.hover-buttom.btn-square .added_to_cart {	
    color:#fff;
	background-color: #13aff0;
	font-weight:700;
    float: none;
    display: inline-block;
	width: 50px;
	height: 50px;
	font-size:12px;	
	padding: 10px 0px 0px 0px;
	border-radius:4px;
	line-height:14px;	
	vertical-align:middle;
}

#bew-cart.hover-buttom.btn-circle .added_to_cart {
	color:#fff;
	background-color: #13aff0;
	font-weight:700;
    float: none;
    display: inline-block;
    width: 60px;
	height: 60px;
	font-size:12px;
	padding: 15px 10px 10px 10px;
	line-height:14px;	
	vertical-align:middle;
	border-radius: 50%;	
}

#bew-cart.hover-buttom .added_to_cart:after  {
    font-family: simple-line-icons;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    content: '\e035';
    margin-left: 6px;
	vertical-align: bottom;
}
	

#bew-cart.hover-buttom  .hidde i{
   
   visibility: hidden;
   margin-left:0px;
}

#bew-cart  a.button.loading {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

#bew-cart.hover-buttom.btn-circle  a.button.loading:after, #bew-cart.hover-buttom.btn-square  a.button.loading:after{
	margin-left: 0px;
}

#bew-cart.hover-buttom  .hidde.loading{
  
}

#bew-cart.hover-buttom .button.added {
    display: none;
}

#bew-cart.hover-buttom .button.out-of-stock {
    display: none;
}

@media only screen and (max-width: 480px) {
 
.hover-animation-fade-in #bew-cart.hover-buttom .button {
    opacity: 1;
    visibility: visible;
 }

.hover-animation-fade-up #bew-cart.hover-buttom .button {
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
 }  

}
/**
 * Add to cart Button product variation
 */
#bew-cart  button.disabled, #bew-buy-now .button.disabled {
    background-color: #777;
}

#bew-cart  button.disabled, #bew-buy-now .button.disabled {
    opacity: .5 !important;
    cursor: not-allowed;
}

/**
 * Add to cart Button (form style) apply in single product page, custom single product template.
 */
 #bew-cart form.cart , .woocommerce div.product #bew-cart form.cart {
	padding: 10px 0;
	display: block;	
 }
 
 #bew-cart form.variations_form, .woocommerce div.product #bew-cart form.variations_form{	
	width: 100%;
 }
 
 .woocommerce div.product.elementor #bew-cart .quantity .qty {
	 margin-right: 0px;
 }
 
#bew-cart.show-qty .quantity {
	display: inline-block;	
	float:none;
	vertical-align:middle;
	margin: 0 10px;
}

.bew-cart-direction-inline-block #bew-cart.show-qty .quantity{
	margin-left:0;
}

#bew-cart.qty-position-right form.cart, .woocommerce div.product #bew-cart.qty-position-right form.cart {
	display: inline-flex;
}

#bew-cart.show-qty.qty-position-right .quantity {
	-webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 15;
	margin-left:10px;
	margin-right:0;
}

#bew-cart.show-qty.qty-position-right .button {
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}


 
/**
 * Add to cart Butttom by ID.
 */


.product-by-id .bew-quantity {	
	display: none;
}

.product-by-id.show-qty .bew-quantity {
	display: inline-block;		
	vertical-align: middle;
	margin:0 10px;
	
}

.bew-cart-direction-inline-block .product-by-id.show-qty .bew-quantity {
    margin-left: 0;
}

#bew-cart.button-by-id , .bew-addd-to-cart.button-by-id  {
	display: inline-block;	
	vertical-align: middle;
}

#bew-cart.bew-add-to-cart-single, .bew-addd-to-cart.bew-add-to-cart-single {
	display: inline-block;
	width: 100%;
}

#bew-cart.bew-cart-vertical .single_add_to_cart_button {
	margin: 10px 0 0 0;
}

.product-by-id {
	vertical-align: middle;
} 

#bew-cart.button-by-id .added_to_cart, .archive #bew-cart .added_to_cart, .bew-woo-grid  #bew-cart .added_to_cart, .bew-related-products #bew-cart .added_to_cart, .bew-related-products #bew-cart form.cart .added_to_cart {
	display: inline-block;
    font-family: inherit;
    background-color: #13aff0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
	min-height: auto;
} 


#bew-cart.button-by-id .added_to_cart, .archive #bew-cart .added_to_cart, .bew-woo-grid #bew-cart .added_to_cart, .bew-related-products #bew-cart form.cart .added_to_cart {
    padding: 12px 20px;
}

#bew-cart form.cart .added_to_cart {
    margin: 10px 0;
    vertical-align: middle;
	font-size: 12px;
    font-weight: 600;
    padding-bottom: 1px;
    border-bottom: 2px solid;
    margin-left: 6px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
	line-height: 1;
    padding: 14px 20px;
	display: none;
}

#bew-cart.button-by-id .added_to_cart:after,#bew-cart-avm .added_to_cart:after, .archive #bew-cart .added_to_cart:after, .bew-woo-grid  #bew-cart .added_to_cart:after{
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#bew-cart.button-by-id .added_to_cart:after, #bew-cart-avm .added_to_cart:after, .archive #bew-cart .added_to_cart:after, .bew-woo-grid #bew-cart .added_to_cart:after {
    font-family: simple-line-icons;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    content: '\e035';
    margin-left: 6px;
	vertical-align: baseline;
}

#bew-cart  a.button.loading, #bew-cart-avm  a.button.loading:after {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

#bew-cart  a.button.loading:after, #bew-cart-avm  a.button.loading:after, #bew-cart .button.loading:after {
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f110';
  position: inherit;
  top: auto;
  right: auto;
  margin-left: 6px;
  vertical-align: top;
  font-weight: 400;
  -ms-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  color: inherit;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;  
  left: auto;
  width: auto;
  height: auto;
  background-color: transparent;
  background-image: none;
  border-radius: unset;
}

#bew-cart.button-no-text  a.button.loading:after, .bew-related-products #bew-cart.button-no-text .button.loading:after  {
	margin-left: 0px;  
}

#bew-cart.hidde.loading{
}

#bew-cart .button.added , #bew-cart-avm .button.added {
    display: none !important;
}

.show-addtocart-ajax-button-yes #bew-cart .button.added , .show-addtocart-ajax-button-yes #bew-cart-avm .button.added {
    display: inline-block !important;
}

.show-view-cart-ajax-button-yes #bew-cart form.cart .added_to_cart , .show-addtocart-ajax-button-yes #bew-cart-avm form.cart .added_to_cart {
    display: inline-block;
}

#bew-cart.bew-align-icon-middle, .bew-add-to-cart.bew-align-icon-middle  {	
	float: none;	
}

#bew-cart.button-no-text i ,#bew-cart-avm.button-no-text i, .bew-add-to-cart.button-no-text i {	
	margin:0;	
}

#bew-cart.button-no-text a.button.loading i , .bew-add-to-cart.button-no-text a.button.loading i , #bew-cart-avm.button-no-text a.button.loading i, .bew-related-products #bew-cart.button-no-text .button.loading i , .bew-related-products .bew-add-to-cart.button-no-text .button.loading i   {
	visibility: hidden;
    display: none;
    margin-left: 0;
}

#bew-cart.bew-align-icon-left i, .bew-add-to-cart.bew-align-icon-left i, #bew-cart-avm.bew-align-icon-left i, #bew-cart.bew-align-icon-view-cart-left .added_to_cart i{
    float: left;
    margin-right: 5px;
}

#bew-cart.bew-align-icon-right i, .bew-add-to-cart.bew-align-icon-right i, #bew-cart-avm.bew-align-icon-right i, #bew-cart.bew-align-icon-view-cart-right .added_to_cart i{
    float: right;
    margin-left: 5px;
}

#bew-cart.bew-align-icon-right a.button.loading  i, .bew-add-to-cart.bew-align-icon-right a.button.loading  i, #bew-cart-avm.bew-align-icon-right a.button.loading  i{
    display:none;
}

.product-by-id #bew-cart form.cart .single_variation_wrap {
    margin-top: 10px;
}

.product-by-id #bew-cart form.cart .variations label {
    color: #333;
    font-weight: 600;
}

.product-by-id #bew-cart form.cart .variations .reset_variations {
    display: block;
    float: left;
    margin-top: 0;
    font-size: 13px;
    color: #999;
    font-weight: normal;
    border: 2px solid #eeeeee;
    padding: 3px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    visibility: hidden;
}

.product-by-id #bew-cart form.cart .variations .reset_variations:before {
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.product-by-id #bew-cart form.cart .variations .reset_variations:before {
    display: inline-block;
    font-family: 'simple-line-icons';
    font-weight: normal;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    content: '\e082';
    margin-right: 5px;
    color: red;
    vertical-align: top;
}


/**
 * Product Hover style
 */

 .product-grid .product-hover:hover .only-hover {
    z-index: 2;
 }

.product-grid .product-hover:hover .only-hover {
    visibility: visible;
    opacity: 1;
}
.product-grid .product-hover .only-hover {
background-color: #ffffff !important; 
}

/**
 * Product Underline Style
 */

#bew-cart.btn-underlines .button, .bew-add-to-cart.btn-underlines .button {	
	color: #f06060;
    background-color:transparent;
	font-size:16px;
	-webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#bew-cart.btn-underlines .button:hover, .bew-add-to-cart.btn-underlines .button:hover {
	color: #333333;	
}

.btn-underlines svg {
    display: block;
    margin: 5px auto;
	
}

.btn-underlines svg path {
    fill: #f06060;
}

.btn-underlines:hover svg path {
    fill: #333333;
}

svg path {
-webkit-transition: fill 300ms ease-in-out;
    -ms-transition: fill 300ms ease-in-out;
    transition: fill 300ms ease-in-out;
} 
/**
 * Short Description
 */
 
 .woocommerce div.product div.woocommerce-product-details__short-description {
	 margin-top: 0px;
 }
 
 /**
 * Rating
 */

 
 .bew-rating .woocommerce-product-rating, .woocommerce div.product .bew-rating  .woocommerce-product-rating, .woocommerce div.product.elementor  .bew-rating  .woocommerce-product-rating {
	display: inline-block; 
	width: initial;
    font-size: 12px;
	margin: 0 auto;
    	 
 }
	
.bew-rating .woocommerce-product-rating .star-rating , .woocommerce div.product.elementor .bew-rating .woocommerce-product-rating .star-rating, .woocommerce div.product .bew-rating .woocommerce-product-rating .star-rating{
    float: left;
    margin-right: 10px;
    margin-top: 3px;
}

.bew-rating .star-rating, .bew-rating p.stars a {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
}

.bew-rating .star-rating:before {
    content: "\73\73\73\73\73";
    color: #7a7a7a;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
	opacity: .50;
}

.bew-rating .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;    
}

.bew-rating .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.bew-rating .woocommerce-product-rating , .woocommerce .woocommerce-product-rating {
    line-height: 1.85;   
}

.bew-rating .woocommerce-product-rating .star-rating{
	display: none;	  
}

.bew-product-rating-stars-show-yes .bew-rating .woocommerce-product-rating .star-rating{
	display: block;
	margin-right:0;
}

.bew-rating .woocommerce-product-rating .woocommerce-review-link{
	display: none;	  
}

.bew-product-rating-count-show-yes .bew-rating .woocommerce-product-rating .woocommerce-review-link{
	display: inline-block;	
}

/**
 * Review
 */

.bew-review #reviews #comments ol.commentlist {
    width: 100%;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bew-review #reviews #comments ol.commentlist li {
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
}

.bew-review #reviews #comments ol.commentlist li .comment_container {
    position: relative;
    border-bottom: 0px solid;
    margin-bottom: 15px;
    font-size: 90%;
    min-height: 85px;
    padding-left: 90px;
	padding-top:0;
    border-color: #eaeaea;
}

.bew-review #reviews #comments ol.commentlist li img.avatar {
    position: absolute;
    left: 0;
    top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.bew-review #reviews .star-rating {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.bew-review .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
}

.bew-review p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.bew-review .star-rating:before {
    content: "\73\73\73\73\73";
    color: #dfdbdf;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.bew-review .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;    
}

.bew-review .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.bew-review #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 0;
    font-size: 1em;
    line-height: 1.5;
    border: 0;
    padding: 0;
}

.bew-review #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: 0.75em;
}

.bew-review #reviews p.meta {
    display: inline-block;
    vertical-align: top;
}

.bew-review #reviews #comments ol.commentlist li .comment-text .meta strong {
    font-weight: bold;
    font-weight: 600;
    color: #222;
}

.bew-review #reviews #comments {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    overflow: hidden;
}

.bew-review #reviews #comments ol.commentlist.slick-initialized  li .comment_container {
	border:none;	
}

.bew-review #reviews #comments ol.commentlist.slick-initialized  li {
    margin: 0 30px;   
}

.bew-review #reviews #comments ol.commentlist.slick-initialized  li .comment_container {
	
    margin: 0; 
	padding-top: 0;
    padding-bottom: 0;
}

.bew-review #reviews #comments ol.commentlist.slick-initialized  li .comment_container .comment-text {    
    padding: 30px 0 0 0;  
}

.bew-review #reviews #comments ol.commentlist.slick-initialized li img.avatar {    
    top: 25px;   
}

.bew-review #reviews #comments ol.commentlist.slick-initialized li .comment-text p.meta {
    margin: 0;    
    line-height: 1.5;    
}

.bew-review #reviews #comments ol.commentlist .slick-arrow.slick-arrow {
    right: 0;
}

.bew-review #reviews #comments ol.commentlist .slick-arrow.slick-prev {
    left: 0;
}

.bew-review #reviews #comments ol.commentlist button.slick-arrow {
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    height: 25px;
    width: 25px;
    color: #333;
    background-color: transparent;
    border: none;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0!important;
}

.bew-review #reviews #comments ol.commentlist  button.slick-arrow.slick-prev:before {
    content: "\e64a";
}

.bew-review #reviews #comments ol.commentlist  button.slick-arrow:before {
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
}

.bew-review #reviews #comments ol.commentlist  button.slick-arrow:before {
    font-family: 'themify';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.bew-review #reviews #comments ol.commentlist  button.slick-arrow.slick-disabled:before {
    opacity: 1;
}

.bew-review #reviews #comments ol.commentlist button.slick-arrow.slick-next:before {
    content: "\e649";
}

.bew-review #reviews #comments ol.commentlist  button.slick-arrow:focus, .bew-review #reviews #comments ol.commentlist button.slick-arrow:hover {
    background-color: transparent;
	color: #333;
}

.bew-review #reviews #comments ol.commentlist  button.slick-arrow:before {
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
}

.bew-review #reviews #comments ol.commentlist .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
	margin:0;
}

.bew-review #reviews #comments ol.commentlist .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    margin-top: 35px!important;
    padding: 0;
    width: 100%;
}

.bew-review #reviews #comments ol.commentlist .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-left: 0;
    line-height: 1.5;
    height: auto;
    width: auto;
    padding: 0;
    cursor: pointer;
    background: none;
}

.bew-review #reviews #comments ol.commentlist .slick-dots li.slick-active button {
    background-color: #999!important;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0;
}

.bew-review #reviews #comments ol.commentlist  .slick-dots li button {
    font-size: 0;
    display: block;
    cursor: pointer;
    outline: 0;
    line-height: 0;
    border: 0;
    width: 6px;
    height: 6px;
    color: transparent;
    background-color: #1f1f1f!important;
    opacity: .2;
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
}

.bew-review #reviews #comments ol.commentlist .slick-dots li button:before {    
    content: "";
	width: 0px;
    height: 0px;
   
}

.bew-review #reviews #comments ol.commentlist button.slick-arrow {
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    height: 25px;
    width: 25px;
    color: #333;
    background-color: transparent;
    border: none;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0!important;
}

.bew-review #reviews #respond .form-submit {
	float:none;	
}

.bew-review #reviews #review_form #respond p {
	text-align:inherit;
}

.bew-review #reviews #comments .comment-text {
	text-align:initial;
}

.bew-review #review_form_wrapper .comment-form label[for="rating"] {
    font-weight: 600;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    margin-bottom: 0;
	margin-top: 0;
}

.bew-review #review_form_wrapper .comment-form .stars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 0;
    margin-bottom: 0;
}

.bew-review #review_form_wrapper .comment-form-rating {
	margin-bottom: 20px;
	display: flex;
    justify-content: center;
}

.bew-review #review_form #respond p.comment-form-email {
	padding-right: 0;	
	float: none;
}

.bew-review #reviews .comment-reply-title  {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    text-transform: none;
    color: #333333;
    margin-bottom: 25px;
}

.bew-review #reviews #comments h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    text-transform: none;
    color: #333333;
    margin-bottom: 25px;
}

.bew-review #reviews #review_form_wrapper {
    padding-top: 40px;
}

@media (min-width: 768px) {

.bew-review-layout-vertical .bew-review #reviews {
    display: block;
}
	
.bew-review-layout-horizontal .bew-review #reviews #comments {
    width: 55%;
    float: left;
	padding: 2.3em;
}
	
.bew-review-layout-horizontal .bew-review #reviews #review_form_wrapper {
    width: 45%;
    float: right;
    padding-left: 2em;
	padding-top: 0;
}

.bew-review-layout-horizontal .bew-review #reviews #review_form {
    border: 2px solid #efefef;
    padding: 2.3em;
}

.bew-review-layout-vertical .bew-review #reviews #comments {
    width: 100%;
    float: none;
}
	
.bew-review-layout-vertical .bew-review #reviews #review_form_wrapper {
    width: 100%;
    float: none;
    padding-left: 0;
}
}

@media only screen and (max-width: 767px) {
.bew-review #reviews #comments ol.commentlist.slick-initialized li {
    margin: 0 25px;
}

.bew-review #reviews #comments ol.commentlist.slick-initialized li .comment_container {
    padding: 0;
}

.bew-review #reviews #comments ol.commentlist.slick-initialized li img.avatar {
    position: relative;
    margin: 0 auto;
}	
	
.bew-review #reviews #comments ol.commentlist.slick-initialized li img.avatar{
	top:5px;
}
.bew-review #reviews #comments ol.commentlist.slick-initialized li .comment_container .comment-text {
    padding-top: 20px;
}

.bew-review #reviews #comments ol.commentlist .slick-dots li {
	margin-right: 5px;
    margin-left: 0;
}

.bew-review #reviews #comments ol.commentlist li .comment_container {
	padding-left: 80px;
	min-height: 60px;
	margin-bottom: 0;
}

.bew-review #reviews #review_form_wrapper {
    padding-top: 0;
}
	

}
 /**
 * Bew Excerpt
 */

 .bew-excerpt .woocommerce-product-details__short-description p {
	 margin-bottom:0;
 }
 
 
 
 /**
 * Tabs
 */
 
.woocommerce div.product .bew-woo-tabs .woocommerce-tabs, .bew-woo-tabs .woocommerce-tabs {
  padding-top: 30px;
  clear: both;
}

.woocommerce div.product .bew-woo-tabs .woocommerce-tabs .panel, .bew-woo-tabs .woocommerce-tabs .panel, .woocommerce div.product.elementor  .bew-woo-tabs .woocommerce-tabs .panel {
  margin: 1.5em 0 0;  
  padding: 0;
  border-radius: 0;
  border-width: 0;
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
}

.woocommerce div.product .bew-woo-tabs .woocommerce-tabs .panel h2:first-child, .bew-woo-tabs .woocommerce-tabs .panel h2:first-child{
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
}

.woocommerce div.product .bew-woo-tabs .woocommerce-tabs ul.tabs, .bew-woo-tabs .woocommerce-tabs ul.tabs  {
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  text-align: center;
  border-color: #eaeaea;
  overflow:unset;
}

.woocommerce div.product .bew-woo-tabs .woocommerce-tabs ul.tabs li, .bew-woo-tabs .woocommerce-tabs ul.tabs li {
  display: inline-block;
}

.woocommerce div.product .bew-woo-tabs .woocommerce-tabs ul.tabs li a,.bew-woo-tabs .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  color: #999;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  margin-top: -1px;
  margin-bottom: -1px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 90%;
  padding: 10px;
  line-height: 1.8;
}

.woocommerce div.product .bew-woo-tabs .woocommerce-tabs ul.tabs li a:hover, .bew-woo-tabs .woocommerce-tabs ul.tabs li a:hover  {
  color: #13aff0;
}

.woocommerce div.product .bew-woo-tabs .woocommerce-tabs ul.tabs li.active a, .bew-woo-tabs .woocommerce-tabs ul.tabs li.active a  {
  color: #13aff0;
  border-color: #13aff0;
}

.woocommerce div.product .bew-woo-tabs ul, .bew-woo-tabs ul{
  margin: 0;
}


@media (min-width: 768px) {
  .woocommerce div.product .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs, .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs  {
    display: inline-block;
    width: 100%;
  }
  .woocommerce div.product .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs, .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs  {
    float: left;
    width: 20%;
    margin: 0;
    border: none;
	overflow:unset;
  }
  .woocommerce div.product .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li, .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li  {
    display: block;
    border-top: 1px solid #eaeaea;
	margin: 0;
	
  }
  .woocommerce div.product .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li:first-child , .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li:first-child{
    border-top: 0;
  }
  .woocommerce div.product .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li a, .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li a  {
    display: block;
    position: relative;
    text-align: left;
    border-width: 0;
  }
  .woocommerce div.product .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li a:after, .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 3px;
    height: 100%;
    background-color: #13aff0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .woocommerce div.product .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li.active a:after, .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs ul.tabs li.active a:after  {
    opacity: 1;
  }
  .woocommerce div.product .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs .panel, .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs .panel {
    float: right;
    width: 80%;
    border-left-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    padding: 20px;
    margin: 0;
  }
  .woocommerce div.product .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs .panel > h2:first-child, .bew-woo-tabs-view-vertical .bew-woo-tabs .woocommerce-tabs .panel > h2:first-child  {
    margin-top: 0;
  }
} 


.woocommerce div.product .bew-woo-tabs .woocommerce-tabs ul.tabs li.active:before {
	background: none;
}

.woocommerce #content div.product .bew-woo-tabs-view-vertical .woocommerce-tabs ul.tabs li, .woocommerce div.product .bew-woo-tabs-view-vertical.woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .bew-woo-tabs-view-vertical .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .bew-woo-tabs-view-vertical .woocommerce-tabs ul.tabs li {
	display: block;
}

.woocommerce div.product .bew-woo-tabs .woocommerce-tabs ul.tabs::before {
	border-bottom: 0;
}

.bew-woo-tabs #reviews #comments ol.commentlist {
    width: 100%;
    background: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bew-woo-tabs #reviews #comments ol.commentlist li {
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
}

.bew-woo-tabs #reviews #comments ol.commentlist li .comment_container {
    position: relative;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    font-size: 90%;
    min-height: 85px;
    padding-left: 90px;
    border-color: #eaeaea;
}

.bew-woo-tabs #reviews #comments ol.commentlist li img.avatar {
    position: absolute;
    left: 0;
    top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.bew-woo-tabs #reviews .star-rating {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.bew-woo-tabs #reviews .star-rating{
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
}

.bew-woo-tabs #reviews p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
	display:inline-block;
}

.bew-woo-tabs .star-rating:before {
    content: "\73\73\73\73\73";
    color: #dfdbdf;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.bew-woo-tabs .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    
}

.bew-woo-tabs .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.bew-woo-tabs #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 0 0 5px;
    font-size: 1em;
    line-height: 1;
    border: 0;
    padding: 0;
}

.bew-woo-tabs #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: 0.75em;
}

.bew-woo-tabs #reviews p.meta {
    display: inline-block;
    vertical-align: top;
}

.bew-woo-tabs #reviews #comments ol.commentlist li .comment-text .meta strong {
    font-weight: bold;
    font-weight: 600;
    color: #222;
}

.bew-woo-tabs #reviews #comments {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    overflow: hidden;
}

.bew-woo-tabs #reviews #respond .form-submit {
	float:none;	
}

.bew-woo-tabs #reviews #review_form #respond p {
	text-align:inherit;
}

.bew-woo-tabs #reviews #comments .comment-text {
	text-align:initial;
}

.bew-woo-tabs #review_form_wrapper .comment-form label[for="rating"] {
    font-weight: 600;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    margin-bottom: 0;
	margin-top: 0;
}

.bew-woo-tabs #review_form_wrapper .comment-form .stars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 0;
    margin-bottom: 0;
	
}

.bew-woo-tabs #review_form_wrapper .comment-form-rating {
	margin-bottom: 20px;
}

.bew-woo-tabs #review_form #respond p.comment-form-email {
	padding-right: 0;	
}

.bew-woo-tabs #reviews .comment-reply-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    text-transform: none;
    color: #333333;
    margin-bottom: 25px;
}

.bew-woo-tabs #reviews #review_form_wrapper {
    padding-top: 40px;
}


/**
 * CSS for Generatepress. 
 */
.woocommerce div.product .bew-woo-tabs .woocommerce-tabs ul.tabs li.active {
	background:unset;
}

.woocommerce div.product .bew-woo-tabs .woocommerce-tabs ul.tabs li {
	border: 0;
    background-color: unset;    
    position: unset;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}


/**
 * Grid Products with shortcode
 */

 .bew-products{
	display: flex;
    flex-wrap: wrap;
	padding-bottom: 35px;
	align-items: flex-start;
    justify-content: center;
}

 .bew-products.clr {
    clear: both;
}
	
.bew-products.center{
	align-items: center;
    justify-content: center;	
}	

.woocommerce .bew-related-products  #bew-cart form.cart {
	padding: 0;
	margin: 0;
}

.woocommerce .bew-related-products  #bew-cart.button-no-text p.stock, .woocommerce .bew-related-products  .bew-add-to-cart.button-no-text p.stock{
	font-size: 11px;
	border:solid;
	border-color: #e1e1e1;
	border-width: 1px 1px 1px 1px;
    border-radius: 2px 2px 2px 2px;
	margin-left: 5px;
	color:#b6b6b6;
}

.woocommerce .bew-related-products  #bew-cart  p.stock, .woocommerce .bew-related-products  .bew-add-to-cart  p.stock {
	display: inline-block;
	font-size: 12px;
	padding: 11px 20px;
	border:solid;
	border-color: #e1e1e1;
	border-width: 1px 1px 1px 1px;
    border-radius: 2px 2px 2px 2px;
	line-height:1;
	color:#b6b6b6;
}

.woocommerce .related.products {
	margin-top: 20px;
}

.bew-related-products-default span{
	margin:0;	
}

.bew-woo-grid .woocommerce div.bew-products p.price {
    padding: 0;
    margin: 0;
    line-height: 1;
	display:block;
}

.bew-price-grid {
	display:block;
}

.bew-price-grid .text-after-price-active .price {
	font-weight: normal;
}

.bew-price-grid .text-after-price-active .text-after-price , .bew-price-grid .text-after-price-active .price, .bew-woo-grid .woocommerce div.bew-products .text-after-price-active p.price {
	display: inline-block;
    line-height: 1em;
	font-size: 13px;
}

@media only screen and (max-width: 959px) {
body.content-full-screen .bew-related-products .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container{
	max-width:100%;
}
}

/**
 * Categories Loop
 */

 .bew-cat-image img { 	
	-webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
 }
 
.bew-cat-image-scale-show-yes .bew-cat-image:hover img {
 	-webkit-transform: scale(1.1);
 	-moz-transform: scale(1.1);
 	-ms-transform: scale(1.1);
 	-o-transform: scale(1.1);
 	transform: scale(1.1);	
 }
 
 .bew-cat-image{
	overflow:hidden;
} 

.bew-cat-title.cat-title-absolute{
    
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
}

.bew-cat-title.cat-title-absolute .woocommerce-loop-category__title{   
    background-color: rgba(255,255,255,.88);
    transition: background .3s;
	padding: .5em 0 .7em;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	display:inline-block;
}

.bew-cat-title .woocommerce-loop-category__title{
    text-transform: uppercase;
	font-size: .9em;
    font-weight: 700;
    line-height: 1.5;	
 }
 
 .bew-cat-title.cat-title-absolute-translate .woocommerce-loop-category__title {   
	transform: translateY(20px);
	transition: all 0.5s ease;
 }

 .bew-cat-title.cat-title-absolute.show-cat-title-overlay .woocommerce-loop-category__title  {
    color: #c61932;
	transform: translateY(0);
}

.bew-cat-title .woocommerce-loop-category__title .count {
    display: none !important;    
}

.bew-cat-title.cat-title-count .woocommerce-loop-category__title .count {    
	display: block !important;
	background: 0 0;
    opacity: .5;
    font-size: .75em;
	transition: all 0.5s ease;
}

.bew-cat-title.cat-title-absolute .woocommerce-loop-category__title .count { 
	opacity: 0;
    transform: translateY(10px);
    transition-delay: .2s;
	transition: all 0.5s ease;
}

.bew-cat-title.cat-title-absolute.show-cat-title-overlay .woocommerce-loop-category__title .count  {
    opacity: 1;
    transform: translateY(0);
	
} 


.bew-cat-image.hover-black-overlay:before {
    background-color: #000000;
	transition: all 0.5s ease;
}

.bew-cat-image.hover-white-overlay:before, .bew-cat-image.hover-black-overlay:before {
    content: '';
    opacity: 0;
    z-index: 0;
}

.bew-cat-image.hover-black-overlay:before {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.bew-cat-image.hover-black-overlay:hover:before, .bew-cat-image.show-cat-image-overlay:before {
    opacity: .3;
}



/**
 * Add to cart button.
 */
#bew-cart.hide-buttom, .bew-add-to-cart.hide-buttom{
	display:none;
}


/**
 * Woo Search.
 */ 
 
 
 
 .header-tools.layout-base .header-search {
    padding-right: 20px;
}

.header-search {
    position: relative;
    display: inline-block;
}

.header-search a.toggle, .site-header.sticky-header .header-search a.toggle, .header-overlap .site-header:hover .header-search a.toggle {
    color: #333333;
}

.header-search>a.toggle {
    font-size: 18px;
    position: relative;
}

.header-search>a.toggle span {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.search-style--icon .search-form-wrapper.search--open {
    pointer-events: auto;
    transform: translate3d(-100%,0,0);
    transition-delay: 0s;
}

.search-form-wrapper {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 100%;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1001;
    padding: 40px;
    transition: transform .5s ease-out;
    transition-delay: .4s;
}

.search-form {
    display: table;
    width: 90%;
	text-align: left;
}

.search-form-wrapper input.search-input {
    font-size: 3vw;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
    width: 95%;
    border: none;
    border-bottom: 2px solid #222;
	border-radius: 0px;
    background: #fff none no-repeat 100%;
    background-size: 30px;
    padding: 5px 0;
}

.search-style--icon .search-form-wrapper input.search-input {
	max-width: 95% !important;
}


.search-form-wrapper .select2 {
    font-size: 3vw;
    vertical-align: middle;
    line-height: 1;
    border-bottom: 2px solid #222;
    width: 30%!important;
	text-align: left;
}

.search-form-wrapper .select2 {
	 display: none;
}


.categories--yes  .search-form-wrapper .select2 {
	 display: table-cell;
}

.search-form-wrapper #search-btn, .search-form-wrapper select {
    display: none;
}


.search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #dcdcdc;
    line-height: 3.5vw;
	overflow: visible;
}

.search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 30px;
    content: "";
    transform: translateY(-50%);
}

.bew-woo-search .nice-select.open:after, .nice-select:after, .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after,.woocommerce-password-hint:after,.woocommerce form .select2-container .select2-selection__rendered:after, .yith-woocompare-widget a.compare:before, a.show-categories-menu.open:after, a.show-categories-menu:after{
	font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1;
}

.bew-woo-search .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.bew-woo-search .search-form-wrapper .select2-container--default .select2-selection--single {
    height: auto;
	border: none;
    border-radius: 0;
    border-color: #eee;
    background-color: #fff;
    padding: 13px 15px;
	background-image: none;
}

.bew-woo-search .search-form-wrapper form input[type="text"]:focus {
	border-color: unset;
}

.bew-woo-search .select2-container--default .select2-selection--single, .bew-woo-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    outline: none;
}

.search-form-wrapper button, input, select {
    overflow: visible;
}

.search-form-wrapper input:focus { 
    outline: none !important;
    
}

.search-form-wrapper .search-description {
    font-size: 14px;
    color: #999;
    padding: 10px 0;
	text-align: left;
}

.search-form-wrapper .search-description span {
    display: inline-block;
    margin-right: 20px;
}

.search-form-wrapper .btn-search-close {
    cursor: pointer;
    position: fixed;
    top: 40px;
    right: 40px;
    transition: opacity .5s;
    transition-delay: .3s;
}

.search-form-wrapper .btn-search-close i {
    font-size: 60px;
    z-index: 1001;
    color: #222;
}

.search-form-wrapper .btn-search-close.btn--hidden {
    opacity: 0;
    visibility: hidden;
}

.search-form-wrapper .btn-search-close {
    cursor: pointer;
    position: fixed;
    top: 40px;
    right: 40px;
    transition: opacity .5s;
    transition-delay: .3s;
}

.search-form-wrapper.search--open:after {
    transform: translate3d(100%,0,0);
    transition-delay: .4s;
}

.search-form-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    transition: transform .5s ease-out;
}

input.search-input::-webkit-input-placeholder {
		color: #dcdcdc;
	}
	
input.search-input::-moz-placeholder {
		color: #dcdcdc;
}

input.search-input:-ms-input-placeholder {
		color: #dcdcdc;
}	
 
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px;
    background-color: transparent;
    border: 1px solid #eee;
	outline:none;
}

.select2-dropdown {
    border-radius: 0;
    border: 1px solid #eee;
    box-sizing: border-box;
    display: block;
    box-shadow: -2px 2px 80px -27px rgba(0,0,0,.3);
}
.select2-search--dropdown {
    padding: 10px 15px;
}

input[type=search]{
    font-size: 14px;
    display: block;
    padding: 9px 25px;
    color: #222;
    width: 100%;
    background: #f7f7f7;
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
}

.ps {
    position: relative;
}

.select2-results__option {
    position: relative;
    padding: 10px 15px;
	font-size:15px;
	font-weight:500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fbfbfb;
    color: #333;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
    color: #333;
    font-weight: 600;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #c61932;
}

.search-form-wrapper.search-loading input.search-input {
    margin: 0;
    background-image: url(../img/loading.svg);
}

.search-form-wrapper .ajax-search-notice {
    font-size: 20px;
}

.search-style--icon .search-form-wrapper .search-results-wrapper .autocomplete-suggestions {
    display: block!important;
    max-height: 60%!important;
    z-index: 1!important;
	text-align: left;
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestion.autocomplete-selected {
    background-color: #fafafa;
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestion {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border-top: 1px solid #eee;
    padding: 20px;
}
.search-form-wrapper .search-results-wrapper .autocomplete-suggestion {
    transition: all .5s ease;
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestion>div {
    display: table-cell;
    vertical-align: top;
}

.search-form-wrapper .search-results-wrapper .suggestion-thumb {
    padding-right: 20px;
    width: 130px;
}

.search-style--input .search-form-wrapper .search-results-wrapper .autocomplete-suggestion>div {
    display: table-cell;
    vertical-align: middle;
}

.search-form-wrapper .search-results-wrapper .suggestion-title {
    display: block;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
	font-weight:500;
	line-height:22px;
	color: #777777;	
}

.search-form-wrapper .search-results-wrapper .suggestion-title ins {
    text-decoration: underline;
}

.search-form-wrapper .search-results-wrapper .suggestion-price, .search-form-wrapper .search-results-wrapper .suggestion-sku {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
	line-height:22px;
	color: #777777;
}

.search-form-wrapper .search-results-wrapper .search-view-all {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;	
    font-size: 15px;
	font-weight: 600;
}

.ps>.ps__scrollbar-x-rail {
    height: 6px;
}

.hide-bew-woo-search .bew-woo-search-form {
	display:none;
}

.bew-woo-search .search-description {
	display:none;
}

.search-description--yes .bew-woo-search .search-description  {
	display:block;
}

.search-style--input .search-form-wrapper .search-form {
    width: 100%;
	text-align: left;
	display:flex;
}
.search-style--input .header-search {
    display: block;
}

.search-style--input .search-form-wrapper {
	pointer-events: auto;
	position: inherit;
	top: unset;
    left: unset;
	padding: 10px 0;
	z-index: 1;
	height: auto;
	
}

.search-style--input .search-form-wrapper .search-description {
    display:none;
}

.search-style--input .search-form-wrapper input.search-input {
    font-size: 15px;
	width: 100%;
	padding: 5px;

}

.search-style--input .has-submit-button .search-form-wrapper input.search-input {
	width: 90%;
}

.search-style--input .has-submit-button .search-form-wrapper .submit-button-icon input.search-input {
	width: 96%;
}

.search-style--input .search-form-wrapper .has-categories-select input.search-input {
	width: 70%;
}

.search-style--input .has-submit-button .search-form-wrapper.has-categories-select input.search-input {
	width: 50%;
}

.search-style--input .has-submit-button .search-form-wrapper #search-btn  {
    display: inline-block;
	text-align: right;
}

.search-style--input .has-submit-button .search-form-wrapper #search-btn  .ti-search{
    display: none;
}

.search-style--input .has-submit-button .search-form-wrapper .submit-button-icon #search-btn  .ti-search{
    display: inline;
	font-size: 16px;
}

.search-style--input .search-form-wrapper #search-btn{
    color: #333;
	background-color: transparent;
	padding: 0 0 10px 10px;
	vertical-align: bottom;
	border-bottom: 2px solid;
	border-top:0;
	border-left:0;
	border-right:0;
}

.search-style--input .search-form-wrapper #search-btn:hover{
    color: #7a7a7a;
	background-color: transparent;
}

.search-style--input .has-submit-button .search-form-wrapper #search-btn{
	width: auto;
}

.search-style--input .search-results-wrapper {
	margin-top: 10px;    
	width: 100%;
    position: absolute;
	z-index:9999;
	background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.search-style--input .search-form-wrapper .search-results-wrapper .ajax-search-notice {
    display: none;
	font-size: 14px;
	margin: 0px;
	text-align: left;
	background: #fff;
}

.search-style--input .search-form-wrapper .search-results-wrapper .ajax-search-notice.has-notice {
    padding: 10px;
}

.search-style--input .search-form-wrapper .search-results-wrapper .autocomplete-suggestions {
    background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	padding: 0;
	max-height: 366px !important;
	width: 100%!important;	
}

.search-style--input .fullwidth .search-form-wrapper .search-results-wrapper .autocomplete-suggestions {
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}

.search-style--input .fullwidth .search-results-wrapper {
	width: 100vw;	
}
.search-style--input .fullwidth  .search-form-wrapper .search-results-wrapper .autocomplete-suggestions {

}

.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestions {
	padding: 15px 20px 10px 20px;
	text-align: left;
}

.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion {
	cursor: pointer;
	padding: 10px;
    text-align: center;
    display: inline-block;    
	height: 100%;
	width: auto;
	border-top: 0;
	padding-top:10px;
}

.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion  .suggestion-details{
    text-align: center;
    display: block; 
	width: 190px;
}


.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestions .suggestion-thumb{
    padding-right: 0;
	width:190px;
	height:auto;
}

.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion  .suggestion-details .suggestion-title {
    text-align: center;
    display: block; 
	color: #777;
	margin-bottom: 5px;
}

.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestion  .suggestion-details  .suggestion-title ins {
    text-decoration: underline;
}

.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion  .suggestion-details .suggestion-sku {
    text-align: center;
    display: block;  
	color: #777;
}

.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion  .suggestion-details .suggestion-price {
    text-align: center;
    display: block;
	color: #777;
	margin-bottom: 0;
}

.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestions .autocomplete-suggestion  .suggestion-details .suggestion-price .amount {
	color: #777;
}


.search-style--input .fullwidth .search-results-wrapper .autocomplete-suggestion.autocomplete-selected {
    background-color: #fafafa;
}

.search-style--input .search-form-wrapper .search-results-wrapper .autocomplete-suggestion {	
	padding: 10px;
	width: 100%;
	text-align: left;
}

.search-style--input .search-form-wrapper .search-results-wrapper .suggestion-thumb {
    padding-right: 20px;
    width: 120px;
}

.search-style--input .search-form-wrapper .search-results-wrapper .suggestion-title {
	font-size: 15px;
}

.search-style--input .search-form-wrapper .search-results-wrapper .suggestion-price, .search-style--input .search-form-wrapper .search-results-wrapper .suggestion-sku {
	font-size: 14px;
}

.search-style--input .search-form-wrapper .search-results-wrapper .suggestion-price .amount{
	color: #333;
}

.search-style--icon .search-form-wrapper .search-results-wrapper .suggestion-price .amount{
	color: #333;
}

.search-style--input .search-form-wrapper .search-results-wrapper .search-view-all {
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 14px;
    text-align: left;
}

.search-style--input .search-form-wrapper .search-results-wrapper .search-view-all:hover {
    color: #7a7a7a;
}

.search-style--input .search-form-wrapper:after {
    content: none;
}

.search-style--input .search-form-wrapper .select2 {
    display:none;
	font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border-bottom: 2px solid #222;
	padding: 5px;
	min-height: 40px;
	margin-left: 5px;
	margin-right: 5px;
	background: #fff;
	text-align: center;
}

.search-style--input .search-form-wrapper .has-categories-select .select2 {
    display: inline-block;
    width: 28%!important;

}


.search-style--input  .search-form-wrapper .select2-container--default .select2-selection--single {
    padding: 0px 15px 0 0;
}

.search-style--input .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.7;
}

.search-style--input .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after {

    font-size: 17px;

}

.search-style--input .bew-woo-search-container{
	display: block;
}

.search-style--input .toggle{
	display: none;
}

.search-style--icon .toggle{
	display: inline;
}

.bew-woo-search-container{
	text-align:left;
}



@media only screen and (max-width: 1024px) {
	
.search-style--tablet-input .bew-woo-search-container{
	display: block;
}

.search-style--tablet-input .search-form-wrapper {
	pointer-events: auto;
	position: inherit;
	top: unset;
    left: unset;
	padding: 10px 0;
	z-index: 1;
	height: auto;
	
}

.search-style--tablet-input .search-form-wrapper:after {
    content: none;
}	
	
.search-style--tablet-input .toggle{
	display: none;
}

.search-style--tablet-input .search-description{
	display: none;
}



.search-style--tablet-icon .toggle{
	display: flex;
    vertical-align: bottom;
}

.search-style--tablet-icon .search-form-wrapper {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 100%;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1001;
    padding: 40px;
    transition: transform .5s ease-out;
    transition-delay: .4s;
}

.search-style--tablet-icon .search-form-wrapper.search--open {
    pointer-events: auto;
    transform: translate3d(-100%,0,0);
    transition-delay: 0s;
}


.search-style--tablet-icon .search-form-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    transition: transform .5s ease-out;
}

.search-style--tablet-icon .search-form-wrapper.search--open:after {
    transform: translate3d(100%,0,0);
    transition-delay: .4s;
}

.search-style--tablet-icon .search-form-wrapper .search-form {
    display: flex;
    width: 85%;
    text-align: left;
}

.search-style--tablet-icon .search-results-wrapper {
    margin-top: 0;
    width: 100%;
    position: static;
    z-index: 1;
    background: #fff;
    box-shadow: none;
}

.search-style--tablet-icon .search-form-wrapper .search-results-wrapper .autocomplete-suggestions {
    background: #fff;
    box-shadow: none;
    padding: 0;
    width: 90%!important;
	display: block !important;
    max-height: 70% !important;
    z-index: 1 !important;
}

.search-style--input .search-form-wrapper #search-btn {
	padding: 0;   
    border-bottom: 1px solid;
}

.search-style--tablet-icon .search-form-wrapper input.search-input {
    font-size: 20px;
    width: 100%;
    padding: 5px;
}

.bew-woo-search .search-description, .search-description--yes .bew-woo-search .search-description {
	display:none;
}

.search-description--tablet-yes .bew-woo-search .search-description  {
	display:block;
}

.categories--yes .search-form-wrapper .select2 {
display: none;
}

.categories--tablet-yes .search-form-wrapper .select2 {
display: table-cell;
}

	
}

@media only screen and (max-width: 767px) {
	
.search-form-wrapper{
padding: 20px;	
}

.search-form-wrapper input.search-input{
font-size: 14px;
border-bottom: 1px solid #222;
padding: 5px 0;
border-radius: 0px;
}

.woocommerce form .select2-container .select2-selection--single, .search-form-wrapper .select2-container--default .select2-selection--single {
padding: 13px 15px 13px 0;	
}

.search-form-wrapper .select2{
font-size: 14px;
border-bottom: 1px solid #222;	
display: block;
width: 95%!important;
overflow: auto;
}

.categories--yes .search-form-wrapper .select2 {
display: none;
}

.categories--mobile-yes .search-form-wrapper .select2 {
display: block;
}


.search-form-wrapper .search-description {
    font-size: 12px;
    color: #999;
    padding: 10px 0;
	margin: 0 0 10px;
}

.search-form-wrapper .btn-search-close{
    top: 20px;
    right: 20px;
}
.search-form-wrapper .btn-search-close i {
    font-size: 40px;

}

.search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after {
    font-size: 25px;
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestions{
    width: 90% !important;
}

.search-form-wrapper .search-results-wrapper .autocomplete-suggestion {
    width: 100%;
    padding: 10px;
}

.search-form-wrapper .search-results-wrapper .suggestion-title{
	font-size: 16px;
}

.search-form-wrapper .search-results-wrapper .suggestion-price, .search-form-wrapper .search-results-wrapper .suggestion-sku{
	font-size: 14px;
}	
	
.search-style--mobile-input .bew-woo-search-container{
	display: block;
}

.search-style--mobile-input .search-form-wrapper {
	pointer-events: auto;
	position: inherit;
	top: unset;
    left: unset;
	padding: 10px 0;
	z-index: 1;
	height: auto;
	
}

.search-style--mobile-input .search-form-wrapper:after {
    content: none;
}	
	
.search-style--mobile-input .toggle{
	display: none;
}

.search-style--mobile-icon .toggle{
	display: flex;
    vertical-align: bottom;
}

.search-style--mobile-icon .search-form-wrapper {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 100%;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 1001;
    padding: 20px;
    transition: transform .5s ease-out;
    transition-delay: .4s;
}

.search-style--mobile-icon .search-form-wrapper.search--open {
    pointer-events: auto;
    transform: translate3d(-100%,0,0);
    transition-delay: 0s;
}


.search-style--mobile-icon .search-form-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    transition: transform .5s ease-out;
}

.search-style--mobile-icon .search-form-wrapper.search--open:after {
    transform: translate3d(100%,0,0);
    transition-delay: .4s;
}

.search-style--mobile-icon .search-form-wrapper .search-form {
    display: flex;
    width: 85%;
    text-align: left;
}

.search-style--mobile-icon .search-results-wrapper {
    margin-top: 0;
    width: 100%;
    position: static;
    z-index: 1;
    background: #fff;
    box-shadow: none;
}

.search-style--mobile-icon .search-form-wrapper .search-results-wrapper .autocomplete-suggestions {
    background: #fff;
    box-shadow: none;
    padding: 0;
    width: 90%!important;
	display: block !important;
    max-height: 70% !important;
    z-index: 1 !important;
}

.search-style--input .search-form-wrapper #search-btn {
	padding: 0;   
    border-bottom: 1px solid;
}

.search-style--mobile-icon .search-form-wrapper input.search-input {
    font-size: 15px;
    width: 100%;
    padding: 5px;
}

.bew-woo-search .search-description, .search-description--yes .bew-woo-search .search-description , .search-description--tablet-yes .bew-woo-search .search-description  {
	display:none;
}

.search-description--mobile-yes .bew-woo-search .search-description  {
	display:block;
}

}



 /**
 * Image
 */
 
 .bew-product-image .woo-entry-image{
	 display:block !important;
 }

.product-image .bew-product-badges, .woocommerce .product-image .bew-product-badges, .woocommerce div.products .product-image .bew-product-badges {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
	position: absolute;
    left: 0;
    top: 20px;
	z-index: 4;
	line-height:23px;	
}

.product-image .bew-product-badges span {   
	left: 0;    
    padding: 0 12px;
	margin: 0 0 7px 0;
}

.product-image .bew-product-badges span.onsale, .woocommerce ul.products li.product .product-image .bew-product-badges span.onsale, .woocommerce .bew-product-badges span.onsale, .woocommerce div.product .product-image .bew-product-badges span.onsale {
    position:initial;
	top: 0;
	left: 0; 
	letter-spacing: .1em;    
    font-weight: 500;
	font-size: 13px;
	line-height:23px;
	color: #ffff;
	background-color: #4accb0;
	min-width: 0;
    min-height: 0;
	border-radius: 0;
	padding: 0 12px;
	margin: 0 0 7px 0;
}
.product-image .bew-product-badges span.new {
    background-color: #fbaf5d;
}

.product-image .bew-product-badges span.hot {
    background-color: #da0e2b;
}

.product-image .bew-product-badges span.outofstock {
    font-size: 12px;
	line-height: 24px;
	background-color: #333333;
}

.bew-image-labels-type-circle .product-image .bew-product-badges {    
    top: 20px;	
    left: 20px; 
}
	
.bew-image-labels-type-circle .product-image .bew-product-badges span, .bew-image-labels-type-circle .product-image .bew-product-badges span.onsale, .woocommerce ul.products li.product .bew-image-labels-type-circle  .product-image .bew-product-badges span.onsale, .woocommerce .bew-image-labels-type-circle  span.onsale,.woocommerce div.product .bew-image-labels-type-circle  .product-image .bew-product-badges span.onsale {    
    
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;    
    padding: 0px;    
    line-height: 60px;	
}

.bew-image-labels-type-circle .product-image .bew-product-badges span.outofstock {
    font-size: 12px;
	line-height: 15px;
	padding: 15px 0 0 0;
	letter-spacing: normal;
}

.product-image .bew-product-badges span.onsale {
    display: none;
}

.product-image .bew-product-badges span.new {
    display: none;
}

.product-image .bew-product-badges span.hot{
    display: none;
}

.product-image .bew-product-badges span.outofstock {
    display: none;
}

.bew-image-sale-show-yes .product-image .bew-product-badges span.onsale {
    display: block;
}

.bew-image-new-show-yes .product-image .bew-product-badges span.new {
    display: block;
}

.bew-image-featured-show-yes .product-image .bew-product-badges span.hot{
    display: block;
}

.bew-image-outofstock-show-yes .product-image .bew-product-badges span.outofstock {
    display: block;
}

.woocommerce ul.products .product.outofstock .bew-product-badges .onsale {
    display: none;
}

.woocommerce ul.products .product .bew-product-image .bew-swap-image,
.bew-woo-grid .bew-product-image .bew-swap-image,
.bew-woo-grid-slider .bew-product-image .bew-swap-image,
.bew-product-image .bew-swap-image {
    position: relative;
    overflow: hidden;
}

.woocommerce ul.products .product .bew-product-image .bew-swap-image:hover .woo-entry-image-main,
.bew-woo-grid .bew-product-image .bew-swap-image:hover .woo-entry-image-main,
.bew-woo-grid-slider .bew-product-image .bew-swap-image:hover .woo-entry-image-main,
.bew-product-image .bew-swap-image:hover .woo-entry-image-main{
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
}

.woocommerce ul.products .product .bew-product-image .bew-swap-image .woo-entry-image-main,
.bew-woo-grid .bew-product-image .bew-swap-image .woo-entry-image-main,
.bew-woo-grid-slider .bew-product-image .bew-swap-image .woo-entry-image-main,
.bew-product-image .bew-swap-image .woo-entry-image-main  {
    position: relative;
    margin-bottom: 0!important;
	z-index: 2;
}

.wvs-pro .woocommerce ul.products .product .bew-product-image .bew-swap-image .woo-entry-image-main,
.wvs-pro .bew-woo-grid .bew-product-image .bew-swap-image .woo-entry-image-main,
.wvs-pro .bew-woo-grid-slider .bew-product-image .bew-swap-image .woo-entry-image-main,
.wvs-pro .bew-product-image .bew-swap-image .woo-entry-image-main  {
    z-index: 3;
}

.woocommerce ul.products .product .bew-product-image .bew-swap-image img,
.bew-woo-grid .bew-product-image .bew-swap-image img,
.bew-woo-grid-slider .bew-product-image .bew-swap-image img,
.bew-product-image .bew-swap-image img  {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    width: 100%;
    overflow: hidden;
}

.woocommerce ul.products .product .bew-product-image .bew-swap-image .woo-entry-image-secondary,
.bew-woo-grid .bew-product-image .bew-swap-image .woo-entry-image-secondary,
.bew-woo-grid-slider .bew-product-image .bew-swap-image .woo-entry-image-secondary,
.bew-product-image .bew-swap-image .woo-entry-image-secondary{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
	z-index: 1;
}

.wvs-pro .woocommerce ul.products .product .bew-product-image .bew-swap-image .woo-entry-image-secondary,
.wvs-pro .bew-woo-grid .bew-product-image .bew-swap-image .woo-entry-image-secondary,
.wvs-pro .bew-woo-grid-slider .bew-product-image .bew-swap-image .woo-entry-image-secondary,
.wvs-pro .bew-product-image .bew-swap-image .woo-entry-image-secondary {
    z-index: 2;
}

.woocommerce ul.products .product .bew-product-image .wp-post-image,
.bew-woo-grid .bew-product-image .wp-post-image,
.bew-woo-grid-slider .bew-product-image .wp-post-image,
.bew-product-image .wp-post-image {
    position: relative;
}

.wvs-pro .woocommerce ul.products .product .bew-product-image .wp-post-image,
.wvs-pro .bew-woo-grid .bew-product-image .wp-post-image,
.wvs-pro .bew-woo-grid-slider .bew-product-image .wp-post-image,
.wvs-pro .bew-product-image .wp-post-image {
	z-index: 2;
}

.wvs-pro .woocommerce ul.products .product .bew-product-image .wp-post-image.woo-entry-image-variation,
.wvs-pro .bew-woo-grid .bew-product-image .wp-post-image.woo-entry-image-variation,
.wvs-pro .bew-woo-grid-slider .bew-product-image .wp-post-image.woo-entry-image-variation,
.wvs-pro .bew-product-image .wp-post-image.woo-entry-image-variation {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: auto;
    z-index: 1;
}

.woocommerce ul.products .product .bew-product-image .bew-slider-image,
.bew-woo-grid .bew-product-image .bew-slider-image,
.bew-woo-grid-slider .bew-product-image .bew-slider-image,
.bew-woo-slider-image-view-horizontal .bew-product-image .bew-slider-image,
.bew-woo-slider-image-view-vertical .bew-product-image .bew-slider-image,
.bew-product-image .bew-slider-image{
    position: relative;
	display: block;
	width: 100%;
}

.woocommerce ul.products .product .bew-product-image .bew-slider-image .woo-entry-image,
.bew-woo-grid .bew-product-image .bew-slider-image .woo-entry-image,
.bew-woo-grid-slider .bew-product-image .bew-slider-image .woo-entry-image,
.bew-woo-slider-image-view-horizontal .bew-product-image .bew-slider-image .woo-entry-image,
.bew-woo-slider-image-view-vertical .bew-product-image .bew-slider-image .woo-entry-image,
.bew-product-image .bew-slider-image .woo-entry-image{
    display: block;
}

.woocommerce ul.products .product .bew-product-image .bew-slider-image .bew-product-entry-slider.slick-slider,
.bew-woo-grid .bew-product-image .bew-slider-image .bew-product-entry-slider.slick-slider,
.bew-woo-grid-slider .bew-product-image .bew-slider-image .bew-product-entry-slider.slick-slider,
.bew-woo-slider-image-view-horizontal .bew-product-image .bew-slider-image .bew-product-entry-slider.slick-slider,
.bew-woo-slider-image-view-vertical .bew-product-image .bew-slider-image .bew-product-entry-slider.slick-slider,
.bew-product-image .bew-slider-image .bew-product-entry-slider.slick-slider{
    display: block;
}

.woocommerce ul.products .product .bew-product-image .bew-slider-image .bew-product-entry-slider,
.bew-woo-grid .bew-product-image .bew-slider-image .bew-product-entry-slider,
.bew-woo-grid-slider .bew-product-image .bew-slider-image .bew-product-entry-slider,
.bew-woo-slider-image-view-horizontal .bew-product-image .bew-slider-image .bew-product-entry-slider,
.bew-woo-slider-image-view-vertical .bew-product-image .bew-slider-image .bew-product-entry-slider,
.bew-product-image .bew-slider-image .bew-product-entry-slider{
    width: 100%;
}

.woocommerce ul.products .product .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow,
.bew-woo-grid .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow,
.bew-woo-grid-slider .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow,
.bew-woo-slider-image-view-horizontal .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow,
.bew-woo-slider-image-view-vertical .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow,
.bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    visibility: hidden;
    width: 35px;
    height: 35px;
    margin: -17.5px 0 0;
    line-height: 1;
    background-color: transparent;
    color: #333;
    padding: 0;
    text-align: center;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
	border-color: transparent;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.woocommerce ul.products .product .bew-product-image .bew-slider-image .bew-product-entry-slider:hover .slick-arrow,
.bew-woo-grid .bew-product-image .bew-slider-image .bew-product-entry-slider:hover .slick-arrow,
.bew-woo-grid-slider .bew-product-image .bew-slider-image .bew-product-entry-slider:hover .slick-arrow,
.bew-woo-slider-image-view-horizontal .bew-product-image .bew-slider-image .bew-product-entry-slider:hover .slick-arrow,
.bew-woo-slider-image-view-vertical .bew-product-image .bew-slider-image .bew-product-entry-slider:hover .slick-arrow,
.bew-product-image .bew-slider-image .bew-product-entry-slider:hover .slick-arrow{
    visibility: visible;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

.woocommerce ul.products .product .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-prev,
.bew-woo-grid .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-prev,
.bew-woo-grid-slider .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-prev,
.bew-woo-slider-image-view-horizontal .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-prev,
.bew-woo-slider-image-view-vertical .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-prev,
.bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-prev  {
    left: 0;
	margin-left:5px;
}

.woocommerce ul.products .product .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-next,
.bew-woo-grid .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-next,
.bew-woo-grid-slider .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-next,
.bew-woo-slider-image-view-horizontal .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-next,
.bew-woo-slider-image-view-vertical .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-next,
.bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow.slick-next {
    right: 0;
	margin-right:5px;
}

.woocommerce ul.products .product .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow:hover,
.bew-woo-grid .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow:hover,
.bew-woo-grid-slider .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow:hover,
.bew-woo-slider-image-view-horizontal .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow:hover,
.bew-woo-slider-image-view-vertical .bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow:hover,
.bew-product-image .bew-slider-image .bew-product-entry-slider .slick-arrow:hover{
    background-color: rgba(0,0,0,0.05);
}

.bew-woo-grid-slider .product{
    overflow: hidden;
}

.bew-slider-active .bew-woo-grid .woocommerce ul.products .product,
.bew-slider-active .bew-woo-grid .bew-grid .product,
.bew-slider-active .bew-woo-slider-image-view-horizontal .product,
.bew-slider-active .bew-woo-slider-image-view-vertical .product {
    overflow: hidden !important;
	width: auto !important;
}

.bew-slider-slide:not(.bew-current) ,
.bew-woo-grid .bew-slider-slide:not(.bew-current),
.bew-woo-grid-slider .bew-slider-slide:not(.bew-current),
.bew-woo-slider-image-view-horizontal .bew-slider-slide:not(.bew-current),
.bew-woo-slider-image-view-vertical .bew-slider-slide:not(.bew-current) {
  display: none;
  position:absolute;
}

.bew-product-entry-slider.slick-initialized .bew-slider-slide:not(.bew-current),
.bew-woo-grid .bew-product-entry-slider.slick-initialized .bew-slider-slide:not(.bew-current),
.bew-woo-grid-slider .bew-product-entry-slider.slick-initialized .bew-slider-slide:not(.bew-current),
.bew-woo-slider-image-view-horizontal .bew-product-entry-slider.slick-initialized .bew-slider-slide:not(.bew-current),
.bew-woo-slider-image-view-vertical .bew-product-entry-slider.slick-initialized .bew-slider-slide:not(.bew-current) {
  display:block;
  position:relative;
} 


.bew-woo-grid .product-image .bew-product-image a img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    box-shadow: none;
}

/**
 * Bew Gallery
 */

.bew-gallery-arrows-show-yes.bew-woo-gallery-arrow-layout-inside .bew-gallery-images .woocommerce-product-gallery__slider .slick-arrow.slick-arrow {
    right: 0;
}

.bew-gallery-arrows-show-yes.bew-woo-gallery-arrow-layout-inside .bew-gallery-images .woocommerce-product-gallery__slider .slick-arrow.slick-prev {
    left: 0;
}

.bew-gallery-images .slick-arrow.bew-button, .bew-gallery-images button.slick-arrow {
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    color: #333;
    background-color: transparent;
    border: none;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0!important;
}

.bew-gallery-images .slick-arrow.slick-prev.bew-button:before, .bew-gallery-images  button.slick-arrow.slick-prev:before {
    content: "\e64a";
}

.bew-gallery-images .slick-arrow.bew-button:before, .bew-gallery-images  button.slick-arrow:before {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
}

.bew-gallery-images .slick-arrow.bew-button:before, .bew-gallery-images  button.slick-arrow:before {
    font-family: 'themify';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.bew-gallery-images .slick-arrow.slick-disabled.bew-button:before, .bew-gallery-images  button.slick-arrow.slick-disabled:before {
    opacity: 1;
}

.bew-gallery-images .slick-arrow.slick-next.bew-button:before, .bew-gallery-images button.slick-arrow.slick-next:before {
    content: "\e649";
}

.bew-gallery-images .slick-arrow.bew-button:focus, .bew-gallery-images .slick-arrow.bew-button:hover,.bew-gallery-images  button.slick-arrow:focus, .bew-gallery-images  button.slick-arrow:hover {
    background-color: transparent;
	color: #333;
}

.bew-gallery-images .slick-arrow.bew-button:before, .bew-gallery-images  button.slick-arrow:before {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
}

.bew-gallery-images  .woocommerce-product-gallery__slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
	margin:0;
}

.bew-gallery-images .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    margin-top: 35px!important;
    padding: 0;
    width: 100%;
}

.bew-gallery-images .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-left: 0;
    line-height: 1.5;
    height: auto;
    width: auto;
    padding: 0;
    cursor: pointer;
    background: none;
}
.bew-gallery-images .slick-dots li:last-child {
    margin: 0;
}

.bew-gallery-images .slick-dots li.slick-active .bew-button, .bew-gallery-images .slick-dots li.slick-active button {
    background-color: #999!important;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0;
}

.bew-gallery-images .slick-dots li .bew-button, .bew-gallery-images  .slick-dots li button {
    font-size: 0;
    display: block;
    cursor: pointer;
    outline: 0;
    line-height: 0;
    border: 0;
    width: 6px;
    height: 6px;
    color: transparent;
    background-color: #1f1f1f!important;
    opacity: .2;
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
}

.bew-gallery-images .slick-dots li button:before {    
    content: "";
	width: 0px;
    height: 0px;
   
}

.bew-gallery-images .slick-arrow.bew-button, .bew-gallery-images button.slick-arrow {
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    color: #333;
    background-color: transparent;
    border: none;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0!important;
}

.bew-gallery-images .thumbnails-slider.slick-vertical {
    margin: 0;
}

.bew-gallery-images .thumbnails-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease,height .4s ease;
}

.bew-gallery-images .slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.bew-gallery-images .thumbnails-slider.slick-slider .slick-arrow {
    height: 20px;
    width: 20px;
    visibility: visible;
}

.bew-gallery-images .thumbnails-slider.slick-slider .slick-arrow:before {
    height: 20px;
    width: 20px;
    line-height: 25px;
    font-size: 14px;
}

.bew-gallery-images button.slick-arrow:before, .bew-gallery-images  .slick-arrow.bew-button:before {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
	color:#333;
}

.bew-gallery-images .slick-list, .bew-gallery-images  .slick-slider, .bew-gallery-images .slick-dotted.slick-slider {
    position: relative;
    display: block;
	margin-bottom: 0;
}

.bew-gallery-images .slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.bew-gallery-images .thumbnails-slider.slick-vertical .slick-list {
    padding-top: 2px;
    padding-bottom: 60px;
}

.bew-gallery-images .slick-slider .slick-list, .bew-gallery-images .slick-slider .slick-track {
    transform: translateZ(0);
}

.bew-gallery-images .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.bew-gallery-images .slick-track {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    min-width: 100%;
}

.bew-gallery-images .slick-track {
    margin-left: auto;
    margin-right: auto;
}

.bew-gallery-images .slick-track:after, .bew-gallery-images  .slick-track:before {
    content: "";
    display: table;
}

.bew-gallery-images .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.bew-gallery-images .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;    
}

.bew-gallery-images .thumbnails-slider .slick-slide img {
    width: 100%;
    border: 1px solid transparent;
}

.bew-gallery-images .slick-slide img {
    display: block;
}

.bew-gallery-images .slick-arrow.slick-disabled.bew-button, .bew-gallery-images  button.slick-arrow.slick-disabled {
    opacity: 0!important;
    visibility: hidden!important;
}

.bew-gallery-images .thumbnails-slider .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}

.bew-gallery-images .thumbnails-slider .slick-slide.slick-current img {
    border-color: #696969;
}

.bew-gallery-images .thumbnails-slider .slick-slide img {
    width: 100%;
    border: 1px solid transparent;
}

.bew-gallery-images .thumbnails-slider .slick-slide, .woocommerce #content div.product .bew-gallery-images div.thumbnails a, .woocommerce div.product .bew-gallery-images div.thumbnails a, .woocommerce-page #content div.product .bew-gallery-images div.thumbnails a, .woocommerce-page div.product .bew-gallery-images div.thumbnails a{
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;
	width: 112px !important;
}

.bew-gallery-images .woocommerce-product-gallery__trigger, .woocommerce.single-product .product .bew-gallery-images .woocommerce-product-gallery .woocommerce-product-gallery__trigger, .woocommerce.single-product .product .bew-gallery-images .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
}

.bew-gallery-woo-default-yes .bew-gallery-images .woocommerce-product-gallery__trigger, .woocommerce.single-product .product .bew-gallery-woo-default-yes .bew-gallery-images  .woocommerce-product-gallery .woocommerce-product-gallery__trigger, .woocommerce.single-product .product .bew-gallery-woo-default-yes .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: block;
}


.bew-gallery-images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
    backface-visibility: hidden;
}

.bew-gallery-images  .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.bew-gallery-images  .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.bew-gallery-images .woocommerce-product-gallery .yith-wcwl-add-to-wishlist + .lightbox-btn {
    top: 70px;
}

.bew-gallery-images .woocommerce-product-gallery .lightbox-btn {
    font-size: 0;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.bew-gallery-images .woocommerce-product-gallery .lightbox-btn.bew-hide {
    display:none;
}

.bew-gallery-images .woocommerce-product-gallery .lightbox-btn i {
    font-size: 30px;
}

.bew-gallery-images button.slick-arrow {
	display:none !important;
}

.bew-gallery-arrows-show-yes  .bew-gallery-images button.slick-arrow {
	display:block !important;
}

.bew-gallery-images .woocommerce-product-gallery__slider .slick-dots {
	display:none !important;
}

.bew-gallery-images .thumbnails-slider .slick-dots {
	display:none !important;
}

.bew-gallery-dots-show-yes .bew-gallery-images .woocommerce-product-gallery__slider .slick-dots {
	display:block !important;
}

.bew-gallery-dots-show-yes .bew-gallery-images .woocommerce-product-gallery__slider .slick-dots.bew-hide {
	display:none !important;
}

.bew-gallery-images .woocommerce-product-gallery .thumbnails-slider{
	display:none !important;
}

.bew-gallery-thumbnails-show-yes .bew-gallery-images .woocommerce-product-gallery .thumbnails-slider{
	display:block !important;
}

.bew-gallery-images .woocommerce-product-gallery__slider .woocommerce-product-gallery__image a img {
    pointer-events: none;
}

.bew-gallery-lightbox-show-yes .bew-gallery-images .woocommerce-product-gallery__slider .woocommerce-product-gallery__image a img {
    pointer-events: initial;
}

.bew-gallery-zoom-show-yes .bew-gallery-images .woocommerce-product-gallery__slider .woocommerce-product-gallery__image a img {
    pointer-events: initial;
}

.bew-gallery-images .woocommerce-product-gallery__slider .woocommerce-product-gallery__image, .woocommerce-product-gallery__slider .woocommerce-product-gallery__image, .woocommerce-product-gallery__slider .woocommerce-product-gallery__image a {
    cursor: crosshair;
}

.bew-gallery-images .woocommerce-product-gallery__slider .woocommerce-product-gallery__image, .woocommerce-product-gallery__slider .woocommerce-product-gallery__image.bew-video-gallery a {
    line-height: 0;
}

.bew-woo-gallery-view-vertical .bew-gallery-images .thumbnails-vertical{
	display:flex;
}

.bew-woo-gallery-view-vertical .bew-gallery-images .col-xs-12{
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


.bew-gallery-images .thumbnails-slider.slick-vertical .slick-slide {
    border: none;
	margin-left: 0;
    margin-right: 0;
	margin-top:0;
    margin-bottom: 10px;	
}


.thumbnails-slider.slick-vertical .slick-arrow.slick-disabled {
    opacity: .4 !important;
    visibility: visible !important;
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-prev {
    left: 0 !important;
    top: auto;
    bottom: 0;
}

.bew-gallery-images .thumbnails-slider.slick-vertical .slick-arrow {
    height: 30px !important;
    width: 49% !important;
    color: #ffffff;
    opacity: .7;
    background-color: #333333 !important;
    transform: translateY(0);
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-next {
    left: auto;
    right: 0 !important;
    top: auto;
    bottom: 0;
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-prev:before {
    content: '\e648';
}

.thumbnails-slider.slick-vertical .slick-arrow:before {
    height: 30px;
    width: 100%;
    line-height: 30px;
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-next:before {
    content: '\e64b';
}

.thumbnails-slider.slick-vertical .slick-arrow:before {
    height: 30px;
    width: 100%;
    line-height: 30px;
}

.thumbnails-slider.slick-vertical .slick-list {
    padding-top: 2px;
    padding-bottom: 60px;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.thumbnails-slider.slick-vertical .slick-arrow:hover {
    opacity: 1;
    color: #ffffff;
    background-color: #333333;
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-disabled {
    opacity: .4 !important;
    visibility: visible !important;
}

.slick-arrow:hover {
    opacity: 1 !important;
}

.bew-gallery-images .woocommerce-product-gallery .bew-product-badges, .woocommerce .bew-gallery-images .woocommerce-product-gallery .bew-product-badges, .woocommerce div.product .bew-gallery-images .woocommerce-product-gallery .bew-product-badges {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
	position: absolute;
    left: 0;
    top: 20px;
	z-index: 1;
	line-height:1.4;	
}

.bew-gallery-images .woocommerce-product-gallery .bew-product-badges span {
   
	left: 0;    
    padding: 3px 15px;
	margin: 0 0 10px 0;
}

.bew-gallery-images .bew-product-badges span.onsale {
    position:initial;
	top: 0;
	letter-spacing: .1em;    
    font-weight: 500;
	font-size: 15px;
	line-height:1.4;
	background-color: #4accb0;
}
.bew-gallery-images .bew-product-badges span.new {
    background-color: #fbaf5d;
}

.bew-gallery-images .bew-product-badges span.hot {
    background-color: #da0e2b;
}

.bew-gallery-images .bew-product-badges span.outofstock {
    font-size: 12px;
	line-height: 22px;
	background-color: #333333;
}

.bew-gallery-images .bew-product-badges span.onsale {
    display: none;
}

.bew-gallery-images .bew-product-badges span.new {
    display: none;
}

.bew-gallery-images .bew-product-badges span.hot{
    display: none;
}

.bew-gallery-images .bew-product-badges span.outofstock {
    display: none;
}

.bew-gallery-sale-show-yes .bew-gallery-images .bew-product-badges span.onsale {
    display: block;
}

.bew-gallery-new-show-yes .bew-gallery-images .bew-product-badges span.new {
    display: block;
}

.bew-gallery-featured-show-yes .bew-gallery-images .bew-product-badges span.hot{
    display: block;
}

.bew-gallery-outofstock-show-yes .bew-gallery-images .bew-product-badges span.outofstock {
    display: block;
}

.bew-woo-gallery-view-horizontal .bew-gallery-images .woocommerce-product-gallery .slick-initialized.thumbnails {
    padding-top: 1em;
}

.bew-gallery-images .woocommerce-product-gallery__image:not(:first-of-type),
.woocommerce div.product .bew-gallery-images div.images .woocommerce-product-gallery__image:nth-child(n+2){
  display: none;
  width: 100%;
}

.bew-woo-gallery-view-sticky.bew-gallery-images .woocommerce-product-gallery__slider {
  display: flex;
  flex-wrap: wrap;
}

.bew-woo-gallery-view-sticky.bew-gallery-images .woocommerce-product-gallery__slider .woocommerce-product-gallery__image:only-child {
  width: 100% !important;
}

.bew-woo-gallery-view-sticky.bew-gallery-images .woocommerce-product-gallery__image:not(:first-of-type),
.woocommerce div.product .bew-woo-gallery-view-sticky.bew-gallery-images div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  display:block;
}

.bew-gallery-images .woocommerce-product-gallery__slider.slick-initialized .woocommerce-product-gallery__image:not(:first-of-type),
.woocommerce div.product .bew-gallery-images div.images .woocommerce-product-gallery__slider.slick-initialized .woocommerce-product-gallery__image:nth-child(n+2){
  display:block;
}

@media (max-width: 768px){

.bew-woo-gallery-view-sticky.bew-gallery-images .woocommerce-product-gallery__image:not(:first-of-type),
.woocommerce div.product .bew-woo-gallery-view-sticky.bew-gallery-images div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  display: none;
}

}

@media (min-width: 768px){
	
.flex-md-first {
    -ms-flex-order: -1;
    order: -1;
}

.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
	
.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
	
.col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.woocommerce.single-product .product .woocommerce-product-gallery.thumbnails-vertical > div.col-md-9 {
    padding-left: 0;
	padding-right:0;
}

}



@media (min-width: 992px) {
.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
	
.col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}	

}

@media (min-width: 1200px){
	
.col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
	
.col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
}

.col-xs-is-5, .col-sm-is-5, .col-md-is-5, .col-lg-is-5, .col-xl-is-5, .col-xxl-is-5, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}




@media (min-width: 992px) {

.bew-gallery-images .bew-gallery-content button.slick-arrow {
    opacity: .6;
    visibility: visible;
}

.bew-gallery-arrows-show-on-hover-yes .bew-gallery-images .bew-gallery-content  button.slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.bew-gallery-arrows-show-on-hover-yes .bew-gallery-images .bew-gallery-content .slick-slider:hover .slick-arrow {
    opacity: .6;
    visibility: visible;
}

.bew-gallery-images .bew-thumbnails-content button.slick-arrow {
    opacity: 0;
    visibility: hidden;
}

.bew-gallery-images .bew-thumbnails-content .slick-slider:hover .slick-arrow {
    opacity: .6;
    visibility: visible;
}

.bew-gallery-images button.slick-arrow.slick-prev, .bew-gallery-images  .slick-arrow.slick-prev.bew-button {
    left: -15px;
}

.bew-gallery-images button.slick-arrow.slick-next, .slick-arrow.slick-next.bew-button {
    right: -15px;
}

} 

.bew-woo-gallery-view-sticky.bew-gallery-images .woocommerce-product-gallery__slider .woocommerce-product-gallery__image{
padding-bottom: 20px;	
}

.bew-woo-gallery-view-sticky.bew-gallery-images .woocommerce-product-gallery__slider .woocommerce-product-gallery__image:last-child{
margin-bottom: 0;	
}

.bew-gallery-images .bew-gallery-content.slick-dotted.slick-slider{
   	margin:0;
}

 
/**
 * General single product styles.
 */

.disabled-lightbox {
	display: none !important;
}

.col:after, .clr:after, .group:after, dl:after, .left_float:after, .right_float:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0;
}

/**
 * Buy Now Button.
 */


#bew-buy-now .buy_now_button {
    padding: 12px 20px;
    color: #fff;
    border: 0;
    line-height: 1;
    text-transform: uppercase;
    background-color: #333333;
    float: none;
    display: inline-block;
    font-family: inherit;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    letter-spacing: .1em;
    font-size: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

#bew-buy-now .bew-align-icon-left i{
    float: left;
    margin-right: 5px;
}

#bew-buy-now .bew-align-icon-right i{
    float: right;
    margin-left: 5px;
}

/**
 * Compatibility with Woo variation gallery plugin.
 */	

 .bew-gallery-images .woo-variation-product-gallery {
	 max-width: 100% !important;
 } 
 
/**
 * Bew Woo Grid 
 */	 

.bew-woo-grid:not(.bew-woo-grid-filter):not(.bew-woo-grid-slider):not(.bew-woo-grid-swiper){
    display: flex;
    flex-wrap: wrap;
    clear: both;
    padding-bottom: 0;
	
}

.bew-woo-grid .bew-grid {
    display: grid;
    margin: auto;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
} 

.bew-woo-grid .bew-grid .product{
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	list-style: none outside;
} 

.bew-woo-grid.bew-shop-shortcode .woocommerce{
    width:100%;
}

.bew-col-switcher-yes .bew-woo-grid .bew-products .elementor-container{
    max-width: 100% !important;
}

/**
 * Oceanwp Quick View
 */	 

.bew-woo-grid .woocommerce .products li:hover .owp-quick-view {
    opacity: 1;
    visibility: visible;
}

#owp-qv-content .product {
	padding-right: 0;
    padding-left: 0;
}

/**
 * Quantity box
 */

 .bew-qty-text{
	display:block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	 
 }
 
 .woocommerce div.product .bew-product-meta .product_meta{
	border-top: 0; 
 }

/**
 * Bew Shop Filter
 */	 

.filters-area-horizontal {
    background-color: #f9f9f9;
    padding: 30px 30px 0;
    margin-top: -10px;
    margin-bottom: 30px;
}

.filters-area-horizontal {
    display: none;
}

.filters-area .filters-inner-area.grid {
    display: grid;
    margin: auto;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}

.filters-area .filter {
    border-bottom: none;
    margin-bottom: 0;
	padding-bottom: 25px;
	overflow:hidden;
}

.filter ul {
    margin: 0;
    padding: 0;
}

.filter ul li {
    letter-spacing: .03em;
    word-wrap: break-word;
}

.filter li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.filters-area .filter-title {
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 20px;
   line-height: 32px;
   margin-top: 0;
   text-transform: capitalize;
}

.filters-area .filter ul li > a {
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 10px;
	display: inline-block;    
    color: #999999;
	
} 

.filters-area .filter ul li > a:hover {
    color: #333333;
}

.bew-sorting-filter a {
position: relative;}

.bew-sorting-filter a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background-color: #111111;
    transition: transform .5s;
    transform: scale3d(0, 1, 1);
    transform-origin: 100% 50%;
    transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.bew-sorting-filter a.selected-order:after, .bew-sorting-filter a:hover:after {
    transform: scale3d(1, 1, 1);
    transform-origin: 0% 50%;
}

.bew-price-filter ul li a {
    color: #999999;
}

.bew-price-filter ul li a .amount{
    color: #999999;
}

.bew-price-filter ul li a:hover, .bew-price-filter ul li a.current-state, .bew-price-filter ul li a:hover .amount {
    color: #333333;
}

.filters-area .bew-layered-nav-filter ul {
    max-height: 200px;
	padding-top: 10px;
	position: relative;
}

.bew-layered-nav-filter ul.show-labels-on li.no-swatch, .bew-layered-nav-filter ul.show-labels-on li.swatch-text {
    position: relative;
}

.bew-layered-nav-filter ul li.wc-layered-nav-term {
    line-height: 1.5;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}


.bew-layered-nav-filter ul.show-display-inline li.wc-layered-nav-term {
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0;
}


.bew-layered-nav-filter ul.show-labels-on li.no-swatch a, .bew-layered-nav-filter ul.show-labels-on li.swatch-text a {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 25px;
    z-index: 1;
    color: #ababab;
    background-color: #eeeeee;
    padding: 0 10px;
}

.bew-layered-nav-filter ul.show-display-inline li .count {
    display: inline-block;
    vertical-align: super;
    font-size: 10px;
    font-weight: 400;
    margin-left: 5px;
}

.bew-layered-nav-filter ul li.wc-layered-nav-term .count {
    float: right;
}

.bew-layered-nav-filter ul .count {
    color: #bbbbbb;
}

.bew-layered-nav-filter ul.show-labels-on li.no-swatch span.count, .bew-layered-nav-filter ul.show-labels-on li.swatch-text span.count {
    position: relative;
    display: none;
    vertical-align: super;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 15px;
    background-color: #ababab;
    color: #ffffff;
    z-index: 2;
    padding: 0 5px;
    margin-top: -5px;
    margin-left: -10px;
}

.show-count-filter-layered-nav-yes .bew-layered-nav-filter ul.show-labels-on li.no-swatch span.count, .bew-layered-nav-filter ul.show-labels-on li.swatch-text span.count {
    display: inline-block;
}

.filters-area .bew-layered-nav-filter ul.show-display-list li.wc-layered-nav-term {
    padding-top: 0;
    padding-bottom: 10px;
    border: none;
	display:flex;
	width: max-content;
}

.bew-layered-nav-filter ul.show-display-list li, .bew-layered-nav-filter ul.show-display-list li.swatch-text {
    margin-bottom: 5px;
}

.bew-layered-nav-filter ul.show-labels-on li.swatch-text:hover a, .bew-layered-nav-filter ul.show-labels-on li.no-swatch:hover a  {
	background-color: #c61932;
}

.bew-layered-nav-filter ul.show-labels-on li.no-swatch.chosen a, .bew-layered-nav-filter ul.show-labels-on li.no-swatch:hover a, .bew-layered-nav-filter ul.show-labels-on li.swatch-text.chosen a, .bew-layered-nav-filter ul.show-labels-on li.swatch-text:hover a {
    color: #fff;
}

.filters-area .bew-layered-nav-filter ul.ps {
	padding-top: 5px;
}

.filters-area .bew_categories_filter .widget_product_categories ul.product-categories {
    margin-top: 0;
	padding-right: 15px;
}

.filters-area .bew_categories_filter .widget_product_categories ul.product-categories {
    max-height: 200px;
	padding-top: 10px;
	position: relative;
}

.bew_categories_filter .widget_product_categories li {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .1em;
}

.bew_categories_filter .widget_product_categories li a, .bew_categories_filter .widget_layered_nav li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 0;
    text-transform: capitalize;
}

.bew_categories_filter .widget_product_categories .count {    
	display: none;	
	background-color: #ababab;
	color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
	vertical-align: super;
	letter-spacing: .03em;
    font-size: 10px;
	font-weight: 600;
    padding: 0 5px;
    text-align: center;
	height: 20px;
    min-width: 20px;
    line-height: 20px;
    border: 1px solid transparent;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.show-count-filter-categories-yes .bew_categories_filter .widget_product_categories .count {
	display: block;	
}

.bew_categories_filter .widget_product_categories li a:hover ~ .count{	
	background-color: #ababab;
    color: #ffffff;
    border-color: #ababab;
}

.filters-area .bew_categories_filter .widget_product_categories ul li:first-child a {
    padding-top: 0;
}

.bew_categories_filter .widget_product_categories ul.product-categories.has-toggle .count {
    margin-right: 20px;
}

.filters-area .bew_categories_filter .widget_product_categories ul > li {
	font-size: 12px;
}

.filters-area .bew_categories_filter .widget_product_categories li {
    text-transform: none;
    font-weight: 400;
}

.bew_categories_filter .widget_product_categories li a:before {
	content: none;
}

.bew_categories_filter .widget_product_categories li ul.children {
    margin: 0px;
}

.bew_categories_filter .widget_product_categories li.cat-parent ul.children li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(0,0,0,.15);
}

.bew_categories_filter .widget_product_categories li.cat-parent ul.children li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	padding:0;	
}

.bew_categories_filter .widget_product_categories li ul.children li a {
    padding-bottom: 0;
    margin-left: 15px;
}

.bew_categories_filter .widget_product_categories li ul.children li {
    margin-bottom: 10px;
}

.filters-area .bew_categories_filter .widget_product_categories li i {
    top: 0;
    height: 22px;
    width: 22px;
    line-height: 22px;
	transition: all .5s ease;
	font-size: 15px;
    padding-left: 10px;
	color:#777777;
}

.bew_categories_filter .widget_product_categories li i {
    position: absolute;
    top: 5px;
    right: 0;
    cursor: pointer;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.bew_categories_filter .widget_product_categories li.current-cat a ~ .count {
    background-color: #c61932;
    color: #fff;
    border-color: #c61932;
}

.bew_categories_filter .bew_categories_filter-list .widgettitle {
	display: none;
}

.active-filters {
    margin-top: -15px;
    margin-bottom: 15px;
    min-height: 1px;
}

.widget_layered_nav_filters ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-bottom: 10px;
}

.active-filters .widget_layered_nav_filters ul li {
    margin-bottom: 5px;
}

.widget_layered_nav_filters ul li > a {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.widget_layered_nav_filters ul li > a:hover {
    color: #333333;
}

.widget_layered_nav_filters ul li > a:before{
    font-family: 'Themify';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.widget_layered_nav_filters ul li > a:before {
    content: '\e646';
    display: inline-block;
    vertical-align: 0;
    font-size: 10px;
    margin-right: 10px;
}

.woocommerce .bew-toolbar .filters-area .bew-sorting-filter-list .woocommerce-ordering.with-list{
	float: unset;
}

.bew_categories_filter-list input, .bew-layered-nav-filter-list input{
	font-size: 12px;
    display: block;
    padding: 5px;
	margin: 0 0 10px 0;
    color: inherit;
    width: 100%;
    background: #fff;
    border: 1px solid #e4e7ea;
    transition: all .3s ease-in-out;
}
.bew_categories_filter-list input:focus, .bew-layered-nav-filter-list input:focus { 
    outline: none !important;
    
}

.bew_categories_filter-list input[type="text"]:focus, .bew-layered-nav-filter-list input[type="text"]:focus {
	border-color: #ccd0d4;
}

.bew_categories_filter-list input::-webkit-input-placeholder, .bew-layered-nav-filter-list input::-webkit-input-placeholder {
		color: #dcdcdc;
	}
	
.bew_categories_filter-list input::-moz-placeholder, .bew-layered-nav-filter-list input::-moz-placeholder {
		color: #dcdcdc;
}

.bew_categories_filter-list input:-ms-input-placeholder, .bew-layered-nav-filter-list input:-ms-input-placeholder {
		color: #dcdcdc;
}

.bew_categories_filter-list input:placeholder, .bew-layered-nav-filter-list input:placeholder{
		color: #dcdcdc;
}

.bew-toolbar .widget_layered_nav_filters ul li.chosen {
    padding: 0 .5em;
    margin-right: .5em;
    background: rgba(245,245,245,.75);
    border-radius: 20px;
    font-size: .8em;
}

.bew-toolbar .widget_layered_nav_filters ul li.chosen:hover {
    background-color: #f5f5f5;
}


.woocommerce .bew-toolbar .widget_layered_nav_filters ul li a::before {
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    text-decoration: none;
    color: #d65d67;
}
	
.bew-toolbar .widget_layered_nav_filters ul li.chosen a::before {
    margin-right: .5em;
    color: #f11;
}


.bew-woo-filter-view-vertical.bew-woo-grid .bew-products{
	-ms-transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
    -moz-backface_visibility: hidden;
    -webkit-backface_visibility: hidden;
    backface_visibility: hidden;
}

.bew-woo-slider-image-view-horizontal .bew-slider-slide.bew-current {
	display:block;
	position: relative;
}

.bew-woo-slider-image-view-horizontal .bew-slider-slide a {
	display: block;
    width: 100%;
}
.bew-woo-slider-image-view-horizontal .bew-slider-slide a img{
	position: relative;
    z-index: 1;
}

@media (min-width: 768px) {

.bew-woo-filter-view-vertical.bew-woo-grid .bew-products.hide-left {
    width: 100% !important;
    left: 0 !important;;
}

.bew-woo-filter-view-vertical.bew-woo-grid .bew-products{
    width: 75%;
	position: relative;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0;
}


.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar  {
    width: 25%;
    -ms-transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
    -moz-backface_visibility: hidden;
    -webkit-backface_visibility: hidden;
    backface_visibility: hidden;
    visibility: visible;
	float: left;
	position: relative;
    min-height: 1px;
    padding-left: 0px;
    padding-right: 20px;

}


}

.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar .bew-filter-sidebar-content {
    background-color: #f9f9f9;
    padding: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar .bew-filter-sidebar-filters-area {
	visibility:hidden;
	opacity:0;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	transition-delay:0.3s;
}

.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar.filters-vertical-opened .bew-filter-sidebar-filters-area {
	visibility:visible;
	opacity:1;
	
}

.bew-woo-filter-view-vertical.bew-woo-grid .woocommerce .woocommerce-ordering {
    display: block;
}

.bew-woo-filter-view-vertical.bew-woo-grid .woocommerce .bew-products .woocommerce-ordering {
    
}

.bew-woo-filter-view-vertical.bew-woo-grid .woocommerce .bew-products .page-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 32px;
    margin-top: 0;
    text-transform: capitalize;
	color: #3a3a3a;
}

.bew-woo-filter-view-vertical .woocommerce .bew-filter-sidebar .filters-area .bew-sorting-filter-list .woocommerce-ordering.with-list {
    float: unset;
	margin: 0;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filters-area .filter {
    padding-bottom: 0;
    overflow: visible;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filters-area .filters-inner-area.grid {
    grid-row-gap: 20px;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filters-area .filter-title {
    margin-bottom: 10px;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filters-area .bew_categories_filter .widget_product_categories ul.product-categories {
    max-height: inherit;
	padding-top: 10px;
	position: relative;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filters-area .widget_price_filter h2{
    margin-bottom: 10px;
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 32px;
    margin-top: 0;
    text-transform: capitalize;
	display:none;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filters-area .widget_price_filter{
	margin-top: 25px;
}

.woocommerce .bew-woo-filter-view-vertical .bew-filter-sidebar .widget_price_filter .price_slider_amount {
    text-align: left;
    height: 22px;
    line-height: 22px;
}

.woocommerce .bew-woo-filter-view-vertical .bew-filter-sidebar .widget_price_filter .price_slider_amount .button {
    float: right;
    height: 22px;
    line-height: 22px;
    padding: 0 12px;
	text-transform: uppercase;
	color: #fff;
    font-size: 12px !important;
	border-color: #3a3a3a;
    background-color: #3a3a3a;
}

.woocommerce .bew-woo-filter-view-vertical .bew-filter-sidebar .widget_price_filter .price_label {
    font-size: 11px;
    color: #898989;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.woocommerce  .bew-woo-filter-view-vertical .bew-filter-sidebar .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce  .bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_item_price .ui-slider .ui-slider-range, .woocommerce .wpf_item_price .ui-slider .ui-slider-handle {
    background-color: #3a3a3a;
}

.woocommerce  .bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_item_price .ui-slider .ui-slider-range {
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
}

.woocommerce  .bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_item_price .ui-slider {
   position: relative;
}

.woocommerce  .bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_item_price .ui-slider .ui-slider-handle {
    border: 1px solid  #3a3a3a;
    font-weight: normal;
    color: #555;
	position: absolute;
    z-index: 2;	
	touch-action: none;
}

.woocommerce .bew-woo-filter-view-vertical .bew-filter-sidebar .widget_price_filter .price_label,
.woocommerce .bew-woo-filter-view-vertical .bew-filter-sidebar .widget_price_filter .price_label {
    font-size: 11px;
    color: #898989;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}


.bew-woo-filter-view-vertical .bew-filter-sidebar .bew-filter-sidebar-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 32px;
    margin-top: 0;
    text-transform: uppercase;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .bew-filter-sidebar-title strong {
    border-bottom: 2px solid #333;
	overflow-wrap: normal;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filters-area .filter ul li > a {
    padding-bottom: 5px;
}

.bew-woo-filter-view-vertical .bew-filter-sideba .filters-area .bew_categories_filter .widget_product_categories ul li:first-child a {
    padding-top: 0;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .bew_categories_filter .widget_product_categories li ul.children li a {
    padding-bottom: 0;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .bew_categories_filter .widget_product_categories li ul.children {
    margin: 0px;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .variable-item-span, .bew-woo-filter-view-horizontal .filters-area-horizontal .variable-item-span {
	position: relative;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .bew-layered-nav-filter ul.show-labels-on li.yes-woo-variation-swatches a , 
.bew-woo-filter-view-horizontal .filters-area-horizontal .bew-layered-nav-filter ul.show-labels-on li.yes-woo-variation-swatches a {
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 2px;
    margin: 0;
    border-radius: 100%;
	position: relative;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .bew-layered-nav-filter ul.show-labels-on li.yes-woo-variation-swatches a:hover , 
.bew-woo-filter-view-horizontal .filters-area-horizontal .bew-layered-nav-filter ul.show-labels-on li.yes-woo-variation-swatches a:hover {
    background-color: #fff;
	box-shadow: 0 0 0 1px rgba(0,0,0,.3);
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filters-area .filter ul li.yes-woo-variation-swatches > a , 
.bew-woo-filter-view-horizontal .filters-area-horizontal .filters-area .filter ul li.yes-woo-variation-swatches > a {
    padding-bottom: 2px;
}

.bew-woo-filter-view-vertical.bew-woo-grid [data-wvstooltip]:before, .bew-woo-filter-view-horizontal.bew-woo-grid [data-wvstooltip]:before {
    min-width: 55px;
    content: attr(data-wvstooltip);
}

.bew-woo-filter-view-vertical.bew-woo-grid .wvs-has-image-tooltip:after, .bew-woo-filter-view-vertical.bew-woo-grid .wvs-has-image-tooltip:before, 
.bew-woo-filter-view-vertical.bew-woo-grid [data-wvstooltip]:after, .bew-woo-filter-view-vertical.bew-woo-grid [data-wvstooltip]:before,
.bew-woo-filter-view-horizontal.bew-woo-grid .wvs-has-image-tooltip:after, .bew-woo-filter-view-horizontal.bew-woo-grid .wvs-has-image-tooltip:before, 
.bew-woo-filter-view-horizontal.bew-woo-grid [data-wvstooltip]:after, .bew-woo-filter-view-horizontal.bew-woo-grid [data-wvstooltip]:before {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    box-sizing: inherit;
    position: absolute;
    bottom: 130%;
    left: 50%;
    z-index: 999;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 7px 15px rgba(0,0,0,.3);
    -webkit-transition: opacity .3s linear,bottom .3s linear;
    transition: opacity .3s linear,bottom .3s linear;
}

.bew-woo-filter-view-vertical.bew-woo-grid .wvs-has-image-tooltip:before, .bew-woo-filter-view-vertical.bew-woo-grid [data-wvstooltip]:before, 
.bew-woo-filter-view-horizontal.bew-woo-grid .wvs-has-image-tooltip:before, .bew-woo-filter-view-horizontal.bew-woo-grid [data-wvstooltip]:before {
    margin-bottom: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7px;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(51,51,51,.9);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

.bew-woo-filter-view-vertical.bew-woo-grid  .wvs-has-image-tooltip:after, .bew-woo-filter-view-vertical.bew-woo-grid  [data-wvstooltip]:after,
.bew-woo-filter-view-horizontal.bew-woo-grid  .wvs-has-image-tooltip:after, .bew-woo-filter-view-horizontal.bew-woo-grid  [data-wvstooltip]:after {
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid rgba(51,51,51,.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}


.bew-woo-filter-view-vertical.bew-woo-grid .wvs-has-image-tooltip:hover:after, .bew-woo-filter-view-vertical.bew-woo-grid  .wvs-has-image-tooltip:hover:before, .bew-woo-filter-view-vertical.bew-woo-grid  [data-wvstooltip]:hover:after, .bew-woo-filter-view-vertical.bew-woo-grid  [data-wvstooltip]:hover:before,
.bew-woo-filter-view-horizontal.bew-woo-grid .wvs-has-image-tooltip:hover:after, .bew-woo-filter-view-horizontal.bew-woo-grid  .wvs-has-image-tooltip:hover:before, .bew-woo-filter-view-horizontal.bew-woo-grid  [data-wvstooltip]:hover:after, .bew-woo-filter-view-horizontal.bew-woo-grid  [data-wvstooltip]:hover:before {
    bottom: 120%;
    visibility: visible;
    opacity: 1;
}

.bew-woo-filter-view-horizontal .filters-area .bew-layered-nav-filter.filter-color{
    overflow: visible;
}

.bew-woo-filter-view-horizontal .filters-area .bew-layered-nav-filter.filter-color ul {
    padding-left: 2px;
}

.bew-woo-filter-view-vertical  .active-filters h2 {
	font-size: 18px;
	font-weight: 600;
}

.filter-btn-close.btn {
	display:none;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_search_button {
    width: 100%;
}

.bew-woo-grid .bew-products .wpf-pagination {
    width: 100%;
}

.bew-woo-grid.show-bew-woo-grid.wpf-container-wait {
    opacity: .5;
}

@media (min-width: 992px) {
.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar.hide-sidebar{
    width: 0 !important;
    padding: 0;
    margin: 0;
    height: 0;
    min-height: 0;
    -moz-backface_visibility: hidden;
    -webkit-backface_visibility: hidden;
    backface_visibility: hidden;
    visibility: hidden;
	position: relative;
	overflow: hidden;
}
}

.bew-woo-filter-view-vertical.bew-woo-grid .filters-area .filters-inner-area {
    grid-template-columns: repeat(1, 1fr);
}


@media (max-width: 1024px) {
		
.filters-area .filter {
    padding-bottom: 0;
}
.filters-area .filters-inner-area.grid {
    grid-row-gap: 20px;
}
	
}


@media (max-width: 767px) {
	
.filters-area .filter {
    padding-bottom: 0;
}

.filters-area .filter-title {
    margin-bottom: 10px;
}

.filters-area .filters-inner-area.grid {
    grid-row-gap: 20px;
}

.filters-area .bew-sorting-filter-list .woocommerce-ordering {
    margin-top: 0;
}	
	
.filters-area .bew-layered-nav-filter ul.show-display-list li.wc-layered-nav-term {

    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0;
}

.filters-area .bew-layered-nav-filter ul.show-display-list li .count {
    display: inline-block;
    vertical-align: super;
    font-size: 10px;
    font-weight: 400;
    margin-left: 5px;
}

}

@media (max-width: 991px){


.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar .bew-filter-sidebar-content {
    width: 310px;
}

.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar .bew-filter-sidebar-content {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: fixed;
    overflow: auto;
    top: 0;
    max-width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	margin-bottom: 0;
	padding-right:15px;
}

.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar .bew-filter-sidebar-content::-webkit-scrollbar {
  display: none;
}

.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar:not(.filters-vertical-opened) .bew-filter-sidebar-content {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar:not(.filters-vertical-opened) {
    background-color: transparent;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background-color .4s,-webkit-transform 0s .4s;
    transition: background-color .4s,-webkit-transform 0s .4s;
    -o-transition: background-color .4s,transform 0s .4s;
    transition: background-color .4s,transform 0s .4s;
    transition: background-color .4s,transform 0s .4s,-webkit-transform 0s .4s;
}

.bew-woo-filter-view-vertical.bew-woo-grid .bew-filter-sidebar {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    -webkit-transition: background-color .4s,-webkit-transform 0s;
    transition: background-color .4s,-webkit-transform 0s;
    -o-transition: background-color .4s,transform 0s;
    transition: background-color .4s,transform 0s;
    transition: background-color .4s,transform 0s,-webkit-transform 0s;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filter-btn-close {
    display: inline-block;
    font-size: 14px;
    float: right;
    color: #333;
    background-color: transparent;
    border: 0;
    font-weight: 800;
    text-transform: uppercase;
    font-family: raleway,Tahoma,Geneva,sans-serif;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .filter-btn-close {
    padding: 5px;
    cursor: pointer;
	line-height: 32px;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .bew-filter-sidebar-title {
    display: inline-block;
}

}

.bew-woo-filter-view-vertical .bew-toolbar .bew-filter-buttons .open-filters:after {
    content: '\e64a';
}

.bew-woo-filter-view-vertical .bew-toolbar .bew-filter-buttons .open-filters.opened:after {
    content: '\e646';
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .wpf-slider-tooltip {
    transform: translateX(-50%);
}

.bew-filter-sidebar .bew-filter-sidebar-content .wpf_item input[type="checkbox"] {
	border-radius: 4px;
}

/**
 * Cross Sell products
 */
 
 .woocommerce .cross-sells div.product {
   float: left;
}

.woocommerce .cart-collaterals .cross-sells .bew-product-title h2 {
    background-color: unset;
    border-bottom: 0;
    font-weight: 400;
    text-align: inherit;
    border-color: unset;

}

/**
 * Variation Price Dynamic
 */

#bew-cart .woocommerce-variation-price {
	display:none;
}

#bew-cart .woocommerce-variation.no-margin{
	margin:0 !important;
	display:none !important;
}

.bew-variation-price .price{
	display:none;
}

/**
 * Products Slider
 */

.bew-woo-grid-slider.briefcasewp-row {
    margin: 0 -20px;
}

.bew-products-slider .slick-arrow.slick-arrow {
    right: -40px;
}

.bew-products-slider .slick-arrow.slick-prev {
    left: -40px;
}

.bew-products-slider .slick-arrow.slick-prev.bew-button:before, .bew-products-slider button.slick-arrow.slick-prev:before {
    content: "\e64a";
}

.bew-products-slider .slick-arrow.bew-button:before, .bew-products-slider  button.slick-arrow:before {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
	transition: all .5s ease;
}

.bew-products-slider .slick-arrow.bew-button:before, .bew-products-slider  button.slick-arrow:before {
    font-family: 'themify';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.bew-products-slider .slick-arrow.slick-disabled.bew-button:before, .bew-products-slider button.slick-arrow.slick-disabled:before {
    opacity: 1;
}

.bew-products-slider .slick-arrow.slick-next.bew-button:before, .bew-products-slider button.slick-arrow.slick-next:before {
    content: "\e649";
}

.bew-products-slider .slick-arrow.bew-button:focus, .bew-products-slider .slick-arrow.bew-button:hover, .bew-products-slider  button.slick-arrow:focus, .bew-products-slider button.slick-arrow:hover {
    background-color: transparent;
	color: #333;
}

.bew-products-slider .slick-arrow.bew-button:before, .bew-products-slider button.slick-arrow:before {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
}

.bew-products-slider  .slick-dots {
    bottom: 20px;
	margin:0;
}

.bew-products-slider .slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
	position: initial;
}

.bew-products-slider .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 10px;
    margin-right: 5px;
    margin-left: 0;
    line-height: 1.5;
    height: auto;
    width: auto;
    padding: 0;
    cursor: pointer;
    background: none;
}
.bew-products-slider .slick-dots li:last-child {
    margin: 0;
}

.bew-products-slider.slick-dots li.slick-active .bew-button, .bew-products-slider .slick-dots li.slick-active button {
    background-color: #999;
    opacity: 1;
    width: 14px;
    height: 14px;
    margin: 0;
}

.bew-products-slider .slick-dots li .bew-button, .bew-products-slider  .slick-dots li button {
    font-size: 0;
    display: block;
    cursor: pointer;
    outline: 0;
    line-height: 0;
    border: 0;
    width: 6px;
    height: 6px;
    color: transparent;
    background-color: #1f1f1f;
    opacity: .2;
    -webkit-backface-visibility: hidden;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
}

.bew-products-slider .slick-dots li button:before {    
    content: "";
	width: 0px;
    height: 0px;
   
}

.bew-products-slider .slick-arrow.bew-button, .bew-products-slider button.slick-arrow {
    font-size: 0;
    text-align: center;
    position: absolute;
    top: calc(50% - 55px);
    height: 40px;
    width: 40px;
    color: #333;
    background-color: transparent;
    border: none;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0;
}

.bew-products-slider .slick-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.bew-products-slider .thumbnails-slider.slick-vertical {
    margin: 0;
}

.bew-products-slider .thumbnails-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease,height .4s ease;
}

.bew-products-slider .thumbnails-slider.slick-slider .slick-arrow {
    height: 20px;
    width: 20px;
    visibility: visible;
}

.bew-products-slider .thumbnails-slider.slick-slider .slick-arrow:before {
    height: 20px;
    width: 20px;
    line-height: 25px;
    font-size: 14px;
}

.bew-products-slider button.slick-arrow:before, .bew-products-slider  .slick-arrow.bew-button:before {
    font-size: 30px;
    line-height: 30px;
    display: inline-block;	
}

.bew-products-slider .slick-list, .bew-products-slider  .slick-slider {
    position: relative;
    display: block;
	margin-bottom: 0;
}

.bew-products-slider .slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.bew-products-slider .slick-slider .slick-list, .bew-products-slider .slick-slider .slick-track {
    transform: translateZ(0);
}

.bew-products-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.bew-products-slider .slick-track {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    min-width: 100%;
}

.bew-products-slider .slick-track {
    margin-left: auto;
    margin-right: auto;
}

.bew-products-slider .slick-track:after, .bew-products-slider  .slick-track:before {
    content: "";
    display: table;
}

.bew-products-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
}

.bew-products-slider:not(.slick-initialized) .slick-slide {
    display: none;	
}

.bew-products-slider .slick-slide.slick-current.slick-active,
.bew-products-slider .slick-slide.slick-current,
.bew-products-slider .slick-slide.slick-active {
    display: block;
}

.bew-products-slider .thumbnails-slider .slick-slide img {
    width: 100%;
    border: 1px solid transparent;
}

.bew-products-slider .slick-slide img {
    display: block;
}

.bew-products-slider .slick-arrow.slick-disabled.bew-button, .bew-products-slider  button.slick-arrow.slick-disabled {
    opacity: 0!important;
    visibility: hidden!important;
}

.bew-products-slider .thumbnails-slider .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}

.bew-products-slider .thumbnails-slider .slick-slide.slick-current img {
    border-color: #696969;
}

.bew-products-slider .thumbnails-slider .slick-slide img {
    width: 100%;
    border: 1px solid transparent;
}

.bew-products-slider .thumbnails-slider .slick-slide, .woocommerce #content div.product .bew-products-slider div.thumbnails a, .woocommerce div.product .bew-products-slider div.thumbnails a, .woocommerce-page #content div.product .bew-products-slider div.thumbnails a, .woocommerce-page div.product .bew-products-slider div.thumbnails a{
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0;	
}

.slick-arrow:hover {
    opacity: 1 !important;
}

.woo-grid-slider-arrow-outside .bew-products-slider  .slick-arrow.slick-prev {
    left: -40px;
}

.woo-grid-slider-arrow-outside .bew-products-slider .slick-arrow.slick-arrow {
    right: -40px;
}

.woo-grid-slider-arrow-inside .bew-products-slider .slick-arrow.slick-prev {
    text-indent: -2px;
    left: 25px;
}

.woo-grid-slider-arrow-inside .bew-products-slider .slick-arrow.slick-arrow {
    text-indent: 2px;
    right: 25px;
}

.woo-grid-slider-arrow-square .bew-products-slider .slick-arrow {
    color: #ffffff;
    background-color: rgba(68,68,68,0.43);
}

.woo-grid-slider-arrow-circle .bew-products-slider .slick-arrow {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

@media (min-width: 768px) {
.bew-products-slider  button.slick-arrow:hover:before,
.bew-products-slider .slick-arrow.bew-button:hover:before,
.bew-products-slider button.slick-arrow:focus:before,
.bew-products-slider .slick-arrow.bew-button:focus:before {
    font-size: 40px;
	line-height: 40px;
}

.woo-grid-slider-arrow-circle .bew-products-slider  button.slick-arrow:before,
.woo-grid-slider-arrow-circle .bew-products-slider .slick-arrow.bew-button:before,
.woo-grid-slider-arrow-circle .bew-products-slider button.slick-arrow:before,
.woo-grid-slider-arrow-circle .bew-products-slider .slick-arrow.bew-button:before {
    font-size: 25px;
	line-height: 25px;
}


.woo-grid-slider-arrow-circle .bew-products-slider  button.slick-arrow:hover:before,
.woo-grid-slider-arrow-circle .bew-products-slider .slick-arrow.bew-button:hover:before,
.woo-grid-slider-arrow-circle .bew-products-slider button.slick-arrow:focus:before,
.woo-grid-slider-arrow-circle .bew-products-slider .slick-arrow.bew-button:focus:before {
    font-size: 25px;
	line-height: 25px;
}

.woo-grid-slider-arrow-square .bew-products-slider  button.slick-arrow:before,
.woo-grid-slider-arrow-square .bew-products-slider .slick-arrow.bew-button:before,
.woo-grid-slider-arrow-square .bew-products-slider button.slick-arrow:before,
.woo-grid-slider-arrow-square .bew-products-slider .slick-arrow.bew-button:before {
    font-size: 25px;
	line-height: 25px;
}

.woo-grid-slider-arrow-square .bew-products-slider  button.slick-arrow:hover:before,
.woo-grid-slider-arrow-square .bew-products-slider .slick-arrow.bew-button:hover:before,
.woo-grid-slider-arrow-square .bew-products-slider button.slick-arrow:focus:before,
.woo-grid-slider-arrow-square .bew-products-slider .slick-arrow.bew-button:focus:before {
    font-size: 25px;
	line-height: 25px;
}

}

@media (min-width: 992px){
	
.bew-products-slider button.slick-arrow, .bew-products-slider .slick-arrow.bew-button {
    opacity: 0;
    visibility: hidden;
	transition: all .5s ease;
}
	
.bew-products-slider.slick-slider:hover .slick-arrow {
    opacity: .6;
    visibility: visible;
}

.woo-grid-slider-arrow-circle .bew-products-slider button.slick-arrow {
    opacity: 1;
    visibility: visible;	
}

.woo-grid-slider-arrow-circle .bew-products-slider.slick-slider:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;	
}

.woo-grid-slider-arrow-square  .bew-products-slider button.slick-arrow {
    opacity: 1;
    visibility: visible;	
}

.woo-grid-slider-arrow-square  .bew-products-slider.slick-slider:hover button.slick-arrow {
    opacity: 1;
    visibility: visible;	
}

.woo-grid-slider-arrow-visible .bew-products-slider button.slick-arrow {
    opacity: 1;
    visibility: visible;	
}

.woo-grid-slider-arrow-visible .bew-products-slider.slick-slider:hover button.slick-arrow  {
    opacity: 1;
    visibility: visible;	
}

.woo-grid-slider-arrow-circle .bew-products-slider  button.slick-arrow:before {
	transition: none;
}

.woo-grid-slider-arrow-square .bew-products-slider  button.slick-arrow:before {
	transition: none;
}

}	

#woo-grid-loader .bew-loader-content{
	
	height:100vh;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;	
	background-color: #ffffff;
	z-index: 99;
}

#bew-animates {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 20%;
}

/* Preloader Effect */
#woo-grid-loader .spinner {
   width:35px;
   height:35px;
   padding:0px;
   border-radius:100%;
   border:2px solid;
   border-top-color:rgba(0,0,0, 0.95);
   border-bottom-color:rgba(0,0,0, 0.25);
   border-left-color:rgba(0,0,0, 0.95);
   border-right-color:rgba(0,0,0, 0.25);
   -webkit-animation: pleloader3 0.8s linear infinite;
   animation: pleloader3 0.8s linear infinite;
}
@keyframes pleloader3 {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes pleloader3 {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}

.bew-woo-grid, .bew-woo-grid-filter, .bew-woo-grid-slider {
  overflow: hidden;
  opacity:0;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}
.woo-grid-slider-arrow-outside .bew-woo-grid-slider.bew-woo-grid,.default-theme.bew-woo-grid {
  overflow: visible;
}

.elementor-editor-active .bew-woo-grid, 
.elementor-editor-active .bew-woo-grid-filter,
.elementor-editor-active .bew-woo-grid-slider,
.elementor-editor-preview .bew-woo-grid,
.elementor-editor-preview .bew-woo-grid-filter,
.elementor-editor-preview .bew-woo-grid-slider{
	opacity:1;	
}

.bew-woo-grid.show-bew-woo-grid, .bew-woo-grid-filter.show-bew-woo-grid, .bew-woo-grid-slider.show-bew-woo-grid{
	opacity:1;	
}
	
.bew-woo-grid-filter-vertical {
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	position:relative;
}

.bew-woo-grid-filter-vertical .filter-center {
	width: 30%;
	position: absolute;
	z-index:2;	
}

.bew-woo-grid-filter-vertical .products-items {
	width: 70%;
	z-index:1;
	overflow: hidden;
}

.bew-woo-grid-filter-vertical .product-filter > li {
    float: none;
    display: block;
}

.bew-woo-grid-filter-vertical .product-filter > li a {
    background: none;
}

.bew-woo-grid-filter-vertical .product-filter > li:first-child a {
    border-radius: 0;
}

.bew-woo-grid-filter-vertical .product-filter > li a:hover, .bew-woo-grid-filter-vertical .product-filter > li a.active {
    background: none;
    color: #dd3333;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.bew-woo-grid-filter-vertical .product-filter > li a.active:after {
    border-width: 0;
}

.bew-woo-grid-filter-vertical .product-filter > li a:focus {
    outline: none;
}

@media (max-width: 767px) {
.bew-sticky-active .bew-sticky-yes.elementor-column .elementor-widget-wrap, .bew-sticky-yes.elementor-column .elementor-widget-wrap {
    top: 0px !important;
}
}

@media only screen and (min-width: 768px) {
	
.elementor-column.bew-sticky-filter {
    height: max-content;
    height: -moz-max-content;
    z-index: 99;
}

.bew-sticky-filter-active {
	overflow:visible !important;
}

.bew-sticky-active{
	overflow-x: hidden;
	overflow-y:visible !important;
}


.bew-sticky-filter-active .bew-woo-grid-filter, .bew-sticky-active .bew-sticky-yes.elementor-column .elementor-widget-wrap, .bew-sticky-active .bew-sticky-yes.elementor-section {
	overflow:visible !important;
}

.elementor-column.bew-sticky .elementor-widget-wrap, .elementor-column.bew-sticky-yes .elementor-widget-wrap{
	display:inline-table;	
	height: max-content;
	height:-moz-max-content;
	z-index:9;
}

.bew-filter-position, .bew-sticky-yes.elementor-column .elementor-widget-wrap, .bew-sticky-yes.elementor-section:not(.bew-sticky-bottom) {
	position: -webkit-sticky !important;
	position: sticky !important;
	top:0;
}

.bew-sticky-filter .product-filter {
    width: 100%;
}

.bew-sticky-active.theme-blocksy .content-area{
	overflow-y:visible !important;
}

}

@media only screen and (max-width: 480px) {
.bew-woo-grid-filter-vertical .filter-center {
	width: 100%;
}

.bew-woo-grid-filter-vertical .products-items {
	width: 100%;
}
}

.bew-woo-grid .empty-message{
	margin: 20% 2% 4%;
    text-align: center;
    font-size: 18px;
}

.bew-woo-grid .empty-message-back{
	margin: 0 2% 20%;
    text-align: center;
}


.bew-woo-grid .woocommerce .woocommerce-result-count, .bew-woo-grid .woocommerce .woocommerce-result-count.no-products {
	display: none;
}

.bew-woo-grid .woocommerce .woocommerce-ordering {
    display: none;
}

.bew-woo-grid .woocommerce .bew-toolbar .woocommerce-result-count {
	display: block;
}

.bew-woo-grid .woocommerce .bew-toolbar .woocommerce-ordering {
    display: inline-block;
}

/**
 * delete for isotope overflow: hidden;
 */
.bew-woo-grid-filter{	
}

/**
 * Image Slider on archive page
 */
 
.bew-slider-image .bew-thumbnails-content .bew-thumbnails-slider .slick-slide {
    width: 65px !important;	
}

.bew-slider-image .bew-thumbnails-content .slick-initialized.thumbnails {
    padding-top: 10px;
}

.bew-slider-image .bew-thumbnails-content .thumbnails-slider .slick-slide {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
}

.bew-slider-image .bew-thumbnails-content button.slick-arrow.slick-next{
    right: 0px;
}

.bew-slider-image .bew-thumbnails-content button.slick-arrow.slick-prev{
    left: 0px;
}

.bew-slider-image .bew-thumbnails-content .slick-arrow{
    opacity: 0;
    visibility: hidden;
}

.bew-slider-image .bew-thumbnails-content .slick-arrow{
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    color: #333;
    background-color: transparent;
    border: none;
    z-index: 1;
    transform: translateY(-50%);
    padding: 0!important;
}

.bew-slider-image .bew-thumbnails-content .bew-thumbnails-slider.slick-slider .slick-arrow {
    height: 15px;
    width: 15px;
    visibility: visible;
}

.bew-slider-image .bew-thumbnails-content .slick-arrow:before {
    height: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 14px;
	display: inline-block;
}

.bew-slider-image .bew-thumbnails-content .slick-arrow.slick-next:before{
    content: "\e649";
}

.bew-slider-image .bew-thumbnails-content .slick-arrow.slick-prev:before{
    content: "\e64a";
}

.bew-slider-image .bew-thumbnails-content .slick-arrow:before{
    font-family: 'themify';
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.bew-slider-image .bew-thumbnails-content .slick-slider:hover .slick-arrow {
    opacity: .6;
    visibility: visible;
}

.bew-slider-image .bew-thumbnails-content .slick-slide.slick-current img {
    border-color: #ccc;
}

.bew-slider-image .bew-thumbnails-content .slick-slide img {
    width: 100%;
    border: 1px solid transparent;
}

.bew-slider-image.thumbnails-vertical .bew-product-entry-slider{
    z-index:1;
}

 
.bew-slider-image.thumbnails-vertical .bew-thumbnails-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 90px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;	
} 

.bew-product-image:hover .bew-slider-image.thumbnails-vertical .bew-thumbnails-content{
    left: -25%;
    opacity: 1;
    visibility: visible;
}

.bew-slider-image.thumbnails-vertical .bew-thumbnails-content .slick-initialized.thumbnails {
    padding-top: 0;
}

.bew-slider-image.thumbnails-vertical .bew-thumbnails-slider.slick-vertical .slick-list {
    padding-top: 0;
    padding-bottom: 30px;
}

.bew-slider-image.thumbnails-vertical .bew-thumbnails-content .bew-thumbnails-slider .slick-slide {
    width: auto !important;
}

.bew-slider-image.thumbnails-vertical .bew-thumbnails-content .bew-thumbnails-slider.slick-vertical .slick-arrow.slick-prev {
    left: 0 !important;
    top: auto;
    bottom: 0;
	margin-left: 6px;
}

.bew-slider-image.thumbnails-vertical .bew-thumbnails-content .bew-thumbnails-slider.slick-vertical .slick-arrow {
    height: 30px !important;
    width: 40% !important;
    color: #ffffff;
    opacity: .7;
    background-color: #333333 !important;
    transform: translateY(0);
}

.bew-slider-image.thumbnails-vertical .bew-thumbnails-content .bew-thumbnails-slider.slick-vertical .slick-arrow.slick-next {
    left: auto;
    right: 0 !important;
    top: auto;
    bottom: 0;
	margin-right: 6px;
}

.bew-slider-image.thumbnails-vertical .bew-thumbnails-content .bew-thumbnails-slider.slick-vertical .slick-arrow.slick-disabled {
    opacity: .4 !important;
    visibility: visible !important;
}

.bew-slider-image.thumbnails-vertical .bew-thumbnails-content .bew-thumbnails-slider.slick-vertical .slick-arrow.slick-prev:before {
    content: '\e648';
}

.bew-slider-image.thumbnails-vertical .bew-thumbnails-content .bew-thumbnails-slider.slick-vertical .slick-arrow.slick-next:before {
    content: '\e64b';
}

.bew-slider-image.thumbnails-vertical {
    z-index: 1;
}


@media only screen and (min-width: 1024px) {

.bew-slider-active.bew-slider-thumbnails-vertical .bew-woo-grid .woocommerce ul.products .product {
    overflow: inherit !important;
}

.elementor-editor-active.bew-slider-active.bew-slider-thumbnails-vertical .bew-woo-grid .woocommerce ul.products .product, .elementor-editor-preview.bew-slider-active.bew-slider-thumbnails-vertical .bew-woo-grid .woocommerce ul.products .product {
    overflow: hidden !important;
}

}


/**
 * Css for wvs_pro plugin
 */

.bew-woo-grid #bew-cart .woo-variation-swatches-shop-before{
	margin: 0  0 5px 0;
}

.bew-woo-grid #bew-cart .woo-variation-swatches-shop-after{
	margin: 5px 0 0 0;
}

.wvs-pro #bew-cart .wvs-archive-variation-wrapper .variations {
    padding: 5px;
	background-color: rgba(255, 255, 255, 0.90);
}

.wvs-pro #bew-cart .wvs-archive-variation-wrapper .variations>li {
    margin: 2px 0;
}


.wvs-pro #bew-cart .wvs-archive-variation-wrapper .variable-items-wrapper {
       margin: 0;
	   padding: 0;
}

#bew-cart.hover-buttom .variations_form {
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out;
    z-index: 5;
}

.show-variation-image .woo-entry-image-variation{
	z-index: 3 !important;	
}


.hover-animation-fade-in #bew-cart.hover-buttom .variations_form {
    opacity: 0;
    visibility: hidden;
}

.hover-animation-fade-in #bew-cart.hover-buttom:hover .variations_form {
    opacity: 1;
    visibility: visible;    
 }
 
 .hover-animation-fade-in  #bew-cart.show-add-to-cart .variations_form {
    opacity: 1;
    visibility: visible;   
 }
 

@media only screen and (max-width: 480px) {
.hover-animation-fade-in #bew-cart.hover-buttom .variations_form {
    opacity: 1;
    visibility: visible;
}
}


@media only screen and (max-width: 959px) {
body.content-full-screen .bew-woo-grid .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 100%;
}

}

/**
 * Sticky section
 */	

#product-details .product-buybox {
    display: block;
    z-index: 99;
}

@media screen and (min-width: 1024px){
#product-details .product-buybox {
    position: absolute;
    top: 40px;
    right: 2%;
    width: 467px;
    z-index: 99;
    transition: opacity .2s ease-in;
    transform: translate(0);
    opacity: 1;
    margin: 0px 0px 10px 0px;
    margin: 0rem 0rem .625rem 0rem;
}
}

@media screen and (min-width: 1260px){
	
#product-details .product-buybox  {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.13);
}	

#product-details .product-buybox.bew-fixed {
    position: fixed;
    top: 110px;
}
}

#product-detailss .product-buybox.visible {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s ease-in;
}

#product-details .product-buybox.bew-hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    transition: visibility 0s .2s, opacity .2s ease-in !important;
}

.sticky-block-group-add-to-cart {
	background: #fff;    
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 80px;
    border-top: 2px solid #ececec;
	width: 100%;
    display: inline-block;
}

.sticky-block-group-add-to-cart >  div:first-child{	
	width:30%;
	position: relative;
    min-height: 1px;   
    display: inline-block;
}
.sticky-block-group-add-to-cart >  div:last-child{
	width:70%;
	position: relative;
    min-height: 1px;    
    display: inline-block;
}

.sticky-block-group-add-to-cart #bew-cart.bew-align-icon-left i, .sticky-block-group-add-to-cart #bew-cart.bew-align-icon-right i{
	margin-right: 0 !important;
    font-size: 32px;
}

.sticky-block-group-add-to-cart #bew-cart form.cart, .woocommerce div.product .sticky-block-group-add-to-cart #bew-cart form.cart{
    padding:0;

}

.sticky-block-group-add-to-cart #bew-cart .button, .bew-add-to-cart .button {
	padding:25px 30px;
}

.woocommerce #product-details .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;

}

/**
 * Hover styles for shop pages
 */

.bew-hover-selector-yes{
	overflow: hidden;	
}

.bew-hover-selector-yes .bew-hover-fade-up .bew-add-to-cart .button, .bew-hover-selector-yes .bew-hover-fade-up .bew-add-to-cart .added_to_cart{
	width: 100%;
}

.bew-hover-fade-up {
    -webkit-transition: ease all 0.5s !important;
    transition: ease all 0.5s !important;	
}


.bew-hover-selector-yes .bew-hover-fade-up .woosc-btn {
	width:100%
}

.bew-hover-selector-yes .bew-hover-fade-up .tinv-wishlist:hover, .bew-hover-selector-yes .bew-hover-fade-up .woosc-btn:hover {
	color: #333333;
    border: 1px solid #333333;
    background: #fff;
}

.bew-hover-selector-yes .bew-hover-fade-up .tinv-wishlist:hover .tinvwl_add_to_wishlist_button,
.bew-hover-selector-yes .bew-hover-fade-up .woosc-btn:hover {
	color: #333333;
}


.bew-hover-selector-yes .bew-hover-fade-up .tinv-wishlist .tinvwl_add_to_wishlist_button , .bew-hover-selector-yes .bew-hover-fade-up .woosc-btn {
	color: #ffffff;    
    padding: 7px 20px 7px 20px;
    line-height: 1;
    font-size: 12px;
    float: none;
    display: inline-block;
    font-family: inherit;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    line-height: 1;
    text-transform: uppercase;
}

.bew-hover-selector-yes .bew-hover-fade-up .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt{   
    padding: 0px;
}

.bew-hover-fade-up #bew-woo-action-button.bew-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button {
    width: 100%;
    height: 100%;
}

.bew-hover-selector-yes .bew-hover-fade-up .tinv-wishlist, .bew-hover-selector-yes .bew-hover-fade-up .woosc-btn {
	text-align: center;    
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
	background: rgba(51, 51, 51, 0.95);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #333333;
    height: 36px;
	border-radius: 0px;
}

.bew-hover-selector-yes .bew-hover-fade-up .add-to-cart-section {
	float: left;
    width: 50%;
}

.bew-hover-selector-yes .bew-hover-fade-up .wishlist-position-yes, .bew-hover-selector-yes .bew-hover-fade-up .compare-position-yes{
	display: inline-block;
    float: left;
    width: 50% !important;
}

.bew-hover-selector-yes .bew-hover-fade-in {
    background: transparent;	
	top: 0;
    left: 0;
    opacity: 1;
    position: relative;
    text-align: center;
    visibility: visible;
    width: 100%;
	padding:20px 0;
	z-index: 10;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -ms-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;	
}

.bew-hover-selector-yes .bew-hover-fade-in .elementor-container {
    height: 100%;
}

.bew-hover-selector-yes:hover .bew-hover-fade-in  {
    opacity: 1;
    visibility: visible;
}

.bew-hover-selector-yes .bew-hover-fade-in .bew-add-to-cart .button{
	width: 100%;
}

.bew-hover-selector-yes .bew-hover-fade-in .bew-add-to-cart.button-no-text .button{
	
}

.bew-hover-selector-yes .bew-hover-fade-in .woosc-btn {
	width:100%
}

.bew-hover-selector-yes .bew-hover-fade-in .tinv-wishlist:hover, .bew-hover-selector-yes .bew-hover-fade-in .woosc-btn:hover {
	color: #333333;
    border: 1px solid #fff;
    background: #fff;
}

.bew-hover-selector-yes .bew-hover-fade-in .tinv-wishlist:hover .tinvwl_add_to_wishlist_button,
.bew-hover-selector-yes .bew-hover-fade-in .woosc-btn:hover {
	color: #333333;
}

.bew-hover-selector-yes .bew-hover-fade-in .tinv-wishlist .tinvwl_add_to_wishlist_button , .bew-hover-selector-yes .bew-hover-fade-in .woosc-btn {
	color: #b6b6b6;    
    padding: 7px 20px 7px 20px;
    line-height: 1;
    font-size: 12px;
    float: none;
    display: inline-block;
    font-family: inherit;
    font-weight: 600;
    margin: 0;
    cursor: pointer;
    text-align: center;
    border: none;
    line-height: 1;
    text-transform: uppercase;
}

.bew-hover-selector-yes .bew-hover-fade-in .tinv-wishlist .tinvwl_add_to_wishlist_button.no-txt{   
    padding: 0px;
}

.bew-hover-fade-in #bew-woo-action-button.bew-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button {
    width: 100%;
    height: 100%;
}

.bew-hover-fade-in #bew-woo-action-button.bew-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button {
    margin-top: 0;
}

.bew-hover-selector-yes .bew-hover-fade-in .tinv-wishlist, .bew-hover-selector-yes .bew-hover-fade-in .woosc-btn {
	text-align: center;
    top: 100%;
    left: 0;
    right: 0;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e1e1e1;
    height: 36px;
	border-radius: 0px;
	background:transparent;
}

.bew-hover-selector-yes .bew-hover-fade-in .add-to-cart-section {
	float: left;
    width: 50% !important;
}

.bew-hover-selector-yes .bew-hover-fade-in .wishlist-position-yes, .bew-hover-selector-yes .bew-hover-fade-in .compare-position-yes{
	display: inline-block;
    float: left;
    width: 50% !important;
}

.bew-hover-selector-yes .bew-hover-fade-in  #bew-cart .button, .bew-add-to-cart .button,   .woocommerce .bew-hover-selector-yes .bew-hover-fade-in .bew-add-to-cart a.button {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1E1E1;
	color: #b6b6b6;
    background-color: transparent;
}

.bew-hover-selector-yes .bew-compare-icon-yes .bew-compare .woosc-btn.woosc-btn-added:before {
    margin-right: 0px;
}

.bew-hover-selector-yes .bew-hover-fade-in #bew-cart .button {
    font-size: 18px;
    padding: 14px 0px 14px 0px;
    margin: 0px 0px 0px 0px;
}

.bew-hover-selector-yes .bew-hover-fade-in #bew-cart.bew-add-to-cart .added_to_cart {
    width: 48px;
    height: 48px;
    font-size: 11px;
    line-height: 12px;
    padding: 5px 5px 0px 5px;
    margin: 0px 0px 0px 0px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1E1E1;
    color: #b6b6b6;
    background-color: transparent;
}

.bew-hover-selector-yes .bew-hover-fade-in #bew-cart.button-by-id .added_to_cart:after, .archive .bew-hover-selector-yes .bew-hover-fade-in #bew-cart .added_to_cart:after, .bew-woo-grid .bew-hover-selector-yes .bew-hover-fade-in #bew-cart .added_to_cart:after {
    margin-left: 0px;
}

@media (min-width: 1025px){

.bew-hover-selector-yes:hover .bew-hover-fade-up {
    -ms-transform: translateY(-36px);
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
}

.bew-hover-selector-yes:hover .bew-hover-fade-up .bew-add-to-cart , .bew-hover-selector-yes:hover .bew-hover-fade-up .tinv-wishlist, .bew-hover-selector-yes:hover .bew-hover-fade-up .woosc-btn{
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";    
	-webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.bew-hover-selector-yes .bew-hover-fade-up .bew-add-to-cart {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;		
}

.bew-hover-selector-yes .bew-hover-fade-up .bew-add-to-cart, .bew-hover-selector-yes .bew-hover-fade-up .tinv-wishlist, .bew-hover-selector-yes .bew-hover-fade-up .woosc-btn   {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
    -ms-transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    transition: ease all 0.5s;
}

.bew-hover-selector-yes .bew-hover-fade-up .tinv-wishlist, .bew-hover-selector-yes .bew-hover-fade-up .woosc-btn { 
    position: absolute;
}

.bew-hover-selector-yes .bew-hover-fade-in {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
	height: 100%;
}

}

.bew-hover-selector-yes .bew-hover-fade-up .bew-add-to-cart {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 767px) {

.bew-hover-selector-yes {
    overflow: visible;
}
	
.bew-hover-fade-in .bew-product-title .product_title {
   color: #333 !important;
}

.bew-hover-fade-in  .bew-price-grid .price .amount  {
   color: #333 !important;
}

.bew-hover-selector-yes .bew-hover-fade-in .tinv-wishlist:hover, .bew-hover-selector-yes .bew-hover-fade-in .woosc-btn:hover {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #333;
	color: #333;
    background: #fff;
}

.bew-hover-selector-yes .bew-hover-fade-in .tinv-wishlist, .bew-hover-selector-yes .bew-hover-fade-in .woosc-btn {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #333;
	background: #333;	
}

.bew-hover-selector-yes .bew-hover-fade-in .tinv-wishlist .tinvwl_add_to_wishlist_button, .bew-hover-selector-yes .bew-hover-fade-in .woosc-btn {
    color: #fff;
}

.bew-hover-selector-yes .bew-hover-fade-in #bew-cart .button, .bew-add-to-cart .button, .woocommerce .bew-hover-selector-yes .bew-hover-fade-in .bew-add-to-cart a.button {
    color: #fff;
    background: #333;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #333;
}

}

/**
 * Compare plugin styles
 */

.bew-compare-icon-yes #bew-woo-action-button.bew-compare .woosc-btn:before {
    content: '\f4a8';
}

.bew-compare-icon-yes #bew-woo-action-button.bew-compare .woosc-btn:before {
    font-size: 18px;
    line-height: 48px;
    height: 100%;
    width: 100%;
}

.bew-compare-icon-yes #bew-woo-action-button.bew-compare .woosc-btn:before {
	font-family: 'Ionicons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.bew-compare-icon-yes #bew-woo-action-button.bew-compare .woosc-btn {
    font-size: 0;
	padding:0;
}
 
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
    font-size: 1em;
} 

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr:hover td {
    background-color: #f8f8f8 !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
    background-color: #fff !important;
}

.woosc-area table.woocommerce-product-attributes tbody th {
    border: 0px !important;
}

.woosc-area tr:hover table.woocommerce-product-attributes tbody th {
    background-color: #f8f8f8 !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
    border-width: 0px;
}

/**
 * Blocksy Theme compatibility
 */
 
.theme-blocksy [data-structure="elementor:wide:normal"] .bew-grid .elementor-top-section:not(.ct-section-stretched), [data-structure="elementor:wide:narrow"] .bew-grid .elementor-top-section:not(.ct-section-stretched) {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
}

.theme-blocksy [data-structure="elementor:wide:normal"] .bew-products .elementor-top-section:not(.ct-section-stretched), [data-structure="elementor:wide:narrow"] .bew-products .elementor-top-section:not(.ct-section-stretched) {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
}

.theme-blocksy [data-structure="elementor:wide:normal"] .bew-grid .elementor-top-section.elementor-section-boxed>.elementor-container, [data-structure="elementor:wide:narrow"] .bew-grid .elementor-top-section.elementor-section-boxed>.elementor-container {
    width: auto;
}

.theme-blocksy [data-structure="elementor:wide:normal"] .bew-products .elementor-top-section.elementor-section-boxed>.elementor-container, [data-structure="elementor:wide:narrow"] .bew-products .elementor-top-section.elementor-section-boxed>.elementor-container {
    width: auto;
}

.theme-blocksy #bew-cart .ct-cart-actions {
    display: block;
}

.theme-blocksy #bew-cart div.quantity {
    height: inherit;
}	

.theme-blocksy.woocommerce div.product.elementor #bew-cart .quantity .qty {
    height: inherit !important;
}

.theme-blocksy .bew-price-grid .sale-price {   
   display: -webkit-inline-box;
   display: inline-block;
}

.theme-blocksy #bew-cart .ct-increase, #bew-cart .ct-decrease {
    display: none;
}

.theme-blocksy .bew-woo-tabs .woocommerce-tabs .tabs:before, .bew-woo-tabs .woocommerce-tabs .tabs:after {
    display: none;
}

.theme-blocksy #bew-cart form.variations_form .variations .reset_variations {
    top: 15px;
    right: -80px;
}

.theme-blocksy #bew-cart [class*="add_to_cart_button"].loading:after {
    display: inline-block;
}

.theme-blocksy .entry-summary #bew-cart  .added_to_cart, .theme-blocksy .entry-summary #bew-cart  .single_add_to_cart_button {
    --buttonMinHeight: auto;
}

.theme-blocksy .bew-menu-cart .product_list_widget li {
    display: inherit;
}

.theme-blocksy .bew-menu-cart-buttons-inline .shopping-cart .shopping-cart-content .buttons .button {
    width: 100%;
}

.theme-blocksy .ct-cart-content .woocommerce-mini-cart{
	margin:0;
}

.theme-blocksy .ct-cart-content .woocommerce-mini-cart-item {
	display: block;
	height: 90px;
}

.theme-blocksy .ct-cart-content li.woocommerce-mini-cart-item:last-child {
    margin-bottom: 0;
}

.theme-blocksy .ct-cart-content .woocommerce-mini-cart-item a {
	display: block;
	font-size: 15px;
    font-weight: 500;
	line-height: 1.3;
}

.theme-blocksy .ct-cart-content .woocommerce-mini-cart-item a img {
	float: left;
    max-width: 63px;
    margin-right: 20px;
	
}

.theme-blocksy #bew-cart.hover-buttom.btn-circle  a.button.loading:after, .theme-blocksy #bew-cart.hover-buttom.btn-square  a.button.loading:after{
	vertical-align: middle;
    margin-bottom: 5px;
}

.theme-blocksy #bew-cart.hover-buttom.btn-circle .added_to_cart {
    font-size: 11px;
    line-height: 12px;
}

.theme-blocksy .bew-woo-grid .bew-products .ct-pagination {
    width: 100%;
}

#bew-cart.button-by-id.hover-buttom.btn-circle .added_to_cart:after, 
#bew-cart-avm .added_to_cart:after, .archive #bew-cart.hover-buttom.btn-circle .added_to_cart:after, 
.bew-woo-grid #bew-cart.hover-buttom.btn-circle .added_to_cart:after,
.bew-woo-grid #bew-cart.hover-buttom.btn-square .added_to_cart:after{
    margin-left: 0px;
}

.theme-blocksy .bew-woo-mini-cart .bew-woo-mini-cart-sidebar .payment_methods>li label {
    min-width: auto;
}

.theme-blocksy.woocommerce-checkout.bew-mini-cart-active .content-area {
    overflow: hidden;
}

/* ## Bew Woo Mini Cart Widget
--------------------------------------------- */
.bew-woo-mini-cart {
  position: relative; 
}
	
.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul {    
    margin: 0;   
	list-style: none;
}
	
.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar li {
	min-height: 50px;
    float: left;
    padding: 12px 0;
    width: 100%;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar li a {
    color: #3f3f3f;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar li a:first-of-type {
    margin-right: 0px; 
}

  
/* ##  Mini Cart new style from oceanwp
--------------------------------------------- */

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li:last-child, .bew-woo-mini-cart .widget_shopping_cart_content-sidebar ul.cart_list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    min-height: 90px;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li:first-child, .bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li:last-child , .bew-woo-mini-cart .widget_shopping_cart_content ul.cart_list li:first-child {
    min-height: 100%;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail img, .bew-woo-mini-cart .widget_shopping_cart_content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid.thumbnail img  {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
	transform: initial;
	margin: 0;
}

.bew-woo-mini-cart .owp-grid-wrap, .bew-woo-mini-cart .woocommerce-mini-cart-item .owp-grid-wrap{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid>div , .bew-woo-mini-cart .widget_shopping_cart_content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid>div {
    padding-right: 65px;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3, .bew-woo-mini-cart .widget_shopping_cart_content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3 {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid  .quantity, .bew-woo-mini-cart .widget_shopping_cart_content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid .quantity  {
    color: #b2b2b2;
    font-weight: 400;
	display: initial;
    width: inherit;
    height: inherit;
    margin: 0;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .total {
    background-color: #fafafa;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e6e6e6;
    padding: 20px;
    margin: 0;
	font-size:100%;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .total strong {    
    font-size: 12px;
    font-weight: 400;
    color: #797979;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height: 2;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .total .amount {
    float: right;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 1px;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .buttons {
    margin: 0;
    padding: 20px;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .buttons .button:first-child {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #666;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar  .buttons .button:first-child:hover {
    border-color: #13aff0;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .buttons .button {    
    width: 48%;
    padding: 14px 8px;
    text-align: center;
    letter-spacing: 2px;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .buttons .fc-foward {
    margin-right:5px;
}

.bew-woo-mini-cart.shopping-cart .shopping-cart-content-sidebar .buttons .checkout{
	margin-left: 5px;
}

.bew-woo-mini-cart-buttons-inline .bew-woo-mini-cart .shopping-cart.show_view_cart .shopping-cart-content-sidebar .buttons .checkout {
    margin-left: 4%;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .buttons .button:first-child  {
    display: none;
}

.bew-woo-mini-cart-buttons-stacked .bew-woo-mini-cart .shopping-cart.show_view_cart .shopping-cart-content-sidebar .buttons .button:first-child {
    display: block;
}

.bew-woo-mini-cart-buttons-inline .bew-woo-mini-cart .shopping-cart.show_view_cart .shopping-cart-content-sidebar .buttons .button:first-child {
   display: inline-block;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .buttons .button.checkout {
    display: none;
}

.bew-woo-mini-cart-buttons-stacked .bew-woo-mini-cart .shopping-cart.show_checkout .shopping-cart-content-sidebar .buttons .button.checkout {
    display: block;
}

.bew-woo-mini-cart-buttons-inline .bew-woo-mini-cart .shopping-cart.show_checkout .shopping-cart-content-sidebar .buttons .button.checkout {
    display: inline-block;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar .buttons {
    padding: 0;
    margin: 0;
}

.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_view_cart .shopping-cart-content-sidebar .buttons,
.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_checkout .shopping-cart-content-sidebar .buttons {
    padding: 40px 40px 40px 40px;
    margin: 0;
	display: block;
}

.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart .shopping-cart-content-sidebar #bew-cart-pdf-button {
    display: none;
}

.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_view_cart .shopping-cart-content-sidebar #bew-cart-pdf-button,
.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_checkout .shopping-cart-content-sidebar #bew-cart-pdf-button {
	display: none;
}

.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_view_cart.show_cart_pdf .shopping-cart-content-sidebar #bew-cart-pdf-button,
.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_checkout.show_cart_pdf .shopping-cart-content-sidebar #bew-cart-pdf-button {
    padding: 0px 40px 40px 40px;
    margin: 0;
	display: block;
}

.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_view_cart .shopping-cart-content-sidebar #bew-cart-pdf-button .cart-pdf-button,
.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_checkout .shopping-cart-content-sidebar #bew-cart-pdf-button .cart-pdf-button {
	background-color: transparent;
    border: 1px solid #e6e6e6;
    color: #666;
}

.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar #bew-cart-pdf-button .cart-pdf-button:hover {
    border-color: #13aff0;
}

.bew-woo-mini-cart .bew-woo-order-bew-bc .shopping-cart .shopping-cart-content-sidebar .buttons .button {
    width: 100%;
    padding: 14px 8px;
    text-align: center;
    letter-spacing: 2px;
	text-transform: uppercase;
    font-size: 14px;    
}

.bew-woo-mini-cart-buttons-inline .bew-woo-order-bew-bc .shopping-cart.show_view_cart.show_checkout .shopping-cart-content-sidebar .buttons .button {
	width: 48%;
}

.bew-woo-mini-cart-buttons-stacked .bew-woo-order-bew-bc .shopping-cart .shopping-cart-content-sidebar .buttons .button{
	width: 100%;    	
}

.bew-woo-mini-cart-buttons-stacked .bew-woo-order-bew-bc .shopping-cart .shopping-cart-content-sidebar .buttons .checkout {
	margin-left:0;
	margin-top:4%;
}

.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_view_cart.show_cart_pdf .shopping-cart-content-sidebar .buttons, 
.bew-woo-mini-cart .bew-woo-order-bew-bc.bew-woo-mini-cart-sidebar .shopping-cart.show_checkout.show_cart_pdf .shopping-cart-content-sidebar .buttons {
    padding: 40px 40px 20px 40px;
}

@media only screen and (max-width: 480px) {

.bew-woo-mini-cart-buttons-inline .shopping-cart .shopping-cart-content-sidebar .buttons .button{
	width: 100%;  
	
}

.bew-woo-mini-cart-buttons-inline .shopping-cart .shopping-cart-content-sidebar .buttons .checkout {
	margin-left:0;
	margin-top:4%;
}	
	
}

/* ## Bew Mini Cart - Sidebar
--------------------------------------------- */
.bew-woo-mini-cart .bew-woo-mini-cart-sidebar{
	width: 100%;
    max-width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;

}

.bew-mini-cart .bew-empty-cart img {
    display:none;
}

.bew-woo-empty-icon-cart-yes .bew-mini-cart .bew-empty-cart img {
    display:block;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bew-empty-cart,
.bew-mini-cart .bew-empty-cart {
    margin: 20px 40px;
	min-height: 300px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bew-empty-cart img,
.bew-mini-cart  	 	.bew-empty-cart img {
    width: 170px;
    text-align: center;
    margin: 0 auto;
}


.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar ul {
    margin: 0px 20px 0px 40px;
    overflow-y: auto;  
    overflow-y: auto;
	overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar li{
    padding: 10px 0 30px 0;
	margin:0;
    width: 100%;
	border-bottom:0;
	display: block;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar ul.cart_list li:first-child{
    padding-top: 20px;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar ul.cart_list li:last-child{
    padding-bottom: 20px;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .owp-grid.thumbnail, .cart-canvas .woocommerce-mini-cart-item .owp-grid.thumbnail {
    width: 25%;
    margin: 0;    
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .owp-grid.content, .cart-canvas .woocommerce-mini-cart-item .owp-grid.content {
    position: relative;
    width: 75%;
    padding-left: 10px;
}

.shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3, .cart-canvas .widget_shopping_cart_content ul.cart_list li .owp-grid-wrap .owp-grid h3,
.shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3, .cart-canvas .widget_shopping_cart_content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3 {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;	
	vertical-align:middle;
	padding: 0 10px 0 0;
}

.woocommerce .bew-woo-mini-cart .bew-woo-mini-cart-sidebar ul.cart_list li a, .woocommerce .bew-woo-mini-cart .bew-woo-mini-cart-sidebar ul.product_list_widget li a {
    display: block;
    font-weight: 400;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar .total{    
    padding: 20px 40px 20px 40px;
	margin:0;
	align-items: center;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-header {
    padding: 19px 40px;
	border-bottom: 1px solid #e6e6e6; 
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-header .heading--add-small {
    text-align: left;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .heading--add-small {
    display:inline-block;
	font-size: 15px;
    line-height: 20px;	
    font-weight: 600;
	margin:0;
    text-transform: uppercase;
}


.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .owp-grid.thumbnail{
    border: 1px solid #ccc;    
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content .total strong {
    font-size: 15px;
    font-weight: normal;    
}

.content-inline-yes .bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid .bew-price-minicart{
	font-size: 14px;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bewwhatsapp_button {
    padding: 10px 40px;
    background: #25d366;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
	font-weight: 500;
    position: relative;
    display: inline-flex;
    width: auto;
    transition: all .3s !important;
    align-items: center;
	text-transform: uppercase;
}
.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bew-whatsapp-order {
	padding: 30px 40px 40px 40px;
	text-align: center;
	
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bewwhatsapp_button .fa-whatsapp {
	margin-right: 10px;
    font-size: 25px;
	font-family: "Font Awesome 5 Brands";
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bewwhatsapp_button i {
	margin-right: 10px;
    font-size: 25px;
	line-height: 1;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bew-whatsapp-order.hide-bew-whatsapp, .bew-woo-mini-cart .bew-woo-mini-cart-sidebar .user-information.hide-bew-whatsapp {
	display:none;
}

.bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner {
    position: relative;
    text-align: center;
    display: flex;
	align-items: flex-end;
    justify-content: flex-end;
}

.bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner .bewwoo-item-qty-plus, 
.bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner .bewwoo-item-qty-minus, 
.bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner .bewwoo-item-qty-individual{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #444;
    background-color: #eee;
    font-size: 14px;
    font-weight: 400;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	border-radius: 100%;
}

.bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner input {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    display: block;
    color: #444;
    -moz-appearance: textfield;
    box-shadow: none;
    font-size: 12px;
    font-weight: 400;
	min-height: 30px;
}

.bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner input::-webkit-outer-spin-button, 
.bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bew-woo-quantity-cart-yes input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

.bew-woo-quantity-cart-yes .woocommerce .bewwoo-item-qty .bewwoo-item-qty-inner .quantity input.qty  {
    width: 30px;
    text-align: center;
    min-height: 30px;
	background: transparent;
}

.theme-blocksy .bew-woo-quantity-cart-yes .woocommerce .bewwoo-item-qty .bewwoo-item-qty-inner .quantity input.qty  {
    padding: 0 !important;
}

.bew-woo-quantity-cart-yes .bewwoo-content-wrap {
	width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;	
}

.bew-woo-quantity-cart-yes .bewwoo-content-wrap .bewwoo-item-info {
	width: 60%;
}

.bewwoo-content-wrap .bewwoo-item-qty {
	display:none;
}

.bew-woo-quantity-cart-yes .bewwoo-content-wrap .bewwoo-item-qty {
	width: 40%;
	display:block;
}

.bew-woo-quantity-cart-yes .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid .bewwoo-item-qty-inner .quantity {
    width: auto;
	min-width: auto;
	margin-left:5px;
	margin-right:5px;
	height: auto;    
}

.shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid  a.remove ,.shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid  a.remove {
    display: inline-block;
    position: absolute;
    top: 50%;    
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 20;	
	right: 20px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #b3b3b3 !important;
    border: 1px solid #e6e6e6;
}

.shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid  a.remove:hover ,.shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid  a.remove:hover {
    background: #fff;
}

.shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid  a.remove:before ,.shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid  a.remove:before {
    content: none;
}

.bew-woo-quantity-cart-yes .shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid  a.remove, .bew-woo-quantity-cart-yes .shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid  a.remove {
    display: inline-block;
    position: absolute;
    top: 50%;
    font-size: 16px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 20;
    right: 5px;
    margin-top: -12px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    color: #b3b3b3;
    border: none;
}

.content-inline-yes .bew-woo-mini-cart .shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3, 
.content-inline-yes .bew-woo-mini-cart .widget_shopping_cart_content ul.cart_list li .owp-grid-wrap .owp-grid h3,
.content-inline-yes .bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3, 
.content-inline-yes .bew-woo-mini-cart .widget_shopping_cart_content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3  {
	display: inline-block;
    width: 60%;	
}

.bew-woo-quantity-cart-yes.content-inline-yes .bew-woo-mini-cart .shopping-cart .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3, 
.bew-woo-quantity-cart-yes.content-inline-yes .bew-woo-mini-cart .widget_shopping_cart_content ul.cart_list li .owp-grid-wrap .owp-grid h3,
.bew-woo-quantity-cart-yes .owp-grid-wrap .owp-grid .bewwoo-item-info h3,
.bew-woo-quantity-cart-yes .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3, 
.bew-woo-quantity-cart-yes.content-inline-yes .cart-canvas .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3,
.bew-woo-quantity-cart-yes.content-inline-yes .bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3, 
.bew-woo-quantity-cart-yes.content-inline-yes .bew-woo-mini-cart .widget_shopping_cart_content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3,
.bew-woo-quantity-cart-yes .owp-grid-wrap .owp-grid .bewwoo-item-info h3,
.bew-woo-quantity-cart-yes .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3, 
.bew-woo-quantity-cart-yes.content-inline-yes .cart-canvas .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid h3 {
    display: block;
    width: 100%;
}

.shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid .bew-price-minicart, .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid .bew-price-minicart{    
	display: inline-block;
    vertical-align: middle;
    width: 35%;
    float: none;
    text-align: right;
}

.bew-woo-quantity-cart-yes .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid .bew-price-minicart, .bew-woo-quantity-cart-yes .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid .bew-price-minicart{    
	display: block;
    width: 100%;
	float: left;
    text-align: left;
}

.bew-woo-quantity-cart-yes .bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid>div , 
.bew-woo-quantity-cart-yes .bew-woo-mini-cart .widget_shopping_cart_content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid>div {
    padding-right: 35px;
}

.bew-woo-quantity-cart-yes .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid .bew-price-minicart .bew-quantity,
.bew-woo-quantity-cart-yes .shopping-cart-content-sidebar ul.cart_list li .owp-grid-wrap .owp-grid .bew-price-minicart .bew-quantity  {
	display:none;
}

.bew-woo-quantity-cart-yes .woocommerce .bewwoo-item-qty .bewwoo-item-qty-inner div.quantity .ct-increase,
.bew-woo-quantity-cart-yes .woocommerce .bewwoo-item-qty .bewwoo-item-qty-inner div.quantity .ct-decrease {
    display: none;
}

.bew-woo-quantity-cart-yes .woocommerce .bewwoo-item-qty .bewwoo-item-qty-inner div.quantity .minus,
.bew-woo-quantity-cart-yes .woocommerce .bewwoo-item-qty .bewwoo-item-qty-inner div.quantity .plus {
    display: none;
}

.user-information.woocommerce .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.user-information.woocommerce .form-row-first, .user-information.woocommerce .form-row-first {
    float: left;
}

.user-information.woocommerce .form-row-first, .user-information.woocommerce .form-row-last, .user-information.woocommerce .form-row-first, .user-information.woocommerce .form-row-last {
    width: 47%;
    overflow: visible;
}

.user-information.woocommerce .form-row label {
    line-height: 2;
    font-weight: 700;
    font-size: 13.5px;
    font-size: .9rem;
}

.user-information.woocommerce .form-row label, .user-information.woocommerce .form-row label {
    display: block;
}

.user-information.woocommerce .form-row input.input-text, .user-information.woocommerce .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
}

.user-information.woocommerce .form-row-last, .user-information.woocommerce .form-row-last {
    float: right;
}

.user-information.woocommerce .form-row-first, .user-information.woocommerce .form-row-last, .user-information.woocommerce .form-row-first, .user-information.woocommerce .form-row-last {
    width: 47%;
    overflow: visible;
}

.user-information.woocommerce .form-row-wide, .user-information.woocommerce .form-row-wide {
    clear: both;
}

.user-information.woocommerce {
    padding: 40px 40px;
    margin: 0;
}

.user-information.woocommerce .form-row .required {
    visibility: visible;
}

.user-information.woocommerce .form-row .required {
    text-decoration: none;
}

.user-information.woocommerce .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}

.user-information {
	display:none;
}

.bew-whatsapp-order {
	display:none;
}

.bew-woo-whatsapp-customer-yes .user-information {
	display: block;
}

.bew-woo-mini-cart-sidebar #payment div.payment_box {
    position: relative;
	background-color: #f5f5f5;
    color: #515151;
}

.bew-woo-mini-cart-sidebar #payment ul.payment_methods .wc_payment_method div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #f5f5f5;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.bew-woo-whatsapp-customer-yes .user-information h4 {
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 20px;
}

.bew-woo-whatsapp-button-yes .bew-whatsapp-order {
	display: block;
}

.bew-mini-cart-active .bew-woo-grid #bew-cart .added_to_cart:not(.bmc_added_to_cart){
    display: none;
}

.bew-woo-grid #bew-cart.view-cart-custom-icon .added_to_cart:after{
    content: '';
	margin-left: 0;
}
    
#bew-cart.bew-align-icon-view-cart-middle.view-cart-no-text .added_to_cart.bmc_added_to_cart,
#bew-cart.bew-align-icon-view-cart-right.view-cart-no-text .added_to_cart.bmc_added_to_cart, 
#bew-cart.bew-align-icon-view-cart-left.view-cart-no-text .added_to_cart.bmc_added_to_cart {
    cursor: unset;
	pointer-events: none;
}

#bew-cart.bew-align-icon-view-cart-middle.view-cart-no-text .added_to_cart i, #bew-cart.bew-align-icon-view-cart-right.view-cart-no-text .added_to_cart i, #bew-cart.bew-align-icon-view-cart-left.view-cart-no-text .added_to_cart i {
    margin: 0;
}

#bew-cart .added_to_cart.hide  {
    display: none !important;	

}

@media only screen and (max-width: 480px) {

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-header {
    padding: 10px 10px 10px 20px;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar ul {
    margin: 0px 5px 0px 20px;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar li {
    padding: 10px 0 10px 0;
}

.bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner .bewwoo-item-qty-plus, .bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner .bewwoo-item-qty-minus, .bew-woo-quantity-cart-yes .bewwoo-item-qty .bewwoo-item-qty-inner .bewwoo-item-qty-individual {
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.bew-woo-quantity-cart-yes .woocommerce .bewwoo-item-qty .bewwoo-item-qty-inner .quantity input.qty {
    width: 25px;
    min-height: 25px;
	height: 25px;
    line-height: 25px;

}

.bew-woo-quantity-cart-yes .bewwoo-content-wrap .bewwoo-item-info {
    width: 55%;
}

.bew-woo-quantity-cart-yes .bewwoo-content-wrap .bewwoo-item-qty {
    width: 45%;
}
	
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bew-opc {
	display:none;
}

/* ## Bew Products Tabs
--------------------------------------------- */
.line-hover{
position: relative;
cursor: pointer;
}

.bew-woo-grid-tabs .product-filter , .bew-product-tabs .product-filter {
    margin: 0 0 30px 0;
}

.bew-woo-grid-tabs .bew-woo-grid-tabs-filter, .bew-product-tabs .product-filter{
	display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 100%;
}	
	
.bew-woo-grid-tabs .filter, .bew-product-tabs .filter {
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    text-align: center;
}

.bew-woo-grid-tabs .filter li, .bew-product-tabs .filter li  {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    margin: 0 25px;
}

.bew-woo-grid-tabs .bew-woo-grid-tabs-products .woo-listing-top  {
    margin-bottom: 0;
}

.bew-woo-grid-tabs .bew-woo-grid-tabs-products .woo-listing-top  {
    margin-bottom: 0;
}

.bew-product-grid .filter .active {
    color: #23232c;
}

.bew-woo-grid-tabs .line-hover:after, .bew-product-tabs .line-hover:after {
    -webkit-transition: all .5s;
    transition: all .5s;
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #23232c;
}

.bew-woo-grid-tabs .line-hover.active:after, .line-hover:hover:after{
    left: 0;
    width: 100%;
    background-color: #23232c;
}

.bew-woo-grid-tabs .filter li:after, .bew-product-tabs .filter li:after {
    bottom: -10px;
}

.bew-woo-grid-tabs .filter .active:after, .bew-product-tabs .filter .active:after {
    width: 100%;
}

.bew-woo-orders-cart{
	display:none;	 
}

.shopping-cart-header .woo-orders-btn-close{
	display:none;	 
}

@media only screen and (max-width: 480px) {
.content-inline-yes .bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid h3 {
    display: inline-block;
    width: 100%;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content ul.cart_list li .owp-grid-wrap .owp-grid .quantity {
    display: inline-block;    
    width: 100%;    
    text-align: left;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content ul.cart_list li, .bew-woo-mini-cart .bew-woo-mini-cart-sidebar.widget_shopping_cart_content ul.cart_list li {
    padding: 0;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    min-height: 100%;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content ul.cart_list li:last-child, .cart-canvas .widget_shopping_cart_content ul.cart_list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;    
}

}


@media only screen and (max-width: 767px) {


/*------------------------------------------------------------------
Woo Order Cart
-------------------------------------------------------------------*/
 
 .bew-woo-orders-cart {
  display: block; 
  list-style: none !important;
  padding: 5px 35px 20px 1em;
  position: relative; 
 }

.woo-orders-header-cart a {
      
    display: block;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-transform: uppercase;     
}

.woo-orders-header-cart .woo-orders-menucart {	 
     color: #b6b6b6;
     display: inline-block;
     margin: 0 3px;
     padding: 10px 10px;
     position: relative;
	 font-size: 22px;
	 line-height:0;
 }
 
.woo-orders-header-cart .woo-orders-menucart.circle {	 
	 background: #F3C322;     
     border-radius: 100%; 
	 
 }
 
 .woo-orders-header-cart .woo-orders-menucart.circle i {	 
	 color:#fff;
	 font-size: 24px;
 }
 
.woo-orders-header-cart .woo-orders-menucart.square {	
	border-style: none; 
 }
 
.woo-orders-header-cart .woo-orders-menucart.minimalist{	
	border-style: none;  
 }

.woo-orders-header-cart .woo-orders-cart-quantity {   
    display: block;
    font-size: 12px;    
    position: absolute;
    right: -12px;
    top: -6px;
    width: 1.67em;
    height: 1.67em;
    box-sizing: initial;   
    text-align: center;
    border-radius: 100%;
    line-height: 1.67em;
    box-sizing: content-box;
}

.woo-orders-header-cart .circle .woo-orders-cart-quantity {    
    right: -8px;
    top: -6px;
	background-color: #333;
	color: #ffffff;
	padding: 0px;
    }

.woo-orders-header-cart .square .woo-orders-cart-quantity{
    right: -20px;
    top: 10px;
	border-radius: 3px;
	padding: 1px;
	background-color: #6ec1e4;
	color: #ffffff;   
}

.woo-orders-header-cart .minimalist  .woo-orders-cart-quantity{   
	right: -15px;
    top: 15px;
	border-radius: 0;
	padding: 0;	    
}

.woo-orders-header-cart .custom .woo-orders-cart-quantity{   
	right: -19px;
    top: 15px;
	border-radius: 0;
	padding: 0;    
}

.woo-arrow span:before{
    right: 75%;
    top: 50%;
    border: solid transparent;
    content: "";
    height:0;
    width:0;
    position:absolute;
    pointer-events: none;
    border-color:rgba(18,17,17,0);
    border-right-color:#6ec1e4;
    border-width:9px;
    margin-top:-9px;    
}

.woo-item span:after{
    left: 60%;    
    content: "Items";    
    position:absolute;
    pointer-events: none;
	width: 4em;
	margin: 0;    
} 
	
.bew-woo-orders-cart {
    display: block;
    bottom: 10px;
    cursor: pointer;
    outline: none;
    padding: 0;
    position: fixed;
    left: 10px;
    z-index: 9999;

}
	
/* ## Bew Woo mini cart Canvas
--------------------------------------------- */
.admin-bar.woo-orders-cart-canvas-enabled .bew-woo-mini-cart {
	margin-top:46px;	
} 

.admin-bar.woo-orders-cart-canvas-enabled.body-scrolled .bew-woo-mini-cart {
	margin-top:0;	
}

body.woo-orders-cart-canvas-enabled {
    position: fixed;
    overflow-y: hidden;
    width: 100%;
}

.bew-menu-cart .bew-mini-cart .product_list_widget li dl, .bew-menu-cart .bew-mini-cart ul.cart_list li dl {
    display: none;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar{
	width: 300px;
}

.bew-woo-mini-cart {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    -webkit-transition: background-color .4s,-webkit-transform 0s;
    transition: background-color .4s,-webkit-transform 0s;
    -o-transition: background-color .4s,transform 0s;
    transition: background-color .4s,transform 0s;
    transition: background-color .4s,transform 0s,-webkit-transform 0s;
	
}

.bew-woo-mini-cart-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.bew-woo-mini-cart:not(.mini-cart--open) .bew-woo-mini-cart-sidebar {
	overflow: hidden;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.bew-woo-mini-cart:not(.mini-cart--open) .bew-woo-mini-cart-sidebar .shopping-cart-content{
    display:none;
    opacity: 0 !important;
	visibility: hidden;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: fixed;
	overflow: auto;
    top: 0;
    width: 340px;
    max-width: 100%;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.bew-woo-mini-cart:not(.mini-cart--open) {
    background-color: transparent;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background-color .4s,-webkit-transform 0s .4s;
    transition: background-color .4s,-webkit-transform 0s .4s;
    -o-transition: background-color .4s,transform 0s .4s;
    transition: background-color .4s,transform 0s .4s;
    transition: background-color .4s,transform 0s .4s,-webkit-transform 0s .4s;
}

.shopping-cart-header .woo-orders-btn-close{
    padding: 5px;
    cursor: pointer;
	line-height: normal;
}

.shopping-cart-header .woo-orders-btn-close{
	display:inline-block;
	font-size: 14px;
	line-height: 1.5;
	float:right;       
    color: #333333;
    background-color: transparent;
    border: none;
	font-weight: 800;
	text-transform: uppercase;
	font-family: "Raleway",Tahoma,Geneva,sans-serif;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar .total {
    padding: 10px 20px;
    margin: 0;
}

.bew-woo-mini-cart .shopping-cart .shopping-cart-content-sidebar .total .amount {  
    line-height: 1.5;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .shopping-cart-content-sidebar .buttons {
    padding: 20px;
    margin: 0;

}

.user-information.woocommerce {
    padding: 20px;
    margin: 0;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bew-whatsapp-order {
    padding: 20px;
}

}

@media (min-width: 1000px) {
.bew-woo-mini-cart .bew-woo-mini-cart-sidebar form.woocommerce-checkout {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
}

}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar #billing_country_field {
	display:none;	
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .woocommerce-checkout-review-order-table {
	display:none;	
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar #order_review_heading{
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
	margin-top: 20px;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .woocommerce-checkout-payment, .woocommerce-checkout .bew-woo-mini-cart .bew-woo-mini-cart-sidebar #payment.woocommerce-checkout-payment {
    margin-top: 0;
	margin-left: 0;
    margin-right: 0;
	background-color:transparent;
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar #payment_method_cop {
		
}

.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .payment_methods>li label {
    min-width: 100%;
}


.bew-woo-mini-cart .bew-woo-mini-cart-sidebar .bew-wao {
	display:none;
}

@media (max-width: 999.98px) {
.bew-woo-mini-cart .user-information form.woocommerce-checkout {
    grid-row-gap: 20px;
}

}

/**
 * Themify Filter compatibility
 */

.bew-woo-grid.bew-woo-filter-view-vertical .wpf-search-container {
    clear: none;
	width: 100%;
}

.bew-products-container-filter .empty-message {
    padding: 2.5rem 6.25rem;
	background-color: #F9FAFB;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_item input[type="checkbox"]:checked, .bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_item input[type="checkbox"]:hover:checked, .bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_item input[type="checkbox"]:focus:checked, .bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_item input[type=range]::-webkit-slider-thumb {
    background-color: transparent;
}

.bew-woo-filter-view-vertical .bew-filter-sidebar .wpf_item .wpf_item_name {
    border-bottom: 0px solid rgba(0,0,0,.1);
}

/**
 * Astra checkout compatibility
 */

.theme-astra.woocommerce-page.woocommerce-checkout .bew-woo-mini-cart .bew-woo-mini-cart-sidebar form #order_review_heading, .theme-astra.woocommerce.woocommerce-checkout .bew-woo-mini-cart .bew-woo-mini-cart-sidebar form #order_review_heading {
    padding: 1.5em 0 1em;
	border-width: 0;
}

.theme-astra.woocommerce-page.woocommerce-checkout .bew-woo-mini-cart .bew-woo-mini-cart-sidebar form #order_review, .theme-astra.woocommerce.woocommerce-checkout .bew-woo-mini-cart .bew-woo-mini-cart-sidebar form #order_review {
    padding: 0;
    border-width: 0;
}
	
@media (min-width: 768px){
.theme-astra.woocommerce.woocommerce-checkout .bew-woo-mini-cart .bew-woo-mini-cart-sidebar form #order_review, .theme-astra.woocommerce.woocommerce-checkout .bew-woo-mini-cart .bew-woo-mini-cart-sidebar form #order_review_heading, .theme-astra.woocommerce-page.woocommerce-checkout .bew-woo-mini-cart .bew-woo-mini-cart-sidebar form #order_review, .theme-astra.woocommerce-page.woocommerce-checkout .bew-woo-mini-cart .bew-woo-mini-cart-sidebar form #order_review_heading {
    width: 100%;
    float: none;
}
}

.woocommerce.elementor-editor-active ul.products li.product .woocommerce-loop-product__link, .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
    overflow: visible;
}	

/**
 * WooCommerce Attribute Swatches by Iconic
 */


.bew-variation-layout--stacked #bew-cart form.cart table.variations tr {
    display: block;
}	

.bew-variation-layout--stacked #bew-cart form.cart .variations td .iconic-was-swatches {
     margin: 0px;
	 padding: 0px;
}

.bew-variation-layout--stacked  #bew-cart form.cart .variations td.label {
    padding: 0px;
    width: 100%;
}

.bew-variation-layout--stacked #bew-cart form.cart .variations td {
    display: block;
}


.bew-variation-layout--stacked #bew-cart form.cart .variations td.label {
    width: 100%;
}

.bew-variation-layout--stacked #bew-cart form.cart table.variations td.value {
    width: 100%;
}

.bew-variation-layout--stacked #bew-cart form.cart .variations td .iconic-was-swatches__item {
   margin: 0 15px 15px 0;    
}
	
.yes-woo-variation-swatches .iconic-was-swatch__graphic {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
}

.bew-layered-nav-filter ul.show-labels-on li.swatch-text:hover a.iconic-was-swatch, .bew-layered-nav-filter ul.show-labels-on li.no-swatch:hover a.iconic-was-swatch {
    background-color: transparent;
}

.bew-layered-nav-filter ul.show-labels-on li.no-swatch a.iconic-was-swatch, .bew-layered-nav-filter ul.show-labels-on li.swatch-text a.iconic-was-swatch {
    border-radius: 5px;
}


#bew-cart.hover-buttom .iconic-was-swatches--loop  {
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out, transform 300ms ease-in-out;
    z-index: 5;
}

.hover-animation-fade-in #bew-cart.hover-buttom .iconic-was-swatches--loop  {
    opacity: 0;
    visibility: hidden;
	margin:0;
	padding:0;
}

.hover-animation-fade-in #bew-cart.hover-buttom:hover .iconic-was-swatches--loop  {
    opacity: 1;
    visibility: visible; 
	margin:0;
	padding:0;
 }
 
 .hover-animation-fade-in  #bew-cart.show-add-to-cart .iconic-was-swatches--loop  {
    opacity: 1;
    visibility: visible; 
	margin:0;
	padding:0;
 }
 
/**
 * Bew Pagination
 */ 
 
.bew-hide-pagination, .bew_infinity.bew_infinity_auto {
    display: none;
}

.bew_infinity_pagination .woocommerce-pagination {
    display: none;
}

.wpf-search-container .bew_infinity {
	display: none;
} 

.bew_infinity a {
    color: #333;   
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #bcbcbc;
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.bew_infinity a:hover {
	border-color: #5e5e5e;
}

.bew_infinity {
    clear: both;
    width: 100%;
    text-align: center;
    margin: 40px 0 30px;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background: rgba(255, 255, 255, 0.95);
}

.preloader .loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
}

.preloader .loading-icon .dot {
	background-color: #23232c;
}

.no-js .preloader {
	display: none;
}

.loading-icon {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.loading-icon * {
	-webkit-animation-play-state: paused;
	        animation-play-state: paused;
}

.loading-icon .bubble {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
}

.loading-icon .bubble:nth-child(2n) .dot {
	-webkit-animation-delay: -0.3s;
	        animation-delay: -0.3s;
}

.loading-icon .bubble:nth-child(3n) .dot {
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
}

.loading-icon .dot {
	display: block;
	border-radius: 50%;
	background-color: #fff;
	width: 100%;
	height: 100%;
	transform-origin: 50% 50%;
	animation: bubble 1.2s -0.6s infinite ease-out;
	-webkit-animation: bubble 1.2s -0.6s infinite ease-out;
}

@keyframes bubble {
	0%, 100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}

@-webkit-keyframes bubble {
	0%, 100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}

@-webkit-keyframes bewFadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes bewFadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.bewFadeInUp {
	-webkit-animation-name: bewFadeInUp;
	        animation-name: bewFadeInUp;
}

@-webkit-keyframes bewFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes bewFadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.bewFadeIn {
	-webkit-animation-name: bewFadeIn;
	        animation-name: bewFadeIn;
}

.bewAnimation {
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

/**
 * Bew Products Tabs
 */ 

 
/**
 * Bew checkout
 */ 

.elementor-widget-woo-cart-table .bew-quantity .qty, .elementor-widget-woo-cart-table .bew-quantity .minus, .elementor-widget-woo-cart-table .bew-quantity .plus {
font-size:13px;	
}

.elementor-widget-woo-cart-table .bew-quantity .minus, .elementor-widget-woo-cart-table .bew-quantity .plus {
    font-size: 13px;
    line-height: 34px;
}

.elementor-widget-woo-cart-table .bew-quantity input[type=number], .elementor-widget-woo-cart-table .bew-quantity input[type=text] {
    padding: 0;
}	

.elementor-widget-woo-cart-table form input[type="number"]{
    min-height: 36px;
}

.elementor-widget-woo-cart-table input[type="number"]::-webkit-outer-spin-button,
.elementor-widget-woo-cart-table input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
	display: none;
}

.elementor-widget-woo-cart-table input[type="number"]{
    -moz-appearance: textfield;
}

.elementor-widget-woo-cart-table .product-quantity .bew-quantity {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.elementor-widget-woo-cart-table button.button:disabled, .elementor-widget-woo-cart-tablebutton.button:disabled[disabled]{
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
}

.elementor-widget-woo-cart-table button.button:disabled:hover, .elementor-widget-woo-cart-table button.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb;
}

.bew-woo-action-button .yith-wcqv-button {
	display: inline-block;
}


.bew-woo-order-bew-opc #payment #place_order {
    width: 100%;
}

.woocommerce-checkout .elementor-widget-bew-woo-orders #payment ul.payment_methods li img.stripe-icon {
    max-width: 25px;
}

.woocommerce-cart .bew-woo-cart-table table.cart td.actions input {
    height: auto;
}


@media only screen and (min-width: 768px) {
	
.bew-sticky-yes.bew-sticky-section-absolute, .bew-sticky-yes.bew-sticky-absolute-yes{
	position: absolute !important;
	right: 0;
	width: 100%;
}

.bew-sticky-yes.bew-sticky-section-absolute.fix-summary, .bew-sticky-yes.bew-sticky-absolute-yes.fix-summary {
    position: fixed !important;
    top: 0px !important;

}

.bew-sticky-yes.bew-sticky-section-absolute.bottom-summary, .bew-sticky-yes.bew-sticky-absolute-yes.bottom-summary {
	position:absolute;
	top:initial !important;
	bottom:0px;
	width: inherit !important;
    left: auto !important;
}
}

	
/**
 * Default Theme
 */

.woocommerce .bew-woo-grid.default-theme .products .product {
	overflow: initial;
}

.woocommerce .bew-woo-grid.default-theme ul.products li.product, .woocommerce-page .bew-woo-grid.default-theme ul.products li.product {   
    display: block;
    margin: 0 0 20px;
    padding: 0 10px;
    position: relative;
}

.woocommerce.menu-canvas-enabled span.onsale {
	z-index: 20;
}

/**
 * Blocksy theme
 */


/**
 * Bew Summary
 */

/**
 * Bew Fast Checkout
 */
 
.elementor-button.bew-fast-checkout {
    display: inline-block;
	background: #333;
    font-family: inherit;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.bew-fast-checkout .elementor-container {
	width: 100% !important;
}

.bew-checkout-coupon .woocommerce-form-coupon-toggle .woocommerce-info {
	flex-direction: row;
}

/**
 * Woocommerce booking
 */

	
/**
 * Default count filters
 */
 
.filters-area .filters-inner-area.bew-filters-count-1{
  grid-template-columns: repeat(1, 1fr) !important; }
.filters-area .filters-inner-area.bew-filters-count-2{
  grid-template-columns: repeat(2, 1fr) !important; }
.filters-area .filters-inner-area.bew-filters-count-3{
  grid-template-columns: repeat(3, 1fr) !important; }
.filters-area .filters-inner-area.bew-filters-count-4{
  grid-template-columns: repeat(4, 1fr) !important; }  
.filters-area .filters-inner-area.bew-filters-count-5{
  grid-template-columns: repeat(5, 1fr) !important; }
.filters-area .filters-inner-area.bew-filters-count-6{
  grid-template-columns: repeat(6, 1fr); } 

@media (max-width: 1024px) {
.filters-area .filters-inner-area[class*=bew-filters-count-].tablet-columns-4{
  grid-template-columns: repeat(4, 1fr) !important; }	
}
@media (max-width: 767px) {
.filters-area .filters-inner-area[class*=bew-filters-count-].mobile-columns-1{
  grid-template-columns: repeat(1, 1fr) !important; }	
}   
  
/**
 * Custom columns filters
 */  
  
.elementor-widget-bew-woo-grid.bew-filters-columns-1 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(1, 1fr) !important; }
.elementor-widget-bew-woo-grid.bew-filters-columns-2 .filters-area .filters-inner-area.grid  {
    grid-template-columns: repeat(2, 1fr) !important; }
.elementor-widget-bew-woo-grid.bew-filters-columns-3 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(3, 1fr) !important; }	
.elementor-widget-bew-woo-grid.bew-filters-columns-4 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(4, 1fr) !important; }	
.elementor-widget-bew-woo-grid.bew-filters-columns-5 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(5, 1fr) !important; }	
.elementor-widget-bew-woo-grid.bew-filters-columns-6 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(6, 1fr) !important; }

@media (max-width: 1024px) {
.elementor-widget-bew-woo-grid[class*=bew-filters-columns-] .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(4, 1fr) !important; } }

@media (max-width: 767px) {
.elementor-widget-bew-woo-grid[class*=bew-filters-columns-] .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(1, 1fr) !important; } }
  
@media (max-width: 1024px) {
.elementor-widget-bew-woo-grid.bew-filters-columns-tablet-1 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(1, 1fr) !important; }
.elementor-widget-bew-woo-grid.bew-filters-columns-tablet-2 .filters-area .filters-inner-area.grid  {
    grid-template-columns: repeat(2, 1fr) !important; }
.elementor-widget-bew-woo-grid.bew-filters-columns-tablet-3 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(3, 1fr) !important; }	
.elementor-widget-bew-woo-grid.bew-filters-columns-tablet-4 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(4, 1fr) !important; }	
.elementor-widget-bew-woo-grid.bew-filters-columns-tablet-5 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(5, 1fr) !important; }	
.elementor-widget-bew-woo-grid.bew-filters-columns-tablet-6 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(6, 1fr) !important; }
}	

@media (max-width: 767px) {
.elementor-widget-bew-woo-grid.bew-filters-columns-mobile-1 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(1, 1fr) !important; }
.elementor-widget-bew-woo-grid.bew-filters-columns-mobile-2 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(2, 1fr) !important; }
.elementor-widget-bew-woo-grid.bew-filters-columns-mobile-3 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(3, 1fr) !important; }
.elementor-widget-bew-woo-grid.bew-filters-columns-mobile-4 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(4, 1fr) !important; }
.elementor-widget-bew-woo-grid.bew-filters-columns-mobile-5 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(5, 1fr) !important; }
.elementor-widget-bew-woo-grid.bew-filters-columns-mobile-6 .filters-area .filters-inner-area.grid {
    grid-template-columns: repeat(6, 1fr) !important; }	
}	


/**
 * Woo Grid Loop Template for categories, related products
 */

.elementor-widget-bew-woo-grid.bew-woo-grid .bew-grid {
  grid-template-columns: repeat(4, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-1 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(1, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-2 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(2, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-3 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(3, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-4 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(4, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-5 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(5, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-6 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(6, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-7 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(7, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-8 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(8, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-9 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(9, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-10 .bew-woo-grid .bew-grid  {
  grid-template-columns: repeat(10, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-11 .bew-woo-grid .bew-grid  {
  grid-template-columns: repeat(11, 1fr) !important; }

.elementor-widget-bew-woo-grid.bew-products-columns-12 .bew-woo-grid .bew-grid {
  grid-template-columns: repeat(12, 1fr) !important; }

@media (max-width: 1024px) {
  .elementor-widget-bew-woo-grid[class*=bew-products-columns-] .bew-woo-grid .bew-grid  {
    grid-template-columns: repeat(3, 1fr) !important; } }

@media (max-width: 767px) {
  .elementor-widget-bew-woo-grid[class*=bew-products-columns-] .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(1, 1fr) !important; } }
	
@media (max-width: 1024px) {
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-1 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(1, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-2 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(2, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-3 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(3, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-4 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(4, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-5 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(5, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-6 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(6, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-7 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(7, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-8 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(8, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-9 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(9, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-10 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(10, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-11 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(11, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-tablet-12 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(12, 1fr) !important; } }

@media (max-width: 767px) {
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-1 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(1, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-2 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(2, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-3 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(3, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-4 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(4, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-5 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(5, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-6 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(6, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-7 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(7, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-8 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(8, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-9 .bew-woo-grid .bew-grid  {
    grid-template-columns: repeat(9, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-10 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(10, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-11 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(11, 1fr) !important; }
  .elementor-widget-bew-woo-grid.bew-products-columns-mobile-12 .bew-woo-grid .bew-grid {
    grid-template-columns: repeat(12, 1fr) !important; } }

 /**
 * Grid for Columns Swisther
 */ 
 .elementor-widget-bew-woo-grid .bew-products ul.products.bew-products-count-1 {
  grid-template-columns: repeat(1, 1fr) !important; }
 .elementor-widget-bew-woo-grid .bew-products ul.products.bew-products-count-2 {
  grid-template-columns: repeat(2, 1fr) !important; }
 .elementor-widget-bew-woo-grid .bew-products ul.products.bew-products-count-3 {
  grid-template-columns: repeat(3, 1fr) !important; }
 .elementor-widget-bew-woo-grid .bew-products ul.products.bew-products-count-4 {
  grid-template-columns: repeat(4, 1fr) !important; }
 .elementor-widget-bew-woo-grid .bew-products ul.products.bew-products-count-5 {
  grid-template-columns: repeat(5, 1fr) !important; }
 .elementor-widget-bew-woo-grid .bew-products ul.products.bew-products-count-6 {
  grid-template-columns: repeat(6, 1fr) !important; }
  
 
 /**
 * Grid > Main Classes.
 */
body .briefcasewp-row {
  margin: 0 -10px;
}

body .briefcasewp-row .bew-grid-col {
  float: left !important;
  margin: 0 0 20px;
  padding: 0 10px;
}

.count-1, .bew-grid-col-1{
    clear: both;
    margin-left: 0;
}

body .briefcasewp-row .bew_span_1_of_1 {
  float: none;
  width: 100%;
}

body .briefcasewp-row .bew_span_1_of_2 {
  width: 50%;
}

body .briefcasewp-row .bew_span_1_of_3 {
  width: 33.33%;
}

body .briefcasewp-row .bew_span_1_of_4 {
  width: 25%;
}

body .briefcasewp-row .bew_span_1_of_5 {
  width: 20%;
}

body .briefcasewp-row .bew_span_1_of_6 {
  width: 16.66666667%;
}

body .briefcasewp-row .bew_span_1_of_7 {
  width: 14.28%;
}

@media (max-width: 1024px) {
	
body .briefcasewp-row .bew_span_1_of_tablet-1 {
  float: none;
  width: 100%;
}

body .briefcasewp-row .bew_span_1_of_tablet-2 {
  width: 50%;
}

body .briefcasewp-row .bew_span_1_of_tablet-3 {
  width: 33.33%;
}

body .briefcasewp-row .bew_span_1_of_tablet-4 {
  width: 25%;
}

body .briefcasewp-row .bew_span_1_of_tablet-5 {
  width: 20%;
}

body .briefcasewp-row .bew_span_1_of_tablet-6 {
  width: 16.66666667% ;
}

body .briefcasewp-row .bew_span_1_of_tablet-7 {
  width: 14.28%;
}	
	
}

@media (max-width: 767px) {

body .briefcasewp-row .bew_span_1_of_mobile-1 {
  float: none;
  width: 100%;
}

body .briefcasewp-row .bew_span_1_of_mobile-2 {
  width: 50%;
}

body .briefcasewp-row .bew_span_1_of_mobile-3 {
  width: 33.33%;
}

body .briefcasewp-row .bew_span_1_of_mobile-4 {
  width: 25%;
}

body .briefcasewp-row .bew_span_1_of_mobile-5 {
  width: 20%;
}

body .briefcasewp-row .bew_span_1_of_mobile-6 {
  width: 16.66666667%;
}

body .briefcasewp-row .bew_span_1_of_mobile-7 {
  width: 14.28%;
}	
	
}

@media only screen and (max-width: 480px){
body .briefcasewp-row .bew-grid-col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
}

body .briefcasewp-row .bew-col.mobile-two-col {
    width: 50% !important;
    
}

.mobile-clear {
    clear: both;   
}

}

@media only screen and (max-width: 767px) {
body .briefcasewp-row .bew-grid-col {
    width: 100%;
    margin-bottom: 25px;
}

body .briefcasewp-row .bew-col.mobile-two-col {
    width: 50% !important;
	
}

.mobile-clear {
    clear: both;   
}

}

