@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, .storage-buying--section ul {
  padding-left: 20px;
}
.list-style--disc li, .storage-buying--section ul li {
  list-style: disc;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  color: #202020;
}
@media (min-width: 1921px) {
  .list-style--disc li, .storage-buying--section ul li {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .list-style--disc li, .storage-buying--section ul li {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .list-style--disc li, .storage-buying--section ul 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, .rolling-accessories, .event-section {
  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;
}

.inner-page-banner {
  height: 306px;
  position: relative;
}
.inner-page-banner .banner-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .inner-page-banner .banner-image {
    background-position: center right;
  }
}
.inner-page-banner .banner-image .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 10px;
}
.inner-page-banner .banner-image .overlay h1 {
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.faq-section {
  padding-top: 50px;
}
.faq-section .container {
  max-width: 1220px;
}
@media (max-width: 991px) {
  .faq-section {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .faq-section {
    padding-top: 30px;
  }
}
.faq-section .heading-30 {
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .faq-section .heading-30 {
    margin-bottom: 15px;
  }
}
.faq-section .accordion .card {
  border: 1px solid #BBB;
  border-radius: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .faq-section .accordion .card {
    margin-bottom: 15px;
  }
}
.faq-section .accordion .card .card-header {
  padding: 0;
}
.faq-section .accordion .card .card-header button {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-align: left;
  text-decoration: none;
  padding: 25px 30px;
  margin: 0;
  border: 0;
  background: transparent;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
}
@media (min-width: 1921px) {
  .faq-section .accordion .card .card-header button {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .faq-section .accordion .card .card-header button {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 40px 10px 15px;
  }
}
.faq-section .accordion .card .card-header button:focus {
  box-shadow: none;
}
.faq-section .accordion .card .card-header button:focus-visible {
  outline: none;
}
.faq-section .accordion .card .card-header button[aria-expanded=true] {
  background: #767475;
  color: #fff;
}
.faq-section .accordion .card .card-header button[aria-expanded=true] i {
  color: #fff;
  transform: rotate(0);
}
.faq-section .accordion .card .card-header button i {
  width: 16px;
  height: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: normal;
  color: #000;
  position: absolute;
  right: 30px;
  top: 30px;
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .faq-section .accordion .card .card-header button i {
    right: 10px;
    top: 10px;
  }
}
.faq-section .accordion .card .card-header button i:before {
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .faq-section .accordion .card .card-header button i:before {
    line-height: 22px;
    font-size: 14px;
  }
}
.faq-section .accordion .card div[id*=collapse-] {
  box-shadow: 10px 10px 40px rgba(126, 126, 126, 0.1490196078);
  background: #767475;
}
.faq-section .accordion .card div[id*=collapse-] p {
  color: #fff;
}
.faq-section .accordion .card .card-body {
  margin: 0px 30px 0px 30px;
  text-align: left;
  border-top: 0.5px solid #FFFFFF;
  padding: 10px 0;
}
@media (max-width: 991px) {
  .faq-section .accordion .card .card-body {
    padding: 0 10px 0 0;
    margin: 0px 15px 0px 15px;
  }
}
.faq-section .accordion .card .card-body p:empty {
  display: none;
}
.faq-section .accordion .card:last-child {
  margin-bottom: 0;
}

.testimonial-section .container {
  max-width: 1140px;
}
@media (min-width: 1921px) {
  .testimonial-section .container {
    max-width: 1350px;
  }
}
.testimonial-section .heading-section {
  position: relative;
}
.testimonial-section .heading-section .cm-btn {
  top: 0;
  right: 0;
  position: absolute;
  background-color: #105187;
  border-color: #105187;
}
.testimonial-section .heading-section .cm-btn:hover {
  border-color: #105187;
}
@media (max-width: 991px) {
  .testimonial-section .heading-section .cm-btn {
    margin-top: 10px;
    position: relative;
  }
}
.testimonial-section .section-description-16 p {
  margin: 0;
}
.testimonial-section .customers-say-slider {
  margin-bottom: 0;
}
.testimonial-section .customers-say-slider .slick-list {
  margin: 0 -15px;
}
.testimonial-section .customers-say-slider .slick-track {
  display: flex;
}
.testimonial-section .customers-say-slider .slick-slide {
  display: flex;
  height: auto;
  margin: 8px 15px 15px;
}
.testimonial-section .customers-say-slider .customers-say {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1607843137);
  padding: 38px 20px 20px;
  text-align: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.testimonial-section .customers-say-slider .customers-say::before {
  content: "";
  background-image: url(/wp-content/themes/smokerschoice/dist/images/testimonial-icon.svg);
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 26px;
}
.testimonial-section .customers-say-slider .customers-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 60px;
  margin-bottom: 15px;
  padding-left: 73px;
  position: relative;
}
.testimonial-section .customers-say-slider .customers-info span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #cfc45f;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  padding: 10px;
  margin-right: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
.testimonial-section .customers-say-slider .customers-info span.S {
  background-color: #8b9bc7;
}
.testimonial-section .customers-say-slider .customers-info span.J {
  background-color: #c48bb3;
}
.testimonial-section .customers-say-slider .customers-info .author-name {
  font-size: 20px;
}
@media (min-width: 1921px) {
  .testimonial-section .customers-say-slider .customers-info .author-name {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .testimonial-section .customers-say-slider {
    margin-bottom: 0;
  }
}
.testimonial-section .slick-dots {
  margin-top: 30px;
  bottom: 0;
  position: relative;
}
.testimonial-section .slick-dots li {
  width: 15px;
  height: 15px;
}
.testimonial-section .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #d8d8d8;
}
.testimonial-section .slick-dots li button::before {
  display: none;
}
.testimonial-section .slick-dots li.slick-active button {
  background-color: #105187;
}

.common-slider .slick-list {
  margin: 0 auto;
  max-width: 1270px;
}
.common-slider .smokin-items {
  margin: 0 15px;
}
.common-slider .pro-content {
  margin-top: 15px;
  min-height: inherit;
  position: relative;
}
.common-slider .pro-content .price {
  display: inline-block;
  margin-bottom: 0;
  color: #4C4B4B;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 1921px) {
  .common-slider .pro-content .price {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.common-slider .pro-content .price .sale-price {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 1921px) {
  .common-slider .pro-content .price .sale-price {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.common-slider .pro-content .pro-des {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: normal;
  text-align: center;
  min-height: 40px;
  font-weight: 600;
}
@media (min-width: 1921px) {
  .common-slider .pro-content .pro-des {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.common-slider .pro-content .cm-btn {
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 1921px) {
  .common-slider .pro-content .cm-btn {
    height: 50px;
    line-height: 48px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (min-width: 1921px) {
  .common-slider .slick-list {
    max-width: 1400px;
  }
}
@media (max-width: 1500px) {
  .common-slider .slick-list {
    max-width: 1150px;
  }
}
@media (max-width: 1299px) {
  .common-slider .slick-list {
    max-width: 1100px;
  }
}
@media (max-width: 991px) {
  .common-slider.smokin-highlights-slider {
    margin-bottom: 0 !important;
  }
  .common-slider .slick-list {
    max-width: 100%;
  }
  .common-slider .slick-dots {
    margin-top: 20px;
    bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .common-slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 3px;
  }
  .common-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 100%;
    background-color: transparent;
    border: 2px solid #000000;
  }
  .common-slider .slick-dots li button::before {
    display: none;
  }
  .common-slider .slick-dots li.slick-active button {
    background-color: #000000;
  }
}

.home-banner {
  padding: 30px 0;
  background: transparent linear-gradient(0deg, #FFCDCD 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  height: 617px;
}
.home-banner .container {
  max-width: 1500px;
}
@media (min-width: 1921px) {
  .home-banner .container {
    max-width: 1700px;
  }
}
@media (max-width: 1500px) {
  .home-banner .container {
    max-width: 1280px;
  }
}
.home-banner .multiple-items {
  margin-bottom: 0;
}
.home-banner .banner-caption .sub-title {
  display: block;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.81px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.home-banner .banner-caption h1 {
  display: block;
  font-size: 56px;
  line-height: 68px;
  font-weight: 800;
  color: #000000;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}
.home-banner .banner-caption .cm-btn {
  margin-top: 10px;
  padding: 0 45px;
}
@media (max-width: 991px) {
  .home-banner .banner-caption .cm-btn {
    padding: 0 20px;
  }
}
@media (min-width: 1921px) {
  .home-banner .banner-caption .sub-title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 1.8px;
  }
  .home-banner .banner-caption h1 {
    font-size: 75px;
    line-height: 90px;
    letter-spacing: 2px;
  }
}
.home-banner .slick-dots {
  margin-top: 30px;
  bottom: 0;
  position: relative;
}
.home-banner .slick-dots li button {
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 100%;
  background-color: transparent;
  border: 3px solid #000000;
}
.home-banner .slick-dots li button::before {
  display: none;
}
.home-banner .slick-dots li.slick-active button {
  background-color: #000000;
}
@media (max-width: 1299px) {
  .home-banner .banner-caption .sub-title {
    font-size: 22px;
    line-height: 28px;
  }
  .home-banner .banner-caption h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .home-banner {
    text-align: center;
    height: auto;
  }
  .home-banner .d-flex {
    width: 100%;
    display: inline-block !important;
  }
  .home-banner .col-sm-7, .home-banner .col-sm-5 {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-banner .col-sm-7:last-child, .home-banner .col-sm-5:last-child {
    margin-bottom: 0;
  }
  .home-banner .slick-dots {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-banner .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .home-banner .slick-dots li button {
    width: 15px;
    height: 15px;
    border-width: 2px;
  }
  .home-banner .banner-caption .sub-title {
    font-size: 18px;
    line-height: 24px;
    display: block;
  }
  .home-banner .banner-caption h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .home-banner .banner-caption .sub-title {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
  }
  .home-banner .banner-caption h1 {
    line-height: normal;
  }
}

.smokers-choice-rewards-strip {
  padding: 20px 0;
  background-color: #767475;
}
.smokers-choice-rewards-strip .container {
  max-width: 1760px;
}
@media (min-width: 1921px) {
  .smokers-choice-rewards-strip .container {
    max-width: 1800px;
  }
}
.smokers-choice-rewards-strip .section-title-h2 {
  font-weight: normal;
  color: #ffffff;
  line-height: 70px;
  padding-left: 85px;
  text-transform: uppercase;
  background: url(/wp-content/themes/smokerschoice/dist/images/smoker-rewards-strip.svg) no-repeat top left/70px;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (min-width: 1921px) {
  .smokers-choice-rewards-strip .section-title-h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1500px) {
  .smokers-choice-rewards-strip .section-title-h2 {
    line-height: 50px;
    padding-left: 65px;
    background-size: 50px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.smokers-choice-rewards-strip .cm-button-main {
  display: flex;
  align-items: center;
}
.smokers-choice-rewards-strip .cm-button-main .cm-btn {
  padding: 0 20px;
  margin-right: 15px;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 0.5px;
  border-radius: 0;
}
.smokers-choice-rewards-strip .cm-button-main .cm-btn:last-child {
  margin-right: 0;
}
.smokers-choice-rewards-strip .cm-button-main .cm-btn:after {
  border-radius: 0;
}
.smokers-choice-rewards-strip .cm-button-main .cm-btn.cm-btn-secondry-tran {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.smokers-choice-rewards-strip .cm-button-main .cm-btn.cm-btn-secondry-tran:hover {
  border: 2px solid #000000;
}
@media (min-width: 1921px) {
  .smokers-choice-rewards-strip .cm-button-main .cm-btn {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .smokers-choice-rewards-strip .cm-button-main .cm-btn {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 38px;
  }
}
@media (max-width: 1279px) {
  .smokers-choice-rewards-strip {
    text-align: center;
  }
  .smokers-choice-rewards-strip .container {
    width: 100%;
    display: inline-block !important;
  }
  .smokers-choice-rewards-strip .section-title-h2 {
    display: inline-block;
    margin-bottom: 15px !important;
  }
  .smokers-choice-rewards-strip .cm-button-main {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .smokers-choice-rewards-strip .section-title-h2 {
    padding: 60px 0 0 0;
    line-height: normal;
    background-position: top center;
  }
}
@media (max-width: 479px) {
  .smokers-choice-rewards-strip .cm-button-main {
    display: inline-block;
    justify-content: inherit;
  }
  .smokers-choice-rewards-strip .cm-button-main .cm-btn {
    margin: 0 0 15px 0;
    display: block;
  }
  .smokers-choice-rewards-strip .cm-button-main .cm-btn:last-child {
    margin-bottom: 0;
  }
}

.introduction figure {
  padding: 15px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  background-color: rgba(227, 71, 71, 0.5);
}
.introduction .business-btn {
  position: absolute;
  right: 40px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background: #E34747;
  border-radius: 100%;
}
.introduction .business-btn img {
  margin-left: 4px;
  max-height: 25px;
  position: relative;
}
.introduction .business-btn:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  opacity: 0.8;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #E34747;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border 1500ms ease-out infinite;
}
.introduction .introduction-inner-content {
  padding-right: 15%;
}
@media (min-width: 1921px) {
  .introduction .introduction-inner-content {
    padding-right: 12%;
  }
}
.introduction .introduction-inner-content .cm-button-main .cm-btn {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .introduction .introduction-inner-content .cm-button-main .cm-btn {
    margin-right: 0;
  }
}
.introduction .introduction-inner-content .cm-button-main .cm-btn:last-child {
  margin-right: 0;
}
@media (max-width: 1299px) {
  .introduction .introduction-inner-content {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .introduction {
    text-align: center;
  }
  .introduction figure {
    padding: 10px;
    max-width: 550px;
    margin: 0 auto !important;
  }
}

.smokin-highlights-section {
  background: #F7F7F7;
}
.smokin-highlights-section .nav-tabs {
  margin: 0 auto 50px;
  max-width: -moz-max-content;
  max-width: max-content;
  overflow: hidden;
  border-radius: 10px;
  border: 3px solid #E34747;
}
.smokin-highlights-section .nav-tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.smokin-highlights-section .nav-tabs ul li {
  border-right: 3px solid #E34747;
}
.smokin-highlights-section .nav-tabs ul li button {
  display: block;
  padding: 15px 50px;
  color: #000000;
  text-transform: uppercase;
  background: transparent;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  box-shadow: none;
}
@media (min-width: 1921px) {
  .smokin-highlights-section .nav-tabs ul li button {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .smokin-highlights-section .nav-tabs ul li button {
    display: block;
    width: 100%;
  }
}
.smokin-highlights-section .nav-tabs ul li button.active {
  color: #ffffff;
  background: #105187;
}
.smokin-highlights-section .nav-tabs ul li:last-child {
  border-right: 0;
}
@media (max-width: 991px) {
  .smokin-highlights-section .nav-tabs {
    margin-bottom: 30px;
  }
  .smokin-highlights-section .nav-tabs ul li button {
    padding: 10px 30px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .smokin-highlights-section .nav-tabs {
    max-width: 100%;
  }
  .smokin-highlights-section .nav-tabs ul {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .smokin-highlights-section .nav-tabs ul li {
    border-right: 0;
    border-bottom: 1px solid #E34747;
  }
  .smokin-highlights-section .nav-tabs ul li:last-child {
    border-bottom: 0;
  }
}
.smokin-highlights-section .smokin-highlights-slider figure {
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  min-height: 265px;
  max-height: 265px;
  display: flex;
  align-items: center;
}
.smokin-highlights-section .smokin-highlights-slider figure img {
  max-height: 265px;
  margin: 0 auto;
}
@media (max-width: 1500px) {
  .smokin-highlights-section .smokin-highlights-slider figure img {
    max-height: 230px;
  }
}
@media (max-width: 991px) {
  .smokin-highlights-section .smokin-highlights-slider figure img {
    max-height: 200px;
  }
}

.smokin-highlights-slider .slick-arrow {
  top: 42%;
  z-index: 1;
}

.view-category-section .view-category-inner-row {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1279px) {
  .view-category-section .view-category-inner-row .col-sm-4 {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .view-category-section .view-category-inner-row .col-sm-4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .view-category-section .view-category-inner-row {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.view-category-section .view-category-inner-row .cat-box {
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 30px;
  background: #F1A3A3;
  flex-direction: row-reverse;
  justify-content: space-between;
  min-height: 236px;
}
@media (max-width: 991px) {
  .view-category-section .view-category-inner-row .cat-box {
    max-width: 550px;
    margin: 0 auto;
  }
}
.view-category-section .view-category-inner-row .cat-box .cat-content {
  max-width: 265px;
}
@media (min-width: 1921px) {
  .view-category-section .view-category-inner-row .cat-box .cat-content {
    max-width: 350px;
  }
  .view-category-section .view-category-inner-row .cat-box .cat-content .section-title-h3 {
    margin-bottom: 20px;
  }
}
.view-category-section .view-category-inner-row .cat-box figure {
  min-height: 236px;
  width: calc(100% - 280px);
  padding-left: 15px;
  display: flex;
  align-items: end;
  position: relative;
  justify-content: end;
}
.view-category-section .view-category-inner-row .cat-box figure img {
  z-index: 1;
  max-height: 236px;
  position: relative;
}
@media (min-width: 1921px) {
  .view-category-section .view-category-inner-row .cat-box figure img {
    max-height: 300px;
  }
}
.view-category-section .view-category-inner-row .cat-box figure::before {
  position: absolute;
  content: "";
  left: 5px;
  top: -2px;
  height: 101%;
  width: 61px;
  background: url(/wp-content/themes/smokerschoice/dist/images/criclehalf.svg) no-repeat top right/cover;
}
@media (min-width: 1921px) {
  .view-category-section .view-category-inner-row .cat-box figure::before {
    left: -14px;
    width: 71px;
  }
}
.view-category-section .view-category-inner-row .cat-box figure::after {
  top: 0;
  right: -65px;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: #F7F7F7;
}
@media (min-width: 1921px) {
  .view-category-section .view-category-inner-row .cat-box figure::after {
    right: -55px;
  }
}
@media (min-width: 1921px) {
  .view-category-section .view-category-inner-row .cat-box figure {
    width: calc(100% - 380px);
    min-height: 300px;
    align-items: end;
  }
}
@media (min-width: 1921px) {
  .view-category-section .view-category-inner-row .cat-box {
    min-height: 300px;
  }
}
@media (max-width: 1500px) {
  .view-category-section .view-category-inner-row .cat-box {
    min-height: 200px;
  }
  .view-category-section .view-category-inner-row .cat-box figure {
    min-height: 200px;
  }
  .view-category-section .view-category-inner-row .cat-box figure,
  .view-category-section .view-category-inner-row .cat-box .cat-content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .view-category-section .view-category-inner-row .cat-box {
    margin-bottom: 0;
  }
}

.smokers-rewards-section {
  position: relative;
  background-color: #767475;
}
@media (max-width: 1199px) {
  .smokers-rewards-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .smokers-rewards-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .smokers-rewards-section br {
    display: block;
  }
}
.smokers-rewards-section .container {
  z-index: 2;
  position: relative;
}
.smokers-rewards-section::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15%;
  width: 50%;
  z-index: 1;
  height: 100%;
  display: block;
  background: #A9A8A9;
  transform: skew(-25deg);
}
@media (max-width: 991px) {
  .smokers-rewards-section::after {
    display: none;
  }
}
.smokers-rewards-section .single-img {
  top: 30px;
  position: relative;
}
.smokers-rewards-section .heading-section {
  padding-right: 20px;
}
.smokers-rewards-section .heading-section .icon img {
  max-height: 150px;
}
.smokers-rewards-section .heading-section .section-description-16 .yellow-txt {
  color: #FDD210 !important;
  font-weight: bold;
}
.smokers-rewards-section .heading-section .section-description-16 a {
  color: #ffffff;
  text-decoration: underline;
}
.smokers-rewards-section .heading-section .section-description-16 a:hover {
  color: #FDD210 !important;
}
.smokers-rewards-section .heading-section .terms-condition-text {
  font-size: 14px;
  line-height: 15px;
  font-style: italic;
  color: #CECECE;
}
@media (min-width: 1921px) {
  .smokers-rewards-section .heading-section .terms-condition-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.smokers-rewards-section .heading-section .cm-button-main .cm-btn {
  margin-right: 15px;
  display: inline-block;
}
.smokers-rewards-section .heading-section .cm-button-main .cm-btn:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .smokers-rewards-section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .smokers-rewards-section .heading-section {
    padding-right: 0;
  }
  .smokers-rewards-section .single-img {
    top: 0;
    max-width: 550px;
    margin: 0 auto !important;
  }
}

.featured-product-section .heading-section .section-description-16 {
  max-width: 830px;
  margin: 20px auto 0;
}
@media (min-width: 1921px) {
  .featured-product-section .heading-section .section-description-16 {
    max-width: 1000px;
  }
}
.featured-product-section .tabs-main {
  max-width: 1130px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .featured-product-section .tabs-main {
    max-width: 100%;
  }
}
@media (max-width: 1500px) {
  .featured-product-section .tabs-main {
    max-width: 100%;
  }
}
.featured-product-section .tabs-main .nav-tabs {
  border-bottom: 0;
  text-align: center;
  margin-bottom: 30px;
}
.featured-product-section .tabs-main .nav-tabs ul li {
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
}
.featured-product-section .tabs-main .nav-tabs ul li button {
  cursor: pointer;
  padding: 0 5px;
  line-height: 27px;
  display: block;
  font-weight: 600;
  color: #6A6A6A;
  font-size: 22px;
  font-size: 1.375rem;
  transition: transform 0.2s ease-in;
  border: 0;
  background: transparent;
  border-bottom: 4px solid transparent;
}
.featured-product-section .tabs-main .nav-tabs ul li button:hover, .featured-product-section .tabs-main .nav-tabs ul li button.active {
  color: #E34747;
  border-bottom-color: #E34747;
}
.featured-product-section .tabs-main .nav-tabs ul li:first-child {
  margin-left: 0;
}
.featured-product-section .tabs-main .nav-tabs ul li:last-child {
  margin-right: 0;
}
.featured-product-section .common-slider .smokin-items {
  margin: 0 0 30px 0;
  max-width: 288px;
}
.featured-product-section .common-slider .smokin-items figure {
  min-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-product-section .common-slider .smokin-items figure img {
  max-height: 265px;
}
@media (max-width: 1279px) {
  .featured-product-section .tabs-main .nav-tabs {
    margin-bottom: 15px;
  }
  .featured-product-section .tabs-main .nav-tabs ul li {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .featured-product-section .tabs-main .nav-tabs ul li button {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .featured-product-section .tabs-main .tabs-content .common-slider .row, .featured-product-section .tabs-main .tabs-content .common-slider .cigar-guide--section .guide-slider .slick-track, .cigar-guide--section .guide-slider .featured-product-section .tabs-main .tabs-content .common-slider .slick-track {
    justify-content: center;
  }
  .featured-product-section .tabs-main .tabs-content .common-slider .col-sm-3 {
    width: 33.33%;
  }
  .featured-product-section .tabs-main .tabs-content .common-slider .smokin-items {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .featured-product-section .tabs-main .tabs-content .common-slider .col-sm-3 {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .featured-product-section .tabs-main .nav-tabs {
    margin-bottom: 15px;
  }
  .featured-product-section .tabs-main .nav-tabs ul li {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.repeater-section .repeater-row {
  background-color: #F7F7F7;
}
.repeater-section .repeater-row .cm-width {
  width: 50%;
}
.repeater-section .repeater-row:nth-child(2n) {
  flex-direction: row-reverse;
}
.repeater-section .repeater-row .slider-inner,
.repeater-section .repeater-row .repeater-content {
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1921px) {
  .repeater-section .repeater-row .slider-inner,
  .repeater-section .repeater-row .repeater-content {
    min-height: 500px;
  }
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner {
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider {
  margin-bottom: 0;
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-list {
  max-width: 775px;
}
@media (min-width: 1921px) {
  .repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-list {
    max-width: 1000px;
  }
}
@media (max-width: 1500px) {
  .repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-list {
    max-width: 500px;
  }
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider figure {
  max-width: 135px;
  margin: 0 auto 20px;
  text-align: center;
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .pro-content .price .sale-price {
  font-size: 18px;
}
@media (min-width: 1921px) {
  .repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .pro-content .price .sale-price {
    font-size: 24px;
  }
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .pro-content .cm-btn {
  background-color: #ffffff;
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .pro-content .cm-btn:hover {
  background-color: #000000;
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-arrow {
  left: -55px;
  top: 30%;
  background-color: #ffffff;
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-arrow.slick-next {
  left: auto;
  right: -55px;
}
.repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-arrow:hover {
  background-color: #252525;
}
.repeater-section .repeater-row .repeater-content {
  padding: 50px;
}
.repeater-section .repeater-row .repeater-content .repeater-content-inner {
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.repeater-section .repeater-row .repeater-content .repeater-content-inner .button-group {
  margin-top: 30px;
}
.repeater-section .repeater-row .repeater-content .repeater-content-inner .button-group .cm-btn {
  margin-right: 20px;
}
.repeater-section .repeater-row .repeater-content .repeater-content-inner .button-group .cm-btn:last-child {
  margin-right: 0;
}
@media (min-width: 1921px) {
  .repeater-section .repeater-row .repeater-content .repeater-content-inner {
    max-width: 875px;
  }
}
.repeater-section .repeater-row figure {
  position: relative;
}
.repeater-section .repeater-row figure.popup-img > img {
  width: 100%;
}
.repeater-section .repeater-row figure .business-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  background: #ffffff;
  border-radius: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.repeater-section .repeater-row figure .business-btn img {
  margin-left: 4px;
  max-height: 48px;
  position: relative;
}
.repeater-section .repeater-row figure .business-btn:before {
  content: "";
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  opacity: 1;
  display: block;
  border-radius: 50%;
  position: absolute;
  background: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  animation: pulse-border-1 1500ms ease-out infinite;
}
@media (max-width: 1500px) {
  .repeater-section .repeater-row .repeater-content {
    padding: 30px;
  }
  .repeater-section .repeater-row .slider-inner,
  .repeater-section .repeater-row .repeater-content {
    min-height: 400px;
  }
  .repeater-section .repeater-row .slider-popup-cls .popup-img > img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .repeater-section .repeater-row {
    width: 100%;
    display: inline-block !important;
  }
  .repeater-section .repeater-row .cm-width {
    width: 100%;
  }
  .repeater-section .repeater-row .slider-popup-cls .slider-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider {
    padding: 0;
  }
  .repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-list {
    max-width: 85%;
  }
  .repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-arrow {
    left: 0;
  }
  .repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-arrow.slick-next {
    right: 0;
  }
  .repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-dots li button {
    border-color: #ffffff;
  }
  .repeater-section .repeater-row .slider-popup-cls .slider-inner .repeater-pro-slider .slick-dots li.slick-active button {
    background-color: #ffffff;
  }
  .repeater-section .repeater-row .slider-inner,
  .repeater-section .repeater-row .repeater-content {
    width: 100%;
    display: inline-block !important;
    min-height: inherit;
  }
  .repeater-section .repeater-row .slider-popup-cls .popup-img > img {
    height: auto;
  }
  .repeater-section .repeater-row figure .business-btn {
    width: 80px;
    height: 80px;
  }
  .repeater-section .repeater-row figure .business-btn img {
    max-height: 32px;
  }
  .repeater-section .repeater-row figure .business-btn::before {
    width: 80px;
    height: 80px;
  }
  .repeater-section .repeater-row .repeater-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .repeater-section .repeater-row .repeater-content .repeater-content-inner {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .repeater-section .repeater-row figure .business-btn {
    width: 60px;
    height: 60px;
  }
  .repeater-section .repeater-row figure .business-btn img {
    max-height: 22px;
    margin-left: 5px;
  }
  .repeater-section .repeater-row figure .business-btn::before {
    width: 60px;
    height: 60px;
  }
  .repeater-section .repeater-row .repeater-content .repeater-content-inner .button-group .cm-btn {
    margin-right: 5px;
  }
}

.download-app-section {
  padding: 40px 0;
  background-color: #767475;
}
.download-app-section .cm-btn {
  margin-top: 10px;
  border-color: #ffffff;
  background-color: transparent;
}
.download-app-section .cm-btn:hover {
  border-color: #000000;
}

.exclusive-swag-section .heading-section {
  max-width: 1060px;
  margin: 0 auto;
}
.exclusive-swag-section .heading-section .section-description-16 b {
  color: #135288;
}
@media (min-width: 1921px) {
  .exclusive-swag-section .heading-section {
    max-width: 1250px;
  }
}
.exclusive-swag-section .common-slider {
  margin-top: 50px;
}
.exclusive-swag-section .common-slider .smokin-items {
  text-align: center;
}
.exclusive-swag-section .common-slider .smokin-items figure img {
  margin: auto;
  max-height: 152px;
}
.exclusive-swag-section .common-slider .smokin-items .section-title-h3 {
  margin: 0;
  line-height: 25px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .exclusive-swag-section .common-slider .smokin-items .section-title-h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .exclusive-swag-section .common-slider .smokin-items p {
    min-height: 40px;
  }
}
.exclusive-swag-section .common-slider .smokin-items .tokens-cls {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .exclusive-swag-section .common-slider .smokin-items .tokens-cls {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .exclusive-swag-section .common-slider .smokin-items .tokens-cls {
    min-height: 1px;
  }
}

.choosing-pro-section {
  overflow: hidden;
  position: relative;
}
.choosing-pro-section #myVideo {
  position: absolute;
  right: 0;
  width: 100%;
  min-height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.choosing-pro-section .container {
  z-index: 2;
  position: relative;
}
.choosing-pro-section .choose-pro-box a {
  width: 90%;
  display: flex;
  margin: 0 auto;
  min-height: 300px;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in-out;
  border: 2px solid #ffffff;
  background: rgba(71, 74, 82, 0.3);
}
@media (max-width: 1279px) {
  .choosing-pro-section .choose-pro-box a {
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .choosing-pro-section .choose-pro-box a {
    width: 100%;
  }
}
.choosing-pro-section .choose-pro-box a figure img {
  max-height: 180px;
}
.choosing-pro-section .choose-pro-box a h3 {
  margin: 15px 0 0 0;
  color: #ffffff;
}
.choosing-pro-section .choose-pro-box a:hover {
  background: #000000;
}
@media (max-width: 991px) {
  .choosing-pro-section {
    text-align: center;
  }
  .choosing-pro-section #myVideo {
    width: auto;
  }
  .choosing-pro-section .col-sm-3 {
    width: 25%;
  }
  .choosing-pro-section .choose-pro-box a {
    padding: 10px;
    min-height: 200px;
  }
  .choosing-pro-section .choose-pro-box a figure img {
    max-height: 150px;
  }
  .choosing-pro-section .choose-pro-box a h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .choosing-pro-section .col-sm-3 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .choosing-pro-section .col-sm-3 {
    width: 100%;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.1);
    opacity: 0;
  }
}
@keyframes pulse-border-1 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
    opacity: 0.2;
  }
}
.exclusive_swag_slider .cm-btn {
  padding: 0 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 38px;
  letter-spacing: 0.5px;
  height: 40px;
}

.offer-image-section img {
  max-height: 600px;
  margin: 0 auto;
  display: block;
}
.offer-image-section .offer-btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .offer-image-section .offer-btn {
    margin-top: 15px;
  }
}

.page-template-template-about-us .inner-page-banner .banner-image {
  background-position: center bottom;
}
@media (max-width: 991px) {
  .page-template-template-about-us .inner-page-banner .banner-image {
    background-position: center right;
  }
}

.about-us--section .cm-btn + .cm-btn {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .about-us--section .cm-btn + .cm-btn {
    margin-left: 0;
  }
}

.about-choice-benefits .benefits-item {
  margin-top: 30px;
}
@media (min-width: 1921px) {
  .about-choice-benefits .benefits-item {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .about-choice-benefits .benefits-item {
    margin-top: 0;
  }
}
.about-choice-benefits .benefits-item .section-title-h4 {
  font-weight: 900;
  color: #105187;
  text-transform: uppercase;
  margin: 30px 0 15px;
}
@media (max-width: 767px) {
  .about-choice-benefits .benefits-item .section-title-h4 {
    margin-top: 0;
  }
}
@media (min-width: 1921px) {
  .about-choice-benefits p.section-description-16 br {
    display: none;
  }
}

.about-family-stores .family-store--block {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
}
.about-family-stores .family-store--block + .family-store--block {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .about-family-stores .family-store--block + .family-store--block {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .about-family-stores .family-store--block + .family-store--block {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .about-family-stores .family-store--block {
    justify-content: center;
  }
}
.about-family-stores .family-store--block .family-store--image {
  max-width: 540px;
  margin-right: -60px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1140px) {
  .about-family-stores .family-store--block .family-store--image {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .about-family-stores .family-store--block .family-store--image {
    width: 100%;
    margin-right: 0px;
  }
}
.about-family-stores .family-store--block .family-store--content {
  padding: 30px 30px 30px 90px;
  background: #105187;
  color: #ffffff;
  max-width: calc(100% - 480px);
  min-height: 450px;
}
@media (max-width: 1140px) {
  .about-family-stores .family-store--block .family-store--content {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .about-family-stores .family-store--block .family-store--content {
    width: 100%;
    padding: 30px;
    min-height: 1px;
    max-width: 540px;
    text-align: center;
  }
}
.about-family-stores .family-store--block .family-store--content .section-title-h4 {
  color: #ffffff;
  margin-bottom: 30px;
}
.about-family-stores .family-store--block .family-store--content .section-description-16 {
  margin-top: 0;
  color: #ffffff;
}
.about-family-stores .family-store--block:first-child {
  flex-direction: row-reverse;
}
.about-family-stores .family-store--block:first-child .family-store--content {
  background: #d9320d;
  padding: 30px 90px 30px 30px;
}
@media (max-width: 991px) {
  .about-family-stores .family-store--block:first-child .family-store--content {
    padding: 30px;
  }
}
.about-family-stores .family-store--block:first-child .family-store--image {
  margin-left: -60px;
  margin-right: 0;
}
@media (max-width: 991px) {
  .about-family-stores .family-store--block:first-child .family-store--image {
    margin-left: 0;
  }
}

.slick-lightbox .slick-arrow.slick-prev {
  z-index: 9;
}

.page-template-template-search .site-main ul {
  margin-top: 15px;
}
.page-template-template-search .site-main ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
}
.page-template-template-search .site-main ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #105187;
  display: flex;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-template-search .site-main ul li a {
  color: #105187;
  font-weight: 500;
}

.event-section .heading-h2 {
  margin-bottom: 30px;
}
.event-section .event-img {
  padding: 40px 0 0;
}
@media (max-width: 991px) {
  .event-section .event-img {
    padding: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .event-section .event-img {
    padding: 15px 0 0;
  }
}
.event-section .event-coming-soon {
  display: inline-flex;
  border: 2px dashed #707070;
  border-radius: 24px;
  font-size: 34px;
  font-size: 2.125rem;
  color: #707070;
  padding: 20px 40px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .event-section .event-coming-soon {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 15px 30px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .event-section .event-coming-soon {
    border-radius: 14px;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 30px;
    margin-top: 20px;
  }
}

.event-gallery .events-gallery-content {
  margin-bottom: 45px;
}
.event-gallery .events-gallery-slider .slick-slide {
  margin: 0 15px;
}
.event-gallery .events-gallery-slider .slick-arrow {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #105187;
  border-radius: 100%;
  transition: all 0.2s ease;
  outline: none;
  z-index: 2;
}
.event-gallery .events-gallery-slider .slick-arrow::before {
  content: "\e90d";
  font-family: "icomoon";
  color: #105187;
  opacity: 1;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  background: none;
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 32px;
}
.event-gallery .events-gallery-slider .slick-arrow:hover {
  background: #105187;
}
.event-gallery .events-gallery-slider .slick-arrow:hover::before {
  color: #ffffff;
}
.event-gallery .events-gallery-slider .slick-arrow.slick-prev {
  left: 0;
}
.event-gallery .events-gallery-slider .slick-arrow.slick-next {
  right: 0;
}
.event-gallery .events-gallery-slider .slick-dots {
  bottom: -45px;
  list-style: none;
  padding-left: 0;
  margin: 25px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.event-gallery .events-gallery-slider .slick-dots li {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #105187;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  margin: 5px 5px;
}
.event-gallery .events-gallery-slider .slick-dots li.slick-active::before {
  content: "";
  background-color: #105187;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.slick-lightbox .slick-arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  border-radius: 100%;
  background: rgba(241, 241, 241, 0.75);
}
.slick-lightbox .slick-arrow::before {
  content: "<";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  opacity: 1;
  background: none;
  line-height: 25px;
  font-family: "Poppins";
  font-size: 30px;
  font-size: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #000000;
  font-weight: 600;
}
.slick-lightbox .slick-arrow.slick-prev {
  left: 15px;
}
.slick-lightbox .slick-arrow.slick-next {
  right: 15px;
}
.slick-lightbox .slick-lightbox-close:before {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.event-list {
  border-top: 2px solid #d9d9d9;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .event-list {
    text-align: center;
    padding-bottom: 0;
  }
}
.event-list .article-post {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .event-list .article-post {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .event-list .article-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.event-list .article-post .article-post_content .date {
  font-weight: 400;
  color: #252525;
  padding: 15px 0 10px;
}
.event-list .article-post .article-post_content .article-post_image {
  margin-top: 20px;
}
.event-list .article-post + .article-post {
  padding-top: 50px;
}
.event-list .category-block {
  border: 1px solid #dddddd;
}
@media (max-width: 991px) {
  .event-list .category-block {
    margin: 0 auto 50px;
    max-width: 80%;
  }
}
.event-list .category-block .section-title-h3 {
  background-color: #105187;
  border: 1px solid #105187;
  padding: 10px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}
.event-list .category-block ul li {
  width: 100%;
  padding: 10px;
}
.event-list .category-block ul li a {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #252525;
  text-align: left;
}

.offer-event-block {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .offer-event-block {
    margin-top: 30px;
  }
}
.offer-event-block .event-img {
  padding: 0;
}
.offer-event-block .event-offer {
  text-align: left;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .offer-event-block .event-offer {
    text-align: center;
    padding-left: 0;
    margin-top: 15px;
  }
}
.offer-event-block .event-offer p {
  margin-top: 0;
}
.offer-event-block .event-offer ul {
  padding-left: 15px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .offer-event-block .event-offer ul {
    text-align: left;
  }
}
.offer-event-block .event-offer ul li {
  margin-bottom: 8px;
  list-style: disc;
}

.page-template-template-contact-us .inner-page-banner .banner-image {
  background-position: center right;
}

.contact-us--section {
  background: #105187;
}
.contact-us--section * {
  color: #ffffff;
}
.contact-us--section .contact-us--form {
  padding-top: 30px;
}
.contact-us--section .contact-us--form iframe {
  width: 100%;
  height: 635px;
}
@media (max-width: 767px) {
  .contact-us--section .contact-us--form iframe {
    height: 830px;
  }
}
@media (max-width: 991px) {
  .contact-us--section {
    padding-bottom: 0;
  }
}

.page-template-template-roll-your-own .inner-page-banner .banner-image {
  background-position: center center;
}
.page-template-template-roll-your-own.modal-open {
  overflow: hidden;
}
.page-template-template-roll-your-own .container {
  max-width: 1140px;
}
@media (min-width: 1921px) {
  .page-template-template-roll-your-own .container {
    max-width: 1400px;
  }
}

@media (max-width: 991px) {
  .save-money--you-roll {
    text-align: center;
  }
  .save-money--you-roll .row, .save-money--you-roll .cigar-guide--section .guide-slider .slick-track, .cigar-guide--section .guide-slider .save-money--you-roll .slick-track {
    flex-direction: column-reverse;
  }
  .save-money--you-roll .reward-img {
    margin-bottom: 15px;
  }
}

.rolling-benefits .benefits-item {
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .rolling-benefits .benefits-item {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .rolling-benefits .benefits-item {
    margin-top: 15px;
  }
}
.rolling-benefits .benefits-item .section-title-h4 {
  text-transform: uppercase;
  color: #105187;
  margin: 30px 0 0;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .rolling-benefits .benefits-item .section-title-h4 {
    margin: 15px 0 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

.need-help {
  background: url(/wp-content/themes/smokerschoice/dist/images/need-help-rolling-your-own.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.need-help p {
  color: #ffffff;
  margin: 20px 0;
}
.need-help .cm-btn {
  background-color: #ed1f24;
}
.need-help .cm-btn:after {
  background-color: #ffffff;
}
.need-help .cm-btn:hover {
  border-color: #ffffff;
  color: #ed1f24;
}

.get-started-step .benefits-item {
  margin-top: 45px;
}
.get-started-step .benefits-item .section-title-h4 {
  text-transform: uppercase;
  color: #105187;
  margin: 30px 0 0;
  padding: 0 15px;
}

.get-started-step .get-start--step-item {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .get-started-step .get-start--step-item {
    margin-top: 20px;
  }
  .get-started-step .get-start--step-item .section-title-h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .get-started-step .get-start--step-item {
    margin-top: 20px;
  }
  .get-started-step .get-start--step-item .section-title-h4 {
    margin-bottom: 0;
  }
}
.get-started-step .get-start--step-item .step-image {
  position: relative;
  margin-bottom: 50px;
}
.get-started-step .get-start--step-item .step-image img {
  width: 198px;
}
@media (max-width: 991px) {
  .get-started-step .get-start--step-item .step-image {
    margin-bottom: 30px;
  }
}
.get-started-step .get-start--step-item .step-image .step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: #E34747;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  border: 3px solid #ffffff;
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: 0;
  right: 0;
}

.rolling-video--section {
  position: relative;
}
.rolling-video--section:before {
  content: "";
  background: #105187;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  max-height: 100%;
}
.rolling-video--section .watch-rolling--video {
  position: relative;
  margin-top: 20px;
}
.rolling-video--section .watch-rolling--video .watch-rolling--thumbnail {
  height: 570px;
  width: auto;
  margin: 0 auto;
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .rolling-video--section .watch-rolling--video .watch-rolling--thumbnail {
    height: auto;
    max-width: 80%;
  }
}
.rolling-video--section .watch-rolling--video .watch-rolling--thumbnail img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.rolling-video--section .watch-rolling--video .play-btn {
  display: block;
  width: 104px;
  height: 104px;
  background-image: url(/wp-content/themes/smokerschoice/dist/images/icon-vido-play.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 991px) {
  .rolling-video--section .watch-rolling--video .play-btn {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .rolling-video--section .watch-rolling--video .play-btn {
    width: 70px;
    height: 70px;
  }
}

.rolling-accessories {
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .rolling-accessories {
    padding-bottom: 50px;
  }
}
.rolling-accessories .rolling-accessories--block {
  margin-top: 45px;
}
@media (max-width: 1366px) {
  .rolling-accessories .rolling-accessories--block {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .rolling-accessories .rolling-accessories--block {
    margin-top: 15px;
    text-align: center;
  }
}
.rolling-accessories .rolling-accessories--block .rolling-accessories--content {
  margin-top: 20px;
}
@media (max-width: 1366px) {
  .rolling-accessories .rolling-accessories--block .rolling-accessories--content {
    margin-top: 15px;
  }
}
.rolling-accessories .rolling-accessories--block .rolling-accessories--content .section-description {
  margin-top: 15px;
}
.rolling-accessories .cm-button-main {
  margin-top: 15px;
}

#watchRollingVideo {
  overflow: hidden;
}
#watchRollingVideo #rollingVideo {
  display: block;
}
#watchRollingVideo .modal-dialog {
  max-width: 92%;
  width: 1280px;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#watchRollingVideo button.close {
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  top: -29px;
  right: 0px;
}
#watchRollingVideo button.close svg {
  width: 18px;
  fill: rgba(255, 255, 255, 0.7);
}

.rolling-btn {
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .sweepstakes-intro {
    text-align: center;
  }
}
.sweepstakes-intro h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Montserrat", sans-serif;
}

.sweepstakes-gallery .container {
  max-width: 1030px;
}
.sweepstakes-gallery .section-title-h2 {
  margin-bottom: 30px;
}
.sweepstakes-gallery a {
  width: 100%;
  height: 233px;
  display: block;
  margin-bottom: 30px;
}
.sweepstakes-gallery a img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 30%;
     object-position: 100% 30%;
}
.sweepstakes-gallery a + p {
  display: none;
}

.smoker-banner-main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 290PX;
}
.smoker-banner-main .smoker-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.smoker-banner-main .smoker-content {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .smoker-banner-main .smoker-content {
    text-align: center;
  }
}

.smoker-content-main {
  background-color: #f3f3f3;
}
.smoker-content-main .container {
  max-width: 1140px;
}
.smoker-content-main .smoker-content p {
  text-align: center;
}

.cigratte-main .smoker-cigratte {
  margin-bottom: 0px;
}
.cigratte-main .smoker-cigratte img {
  width: 100%;
  height: 562px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .cigratte-main .smoker-cigratte img {
    height: auto;
  }
}
.cigratte-main .t-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: -30px;
  right: auto;
  transform: translate(0, -50%);
}
@media (max-width: 991px) {
  .cigratte-main .t-icon {
    display: none;
  }
}
.cigratte-main .t-icon .t-icon-main {
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  border-radius: 30px;
  justify-content: center;
}
.cigratte-main .t-icon .t-icon-main .fa-info {
  border: 3px solid #d9330d;
  border-radius: 58%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9330d;
}
.cigratte-main .t-icon .t-icon-text {
  padding-left: 20px;
}
.cigratte-main .t-icon .t-icon-text p {
  color: #ffffff;
  font-size: 24px;
}
.cigratte-main .even .cigratte-brand {
  text-align: left;
  padding-left: 56px;
  padding-right: 33%;
}
@media (max-width: 991px) {
  .cigratte-main .even .cigratte-brand {
    padding: 30px 0;
    text-align: center;
  }
}
.cigratte-main .even .t-icon-main .fa-info {
  border: 3px solid #135288;
  color: #135288;
}
.cigratte-main .even .t-icon {
  flex-direction: row-reverse;
  transform: translate(0%, -50%);
  right: -30px;
  left: auto;
}
.cigratte-main .even .t-icon .t-icon-text {
  padding-right: 20px;
}
.cigratte-main .odd {
  flex-direction: row-reverse;
}
.cigratte-main .odd .cigratte-brand {
  text-align: right;
  padding-right: 56px;
  padding-left: 33%;
}
@media (max-width: 991px) {
  .cigratte-main .odd .cigratte-brand {
    padding: 30px 0;
    text-align: center;
  }
}

.smoking-acessory-main {
  background-color: #f3f3f3;
  padding-bottom: 50px;
}
.smoking-acessory-main .container {
  max-width: 1140px;
}
.smoking-acessory-main .smoking-acessory {
  text-align: center;
}
@media (max-width: 991px) {
  .smoking-acessory-main .smoking-acessory {
    text-align: center;
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .smoking-acessory-main .smoking-acessory {
    text-align: center;
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  .smoking-acessory-main .smoker-accessory img {
    display: block;
    margin: 0 auto;
  }
}
.smoking-acessory-main .smoker-accessory-content {
  text-align: start;
}
@media (max-width: 767px) {
  .smoking-acessory-main .smoker-accessory-content {
    text-align: center;
    padding: 0px 20px;
  }
}
.smoking-acessory-main .smoker-accessory-content .shop-now {
  display: flex;
  justify-content: center;
}

.quit-vape-main {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .quit-vape-main {
    height: 316px;
  }
}
.quit-vape-main::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/smokerschoice/dist/images/quit-side-image.svg);
  width: 100%;
  height: 85px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 85px;
  left: 0;
  top: -1px;
}
@media (max-width: 767px) {
  .quit-vape-main::before {
    top: -86px;
  }
}
.quit-vape-main .section-title-h2 {
  color: #ffffff;
}
.quit-vape-main .section-description-16 {
  color: #ffffff;
}

.choice-whole-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 290PX;
}
.choice-whole-banner .choice-usa-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.choice-whole-banner .choice-content {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 767px) {
  .choice-whole-banner .choice-content {
    text-align: center;
  }
}

.cross-choice-main {
  background-color: #f3f3f3;
}
.cross-choice-main .even {
  margin-bottom: 50px;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cross-choice-main .even {
    margin-bottom: 15px;
  }
}
.cross-choice-main .even .choice-odd-content {
  padding-right: 15px;
}
.cross-choice-main .odd {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cross-choice-main .odd {
    margin-bottom: 15px;
  }
}
.cross-choice-main .odd .choice-odd-content {
  padding-left: 15px;
}
.cross-choice-main .container {
  max-width: 1140px;
}
.cross-choice-main figure {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cross-choice-main .why-choice-content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cross-choice-main .why-choice-content {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cross-choice-main .choice-odd-content {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cross-choice-main .choice-odd-content {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cross-choice-main .cm-button-main {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .cross-choice-main .cm-button-main {
    text-align: center;
  }
}
.cross-choice-main .choice-odd img {
  width: 100%;
  height: auto;
  display: block;
}

.quit-smoking-main {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .quit-smoking-main {
    height: 316px;
  }
}
.quit-smoking-main::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/smokerschoice/dist/images/quit-side-image.svg);
  width: 100%;
  height: 85px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 85px;
  left: 0;
  top: -1px;
}
@media (max-width: 767px) {
  .quit-smoking-main::before {
    top: -83px;
  }
}
.quit-smoking-main .quit-smoking-content .section-title-h2 {
  color: #ffffff;
}
.quit-smoking-main .quit-smoking-content .section-description, .quit-smoking-main .quit-smoking-content p {
  color: #ffffff;
}
.quit-smoking-main .cm-btn span {
  text-transform: uppercase;
}

.health-quitting-main {
  background-color: #f3f3f3;
}
.health-quitting-main .container {
  max-width: 1140px;
}
.health-quitting-main .quit-image {
  border: 11px solid #bcccd9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .health-quitting-main .quit-image {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }
}
.health-quitting-main .quit-image .health-quit-image {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .health-quitting-main .quit-image .health-quit-image {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}
.health-quitting-main .quitting-main-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-image: url(/wp-content/themes/smokerschoice/dist/images/quite-benifits-circle.svg);
  background-size: 29%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .health-quitting-main .quitting-main-sec {
    display: block;
    background-image: none;
  }
}
@media (max-width: 991px) {
  .health-quitting-main .quitting-main-sec {
    background-size: 20%;
  }
}
.health-quitting-main .quitting-main-sec .quit-inner {
  width: 39%;
}
@media (max-width: 991px) {
  .health-quitting-main .quitting-main-sec .quit-inner {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .health-quitting-main .quitting-main-sec .quit-inner {
    display: block !important;
    width: 100%;
    text-align: center;
  }
}
.health-quitting-main .quitting-main-sec .quit-inner .side-content {
  text-align: right;
}
@media (max-width: 767px) {
  .health-quitting-main .quitting-main-sec .quit-inner .side-content {
    text-align: center;
  }
}
.health-quitting-main .quitting-main-sec .quit-inner:nth-child(4n+3) {
  padding-right: 50px;
}
@media (max-width: 767px) {
  .health-quitting-main .quitting-main-sec .quit-inner:nth-child(4n+3) {
    padding-right: 0px;
  }
}
.health-quitting-main .quitting-main-sec .quit-inner:nth-child(4n+4) {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .health-quitting-main .quitting-main-sec .quit-inner:nth-child(4n+4) {
    padding-left: 0px;
  }
}
.health-quitting-main .quitting-main-sec .quit-inner.even .side-content {
  text-align: left;
}
@media (max-width: 767px) {
  .health-quitting-main .quitting-main-sec .quit-inner.even .side-content {
    text-align: center;
  }
}
.health-quitting-main .quitting-main-sec .quit-inner.odd {
  flex-direction: row-reverse;
}
.health-quitting-main .quitting-main-sec .quit-inner-even {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .health-quitting-main .quitting-main-sec .quit-inner-even {
    padding-right: 0px;
  }
}
.health-quitting-main .quitting-main-sec .quit-inner-odd {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .health-quitting-main .quitting-main-sec .quit-inner-odd {
    padding-left: 0px;
  }
}

.quit-timeline-main .container {
  max-width: 1140px;
}
.quit-timeline-main .quit-timeline-main-sec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.quit-timeline-main .quit-timeline-main-sec .timeline-arrow-year {
  position: relative;
  margin: 30px 0;
}
.quit-timeline-main .quit-timeline-main-sec .timeline-arrow-year::after {
  content: "";
  height: 20px;
  width: 100%;
  background-color: #E34747;
  transform: translateX(5%) translateY(-96%);
  position: absolute;
  top: 47%;
  z-index: -1;
  -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
          clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.quit-timeline-main .quit-timeline-main-sec .timeline-content-main:nth-child(2n) .timeline-arrow-year::after {
  background-color: #135288;
}
.quit-timeline-main .quit-timeline-main-sec .timeline-content-main {
  width: 12.5%;
}
@media (max-width: 767px) {
  .quit-timeline-main .quit-timeline-main-sec .timeline-content-main {
    width: 50%;
  }
}
.quit-timeline-main .quit-timeline-main-sec .time-line-content {
  min-height: 100px;
}
@media (max-width: 767px) {
  .quit-timeline-main .quit-timeline-main-sec .time-line-content {
    min-height: 63px;
  }
}
.quit-timeline-main .quit-timeline-main-sec .timeline-inner-content {
  padding: 0 10px;
}

.try-quit-main .container {
  max-width: 1140px;
}
.try-quit-main .you-quit-title ul {
  padding-left: 20px;
}
.try-quit-main .you-quit-title ul li {
  list-style-type: disc;
}
@media (max-width: 767px) {
  .try-quit-main .after-quit {
    text-align: center;
  }
}
.try-quit-main .quit-inner-main.odd .row, .try-quit-main .quit-inner-main.odd .cigar-guide--section .guide-slider .slick-track, .cigar-guide--section .guide-slider .try-quit-main .quit-inner-main.odd .slick-track {
  flex-direction: row-reverse;
}
.try-quit-main .quit-inner-main:last-child .row, .try-quit-main .quit-inner-main:last-child .cigar-guide--section .guide-slider .slick-track, .cigar-guide--section .guide-slider .try-quit-main .quit-inner-main:last-child .slick-track {
  padding-bottom: 0px;
}
.try-quit-main .quit-inner-main.even {
  background-color: #f3f3f3;
}

.quit-shop-main {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .quit-shop-main {
    margin-bottom: 0px;
  }
}
.quit-shop-main .shop-vape-locate {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .quit-shop-main .shop-vape-locate .shop-vape-btn {
    display: flex;
    align-items: center;
  }
}
.quit-shop-main .shop-vape-locate .find-locate {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .quit-shop-main .shop-vape-locate .find-locate {
    display: flex;
    align-items: center;
  }
}

.homegrown-main-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 290PX;
}
.homegrown-main-banner .homgrown-main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.homegrown-main-banner .homgrown-banner-content {
  font-size: 35px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #ffffff;
}

.additional-main-locate .container {
  max-width: 1140px;
}
.additional-main-locate .additional-store {
  border: 1px solid #135288;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  min-height: 125px;
  position: relative;
  padding: 0 15px;
}
.additional-main-locate .additional-store::before {
  content: "";
  position: absolute;
  background-image: url(/wp-content/themes/smokerschoice/dist/images/map-pin-icon.png);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #135288;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -20px;
  padding: 20px;
  background-position: 50%;
}
.additional-main-locate .locations-more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  background-color: #f3f3f3;
  min-height: 125px;
}

.store-finder .container-fluid {
  max-width: 1410px;
  margin: 0 auto;
}
@media (min-width: 2200px) {
  .store-finder .container-fluid {
    max-width: 2010px;
  }
}

@media (max-width: 991px) {
  .search-by-distance {
    max-width: 510px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .search-by-distance {
    width: 90%;
    margin: 0 auto;
  }
  .search-by-distance .map-current-loc,
  .search-by-distance .map-street,
  .search-by-distance .col-auto {
    width: 100%;
  }
  .search-by-distance .location-label-dis-none {
    display: none;
  }
}
.search-by-distance .form-label {
  color: #000000;
}
.search-by-distance .current-loc:hover {
  background: #ffffff;
  color: #105187;
}
.search-by-distance .current-loc:hover:before {
  background-image: url(/wp-content/themes/smokerschoice/dist/images/location-icn-y.png);
}
.search-by-distance .current-loc:before {
  content: "";
  background-image: url(/wp-content/themes/smokerschoice/dist/images/location-icn-b.png);
  width: 13px;
  height: 25px;
  margin-right: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
.search-by-distance .map-street {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.search-by-distance .map-street .form-control {
  background-color: #f1f1f1;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-radius: 0;
  width: calc(100% - 62px);
}
@media (max-width: 991px) {
  .search-by-distance .map-mile {
    padding: 0;
  }
}
.search-by-distance .mile-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E");
  background-size: 12px 100%;
  background-repeat: no-repeat;
  background-position: 96% center;
  padding-right: 50px;
  cursor: pointer;
  background-color: #f1f1f1;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 0;
  border-radius: 0;
}
.search-by-distance .button-default {
  color: #000;
  font-weight: 700;
  width: 100%;
}
.search-by-distance .map-srch {
  position: relative;
}
.search-by-distance .map-srch .button-default {
  padding: 0;
  background: #105187;
  width: 62px;
  height: 42px;
  border: 0;
  font-size: 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' style='&%2310; fill: %23fff;&%2310;'%3E%3C!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6 .1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}

.store-search-data {
  width: 100%;
  margin: 0;
  justify-content: center;
}
.store-search-data .store-map {
  border-radius: 0;
  overflow: hidden;
  height: 875px;
  width: 100%;
}
@media (max-width: 991px) {
  .store-search-data .store-map {
    height: 550px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.store-search-data .store-map-panel {
  border-radius: 0;
  overflow: hidden;
  height: 695px;
  width: 100%;
}
@media (max-width: 991px) {
  .store-search-data .store-map-panel {
    height: 550px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.store-search-data .store-search-locations {
  height: 100%;
}
.store-search-data .map-header {
  padding: 15px;
  background-color: #105187 !important;
}
.store-search-data .map-header h4 {
  color: #ffffff;
}
.store-search-data .map-locations-list {
  position: relative;
  padding: 0 15px 15px;
  width: 100%;
  height: calc(100% - 59px);
  touch-action: auto;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #f3f3f3;
}
.store-search-data .map-address-list {
  width: 100%;
  height: 100%;
}
.store-search-data .map-adress {
  border-bottom: 1px solid #bababa;
  padding: 0 0 15px 0;
  margin-top: 15px;
}
.store-search-data .map-adress .section-title-h4 {
  margin-bottom: 15px;
  font-size: 19px;
}
.store-search-data .map-adress a {
  color: #252525;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.store-search-data .map-adress:last-child {
  border-bottom: none;
}
.store-search-data .map-adress address {
  background-image: url(/wp-content/themes/smokerschoice/dist/images/location.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 30px;
  margin: 0;
  padding: 0 0 0 40px;
}
.store-search-data .map-adress .hours {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 61px;
  position: relative;
}
.store-search-data .map-adress .hours:before {
  content: "Hours:";
  position: absolute;
  top: 0;
  left: 0;
}
.store-search-data .map-adress .hours li b {
  text-transform: capitalize;
}

.map-locations-list::-webkit-scrollbar {
  width: 10px;
}

.map-locations-list::-webkit-scrollbar-track {
  background-color: rgba(217, 51, 13, 0.25);
  border-radius: 10px;
}

.map-locations-list::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  background: #105187;
  border: 5px solid transparent;
}

/*End USE CSS for Slider*/
.reward-banner {
  padding: 30px 0;
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/shop-banner-bg.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .reward-banner img {
    max-height: 450px;
  }
}
.reward-banner .container {
  max-width: 1500px;
}
@media (min-width: 1921px) {
  .reward-banner .container {
    max-width: 1700px;
  }
}
@media (max-width: 1500px) {
  .reward-banner .container {
    max-width: 1280px;
  }
}
.reward-banner .banner-caption .sub-title {
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.81px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.reward-banner .banner-caption h1 {
  display: inline-block;
  font-size: 56px;
  font-size: 3.5rem;
  line-height: 68px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: capitalize;
}
@media (max-width: 1440px) {
  .reward-banner .banner-caption h1 br {
    display: none;
  }
}
.reward-banner .banner-caption .cm-btn {
  margin-top: 10px;
}
.reward-banner .banner-caption .cm-btn::after {
  background-color: #ffffff;
}
.reward-banner .banner-caption .cm-btn:hover {
  border-color: #ffffff;
  color: #d9330d;
}
@media (max-width: 991px) {
  .reward-banner .banner-caption .cm-btn {
    margin-top: 0;
  }
}
.reward-banner .banner-caption p {
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 32px;
}
@media (max-width: 767px) {
  .reward-banner .banner-caption p {
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .reward-banner .banner-caption p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.reward-banner .banner-caption .banner-description {
  font-style: italic;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 1921px) {
  .reward-banner .banner-caption .sub-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 46px;
    letter-spacing: 1.8px;
  }
  .reward-banner .banner-caption h1 {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 85px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1299px) {
  .reward-banner .banner-caption .sub-title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
  .reward-banner .banner-caption h1 {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .reward-banner {
    text-align: center;
  }
  .reward-banner .d-flex {
    width: 100%;
    display: inline-block !important;
  }
  .reward-banner .col-sm-7, .reward-banner .col-sm-5 {
    width: 100%;
    margin-bottom: 15px;
  }
  .reward-banner .col-sm-7:last-child, .reward-banner .col-sm-5:last-child {
    margin-bottom: 0;
  }
  .reward-banner .banner-caption .sub-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 24px;
    display: block;
  }
  .reward-banner .banner-caption h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .reward-banner .banner-caption .sub-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0;
  }
  .reward-banner .banner-caption h1 {
    line-height: normal;
  }
}

.reward-cta-bg {
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/reward-cta.png) no-repeat center/cover;
}
.reward-cta-bg .cta-download--app .container {
  max-width: 1335px;
}
@media (min-width: 1921px) {
  .reward-cta-bg .cta-download--app .container {
    max-width: 1700px;
  }
}
.reward-cta-bg .cta-download--app .cta-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 25px 40px;
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/getapp-bg.png) no-repeat center/cover;
  border-radius: 100px;
}
@media (max-width: 1200px) {
  .reward-cta-bg .cta-download--app .cta-block {
    text-align: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .reward-cta-bg .cta-download--app .cta-block {
    padding: 20px;
    border-radius: 50px;
  }
}
.reward-cta-bg .cta-download--app .cta-block h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  text-transform: uppercase;
  color: #090C1C;
  margin: 0;
  font-weight: 700;
}
@media (min-width: 1921px) {
  .reward-cta-bg .cta-download--app .cta-block h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 38px;
  }
}
@media (max-width: 1366px) {
  .reward-cta-bg .cta-download--app .cta-block h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .reward-cta-bg .cta-download--app .cta-block h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .reward-cta-bg .cta-download--app .cta-block h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: normal;
  }
}

.how-reward--works .container {
  max-width: 1335px;
}
@media (min-width: 1921px) {
  .how-reward--works .container {
    max-width: 1700px;
  }
}
.how-reward--works .reward-works--block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .how-reward--works .reward-works--block {
    margin-top: 15px;
  }
}
.how-reward--works .reward-works--block .reward-works--image {
  width: 188px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/how-it-works.png) no-repeat center/cover;
}
@media (max-width: 991px) {
  .how-reward--works .reward-works--block .reward-works--image {
    width: 138px;
    height: 130px;
  }
  .how-reward--works .reward-works--block .reward-works--image img {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .how-reward--works .reward-works--block .reward-works--image {
    width: 108px;
    height: 100px;
  }
  .how-reward--works .reward-works--block .reward-works--image img {
    width: 60px;
  }
}
.how-reward--works .reward-works--block .section-title-h3 {
  margin: 20px 0 40px;
}
@media (max-width: 991px) {
  .how-reward--works .reward-works--block .section-title-h3 {
    margin-bottom: 15px;
  }
}
.how-reward--works .reward-works--block .section-title-h3 a {
  color: #d9330d;
  text-decoration: underline;
}

.membership-coin {
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/coin.png) no-repeat center;
  background-size: contain;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .membership-coin {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .membership-coin {
    background-image: none;
  }
}

.membership-benefits {
  background-color: #767475;
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
@media (max-width: 991px) {
  .membership-benefits {
    padding-bottom: 30px;
  }
}
.membership-benefits .container {
  max-width: 1335px;
}
@media (min-width: 1921px) {
  .membership-benefits .container {
    max-width: 1400px;
  }
}
.membership-benefits:after {
  content: "";
  width: 600px;
  height: 100%;
  display: block;
  background: #A9A8A9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: skew(-10deg, 0);
}
@media (max-width: 1200px) {
  .membership-benefits:after {
    height: 100%;
    width: 40%;
  }
}
@media (max-width: 991px) {
  .membership-benefits:after {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .membership-benefits:after {
    width: 35%;
    transform: skew(0deg, 0);
  }
}
.membership-benefits:before {
  content: "";
  width: 400px;
  height: 100%;
  display: block;
  background: #A9A8A9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1200px) {
  .membership-benefits:before {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .membership-benefits:before {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .membership-benefits:before {
    width: 0;
  }
}
.membership-benefits .member-banner-slider .slider.member-slider-for {
  max-width: calc(100% - 530px);
}
@media (max-width: 1024px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for {
    max-width: calc(100% - 420px);
  }
}
@media (max-width: 991px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for {
    max-width: 60%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.membership-benefits .member-banner-slider .slider.member-slider-for .slick-list {
  box-shadow: 0px 20px 6px rgba(0, 0, 0, 0.16);
}
.membership-benefits .member-banner-slider .slider.member-slider-for .slider-banner-image {
  max-height: 600px;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1921px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for .slider-banner-image {
    max-height: 650px;
    height: 650px;
  }
}
@media (max-width: 1024px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for .slider-banner-image {
    max-height: 500px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for .slider-banner-image {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for .slider-banner-image {
    height: 420px;
  }
}
@media (max-width: 500px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for .slider-banner-image {
    height: auto;
  }
}
.membership-benefits .member-banner-slider .slider.member-slider-for .slider-banner-image img {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for .slider-banner-image img {
    margin: 0 auto;
  }
}
.membership-benefits .member-banner-slider .slider.member-slider-for .slick-arrow {
  background: #ffffff;
}
.membership-benefits .member-banner-slider .slider.member-slider-for .slick-arrow:hover {
  background: #000000;
}
@media (max-width: 991px) {
  .membership-benefits .member-banner-slider .slider.member-slider-for .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.membership-benefits .member-banner-slider .slider.member-slider-for .slick-arrow.slick-next, .membership-benefits .member-banner-slider .slider.member-slider-for .slick-arrow.slick-prev {
  z-index: 2;
}
.membership-benefits .member-banner-slider .slider.member-slider-for .slick-arrow.slick-next {
  right: -25px;
}
.membership-benefits .member-banner-slider .slider.member-slider-for .slick-arrow.slick-prev {
  left: -25px;
}
.membership-benefits .member-banner-slider .member-slider-nav-image {
  max-width: 485px;
  height: 490px;
  overflow: hidden;
  padding: 24px 16px !important;
  margin-left: 40px;
  background: #F9F9F9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  position: relative;
}
@media (max-width: 1024px) {
  .membership-benefits .member-banner-slider .member-slider-nav-image {
    max-width: 400px;
    height: 420px;
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .membership-benefits .member-banner-slider .member-slider-nav-image {
    height: 400px;
    max-width: calc(40% - 20px);
  }
}
@media (max-width: 767px) {
  .membership-benefits .member-banner-slider .member-slider-nav-image {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 40px !important;
    padding-top: 15px !important;
    height: 140px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .membership-benefits .member-banner-slider .member-slider-nav-image {
    height: 210px;
  }
}
.membership-benefits .member-banner-slider .slider.member-slider-nav .slick-list {
  height: 100% !important;
}
.membership-benefits .member-banner-slider .slider.member-slider-nav .slick-slide {
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
  height: 100px;
}
@media (min-width: 1921px) {
  .membership-benefits .member-banner-slider .slider.member-slider-nav .slick-slide {
    height: 130px;
  }
}
@media (max-width: 991px) {
  .membership-benefits .member-banner-slider .slider.member-slider-nav .slick-slide {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .membership-benefits .member-banner-slider .slider.member-slider-nav .slick-slide {
    margin-bottom: 15px;
  }
}
.membership-benefits .member-banner-slider .slider.member-slider-nav .slick-slide :before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 8px;
}
@media (min-width: 1921px) {
  .membership-benefits .member-banner-slider .slider.member-slider-nav .slick-slide .section-title-h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.membership-benefits .member-banner-slider .slider.member-slider-nav .slick-slide.slick-current.slick-active .section-title-h3 {
  color: #d9330d;
}
.membership-benefits .member-banner-slider .slider.member-slider-nav .slick-dots {
  bottom: 15px;
  left: 0;
  right: 0;
}
.membership-benefits .member-banner-slider .slider.member-slider-nav .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.membership-benefits .member-banner-slider .slider.member-slider-nav .slick-dots li button {
  border: 2px solid #d9330d;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.membership-benefits .member-banner-slider .slider.member-slider-nav .slick-dots li:hover button, .membership-benefits .member-banner-slider .slider.member-slider-nav .slick-dots li.slick-active button {
  background: #d9330d;
}
@media (max-width: 557px) {
  .membership-benefits .member-banner-slider .slider.member-slider-nav .slick-dots {
    bottom: -30px;
  }
}
.membership-benefits .member-banner-slider .slider.member-slider-nav .section-description-16 {
  margin: 0;
  color: #767475;
}
.membership-benefits .membership-benefits-block {
  padding: 40px 30px 40px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .membership-benefits .membership-benefits-block {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .membership-benefits .membership-benefits-block {
    padding: 15px;
    max-width: 550px;
    width: 95%;
    margin: 0 auto;
  }
}
.membership-benefits .membership-benefits-block:before {
  content: "";
  width: 100%;
  height: 566px;
  background: #125288;
  box-shadow: 0px 20px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-shadow: 0px 20px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .membership-benefits .membership-benefits-block:before {
    height: 490px;
  }
}
@media (max-width: 991px) {
  .membership-benefits .membership-benefits-block:before {
    height: 100%;
  }
}

.unlimited-bonus .container {
  max-width: 1335px;
}
.unlimited-bonus .section-title-h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .unlimited-bonus .section-title-h2 {
    margin-bottom: 15px;
  }
}
.unlimited-bonus .bonus-block {
  max-width: 424px;
  width: 100%;
  display: flex;
  background: #F7F7F7;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-end;
  text-align: center;
  padding: 30px;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .unlimited-bonus .bonus-block {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .unlimited-bonus .bonus-block {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
.unlimited-bonus .bonus-block.bonus-color-1 .bonus-block--image .bonus-block--image_circle {
  background: transparent linear-gradient(180deg, #ED1F23 0%, #E34747 100%) 0% 0% no-repeat padding-box;
}
.unlimited-bonus .bonus-block.bonus-color-1 .section-title-h3 {
  color: #ED1F23;
}
.unlimited-bonus .bonus-block.bonus-color-2 .bonus-block--image .bonus-block--image_circle {
  background: transparent linear-gradient(180deg, #2177BE 0%, #105187 100%) 0% 0% no-repeat padding-box;
}
.unlimited-bonus .bonus-block.bonus-color-2 .section-title-h3 {
  color: #2177BE;
}
.unlimited-bonus .bonus-block.bonus-color-3 .bonus-block--image .bonus-block--image_circle {
  background: transparent linear-gradient(180deg, #090C1C 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.unlimited-bonus .bonus-block.bonus-color-3 .section-title-h3 {
  color: #000000;
}
.unlimited-bonus .bonus-block .bonus-block--image {
  width: 160px;
  height: 160px;
  background: transparent linear-gradient(180deg, #F9F9F9 0%, #F5F5F5 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: -80px;
}
@media (max-width: 767px) {
  .unlimited-bonus .bonus-block .bonus-block--image {
    width: 100px;
    height: 100px;
  }
  .unlimited-bonus .bonus-block .bonus-block--image img {
    width: 40px;
  }
}
.unlimited-bonus .bonus-block .bonus-block--image_circle {
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .unlimited-bonus .bonus-block .bonus-block--image_circle {
    width: calc(100% - 18px);
    height: calc(100% - 16px);
    top: 9px;
    left: 9px;
  }
}
.unlimited-bonus .bonus-block .bonus-block--image .bonus-block--image_circle::before {
  content: "";
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/perk-icon-border.svg) no-repeat center/cover;
  width: calc(100% - 28px);
  height: calc(100% - 26px);
  position: absolute;
  top: 13px;
  left: 13px;
}
.unlimited-bonus .bonus-block .bonus-block--content {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .unlimited-bonus .bonus-block .bonus-block--content {
    margin-top: 10px;
  }
}
.unlimited-bonus .bonus-block .bonus-block--content .section-description-16 {
  margin: 15px 0;
}

.earn-referrel--program {
  max-width: 1335px;
  margin: 0 auto;
  text-align: center;
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/earn-even-more-bg.png) no-repeat center/cover;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .earn-referrel--program {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.earn-referrel--program .section-title-h2,
.earn-referrel--program .section-description-16 {
  color: #ffffff;
}
.earn-referrel--program .section-description-18 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
}
.earn-referrel--program .section-description-18.text-yellow {
  color: #FFE600;
  font-weight: 600;
}
.earn-referrel--program .cm-btn.cm-btn-secondry-tran {
  background-color: #ffffff;
}

.get-exclusive-merch .common-slider {
  margin-bottom: 0;
}
.get-exclusive-merch .common-slider .smokin-items {
  margin: 0 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .get-exclusive-merch .common-slider .smokin-items {
    margin: 0 15px;
  }
}
.get-exclusive-merch .common-slider .smokin-items .tokens-cls {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 25px;
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .get-exclusive-merch .common-slider .smokin-items .tokens-cls {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .get-exclusive-merch .common-slider .smokin-items .tokens-cls {
    min-height: 1px;
  }
}
@media (max-width: 480px) {
  .get-exclusive-merch .common-slider .smokin-items p {
    min-height: 40px;
  }
}
.get-exclusive-merch .common-slider .smokin-items .cm-btn {
  padding: 0 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 38px;
  letter-spacing: 0.5px;
  height: 40px;
}
.get-exclusive-merch .common-slider .smokin-items img {
  max-height: 152px;
  margin: auto;
}

.earn-tokens--get_access {
  background: #F1A3A3;
  position: relative;
}
.earn-tokens--get_access .container {
  max-width: 1170px;
}
@media (min-width: 1921px) {
  .earn-tokens--get_access .container {
    max-width: 1200px;
  }
}
.earn-tokens--get_access:before {
  content: "";
  width: 400px;
  height: 100%;
  display: block;
  background: #FFE8E8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 1200px) {
  .earn-tokens--get_access:before {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .earn-tokens--get_access:before {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .earn-tokens--get_access:before {
    width: 0;
  }
}
.earn-tokens--get_access:after {
  content: "";
  width: 600px;
  height: 100%;
  display: block;
  background: #FFE8E8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  transform: skew(-20deg, 0);
}
@media (max-width: 1200px) {
  .earn-tokens--get_access:after {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .earn-tokens--get_access:after {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .earn-tokens--get_access:after {
    width: 35%;
    transform: skew(0deg, 0);
  }
}
.earn-tokens--get_access .earn-tokens--get {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .earn-tokens--get_access .earn-tokens--get {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .earn-tokens--get_access .earn-tokens--get {
    justify-content: center;
  }
}
.earn-tokens--get_access .earn-tokens--get .earn-token-image {
  position: relative;
  z-index: 1;
  max-width: 570px;
}
@media (max-width: 1200px) {
  .earn-tokens--get_access .earn-tokens--get .earn-token-image {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .earn-tokens--get_access .earn-tokens--get .earn-token-image {
    width: 100%;
    margin: 0 auto;
  }
  .earn-tokens--get_access .earn-tokens--get .earn-token-image img {
    max-height: 450px;
    margin: 0 auto;
    display: block;
  }
}
.earn-tokens--get_access .earn-tokens--get .earn-token-content {
  position: relative;
  z-index: 1;
  max-width: 503px;
  background: #ffffff;
  box-shadow: 0px 20px 6px rgba(0, 0, 0, 0.29);
  padding: 45px 35px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .earn-tokens--get_access .earn-tokens--get .earn-token-content {
    margin-left: 40px;
    width: calc(45% - 40px);
  }
}
@media (max-width: 991px) {
  .earn-tokens--get_access .earn-tokens--get .earn-token-content {
    margin-left: 15px;
    width: calc(45% - 15px);
    padding: 35px 25px;
  }
}
@media (max-width: 767px) {
  .earn-tokens--get_access .earn-tokens--get .earn-token-content {
    margin: 15px 0 0;
    width: 100%;
    padding: 25px;
  }
}

.sign-up-earning {
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/signup-bg.png) no-repeat center/cover;
  text-align: center;
}
.sign-up-earning .cm-btn {
  min-width: 220px;
  letter-spacing: 0;
  margin: 0 7px;
}
.sign-up-earning .cm-btn + .cm-btn {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .deals.section-py {
    padding-bottom: 15px;
  }
}
.deals img {
  max-height: 250px;
  display: block;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .deals img {
    margin: 0 auto 15px;
    height: auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page-template-template-reward .home-popup-video-cls .modal-dialog {
  max-width: 600px;
  width: 95%;
}
.page-template-template-reward .home-popup-video-cls .modal-content {
  background-color: white;
}
.page-template-template-reward .home-popup-video-cls .modal-content .popup-content {
  padding: 15px 25px;
}
.page-template-template-reward .home-popup-video-cls .modal-content .popup-content p {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
}
.page-template-template-reward .faq-section ul, .page-template-template-reward .faq-section ul li, .page-template-template-reward .faq-section ol, .page-template-template-reward .faq-section ol li {
  color: #ffffff;
}
@media (max-width: 991px) {
  .page-template-template-reward .faq-section ul, .page-template-template-reward .faq-section ul li, .page-template-template-reward .faq-section ol, .page-template-template-reward .faq-section ol li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.page-template-template-reward .faq-section ul {
  padding-left: 20px;
}
.page-template-template-reward .faq-section ul li {
  list-style: disc;
}

#Launched .modal-dialog {
  max-width: 630px;
  width: 90%;
  margin: 0 auto;
}
#Launched .modal-dialog .modal-body {
  padding: 30px;
}
@media (max-width: 991px) {
  #Launched .modal-dialog .modal-body {
    padding: 20px;
  }
}
#Launched .modal-dialog .modal-body .popup-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#Launched .modal-dialog .modal-body img {
  height: 62px;
  width: auto;
  margin: 0 auto 35px;
  display: block;
}
@media (max-width: 991px) {
  #Launched .modal-dialog .modal-body img {
    height: 42px;
    margin: 0 auto 15px;
  }
}
#Launched .modal-dialog .modal-body p {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  color: #090C1C;
  margin: 0 0 15px;
}
@media (max-width: 991px) {
  #Launched .modal-dialog .modal-body p {
    font-size: 16px;
    font-size: 1rem;
  }
}
#Launched .modal-dialog .modal-body p.alert-danger {
  padding: 10px;
}
#Launched .close_launced {
  top: -26px;
  right: -26px;
  position: absolute;
  opacity: 1;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 52px;
  height: 52px;
  width: 52px;
  border: 0;
  display: flex;
  border-radius: 100%;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  background: #E34747;
  padding: 0;
}
@media (max-width: 991px) {
  #Launched .close_launced {
    top: -16px;
    right: -16px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  #Launched .close_launced {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 30px;
    height: 30px;
    width: 30px;
  }
}
#Launched .close_launced span {
  margin-bottom: 3px;
  display: inline-block;
}
#Launched .close_launced:focus {
  outline: 0 none;
}

.shop-banner {
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/shop-banner-bg.png) no-repeat center/cover;
}
.shop-banner h1 {
  text-transform: inherit;
}
.shop-banner .banner-caption .sub-title {
  position: relative;
}
.shop-banner .banner-caption .sub-title::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  border-radius: 100%;
  top: -30px;
  left: -95px;
  background: rgba(255, 255, 255, 0.03);
}
@media (max-width: 1500px) {
  .shop-banner .banner-caption .sub-title::after {
    top: -30px;
    left: -50px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1299px) {
  .shop-banner .banner-caption .sub-title::after {
    left: 0;
  }
}
@media (max-width: 991px) {
  .shop-banner .banner-caption .sub-title::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .shop-banner .banner-caption {
    margin-top: 15px;
    width: 100%;
    display: inline-block;
  }
}

.how-it-works-shop {
  background-color: #F7F7F7;
}
.how-it-works-shop .heading-section .section-title-h2 {
  margin-bottom: 20px;
}
.how-it-works-shop .heading-section .section-title-h2 i {
  color: #ed1f24;
  text-transform: uppercase;
}
.how-it-works-shop .heading-section .section-title-h3 {
  margin-bottom: 20px;
}
.how-it-works-shop .heading-section .coming-soon-txt {
  margin: 0;
  padding: 10px 25px;
  font-style: italic;
  display: inline-block;
  color: #E34747;
  background-color: #ffffff;
}
.how-it-works-shop .how-it-works-shop-repeater-row {
  margin: 30px 0;
}
.how-it-works-shop .how-it-works-shop-repeater-row .col-sm-4:nth-child(2), .how-it-works-shop .how-it-works-shop-repeater-row .col-sm-4:nth-child(4), .how-it-works-shop .how-it-works-shop-repeater-row .col-sm-4:nth-child(5) {
  margin-top: 30px;
}
.how-it-works-shop .work-shop-box {
  position: relative;
  padding: 40px 20px;
  border-radius: 35px;
  min-height: 335px;
  text-align: center;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}
@media (min-width: 1921px) {
  .how-it-works-shop .work-shop-box {
    min-height: 375px;
  }
}
.how-it-works-shop .work-shop-box .count-cls {
  top: 10px;
  left: 10px;
  opacity: 0.1;
  font-size: 50px;
  color: #090C1C;
  font-weight: bold;
  position: absolute;
}
.how-it-works-shop .work-shop-box .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-it-works-shop .work-shop-box .section-title-h3 {
  margin: 20px 0;
}
.how-it-works-shop .work-shop-box p a {
  color: #090C1C;
  font-weight: bold;
}
.how-it-works-shop .work-shop-box p a:hover {
  color: #E34747;
}
@media (max-width: 991px) {
  .how-it-works-shop .col-sm-4 {
    width: 50%;
    margin: 0 0 20px 0 !important;
  }
}
@media (max-width: 575px) {
  .how-it-works-shop .col-sm-4 {
    width: 100%;
  }
  .how-it-works-shop .col-sm-4:last-child {
    margin-bottom: 0 !important;
  }
  .how-it-works-shop .work-shop-box {
    min-height: inherit;
  }
}

.shopping-exp-section {
  background-color: #767475;
}
.shopping-exp-section .cm-btn {
  color: #ffffff;
  border-color: #ffffff;
  background: transparent;
}

.content-repeater-section .container {
  max-width: 1830px;
}
.content-repeater-section .rep-box {
  position: relative;
  margin-bottom: 80px;
}
.content-repeater-section .rep-box .rep-cap {
  left: 20px;
  bottom: -50px;
  position: absolute;
  width: calc(100% - 40px);
  padding: 30px;
  min-height: 200px;
  background: #ffffff;
  transition: all 500ms ease 0ms;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}
.content-repeater-section .rep-box:hover .rep-cap {
  border-bottom: 6px solid #E34747;
}
@media (min-width: 1921px) {
  .content-repeater-section .container {
    max-width: 2100px;
  }
  .content-repeater-section .rep-box .rep-cap {
    min-height: 230px;
  }
}
@media (max-width: 1199px) {
  .content-repeater-section .rep-box .rep-cap {
    padding: 15px;
    min-height: 180px;
  }
  .content-repeater-section .rep-box .rep-cap .section-title-h2 {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .content-repeater-section .row, .content-repeater-section .cigar-guide--section .guide-slider .slick-track, .cigar-guide--section .guide-slider .content-repeater-section .slick-track {
    justify-content: center;
  }
  .content-repeater-section .col-sm-4 {
    width: 50%;
  }
  .content-repeater-section .rep-box {
    margin-bottom: 70px;
  }
  .content-repeater-section .rep-box .rep-cap {
    text-align: center;
    min-height: inherit;
  }
  .content-repeater-section .rep-box .rep-cap .section-title-h2 {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 640px) {
  .content-repeater-section .row, .content-repeater-section .cigar-guide--section .guide-slider .slick-track, .cigar-guide--section .guide-slider .content-repeater-section .slick-track {
    justify-content: inherit;
  }
  .content-repeater-section .col-sm-4 {
    width: 100%;
  }
  .content-repeater-section .rep-box {
    margin-bottom: 60px;
  }
}

.product-sec .common-slider .smokin-items {
  margin: 0;
}
.product-sec .common-slider .smokin-items figure {
  margin: 0 auto;
}
.product-sec .common-slider .smokin-items figure img {
  max-height: 265px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1500px) {
  .product-sec .common-slider .smokin-items figure img {
    max-height: 230px;
  }
}
@media (max-width: 1199px) {
  .product-sec .common-slider .smokin-items figure img {
    max-height: 200px;
  }
}
@media (max-width: 991px) {
  .product-sec .col-sm-3 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .product-sec .common-slider .smokin-items figure img {
    max-height: 140px;
  }
}

.cta-main .cta-inner {
  background: transparent url(/wp-content/themes/smokerschoice/dist/images/earn-even-more-bg.png) no-repeat center/cover;
  display: flex;
  padding: 20px;
  min-height: 285px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.cta-main .cta-inner .link {
  font-weight: 600;
  color: #FDD210;
  text-transform: uppercase;
}
.cta-main .cta-inner .link:hover {
  color: #ffffff;
}

.page-template-template-employment .container {
  max-width: 1140px;
}
@media (min-width: 1921px) {
  .page-template-template-employment .container {
    max-width: 1400px;
  }
}
.page-template-template-employment .download-from .container {
  max-width: 1110px;
}
.page-template-template-employment .req-txt {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #ff0000;
}
.page-template-template-employment .form-group span.error {
  font-size: 14px;
  color: #ff0000;
  display: block;
}

.employment-form .employment-form-block .employment-form-heading {
  padding: 20px;
  background-color: #e7e7e7;
  border: 1px solid #dbdbdb;
  margin-bottom: 25px;
}
.employment-form .employment-form-block .employment-form-body .form-field-block {
  margin: 15px 0;
}
.employment-form .employment-form-block .employment-form-body .form-field-block label {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  margin: 0;
}
.employment-form .employment-form-block .employment-form-body .form-field-block input[type=text],
.employment-form .employment-form-block .employment-form-body .form-field-block input[type=tel],
.employment-form .employment-form-block .employment-form-body .form-field-block input[type=email],
.employment-form .employment-form-block .employment-form-body .form-field-block select,
.employment-form .employment-form-block .employment-form-body .form-field-block .form-control {
  background-color: #f1f1f1;
  width: 100%;
  height: 42px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #000000;
  border: 1px solid transparent;
  padding: 5px 15px;
  margin: 10px 0;
  border-radius: 0;
}
.employment-form .employment-form-block .employment-form-body .form-field-block input[type=text].error,
.employment-form .employment-form-block .employment-form-body .form-field-block input[type=tel].error,
.employment-form .employment-form-block .employment-form-body .form-field-block input[type=email].error,
.employment-form .employment-form-block .employment-form-body .form-field-block select.error,
.employment-form .employment-form-block .employment-form-body .form-field-block .form-control.error {
  border-color: #ff0000;
}
.employment-form .employment-form-block .employment-form-body .form-field-block input[type=text][disabled=disabled],
.employment-form .employment-form-block .employment-form-body .form-field-block input[type=tel][disabled=disabled],
.employment-form .employment-form-block .employment-form-body .form-field-block input[type=email][disabled=disabled],
.employment-form .employment-form-block .employment-form-body .form-field-block select[disabled=disabled],
.employment-form .employment-form-block .employment-form-body .form-field-block .form-control[disabled=disabled] {
  pointer-events: none;
}
.employment-form .employment-form-block .employment-form-body .form-field-block select {
  background: #f1f1f1 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAHCAYAAAD9NeaIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA0LTE3VDE3OjEyOjQyKzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNS0wNC0yMFQxNzoxNjoyNCswMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTU4MjBDRURERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4MjBDRUVERjVCMTFFNEEzN0FCODBEM0I5MTExMjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2RUVFRDJCNkREQzMxMUU0QTM3QUI4MEQzQjkxMTEyOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFNTgyMENFQ0RGNUIxMUU0QTM3QUI4MEQzQjkxMTEyOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuShL/sAAABeSURBVHjaYszOzjZnYGDYCcT8DMSBv0AcP2XKlKVEqmdgAuKTQOwOxB+JtQCIibYAZgkDkRaRZQGyJYQsItsCdEtwWUSRBdgsQbeIYgtAgAWHOMwiJSBezkAhAAgwAJSTG/DI0S9VAAAAAElFTkSuQmCC");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 15%;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.employment-form .employment-form-block .employment-form-body .form-field-block select[disabled=disabled] {
  pointer-events: none;
}
.employment-form .employment-form-block .employment-form-body .form-field-block textarea {
  background-color: #f1f1f1;
  width: 100%;
  height: 80px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  color: #000000;
  border: 1px solid transparent;
  padding: 5px 15px;
  margin: 10px 0;
  resize: none;
}
.employment-form .employment-form-block .employment-form-body .form-field-block textarea.error {
  border-color: #ff0000;
}
.employment-form .employment-form-block .employment-form-body .form-field-block textarea[disabled=disabled] {
  pointer-events: none;
}
.employment-form .employment-form-block .employment-form-body .form-field-block .radio-field-block {
  margin-top: 15px;
}
.employment-form .employment-form-block .employment-form-body .form-field-block .radio-field-block .field-label {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  margin: 0;
  width: auto;
  width: 100%;
  display: inline-block;
}
@media (max-width: 1024px) {
  .employment-form .employment-form-block .employment-form-body .form-field-block .radio-field-block .field-label {
    font-size: 14px;
  }
}
.employment-form .employment-form-block .employment-form-body .form-field-block .radio-field-block .radio-label {
  width: auto;
  margin: 15px 0 !important;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
.employment-form .employment-form-block .employment-form-body .form-field-block .radio-field-block .radio-label input[type=radio] {
  position: absolute;
  left: -100px;
  top: 0;
}
.employment-form .employment-form-block .employment-form-body .form-field-block .radio-field-block .radio-label strong {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  line-height: 24px;
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.employment-form .employment-form-block .employment-form-body .form-field-block .radio-field-block .radio-label input:checked ~ strong {
  background-color: #105187;
  color: #ffffff;
}

.radio-field-block {
  margin-top: 15px;
}
.radio-field-block .field-label {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  margin: 0;
  width: auto;
  width: 100%;
  display: inline-block;
}
@media (max-width: 1024px) {
  .radio-field-block .field-label {
    font-size: 14px;
  }
}
.radio-field-block .radio-label {
  width: auto;
  margin: 15px 0 !important;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
.radio-field-block .radio-label input[type=radio] {
  position: absolute;
  left: -100px;
  top: 0;
}
.radio-field-block .radio-label strong {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  line-height: 24px;
  width: 60px;
  height: 60px;
  background-color: #f1f1f1;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.radio-field-block .radio-label input:checked ~ strong {
  background-color: #105187;
  color: #ffffff;
}

.regular-radio-style .radio-label {
  width: auto;
  margin: 15px 0 !important;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
.regular-radio-style .radio-label input[type=radio] {
  position: absolute;
  left: -100px;
  top: 0;
}
.regular-radio-style .radio-label strong {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  min-height: 30px;
}
.regular-radio-style .radio-label strong:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  border: 5px solid #f1f1f1;
  position: absolute;
  left: 0;
  top: 0;
}
.regular-radio-style .radio-label strong:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  border: 0;
  position: absolute;
  left: 8px;
  top: 8px;
}
.regular-radio-style .radio-label input:checked ~ strong:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ffffff;
  border: 5px solid #105187;
  position: absolute;
  left: 0;
  top: 0;
}
.regular-radio-style .radio-label input:checked ~ strong:after {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background-color: #105187;
  border: 0;
  position: absolute;
  left: 8px;
  top: 8px;
}

.checkbox-field-block {
  margin-top: 15px;
}
.checkbox-field-block .field-label {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  margin: 0;
  width: auto;
  width: 100%;
  display: inline-block;
}
.checkbox-field-block .checkbox-label {
  width: auto;
  margin: 10px 0;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
}
.checkbox-field-block .checkbox-label input[type=checkbox] {
  position: absolute;
  left: -100px;
  top: 0;
}
.checkbox-field-block .checkbox-label strong {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  line-height: 24px;
  position: relative;
  padding-left: 40px;
  min-height: 40px;
}
.checkbox-field-block .checkbox-label strong:before {
  content: "";
  background-color: #f1f1f1;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 5px;
}
.checkbox-field-block .checkbox-label input:checked ~ strong:before {
  font-family: "icomoon";
  content: "\e90e";
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  color: #ffffff;
  background-color: #105187;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}
.checkbox-field-block.default .checkbox-label strong:before {
  font-family: "icomoon";
  content: "\e90e";
  font-weight: 900;
  font-size: 16px;
  font-size: 1rem;
  line-height: 28px;
  color: #ffffff;
  background-color: #105187;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  cursor: default;
  left: 0;
  top: 5px;
}

.emp_history-container {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 16px;
}

#addEmploymentData .emp_form_container {
  border-top: 1px solid #dddddd;
  padding-top: 16px;
}

.career-action-btn-group .cm-btn {
  margin: 20px 15px 0;
}

.form-message {
  padding: 8px 10px;
  margin: 30px 0 0;
  border-radius: 5px;
  display: block;
  text-align: center;
}
.form-message.error-msg {
  color: #ff0000;
  background-color: #f3dfe1;
  border: 1px solid #f3dfe1;
}
.form-message.success-msg {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
}
.form-message.loading {
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  text-align: center;
  display: block;
}

.em-remove {
  width: 100%;
  text-align: end;
}
.em-remove .remove-employment {
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #E34747;
  letter-spacing: 0.5px;
  text-transform: inherit;
  font-weight: 400;
  margin-bottom: 3px;
  font-size: 1rem;
}

.page-template-template-i-smoke-cigar .container {
  max-width: 1140px;
}
@media (min-width: 1921px) {
  .page-template-template-i-smoke-cigar .container {
    max-width: 1400px;
  }
}
.page-template-template-i-smoke-cigar .slick-arrow {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #b7b7b7;
  border-radius: 100%;
  transition: all 0.2s ease;
  outline: none;
  z-index: 10;
}
.page-template-template-i-smoke-cigar .slick-arrow::before {
  content: "\e90d";
  font-family: "icomoon";
  color: #717173;
  opacity: 1;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  background: none;
  width: 32px;
  height: 32px;
  margin: 0;
  line-height: 32px;
}
.page-template-template-i-smoke-cigar .slick-arrow:hover {
  background: #d9330d;
}
.page-template-template-i-smoke-cigar .slick-arrow:hover::before {
  color: #ffffff;
}
.page-template-template-i-smoke-cigar .slick-arrow.slick-prev {
  left: -40px;
}
@media (max-width: 991px) {
  .page-template-template-i-smoke-cigar .slick-arrow.slick-prev {
    left: 0;
  }
}
.page-template-template-i-smoke-cigar .slick-arrow.slick-next {
  right: -40px;
}
@media (max-width: 991px) {
  .page-template-template-i-smoke-cigar .slick-arrow.slick-next {
    right: 0;
  }
}
.page-template-template-i-smoke-cigar .quit-vape-main::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1365' height='80' preserveAspectRatio='none'%3E%3Cpath d='M0 80v-80h1365z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
}

@media (max-width: 1199px) {
  .cigar-brand--section .container {
    max-width: 960px;
  }
}
.cigar-brand--section .section-title-h2 {
  margin-bottom: 15px;
}
.cigar-brand--section .cm-btn {
  margin-top: 30px;
}
.cigar-brand--section .brand-logo-slider .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cigar-brand--section .brand-logo-slider .slick-list {
    margin: 0 35px;
  }
}
.cigar-brand--section .brand-logo-slider .brands-slide {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.storage-buying--section .section-title-h4 {
  margin-bottom: 15px;
}
.cigar-guide--section {
  width: 100%;
  background-image: url(/wp-content/themes/smokerschoice/dist/images/cigar-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  padding: 60px 0 100px;
  position: relative;
}
.cigar-guide--section:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.cigar-guide--section .container {
  position: relative;
  z-index: 1;
}
.cigar-guide--section .section-title-h2,
.cigar-guide--section .section-description {
  color: #ffffff;
}
.cigar-guide--section .guide-slider {
  margin-top: 40px;
  padding-bottom: 60px;
  position: relative;
}
.cigar-guide--section .guide-slider .guide-block {
  margin: 0 15px;
}
.cigar-guide--section .guide-slider .guide-block .guide-block--content {
  background: #282828;
  border-bottom: 5px solid #d9330d;
  padding: 10px;
  min-height: 150px;
}
.cigar-guide--section .guide-slider .guide-block .guide-block--content .section-title-h4,
.cigar-guide--section .guide-slider .guide-block .guide-block--content .section-description {
  color: #ffffff;
}
.cigar-guide--section .guide-slider .guide-block .guide-block--content .section-title-h4 {
  margin-bottom: 10px;
}
.cigar-guide--section .guide-slider .guide-block .guide-block--content .section-description {
  margin: 0;
}
.cigar-guide--section .guide-slider .slick-arrow {
  top: 100%;
}
.cigar-guide--section .guide-slider .slick-arrow.slick-prev {
  left: calc(50% - 42px);
}
.cigar-guide--section .guide-slider .slick-arrow.slick-next {
  right: calc(50% - 42px);
}

.beginners-terns--section .section-title-h2 {
  color: #252525;
}
.beginners-terns--section .key-terms {
  margin: 15px 0 0;
}
.beginners-terns--section .key-terms .key-terms--title {
  color: #105187;
  padding-left: 20px;
  padding-top: inherit;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  line-height: 50px;
  text-align: left;
  position: relative;
  padding-left: 25px;
  height: 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 1921px) {
  .beginners-terns--section .key-terms .key-terms--title {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 32px;
  }
}
.beginners-terns--section .key-terms .key-terms--title:before {
  content: "";
  width: 50px;
  height: 50px;
  background: #105187;
  opacity: 0.2;
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
}
.beginners-terns--section .key-terms p {
  margin-top: 0;
}

.cms-banner {
  height: 290px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.cms-banner .banner-title-main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.cms-banner .banner-title-main .banner-title {
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}

.cms-content-main {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cms-content-main {
    margin-bottom: 0;
  }
}
.cms-content-main .container {
  max-width: 1140px;
}
@media (min-width: 1921px) {
  .cms-content-main .container {
    max-width: 1400px;
  }
}
.cms-content-main .cms-content a {
  color: #000000;
  font-weight: 600;
}
