@import url(https://use.typekit.net/epl4rsy.css);
*,
*::before,
*::after {
  white-space: normal;
  word-break: break-word;
}

a:focus {
  text-decoration: none;
}

body {
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "jaf-bernina-sans", sans-serif;
}

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

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

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1400px;
}
@media (min-width: 1921px) {
  .container {
    max-width: 1550px;
  }
}
@media (max-width: 1500px) {
  .container {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

section {
  overflow: hidden;
}

.section-py {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .section-py {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section-py {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-pt {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .section-pt {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .section-pt {
    padding-top: 30px;
  }
}

.section-pb {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .section-pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .section-pb {
    padding-bottom: 30px;
  }
}

.white-text {
  color: #ffffff !important;
}

.section-title-h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .section-title-h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
  }
}
@media (max-width: 1366px) {
  .section-title-h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .section-title-h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: normal;
  }
}

.section-title-h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 25px;
  color: #000000;
  font-weight: bold;
}
@media (min-width: 1921px) {
  .section-title-h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media (max-width: 1366px) {
  .section-title-h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .section-title-h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
  }
}

.section-description,
p {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  color: #202020;
}
@media (min-width: 1921px) {
  .section-description,
  p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .section-description,
  p {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .section-description,
  p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: normal;
  }
}

.list-style--disc {
  padding-left: 20px;
}
.list-style--disc li {
  list-style: disc;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  color: #202020;
}
@media (min-width: 1921px) {
  .list-style--disc li {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .list-style--disc li {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .list-style--disc li {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: normal;
  }
}

.cm-btn {
  font-weight: 600;
  overflow: hidden;
  position: relative;
  padding: 0 30px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 48px;
  border-radius: 30px;
  background-color: #E34747;
  border: 2px solid #E34747;
  letter-spacing: 0.5px;
  display: inline-block;
  height: 50px;
}
@media (max-width: 1366px) {
  .cm-btn {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .cm-btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.cm-btn span {
  z-index: 2;
  position: relative;
}
.cm-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: #000000;
  transition: transform 0.2s ease-in;
  transform: scale(0.5, 1);
  border-radius: 15px;
}
.cm-btn:hover {
  border-color: #000000;
}
.cm-btn:hover::after {
  opacity: 1;
  transform: scale(1, 1);
}
.cm-btn.cm-btn-secondary {
  background-color: #105187;
  border-color: #105187;
}
.cm-btn.cm-btn-secondary:hover {
  border-color: #000000;
}
.cm-btn.cm-btn-primary-tran {
  color: #105187;
  background-color: transparent;
  border-color: #105187;
}
.cm-btn.cm-btn-primary-tran:hover {
  color: #ffffff;
  border-color: #105187;
}
.cm-btn.cm-btn-primary-tran:hover:after {
  background-color: #105187;
}
.cm-btn.cm-btn-secondry-tran {
  color: #E34747;
  background-color: transparent;
  border-color: #E34747;
}
.cm-btn.cm-btn-secondry-tran:hover {
  color: #ffffff;
  border-color: #000000;
}
.cm-btn.cm-btn-white-tran {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.cm-btn.cm-btn-white-tran:hover {
  color: #000000;
}
.cm-btn.cm-btn-white-tran:hover:after {
  background-color: #ffffff;
}
.cm-btn.cm-btn-black-tran {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.cm-btn.cm-btn-black-tran:hover {
  color: #ffffff;
}
.cm-btn.cm-btn-black-tran:hover:after {
  background-color: #000000;
}
@media (min-width: 1921px) {
  .cm-btn {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 60px;
    height: 62px;
  }
}
@media (max-width: 991px) {
  .cm-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 38px;
    height: 40px;
    padding: 0 20px;
  }
}

.slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #767475;
  border-radius: 100%;
  left: 0;
}
@media (max-width: 767px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.slick-arrow::before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  opacity: 1;
  background: url(/wp-content/themes/smokerschoice/dist/images/arrow.svg) no-repeat center/25px;
}
@media (max-width: 767px) {
  .slick-arrow::before {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
}
.slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: rotate(180deg);
  margin: 0 0 0 5px;
}
.slick-arrow:hover {
  background-color: #252525;
}

.section-title-h4 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 24px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 1366px) {
  .section-title-h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
  }
}
@media (max-width: 575px) {
  .section-title-h4 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
  }
}

.section-description-16 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 1921px) {
  .section-description-16 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .section-description-16 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .section-description-16 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
  }
}

.yellow-txt {
  color: #FDD210;
}

/* Video Popup */
.modal-backdrop.show {
  opacity: 0.9;
}

.home-popup-video-cls {
  padding-right: 0 !important;
}
.home-popup-video-cls .modal-dialog {
  margin: 0 auto;
  max-width: 900px;
}
.home-popup-video-cls .modal-content {
  border: 0;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-popup-video-cls .modal-body {
  padding: 0 0;
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
  align-items: center;
  display: flex;
}
@media (max-width: 767px) {
  .home-popup-video-cls .modal-body {
    padding: 0 15px;
  }
}
.home-popup-video-cls .popup-inner {
  width: 100%;
  position: relative;
}
.home-popup-video-cls .popup-inner video {
  z-index: 1;
  height: auto;
  position: relative;
}
.home-popup-video-cls .popup-inner iframe {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #000;
  max-width: 100% !important;
  max-height: 100% !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .home-popup-video-cls .popup-inner iframe {
    height: 225px;
  }
}
.home-popup-video-cls .popup-inner .close {
  display: flex;
  color: #fff;
  opacity: 1;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 28px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -29px;
  right: 0;
  background: transparent;
  border: 0;
}
.home-popup-video-cls .popup-inner .close:hover {
  opacity: 1;
}

.text-red {
  color: #d9330d;
}

.text-blue {
  color: #105187;
}

.font-weight-bold {
  font-weight: 700;
}

.grey-bg {
  background: #f9f9f9;
}

.grey-light-bg {
  background: #f3f3f3;
}

.grey-lighter-bg {
  background: #ECECEC;
}

@media (max-width: 1279px) {
  br {
    display: none;
  }
}
@media (max-width: 991px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    width: 100%;
    margin-bottom: 15px;
  }
  .col-sm-1:last-child, .col-sm-2:last-child, .col-sm-3:last-child, .col-sm-4:last-child, .col-sm-5:last-child, .col-sm-6:last-child, .col-sm-7:last-child, .col-sm-8:last-child, .col-sm-9:last-child, .col-sm-10:last-child, .col-sm-11:last-child, .col-sm-12:last-child {
    margin-bottom: 0;
  }
  .home .d-flex {
    width: 100%;
    display: inline-block !important;
  }
  .mt-5 {
    margin-top: 30px !important;
  }
  .mb-5 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .mt-5 {
    margin-top: 20px !important;
  }
  .mb-5 {
    margin-bottom: 20px !important;
  }
}
.inner-page--template {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .inner-page--template {
    padding-bottom: 0;
  }
}
.inner-page--template .container {
  max-width: 1140px;
}
@media (min-width: 1921px) {
  .inner-page--template .container {
    max-width: 1300px;
  }
}

.follow-us-on-section {
  margin-top: 85px;
  overflow: visible;
  position: relative;
  background: #767475;
}
.follow-us-on-section .container {
  max-width: 1170px;
}
.follow-us-on-section::before {
  background: url(/wp-content/themes/smokerschoice/dist/images/follow-us-insta-pattern.svg) no-repeat top left/100% 85px;
  content: "";
  height: 85px;
  width: 100%;
  position: absolute;
  top: -84px;
  left: 0;
}
.follow-us-on-section .insta-link {
  font-size: 18px;
  color: #ffffff;
  display: flex !important;
}
.follow-us-on-section .insta-link .link-icon {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-right: 15px;
}
.follow-us-on-section .insta-link img {
  max-height: 32px;
}
@media (max-width: 991px) {
  .follow-us-on-section {
    margin-top: 0;
  }
  .follow-us-on-section::before {
    display: none;
  }
}

.backtoptop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #252525;
  text-indent: -9999px;
  display: none;
  border-radius: 60px;
  background-clip: padding-box;
  border: 3px solid #ffffff;
  z-index: 9999;
}
.backtoptop span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}

.slick-dots li button {
  padding: 0;
}
.slick-dots li button:before {
  content: none;
}

header .header-top {
  padding: 30px 20px;
  background: #ffffff;
  border: 6px solid #000000;
}
header .header-top .section-description-16 {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Poppins", sans-serif;
}
header .header-inner {
  width: 100%;
  position: relative;
  background: #000000;
  transition: 0.5s ease-in-out;
  z-index: 20;
}
@media (max-width: 1500px) {
  header .header-inner .head-right-block {
    width: 80%;
  }
}
header .header-inner .logo .site-logo img {
  width: auto;
  max-height: 60px;
}
@media (max-width: 1500px) {
  header .header-inner .logo {
    width: 20%;
  }
}
header .header-inner.sticky {
  z-index: 99;
  transition: 0.5s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
}
header .header-inner .hamburger-icon {
  display: flex;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 5px;
  font-size: 21px;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  border-radius: 8px;
}
header .header-inner .hamburger-icon .icon-close {
  display: none;
}
header .header-inner .hamburger-icon.menu-close .icon-close {
  display: block;
}
header .header-inner .hamburger-icon.menu-close .icon-bars {
  display: none;
}
@media (min-width: 1280px) {
  header .header-inner .hamburger-icon {
    display: none;
  }
}
header .header-inner .menu-main .menu-wrapper {
  flex-direction: row;
  display: flex;
  align-items: center;
}
header .header-inner .menu-main .menu-wrapper li {
  position: relative;
  padding: 0 7px;
}
header .header-inner .menu-main .menu-wrapper li a {
  display: block;
  font-weight: 400;
  text-align: left;
  padding: 30px 5px;
  text-decoration: none;
  border-bottom: 3px solid #000000;
  transition: all 500ms ease 0ms;
  color: #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-size: 1.25rem;
}
header .header-inner .menu-main .menu-wrapper li a:hover {
  color: #d9330d;
  border-bottom-color: #d9330d;
}
@media (max-width: 1500px) {
  header .header-inner .menu-main .menu-wrapper li a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px 0;
  }
}
header .header-inner .menu-main .menu-wrapper li .sub-menu {
  width: 280px;
  border-radius: 0px;
  position: absolute;
  left: 0;
  z-index: 1000;
  top: 95%;
  border: 0;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.4);
  display: none;
  animation: slide-up 0.3s ease-out;
}
header .header-inner .menu-main .menu-wrapper li .sub-menu li {
  padding: 0;
  border-bottom: 1px solid #dddddd;
}
header .header-inner .menu-main .menu-wrapper li .sub-menu li a {
  font-weight: 400;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  border-bottom: 0;
  transition: color 0.3s ease 0s;
  color: #252525;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.125rem;
}
header .header-inner .menu-main .menu-wrapper li .sub-menu li a:hover {
  color: #ffffff;
  background-color: #d9330d;
}
header .header-inner .menu-main .menu-wrapper li .sub-menu li:last-child {
  border-bottom: 0;
}
header .header-inner .menu-main .menu-wrapper li.menu-item-has-children {
  padding-right: 0;
}
header .header-inner .menu-main .menu-wrapper li.menu-item-has-children > a {
  padding-right: 30px;
  position: relative;
}
header .header-inner .menu-main .menu-wrapper li.menu-item-has-children > a::before {
  top: 50%;
  right: 0;
  content: "\e90c";
  position: absolute;
  font-size: 20px;
  transform: translateY(-50%);
  font-family: "icomoon" !important;
  width: 30px;
  text-align: center;
  height: 25px;
}
header .header-inner .menu-main .menu-wrapper li.menu-item-has-children:hover .sub-menu {
  display: block;
  border-top: 3px solid #d9330d !important;
  animation: slide-down 0.3s ease-out;
}
header .header-inner .menu-main .menu-wrapper li.current-menu-parent a, header .header-inner .menu-main .menu-wrapper li.current_page_item a {
  color: #d9330d;
  border-bottom: 3px solid #d9330d;
}
header .header-inner .menu-main .menu-wrapper li.current-menu-parent .sub-menu li.current-menu-item a, header .header-inner .menu-main .menu-wrapper li.current_page_item .sub-menu li.current-menu-item a {
  color: #ffffff;
  background-color: #d9330d;
}
@media (min-width: 1921px) {
  header .header-inner .menu-main .menu-wrapper li {
    padding: 0 14px;
  }
  header .header-inner .menu-main .menu-wrapper li a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
  }
  header .header-inner .menu-main .menu-wrapper li .sub-menu {
    width: 350px;
  }
  header .header-inner .menu-main .menu-wrapper li .sub-menu li a {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}
header .header-inner .cm-button--header {
  padding: 0 30px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #E34747;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-transform: inherit;
  font-weight: 400;
  min-width: auto;
  margin-bottom: 3px;
}
header .header-inner .cm-button--header:hover {
  color: #E34747;
  border-color: #ffffff;
}
header .header-inner .cm-button--header:hover::after {
  background: #ffffff;
}
header .header-inner .cm-button--header i {
  display: none;
}
@media (max-width: 1279px) {
  header .header-inner .cm-button--header {
    margin-left: 10px;
    margin-bottom: 0;
    width: 44px;
    height: 44px;
    padding: 2px;
    font-size: 21px;
    border-radius: 8px;
    border-color: #ffffff;
    background-color: transparent;
  }
  header .header-inner .cm-button--header:hover {
    color: #ffffff;
  }
  header .header-inner .cm-button--header i {
    display: block;
  }
  header .header-inner .cm-button--header span, header .header-inner .cm-button--header::after {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header-inner .cm-button--header {
    width: 38px;
    height: 38px;
    border-radius: 4px;
  }
}
header .header-inner .search-block {
  width: 60px;
}
header .header-inner .search-block .search-form {
  width: 60px;
  height: auto;
  position: relative;
  margin-left: 0px;
  padding: 0;
  z-index: 2;
}
header .header-inner .search-block .search-form .search-field {
  height: 48px;
  width: 0px;
  border-radius: 10px;
  border: 0;
  outline: 0;
  position: relative;
  top: -2px;
  z-index: 1;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  padding: 0;
  float: right;
  transition: width 0.25s ease-in-out 0ms;
}
header .header-inner .search-block .search-form .search-btn {
  background-color: transparent;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 2px 8px;
  margin-left: 10px;
  width: 40px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  outline: 0;
  position: absolute;
  top: 0;
  right: 3px;
  z-index: 2;
  color: #ffffff;
  border: 2px solid #ffffff;
}
header .header-inner .search-block .search-form .search-btn:focus, header .header-inner .search-block .search-form .search-btn:hover {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  border-color: #105187;
  background-color: #105187;
}
header .header-inner .search-block.isFocus .search-field {
  width: 300px;
  padding: 8px 45px 5px 15px;
  text-overflow: ellipsis;
  overflow: hidden;
}
header .header-inner .search-block.isFocus .search-btn {
  color: #105187;
}
@media (max-width: 1279px) {
  header .header-inner .search-block {
    height: 44px;
  }
  header .header-inner .search-block .search-form {
    height: 44px;
  }
  header .header-inner .search-block .search-form .search-btn {
    width: 44px;
    height: 44px;
    border-radius: 8px;
  }
}
@media (max-width: 1299px) {
  header .header-top {
    padding: 15px;
    border-width: 3px;
  }
  header .header-top .section-description-16 {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  header .d-flex {
    width: auto;
    display: flex !important;
  }
  header .header-top {
    padding: 8px;
    border-width: 2px;
  }
  header .header-top .section-description-16 {
    font-size: 14px;
  }
  header .header-inner {
    padding: 10px 0;
  }
  header .header-inner .d-flex {
    display: flex !important;
  }
  header .header-inner .logo {
    width: auto;
  }
  header .header-inner .logo .site-logo img {
    max-height: 50px;
  }
  header .header-inner .head-right-block {
    width: auto;
    display: flex !important;
  }
  header .header-inner .menu-main {
    top: 111px;
    left: 0;
    padding: 0;
    z-index: 9998;
    width: 100%;
    position: fixed;
    display: none;
    overflow-y: auto;
    box-sizing: border-box;
    background: #000000;
    height: calc(100vh - 112px);
    transition: 0.5s ease-in-out;
    border-top: 1px solid #fff;
  }
  header .header-inner .menu-main .menu-wrapper {
    display: inline-block;
    width: 100%;
  }
  header .header-inner .menu-main .menu-wrapper li {
    padding: 0;
    position: relative;
  }
  header .header-inner .menu-main .menu-wrapper li a {
    padding: 12px 15px;
    font-size: 18px;
    line-height: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header .header-inner .menu-main .menu-wrapper li.current-menu-parent a, header .header-inner .menu-main .menu-wrapper li.current_page_item a {
    border-bottom-width: 1px;
  }
  header .header-inner .menu-main .menu-wrapper li.active-li .dropdown-menu-icon i {
    transform: rotate(180deg);
  }
  header .header-inner .menu-main .menu-wrapper li.active-li a {
    border-bottom: 0;
  }
  header .header-inner .menu-main .menu-wrapper li.menu-item-has-children {
    padding-right: 0;
  }
  header .header-inner .menu-main .menu-wrapper li.menu-item-has-children > a {
    padding-right: 45px;
  }
  header .header-inner .menu-main .menu-wrapper li.menu-item-has-children > a::before {
    display: none;
  }
  header .header-inner .menu-main .menu-wrapper li.menu-item-has-children:hover .sub-menu {
    display: none;
    border: 0 !important;
  }
  header .header-inner .menu-main .menu-wrapper li.menu-item-has-children .sub-menu.active {
    display: block;
    position: relative;
    width: 100%;
  }
  header .header-inner .menu-main .dropdown-menu-icon {
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 1px;
    width: 45px;
    height: 45px;
    display: flex;
    font-size: 22px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
  }
  header .header-inner .menu-main.menu-active {
    display: block;
  }
  header .header-inner.sticky .menu-main {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
@media (max-width: 767px) {
  header .header-inner .d-flex {
    padding-bottom: 0 !important;
    justify-content: space-between !important;
  }
  header .header-inner .logo .site-logo img {
    max-height: 30px;
  }
  header .header-inner .hamburger-icon {
    width: 38px;
    height: 38px;
    padding: 5px;
    border-radius: 4px;
  }
  header .header-inner .search-block {
    height: 38px;
    width: 50px;
  }
  header .header-inner .search-block .search-form {
    height: 38px;
    width: auto;
  }
  header .header-inner .search-block .search-form .search-field {
    height: 44px;
    top: -3px;
  }
  header .header-inner .search-block .search-form .search-btn {
    width: 38px;
    height: 38px;
    border-radius: 4px;
  }
  header .header-inner .menu-main {
    top: 99px;
    height: calc(100vh - 99px);
  }
  header .header-inner.sticky .menu-main {
    top: 58px;
    height: calc(100vh - 58px);
  }
}
@media (max-width: 568px) {
  header .header-inner .menu-main {
    top: 118px;
    height: calc(100vh - 118px);
  }
}
@keyframes slide-down {
  from {
    transform: translate(0, -20px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    transform: translate(0, 20px);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.age-verification-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  transform: scale(0);
  opacity: 0;
  transition: all 500ms ease-in 0ms;
}
.age-verification-container:before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/smokerschoice/dist/images/blue-tringle-shape.svg);
  background-position: left top;
  background-size: 100%;
  background-color: #105187;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.age-verification-container:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/smokerschoice/dist/images/red-tringle-shape.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.age-verification-container .age-inner-container {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .age-verification-container .age-inner-container {
    text-align: center;
  }
}
.age-verification-container .age-verification-content {
  width: 800px;
  max-width: 90%;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  padding: 50px;
}
@media (max-width: 767px) {
  .age-verification-container .age-verification-content {
    padding: 15px;
    margin: 15px auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .age-verification-container .age-verification-content .action-btn-block {
    display: flex !important;
  }
  .age-verification-container .age-verification-content .action-btn-block .cm-btn {
    margin: 0 10px;
  }
  .age-verification-container .age-verification-content .action-btn-block .cm-btn:first-child {
    margin-left: 0;
  }
  .age-verification-container .age-verification-content .action-btn-block .cm-btn:last-child {
    margin-right: 0;
  }
}
.age-verification-container .age-verification-content .txt_content {
  width: 100%;
  padding: 0;
  text-align: center;
}
.age-verification-container .age-verification-content .txt_content h2 {
  font-weight: 600;
  font-size: 35px;
  line-height: 42px;
  color: #000000;
  text-align: center;
  margin: 0;
}
.age-verification-container .age-verification-content .txt_content .smch-logo-block {
  width: auto;
  margin: auto;
  padding: 25px 0;
}
.age-verification-container .age-verification-content .txt_content .smch-logo-block img {
  max-height: 58px;
}
.age-verification-container .age-verification-content .action-btn-block button {
  margin: 0 15px;
}
.age-verification-container .age-verification-content p {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  margin: 0 0 15px 0;
}

body.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden .age-verification-container {
  transform: scale(1);
  opacity: 1;
}

.age-verification-container.popup-close {
  transform: scale(0);
  opacity: 0;
}

.overlay-hidden {
  overflow: hidden;
}

.subscribe-form {
  overflow: visible;
  position: relative;
  background-color: #d9330d;
}
.subscribe-form::before {
  background: url(/wp-content/themes/smokerschoice/dist/images/red-pattern-top.svg) no-repeat top left/100% 85px;
  content: "";
  height: 85px;
  width: 100%;
  position: absolute;
  top: -84px;
  left: 0;
}
@media (min-width: 1921px) {
  .subscribe-form::before {
    top: -83px;
  }
}
.subscribe-form::after {
  background: url(/wp-content/themes/smokerschoice/dist/images/red-pattern-bottom.svg) no-repeat top left/100% 85px;
  content: "";
  height: 85px;
  width: 100%;
  position: absolute;
  bottom: -85px;
  left: 0;
}
@media (min-width: 1921px) {
  .subscribe-form::after {
    bottom: -83px;
  }
}
.subscribe-form .form-inner {
  max-width: 900px;
  margin: 60px auto 0;
}
.subscribe-form .form-inner iframe {
  width: 100%;
  height: 470px;
}
@media (min-width: 1170px) {
  .subscribe-form .form-inner {
    max-width: 1170px;
  }
}
@media (max-width: 991px) {
  .subscribe-form .form-inner {
    margin-top: 30px;
  }
}
@media (max-width: 605px) {
  .subscribe-form .form-inner iframe {
    height: 805px;
  }
}
@media (max-width: 991px) {
  .subscribe-form::before, .subscribe-form::after {
    display: none;
  }
}

.site-footer {
  padding-top: 150px;
  background-color: #363636;
}
.site-footer .container {
  max-width: 1140px;
}
@media (min-width: 1921px) {
  .site-footer .container {
    max-width: 1400px;
  }
}
.site-footer .footer-logo a {
  display: inline-block;
}
.site-footer .footer-logo a img {
  max-height: 35px;
}
@media (min-width: 1921px) {
  .site-footer .footer-logo a img {
    max-height: 45px;
  }
}
.site-footer .social-media {
  margin: 20px 0;
}
.site-footer .social-media h4 {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
}
@media (min-width: 1921px) {
  .site-footer .social-media h4 {
    font-size: 24px;
  }
}
.site-footer .social-media .social-media-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.site-footer .social-media .social-media-icon li {
  margin-right: 10px;
}
.site-footer .social-media .social-media-icon li a {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
}
.site-footer .social-media .social-media-icon li a .icon-facebook-f {
  font-size: 23px;
}
.site-footer .social-media .social-media-icon li:last-child {
  margin-right: 0;
}
.site-footer .app-btn a {
  display: inline-block;
  border: 2px solid #E34747;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
}
.site-footer .app-btn a:hover {
  background-color: #E34747;
}
@media (min-width: 1921px) {
  .site-footer .app-btn a {
    padding: 8px 10px;
    font-size: 18px;
  }
}
.site-footer .widget_nav_menu {
  margin-top: 50px;
}
.site-footer .menu li {
  display: block;
  margin: 0 0 5px;
}
.site-footer .menu li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  padding-left: 11px;
  display: inline-block;
}
.site-footer .menu li a:hover {
  color: #E34747;
}
.site-footer .menu li a::before {
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  border-radius: 100%;
  background-color: #767475;
}
@media (min-width: 1921px) {
  .site-footer .menu li a {
    font-size: 18px;
  }
}
.site-footer .shop-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.site-footer .shop-btn .cm-btn {
  padding: 0 25px;
}
.site-footer .warning-text {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 15px;
  text-align: center;
  border-top: 1px solid #565656;
}
.site-footer .warning-text p {
  font-size: 13px;
}
@media (min-width: 1921px) {
  .site-footer .warning-text p {
    font-size: 15px;
  }
}
@media (max-width: 1279px) {
  .site-footer .warning-text br {
    display: block;
  }
}
.site-footer .copyright {
  background: #000000;
  padding: 15px;
}
.site-footer .copyright p {
  font-size: 14px;
}
@media (min-width: 1921px) {
  .site-footer .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .site-footer .shop-btn .cm-btn {
    font-size: 15px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .site-footer {
    padding-top: 30px;
  }
  .site-footer .row {
    justify-content: center;
  }
  .site-footer .col-sm-3, .site-footer .col-sm-2 {
    width: 25%;
  }
  .site-footer .shop-btn {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .site-footer .col-sm-3, .site-footer .col-sm-2 {
    width: 100%;
  }
  .site-footer .widget_nav_menu {
    margin-top: 0;
  }
  .site-footer .shop-btn {
    margin-top: 0;
    display: inline-block;
  }
  .site-footer .warning-text {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.footer-join-team {
  text-align: center;
  background: url(/wp-content/themes/smokerschoice/dist/images/footer-popup-bg.png) no-repeat center/100% 100%;
  padding: 30px;
  max-width: 400px;
  position: fixed;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.footer-join-team .close {
  padding: 0;
  top: -40px;
  right: 5px;
  position: absolute;
  opacity: 1;
  font-size: 35px;
  line-height: 35px;
  height: 35px;
  width: 35px;
  border: 0;
  display: flex;
  border-radius: 100%;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  background: #E34747;
}
.footer-join-team .close span {
  margin-bottom: 3px;
  display: inline-block;
}
.footer-join-team .close:focus {
  outline: 0 none;
}
.footer-join-team .modal-body {
  position: relative;
  padding: 0;
}
.footer-join-team h2 {
  font-size: 21px;
  line-height: normal;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.footer-join-team a {
  color: #ffffff;
  font-size: 14px;
}
.footer-join-team a:hover {
  color: #E34747;
}
.footer-join-team button#submit_button {
  margin: 0 auto;
  display: table;
}
@media (min-width: 1921px) {
  .footer-join-team {
    max-width: 450px;
  }
  .footer-join-team h2 {
    font-size: 24px;
  }
  .footer-join-team a {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  .footer-join-team {
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .footer-join-team h2 {
    font-size: 18px;
  }
}
