.fw{
	width:100%;
}

.fl{
	float:left;
}


.flex_column {
  display: flex;
  flex-direction: column; 
  gap: 20px;
}

.flex_row_20 {
  display: flex;
  flex-direction: row; 
  gap: 20px;
}


.p_1{
	font-weight:bold;
	font-size:40px;
	line-height:45px;
}

.span_b{
	color:#000;
}

.span_g{
	color:#00AB55;
}


.button.custom_p_btn{
    background-color: #00AB55;
    color: white;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: bold;
    text-transform: uppercase;	
}

.add-cart{
	display:none !important;
}

.widget_price_filter{
	display:none !important;	
}

.footer-device-mobile{
	display:none !important;	
}


