/* Generic 
-------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500&display=block');
body {
	font-family: 'Montserrat', sans-serif /*{body-font}*/;
	font-size: 14px /*{body-text-size}*/;
	color: #333333 /*{body-text-colour}*/;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a {
	color: #252b34 /*{headings-and-links-colour}*/;
}
h1,
.h1 {
	font-family: 'Jura', sans-serif /*{heading-font}*/;
	font-size: 40px /*{heading-1}*/;
}
h2,
.h2 {
	font-family: 'Jura', sans-serif /*{heading-font}*/;
	font-size: 28px /*{heading-2}*/
}
h3,
.h3 {
	font-family: 'Jura', sans-serif /*{heading-font}*/;
	font-size: 20px /*{heading-3}*/;
}
h4,
.h4 {
	font-family: 'Jura', sans-serif /*{heading-font}*/;
	font-size: 18px /*{heading-4}*/;
}
h5,
.h5 {
	font-size: 16px /*{heading-5}*/;
}
/* Header 
-------------------------------*/
header .wrapper-header {
    background-color:  /*{header-background}*/;
}
header .wrapper-header.active,
body.menu-open header {
	background-color: rgba(248, 248, 248, 0.95) /*{header-background-active}*/;
}
#header-cart .cart-toggle {
    color: rgba(219, 24, 24, 1) /*{header-cart-icon}*/;
}
.menu-toggle button#menu-mob-icon span {
	background-color: rgba(214, 0, 0, 1) /*{header-menu-icon}*/;
}
#header-cart .cart-toggle .itm-cnt {
    background-color: rgba(255, 255, 255, 1) /*{header-cart-count-background}*/;
    color: rgba(196, 0, 0, 1) /*{header-cart-count-text}*/;
}
.mega-menu ul.top-menu ul li a {
	color: rgba(48, 48, 48, 1) /*{header-menu-links}*/;
}
/* Homepage 
-------------------------------*/
#homepageCarousel .carousel-item .carousel-caption h3 {
	color: rgba(255, 255, 255, 1) /*{carousel-text-colour}*/;
}
.gridban-box-text span {
	color: #e3a56c /*{advert-grid-text-colour}*/;
}
.thumbnail {
	background-color: rgba(255, 255, 255, 1) /*{thumbnail-background-colour}*/;
}
/* Footer 
-------------------------------*/
.wrapper-footer {
	background-color: rgba(240, 240, 240, 1) /*{footer-background}*/;
}
.wrapper-footer .newsletter-head h3 {
	color: #252b34 /*{footer-heading}*/;
}
.wrapper-footer a,
.wrapper-footer a:hover {
	color: #252b34 /*{footer-text}*/;
}
/* Buttons 
-------------------------------*/
/* Default/Secondary button */
.btn-default, 
.btn.btn-outline-secondary {
	color: #252b34 /*{default-button-text}*/;
	background-color: #ffffff /*{default-button-background}*/;
	border-color: rgba(92, 82, 82, 1) /*{default-button-border}*/;
}
.btn-default:hover, .btn-default:disabled, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle,
.btn.btn-outline-secondary:hover, .btn.btn-outline-secondary:disabled, .btn.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn.btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn.btn-outline-secondary.dropdown-toggle {
	color: #ffffff /*{default-button-hover-text}*/;
	background-color: rgba(64, 60, 60, 1) /*{default-button-hover-background}*/;
	border-color: #252b34 /*{default-button-hover-border}*/;
}
/* Primary button */
.btn-primary {
	color: #ffffff /*{primary-button-text}*/;
	background-color: #be6565 /*{primary-button-background}*/;
}
.btn-primary:hover, .btn-primary.disabled, .btn-primary:disabled, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #ffffff /*{primary-button-hover-text}*/;
	background-color: #a75858 /*{primary-button-hover-background}*/;
}
/* Success button */
.btn-success,
.page-item.active .page-link {
	color: #ffffff /*{success-button-text}*/;
	background-color: #252b34 /*{success-button-background}*/;
}
.btn-success:hover, .btn-success.disabled, .btn-success:disabled, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle,
.page-item.active .page-link:hover {
	color: #ffffff /*{success-button-hover-text}*/;
	background-color: #434b57 /*{success-button-hover-background}*/;
}
/* Danger button */
.btn-danger {
	color: #ffffff /*{danger-button-text}*/;
	background-color: #de5576 /*{danger-button-background}*/;
}
.btn-danger:hover, .btn-danger.disabled, .btn-danger:disabled, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #ffffff /*{danger-button-hover-text}*/;
	background-color: #ec6e8c /*{danger-button-hover-background}*/;
}
/* Warning button */
.btn-warning {
	color: #ffffff /*{warning-button-text}*/;
	background-color: #e1a471 /*{warning-button-background}*/;
}
.btn-warning:hover, .btn-warning.disabled, .btn-warning:disabled, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #ffffff /*{warning-button-hover-text}*/;
	background-color: #d49a65 /*{warning-button-hover-background}*/;
}
/* Info button */
.btn-info {
	color: #ffffff /*{info-button-text}*/;
	background-color: #98be7a /*{info-button-background}*/;
}
.btn-info:hover, .btn-info.disabled, .btn-info:disabled, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #ffffff /*{info-button-hover-text}*/;
	background-color: #81a367 /*{info-button-hover-background}*/;
}
/* Badges */
.badge-secondary {
	background-color: #ffffff /*{default-button-background}*/;
	color: #252b34 /*{default-button-text}*/;
}
.badge-primary {
	background-color: #be6565 /*{primary-button-background}*/;
	color: #ffffff /*{primary-button-text}*/;
}
.badge-success {
	background-color: #252b34 /*{success-button-background}*/;
	color: #ffffff /*{success-button-text}*/;
}
.badge-info {
	background-color: #98be7a /*{info-button-background}*/;
	color: #ffffff /*{info-button-text}*/;
}
.badge-warning {
	background-color: #e1a471 /*{warning-button-background}*/;
	color: #ffffff /*{warning-button-text}*/;
}
.badge-danger {
	background-color: #de5576 /*{danger-button-background}*/;
	color: #ffffff /*{danger-button-text}*/;
}