.aoBasket textarea {
	resize: vertical;
	min-height: 100px;
}
.aoBasket input[type="radio"]{
	margin-top:3px;
}

.aoBasket input:not([type="radio"]) {
	width:35px;
	min-width:35px;
	height:35px;
}

.aoBasket button {
	min-width:35px;
	height:35px;
	cursor:pointer;
}
.aoBasket button[name="remove"] {
	width:37px;
	height:37px;
}
.aoBasket button.aos-DF {
	display:flex !important;
	padding:0;
}

.aoBasket .aos-eComAttributes.aos-DF{
	flex-wrap:wrap;
	align-items:baseline;
}

.aos-ItemQty button {
	border:0;
	cursor:pointer;
	background-color:transparent;
}
.aos-ItemQty input {
	border-top:0;
	border-bottom:0;
	border-radius:0;
	width:37px;
	cursor:default;
}

.aos-ToggleContent img{
	cursor:pointer;
}
.aos-ToggleContent img:last-of-type{
	display:none;
}

.aos-ToggleContent + div[class*="-Border"]{
	border-left:0;
	border-bottom:0;
	border-right:0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.aos-InputForm label{
	width:120px;
	float:left;
}
.aos-InputForm label+input,
.aos-InputForm label+select+input,
.aos-InputForm label+select,
.aos-InputForm label+span {
	width:calc(100% - 120px);
	max-width:430px;
}
.aos-InputForm select option {
	padding:0;
}

#eComMainContainer .aos-CompanyDetails > IMG {
	width: 100%;
	max-width: 300px;
}

@media (max-width:479px){
	div[id*="NewAddress"].aos-InputForm > .aos-DF{
		display:block;
	}
}

#eComShippingMethod > div:nth-of-type(2n+1){
	padding-right:10px;
	clear:left;
}
#eComShippingMethod > div:nth-of-type(2n){
	padding-left:10px;
}
#eComShippingMethod > div:nth-of-type(n+3){
	margin-top:10px;
}

#aos-Checkout-Summary.isSticky {
	padding-top:10px;
}

.aoSHC:nth-of-type(2n+1) {
	clear:left;
}

.aos-PaymentMethod img {
	max-height:50px;
}

.eComOrderSubmit{
	opacity:0;
	display:none;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
}

.eComOrderSubmit.active{
	opacity:1;
	display:block;
	cursor:pointer;
}

.aos-ItemInfo.aos-W66 {
	width:calc(100% - 120px);
}

#aos-CartSCPoints, #aos-CartSCTotPoints {
	line-height:100%;
}

.aos-CatalogueGroupItem:not(.activeCatItem){
	background-color: transparent;
}
.aos-CatalogueGroupItem.activeCatItem hr{
	display: none;
}
@media screen and (max-width:599px){
	.aos-CatalogueGroupItem .opt{
		order:2;
	}
}

.aos-Radio {
  position: relative;
  cursor: pointer;
}
/* Hide the browsers default radio button */
.aos-Radio input {
  position: absolute;
  opacity: 0;
}
/* Create a custom radio button */
.aos-Radio span {
  position: absolute;
  top: -10px;
  left: -10px;
  height: 20px;
  width: 20px;
  background-color: #FFF;
  border-radius: 50%;
  border: 1px solid #979797;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.aos-Radio span::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.aos-Radio input:checked + span::after {
  display: block;
}

/* Style the indicator (dot/circle) */
.aos-Radio span::after {
 	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #848484;
}

@media screen and (max-width:800px){	
	.aoBasket input {
		width:30px;
		min-width:30px;
		height:30px;
	}

	.aoBasket button {
		min-width:30px;
		height:30px;
	}
	.aoBasket button[name="remove"] {
		width:32px;
		height:32px;
	}
	.aos-ItemQty input {
		width:32px;
		padding: .5em 0;
	}
	
}
@media screen and (max-width:480px){
	.eComGetCheckout.aos-Br4-W50 {
		width:calc(50% - 5px);
	}
	
	#PlaceOrder > .aoBasket input {
		width: 30px;
		min-width: 30px;
		height: 30px;
		padding: 2px;
	}
	#PlaceOrder .aoBasket button {
		min-width:30px;
		height:30px;
	}
	#PlaceOrder .aoBasket button img {
		height:100%;
	}
	#PlaceOrder .aoBasket button[name="remove"] {
		width:32px;
		height:32px;
	}
	
	.aos-InputForm label,
	.aos-InputForm label+input,
	.aos-InputForm label+select+input,
	.aos-InputForm label+select {
		width:100%;
		max-width:100%;
	}
	.aos-InputForm label {
		margin-top:5px;
	}
	
	.aoBasket .aos-Br4-W16 {
		width:auto;
	}
}

#aos-Checkout-Summary:not(.ShowTaxRuleNotice) .aos-TaxRuleNotice {
	display: none;
}

#PlaceOrder textarea{
	resize: vertical; 
	max-height: 300px;
}