@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;600;900&display=swap');


html {
  scroll-behavior: smooth;
}

.entry-content, .entry-summary, .page-content {
    margin: 0;
}

.widget {
    margin: 0;
}

.lazy-hidden {
  background-color: transparent !important;
}

.stack-package .btn-primary.disabled, .stack-package .btn-primary:disabled {
    color: #fff;
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #444444;
}

body {
  font-family: 'Lato', sans-serif;
  color: #1a1a1a;
  overflow-x: hidden;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 150%;
  padding: 0;
  margin: 0;
}

#page {
  overflow: hidden;
}

body.page,
body.post {
  margin: 0;
}

body p:last-child {
  margin-bottom: 0;
}

body a:hover {
  text-decoration: none;
}

sup {
  font-family: 'Lato', sans-serif;
  font-size: 70%;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* BUTTONS */
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
a.btn-primary,
a.btn-primary:visited {
	position: relative;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background: #078ac9;
    border: none;
    transition: none;
    border-radius: 40px;
    padding: 10px 50px 10px 30px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.3em;
    width: calc(46% - 40px);
    margin: 0px 20px 0px 0px;
    font-weight: 600;
}

a.btn-primary:after{
    display: inline-block;
    content: "";
    background: url(/wp-content/uploads/2023/11/btn-arrow.png) no-repeat 0 0/cover;
    height: 26px;
    width: 26px;
    position: absolute;
    top: 15px;
    right: 20px;
}

a.btn:hover {
  background: #383838;
  color: #fff;
}

a:focus {
  outline: none;
}

/* Font Management */
h1,
h2,
h3,
h4,
h5 h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

p {
  font-size: 18px;
  line-height: 160%;
}

@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5 h6 {
    margin-bottom: 40px;
  }

  p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }

  h1,
  h2,
  h3,
  h4,
  h5 h6 {
    margin-bottom: 50px;
  }
}

a:visited {
  color: #000;
}

.hdp-details h1 {
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 960px;
}

.hdp-details .entry-content{
	margin-top: 0px;
}

.hdp-details ol, .hdp-details ul {
    margin-left: 0;
}

.hdp-details li{
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
}

@media screen and (max-width: 767px){
	
	.hdp-details h1 {
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 20px;
		text-align: center;
	}

}

/* UTILITIES */
.custom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-list li {
  position: relative;
  padding: 5px 0 5px 45px;
  text-align: left;
}

.custom-list.text-white li {
  color: #fff;
}

.custom-list li:before {
  content: "";
  background: url(../images/common/yellow-tick.svg) top left/contain no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}

.custom-list.dot-list li {
  padding-left: 35px;
}

.custom-list.dot-list li:before {
  background: url(../images/common/circle.svg) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  top: 4px;
}

.custom-list.check-list li:before {
  background: url(../images/common/check-red.svg) no-repeat center
    center/contain;
}

.custom-list.check-list.white-list li:before {
  background: url(../images/common/check-white.svg) no-repeat center
    center/contain;
}

.custom-list.check-list.gold-list li:before {
  background: url(../images/common/gold-tick.svg) no-repeat center
    center/contain;
}

.custom-list.check-list.blue-list li:before {
  background: url(../images/common/blue-tick.svg) no-repeat center
    center/contain;
}

.red-check li {
  color: #000;
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  padding-left: 44px;
  position: relative;
  letter-spacing: -0.8px;
  margin-bottom: 15px;
}

.red-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../images/common/check-red.svg) no-repeat center
    center/contain;
}

.red-check li.inline {
  display: block;
  margin-right: 30px;
}

/* HEADER AREA */

/* --- logo */
#masthead {
  background: transparent;
  padding: 15px 0 0;
}

.logo-area {
  padding: 10px 0;
}

.site-branding {
  display: flex;
  padding: 0 15px;
}

.logo-area img {
  max-width: 95%;
  width: 300px;
}

.site-branding button {
	background: #ffec1b;
	display: none;
	flex-shrink: 0;
	width: 60px;
}

.site-branding > a {
  flex-grow: 1;
  display: block;
}

/* --- navigation */
.main-navigation {
  float: none;
}
.main-navigation ul {
  display: flex;
}

.main-navigation li {
  border-bottom: 1px solid #2d2d2d;
}

.navbar-nav .nav-link {
  color: #fff;
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffec1b;
}

.main-navigation li.phone-num,
.main-navigation li.phone-num a {
  color: #fff;
  float: left;
  font-size: 12px;
  line-height: 1.5em;
  align-items: center;
  padding: 5px 0 5px 15px;
  width: 55%;
}

/* --- hamburger */
.logo-area button:active,
.logo-area button:focus {
  border: none;
  outline: none;
}

.navbar-toggler svg path {
  fill: #131218;
}

/* --- additional menu item */
.mnu-wrap {
  display: flex;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  padding: 10px 15px;
  align-items: center;
}

.phone-num {
  width: 50%;
}

.mnu-wrap .phone-num {
  width: 60%;
  flex-shrink: 0;
}

.mnu-wrap .prc-wrap {
  width: 45%;
  flex-shrink: 0;
}

.mnu-wrap a {
  display: inline-block;
}

.mnu-wrap span {
  display: block;
}

.mnu-wrap a {
  color: #fff;
}

.mnu-wrap .promo .prc {
  color: #fff;
  background: #e4b32b;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.mnu-wrap .promo label {
  display: block;
  line-height: 150%;
  margin-bottom: 2px;
  margin-right: 10px;
}

/* Header Icons */
.header-icons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 0;
  max-width: 280px;
  padding: 15px 0;
}

.header-icons a {
  width: 50px;
  height: 40px;
  display: block;
  background-image: url(../images/header-icons.png);
  background-repeat: no-repeat;
  background-size: auto 90%;
}

.icon-chat a {
  background-position: -60px top;
}

.icon-bag a {
  background-position: -135px top;
}

.icon-shipping a {
  background-position: -212px top;
  width: 56px;
}

.icon-phone a {
  background-position: -300px top;
}

/* transparent-header */
#header-wrap.transparent {
  background-color: #131218;
  background-image: url(../images/common/honeycomb-bg.jpg);
  color: #fff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.transparent #masthead {
  background: #121318;
  position: relative;
  z-index: 9;
}

.transparent .fold-content {
  margin-top: 0;
}

.transparent .fold-content > div {
  padding: 30px 0;
  color: #fff;
}

@media (min-width: 992px) {
  #masthead {
    background: transparent;
    padding: 30px 0;
  }

  .transparent #masthead {
    background: transparent;
  }

  .transparent .fold-content {
    margin-top: -125px;
  }

  .transparent .fold-content > div {
    padding-top: 150px;
  }

  .site-branding {
    padding: 0;
  }

  #masthead .container {
    display: flex;
    align-items: center;
  }

  #masthead .nav-area {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }

  .shop-mnu {
    background: #ffec1b;
    overflow: hidden;
    clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    margin-top: 5px;
  }

  .shop-mnu:hover {
    background: #000;
  }

  .shop-mnu:hover a {
    color: #ffec1b !important;
  }

  .navbar-expand-lg .navbar-nav .shop-mnu a.nav-link {
    color: #000;
    font-weight: bold;
    padding: 10px 30px;
    line-height: 100%;
  }

  .icon-chat.live-chat.open {
    display: none;
  }

  .icon-phone {
    display: none;
  }

  .header-icons a {
    width: 30px;
    height: 25px;
  }

  .icon-bag a {
    background-position: -86px;
  }

  .icon-shipping a {
    background-position: -130px top;
    width: 40px;
  }

  #cartIcon {
    margin-right: 10px;
  }

  #bs4navbar {
    flex-grow: 1;
    width: 100%;
    align-items: center;
    justify-content: end;
  }

  #bs4navbar ul {
    margin-right: 20px;
    display: block;
  }

  .header-icons {
    padding: 0;
  }

  .main-navigation li {
    border: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 30px;
    line-height: 120%;
  }

  .shop-mnu {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
	
	.main-navigation {
		background: #121318;
	}

}

/* Above Header widget */
#above-header-widget-area {
  background-color: #078ac9;
}

#ah {
  text-transform: uppercase;
  display: none;
  flex-wrap: nowrap;
  font-size: 12px;
  color: #fff;
  line-height: 16px;

  padding: 12px 0px;
  position: relative;
  z-index: 10;
}

.ah-1 .highlight{
	color: #ffec1b;
}

.ah-a {
  width: 420px;
  flex-shrink: 0;
}

.ah-b {
  flex-grow: 1;
}

.ah-c {
  display: flex;
  align-items: center;
}

.ah-a span,
.ah-2-a {
  display: block;
}

span.ah-1-a {
  color: #ffec1b;
}

.ah-2-a {
  color: #999;
}

.ah-2 {
  color: #fff;
  font-size: 12px;
  flex-grow: 1;
  text-align: right;
}

.ah-2 a {
  font-weight: bold;
  color: #fff;
}

#ah .dot {
  margin: 0 10px;
  color: #7c7c7c;
  display: none;
}

#ah .promo {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1em;
  margin-left: 15px;
  text-transform: uppercase;
  color: #fff;
}

#ah .promo label {
  font-weight: 700;
  margin-bottom: 0;
}

#ah .promo .prc {
  font-weight: 700;
  margin-left: 5px;
}

@media (min-width: 768px) {
  #ah {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .ah-a span,
  .ah-2-a,
  #ah .dot {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  #ah .promo {
    display: flex;
  }
}

@media (max-width: 767px) {
	
	#header-wrap{
		display: flex;
    	flex-flow: column;
	}
	
	.transparent #masthead {
		order: 2;
	}
	
	.header-callout {
		order: 1;
	}
	
	.transparent .fold-content {
		order: 3;
	}
	
	.entry-content{
		margin-top: 0;
	}
	
	/*.icon-shipping a {
		background-position: -181px top;
		background-size: cover;
		width: 40px;
		height: 30px;
	}
	
	.icon-phone a {
		background-position: -252px top;
		background-size: cover;
		width: 30px;
		height: 30px;
	}
	
	.icon-bag a {
		background-position: -135px top;
		width: 50px;
		height: 40px;
	}
	
	.icon-chat a {
		background-position: -60px top;
		background-size: cover;
		height: 35px;
		width: 45px;
	}*/

}

/* END --- Above Header widget */

/* Header Callback */
.header-callout {
  background: #078ac9;
  width: 100%;
  display: block;
}

.hc-1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  padding: 12px 0;
}

.hc-1 span {
  color: #ffec1b;
}

@media (min-width: 450px) {
  .hc-1 {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .header-callout {
    display: none;
  }
}

@media (max-width: 767px) {
	
	.site-branding{
		padding: 0px 30px 0px 30px;
	}
	
	.transparent #masthead {
		padding: 5px 0px;
	}
	
	#ah p {
		font-size: 12px;
		text-align: center;
		letter-spacing: 0.2px;
	}

}

/* END - Header Callback */

/* FOOTER */

#footer-wrap {
  background: #1393d5;
  color: #fff;
  padding: 40px 0;
}

#ft1 p{
    color: #ffffff;
	font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
}