
.image-wrapper{
    text-align: center;
    height: 200px;
    overflow: hidden;
}
.content-wrapper{
    background-color: #EAD2DF;
    padding: 15px;
}
.viewall-product-link, .viewall-product-link:hover{
    color: #000;
    text-decoration: none;
}
.custom-col{
    margin-bottom: 20px;
}
.price-wrapper{
    display: flex;
    justify-content: space-between;
}

.customer-information-form input{
    width: 100%;
    outline: 0;
}
.customer-information-form #edit-submit {
    padding: 8px 12px !important;
    background-color: #FFB0B0 !important;
    border: 1px solid #FFB0B0 !important;
    border-radius: 0px !important;
}
.house-details-wrapper{
    display: flex;
    justify-content: space-between;
}
.show-customer-address-wrapper .row{
    margin-top: 12px;
    background-color: #FFFFFF;
    padding: 20px;
}
.show-customer-address-wrapper .heading-wrapper{
    font-weight: bold;
}
.customer-name-wrapper{font-weight: bold;}
.name-and-edit-btn-wrapper{
    display: flex;
    justify-content: space-between;
}
.edit-button-wrapper a, .edit-button-wrapper a:hover{
    color: #000;
    text-decoration: none;
}
#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%;
}
.category-wrapper{
    
    font-size: 18px;
    margin-top: 20px;
}
.type-wrapper{
    padding-left: 20px;
    font-size: 14px;
}
.category-wrapper a, .type-wrapper a{
    text-decoration: none;
    color: #000;
}
.category-wrapper a:hover, .type-wrapper a:hover{
    text-decoration: underline;
    color: #000;
}
.category-wrapper a.active, .type-wrapper a.active{
    text-decoration: underline;
}
.menu-column{
    background-color: #f1f1f1;
}
.m-price{
    text-decoration: line-through;
}

/* Address page css */
.form-item-firstname .form-required::after,.form-item-lastname .form-required::after,
.form-item-email .form-required::after,.form-item-phone .form-required::after,
.form-item-streetname .form-required::after,.form-item-housenumber .form-required::after,
.form-item-boxnumber .form-required::after,.form-item-postalcode .form-required::after,
.form-item-city .form-required::after, .form-item-country .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: #F02F2F;
}
.path-customer-info-confirm div[aria-label="Status message"]{
    display: none;
}
