@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Raleway);
:root {
--DROPDOWNCOLORCODE: #000;
}
.product_info {
	width:100%;
}
.product_info > tbody > tr > td:nth-child(2) {
	padding-left:10px;
}
.product_info > tbody > tr > td:nth-child(1) img {
	width: 100%;
	max-width: 370px;
	height: auto;
}
.product_info > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
	width: 370px;
}
.pagePrice {
	font-size:30px;
}
.inc_ex_vat_text{
	font-size:14px;
}
.mopics td {
	padding: 5px;
}
.mopics img {
	margin: 0px;
}
.product_info input#cart_quantity {
	width: 40px;
	height: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
	position: relative;
    top: -2px;
	font-size: 14px;
	text-align: center;
}
.product_quantity_up_down {
	margin-left:5px;
}
.product_quantity_up_down span {
    display: table-cell;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
	background-color:#000000;
	color:#ffffff;
	cursor:pointer;
}
td.products_options {
	font-size: 11px;
    text-transform: uppercase;
    color: #000000;
}
.options_dropdown {
	background: url(/images/design/select_style2.png) no-repeat right;
    display: inline-block;
}
.options_dropdown select {
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
	padding-left: 10px;
    padding-right: 25px;
	height: 40px;
	min-width: 75px;
	font-size: 14px;
}
.options_dropdown select::-ms-expand {
	display: none;
}
.product_info_tell_a_friend {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
}
.boxTellAFriend .boxText {
	border: thin solid #000;
}
.boxTellAFriend td {
	text-align:left;
}
.boxTellAFriend div {
	text-transform:uppercase;
}

@media screen and (max-width: 500px) {
	.product_info > tbody > tr > td:nth-child(2) {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-webkit-text-size-adjust: none;
		padding-right:10px;
	}
	.product_info, .product_info tbody, .product_info tr {
		display:inline;
	}
	.product_info td {
		display:inline-block;
		width:100%;
	}
	.product_info > tbody > tr > td:nth-child(1) {
		width: 100%;
	}
	.mopics td {
		width: auto;
	}
}