
#inline_popup_content_1 p {
    font-family: 'Roboto';
    font-size: 16px;
    color: #111;
}

.txs-10{
display: inline-block;
width: 100%;
}

.txs-3{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: rgb(128, 177, 52);
	text-transform: uppercase;
	width: 20%;
	float: left;
}

body.mobile_device .txs-3{
	display: block;
	width: 100%;
	float: none;
}

.strong{
font-weight: bold;
}
.txs-1{
width: 8%;
float: left;
margin: 0px 10px;
text-align: center;
color: #333;
padding: 4px 0px;
}
.rosa{
color: white;
background: rgb(255, 50, 165);
padding: 5px 2px 6px 12px;
border-radius: 5px;
text-transform: capitalize;
font-size: 18px;
font-weight: 600;}
.grey{
color: black;
background: rgba(179, 174, 174, 0.7);
padding: 5px 2px 6px 12px;
border-radius: 5px;
text-transform: capitalize;
font-size: 14px;
font-weight: 600;}
.size-tabs{
display: inline-block;
width: 100%;
margin: 5px 0px 25px;
}

.txs-1 span{
padding-left: 5px;
font-size: 10px;
padding-bottom: 6px;
}

.extra-size-info{
margin-top: 20px;
	}

#product .extra-size-info .text-style{
		color: #ff4c4c;
		text-transform: uppercase;
			}

#product.mobile_device .extra-size-info{
	padding-left: 15px;
	padding-right: 15px;
}

