/* XXS (max-width: 480px) */

/*************************************************** TOP */
.top
{
	height: 100px;
}
.top .mainlogo
{
	margin: 20px 0;
}
.top .mainlogo img
{
	max-width: 100%;
	max-height: 60px;
	height: auto;
	vertical-align: middle;
}
.top div.logincontainer,
.top div.basketcontainer {
	height: 100px;
	padding-top: 14px;
}
.top div.login
{
	padding-top: 10px;
}
.top div.basket .buttons
{
	display: none;
}
#accountmenu
{
	position: absolute;
	right: 0;
	left: auto;
	min-width: 150px;
	max-width: 100%;
}

.searchform {
	display: none;
}

/***************************************************  SIDEBAR */
#sidebar nav li button,
#sidebar nav li .button
{
	width: 100%;
	max-width: 200px;
}


/***************************************************  WEBGROUP/ARTICLE LIST */
.block
{
	margin-bottom: 10px;
}
.props .prop .options select
{
	height: 3em;
}
.row.article a 
{
	display: block;
	border-top: 2px solid #00b6ad;
}

/***************************************************  PRODUCT DETAILS */
.article .subtitle
{
	padding: 1em 0;
}
.article #stock
{
	text-align: left;
}
.article #stock div > .fa
{
	margin-left: -.5rem
}
.article div.orderbutton,
.article div.favorite
{
	display: block;
	float: none;
}
.article div.orderbutton button,
.article div.favorite button
{
	width: 100%;
}

/*************************************************** ORDERPATH  */
.orderpathstep
{
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 2em;
}
.orderpathstep ~ .orderpathstep
{
	margin-top: .5em;
}
.orderpathactivestep
{
	text-transform: uppercase;
}
.orderpathstep:after
{
	position: absolute;
	z-index: 50;
	top: 0;
	right: -20px;
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 4.1em;
	overflow: hidden;
	padding: 7px 0 0 0;
	color: White;
}
.orderpathstep:first-of-type:before,
.orderpathstep:last-of-type:after
{
	display: none;
}
.hidefuturestep
{
	display: none!important;
}


/*************************************************** ORDERPATH  BUTTONS */
.orderpathbutton
{
	float: none!important;
	padding: 0;
	width: 100%;
	margin: 0 0 1em 0;
}

/*************************************************** RMA */
.returnrequest .request
{
	position: relative;
	text-align: center;
	margin-top: .5em;
}

.returnrequest table.responsive td[data-type-title]
{
	padding-left: 100px!important;
}
.returnrequest table.responsive td[data-type-title]:before
{
	left: 0px;
	white-space: nowrap;
}
.returnrequest table.responsive tbody tr > td:first-of-type
{
	border-top-color: #f0f0f0;
}

/*************************************************** OVERRIDES */
.fullwidth-xxs
{
	width: 100%;
}

table.flow-xxs, 
table.flow-xxs thead, 
table.flow-xxs tbody, 
table.flow-xxs tr,
table.flow-xxs th, 
table.flow-xxs td {
	display: block;
	width: 100% !important;
	margin:0;
	height: auto;
}
table.fieldsvals .fieldname
{
	padding-bottom: 0;
}
table.fieldsvals button
{
	width: 100%;
}

.account_basketcontainer {
	width: 100%;
}

.account_basketcontainer, .search-menu {
	margin-top: 20px!important;
	height: 24px;
}

.top .account_basketcontainer .logincontainer {
		padding-top: 0;
		width: auto;
}
.top .account_basketcontainer .cart {
	width: auto;
	margin-top: 0;
	margin-left: 5px;
}

.search-menu  {
	width: 100%;
}

.search-menu input[type=text] {
	height: 32px;
	line-height: 32px;
}


.search-menu input[type=text]::placeholder {
	font-size: 65%;
}
.search-menu button {
	height: 32px;
	line-height:32px;
}


#topmenu .mobilemenu {
	min-width: 36px!important;
}