/* ---------------------------------------------------
    THEME CSS
    
    SCHOORSTEENVEGER KUIPER
----------------------------------------------------- */


/* ---------------------------------------------------
    BODY
----------------------------------------------------- */




/* ---------------------------------------------------
    TYPO
----------------------------------------------------- */

body {
	font-family: 'Eina 01', Arial, sans-serif;
}

h1, h2, h3, h4 {
	margin-bottom: 0;
	line-height: 1;
}
h1 {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 3.25em;
	font-weight: 600;
}
h2 {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1em;
}
h3 {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 2em;
	font-weight: 600;
	line-height: 1.15em;
}
h4 {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
}
p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	letter-spacing: .0125em;
}

.textLight {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 300;
}
.textHeavy {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 900;
}

b, strong {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 600;
}

p.intro {
	font-size: 1.3em;
}


.small, small {
	font-size: 80%;
	font-weight: 400;
}


/* ---------------------------------------------------
    COLORS COMPANY BRAND ID
----------------------------------------------------- */

.textRed {
	color: #ff2a00 !important;
}
.textBlue {
	color: #54cfff !important;
}


.bgRed {
	background-color: #ff2a00 !important;
}
.bgBlue {
	background-color: #54cfff !important;
}



/* ---------------------------------------------------
    COLORS DEFAULT
----------------------------------------------------- */

.textDark {
	color: #111 !important;
}
.textGrey {
	color: #333 !important;
}
.textMidgrey {
	color: #555 !important;
}
.textLightgrey {
	color: #999 !important;
}
.textAsh {
	color: #e8e9ea !important;
}	
.textWhite {
	color: #fff !important;
}


.bgDark {
	background-color: #111 !important;
}
.bgGrey {
	background-color: #333 !important;
}
.bgMidgrey {
	background-color: #666 !important;
}
.bgLightgrey{
	background-color: #999 !important;
}
.bgLightergrey{
	background-color: #cdcdcd !important;
}
.bgAsh {
	background-color: #e8e9ea !important;
}	
.bgDust {
	background-color: #e9e9e9 !important;
}	
.bgFeather {
	background-color: #f5f5f5 !important;
}	
.bgWhite {
	background-color: #fff !important;
}

.bgFeatherGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #e9e9e9 10%, #f5f5f5 20%, #f8f8f8 50%, #f5f5f5 80%, #e9e9e9 90%) repeat scroll 0 0;
}



.bgTP25 {
	background: rgba(26, 26, 26, 0.25);
}
.bgTP85white {
	background: rgba(255, 255, 255, 0.85);
}
.bgTP90white {
	background: rgba(255, 255, 255, 0.9);
}


.drop_shadow {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}




/* ---------------------------------------------------
    TEXT LINKS
----------------------------------------------------- */

p a {
	color: #555;
	text-decoration: underline;
}
p a:hover {
	color: #000;
}


/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */

.btn1 {
	background-color: #ff2a00;
	border: 1.5px solid #ff2a00;
	color: #fff;
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0em;
}
.btn1:hover {
	background-color: #222;
	border: 1.5px solid #222;
	color: #fff;
}
.btn2 {
	background-color: #54cfff;
	border: 1.5px solid #54cfff;
	color: #fff;
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0em;
}
.btn2:hover {
	background-color: #222;
	border: 1.5px solid #222;
	color: #fff;
}
.btn3 {
	background-color: #ededed;
	border: 1.5px solid #ededed;
	color: #111;
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0em;
}
.btn3:hover {
	background-color: #222;
	border: 1.5px solid #222;
	color: #fff;
}
.btn4 {
	background-color: #999;
	border: 1.5px solid #999;
	color: #fff;
	font-size: 1.15em;
	font-weight: 600;
	letter-spacing: 0em;
}
.btn4:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}
.btn5 {
	background-color: #ff7800;
	border: 1.5px solid #ff7800;
	color: #fff;
	font-size: 1.15em;
	font-weight: 600;
	letter-spacing: 0em;
}
.btn5:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
}


.btn-category {
	background-color: #fff;
	border: 1.5px solid #ddd;
	border-radius: .5rem;
	color: #222;
	font-size: 2em;
	font-weight: 600;
	letter-spacing: 0em;
	padding: 5px 20px 8px 20px;
}
.btn-category:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}
.btn-category.active {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}



/* ---------------------------------------------------
    ITEM CATEGORY
----------------------------------------------------- */

a .item_wrapper h3 {
	color: #111;	
}

.item_wrapper {
	border: 2px solid #eee;
	border-radius: .75rem;
	cursor: pointer;
	padding: 2rem;
	transition: all 0.2s ease-out;
}
.item_wrapper:hover {
	box-shadow: 0 0 7px 0 rgba(185,185,185,0.2);
}




/* ---------------------------------------------------
    FORM ELEMENTS
----------------------------------------------------- */

input {
	background-color: #fff !important;
	border: 1px solid #ced4da;
	border-radius: .25rem !important;
	color: #333 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 17px !important;
	height: calc(1.5em + .75rem + 6px);
	letter-spacing: .025em;
	padding: .75rem .75rem .55rem .75rem !important;
	white-space: nowrap;
	text-align: left;
}
input:focus {
	border-color: #f7ae48 !important;
	box-shadow: 0 0 0 .2rem rgba(155,155,155,.25) !important;
}
.form-control::placeholder {
	color: #CCC;
	opacity: 1;
}


/* ---------------------------------------------------
    TOPBAR
----------------------------------------------------- */

.topbar ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.topbar ul li {
	border-right: 1px solid #ddd;
	padding-left: 15px;
	padding-right: 15px;
}
.topbar ul li:last-child {
	border-right: none;
}
.topbar ul li a {
	color: #777;
	transition: .2s ease-in-out all;
	font-weight: 400;
}
.topbar ul li a:hover {
	color: #222;
}
.topbar ul li a.active {
	color: #ff2a00;
}



/* ---------------------------------------------------
    NAVIGATION
----------------------------------------------------- */


header section.navigation ul li a {
	color: #111;
	font-family: 'Gibson', Arial, sans-serif;
	letter-spacing: 0;
	font-size: 25px;
	white-space: nowrap;
}
header section.navigation ul li a:hover {
	color: #ff2a00;
}
header section.navigation ul li a.active {
	color: #ff2a00;
}
header section.navigation img {
	height: 80px;
}
#body_page header section.navigation img {
	height: 80px;
}


/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

header .media_bg {
	background-image: url("../../images/header/image.extension");
	background-position: top 0px center;
	background-repeat: no-repeat;
	height: 850px;
}
header h2 {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 4.5em;
	font-weight: bold;
	letter-spacing: -.025em;
}
header h3 {
	font-size: 2.5em;
}
header h4 {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 2em;
	font-weight: 600;
}
header p {
	font-size: 1.25em;
}


header .btn-header {
	background-color: #ff2a00;
	border: 1.5px solid #ff2a00;
	color: #fff;
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: 0em;
}
header .btn-header:hover {
	background-color: #222;
	border: 1.5px solid #222;
	color: #fff;
}


.header-overlay {
	position: absolute;
	bottom: -1px;
}



/* ---------------------------------------------------
    MAIN
----------------------------------------------------- */

.identifier {
	margin-top: -150px;
}
.identifier h3 {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: .0125em;
}

.table {
	border-color: #999;
	color: #111 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
}



/* ---------------------------------------------------
    ASSORTMENT - SIDEBAR MENU
----------------------------------------------------- */

.assortment__wrapper {
}
.assortment__wrapper hr {
	color: #ccc;
	height: 2px;
	opacity: 1;
}
ul.sidebarmenu {
}
ul.sidebarmenu li i {
	color: #ff2a00;
	font-size: 13px;
}
ul.sidebarmenu li {
	align-items: center;
	display: flex;
	padding: .25rem 0rem;
}
ul.sidebarmenu li a {
	color: #111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15em;
	font-weight: 600;
	letter-spacing: .0125em;
	line-height: normal;
	transition: all 0.2s ease-out;
}
ul.sidebarmenu li a:hover {
	color: #aaa;
}

.assortment__wrapper .pagination .page-link {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #111;
	font-size: 19px;
	padding: .575rem .75rem;
	text-align: center;
	text-decoration: none;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	width: 50px;
}
.assortment__wrapper .pagination .page-link:hover , .assortment__wrapper .pagination .page-link.active {
	color: #111;
	background-color: #ddd;
	border-color: #ddd;
}



/* ---------------------------------------------------
    ALINEA BLOCKS
----------------------------------------------------- */


/* Product detail */

.alinea__wrapper .indicator_price {
	font-size: 2em;
	font-weight: 600;
}
.alinea__wrapper.detailpage__blocks h3 {
	font-size: 1.75em;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.15em;
}
.alinea__wrapper.detailpage__blocks p {
	font-size: 1em;
}
.alinea__wrapper.detailpage__blocks p a {
	color: #ff2a00;
	transition: .2s ease-in-out all;
}
.alinea__wrapper.detailpage__blocks p a:hover {
	font-size: 1em;
}
.alinea__wrapper.detailpage__blocks table {
	color: #333;
	border-color: #eee;
	font-size: .95em;
}
.alinea__wrapper.detailpage__blocks table td {
	padding: .5rem .8rem;
}




/* ---------------------------------------------------
    COLUMNS
----------------------------------------------------- */

.column__wrapper .card-body {
	bottom: 0;
	width: 100%;
}
.column__wrapper .card > .card-zoom > [class*="card-img"] {
	max-height: 450px;
	transform: scale(1) !important;
}
.column__wrapper .card > .card-zoom > [class*="card-img-gallery"] {
	max-height: 380px;
}
.column__wrapper .card > .card-zoom > [class*="card-img-group"] {
	max-height: 280px;
}

.column__wrapper .card > .card-services {
	display: flex;
	justify-content: center;
	min-height: 200px;
}

.column__wrapper .card .card-body.services h3 {
	font-size: 1.125em;
	font-weight: 600;
	overflow: hidden;
	padding: 5px 0;
	text-overflow: ellipsis;
}


.column__wrapper .card {
	border-radius: 1rem;
}


.column__wrapper h2 {
	font-size: 3em;
	font-weight: 600;
	line-height: 1;
}
.column__wrapper h2.products {
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1;
}
.column__wrapper p {
	font-size: 1.5em;
}

.column__wrapper .card h3 {
	font-size: 1.5em;
	font-weight: 600;
	overflow: hidden;
	padding: 5px 0;
	text-overflow: ellipsis;
}
.column__wrapper .card span.content_info1 {
	font-size: 1.15em;
	font-weight: 400;
}
.column__wrapper .card span.content_info2 {
	font-size: .95em;
	font-weight: 400;
}


.usp_wrapper .icon_wrapper {
	border: 2px solid #eee;
	display: inline-flex;
	font-size: 4em;
	padding: 2rem;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	justify-content: center;
	align-items: center;
}


.product_wrapper .icon_wrapper {
	display: inline-flex;
	font-size: 4em;
	padding: 0;
	border-radius: 50%;
	height: 300px;
	width: 300px;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.splide__arrow {
	background: #fff;
}


.history_wrapper {
	padding: 10px;
}
.history_wrapper div.content {
	background-color: #fff;
	border:	2px solid #eee;
	border-radius: .75rem;
	padding: 20px;
}
.history_wrapper div.content span.date {
	display: block;
	font-size: 1.5em;
	font-weight: 400;
}
.history_wrapper div.content img {
}
.history_wrapper div.content h3 {
	font-size: 1.65em;
	font-weight: bold;
	height: 30px;
}
.history_wrapper div.content p {
	font-size: 1em;
}
.history_wrapper div.content .ornament-line img {
	height: 35px;
}



/* ---------------------------------------------------
    SECTION BLOCKS - BANNER AND SLIDE
----------------------------------------------------- */

.banner__wrapper h3 {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1.15em;
}

.banner__slide__wrapper {
	
}
.banner__slide__wrapper .slide {
	overflow: hidden;
}

.banner__wrapper h2 {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 3.5em;
	font-weight: 600;
	line-height: 1;
}
.banner__wrapper p {
	font-size: 1.5em;
}

.banner__wrapper .col-lg-2:nth-child(1) {
	background-image: url('../../images/banners/banner-mood1.jpg');	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner__wrapper .col-lg-6:nth-child(2) {
	background-image: url('../../images/banners/pavan-banner-1.jpg');	
	background-position: center;
	background-repeat: no-repeat;	
	background-size: cover;
}
.banner__wrapper .col-lg-2:nth-child(3) {
	background-image: url('../../images/banners/banner-mood2.jpg');	
	background-position: center;
	background-repeat: no-repeat;	
	background-size: cover;
}


.banner__wrapper .btn-banner {
	background-color: #fff;
	border: 1.5px solid #fff;
	color: #111;
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	letter-spacing: 0em;
}
.banner__wrapper .btn-banner:hover {
	background-color: #222;
	border: 1.5px solid #222;
	color: #fff;
}


.cta__wrapper h3 {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1;
}
.cta__wrapper p {
	font-size: 1.5em;
}
.cta__wrapper p small {
	font-size: 17px;
}




/* ---------------------------------------------------
    FORM WRAPPER
----------------------------------------------------- */

.form__wrapper h3 {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1;
}
.form__wrapper p {
	font-size: 1.25em;
}



/* ---------------------------------------------------
    GALLERY
----------------------------------------------------- */


.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #555 !important;
}
.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
	cursor: pointer;
}



/* ---------------------------------------------------
    SOCIAL BAR
----------------------------------------------------- */

.social__wrapper {
	/* background-image: url('../../images/elements/footer-top.png'); */
}

.social__wrapper .social a {
	display: inline-block;
	color: #111;
}

.social__wrapper .social a i {
	background-color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border: 2px solid #fff;
	font-size: 18px;
	border-radius: 50%;
	transition: all 0.3s;
}
.social__wrapper .social a:hover i {
	background-color: transparent;
	border-color: #fff;
	color: #111;
}
.social__wrapper .social a i {
	font-size: 30px;
}


/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer {
	/*background: url("../../../images/elements/") center center no-repeat;*/
	/*background-size: cover;*/
}

footer .wrapper__main > .container {
	max-width: 1400px !important;
}

footer .wrapper__main h3 {
	color: #fff;
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 1.75em;
	font-weight: 600;
	letter-spacing: 0;
}
footer .wrapper__main .footer-logo {
	height: 150px;
}
footer .wrapper__main .footer-nav ul li a i {
	color: #ff2a00;
	left: 0;
	position: absolute;
	top: 8px;
	font-size: 9px;
}
footer .wrapper__main .footer-nav ul li a {
	color: #333;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.15em;
	font-weight: 400;
	letter-spacing: .025em;
	padding-left: 24px;
	position: relative;
}
footer .wrapper__main .footer-nav ul li a:hover {
	color: #ff2a00;
}



/* ---------------------------------------------------
    FOOTER BOTTOM
----------------------------------------------------- */

footer .footy-bottom {
	padding: 0 15px;
	border-top: 1px solid #ddd;
}

footer .footy-bottom > .container a, footer .footy-bottom > .container-sm a, footer .footy-bottom > .container-md a, footer .footy-bottom > .container-lg a, footer .footy-bottom > .container-xl a {
	color: #888;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .0125em;
	transition: ease-in-out .2s;
}
footer section.footy-bottom li a:hover {
	color: #222 !important;
}
footer section.footy-bottom li i {
	color: #000;	
	font-size: 1.5rem;
} 


/* ---------------------------------------------------
    CART WRAPPER
----------------------------------------------------- */

.cart__wrapper {
	margin-bottom: 100px;	
}
.cart__wrapper .cart-row .btn-adjust {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
	font-size: 1.5em;
	height: 50px;
	letter-spacing: 0em;
	width: 50px;
}
.cart__wrapper .cart-row .btn-adjust:hover {
	background-color: #cdcdcd;
	border: 1.5px solid #cdcdcd;
}
.cart__wrapper .cart-row h3 {
	font-size: 1.5em;
	font-weight: 600;
}
.cart__wrapper .cart-row p {
	line-height: 1;
}
.cart__wrapper .cart-row span.cart-item-price {
	font-size: 1.25em;
	font-weight: 600;
}


.form__wrapper.cart h3 {
	font-size: 1.35em;
	font-weight: 600;
}
.form__wrapper.cart p {
	font-size: 1.05em;
}
.form__wrapper.cart hr {
	color: #ddd;
	opacity: .85;	
}
.alinea__wrapper p.notification {
	color: #333
}


/* ---------------------------------------------------
    MODAL
----------------------------------------------------- */

.modal-content {
	border: 2px solid rgba(0,0,0,.2);
	border-radius: .5rem;
}
.modal-header {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.modal-body {
	padding: 1.5rem;
}
.modal-body hr {
	color: #aaa;
	opacity: .25;
}
.modal-footer {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.modal-title {
	font-family: 'Gibson', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 600;
}
.modal span.form_indication {
	color: #111;
	display: block;
	font-family: 'Eina 01', helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: -.0125em;
	margin-bottom: .45rem;
}
.modal form .form-control::placeholder {
	color: #aaa !important;
	opacity: 1;
}
.modal form input[type="number"] {
	padding: .5rem .75rem .55rem .75rem !important;
}
.modal button.btn-close {
	background-color: none;
	color: #aab0b6;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
	transition: .2s ease-in-out all;
}
.modal .btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}



/* ---------------------------------------------------
    COOKIES
----------------------------------------------------- */

.cookie a {
	color: #333;
}
.cookie a:hover {
	color: #999;
	text-decoration: none;
}







