/* 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: #333 /*{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: rgba(255, 255, 255, 1 ) /*{header-background}*/;
	padding-bottom: 0px;
	color:#000;
}
header .wrapper-header.active,
body.menu-open header {
	background-color: rgba(0, 0, 0, 1) /*{header-background-active}*/;
	padding-bottom: 0px;
}
#header-cart .cart-toggle {
    color: #fff /*{header-cart-icon}*/;
}
#header-cart .user-account {
    color: #fff /*{header-cart-icon}*/;
	font-size: 30px;
	width: auto;
}
.menu-toggle button#menu-mob-icon span {
	background-color: #333 /*{header-menu-icon}*/;
}
#header-cart .cart-toggle .itm-cnt {
    background-color: #BE6565 /*{header-cart-count-background}*/;
    color: #fff /*{header-cart-count-text}*/;
}
.mega-menu ul.top-menu ul li a {
	color: #fff /*{header-menu-links}*/;
}




/* Homepage 
-------------------------------*/

#homepageCarousel .carousel-item .carousel-caption h3 {
	color: #252b34 /*{carousel-text-colour}*/;
}
.gridban-box-text span {
	color: #E3A56C /*{advert-grid-text-colour}*/;
}

.thumbnail {
	background-color: #f8f9fa /*{thumbnail-background-colour}*/;
}


/* Product Page %BL 
-------------------------------*/

div#_jstl__header_r iframe.zip-widget {
    display: none;
}


/* Footer 
-------------------------------*/

.wrapper-footer {
	background-color: #ffffff /*{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: #252b34 /*{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: #fff /*{default-button-hover-text}*/;
	background-color: #252b34 /*{default-button-hover-background}*/;
	border-color: #252b34 /*{default-button-hover-border}*/;
}

/* Primary button */
.btn-primary {
	color: #fff /*{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: #fff /*{primary-button-hover-text}*/;
	background-color: #A75858 /*{primary-button-hover-background}*/;
}

/* Success button */
.btn-success,
.page-item.active .page-link {
	color: #fff /*{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: #fff /*{success-button-hover-text}*/;
	background-color: #434B57 /*{success-button-hover-background}*/;
}

/* Danger button */
.btn-danger {
	color: #fff /*{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: #fff /*{danger-button-hover-text}*/;
	background-color: #EC6E8C /*{danger-button-hover-background}*/;
}

/* Warning button */
.btn-warning {
	color: #fff /*{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: #fff /*{warning-button-hover-text}*/;
	background-color: #D49A65 /*{warning-button-hover-background}*/;
}

/* Info button */
.btn-info {
	color: #fff /*{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: #fff /*{info-button-hover-text}*/;
	background-color: #81A367 /*{info-button-hover-background}*/;
}


/* Badges */
.badge-secondary {
	background-color: #ebebeb /*{default-button-background}*/;
	color: #212529 /*{default-button-text}*/;
}
.badge-primary {
	background-color: #be6565 /*{primary-button-background}*/;
	color: #ffffff /*{primary-button-text}*/;
}
.badge-success {
	background-color: #98be7a /*{success-button-background}*/;
	color: #ffffff /*{success-button-text}*/;
}
.badge-info {
	background-color: #252b34 /*{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: #de5575 /*{danger-button-background}*/;
	color: #ffffff /*{danger-button-text}*/;
}

/* CUSTOM */

.custom-navbar.custom-navbar-default {
	background-color: #333 /*{header|menu-background-colour}*/;
	padding: 10px;
	width: 100%;
}
.custom-navbar-default .custom-navbar-nav > li > a, .custom-navbar-default .custom-navbar-nav > li > a:hover,
.custom-navigation-list li a:hover,.custom-navbar-default .custom-navbar-nav > li:hover > a,
.navigation-list li:hover a, .navigation-list li a,
.custom-navbar-default .custom-navbar-nav > li > a:focus {
	color: #fff /*{header|menu-colour}*/;
}
@media (max-width: 767.98px){
	.custom-navbar-nav .dropdown-menu .dropdown-item{
		color: #fff /*{header|menu-colour}*/;
	}
}
.wrapper-header {
	background-color: #000;
}

/* PRODUCT VARIATION */

a.size-block {
    color: #333;
    text-decoration: none;
}
a.size-block:hover,
a.size-block._itmspec_selected {
    background: #dee2e6;
}