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


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

body {
	font-family: 'Inter', sans-serif;
	color: #000000;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-align: right;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

#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: 'Inter', sans-serif;
  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: #ffffff;
  text-transform: none;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #1393d5;
  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 {
  font-family: 'Inter', sans-serif;
  margin: 0 0 20px;
  font-weight: 900;
}

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: 40px;
  }

  p {
    font-size: 20px;
  }

  h1 {
    font-size: 40px;
  }
}

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

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

  h1 {
    font-size: 60px;
  }
}

a {
  color: #de0e16;
}

a:hover,
a:visited {
  color: #000;
}

.modal.show .modal-dialog {
    max-width: 646px
}

#wordplugHdpPopup .buttons {
    height: 55px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

#wordplugHdpPopup .image {
    position: relative;
    margin-bottom: -6px
}

#wordplugHdpPopup .buttons,.spop,.videoWrapper iframe {
    position: absolute;
    width: 100%
}

#wordplugHdpPopup .buttons .wordplugHdp-signup {
    color: #fff;
    text-decoration: none;
    background: 0 0;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 800;
    margin-right: 45px;
    width: 165px
}

#wordplugHdpPopup .buttons .wordplugHdp-nothanks {
    color: #378abe;
    text-decoration: underline;
    background: 0 0;
    font-weight: 400;
    padding: 0;
    font-size: 14px;
    position: relative;
    left: -20px
}

@media(min-width: 768px) {
    #wordplugHdpPopup .buttons {
        bottom:18px;
        height: 90px;
        margin: 0 auto 5px;
        text-align: center;
        max-width: 550px;
        justify-content: center
    }

    #wordplugHdpPopup .buttons .wordplugHdp-signup {
        margin-right: 20px;
        padding: 0;
        width: 50%;
        max-width: 279px
    }

    #wordplugHdpPopup .buttons .wordplugHdp-nothanks {
        font-size: 24px;
        left: 0;
        margin-right: 0;
        padding: 0;
        width: auto
    }
}

.modal-backdrop {
    opacity: .85!important
}

#wordplugHdpPopup .modal-body {
    padding: 0;
    text-align: center;
    overflow: hidden
}


/* UTILITIES */
.custom-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #000;
  position: relative;
}

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

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

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

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

/* HEADER AREA */

/* SEARCH */
#search-wrap {
  position: fixed;
  background: black;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
}

#search-item {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  position: relative;
}

#search-wrap input {
  font-size: 18px;
  padding: 20px 20px 20px 40px;
  border: none;
  border-radius: 0;
  width: 80%;
  line-height: 100%;
}

#search-wrap form button {
  width: 20%;
  font-size: 18px;
  padding: 20px 20px;
  border: none;
  border-radius: 0;
  line-height: 100%;
  background: #de0e16;
  color: #fff;
}

#search-item form {
  display: flex;
  flex-wrap: nowrap;
}

#search-wrap .btnClose {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  position: absolute;
  top: -55px;
  right: 0;
  border-radius: 100px;
  line-height: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
}

#ac-results {
  max-height: 400px;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 5px;
}

#ac-results .product-entry {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  font-size: 18px;
}

#ac-results .product-entry a {
  display: flex;
  padding: 15px 20px;
  color: #000;
  align-items: center;
  line-height: 100%;
}

#ac-results .product-entry a:hover,
#ac-results .selected-product {
  background: #dddddd;
  cursor: pointer;
}

#ac-results div.product-image {
  width: 40px;
  display: inline-block;
  flex-shrink: 0;
}

#ac-results .product-name {
  display: inline-block;
  flex-grow: 1;
  padding-top: 5px;
  padding-left: 10px;
}

/* SEARCH RESULT */
.search #primary {
  margin-bottom: 40px;
}

.search #primary #main {
  padding: 40px 0;
}

.search-title {
  text-align: center;
}

.search-title span {
  color: #d4282f;
}

.warning-wrap {
  text-align: center;
  max-width: 280px;
  margin: 0 auto 20px;
}

.search-no-result .form-wrap {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.search-no-result .search-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.search-no-result input.search-field {
  width: 100%;
  flex-shrink: 0;
  padding: 15px;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
  border-radius: 0;
}

.search-no-result input.search-submit {
  width: 50%;
  flex-shrink: 0;
  padding: 15px 40px;
  border-radius: 0;
  text-transform: uppercase;
  background: red;
  color: #fff;
  letter-spacing: 1px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 100%;
  border: 2px solid red;
}

@media (min-width: 576px) {
  .search-no-result input.search-field {
    width: 70%;
    margin-bottom: 0;
  }

  .search-no-result input.search-submit {
    width: 30%;
  }
}

@media (min-width: 768px) {
  .warning-wrap {
    max-width: 100%;
  }
  .warning-wrap p {
    margin-bottom: 5px;
  }

  .search #primary #main {
    padding: 80px 0;
  }
}

@media (min-width: 1200px) {
  .search-title {
    font-size: 60px;
  }
}

/* --- logo */

#header-wrap {
  position: relative;
}

#masthead {
	padding: 15px 0 0;
	transition: ease-in-out 0.15s;
}

.logo-area {
	padding: 10px 0;
	transition: ease-in-out 0.15s;
}

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

.site-branding img {
	max-width: 270px;
	transition: ease-in-out 0.15s;
}

.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;
}

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

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

.navbar-nav .nav-link {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
	letter-spacing: 0.5px;
    padding-right: 15px;
    text-transform: none;
}

.navbar-nav .nav-link.active {
  color: #000000;
}

.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%;
}

.main-navigation li.buy-btn{
	margin-left: 10px;
}

.main-navigation li.buy-btn a,
.main-navigation li.buy-btn a.active {
	font-weight: bold;
	background: #078ac9;
	border-radius: 100px;
	color: #fff;
}

.main-navigation li.buy-btn a:hover {
  background: #000;
  color: #fff;
}

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

	.site-branding button {
		position: relative;
	}

	.site-branding img {
		max-width: 230px;
	}

	.main-navigation{
		background: #000000;
	}
	
	.main-navigation li{
		text-align: right;
	}
	
	.main-navigation li.promo {
		align-items: center;
		justify-content: flex-start;
		padding: 10px 10px 10px 10px;
	}

	.main-navigation li.promo label {
		color: #ffffff;
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 0;
	}

	.main-navigation li.promo .prc {
		color: #fff;
		background: #078ac9;
		padding: 0 10px;
		font-size: 12px;
		margin-right: 10px;
		font-weight: 700;
	}
	
	.navbar-nav .nav-link,
	.navbar-nav .nav-link.active{
		color: #ffffff;
	}

	.main-navigation li.buy-btn a,
	.main-navigation li.buy-btn a.active {
		background: #078ac9;
		border-radius: 20px;
		margin: 10px 10px 10px 0px;
		width: 110px;
	}

}

@media (min-width: 992px) {
	
  #masthead .container {
    flex-wrap: wrap;
  }

  .logo-area {
    padding: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  #masthead .nav-area {
    width: 100%;
  }
	
}

@media screen and (max-width: 767px) {

	.main-navigation li.phone-num {
		float: left;
		font-size: 12px;
		line-height: 1.5em;
		align-items: center;
		padding: 10px 10px 10px 10px;
		width: 100%;
		font-weight: 600;
	}

	.main-navigation li.phone-num a {
		float: left;
		font-size: 12px;
		line-height: 1.5em;
		align-items: center;
		padding: 0 0 0 10px;
	}

	.main-navigation li.buy-btn{
		margin-left: 10px;
	}

	.main-navigation li.buy-btn a,
	.main-navigation li.buy-btn a.active {
		background: #078ac9;
		border-radius: 20px;
		margin: 10px 0px 10px 0px;
		width: 110px;
	}
	
}

@media (min-width: 992px) {
  .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: black;
}

.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 {
  color: #fff;
  background: #ff0008;
  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: 5px;
}

/* 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: 20px 0;
}

.header-icons a {
  width: 50px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 10px;
}

.icon-search {
  display: none;
}

.icon-search a {
  background-image: url(../images/common/white-search-icon.svg);
  width: 25px;
  height: 30px;
}

.icon-chat a {
  background-image: url(../images/common/chat-icon.svg);
  width: 50px;
  height: 34px;
}

.icon-bag a {
  background-image: url(../images/common/white-bag-icon.svg);
  width: 30px;
  height: 30px;
}

.icon-shipping a {
  background-image: url(../images/common/white-shipping-icon.svg);
  width: 50px;
  height: 30px;
}

.icon-phone a {
  background-image: url(../images/common/white-phone-icon.svg);
  width: 30px;
  height: 30px;
}

.menu-right #cartIcon .itemCount {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  color: #de0e16;
  border-radius: 100px;
}

.menu-right #cartIcon {
  position: relative;
}

.menu-right .ah-a {
  width: 100%;
  text-align: center;
  padding: 3px 0;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
  line-height: 120%;
}

.menu-right .ah-a span {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  max-width: 100%;
}

.menu-right span.ah-1-a {
  text-transform: uppercase;
  color: red;
}

/* transparent-header */
#header-wrap.transparent {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

.transparent #masthead {
  position: relative;
  z-index: 99;
}

#masthead.fix-header,
.transparent #masthead.fix-header{
    position: fixed;
    top: 0px;
    background: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	width: 100%;
    z-index: 999;
}

.logged-in .transparent #masthead.fix-header{
    top: 30px;
}

.transparent #masthead.fix-header{
    top: 0;
}

#masthead.fix-header {
    top: 0;
}

.logged-in #masthead.fix-header{
    top: 30px;
}

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

	#masthead.fix-header {
		top: 0;
	}
	
}

@media (min-width: 992px) {
	
	#masthead {
		padding: 10px 0 0;
	}
	
    .fix-header .logo-area {
        width: 200px;
    }
	
	.fix-header .site-branding img {
		max-width: 200px;
	}
}

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

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

.header-icons {
  display: none;
}

@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: 230px;
		padding-bottom: 110px;
	}

	.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: flex-end;
	}

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

	.header-icons {
		padding: 0;
	}

	.main-navigation li {
		border: none;
		margin: 0px 10px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 17px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-expand-lg .navbar-nav .nav-link.buy-btn{
		font-size: 17px;
		margin-left: 20px;
	}
	
}

@media (min-width: 1200px) {
  
	.navbar-expand-lg .navbar-nav .nav-link {
		font-size: 20px;
		line-height: 120%;
		margin-left: 0px;
		padding: 12px 15px;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link.buy-btn{
		font-size: 20px;
	}

	.main-navigation li.buy-btn a, .main-navigation li.buy-btn a.active{
		margin-left: 20px;
	}

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

	#bs4navbar {
		justify-content: end;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	#masthead.fix-header{
		padding-top: 0;
	}
	
	.site-branding .order {
		background: #0d8bcf;
		border-radius: 40px;
		color: #ffffff;
		font-size: 16px;
		font-weight: 800;
		letter-spacing: 0px;
		margin: 0px 30px 0px 0px;
		padding: 8px 25px 8px;
		text-transform: uppercase;
		width: 110px;
	}

	.transparent #masthead {
		z-index: 9;
		width: 100%;
		transition: 0.1s ease-in-out;
	}

	.logged-in .transparent #masthead {
		padding: 8px;
	}

	.transparent #masthead.fix-header {
		z-index: 999;
		top: 0;
	}
	
	.logged-in #masthead.fix-header,
	.logged-in .transparent #masthead.fix-header {
		top: 45px;
		padding: 15px 0px 15px 0px;
	}
}

@media (max-width: 767px) {
	
	
	.site-branding {
		align-items: center;
		justify-content: center;
	}
	
	.site-branding > a {
		width: 50px;
	}
	
	.site-branding img {
        max-width: 50px;
    }

	.site-branding .order {
		background: #0d8bcf;
        border-radius: 40px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0px;
        margin: 0px 30px 0px 20px;
        padding: 8px 25px 8px;
		text-align: center;
        text-transform: uppercase;
        width: 110px;
	}
	
	#masthead,
	.transparent #masthead {
		z-index: 9;
		background: #fff;
		padding-top: 0px;
		top: 0px;
		width: 100%;
		transition: 0.1s ease-in-out;
	}
	
	#masthead.fix-header{
		padding-top: 0;
	}
	
	.logged-in #masthead,
	.logged-in .transparent #masthead {
		padding: 8px;
	}
	
	#masthead.fix-header,
	.transparent #masthead.fix-header {
		position: fixed;
		z-index: 999;
		top: 0;
	}
	
	.logged-in #masthead.fix-header,
	.logged-in .transparent #masthead.fix-header {
		top: 28px;
	}
}

/* Above Header widget */
#above-header-widget-area {
  background-color: #1393d5;
  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: #ffffff;
}

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

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

#ah .dot {
  margin: 0 10px;
  color: #ffffff;
  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: #ffffff;
}

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

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

#ah,
#ah p {
	color: #ffffff;
}

@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;
  }
}

@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;
  }
}

/* END --- Above Header widget */

/* Header Callback */
.header-callout {
  background: #3ca0d0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 9;
}

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

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

#hc-2 {
  background: #fff;
  color: #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px 10px 0;
}

.hc-2a {
  padding-bottom: 15px;
}

#hc-2 p,
#hc-2 a {
  color: #000;
  margin: 0;
  font-size: 14px;
}

.hc-2b {
  margin-left: -15px;
  margin-right: -15px;
  background: gainsboro;
}

#hc-2 .hc-2b p {
  font-size: 11px;
  padding: 10px;
}

.hc-1 p {
  font-size: 16px;
  text-transform: none;
}

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

@media (min-width: 576px) {
  #hc-2 {
    display: none;
  }
}

@media (min-width: 768px) {
  .hc-1 {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .hc-1 {
    max-width: 100%;
  }

  .hc-1 p {
    font-size: 24px;
  }
}

/* END - Header Callback */

/* FOOTER */
#footer-wrap {
  background: #078ac9;
  color: #fff;
  padding: 40px 0;
}

#footer-wrap ul {
	list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#footer-wrap ul li a {
  color: #fff;
  font-size: 15px;
}

#footer-wrap ul li a :hover {
  color: #000;
}

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

.footer-logo {
  max-width: 240px;
  margin: 0 auto;
}

/* 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;
}

.site-info{
	padding-bottom: 20px;
}

.site-info p {
    padding-bottom: 0rem;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-shadow: none;
}

.site-info p strong {
    color: #ffffff;
    text-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
}

.site-info p strong a{
    color: #ffffff;
}

.footer-text .d-flex{
    align-items: center;
    justify-content: flex-start;
}

.footer-text .bbb{
	width: 150px;
}

.footer-text .d-flex img {
    width: 150px;
    height: auto;
    margin-left: 20px;
}

.footer-text .d-flex .bbb img{
	margin-left: 0;
}

#footer-wrap .social-icons {
	justify-content: flex-start;
    list-style: none;
    margin: 20px 0px 20px 0px;
    padding: 0;
    text-align: center;
}

#footer-wrap ul.social-icons li {
    width: auto;
    height: auto;
}

#footer-wrap ul.social-icons li {
    display: inline-block;
    font-size: 20px;
    padding: 0 4px;
    color: #fff;
    margin: 0px 10px 0px 0px;
    text-align: center;
}

#footer-wrap ul.social-icons li a{
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
}

#footer-wrap .social-icons li a {
    display: block;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.footer-menus ul li{
    font-weight: 600;
    margin-right: 1rem;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
}

 #footer-wrap .site-info .copyright {
    border: solid 1px #fff;
    font-style: normal;
    padding: 1rem;
}

.footer-address {
    border-top: solid 1px #fff;
    padding: 10px 0px;
}

.footer-address p{
	font-size: 14px;
    margin-bottom: 5px;
}

@media (min-width: 460px) {
}

@media (min-width: 992px) {
  #ft2 .container {
    flex-wrap: nowrap;
  }

  .ft2-b ul li {
    padding: 5px 10px 5px 10px;
  }

  .ft2-a {
    width: 380px;
    flex-shrink: 0;
  }

  .ft2-a > div {
    width: 320px;
  }

  .ft2-b {
    max-width: 100%;
    flex-wrap: nowrap;
  }

  .ft2-b > div {
    width: 460px;
    flex-shrink: 0;
  }

  .ft2-b > div.ft2-b1 {
		flex-grow: 1;
		width: auto;
		max-width: 100%;
		justify-content: center;
  }

  .ft2-b1 > div {
    width: auto;
  }
}

@media (min-width: 1200px) {
  #ft2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .ft2-b {
    text-align: center;
  }
	
	.footer-text .d-flex{
		margin-bottom: 20px;
	}
}


/* 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 */

/* IG FEED */
#ig-feed .slider {
  display: flex;
  flex-wrap: wrap;
}

#ig-feed {
  margin-bottom: 60px;
}

#ig-feed .slider .slide {
  width: 49%;
  width: calc(50% - 10px);
  margin: 5px;
  position: relative;
}

.ig-a {
  text-align: center;
}

.ig-a i {
  font-size: 60px;
  color: red;
  margin-bottom: 20px;
}

.ig-a h2 {
  font-size: 30px;
}

.spop {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  opacity: 0;
}

.spop .metrics {
  width: 200px;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}

.spop .metrics i {
  font-size: 30px;
  position: relative;
  margin-right: 5px;
  top: 5px;
}

.spop .metrics > div {
  width: 50%;
}

.spop .caption {
  width: 100%;
}

.slide:hover .spop {
  opacity: 1;
}

@media (min-width: 992px) {
  #ig-feed .slider .slide {
    width: 24%;
    width: calc(25% - 10px);
  }
}

@media (min-width: 1200px) {
  .home #ig-feed {
    margin-bottom: 50px;
  }

  #ig-feed {
    margin-bottom: 80px;
  }
}

/* Video Wrapper */
.videoWrapper {
  padding: 56.25% 0 0 0;
  position: relative;
}

.videoWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/* SMALL GUARANTEE */
.smg-wrap {
  max-width: 730px;
  margin: 0 auto;
}

.smg-a {
  width: 80px;
  float: left;
}

.smg-b {
  max-width: calc(100% - 100px);
  display: inline-block;
  margin: 12px 0 0 15px;
  text-align: left;
  font-size: 22px;
}

.smg-c {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
  line-height: 150%;
}

@media (min-width: 375px) {
  .smg-b {
    margin: 5px 0 0 15px;
    font-size: 28px;
  }
}

@media (min-width: 499px) {
  .smg-c {
    margin: 10px 0 0 100px;
    clear: none;
  }

  .smg-b {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .smg-a {
    width: 130px;
    margin-top: 0;
  }

  .smg-b {
    font-size: 30px;
    margin-top: 15px;
  }

  .smg-c {
    margin-left: 150px;
  }
}

.couponInfo {
  background-color: #ffffb3;
  border: 2px dashed red;
  text-align: center;
  padding: 0.5em;
  margin: 0.5em auto 1em auto;
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

@media (max-width: 767px) {
	
	.couponSplash{
		padding: 0px 15px;
	}
	
	.couponInfo {
		background-color: #ffffb3;
		border: 2px dashed red;
		text-align: center;
		padding: 0.5em;
		margin: 0.5em auto 1em auto;
		font-size: 16px;
		font-family: "Open Sans", sans-serif;
		font-weight: 800;
		line-height: 1.2em;
	}
	
	body #content .couponInfo p{
    	font-size: 16px;
    	line-height: 1.3em;
	}
	
}

.terms-conditions #guarantee {
  display: none;
}

/* FAQ */

#faq {
	max-width: 1140px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#faq .title {
  font-size: 42px;
  margin: 0 0 50px auto;
  max-width: 870px;
  text-align: right;
}

#faq .card-header {
  background-color: transparent;
}

#faq .card-header a {
  display: block;
  border: none;
  padding: 22px 60px 22px 40px;
  font-size: 18px;
  color: #000;
}

#faq #faq-accordion .card-header,
#faq #faq-accordion .card {
  border: none;
}

#faq #faq-accordion .card-header h5 {
  background: #eee;
  margin: 0;
  transition: 0.05s ease-in-out;
  border-radius: 10px;
}

#faq #faq-accordion .show .card-header h5 {
  background: transparent;
}

#faq div#faq-accordion {
  max-width: 1140px;
  margin: 0 auto;
}

#faq .card-header a:after {
  content: "\f068";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 21px;
  font-weight: 900;
}

#faq .card-header a.collapsed:after {
  content: "\f067";
}

#faq .card-body {
  margin: 0 auto;
  padding: 10px 30px 40px;
}

#faq .faq.show {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 #b0b0b0;
  box-shadow: 0 0 12px 0 #efefef;
}

@media (min-width: 991px) {
  #faq .card-header a:after {
    right: 50px;
    top: 15px;
  }

  #faq .card-header a {
	  padding: 15px 80px 15px 30px;
	  font-size: 21px;
	  font-weight: 600;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px){
	
	#faq .title {
		font-size: 34px;
		margin-bottom: 30px;
		max-width: 480px;
	}
	
	#faq .title .highlight{
		display: block;
	}

}

@media (max-width: 767px) {
	
	#faq .title {
		font-size: 26px;
		margin: 0px auto 30px auto;
		max-width: 870px;
		text-align: center;
	}

	#faq .card-header a {
		padding: 15px 80px 15px 30px;
		font-size: 15px;
	}
	
}


/* DARK NAV */
@media (min-width: 992px) {
  .dark-nav .navbar-nav .nav-link {
    color: #fff;
  }
  .dark-nav .icon-search a {
    background-image: url(/wp-content/themes/lehcart/images/common/white-search-icon.svg);
  }

  .dark-nav .icon-bag a {
    background-image: url(/wp-content/themes/lehcart/images/common/white-bag-icon.svg);
  }

  .dark-nav .icon-chat a {
    background-image: url(/wp-content/themes/lehcart/images/common/white-chat-icon.svg);
  }

  .dark-nav .icon-shipping a {
    background-image: url(/wp-content/themes/lehcart/images/common/white-shipping-icon.svg);
  }

  .dark-nav .icon-phone a {
    background-image: url(/wp-content/themes/lehcart/images/common/white-phone-icon.svg);
  }
}

/* LOADER */
.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #932c2c;
  box-shadow: 32px 0 #c72020, -32px 0 #9f2929;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
  display: block;
  margin-left: 50px;
}

@keyframes flash {
  0% {
    background-color: #cacaca22;
    box-shadow: 32px 0 #fff2, -32px 0 #fff;
  }
  50% {
    background-color: #fff;
    box-shadow: 32px 0 #fff2, -32px 0 #fff2;
  }
  100% {
    background-color: #fff2;
    box-shadow: 32px 0 #fff, -32px 0 #fff2;
  }
}


/**/

@media (max-width:767px) {
	
	#contact-page h3{
		font-size: 18px;
	}
	
	#contact-page .inner{
		padding-bottom: 30px;
	}
}


.pp-entries .slick-prev {
    left: 15px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.pp-entries .slick-next {
    right: 15px;
    z-index: 99999;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}


.error-404 .btn,
.error-404 .wpcf7 input[type=submit],
.wpcf7 .error-404 input[type=submit] {
	margin: 0 auto
}

.error-404 .page-content {
	padding: 5rem 0
}

.wpcf7 {
	max-width: 600px;
	margin: 0 auto!important
}

.wpcf7 .wpcf7-form label {
	width: 100%
}

.wpcf7 .wpcf7-not-valid-tip {
	color: #dc3545
}

.wpcf7 .wpcf7-validation-errors {
	color: #dc3545;
	border: 1px solid #e9ecef
}

#rma-wrap {
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 0
}

#rma-wrap h4 {
	font-size: 1rem;
	text-align: center
}

#rma-wrap p {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 0;
	max-width: 640px;
	margin: 20px auto
}

#rma-wrap .header {
	border-bottom: solid 3px #89c03d;
	position: relative
}

#rma-wrap .header img {
	display: block;
	margin: 0
}

.refund-products {
	position: relative;
	width: 100%;
	max-width: none;
	border: none;
	margin: 0 auto 0;
	padding: 0;
	max-width: 320px;
	display: block
}
/* Make the form container support RTL */
.wpforms-container {
    direction: rtl;
    text-align: right;
}

/* Adjust input fields to align text to the right */
.wpforms-container input[type="text"],
.wpforms-container input[type="email"],
.wpforms-container input[type="url"],
.wpforms-container input[type="tel"],
.wpforms-container input[type="number"],
.wpforms-container input[type="date"],
.wpforms-container input[type="password"],
.wpforms-container textarea {
    direction: rtl;
    text-align: right;
}

/* Adjust labels to align to the right */
.wpforms-container label {
    display: block;
    text-align: right;
}

/* Adjust submit button to align to the left in RTL mode */
.wpforms-container button[type="submit"] {
    text-align: center;
    direction: ltr;
}

/* Adjust checkbox and radio button labels to align to the right */
.wpforms-container .wpforms-field-checkbox label,
.wpforms-container .wpforms-field-radio label {
    text-align: right;
    padding-right: 20px;
    padding-left: 0;
}

/* Adjust select dropdown to align text to the right */
.wpforms-container select {
    direction: rtl;
    text-align: right;
}

/* Additional specific adjustments (if needed) */
.wpforms-container .wpforms-field {
    direction: rtl;
}

/* Adjusting error messages to be in RTL format */
.wpforms-container .wpforms-error-container {
    direction: rtl;
    text-align: right;
}

/* Specific margin adjustments for RTL */
div.wpforms-container-full .wpforms-form .wpforms-first {
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Adjust field margins to support RTL */
div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-one-third{
    margin-left: 0 !important;
    margin-right: 10px !important;
    width: calc(100% / 3 - 10px);
}

div.wpforms-container-full .wpforms-form .wpforms-one-third.wpforms-first{
	margin-right: 0px !important;
}

/* Adjust container margins to support RTL */
div.wpforms-container-full {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* If there are any specific classes that need margin adjustments, add them here */
.wpforms-container .wpforms-field.wpforms-field-first {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.wpforms-container .wpforms-field.wpforms-field-last {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Adjust margins for one-third fields */
.wpforms-container .wpforms-one-third {
    margin-left: 0 !important;
    margin-right: 2% !important; /* Adjust this value as necessary */
}

/* Remove margin from the last one-third field in each row */
.wpforms-container .wpforms-one-third:nth-child(3n) {
    margin-right: 0 !important;
}

/* Add left margin to the second one-third field in each row */
.wpforms-container .wpforms-one-third:nth-child(3n+2) {
    margin-right: 0 !important;
    margin-left: 2% !important; /* Adjust this value as necessary */
}


#rma-wrap .wpforms-field-label {
	display: block;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1em;
	margin-bottom: .5em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#rma-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	text-align: center
}

#rma-wrap button {
	background: #8fc43d;
	border: none;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	font-family: open sans, sans-serif;
	font-size: 1.6rem;
	margin: 20px 0 0;
	padding: 10px 20px;
	width: 100%;
	max-width: 640px;
	text-transform: uppercase;
	transition: .15s ease-in-out
}

#rma-wrap button:hover {
	background: #9cd543
}

#rma-cta .phone-icon {
	position: relative;
	top: -8px;
	margin-bottom: -10px
}

.rma-section-1 h2 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0
}

.rma-section-1 h2 small {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2em;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.rma-section-1 p {
	padding-top: .5rem;
	padding-bottom: 0;
	text-align: right;
}

#rma-wrap .header img {
	max-width: 320px;
	width: 90%;
	margin: 0 auto .5rem;
	display: block
}

#rma-wrap .wpforms-confirmation-container-full,
#rma-wrap div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #e0ffc7;
	border: 1px solid #b4d39b;
	margin: 1rem;
	text-align: center
}

@media (min-width:768px) and (max-width:991px) {
	.rma-section-1 h2 {
		font-size: 1.8rem;
		margin-bottom: 0
	}
	.rma-section-1 h2 small {
		font-size: 50%;
		font-weight: 600
	}
	#rma-wrap h4 {
		font-size: 1.2rem;
		text-align: right
	}
	#rma-wrap .header img {
		margin: 0 0 .5rem
	}
	.refund-products {
		border: none;
		margin: 0 auto 0;
		padding: 0;
		max-width: 480px;
		display: block
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.rma-section-1 h2 {
		font-size: 1.8rem;
		margin-bottom: 0
	}
	.rma-section-1 h2 small {
		font-size: 50%
	}
	#rma-wrap h4 {
		font-size: 2rem;
		text-align: right
	}
	#rma-wrap .header img {
		margin: 0 0 .5rem
	}
	.refund-products {
		border: none;
		margin: 0 auto 0;
		padding: 0;
		max-width: 480px;
		display: block
	}
}

@media (min-width:1200px) {
	#rma-wrap {
		padding-bottom: 0
	}
	.refund-products {
		position: absolute;
        width: 100%;
        max-width: none;
        border: none;
        margin: 0;
        padding: 0;
        top: 0;
        right: -40px;
	}
	#rma-wrap h4 {
		font-size: 1.2rem;
		text-align: right
	}
	.rma-section-1 h2 {
		font-size: 4rem;
		margin-bottom: 0
	}
	#rma-wrap .header img {
		margin: 0 0 .5rem
	}
	.rma-section-1 h2 small {
		font-size: 50%;
		font-weight: 600
	}
	#rma-wrap .header {
		height: 102px
	}
	#rma-wrap .header h4 {
		color: #1d411d;
		font-size: 2rem;
		font-weight: 900;
		position: relative;
		right: 0;
		top: 0;
		text-align: right;
		margin-top: 0;
		margin-bottom: 0;
	}
}

/**/