

#lay_contentwrapper {
    padding-bottom: 340px;
    position: relative;
    min-height: 100vh;
}

#MainFooter_pnlCompanyInfo{
	display: none;
}

.footer .pull-left {
    padding: 0 45px 0 0;
    float: left;
}

.footerText{
	width: auto;
}

.listview_window .item_text, .listview_extended .item_text{
	font-size: 13px;
	color: #9b9b9a;
	margin-right: 135px;
}

.listview_window .item_text, .listview_extended .item_text a{
	color: #47acd5;
    text-decoration: underline;
    font-style: italic;
}

.listview_window .item_text, .listview_extended .item_text a:hover {
    color: #24316a;
}


.listview_extended .prod_outer_1 {
    text-shadow: initial;
    box-shadow: initial;
    height: 280px;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.listview_extended .prod_outer_1 .price_outer{
	width: auto;
}




.prod_item .item_price{
	display: none;
}
.prod_item .price_inner .item_prices .item_price:first-child{
	display: block!important;
	
}
.prod_item .price_inner .item_price:first-child .price{
    font-weight: bold;
    font-size: 20px;
}
.prod_item .price_inner .item_price:first-child .label{
	display: none;
	
}

.prod_item .item_text{
	width: 75%;
	font-size: 14px;
	color: #9b9b9a;
}

.prod_item .itemSocial{
	display: none;
}

.prod_item .item_quantity input {
    width: 50px;
    font-size: 15px;
    line-height: 40px;
    height: 43px;
    padding: 4px 0px 3px;
    text-align: center;
    color: #24316a;
    margin: 3px 0;
    border: 0;
    box-shadow: initial;
    background: #f1f1f1;
    margin: 0;
    margin-right: 5px;
}

.prod_item .itemcode {
    color: #24316a;
    font-size: 13px;
    margin-top: 5px;
    padding-bottom: 10px;
}

.prod_item .itemname {
    font-weight: 600;
    color: #24316a;
    font-size: 15px;
}

.prod_item .item_text_header{
	display: none;
}

.prod_item .item_wrapper {
    clear: none;
    float: right;
    width: 25%;
}







.prod_item .ratings{
	display: none;
}

#MainContent_pnlSectionWrapperDelPay{
	width: 50%;
}

#MainContent_DeliveryAndPayment_pnlSectionDelPay{
	height: 199px;
}
#MainContent_pnlSectionWrapperMyInfo{
	width: 100%;
}

#MainContent_pnlSectionWrapperExtra{
    position: absolute;
    right: 0;
    width: 50%;
}
#MainContent_Basket_pnlCart .headrow .cell, #checkoutWrapper .row .cell{
	border: 0;
}

#checkoutWrapper .btnCheckout, #checkoutWrapper .button, #pnlButtons_inner .btnCheckout{
	margin: 0!important;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    border: 0;
    background: #47acd5!important;
    color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 20px 8px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
    min-height: initial;
    font-style: initial;
    font-size: 15px;
    text-decoration: none;
    font-weight: normal;
    text-shadow: initial;
    box-shadow: initial;
    border: 0;
}

#MainContent_MyInfo_pnlCheckoutLogin .comboBox input[type="text"]{
	margin: 0;
}

.comboBoxButton img{
	margin-top: 10px;
}

.comboBoxButton{
	border: 0;
	height: 43px;
}

input[type="text"], input[type="password"],.sectionMyInfo input[type="text"], .table.extraWrapper input[type="text"]{
    width: 100%;
    font-size: 15px;
    line-height: 40px;
    height: 43px;
    padding: 4px 10px 3px;
    color: #24316a;
    margin: 3px 0;
    border: 0;
    box-shadow: initial;
    background: #f1f1f1;
    margin: 0;
    margin-right: 5px;
}

@media screen and (max-width: 1200px) {
	.listview_extended .prod_outer_1{
		height: 340px;
	}
}

@media screen and (max-width: 1024px) {
	.listview_extended .prod_outer_1{
		height: 350px;
	}
	.listview_extended .prod_outer_1 .price_outer{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.listview_window .item_text, .listview_extended .item_text{
		width: 100%;
	}
}

@media screen and (max-width: 860px) {
	.listview_extended .prod_outer_1{
		height: 340px;
	}
	.listview_row_outer{
		width: 50%;
	}
	#lay_footer{
		height: 530px;
	}
	#lay_contentwrapper{
		padding-bottom: 520px;
	}
	#MainContent_DeliveryAndPayment_pnlPayment.table, #MainContent_DeliveryAndPayment_pnlDelivery.delchoice{
		margin: 0;
		float: none;
		
	}
	#MainContent_DeliveryAndPayment_pnlDelivery.delchoice{
		margin-left: 5px;
	}
	
	#MainContent_pnlSectionWrapperDelPay{
		width: 100%;
		
	}
	#MainContent_pnlSectionWrapperExtra{
		position: initial;
		width: 100%;
	}
	#checkoutWrapper .minisectionLogin,#MainContent_MyInfo_pnlFastCheckout{
		width: 100%;
		border: 0;
	}
	#MainContent_MyInfo_pnlFastCheckout{
		border-bottom: 1px solid #f1f1f1;
	}
	.prod_item .item_wrapper{
		width: 33.3%;
	}
	.prod_item .item_text{
		width: 66.6%;
	}
}

@media screen and (max-width: 640px) {
	.listview_extended .prod_outer_1{
		height: 380px;
	}
	
}

@media screen and (max-width: 568px) {
	.listview_extended .prod_outer_1{
		height: 420px;
	}
	#lay_footer{
		height: 640px;
	}
	#lay_contentwrapper{
		padding-bottom: 700px;
	}
}

@media screen and (max-width: 480px) {
	.listview_extended .prod_outer_1{
		height: 450px;
	}
	
}

@media screen and (max-width: 460px) {
	.listview_extended .prod_outer_1{
		height: auto;
	}
	.listview_row_outer{
		width: 100%;
	}
	.prod_item .item_wrapper{
		width: 100%;
	}
	.prod_item .item_text{
		width: 100%;
	}
}

@media screen and (max-width: 400px) {
	.headerinfo{
		display: block;
		margin-bottom: 10px;
	}
}



 /* NEW WEBSHOP CSS */ 
#MainSearch, #OpenMenu, .prodlist.extended-view .info, .price-wrapper .price .label, #Footer .footer-menus-content, body.page-Product #updProduct #Availability .stock, #ShowBasketButton, #MainContent_MyInfo_CheckoutLoginHeader, #MainContent_MyInfo_FastCheckoutTitleContent, #RegType, #CreateAccount{
	display: none!important;
	
}

h1,h2,h3,h4,h5,a{
	color: #799cb1;
}

input, textarea{
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    padding: 4px 15px 3px;
    color: #3c465a;
    margin: 3px 0;
    border: 1px solid #799cb1;
    border-radius: 4px;
    box-shadow: initial;
    background: #e6f4fa;
}

#ToCartButton{
	line-height: 10px;
}

#imgLogo{
	width: 210px;
}

.price-wrapper{
	border: 0;
}

.price-wrapper .price{
	display: block;
	width: 100%;
	text-align: left;
}

.prodlist.extended-view .value{
	text-align: left;
	font-size: 20px;
}

button.fw-button-success, *.fw-button.fw-button-success, body.page-Product #updProduct #Dimensions .radiolist label.fw-button-success{

	border-radius: 8px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    min-width: 200px;
    width: 100%;
    text-decoration: none;
    font-style: normal;
    color: #fff !important;
    background-color: #799cb1 !important;
    font-size: 15px;
}


button.fw-button-success:hover, button.fw-button-success:focus, button.fw-button-success.fw-button-active, *.fw-button.fw-button-success:hover, body.page-Product #updProduct #Dimensions .radiolist label.fw-button-success:hover, *.fw-button.fw-button-success:focus, body.page-Product #updProduct #Dimensions .radiolist label.fw-button-success:focus, *.fw-button.fw-button-success.fw-button-active, body.page-Product #updProduct #Dimensions .radiolist label.fw-button-success.fw-button-active, body.page-Product #updProduct #Dimensions .radiolist input[type="radio"]:checked+label.fw-button-success{
	    background-color: #006d9d !important;
}

.product-name a, .cross-name a{
	font-weight: 700;
}
.prodlist.extended-view .view{
	flex-flow: row wrap;
}

.prodlist.window-view .productContainer, .prodlist.extended-view .productContainer{
	margin-top:	0;
	width: 48%;
    margin-right: 2%;
}
.prodlist.extended-view .inner{
	-webkit-flex-direction: initial!important;
	flex-direction: initial!important;
	display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
    position: relative;
    padding-bottom: 120px;
}

.prodlist.window-view .attribute-image, .prodlist.extended-view .attribute-image{
	position: initial;
	display: inline-block;
}

.prodlist.window-view .image-inner, .prodlist.extended-view .image-inner{
	margin-bottom: 10px;
}

.prodlist.extended-view .info-wrapper{
	margin: 0!important;
	padding: 0!important;
	
}

.prodlist.extended-view .buy-wrapper{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
}

.prodlist.extended-view .quantity .fw-input-group-button{
	-webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
}

.prodlist.extended-view .productContainer:nth-child(even) .info-wrapper{
	margin: 0!importantimportant;
	padding: 0!importantimportant;
}
.prodlist.extended-view .productContainer:nth-child(even) .quantity{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

body.page-Product #updProduct #ProductPrices{
	display: block;
}

body.page-Product #updProduct #PriceWrapper .value{
	text-align: left;
}


body.page-Product #updProduct #PriceWrapper{
	padding: 0;
}
body.page-Product #updProduct #PriceWrapper .price{
	border: 0;
	min-height: initial;
}
body.page-Product #updProduct #AddToCart .btn-buy{
	line-height: 30px;
}

#MainContent_MyInfo_FastCheckout{
	border-top: 0;
}

#MainContent_MyInfo_GetInfo{
	display: block;
}

#MainContent_CompleteOrder_pnlButtons a{
	line-height: 30px;
}

#CartControl_toCheckout{
	line-height: 28px;
}

#CheckoutExtra .form-group .row:nth-child(3), #CheckoutExtra .form-group .row:nth-child(8), #CheckoutExtra .form-group .row:nth-child(16), #CheckoutExtra .form-group .row:nth-child(27), #CheckoutExtra .form-group .row:nth-child(36){
    padding: 10px 15px 10px;
    background-color: #e6f4fa;
    position: relative;
    margin-top: 3px;
    color: black;
    font-weight: 700;
    font-size: 15px;
    
}

#CheckoutExtra .form-group .row:nth-child(3) label, #CheckoutExtra .form-group .row:nth-child(8) label, #CheckoutExtra .form-group .row:nth-child(16) label, #CheckoutExtra .form-group .row:nth-child(27) label, #CheckoutExtra .form-group .row:nth-child(36) label{
	flex: 0 0 100%;
}

.container::before{
    content: '';
    background: url(image file);
    position:absolute;
    top:0px;
    left:0px;
}

#CheckoutExtra .form-group .row:nth-child(28) label, #CheckoutExtra .form-group .row:nth-child(29) label,#CheckoutExtra .form-group .row:nth-child(30) label, #CheckoutExtra .form-group .row:nth-child(31) label, #CheckoutExtra .form-group .row:nth-child(32) label, #CheckoutExtra .form-group .row:nth-child(33) label, #CheckoutExtra .form-group .row:nth-child(34) label, #CheckoutExtra .form-group .row:nth-child(35) label{
	position: relative;
	padding-left: 50px;
	flex: 0 0 200px;
}

#CheckoutExtra .form-group .row:nth-child(28) label::before{
	content: '';
    background: url(https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/490/template_assets/Diskmaskin.png);
    position: absolute;
    top: -14px;
    left: 0px;
    height: 50px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

#CheckoutExtra .form-group .row:nth-child(29) label::before{
	content: '';
    background: url(https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/490/template_assets/Tvattmaskin.png);
    position: absolute;
    top: -14px;
    left: -6px;
    height: 40px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}


#CheckoutExtra .form-group .row:nth-child(30) label::before{
	content: '';
    background: url(https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/490/template_assets/Tvattstallsblandare.png);
    position: absolute;
    top: -8px;
    left: 0px;
    height: 50px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}


#CheckoutExtra .form-group .row:nth-child(31) label::before{
	content: '';
    background: url(https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/490/template_assets/Koksblandare.png);
    position: absolute;
    top: -8px;
    left: 0px;
    height: 50px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}


#CheckoutExtra .form-group .row:nth-child(32) label::before{
	content: '';
    background: url(https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/490/template_assets/Badkarsblandare.png);
    position: absolute;
    top: -10px;
    left: 0px;
    height: 50px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

#CheckoutExtra .form-group .row:nth-child(33) label::before{
	content: '';
    background: url(https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/490/template_assets/Duschblandare.png);
    position: absolute;
    top: -10px;
    left: 0px;
    height: 50px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

#CheckoutExtra .form-group .row:nth-child(34) label::before{
	content: '';
    background: url(https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/490/template_assets/WC.png);
    position: absolute;
    top: -14px;
    left: 0px;
    height: 50px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

#CheckoutExtra .form-group .row:nth-child(35) label::before{
	content: '';
    background: url(https://s3-eu-west-1.amazonaws.com/static.wm3.se/sites/490/template_assets/Vattenutkastare.png);
    position: absolute;
    top: -14px;
    left: 0px;
    height: 50px;
    width: 50px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
}

#CheckoutExtra .form-group .row:nth-child(37), #CheckoutExtra .form-group .row:nth-child(42), #CheckoutExtra .form-group .row:nth-child(49), #CheckoutExtra .form-group .row:nth-child(53){
	font-weight: 700;
	font-size: 13px;
	border-bottom: 1px solid #ccc;
}


@media(max-width: 767px){
	.prodlist.window-view .productContainer, .prodlist.extended-view .productContainer{
		width: 100%;
		margin: 0;
	}
	
	.prodlist.extended-view .price-wrapper{
		border: 0!important;
		margin: 0;
	}
	
	
}