/* Header */

/* Header -- Main */

header {
	position: relative;
	z-index: 100;
}
header > .header-full .headersection-1 {
	padding: 30px 0px;
}
header > .header-full .headersection-3 {
	display: none;
}

/* Header -- Account buttons */

header > .header-full .headersection-1 .toolbar .cart-btn > .btn {
	background-color: #2e5b50 !important;
}
header > .header-full .headersection-1 .toolbar .cart-btn > .btn > .fa.fa-shopping-bag {
	color: #ffffff;
}
header > .header-full .headersection-1 .toolbar .cart-btn > .btn > .minicart_count {
	border-radius: 3px;
	background-color: #000000;
    border: 1px solid #ffffff;
}

/* Header -- Logo */

header .header-full .headersection-1 .widgetlogo > .logo {
	text-align: left;
}
header .header-full .headersection-1 .widgetlogo > .logo > img {
	max-width: 150px !important;
	max-height: 70px !important;
}

/* Header -- Search */

header .header-full .headersection-1 .search_container {
	width: 60%;
}
header .header-full .headersection-1 .search_container .search .search-form .relsearch button i {
	color: #585858;
}
header .header-full .headersection-1 .search_container .search .search-form .form-group input {
    height: 55px;
    padding: 10px 20px 10px 50px;
    border-radius: 40px;
    border: none;
    font-weight: 800;
    font-size: 16px;
	background-color: #F0F0F0;
}
header .header-full .headersection-1 .search_container .search .search-form .form-group button[type=submit] {
    top: 12px;
    left: 16px;
    right: auto;
    font-size: 20px;
}
header .header-full .headersection-1 .search_container .search .search-form .form-group button[type=submit] > i {
	color: #068037;
}

/* Header -- Navigation */

header .header-full .menu .catalog-block {
    padding: 6px 0px;
    background-color: #FE9B99;
	text-align: center;
}
header .header-full .menu .catalog-block .catalog {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1300px;
    vertical-align: top;
}
header .header-full .menu .catalog-block .catalog > li:hover {
    background-color: #D38281;
}
header .header-full .menu .catalog-block .catalog > li > a {
	padding: 5px 15px;
	font-weight: bold;
    font-size: 1.14em;
}
header .header-full .menu.expanded .catalog-block .catalog > li > ul.submenu > div > li {
	width: 18%;
}



/* Footer */

/* Footer - Main */

.footer {
	padding: 0px;
	overflow: hidden;
}

/* Footer - Main Section */

.footer > .footersection-1 {
	padding: 0px;
}
.footer > .footersection-1 > .row > .footersection-1 > .footer-main {
	z-index: 70;
}

/* Footer - Cart Banner (hidden) */

.footer > .footersection-2 {
	display: none;
}






/* Default content pages */

/* Content page [Default] - Home */

/* -- Global */

body.ex-home {
	background-color: #FFFFFF;
}

/* -- Featured products */

body.ex-home .home-featured-products {
	padding: 20px 30px;
	border-radius: 20px;
	background-color: #EDEDED;
}
body.ex-home .home-featured-products h3 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10px 0px 10px;
	margin: 30px 0px 10px;
	margin: 0;
	color: #2e5b50;
	font-size: 1.6em;
    font-weight: 700;
	line-height: 1.6em;
	text-align: center;
}
body.ex-home .home-featured-products .griditems {
    margin-top: 20px;
}
body.ex-home .home-featured-products .griditems .tile {
    width: 340px;
    max-width: 340px;
    margin: 0px;
}
body.ex-home .home-featured-products .griditems .tile .imgthumbnail {
	padding: 10px;
	border-radius: 20px;
	box-sizing: content-box;
	background-color: #FFFFFF;
}
body.ex-home .home-featured-products .griditems .tile .footer {
	min-height: 0px;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper {
	min-height: 0px;
	margin-top: 20px;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper .brand-label {
	display: none;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper .product-name {
	text-align: center;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper .product-name > a {
    font-size: 16px;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper .indicators-grid {
	display: none;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper .product-sku {
	display: none;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper .product-stock {
    text-align: center;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper .product-category {
	display: none;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper .price-label {
	padding: 3px 30px;
    font-weight: 600;
    text-align: center;
    border-radius: 40px;
    background-color: #E7F8C1;
}
body.ex-home .home-featured-products .griditems .tile .footer-wrapper .price-label-inc-vat {
	display: none;
}
body.ex-home .home-featured-products .griditems .tile .buttons .addtoquicklist-wrapper {
	display: none;
}
body.ex-home .home-featured-products .griditems .tile .product-compare-action {
	display: none;
}
body.ex-home .home-featured-products .griditems .tile .buttons .inputquantity {
    border: 2px solid #FE9B99;
	border-radius: 15px;
	color: #000000;
    font-weight: 700;
}
body.ex-home .home-featured-products .griditems .tile .buttons .btn-primary.btn-add-to-cart {
	background-color: #FE9B99;
    font-weight: 700;
	border-radius: 30px;
}



/* Content page [Default] - Sign in */

body.ex-login {
	background-color: #F7F7F7;
}
body.ex-login > .modal-dialog {
	width: 90%;
	max-width: 960px;
	margin: 120px auto;
	border-radius: 5px;
	border: 1px solid #BCBCBC;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 66px 5px rgba(0,0,0,0.1);
			box-shadow: 0px 10px 66px 5px rgba(0,0,0,0.1);
}
body.ex-login > .modal-dialog > .modal-content {
	position: relative;
	display: inline-block;
	/* width: 50%; */
	width: 100%;
	padding: 45px;
	background: none;
	vertical-align: middle;
}
body.ex-login > .modal-dialog > .modal-content[data-number="1"] {
	border-right: 1px solid #BCBCBC;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .social-sign-in > p {
	color: #ffffff;
	font-size: 1.6em;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .social-sign-in > p:after {
	content: 'Returning Customer';
	position: absolute;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	color: #707070;
	text-align: left;
	background-color: #ffffff;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .response-message {
    font-size: 0.8em;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group {
	margin-bottom: 20px;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group:nth-child(5) {
	margin-top: 30px;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group > label {
	color: #4D4D4F;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	line-height: 22px;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group > .input-group > input {
	padding: 14px 15px;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	background-color: #ffffff;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group > .input-group > input,
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group > .input-group > input:focus,
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group > .input-group > input:valid {
	border: 1px solid #959596;
	outline: none;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	-moz-box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
	box-shadow: 0px 1px 3px 0px rgba(62, 62, 62, 0.16);
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group > .input-group > input::placeholder {
	color: #bfbfbf;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group:nth-child(5) > .btn.btn-primary {
	width: 100%;
	font-weight: 600;
	font-size: 1.1em;
	border-radius: 5px;
}
body.ex-login > .modal-dialog > .modal-content > .modal-body > .auth-form > .form-group:nth-child(5) > .btn.btn-primary > i {
	display: none;
}
body.ex-login > .modal-dialog > .modal-content[data-number="2"] {
	display: none;
}
body.ex-login > .modal-dialog > .modal-content[data-number="2"] > .title {
	margin: 0px;
	color: #707070;
	font-size: 1.6em;
	text-align: center;
}
body.ex-login > .modal-dialog > .modal-content[data-number="2"] > .description {
	width: 210px;
    margin: 15px auto 25px;
    color: #707070;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
body.ex-login > .modal-dialog > .modal-content[data-number="2"] > .btn.btn-primary {
	width: 100%;
	font-weight: 600;
	font-size: 1.1em;
	border-radius: 5px;
}





/* Defaults */

/* -- Inputs */

.acsd-rounded-input {
	border-radius: 50px;
    padding: 10px 20px;
    color: #000000;
    border: 1px solid #707070;
}
.acsd-rounded-button {
	border-radius: 50px;
    padding: 10px 20px;
	color: #ffffff;
	line-height: 1.4;
	font-weight: 400;
    border: 1px solid #94278f;
    background: #94278f;
}