
#item-15432284881 .ba-item-text a {
		color: #0B1D70;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
    padding: 5px 10px;
		display: block;
	}
@media (max-width: 767px) {
	#item-15432284881 {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
		padding: 7px 0;
	}
	#item-15432284881 .ba-item-text {
		max-width: 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
	}
	
	#item-15414025920 a {
		padding: 0 20px;
	}
	#order-buttles-form input[type="text"],
	#order-buttles-form textarea,
	#order-buttles-form input[type="number"] {
		width: 100%;
	}
}