.lazy-hidden{
  background-color: transparent !important;
}

body{
  overflow-x: hidden;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding: 0;
  margin: 0;
}

body p:last-child{
  margin-bottom: 0;
}

body a:hover{
  text-decoration: none;
}

sup{
  font-size: 60%;
  font-weight: normal;
}

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: #000000;
  text-transform: none;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #fcdd25;
  border: none;
  transition: none;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 100%;
  border-radius: 100px;
}

a.btn:hover{
  background: #fcdd25;
  color: #000000;
}

a:focus{
  outline: none;
}

/* Font Management */
h1,
h2,
h3,
h4,
h5 h6{
  margin: 0 0 20px;
  font-weight: 800;
}

p{
  font-size: 18px;
  line-height: 160%;
}

h1{
  font-size: 28px;
}

body p:last-child{
  margin-bottom: 0;
}

@media (min-width: 768px){
  h1,
  h2,
  h3,
  h4,
  h5 h6{
    margin-bottom: 20px;
  }

  p{
    font-size: 20px;
  }

  h1{
    font-size: 40px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1300px;
  }

  h1,
  h2,
  h3,
  h4,
  h5 h6{
    margin-bottom: 20px;
  }

  h1{
    font-size: 60px;
  }
}

a{
  color: #de0e16;
}

a:hover,
a:visited{
  color: #000;
}

/**************/

#page{
  overflow: hidden;
}

body.page,
body.post{
  margin: 0;
}

.page-content, .entry-content, .entry-summary{
    margin: 0;
}

/**/

.site-title,
.site-description{
    display: none;
    text-indent: 5000px;
    position: absolute;
}

/* Above Header widget */
#above-header-widget-area{
  background-color: #dcdcdc;
  position: relative;
  z-index: 3;
}

#ah{
  text-transform: uppercase;
  display: none;
  flex-wrap: nowrap;
  font-size: 11px;
  color: #000;
  line-height: 16px;
  padding: 12px 0px;
  position: relative;
  z-index: 10;
}

.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: #d4282f;
}

.ah-2-a{
  color: #999;
}

.ah-2{
  color: #000;
  font-size: 12px;
  flex-grow: 1;
  margin-bottom: 0;
  text-align: right;
}

.ah-2 a{
  font-weight: bold;
  color: #000;
}

#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: #000000;
}

#ah .promo label{
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 0;
}

#ah .promo .prc{
  font-weight: 600;
  margin-left: 5px;
}

@media (min-width: 576px){
  #ah{
    display: flex;
    align-items: center;
  }

  #ah,
  #ah p{
    font-size: 11px;
  }
}

@media (min-width: 992px){
  .ah-a span,
  .ah-2-a,
  #ah .dot{
    display: inline-block;
    margin: 0;
  }
}

@media (min-width: 1200px){
  #ah .promo{
    display: flex;
  }

  #ah,
  #ah p{
	  font-size: 12px;
	  line-height: 1em;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  #ah .col-md-5 > div{
    flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  #ah .promo{
    align-items: center;
    justify-content: flex-end;
    font-size: 11px;
    letter-spacing: 0px;
    line-height: 1.2em;
  }
}

/* transparent-header */
#header-wrap.transparent{
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.transparent #masthead{
  position: relative;
  z-index: 9;
}

.transparent .fold-content{
  margin-top: 0;
}

.transparent .fold-content > div{
  padding: 30px 0;
}

.header-icons{
  display: none;
}

#header-wrap {
	position: relative;
}

#masthead {
	background: transparent;
	padding: 30px 0;
	transition: ease-in-out 0.15s;
}

#masthead.fix-header{
	background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    margin: 0px;
    padding: 15px 0px 15px 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

@media (min-width: 420px){
  .menu-right .ah-a span{
    font-size: 12px;
  }
}

@media (min-width: 520px){
  .menu-right .ah-a span{
    font-size: 14px;
  }
}

@media (min-width: 768px){
  .menu-right .ah-a{
    display: none;
  }
}

@media (min-width: 992px){
  #masthead{
    padding: 30px 0;
  }

  .transparent #masthead{
    background: transparent;
  }

  .transparent .fold-content{
    margin-top: -215px;
  }

  .transparent .fold-content > div{
    padding-top: 240px;
  }

  .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: #d4282f;
    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: #d4282f !important;
  }

  .navbar-expand-lg .navbar-nav .shop-mnu a.nav-link{
    color: #000;
    font-weight: bold;
    padding: 10px 30px;
    line-height: 100%;
  }

  .header-icons{
    display: flex;
  }

  .icon-phone,
  .icon-shipping{
    display: none;
  }

  .icon-search{
    display: block;
  }

  #bs4navbar{
    flex-grow: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  #bs4navbar ul{
    margin-right: 0px;
    display: block;
  }

  .header-icons{
    padding: 0;
  }

  .main-navigation li{
    border: none;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 15px;
    padding-right: 15px;
  }
	
  .main-navigation li.buy-btn{
    margin-left: 10px;
  }
}

@media (min-width: 1200px){
  
	.navbar-expand-lg .navbar-nav .nav-link{
		line-height: 120%;
		margin-left: 0px;
		padding: 12px 15px;
	}

	.main-navigation li.buy-btn a, .main-navigation li.buy-btn a.active, .main-navigation li.buy-btn .nav-link{
		margin-left: 20px;
	}

	.shop-mnu{
		margin-top: 0;
	}

	#bs4navbar{
		justify-content: end;
	}
	
}

@media (min-width: 768px) and (max-width: 991px){
	
	#header-wrap{
		background: #ffffff;
	}

	.transparent #masthead{
		padding-top: 0px;
		width: 100%;
		z-index: 9;
		transition: 0.1s ease-in-out;
	}

	.logged-in .transparent #masthead{
		padding: 8px;
	}

	.transparent #masthead.fix-header{
		background: #fff;
		position: fixed;
		top: 0;
		z-index: 999;
	}

	.logged-in .transparent #masthead.fix-header{
		top: 45px;
	}
	
}

@media (max-width: 767px){
	
  .transparent #masthead{
    z-index: 9;
    background: #fff;
    padding-top: 8px;
    top: 0px;
    width: 100%;
    transition: 0.1s ease-in-out;
  }

  .logged-in .transparent #masthead{
    padding: 8px;
  }

  .transparent #masthead.fix-header{
    position: fixed;
    z-index: 999;
    top: 0;
  }

}

/**************/

.logo-area{
	padding: 10px 0;
}

.site-branding{
	display: flex;
	padding: 0 15px;
	align-items: center;
	width: 320px;
}

.site-branding img{
	max-width: 270px;
}

.site-branding button{
	width: 50px;
	flex-shrink: 0;
	background: #078ac9;
	height: 45px;
	padding: 0;
}

.site-branding > a{
	flex-grow: 1;
	display: block;
}

.site-description{
	display: none;
	text-indent: 5000px;
	position: absolute;
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	.site-branding {
		display: flex;
		padding: 0 15px;
		align-items: center;
		width: 100%;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px){
	
	.site-branding {
		display: flex;
		padding: 0 15px;
		align-items: center;
		width: 280px;
	}

}

@media screen and (max-width: 767px){
	
	.site-branding {
		padding: 0 15px;
		width: 100%;
	}
	
	.site-branding img {
		max-width: 230px;
	}

}

/* --- navigation */
.main-navigation{
	float: none;
}

.main-navigation ul{
	display: flex;
}

.navbar-nav .nav-link{
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	padding-left: 15px;
	text-transform: none;
}

.navbar-nav .nav-link.active{
	color: #ffffff;
}

.navbar-nav .nav-link:hover{
	color: #068ac8;
}

.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%;
}

.navbar-light .main-navigation li.buy-btn a,
.navbar-light .main-navigation li.buy-btn a.active{
	background: #078ac9;
	border-radius: 100px;
	color: #ffffff;
	font-weight: bold;
    padding: 10px 20px 10px 20px;
	text-align: center;
}

.navbar-light .main-navigation li.buy-btn a:hover{
	background: #000;
	color: #fff;
}

@media screen and (max-width: 991px){

	.navbar-expand-lg .navbar-nav .nav-link,
	.navbar-nav .nav-link.active{
		color: #ffffff;	
	}

	.main-navigation li.promo{
		align-items: center;
		justify-content: flex-start;
		padding: 10px 0px 10px 0px;
	}

	.main-navigation li.promo label{
		color: #ffffff;
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 0;
	}

	.main-navigation li.promo .prc{
		color: #fff;
		background: red;
		padding: 0 10px;
		font-size: 12px;
		margin-left: 10px;
		font-weight: 700;
	}

	.main-navigation li.buy-btn a,
	.main-navigation li.buy-btn a.active{
		background: #078ac9;
		border-radius: 20px;
		margin: 10px 0px 10px 0px;
		width: 125px;
	}

}

@media (min-width: 992px){

	.logo-area{
		padding: 0 0 0;
		text-align: left;
		width: 275px;
	}

	#masthead .nav-area{
		width: auto;
	}

}

@media screen and (max-width: 767px){
	
	.main-navigation ul{
		padding-top: 20px;
	}
	
	.main-navigation li.phone-num{
		color: #ffffff;
        font-size: 12px;
        line-height: 1.5em;
        align-items: center;
        padding: 10px 10px 10px 0px;
        width: 50%;
        font-weight: 600;
        align-self: flex-start;
	}

	.main-navigation li.phone-num a{
		color: #ffffff;
		float: left;
		font-size: 12px;
		line-height: 1.5em;
		align-items: center;
		padding: 0 0 0 10px;
	}
	
	.main-navigation li.promo {
        align-items: center;
        padding: 10px 10px 10px 10px;
        width: 160px;
        margin-left: auto;
        float: none;
        margin-top: -38px;
    }

	.main-navigation li.buy-btn a,
	.main-navigation li.buy-btn a.active{
		background: #078ac9;
		border-radius: 15px;
		margin: 10px 0px 10px 0px;
		width: 125px;
	}

	.promo label{
		color:#ffffff;
	}
}

@media (min-width: 1200px){
  .logo-area{
    width: 320px;
    text-align: left;
    padding-bottom: 0;
  }
  #masthead .nav-area{
    width: auto;
  }

  #masthead .container{
    flex-wrap: nowrap;
  }
}

/* --- hamburger */
.logo-area button:active,
.logo-area button:focus{
	border: none;
	outline: none;
}

.navbar-toggler svg path{
	fill: #fff;
}

/* --- Widgets */
body .widget{
	margin: 0;
}

/* --- additional menu item */
.mnu-wrap{
	display: flex;
	font-size: 14px;
	line-height: 150%;
	color: #fff;
	padding: 10px 15px;
	align-items: center;
	background: #000000;
}

.phone-num{
	width: 50%;
}

.mnu-wrap .phone-num{
	width: 60%;
	flex-shrink: 0;
}

.mnu-wrap .prc-wrap{
	width: 40%;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
}

.mnu-wrap a{
	display: inline-block;
}

.mnu-wrap span{
	display: block;
}

.mnu-wrap a{
	color: #fff;
}

.mnu-wrap .promo .prc{
	display: inline-block;
	background: #ff0008;
	color: #ffffff;
	font-size: 12px;
	font-weight: 600;
	padding: 0 10px;
}

.mnu-wrap .promo label{
	display: block;
	line-height: 150%;
	margin-bottom: 2px;
	margin-right: 5px;
}

/* Header Icons */
.header-icons{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 0 auto 0;
	max-width: 280px;
	overflow: hidden;
	padding: 20px 0;
	text-align: center;
}

@media (max-width: 991px){

	.main-navigation li.phone-num, .main-navigation li.phone-num a,
	.main-navigation li.promo label{
		color: #000000;
	}

}

/**************/

#hero{
    padding: 40px 0px 40px 0px;
	position: relative;
}

#hero:after {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    transform: translate(-50%, 0%);
    z-index: 1;
}

#hero .container{
	position: relative;
	z-index: 2;
}

/***** Components & Shortcodes ******/

/* FAQ */

#faq{
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}

#faq .title {
    font-size: 32px;
    margin: 0px auto 20px;
    max-width: 100%;
    text-align: center;
}

#faq .card-header{
	background-color: transparent;
}

#faq .card-header a{
	color: #000;
	display: block;
	border: none;
	transform: skew(15deg);
	padding: 22px 60px 22px 40px;
	font-size: 18px;

}

#faq #faq-accordion .card-header,
#faq #faq-accordion .card{
	border: none;
}

#faq #faq-accordion .card-header h5{
	background: #eee;
	margin: 0;
	transform: skew(-15deg);
	transition: 0.05s ease-in-out;
}

#faq #faq-accordion .show .card-header h5{
	background: #d9d9d9;
}

#faq div#faq-accordion{
	max-width: 1140px;
	margin: 0 auto;
}

#faq .card-header a{
	cursor: pointer;
}

#faq .card-header a:after{
	content: "\f067";
	display: block;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 32%;
	right: 30px;
	font-size: 21px;
	font-weight: 900;
}

#faq .card-header a[aria-expanded="false"]:after{
	content: "\f067";
}

#faq .card-header a[aria-expanded="true"]:after{
	content: "\f068";
}

#faq .card-body{
	max-width: 1050px;
	margin: 0 auto;
}

@media (min-width: 992px){
	
	#faq .card-header a:after{
		right: 50px;
	}

	#faq .card-header a{
		font-size: 20px;
		font-weight: 600;
		padding: 20px 80px 20px 30px;
	}
	
}

@media (max-width: 767px){
	
	#faq .container{
		padding: 0;
	}
	
	#faq .card-header a{
		padding: 22px 80px 22px 30px;
		font-size: 15px;
	}
	
	#faq-accordion .faq{
		padding: 0;
	}
	
}

/***** Packages ******/

#store-options{
    font-size: 16px;
	font-weight: 800;
	padding-top: 12px;
	padding-bottom: 12px;
}

#store-options .currencySelect{
    font-size: 14px;
    font-weight: 600;
    padding: 4px;
}


@media (max-width: 1199px) {
	 
	#store-options {
		padding-bottom: 12px;
		font-weight: 800;
		font-size: 16px;
		border-top: dotted 1px #cccccc;
		padding: 10px 0px 10px 0px;
		border-bottom: dotted 1px #cccccc;
		margin-bottom: 30px;
	}
	
}

/* PRODUCTS */

#order {
	max-width: 1280px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}

.pp-entries{
    padding-top: 60px;
	padding-bottom: 40px;
	width: 100%;
}

.pp-wrap {
  max-width: 390px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.pp-wrap:before {
  content: "";
  background: #454545;
  bottom: 0;
  width: 30px;
  left: 15px;
  position: absolute;
  height: calc(100% - 68px);
}

.pp-wrap:after {
    content: "";
    position: absolute;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background: #454545;
    bottom: 0;
    left: 0;
    clip-path: polygon(25px 0%, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 25px);
}

.qty-6 .pp-wrap:after{
	background: #0c8bd0;
}

.pp-body{
	border-top: none;
	border-right: none;
}

.qty-6 .pp-body > div{
	background: #cccccc;
}

.pp-header {
	background: #454545;
	margin-left: 15px;
	margin-right: -10px;
	clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%, 0 30px);
	position: relative;
	overflow: hidden;
	margin-bottom: -2px;
}

.pp-header h4 {
	font-family: "Uniform ExtCond";
	font-size: 32px;
	text-transform: uppercase;
	line-height: 42px;
	color: #fff;
	padding: 18px 0 12px;
	margin-bottom: -3px;
}

.pp-body {
	border-left: 3px solid #454545;
	border-bottom: 3px solid #454545;
	position: relative;
	z-index: 2;
	clip-path: polygon(32px 0%, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px);
}

.package .linethrough{
	position: relative;
}

.package .linethrough:before {
    content: "";
    background: red;
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 100%;
    transform: rotate(-20deg);
}

.pp-body > div {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.pp-entry.qty-1 .pp-img{
    margin-top: 40px;
    margin-bottom: 20px;
}

.pp-title {
	color: #1a1a1a;
	font-weight: 800;
	font-size: 23px;
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0;
	text-align: center;
}

.qty-1 .pp-title span {
  display: block;
}

.pp-title span {
  color: #0c8bd0;
}

.pp-img {
  margin-bottom: 20px;
}

.pp-retail {
	color: #1a1a1a;
    font-size: 16px;
    font-weight: 600;
}

.pp-retail span {
  text-decoration: line-through;
}

.pp-savings {
  color: #ff0008;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pp-sale {
  font-size: 42px;
  font-weight: 800;
  line-height: 110%;
}

.pp-sale small {
    font-size: 45%;
    font-weight: 700;
    letter-spacing: 0px;
	text-transform: uppercase;
}

.pp-contents {
  font-size: 18px;
  text-transform: uppercase;
}

.pp-contents span {
  font-weight: 800;
}

.total-wrap{
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.total-wrap .leh_price{
	font-weight: 800;
}

.pp-body .cc{
	display: block;
	margin: 10px auto 20px auto;
	max-width: 80%;
}

.pp-btn-wrap {
  margin: 10px 0px 20px 0px;
}

.pp-btn-wrap .btn-primary:not(:disabled):not(.disabled).active, 
.pp-btn-wrap .btn-primary:not(:disabled):not(.disabled):active, 
.pp-btn-wrap .show > .btn-primary.dropdown-toggle, 
.pp-btn-wrap a.btn-primary, 
.pp-btn-wrap a.btn-primary:visited {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    background: #0c8bd0;
    border: none;
    transition: none;
    padding: 20px 60px;
    font-size: 18px;
    line-height: 100%;
    border-radius: 5px;
}

.pp-btn-wrap a span{
	color: #ffffff;
}

.qty-6 .button:after{
    content: "";
    background: url(../images/packages/hand-pointer.png) 0 0/cover no-repeat;
    position: absolute;
    top: 10px;
    right: -25px;
    height: 67px;
    width: 67px;
}

.extra-1 {
  font-size: 24px;
  line-height: 100%;
  max-width: 230px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.extra-1 span {
  color: #ff0008;
}

.qty-2 .pp-wrap:before,
.qty-2 .pp-header,
.qty-2 .pp-wrap:after {
  background: #de0e16;
}

.qty-2 .pp-body {
  border: 3px solid #de0e16;
}

span.cur-symbol {
  font-size: 70%;
}

.pp-entry {
  margin: 0 10px 20px;
  padding-bottom: 20px;
}

.sezzle-object > span{
	font-weight: 400;
}

@media (min-width: 375px) {
	
  .pp-header h4 {
    font-size: 42px;
  }
	
}

@media (min-width: 425px) {
	
  .pp-title {
    max-width: 100%;
  }

  .pp-sale {
    font-size: 65px;
	line-height: 1em;
  }
	
}

@media (min-width: 768px) {
	
	.pp-entries{
		align-items: center;
		margin: 0px auto;
	}

	.qty-6 .pp-body > div {
		padding: 20px 0px 20px 0px;
	}
	
}

@media (min-width: 992px) {

	.qty-1{
		order: 1;
	}
	
	.qty-3{
		order: 3;
	}
	
	.qty-6{
		order: 2;
	}
	
	.qty-1 .pp-img img {
        max-width: 90%;
        width: auto;
        margin-bottom: -30px;
        margin-top: -40px;
    }

	.qty-3 .pp-img img{
		max-width: 100%;
		width: auto;
	}

	.qty-6 .pp-img img{
		max-width: 100%;
		width: auto;
	}
	
	.qty-1 .extra-1{
		padding-bottom: 60px;
	}
	
	.pp-title {
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width: 1200px) {
	
    .qty-1 .pp-img img {
        max-width: 90%;
        width: auto;
        margin-bottom: -30px;
        margin-top: -40px;
    }
	
}

@media (min-width: 992px) and (max-width: 1199px){
	
	#order{
		border-top: none;
	}
	
	.pp-entry {
		margin: 0px 0px 20px;
		padding-bottom: 20px;
	}
	
	.pp-title span {
		font-size: 38px;
		line-height: 1.1em;
	}
	
	.pp-sale {
		font-size: 46px;
		line-height: 1em;
	}
	
	.pp-entries {
		border-top: none;
		padding-top: 20px;
	}
	
	.sezzle-object span{
		font-size: 14px;
	}
	
	.sezzle-object img{
		width: 90px;
	}
	
}

@media (min-width: 1200px) {

	.pp-title {
		font-size: 30px;
		line-height: 1.1em;
		max-width: 100%;
		padding: 45px 0;
	}

	.pp-entry {
		margin: 0;
		padding-bottom: 0;
	}

	.pp-title {
		font-size: 32px;
		letter-spacing: -0.5px;
		max-width: 100%;
		padding: 20px 0px 30px 0px;
		text-transform: none;
		line-height: 1.2em;
	}

	.pp-title span {
		font-size: 48px;
	}
	
	.qty-1 .pp-title span {
		display: inline-block;
	}

}

@media (max-width: 991px) {
	
	#order{
		border-top: none;
	}
	
	.bonus .d-flex {
		flex-direction: column;
	}
	
	.bonus .left-col{
		margin-bottom: 20px;
	}
	
	.bonus .title {
		font-size: 28px;
		margin-bottom: 30px;
	}
	
	.bonus h3{
		font-size: 28px;
	}
	
	.bonus h4{
		font-size: 21px;
	}
	
	.bonus ul{
		margin-left:0;
		padding-left:0;
	}
	
	.bonus .price {
		font-size: 28px;
	}
	
	.pp-title {
		font-size: 28px;
		line-height: 1.3em;
		padding: 25px 0px 20px 0px;
		max-width: none;
	}
	
	.pp-title span {
		color: #de0b14;
		font-size: 44px;
		line-height: 1em;
	}
	
    .pp-entries {
        border-top: none;
        padding-top: 10px;
        margin: 0px auto 0px auto !important;
        width: calc(100% - 20px);
    }
	
	.pp-entry {
		margin: 0px 0px 20px 0px;
		padding-bottom: 20px;
	}
	
	.pp-img {
		margin-bottom: 0;
	}
	
	.pp-sale {
		font-size: 68px;
		padding-top: 15px;
	}
	
	.pp-btn-wrap {
		margin: 0px auto 20px auto;
        max-width: 84%;
	}
	
	.qty-1 .pp-img img {
        max-width: 90%;
        width: auto;
        margin-bottom: -30px;
        margin-top: -40px;
    }

	.qty-3 .pp-img img{
		max-width: 100%;
		width: auto;
	}

	.qty-6 .pp-img img{
		max-width: 100%;
		width: auto;
	}
	
	.sezzle-object span{
		display: block;
    	font-size: 14px;
	}
	
	.sezzle-object img{
		display: inline-block;
		margin-left: 5px;
		width: 100px;
		margin-top: -5px;
	}

	.extra-1 {
		font-size: 24px;
		margin: 15px auto 0px auto;
		padding-bottom: 30px;
	}

	.qty-1{
		order: 3;
	}

	.qty-3{
		order: 2;
	}

	.qty-6{
		order: 1;
	}

}

/**/


.modal.show .modal-dialog{
    max-width:646px
}

.modal.show .modal-dialog img{
    width:100%
}

#wordplugHdpPopup .image{
    position:relative;
    margin-bottom:-10px
}

#wordplugHdpPopup .buttons{
    position:absolute;
    width:100%;
    height:55px;
    bottom:8px;
    display:flex;
    align-items:center;
    justify-content:center
}

#wordplugHdpPopup .image {
	position: relative;
	margin-bottom: -6px;
}

#wordplugHdpPopup .buttons .wordplugHdp-signup {
    color: #fff;
    text-decoration: none;
    background: transparent;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 800;
    margin-right: 45px;
    width: 165px;
}

#wordplugHdpPopup .buttons .wordplugHdp-nothanks {
	color:#cd001b;
	text-decoration: underline;
	background: transparent;
	font-weight: 400;
	padding: 0px;
	font-size: 14px;
	position: relative;
    left: -20px;
}

@media(min-width:768px) {
	
	#wordplugHdpPopup .buttons {
		bottom: 18px;
		height: 90px;
		margin: 0px auto 5px auto;
		text-align: center;
		max-width: 550px;
		justify-content: center;
	}
	
	#wordplugHdpPopup .buttons .wordplugHdp-signup {
		margin-right: 20px;
		padding: 0px;
		width: 50%;
		max-width: 279px;
	}
	
	#wordplugHdpPopup .buttons .wordplugHdp-nothanks {
		font-size: 24px;
		left: 0;
		margin-right: 0px;
		padding: 0px;
		width: auto;
	}
	
}

.modal-backdrop {
	opacity: .85!important;
}

#wordplugHdpPopup .modal-body {
	padding: 0;
	text-align: center;
	overflow: hidden;
}

@media (min-width:768px) {
	
	.modal-dialog {
		max-width: 640px;
	}
	
}

/* FOOTER */
#footer-wrap {
  background: #151515;
  color: #ffffff;
  padding: 40px 0;
}

#footer-wrap ul {
  list-style: none;
  padding: 0;
}

#footer-wrap ul li a {
  color: #ffffff;
  font-size: 15px;
}

#footer-wrap ul li a :hover {
  color: #000000;
}

#ft2 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer-logo {
  max-width: 240px;
  margin: 0 auto;
}

/* social-icons */
#footer-wrap ul.social-icons li a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}

#footer-wrap ul.social-icons {
  margin: 0 auto;
  display: flex;
  width: 100%;
  max-width: 280px;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
}

#footer-wrap ul.social-icons i {
  font-size: 30px;
  line-height: 37px;
}

/* FT2 */
#ft2 .container {
  display: flex;
}

.ft2-a,
.ft2-b {
  width: 100%;
}

.ft2-a {
  text-align: center;
}

.ft2-b {
  display: flex;
  flex-wrap: wrap;
  max-width: 300px;
  margin: 0 auto 30px;
}

.ft2-b > div {
  width: 50%;
  flex-shrink: 0;
}

.ft2-b > div.ft2-b1 {
  width: 100%;
}

.ft2-b1 {
  display: flex;
  flex-wrap: nowrap;
  max-width: 330px;
  align-items: center;
  position: relative;
  right: 0;
  top: 0;
  margin: 10px auto 0;
}

.ft2-b1 > div {
  width: 50%;
  flex-shrink: 0;
  padding: 0 5px;
}

.ft2-b ul li {
  padding: 10px 0;
}

.copyr p.copr-2 {
  margin-bottom: 30px;
}

@media (min-width: 460px) {
}

@media (min-width: 992px) {
  #ft2 .container {
    flex-wrap: nowrap;
  }

  .ft2-b ul li {
    padding: 5px 0;
  }

  .ft2-a {
    width: 380px;
    flex-shrink: 0;
  }

  .ft2-a > div {
    width: 320px;
  }

  .ft2-b {
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .ft2-b > div {
    width: 150px;
    flex-shrink: 0;
  }

  .ft2-b > div.ft2-b1 {
    flex-grow: 1;
    width: calc(100% - 300px);
    max-width: 100%;
    justify-content: end;
  }

  .ft2-b1 > div {
    width: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
	
    .ft2-b1 > div {
        width: 50%;
    } 
	
	.ft2-b1 > div > img {
        width: 100%;
    }
	
	.ft2-b1 .bbb{
		display: block;
		margin-top: 10px;
		margin-right: 10px;
	}
	
}

@media (min-width: 1200px) {
	
	#ft2 {
		margin-bottom: 20px;
	}
	
	.ft2-b1 .bbb{
		display: block;
		margin-top: 10px;
		margin-right: 10px;
	}

}

@media (max-width: 767px) {

  .ft2-b {
    text-align: center;
  }

}


/* FT3 */
#ft3 .container {
  position: relative;
}

#ft3 .container .ft3-c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ft3-a,
.ft3-b {
  width: 100%;
  flex-shrink: 0;
}

.ft3-a {
  margin: 0 auto 40px;
}

.ft3-b-a > div {
  margin: 0 10px;
}

.disclaimer p {
  color: #fff;
  font-size: 13px;
  line-height: 160%;
  max-width: 320px;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #fff;
  margin: 0 auto 30px;
}

.copyr p {
  color: #fff;
  font-size: 14px;
  line-height: 160%;
  margin: 0 auto 5px;
  text-align: center;
}

.copr-2 {
  margin-bottom: 30px;
}

.ft3-b.copyr {
  max-width: 330px;
  margin: 0 auto;
}

@media (min-width: 420px) {
  .ft3-b.copyr {
    max-width: 510px;
  }
}

@media (min-width: 992px) {
  .ft3-a {
    width: 380px;
    flex-shrink: 0;
    margin: 0;
  }

  .ft3-b.copyr {
    width: calc(100% - 380px);
  }

  .disclaimer p {
    margin: 0;
  }

  .copyr p {
    text-align: left;
  }

  .ft3-b.copyr {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .ft3-b-a {
    position: absolute;
  }
}

/* END FOOTER */

/**/

.page-guarantee .section-1,
.terms-conditions .entry-content,
.emailpriv .entry-content,
.contact .entry-content{
	padding-top: 40px;
	padding-bottom: 40px;
}

.page-guarantee .entry-content h1,
.emailpriv .entry-content h1,
.terms-conditions .entry-content h1,
.contact h1{
    font-size: 60px;
    font-weight: 900;

	margin-bottom: 20px;
}

.page-guarantee .entry-content h2,
.emailpriv .entry-content h2,
.terms-conditions .entry-content h2,
.contact h2{

	font-size: 32px;
    margin: 0 0 10px;
    font-weight: 900;
}

.refund h2{

	font-size: 36px;
    margin: 0 0 10px;
    font-weight: 900;
}

.refund .entry-content p{
    margin: 0 0 15px;
}

.sitemap h2{
	font-size: 36px;
    margin: 0 0 20px;
    font-weight: 900;
}

.sitemap .entry-content li{
	margin-bottom: 10px;
	font-size: 16px;
}

.contact h3{
	font-size: 26px;
    margin: 0 0 10px;
    font-weight: 900;
}

.page-guarantee .entry-content p,
.emailpriv .entry-content p,
.terms-conditions .entry-content p,
.contact p{
    margin-bottom: 1.5em;
}

.cookiepolicy .entry-content p, .cookiepolicy .entry-content .p{
    margin-bottom: 1.5em;
    font-size: 16px;
    line-height: 1.8em;
}

.emailpriv .entry-content ul,
.terms-conditions .entry-content ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.emailpriv .entry-content ul, .terms-conditions .entry-content ul,
.emailpriv .entry-content ul li, .terms-conditions .entry-content ul li{
    list-style: disc;
	color: #1a1a1a;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 150%;
	margin-bottom: 10px;
}

.emailpriv .entry-content ol, .emailpriv .entry-content ul,
.terms-conditions .entry-content ol, .terms-conditions .entry-content ul{
    box-sizing: border-box;
	margin-bottom: 20px;
	margin-left: 25px;
	padding-left: 0px;
}

.cookiepolicy .entry-content ol, .cookiepolicy .entry-content ul{
    box-sizing: border-box;
    margin: 0px 0px 20px 0px;
}

.emailpriv .entry-content ol, .terms-conditions .entry-content ol,
.emailpriv .entry-content ol li, .terms-conditions .entry-content ol li,
.cookiepolicy .entry-content ol li{
    list-style: decimal;
	color: #1a1a1a;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 150%;
	margin-bottom: 20px;
}

.cookiepolicy .entry-content ol li{
    font-size: 16px;
}

@media (max-width: 767px) {

	.page-guarantee .entry-content .section-1,
	.emailpriv .entry-content,
	.terms-conditions .entry-content,
	.contact .entry-content{
		padding-top: 0px;
	}
	
	.page-guarantee .entry-content h2,
	.emailpriv .entry-content h2,
	.terms-conditions .entry-content h2,
	.contact .entry-content h2{
		font-size: 26px;
		margin: 0 0 20px;
		text-align: center;
	}

}