
.customer-information-form input{
    width: 100%;
    outline: 0;
}
.customer-information-form #edit-submit {
    padding: 8px 12px !important;
    background-color: #5C8DAA !important;
    border: 1px solid #5C8DAA !important;
    border-radius: 0px !important;
}
.house-details-wrapper{
    display: flex;
    justify-content: space-between;
}
.show-customer-address-wrapper .row .col-md-12{
    padding-left: 0px;
}
.show-customer-address-wrapper .heading-wrapper{
    font-weight: bold;
}
.show-customer-address-wrapper .customer-name-wrapper{
    margin-right: 26px;
}
.customer-name-wrapper{font-weight: bold;}
.name-and-edit-btn-wrapper{
    display: flex;
}
.edit-button-wrapper a, .edit-button-wrapper a:hover{
    color: #000;
    text-decoration: none;
}
.edit-btn-image{
    width: 60%;
    padding-right: 5px;
 }
#views-exposed-form-all-products-block-1{
    display: none;
}
.product-tabs-ul{
    border-bottom: 0px solid transparent !important;
    padding: 10px 0px;
}
.product-tabs-ul li a, .product-tabs-ul li a:hover, .pager .pager__items .pager__item a, .pager .pager__items .pager__item a:hover{
    border: 0px !important;
    background-color: transparent !important;
    color: #8D8D8D;
    text-decoration: none;
}
.product-tabs-ul li a.active,  .pager .pager__items .is-active a{
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #2C2C2C;
}
.product-page-home .col-md-3{
    background-color: #EAD2DF;
    min-height: 600px;
}

.product-page-home .product-types-wrapper ul li a{
  color:#FFF;
  font-weight: bold;
  line-height: 9px;
}

.product-page-home #block-producttypeblock ul{
    flex-direction: column;
}
#typeTabs{
    margin-left: 20px;
    padding-top: 0px;
}

/* New product category and types CSS */
.home-category-and-types-wrapper nav {
	position: relative;
	margin: 50px;
}
.home-category-and-types-wrapper nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.home-category-and-types-wrapper nav ul li a {
	display: block;
	background: #ebebeb;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.home-category-and-types-wrapper nav ul li a:hover {
	background: #f8f8f8;
	color: #515151;
}
.home-category-and-types-wrapper nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
.home-category-and-types-wrapper nav ul ul {
	background-color:#ebebeb;
}
.home-category-and-types-wrapper nav ul li ul li a {
	background: #f8f8f8;
	border-left: 4px solid transparent;
	padding: 10px 20px;
}
.home-category-and-types-wrapper nav ul li ul li a:hover {
	background: #ebebeb;
	border-left: 4px solid #3498db;
}
.categories-name{
    font-weight: bold;
    font-size: 18px;
}
.image-wrapper img{
    width: 100%;
}

.menu-column{
    background-color: #f1f1f1;
}

/* Address page css */
.first-name-wrapper .form-required::after,.last-name-wrapper .form-required::after,
.email-wrapper .form-required::after, .phone-number-wrapper label::after,
.street-wrapper .form-required::after, .house-number-wrapper label::after,
.postal-code-wrapper label::after, .country-wrapper .form-required::after,
.city-wrapper .form-required::after{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-image: url(/modules/custom/frontend/images/required.svg) !important;
    background-repeat: no-repeat;
    background-size: 6px 6px;
}
.form-item-housenumber #edit-housenumber{
    margin-right: 2px;
}
.form-item-boxnumber #edit-boxnumber{
    margin-left: 2px;
}
.path-customer-information div[aria-label="Error message"], .path-customer-information div[aria-label="Error message"] ul li{
    color: #000;
}
.path-product div[aria-label="Status message"], .path-customer-info-confirm div[aria-label="Status message"]{
    display: none;
}
.order-total-line__subtotal{
        margin-top: 16px;
}
.temphalla-overview-payment-content .webform-confirmation{
    display: none;
}
