/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Include bootstrap form styles */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5em;
  --bs-tooltip-padding-y: 0.25em;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #ffffff;
  --bs-tooltip-bg: #000000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: var(--bs-tooltip-opacity); }
  .tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height); }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0; }
  .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0; }
  .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg); }

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width); }
  .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg); }

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius); }

.content-area .breadcrumb {
  margin-bottom: 100px; }

.content-area .woocommerce-notices-wrapper .wc-block-components-notice-banner {
  display: flex;
  padding: 1rem;
  margin-bottom: 2rem; }
  .content-area .woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
    border-top: solid 5px #198754;
    background-color: #F4F4F4; }
  .content-area .woocommerce-notices-wrapper .wc-block-components-notice-banner svg {
    display: none; }
  .content-area .woocommerce-notices-wrapper .wc-block-components-notice-banner .button {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
    background-color: #F98124;
    border: solid 2px #F98124;
    color: #ffffff;
    letter-spacing: 0px;
    border-radius: 0px;
    transition: all 0.3s;
    padding: 8px 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 1rem; }
    .content-area .woocommerce-notices-wrapper .wc-block-components-notice-banner .button:hover {
      color: #F98124 !important;
      background-color: transparent; }

.content-area .gallery-col {
  position: relative; }
  .content-area .gallery-col .onsale {
    background: #F98124;
    color: #ffffff;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 18px; }
  .content-area .gallery-col .image-gallery-container {
    display: block;
    overflow: hidden; }
    .content-area .gallery-col .image-gallery-container .product-image {
      border: 1px solid #dfdfdf;
      margin-bottom: 1rem; }
      .content-area .gallery-col .image-gallery-container .product-image img,
      .content-area .gallery-col .image-gallery-container .product-image picture {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important;
        object-fit: cover; }
    .content-area .gallery-col .image-gallery-container .image-gallery-carousel .owl-nav {
      position: absolute;
      top: 20%;
      width: 100%;
      color: rgba(255, 255, 255, 0.2);
      font-size: 35px;
      transition: 0.2s all linear; }
      .content-area .gallery-col .image-gallery-container .image-gallery-carousel .owl-nav .owl-next {
        position: absolute;
        right: 0; }
      .content-area .gallery-col .image-gallery-container .image-gallery-carousel .owl-nav .owl-prev {
        position: absolute;
        left: 0; }
    .content-area .gallery-col .image-gallery-container .image-gallery-carousel .product-gallery-thumb {
      cursor: pointer;
      border: 1px solid #dfdfdf; }
      .content-area .gallery-col .image-gallery-container .image-gallery-carousel .product-gallery-thumb:hover {
        border: 1px solid #303030; }

.content-area .entry-summary {
  width: 100% !important; }
  .content-area .entry-summary .product_title {
    margin-bottom: 1.5rem;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 1.1;
    padding-top: 0 !important; }
    @media (min-width: 769px) {
      .content-area .entry-summary .product_title {
        padding-top: 3rem !important; } }
  .content-area .entry-summary .product_meta {
    margin-bottom: 10px; }
    .content-area .entry-summary .product_meta .sku {
      color: #acabab;
      font-size: 16px;
      font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
      font-weight: 400; }
  .content-area .entry-summary .price {
    color: #F98124 !important;
    font-size: 40px !important;
    margin-bottom: 1.5rem;
    font-family: "Oswald", "Arial Narrow", "Verdana", sans-serif;
    font-weight: 700;
    position: relative;
    letter-spacing: -1px;
    line-height: 1; }
    .content-area .entry-summary .price .gst {
      position: absolute;
      top: 8px;
      color: #303030 !important;
      font-weight: 500 !important;
      font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
      font-size: 18px !important; }
  .content-area .entry-summary .woocommerce-product-details__short-description p {
    margin-bottom: 1.5rem; }
  .content-area .entry-summary .woocommerce-product-details__short-description small {
    font-style: italic;
    opacity: 0.5;
    font-size: 16px; }
    .content-area .entry-summary .woocommerce-product-details__short-description small a {
      font-weight: bold;
      text-decoration: underline; }
  .content-area .entry-summary div.qty {
    display: none; }
  .content-area .entry-summary .qty-label {
    margin-top: 3rem;
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
    margin-bottom: 8px; }
  .content-area .entry-summary table.variations {
    margin-bottom: 0;
    /*tr.pa_size,
            tr.pa_color {
                display: none;
            }*/ }
    .content-area .entry-summary table.variations tr th label {
      font-size: 18px;
      font-weight: 500 !important; }
    .content-area .entry-summary table.variations tr td select {
      margin-bottom: 1rem;
      border-radius: 0;
      border: solid 1px #303030;
      padding: 0.5rem 1rem;
      font-size: 18px;
      font-weight: 500; }
  .content-area .entry-summary .single_variation_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .content-area .entry-summary .single_variation_wrap .woocommerce_gc_giftcard_form {
      order: 10; }
      .content-area .entry-summary .single_variation_wrap .woocommerce_gc_giftcard_form label {
        font-size: 18px;
        font-weight: 500 !important; }
      .content-area .entry-summary .single_variation_wrap .woocommerce_gc_giftcard_form textarea,
      .content-area .entry-summary .single_variation_wrap .woocommerce_gc_giftcard_form input {
        border: solid 1px #303030;
        padding: 0.5rem 1rem;
        font-size: 18px;
        font-weight: 500; }
    .content-area .entry-summary .single_variation_wrap .single_variation {
      order: 1; }
    .content-area .entry-summary .single_variation_wrap .woocommerce-variation-price {
      margin-bottom: 1.5rem; }
    .content-area .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart {
      order: 11; }
  .content-area .entry-summary .swatch-container {
    margin: 10px 0 2rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .content-area .entry-summary .swatch-container .swatch-list {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .content-area .entry-summary .swatch-container .swatch-list .choose-product-colour {
        cursor: pointer;
        margin-bottom: 1px;
        border: solid 1px #ffffff;
        margin-right: 8px; }
        .content-area .entry-summary .swatch-container .swatch-list .choose-product-colour:hover {
          border: solid 1px #000000; }
        .content-area .entry-summary .swatch-container .swatch-list .choose-product-colour.selected {
          border: solid 1px #000000; }
        .content-area .entry-summary .swatch-container .swatch-list .choose-product-colour .popup {
          border: solid 1px #ffffff;
          height: 53px;
          width: 53px; }
      .content-area .entry-summary .swatch-container .swatch-list .choose-product-size {
        cursor: pointer;
        margin-right: 10px;
        border: solid 1px #ffffff; }
        .content-area .entry-summary .swatch-container .swatch-list .choose-product-size:hover {
          border: solid 1px #000000; }
        .content-area .entry-summary .swatch-container .swatch-list .choose-product-size .popup {
          text-align: center;
          height: 53px;
          width: 53px;
          border: solid 1px #303030;
          font-weight: 500;
          font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
          font-size: 18px;
          color: #303030;
          padding: 13px 0px;
          text-transform: uppercase; }
          .content-area .entry-summary .swatch-container .swatch-list .choose-product-size .popup:hover {
            border: solid 1px #000000;
            color: #211f1f; }
        .content-area .entry-summary .swatch-container .swatch-list .choose-product-size.selected {
          border: solid 1px #000000; }
          .content-area .entry-summary .swatch-container .swatch-list .choose-product-size.selected .popup {
            color: #211f1f; }
    .content-area .entry-summary .swatch-container .selected-size,
    .content-area .entry-summary .swatch-container .selected-color {
      width: 100%; }
      .content-area .entry-summary .swatch-container .selected-size p,
      .content-area .entry-summary .swatch-container .selected-color p {
        margin-top: 1rem;
        color: #303030;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 5px; }
  .content-area .entry-summary .single_add_to_cart_button {
    display: inline-block;
    padding: 16px 20px !important;
    border: solid 1px #F98124;
    border-radius: 0;
    background-color: #F98124 !important;
    color: #ffffff !important;
    font-size: 18px;
    font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
    font-weight: 500;
    text-align: center;
    transition: 250ms all ease-in-out;
    margin-top: 0 !important;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase; }
    @media (min-width: 769px) {
      .content-area .entry-summary .single_add_to_cart_button {
        padding: 16px 25px; } }
    .content-area .entry-summary .single_add_to_cart_button:before {
      font-family: "icomoon" !important;
      content: "\e90d";
      margin-right: 8px; }
    .content-area .entry-summary .single_add_to_cart_button:hover {
      background-color: transparent !important;
      color: #F98124 !important; }

.content-area h5 {
  letter-spacing: -1px;
  line-height: 1.1; }

.product-row {
  padding-bottom: 80px; }

.wp-element-button {
  display: inline-block;
  padding: 16px 20px !important;
  border: solid 1px #F98124 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #F98124 !important;
  font-size: 18px;
  font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
  font-weight: 700;
  text-align: center;
  transition: 250ms all ease-in-out;
  margin-top: 0 !important;
  letter-spacing: 1.6px;
  line-height: 1.2;
  position: relative; }
  @media (min-width: 769px) {
    .wp-element-button {
      padding: 16px 25px !important; } }
  .wp-element-button:hover {
    background-color: #F98124 !important;
    color: #ffffff !important; }

.quantity {
  display: flex;
  width: 100%;
  margin-bottom: 2rem !important; }
  .quantity label {
    width: 23.5%;
    font-size: 18px;
    font-weight: 500 !important; }
  .quantity input {
    border: 1px solid #2f3131;
    padding: 10px 0;
    margin-right: 1rem; }

.postid-2378 .quantity,
.postid-1406 .quantity,
.postid-1408 .quantity,
.postid-1432 .quantity,
.postid-1425 .quantity,
.postid-1440 .quantity,
.postid-2216 .quantity {
  display: none; }

.postid-2865 .entry-summary .price,
.postid-2865 .entry-summary .single_add_to_cart_button,
.postid-2868 .entry-summary .price,
.postid-2868 .entry-summary .single_add_to_cart_button,
.postid-2212 .entry-summary .price,
.postid-2212 .entry-summary .single_add_to_cart_button,
.postid-2206 .entry-summary .price,
.postid-2206 .entry-summary .single_add_to_cart_button,
.postid-2216 .entry-summary .price,
.postid-2216 .entry-summary .single_add_to_cart_button {
  display: none !important; }

.shop-slider {
  position: relative;
  color: #ffffff;
  padding: 50px 0 50px 0; }
  @media (min-width: 1025px) {
    .shop-slider {
      padding: 100px 0 75px 0; } }
  .shop-slider .bg-img {
    object-position: center;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover; }
  .shop-slider p {
    color: #ffffff; }
  @media (min-width: 641px) {
    .shop-slider .btn-primary-trans {
      min-width: 190px; } }
  .shop-slider .container {
    position: relative; }
  .shop-slider .product-nav-container {
    position: absolute;
    top: calc(50% - 31px);
    display: flex;
    justify-content: space-between;
    left: 12px;
    right: 12px;
    z-index: 9; }
    .shop-slider .product-nav-container button {
      height: 62px;
      width: 62px;
      border: 0;
      outline: 0;
      box-shadow: none;
      background: rgba(48, 48, 48, 0.9); }
      .shop-slider .product-nav-container button i {
        color: #ffffff;
        font-size: 22px; }
  .shop-slider .product-slider .owl-dots {
    margin-top: 45px; }
    .shop-slider .product-slider .owl-dots button span {
      height: 22px;
      width: 22px; }
    .shop-slider .product-slider .owl-dots button.active span {
      background-color: #F98124; }
  .shop-slider .product-col .product-card {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column; }
    .shop-slider .product-col .product-card .product-img {
      overflow: hidden;
      position: relative;
      height: 500px; }
      @media (min-width: 641px) {
        .shop-slider .product-col .product-card .product-img {
          height: 500px; } }
      @media (min-width: 769px) {
        .shop-slider .product-col .product-card .product-img {
          height: 500px; } }
      @media (min-width: 1141px) {
        .shop-slider .product-col .product-card .product-img {
          height: 500px; } }
      @media (min-width: 1324px) {
        .shop-slider .product-col .product-card .product-img {
          height: 500px; } }
      @media (min-width: 1641px) {
        .shop-slider .product-col .product-card .product-img {
          height: 526px; } }
      .shop-slider .product-col .product-card .product-img .onsale {
        background: #F98124;
        color: #ffffff;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        font-weight: 500;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute; }
      .shop-slider .product-col .product-card .product-img > a {
        display: block;
        position: relative;
        height: 100%; }
        .shop-slider .product-col .product-card .product-img > a img,
        .shop-slider .product-col .product-card .product-img > a picture {
          width: 100% !important;
          max-width: 100% !important;
          height: 100% !important;
          max-height: 526px !important;
          transition: all 0.2s linear;
          object-fit: cover;
          margin-bottom: 10px; }
        .shop-slider .product-col .product-card .product-img > a .soldout {
          position: absolute;
          top: 15px;
          left: 0;
          background: #F98124;
          padding: 9px 9px 9px 18px;
          color: white; }
    .shop-slider .product-col .product-card .product-detail {
      background-color: rgba(48, 48, 48, 0.83);
      position: absolute;
      width: 100%;
      bottom: 0;
      min-height: 106px; }
      @media (min-width: 641px) {
        .shop-slider .product-col .product-card .product-detail {
          min-height: 130px; } }
      @media (min-width: 1141px) {
        .shop-slider .product-col .product-card .product-detail {
          min-height: 192px; } }
      @media (min-width: 1324px) {
        .shop-slider .product-col .product-card .product-detail {
          min-height: 172px; } }
      @media (min-width: 1641px) {
        .shop-slider .product-col .product-card .product-detail {
          min-height: 144px; } }
      .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 1rem 1rem 1rem 1rem;
        /*.swatches {
                        width: 60%;
                        text-align: left;

                        span {
                            display: inline-block;
                            height: 15px;
                            width: 15px;
                            margin-right: 4px;
                            border: 1px solid $white;
                            @media (min-width: $lg) {
                                height: 25px;
                                width: 25px;
                            }
                        }
                    }*/ }
        @media (min-width: 641px) {
          .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link {
            padding: 2rem 1.5rem 1.25rem 1.5rem; } }
        @media (min-width: 1141px) {
          .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link {
            padding: 1.5rem 1rem 1.25rem 1rem; } }
        @media (min-width: 1324px) {
          .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link {
            padding: 2rem 1.5rem 1.25rem 1.5rem; } }
        .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link:hover .buy-now {
          color: #ffffff; }
        .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link .woocommerce-loop-product__title {
          font-size: 18px;
          font-weight: 700;
          font-family: "Oswald", "Arial Narrow", "Verdana", sans-serif;
          color: #ffffff;
          width: 100%;
          text-align: left;
          margin-bottom: 8px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: initial;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          letter-spacing: 0;
          line-height: 1.2; }
          @media (min-width: 1025px) {
            .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link .woocommerce-loop-product__title {
              font-size: 24px; } }
        .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link .price {
          font-size: 16px;
          font-weight: 700;
          font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
          color: #F98124;
          text-align: left;
          display: inline-block;
          order: 11;
          width: 60%; }
        .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link .duration {
          font-size: 16px;
          font-weight: 400;
          font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
          color: #ffffff;
          text-align: left;
          width: 100%;
          display: inline-block;
          order: 1;
          margin-bottom: 14px; }
        .shop-slider .product-col .product-card .product-detail .woocommerce-loop-product__link .buy-now {
          font-size: 16px;
          font-weight: 700;
          font-family: "Montserrat", "Arial Narrow", "Verdana", sans-serif;
          color: #F98124;
          text-align: right;
          display: inline-block;
          order: 12;
          width: 40%; }
      .shop-slider .product-col .product-card .product-detail .add_to_cart_button {
        display: none; }
  .shop-slider .product-col.product-2212 .price, .shop-slider .product-col.product-2206 .price, .shop-slider .product-col.product-2216 .price {
    display: none !important; }
  .shop-slider .product-col.product-2212 .button, .shop-slider .product-col.product-2206 .button, .shop-slider .product-col.product-2216 .button {
    display: none !important; }
  .shop-slider .product-col.product-2212 .buy-now, .shop-slider .product-col.product-2206 .buy-now, .shop-slider .product-col.product-2216 .buy-now {
    text-align: left !important;
    width: 60% !important; }
  .shop-slider .btn-primary {
    margin-right: 8px; }
    @media (min-width: 641px) {
      .shop-slider .btn-primary {
        min-width: 190px; } }

@media (min-width: 769px) {
  .detailed-description ul {
    column-count: 2; } }

.detailed-description ul li {
  margin-bottom: 2rem;
  line-height: 1.9; }

#pa_package {
  padding-right: 0 !important; }
