/* Generic 
-------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=block');
body {
	font-family: 'Roboto', sans-serif /*{Body | Body font family}*/;
	color: #36344b /*{Body | Text colour}*/;
}
a, a:hover, a:active, .btn-link, .btn-link:hover {
	color: #36344b /*{Body | Link colour}*/;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn {
	font-family: 'Roboto', sans-serif /*{Body | Header font family}*/;
}
/* Header 
-------------------------------*/
header {
	background-color: rgba(3, 2, 2, 1) /*{Header | Background colour}*/;
}
header .header-topbar {
	border-color: rgba(3, 2, 2, 1) /*{Header | Topbar border colour}*/;
}
header .header-topbar .navbar-nav > li > a,
header .header-topbar .header-phone {
	color: rgba(255, 255, 255, 1) /*{Header | Topbar link colour}*/;
}
header .btn-header,
header .btn-header:hover {
    color: #ffffff /*{Header | Account & cart link colour}*/;
}
header .cart-count {
    background-color: rgba(0, 0, 0, 1) /*{buttons | primary-btn-background-colour}*/;
    color: #ffffff /*{buttons | primary-btn-text-colour}*/;
}
.header-menu {
	background-color: rgba(3, 2, 2, 1) /*{Header | Menu background colour}*/;
}
.header-menu .navbar-nav > li > a,
.navbar-mobile a.nav-link {
	color: #ffffff /*{Header | Menu colour}*/;
}
/* Footer 
-------------------------------*/
.wrapper-footer {
	background-color: rgba(3, 2, 2, 1) /*{Footer | Background color}*/;
}
.wrapper-footer h4 {
	color: #ffffff /*{Footer | Heading colour}*/;
}
.wrapper-footer a, 
.wrapper-footer a:hover, 
.wrapper-footer a:active,
.wrapper-footer * {
	color: rgba(171, 171, 171, 1) /*{Footer | Text colour}*/;
}
footer .nav.list-social i {
    background-color: rgba(171, 171, 171, 1) /*{Footer | Social icon background colour}*/;
    color: #ffffff /*{Footer | Social icon colour}*/;
}
/* Buttons 
-------------------------------*/
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333333 /*{buttons | default-btn-text-colour}*/;
	background-color: #ffffff /*{buttons | default-btn-background-colour}*/;
	border-color: #cccccc /*{buttons | default-btn-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover,
.btn-outline-secondary.disabled, .btn-default:disabled,
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333333 /*{buttons | default-btn-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | default-btn-background-colour-hover}*/;
	border-color: rgba(173, 173, 173, 1) /*{buttons | default-btn-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #ffffff /*{buttons | primary-btn-text-colour}*/;
	background-color: rgba(0, 0, 0, 1) /*{buttons | primary-btn-background-colour}*/;
	border-color: rgba(0, 0, 0, 1) /*{buttons | primary-btn-border-colour}*/;
}
.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 /*{buttons | primary-btn-text-colour-hover}*/;
	background-color: rgba(173, 173, 173, 1) /*{buttons | primary-btn-background-colour-hover}*/;
	border-color: rgba(173, 173, 173, 1) /*{buttons | primary-btn-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #ffffff /*{buttons | success-btn-text-colour}*/;
	background-color: rgba(3, 2, 2, 1) /*{buttons | success-btn-background-colour}*/;
	border-color: rgba(3, 2, 2, 1) /*{buttons | success-btn-border-colour}*/;
}
.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 {
	color: #ffffff /*{buttons | success-btn-text-colour-hover}*/;
	background-color: rgba(171, 171, 171, 1) /*{buttons | success-btn-background-colour-hover}*/;
	border-color: rgba(171, 171, 171, 1) /*{buttons | success-btn-border-colour-hover}*/;
}
/* Homepage 
-------------------------------*/
#homepage-content {
    background-color: #f8f8f8 /*{Homepage | Content background colour}*/;
}
.carousel-caption{
    display:none;
}
.section-title {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--theme-colour-primary);
    margin: 35px auto;
    text-align: center;
    letter-spacing: 1px;
}
.dah_homecategories .thumbnail .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: auto;
    text-align: center;
    min-height: 52px;
    transition: all .6s;
    display: flex;
    align-items: center;
    justify-content: center
}
.dah_homecategories .thumbnail .caption>div {
    display: flex;
    width: auto;
    z-index: 10;
    flex-direction: column;
    align-items: center
}
.dah_homecategories .thumbnail .caption h5>a {
    font-weight: 700;
    font-size: 22px;
    margin: 0 auto;
    text-transform: uppercase;
    transition: all .6s;
    text-decoration: none
}
.dah_homecategories .thumbnail .caption h5 {
    width: auto;
    display: inline;
    margin: 0 auto
}
.dah_homecategories .thumbnail .caption a.btn {
    display: none;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    width: 112px;
    height: 34px;
    padding: 0;
    line-height: 34px;
    transition: all .6s;
    margin-top: 5px
}
.dah_homecategories .thumbnail:hover .caption {
    min-height: 100%
}
.dah_homecategories .thumbnail:hover .caption a.btn {
    display: inline-block
}
.dah_homecategories .thumbnail a.dah_allcover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%
}
.d-md-flex {
    justify-content: space-around;
    }
@media (max-width: 767px) {
    .hidden-xs {
    display: none !important;
    .H1{
        text-align: center;
    }
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none!important;
    
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none!important;
    
  }
}
.footer-usps {
    margin: 20px auto;
}
.footer-usps-item .footer-usps-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.headline{
    padding: 30px 10px;
}

/* 1. INITIAL HIDDEN STATE (This prevents it from showing on load) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Dim background */
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  /* Crucial: Hide by default */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* 2. THE VISIBLE STATE (Triggered by JS) */
.modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* 3. THE POP-UP BOX */
.modal-content {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  max-width: 550px;
  width: 90%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  /* Animation: scale up from 80% to 100% */
  transform: scale(0.8);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.is-visible .modal-content {
  transform: scale(1);
}

/* 4. TEXT STYLING */
.modal-content h2 {
  margin-top: 0;
  color: #222;
  border-bottom: 2px solid #e67e22;
  padding-bottom: 10px;
}

.modal-body {
  max-height: 60vh;
  overflow-y: auto;
  line-height: 1.6;
  color: #444;
  text-align: left;
  padding-right: 10px;
}

.highlight-box {
  background-color: #fff9f4;
  border-left: 4px solid #e67e22;
  padding: 15px;
  margin: 15px 0;
  font-style: italic;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
  color: #aaa;
}

.close-btn:hover {
  color: #000;
}
