@media (max-width: 550px) {
  #main-content .container {
    padding-top: 40px; } }

h1.productView-title {
  font-weight: 500;
  text-transform: uppercase; }

h2.productView-brand span {
  font-size: 18px;
  text-transform: uppercase; }

.productView-img-container a {
  text-decoration: none; }

.container-product-crown {
  position: absolute;
  left: 2px;
  top: -16px;
  transform: rotate(328deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 1; }
  .container-product-crown .container-crown {
    position: relative; }
    .container-product-crown .container-crown svg {
      width: 60px;
      height: 60px; }
    .container-product-crown .container-crown .crown-label {
      position: absolute;
      top: 65%;
      left: 50%;
      transform: translate(-50%, -65%);
      color: white;
      font-family: 'Gotham',sans-serif;
      font-weight: 500;
      font-size: 13px; }

.container-cigar-rating {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px; }
  .container-cigar-rating .cigar-rating {
    font-size: 26px;
    color: #333;
    font-weight: bold; }
  .container-cigar-rating .rating-by {
    font-family: 'Gotham',sans-serif;
    color: #333;
    max-width: 93px;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    padding-bottom: 12px; }
  .container-cigar-rating .circle-border {
    border: 2px solid var(--Red);
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: absolute; }
    @media (max-width: 450px) {
      .container-cigar-rating .circle-border {
        width: 85px;
        height: 85px; } }

.container-product-badges.mac-os .badge {
  padding-top: 11px;
  padding-bottom: 0; }

.container-cigar-rating.mac-os .cigar-rating {
  line-height: 20px; }

.container-cigar-rating.mac-os .rating-by {
  padding-bottom: 0; }

[data-product-option-change] label.form-option:hover {
  background-color: var(--Red);
  color: white; }

@media (max-width: 800px) {
  section.productView-details.product-data {
    order: 0; }
  #main-content .container {
    padding-left: var(--padding-x);
    padding-right: var(--padding-x);
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.container-product-badge.mac-os .badge {
  padding-bottom: 0;
  padding-top: 11px; }

.product-description-custom {
  margin-top: 21px;
  display: block; }

button.slick-next {
  right: 0; }

button.slick-prev {
  left: 0; }

.productView {
  margin: 0 !important; }

[data-quantity-change] {
  width: max-content;
  border: 1px solid #e5e5e5; }

[data-action="dec"] {
  border: none;
  margin-right: 3px !important;
  font-size: 30px !important;
  padding: 0 !important;
  padding-left: 12px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  line-height: 0 !important; }

[data-action="inc"] {
  border: none;
  margin-left: 3px !important;
  font-size: 22px !important;
  padding: 0 !important;
  padding-right: 12px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  line-height: 0 !important; }

.add-to-cart-buttons {
  padding-left: 0 !important; }
  @media (max-width: 1044px) {
    .add-to-cart-buttons {
      width: 100% !important;
      margin-right: 0;
      padding-right: 0 !important; } }

dl.productView-info dt {
  float: left; }

dd.productView-info-value {
  float: left;
  font-weight: bold; }

.productView-info > :first-child {
  margin-top: 0 !important; }

.productView-description {
  padding-left: 0; }
  .productView-description ul.tabs[data-tab] {
    border-bottom: 1px solid #e5e5e5; }

dl.productView-info .productView-info-name {
  font-weight: bold; }

.container-main-product {
  display: flex; }
  @media (max-width: 800px) {
    .container-main-product {
      flex-direction: column; } }
  .container-main-product .col-main-category-container {
    padding-left: 30px;
    padding-right: 30px;
    border-left: 1px solid #e5e5e5; }
    @media (max-width: 800px) {
      .container-main-product .col-main-category-container {
        border-left: none;
        padding-left: 10px;
        padding-bottom: 40px; } }
    .container-main-product .col-main-category-container ul {
      list-style: none;
      margin-left: 0;
      width: max-content; }
      .container-main-product .col-main-category-container ul a {
        text-decoration: none; }
      .container-main-product .col-main-category-container ul li {
        margin-bottom: 7px; }
      .container-main-product .col-main-category-container ul li.main-title-categ {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: "Gotham",sans-serif; }
      .container-main-product .col-main-category-container ul li.cigars-children a {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        position: relative;
        width: max-content;
        font-family: "Gotham",sans-serif;
        transition: 0.4s all; }
        .container-main-product .col-main-category-container ul li.cigars-children a::before {
          transition: 0.4s all;
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 0%;
          background-color: var(--Red);
          height: 2px;
          content: ''; }
        .container-main-product .col-main-category-container ul li.cigars-children a:hover::before {
          width: 100%; }
  .container-main-product .col-main-category-container.mac-os li.cigars-children {
    line-height: 22px; }
  .container-main-product .col-main-category-container.mac-os a {
    font-family: unset !important; }

@media (max-width: 800px) {
  #main-content {
    margin-top: 95px; } }

@media (max-width: 1200px) {
  .productView-images .container-product-crown {
    left: 35px; } }

.bn {
  display: inline;
  float: left;
  margin-top: 1rem;
  width: max-content;
  background-color: black;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center;
  text-decoration: none;
  color: white;
  margin-right: 10px;
  border-radius: 4px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  @media (max-width: 1260px) {
    .bn {
      margin-top: 0; } }
  @media (max-width: 1231px) {
    .bn {
      width: 159px; } }
  @media (max-width: 1044px) {
    .bn {
      width: 100%; } }
  @media (max-width: 550px) {
    .bn {
      margin-bottom: 15px !important; } }

.form.form-wishlist.form-action {
  width: 100%;
  margin-top: 0; }
  @media (max-width: 1044px) {
    .form.form-wishlist.form-action {
      width: 100%; } }
  @media (max-width: 800px) {
    .form.form-wishlist.form-action {
      padding-left: 0;
      padding-right: 0; } }
  .form.form-wishlist.form-action .button.dropdown-menu-button {
    padding-left: 8px;
    padding-right: 8px;
    width: max-content; }
    @media (max-width: 1044px) {
      .form.form-wishlist.form-action .button.dropdown-menu-button {
        width: 100%; } }
  @media (min-width: 1045px) {
    .form.form-wishlist.form-action #wishlist-dropdown.is-open li:not(:last-child) .button {
      padding-left: 8px; } }

.klaviyo-bis-trigger {
  width: 100% !important; }

@media (max-width: 1425px) {
  .klaviyo-bis-trigger {
    margin-bottom: 7px;
    width: 100% !important; }
  .bn {
    width: 100% !important; }
  [data-wishlist-add] [data-dropdown="wishlist-dropdown"] {
    margin-top: 7px !important;
    width: 100% !important; } }

#bn {
  width: 100%; }
