@font-face {
  font-family: "Muli Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Muli Regular"), url("fonts/Muli-Regular.woff") format("woff");
}

@font-face {
  font-family: "Muli Black";
  font-style: normal;
  font-weight: normal;
  src: local("Muli Black"), url("fonts/Muli-Black.woff") format("woff");
}

html {
  scroll-behavior: smooth;
}

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

body {
  font-family: "Muli Regular", 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: "Muli Regular", 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: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #de0e16;
  border: none;
  transition: none;
  padding: 20px 40px;
  font-family: "Muli Black";
  font-size: 18px;
  line-height: 100%;
  border-radius: 8px;
}

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

a:focus {
  outline: none;
}

/* Font Management */
h1,
h2,
h3,
h4,
h5 h6 {
  font-family: "Muli Black";
  margin: 0 0 20px;
}

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

h1 {
  font-size: 28px;
}

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

a {
  color: #de0e16;
}

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

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

ul.red-tick,
ul.dot-list {
  margin-bottom: 40px;
}

.description-wrap ul li,
ul.red-tick li,
ul.dot-list li {
  position: relative;
  padding: 5px 0 5px 45px;
  text-align: left;
}

.description-wrap ul li:before,
ul.red-tick li:before {
  content: "";
  background: url("../images/common/red-tick.svg") top left/contain no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}

ul.dot-list li:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 12px;
  background: #de0e16;
  border-radius: 100px;
}

/* 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: "Muli Regular";
  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;
  z-index: 9999;
}

#masthead {
  padding: 15px 0 0;
}

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

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

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

.site-branding button {
  width: 50px;
  flex-shrink: 0;
  background: #d4282f;
  height: 45px;
  padding: 0;
}

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

.navbar-nav .nav-link {
  color: #000;
  padding-left: 15px;
  font-size: 15px;
}

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

.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: #fff;
}

/* --- 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 {
	display: flex;
  width: 40%;
  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: 400;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.mnu-wrap .promo label {
    display: block;
    line-height: 150%;
    margin-bottom: 0;
    font-size: 12px;
}

/* 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/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/bag-icon.svg");
  width: 30px;
  height: 30px;
}

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

.icon-phone a {
  background-image: url("../images/common/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;
}

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

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

  .transparent #masthead {
    background: transparent;
  }

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

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

  .icon-phone,
  .icon-shipping {
    display: none;
  }

  .icon-search {
    display: block;
  }

  #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: 7px;
    padding-right: 7px;
  }
}

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

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

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

#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-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: #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;
  }
}

/* END --- Above Header widget */

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

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

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

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

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

/* END - Header Callback */

@media (max-width: 991px) {
	
	#masthead {
		padding: 0;
	}

	.site-branding {
		align-items: center;
	}

	.site-branding > a {
		position: relative;
		top: 3px;
	}
	
	.menu-right {
        position: absolute;
        top: 10px;
        left: auto;
        right: 115px;
    }

}

@media (max-width: 767px) {

	.site-branding img {
		max-width: 120px;
	}
	
	.menu-right{
		position: absolute;
		top: -2px;
		left: auto;
		right: 90px;
	}

}

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

#footer-wrap ul {
  list-style: none;
  padding: 0;
}

#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: 190px;
  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 {
  column-count: 2;
  margin-bottom: 30px;
}

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

.copyr p.copr-2 {
  margin-bottom: 30px;
}

@media (min-width: 460px) {
  .ft2-b {
    column-count: 1;
    display: flex;
    flex-wrap: nowrap;
  }

  .ft2-b > div {
    width: 33.33%;
  }
}

@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 {
    flex-grow: 1;
  }
}

@media (min-width: 1200px) {
  #ft2 {
    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 {
  display: flex;
  flex-wrap: nowrap;
  max-width: 330px;
  align-items: center;
  position: relative;
  right: 0;
  top: 0;
  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%;
}

/* Guarantee */
#guarantee .guarantee-a {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

#guarantee img {
  margin-bottom: 25px;
  width: 200px;
}

#guarantee h2 {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  #guarantee h2 {
    font-size: 48px;
    max-width: 430px;
    margin: 0 auto 40px;
  }
}

@media (min-width: 992px) {
  #guarantee h2 {
    font-size: 50px;
    max-width: 100%;
  }

  #guarantee {
    margin: 0 auto 60px;
  }
}

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

/* FAQ */
#faq {
  max-width: 1140px;
  margin: 0 auto;
}

#faq h2 {
  max-width: 870px;
  text-align: center;
  margin: 0 auto 50px;
}

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

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

.faq.card {
  -webkit-box-shadow: 0 0 10px 0 #d9d9d9;
  box-shadow: 0 0 10px 0 #d9d9d9;
}

#faq #faq-accordion .card-header h5 {
  background: #fff;
  margin: 0;
  border-radius: 10px;
}

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

#faq .card-header a:after {
  content: "+";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 2px;
  right: 30px;
  font-size: 45px;
  content: "-";
}

#faq .card-header a.collapsed:after {
  content: "+";
  font-size: 30px;
  top: 15px;
}

#faq .card-body {
  margin: 0 60px 0 45px;
}

#faq .card-body p {
  font-size: 16px;
}

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

/* Page Template */
.page-template-default #guarantee .container {
  padding-bottom: 60px;
  border-bottom: 4px solid #efefef;
  margin-bottom: 60px;
}

/* Default fold-bg */
.fold-content {
  color: #000;
  background: #fcfcfc;
  position: relative;
  background-image: url("../images/common/product-bg.jpg");
  background-size: contain;
}

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

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

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

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

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

/**/

.counterfeit-check .entry-content{
	margin: 0px;
}

.counterfeit-check .title {
	color: #000000;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.5px;
}

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

	.counterfeit-check .title {
        font-size: 36px;
        margin-bottom: 40px;
	}

}

@media screen and (min-width: 1200px){

	.counterfeit-check .title {
        font-size: 40px;
	}

}

.counterfeit-check .instructions {
    display: flex;
	align-items: center;
	flex-direction: column;
    justify-content: center;
    padding: 0px 0px 30px 0px;
}

.counterfeit-check .instructions img{
	display: block;
	margin-bottom: 20px;
}

.counterfeit-check .instructions .steps{
	font-family: "Muli Black";
	list-style:none;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.counterfeit-check .instructions li{
	display: flex;
	align-items: center;
	color: #000000;
	font-family: "Muli Black";
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.counterfeit-check .instructions li:last-of-type{
	margin-bottom: 0px;
}

.counterfeit-check .instructions li .step-t {
    display: block;
    background: #de0f16;
    border-radius: 10px;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    margin-right: 10px;
    padding: 2px;
    width: 85px;
}

.counterfeit-check .instructions li .step-d{
	font-size: 14px;
	line-height: 1.3em;
    width: calc(100% - 120px);
    letter-spacing: -0.5px;
}

@media screen and (min-width: 768px){
	
	.counterfeit-check .instructions .steps{
		padding-left: 20px;
	}
	
	.counterfeit-check .instructions li .step-t {
		border-radius: 10px;
		font-size: 16px;
		margin-right: 10px;
		padding: 5px;
		width: 100px;
	}
	
	.counterfeit-check .instructions li .step-d{
		font-size: 16px;
		letter-spacing: 0px;
	}
	
}

@media screen and (min-width: 992px){
	
	.counterfeit-check .instructions {
		flex-direction: row;
		padding: 0px 0px 30px 0px;
	}
	
	.counterfeit-check .instructions img{
		margin-bottom: 0px;
	}
	
	.counterfeit-check .instructions li .step-t{
		font-size: 27px;
	}
	
	.counterfeit-check .instructions li .step-d{
		font-size: 20px;
	}
	
}

/**/

.counterfeit-check .prod-select{
	background: #eeeeee;
	border-radius: 10px;
    margin-bottom: 30px;
	overflow: hidden;
}

.counterfeit-check .prod-select h2 {
    background: #de0f16;
    color: #ffffff;
	font-size: 18px;
    text-align: center;
	margin-bottom: 0px;
    padding: 10px;
}

.counterfeit-check .prod-select .d-flex{
	display: flex;
	flex-direction: column;
    justify-content: center;
	padding: 30px;
}

.counterfeit-check .prod-select p{
	color: #000000;
	font-family: "Muli Black";
	font-size: 23px;
	text-align: center;
	position: relative;
	padding-bottom: 50px;
}

.counterfeit-check .prod-select p:after{
	content: "";
    background: url("../../../uploads/2025/02/checkbox.png") no-repeat 0 0 / cover;
    height: 39px;
    width: 53px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -26px;
}

.counterfeit-check .prod-select a.selected p:after{
	background: url("../../../uploads/2025/02/checkmark.png") no-repeat 0 0 / cover;
	height: 48px;
    width: 55px;
}

.counterfeit-check .prod-select a {
    display: flex;
    background: #ffffff;
    border: solid 1px #737373;
    color: #ffffff;
    text-align: center;
	text-decoration: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
	margin: 0px auto 20px auto;
    padding: 13px 22px;
    width: 100%;
}

.counterfeit-check .prod-select a.selected{
	background: #fff799;
	border: solid 4px #23411f;
	padding: 10px 20px;
}

@media screen and (min-width: 768px){
	
	.counterfeit-check .prod-select h2 {
		font-size: 24px;
		padding: 15px;
	}
	
	.counterfeit-check .prod-select .d-flex{
		flex-direction: row;
	}
	
	.counterfeit-check .prod-select a{
		margin: 0px 10px;
		width: 33.3%; 
	}
	
}

/**/

.counterfeit-check #authenticity-form{
    margin: 0px auto 0px auto;
	max-width: 540px;
}

.counterfeit-check #authenticity-form a{
	color: #0054ff;
}

.counterfeit-check #authenticity-form-title{
	background: #de0f16;
	border-radius: 10px 10px 0px 0px;
	color: #ffffff;
	font-family: "Muli Black";
    font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	margin: -20px -30px 20px -30px;
	padding: 10px;
}

.counterfeit-check #counterfeit-check{
    background-color: #eeeeee;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px 30px 25px 30px;
    text-align: center;
}

.counterfeit-check #counterfeit-check h3{
	text-transform: uppercase;
	color: #ffd33a;
	font-size: 1.7em;
	margin-bottom: .5em;
}

.counterfeit-check #counterfeit-check{
	font-size: 18px;
	text-align: left;
}

.counterfeit-check #counterfeit-check .d-flex{
	padding: 0px 20px 20px 20px;
    flex-direction: column;
    align-items: center;
}

.counterfeit-check #counterfeit-check .asterix {
	font-size: 18px;
	font-weight: 600;
    text-align: left;
    padding: 15px 20px;
}

.counterfeit-check #counterfeit-check .asterix a{
	color: #0054ff;
}

.counterfeit-check #authenticity-check {
    margin-top: 0;
	margin-left: 5px;
	padding: 15px;
    -webkit-appearance: none;
    border: none;
    background-color: #de0f16;
	color: #ffffff;
    font-size: 14px;
	font-weight: 600;
    width: 130px;
    text-transform: uppercase;
}

.counterfeit-check #authenticity-code{
	width: 700px;
	-webkit-appearance: none;
	font-family: inherit;
	font-size: 100%;
	margin-bottom: 10px;
	padding: 0.3em;
	max-width: 100%;
	box-sizing: border-box
}

.counterfeit-check .authenticity-subheading {
    color: red;
    font-size: 24px;
	line-height: 1.2em;
}

.counterfeit-check .authenticity-response{
	padding: 10px;
    max-width: 540px;
    margin: 0px auto 20px;
	padding: 15px;
    text-align: center;
}

.counterfeit-check .authenticity-response p{
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.counterfeit-check .authenticity-response h4{
	display: block;
	color: #ffffff;
	font-size: 18px;
	margin: 0 0 12px 0;
	padding: 10px;
}

.counterfeit-check #authcheck-good{
	background: #daeec0;
	border-radius: 10px;
	padding: 15px;
    overflow: hidden;
}

.counterfeit-check #authcheck-good > div{
	display: flex;
    align-items: center;
	justify-content: center;
}

.counterfeit-check #authcheck-good > div > span{
	line-height: 1em;
	margin-right: 10px;
	margin-top: 0px;
}

.counterfeit-check #authcheck-bad{
	background: #f9dcdf;
	border-radius: 10px;
	padding: 15px;
    overflow: hidden;
}

.counterfeit-check #authcheck-bad h4{
	background:#aa0919;
}

.counterfeit-check #authcheck-bad > div > span{
	display: none !important;
}

.counterfeit-check #authcheck-missingcode{
    background: #f9dcdf;
	border-radius: 10px;
	padding: 15px;
    overflow: hidden;
}

.counterfeit-check #authcheck-missingcode h4{
	background:#aa0919;
    letter-spacing: 0;
	text-align: center;
}

.counterfeit-check #authcheck-invalid{
	background:#ffe2bc;
	border-radius: 10px;
	padding: 15px;
    overflow: hidden;
}

.counterfeit-check #authcheck-invalid h4{
	background:#ff9000;
}

.counterfeit-check .authenticity-contact-button{
	display: block;
    max-width: 140px;
    text-align: center;
    background: #de0f16;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 10px auto 0px auto;
    padding: 10px 10px 10px 10px;
    border-radius: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.counterfeit-check .authenticity-contact-button:hover{
	color: #ffffff;
}

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

    .counterfeit-check #authenticity-form-title {
        font-size: 24px;
		text-align: center;
        margin: -20px -30px 20px -30px;
		padding: 15px;
    }
	
	.counterfeit-check #authcheck-bad .authenticity-subheading {
        font-size: 32px;
        margin-bottom: 10px;
    }
	
	.counterfeit-check #counterfeit-check .asterix{
		padding: 15px 30px;
	}

	.counterfeit-check #counterfeit-check .d-flex{
		flex-direction: row;
	}
	
	.counterfeit-check #authenticity-code{
		display: inline-block;
        margin-bottom: 0px;
        width: calc(100% - 160px);
	}
	
	.counterfeit-check #authenticity-check{
		font-size: 18px;
        padding: 10px;
        width: 150px;
	}
	
	.counterfeit-check .authenticity-response p{
		margin: 0px 30px 0px 0px;
	}

}

/**/

.s3{
	order: 2;
	padding: 20px 0px 40px 0px;
}

.s3 .container{
	margin: 0px auto;
	max-width: 1070px;
}

.s3 .inner-wrap {
    background: #f5f5f5;
    padding: 20px 15px 20px 15px;
}

.s3 .inner-wrap h4{
	margin-bottom: 10px;
}

.s3 .title {
    background: #de0f16;
    color: #ffffff;
    font-family: "Muli Black";
    font-size: 18px;
	text-align: left;
	text-transform: uppercase;
    margin: 0;
    padding: 15px 30px 15px 30px;
}

.s3 p{
	margin-bottom: 10px;
}

.s3 .inner-wrap p{
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
}

.s3 #toggle-all-btn {
    display: table;
    margin: 0px auto 0px;
    padding: 15px;
    -webkit-appearance: none;
    border: none;
    background-color: #de0f16;
    color: #ffffff;
    font-family: "Muli Black";
    font-size: 14px;
	letter-spacing: 0;
	line-height: 1em;
    text-transform: uppercase;
	width: 140px;
}

@media screen and (min-width: 992px) {
	
	.s3{
		padding-top: 40px;
	}
	
	.s3 .title {
		font-size: 21px;
	}
	
	.s3 .inner-wrap {
		padding: 30px 40px 30px 40px;
	}
	
	.s3 .inner-wrap {
		height: 780px;
		overflow-y: scroll;
	}
	
}

@media screen and (max-width: 767px){
	
	.s3 .title {
		font-size: 18px;
		padding: 10px 15px 10px 15px;
	}
	
}

/**/

.cart-container {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.cart-container, .cart-container select{
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}