@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@500;700&family=Plus+Jakarta+Sans:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans&display=swap");
[href] {
  text-decoration: none; }

[href]:focus {
  outline: none !important; }

.d-flex, .card-body .card-text-price-ala .lowest-price--withoutTax, #main-content .productView-wishlist, .productView-details .productView-price.productView-price-ala .lowest-price--withoutTax, .productView-details .productView-sku, .productView-info-bulkPricing > ul > li, .qty_price .form-field--increments .form-increment .button, .customize_this_product_btn .customize_btn_toggle_hit, .customize_this_product_btn .customize_btn_toggle_hit span:first-child, .popup-close span {
  display: flex;
  justify-content: center;
  align-items: center; }

.d-flex-start, .productView-details .productView-rating {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.d-flex-between, .quantity-slider-main, .qty_price, .qty_price .form-field--increments .form-increment, .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs {
  display: flex;
  align-items: center;
  justify-content: space-between; }

[data-carousel-tooltip] {
  display: none !important; }

.add-to-cart-loadingOverlay .loadingOverlay {
  z-index: 100;
  position: fixed; }

.card-body .card-text-price-ala .lowest-price--withoutTax .price-ala-label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Kanit", sans-serif;
  color: #000;
  margin-right: 5px; }

.body {
  overflow: hidden;
  margin-bottom: 0 !important; }

.productView-images {
  position: relative; }
  .productView-images[data-image-gallery] {
    display: block !important; }
  .productView-images .productView-image {
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    background: white;
    overflow: hidden; }

[data-shoppinglist-add] a[data-dropdown] {
  display: none !important; }

.productView-images {
  /* Modal */
  /* Modal Content */
  /* Modal Body */ }
  .productView-images .wrapper {
    margin-top: 12px; }
    .productView-images .wrapper .button {
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      background-color: #E87722;
      border-radius: 4px;
      padding: 6px 24px;
      display: inline-block;
      line-height: 24px;
      font-family: "Kanit", sans-serif;
      border: 0; }
  .productView-images .modal {
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    visibility: visible; }
    .productView-images .modal.is-active {
      display: block; }
  .productView-images .modal-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 70%;
    margin: 0 auto;
    background-color: #000;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
    @media (max-width: 767px) {
      .productView-images .modal-content {
        max-width: 90%; } }
  .productView-images .modal-animated-in {
    animation: totop-in .3s ease; }
  .productView-images .modal-animated-out {
    animation: totop-out .3s ease forwards; }
  .productView-images .modal-header {
    background-color: #111;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    box-sizing: border-box; }
  .productView-images .modal-content .close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #222;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 1px solid #e5e5e5; }
  .productView-images .modal-content .close:hover {
    background-color: #fff;
    color: #222; }
  .productView-images .modal-body {
    padding: 0 20px; }
    @media (max-width: 767px) {
      .productView-images .modal-body iframe {
        height: 500px; } }
  .productView-images .modal-header h3 {
    color: #fff; }
    @media (max-width: 767px) {
      .productView-images .modal-header h3 {
        margin: 0px; } }

/* Keyframes */
@keyframes totop-in {
  0% {
    top: 600px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes totop-out {
  0% {
    top: 0px;
    opacity: 1; }
  100% {
    top: -100%;
    opacity: 0; } }

#main-content .productView-wishlist {
  position: absolute;
  top: 22px;
  right: 42px;
  width: 35px;
  height: 35px; }
  @media (max-width: 991px) {
    #main-content .productView-wishlist {
      right: 25px;
      top: 10px; } }
  #main-content .productView-wishlist form {
    width: 100%;
    height: 100%;
    display: block !important; }
    #main-content .productView-wishlist form > a {
      background: #fbe0e0;
      border-radius: 50%;
      box-shadow: 0px 0px 5.59px 0px rgba(0, 0, 0, 0.21);
      display: flex !important;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
      #main-content .productView-wishlist form > a:hover, #main-content .productView-wishlist form > a.is-open {
        background: #0c2545; }
        #main-content .productView-wishlist form > a:hover svg, #main-content .productView-wishlist form > a.is-open svg {
          fill: #fff; }
  #main-content .productView-wishlist svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: #de3730; }
  #main-content .productView-wishlist #wishlist-dropdown {
    width: 180px !important;
    right: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    overflow: hidden; }
    #main-content .productView-wishlist #wishlist-dropdown li + li {
      border-top: 1px solid #ccc; }
    #main-content .productView-wishlist #wishlist-dropdown .button {
      font-size: 14px;
      padding: 10px 5px;
      border: none; }

.productView-discount {
  padding: 0 10px;
  background: #ee4b2b;
  position: absolute;
  top: 0;
  z-index: 1;
  color: #fff;
  border-radius: 0 0 10px 0; }

.productView-card-badge {
  z-index: 1;
  display: unset;
  position: absolute;
  top: 17px;
  left: 22px;
  height: 25px; }
  .productView-card-badge span {
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px; }
  .productView-card-badge .badge-green {
    background-color: #4F7E22; }
  .productView-card-badge .badge-orange {
    background-color: #E87722; }
  .productView-card-badge .badge-blue {
    background-color: #2774AE; }
  .productView-card-badge .badge-img {
    text-align: center;
    margin: -10px auto 0 auto;
    display: block; }

.productView-thumbnails {
  margin-top: 10px; }
  .productView-thumbnails .slick-arrow {
    margin-top: 0; }
  .productView-thumbnails .slick-next, .productView-thumbnails .slick-prev {
    padding: 5px;
    width: auto;
    border-radius: 3px; }

.shareicons {
  position: fixed;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 100;
  transition: all 0.3s linear; }
  .shareicons.active {
    right: 0; }
  .shareicons ul {
    margin: 0;
    background: #2674bb;
    text-align: center;
    padding: 12px 10px 12px 12px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .shareicons ul li {
      display: block;
      margin: 10px 0 0; }
      .shareicons ul li:first-child {
        margin: 0; }
      .shareicons ul li a {
        width: 20px;
        height: 20px; }
        .shareicons ul li a svg {
          fill: white; }

.productView-title-share {
  display: flex;
  justify-content: space-between;
  gap: 10px; }
  @media (max-width: 551px) {
    .productView-title-share {
      display: block;
      margin: 0 0 5px; } }
  .productView-title-share .productView-share {
    height: 100%; }
    .productView-title-share .productView-share > a[href] {
      display: flex;
      align-items: center; }
      .productView-title-share .productView-share > a[href] svg {
        width: 32px;
        height: 32px;
        margin-right: 8px; }
      .productView-title-share .productView-share > a[href]:hover svg {
        fill: #e87722; }
      .productView-title-share .productView-share > a[href]:hover span {
        color: #e87722; }
    .productView-title-share .productView-share.active {
      right: 0; }

.productView-details .productView-rating {
  gap: 10px;
  margin-bottom: 16px; }
  .productView-details .productView-rating > * {
    margin: 0;
    color: #7f7f7f;
    font-size: 12px; }
    .productView-details .productView-rating > * .icon {
      width: 14px;
      height: 14px; }
      .productView-details .productView-rating > * .icon svg {
        width: 14px;
        height: 14px; }

.productView-details .productView-short-description {
  margin-bottom: 12px; }
  .productView-details .productView-short-description .warranty-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px; }
    .productView-details .productView-short-description .warranty-desc p,
    .productView-details .productView-short-description .warranty-desc span,
    .productView-details .productView-short-description .warranty-desc a[href],
    .productView-details .productView-short-description .warranty-desc li {
      font-size: 14px;
      font-weight: 300;
      line-height: 20px; }
    .productView-details .productView-short-description .warranty-desc p {
      margin-bottom: 0; }

.productView-details .productView-price.productView-price-ala {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
  gap: 10px; }
  .productView-details .productView-price.productView-price-ala .lowest-price--withoutTax .price-ala-label {
    font-size: 18px;
    font-weight: 400;
    font-family: "Kanit", sans-serif;
    color: #000;
    margin-right: 5px; }
  .productView-details .productView-price.productView-price-ala .lowest-price--withoutTax.line-through .price-ala-price {
    text-decoration: line-through;
    opacity: 0.5; }
  .productView-details .productView-price.productView-price-ala .lowest-price--withoutTax.line-through .price-ala-price-discount {
    margin-left: 5px; }
  .productView-details .productView-price.productView-price-ala .price-section {
    font-size: 28px; }

.productView-details div[data-product-option-change] small {
  display: none; }

.productView-details div[data-product-option-change] .form-option-swatch {
  border-radius: 50%; }
  .productView-details div[data-product-option-change] .form-option-swatch.color-2, .productView-details div[data-product-option-change] .form-option-swatch.color-3 {
    display: flex;
    max-width: 35px;
    border: 0;
    border-radius: 50%;
    overflow: hidden; }
    .productView-details div[data-product-option-change] .form-option-swatch.color-2:after, .productView-details div[data-product-option-change] .form-option-swatch.color-3:after {
      content: "";
      background: transparent;
      border: 1px solid transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%; }
    .productView-details div[data-product-option-change] .form-option-swatch.color-2 .form-option-variant, .productView-details div[data-product-option-change] .form-option-swatch.color-3 .form-option-variant {
      border-radius: 0; }

.productView-details div[data-product-option-change] .form-option {
  padding: 0;
  border: 0;
  box-shadow: 0 0 0 2px #CBCBCB; }

.productView-details div[data-product-option-change] .form-radio:checked + .form-option {
  box-shadow: 0 0 0 2px #E87722; }

.productView-details .productView-options {
  position: relative;
  text-align: left; }

.productView-details .productView-sku {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  gap: 5px; }
  .productView-details .productView-sku dd,
  .productView-details .productView-sku dt {
    margin: 0;
    line-height: normal;
    font-size: 12px;
    color: #7f7f7f;
    font-weight: 400; }
  @media (max-width: 767px) {
    .productView-details .productView-sku {
      position: unset;
      justify-content: flex-start;
      margin: 0 0 15px; } }

.step-number {
  color: #e87722; }

.product-options .form-label--alternate.form-label--inlineSmall {
  font-size: 18px;
  font-weight: 400; }

.product-options #artifi-product-attribute .art-prod-attr-grid h5 {
  margin-top: 0 !important;
  margin-bottom: 0.75rem;
  font-size: 14px;
  text-transform: unset;
  font-weight: 500; }

.product-options #artifi-product-attribute .art-prod-attr-grid .Product-attribute-list {
  margin-bottom: 2rem; }

.product-options #artifi-product-attribute .art-prod-attr-grid:first-child h5 {
  margin-top: 0; }

.productView-find-price {
  background: white;
  padding: 25px 30px 30px 25px;
  margin: 0 0 15px;
  border: 1px solid #e5e5ea;
  border-radius: 8px; }
  .productView-find-price .find_price_label {
    font-size: 18px;
    font-weight: 400;
    color: #3b3b3b;
    margin: 0 0 15px;
    display: block; }
  @media (max-width: 551px) {
    .productView-find-price {
      padding: 15px; } }

.productView-info-bulkPricing > ul {
  list-style: none;
  margin: 30px 0 0;
  background: #f3f6f9;
  border-radius: 5px;
  border: 1px solid #e5e5ea;
  overflow-x: auto; }
  .productView-info-bulkPricing > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #f3f6f9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .productView-info-bulkPricing > ul::-webkit-scrollbar {
    height: 8px;
    background-color: transparent; }
  .productView-info-bulkPricing > ul::-webkit-scrollbar-thumb {
    background-color: #0C2545;
    border: 0px solid #555555;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
  .productView-info-bulkPricing > ul > li {
    flex-wrap: wrap; }
    .productView-info-bulkPricing > ul > li .first {
      width: 130px;
      padding: 4px 12px; }
      @media (max-width: 1200px) {
        .productView-info-bulkPricing > ul > li .first {
          width: 100px; } }
    .productView-info-bulkPricing > ul > li .other {
      width: calc(100% - 130px);
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: nowrap; }
      @media (max-width: 1200px) {
        .productView-info-bulkPricing > ul > li .other {
          width: calc(100% - 100px); } }
      .productView-info-bulkPricing > ul > li .other > span {
        border-left: 1px solid #e5e5ea;
        text-align: right; }
    .productView-info-bulkPricing > ul > li span {
      padding: 4px 12px 4px 6px;
      line-height: normal;
      width: 20%;
      min-width: 62px;
      font-size: 14px;
      font-weight: 500; }
      @media (max-width: 551px) {
        .productView-info-bulkPricing > ul > li span {
          padding: 4px 6px;
          font-size: 13px; } }
  .productView-info-bulkPricing > ul .bulk_price .other span,
  .productView-info-bulkPricing > ul .bulk_quantity .other span,
  .productView-info-bulkPricing > ul .bulk_saving_price .other span {
    cursor: pointer; }
    .productView-info-bulkPricing > ul .bulk_price .other span.active,
    .productView-info-bulkPricing > ul .bulk_quantity .other span.active,
    .productView-info-bulkPricing > ul .bulk_saving_price .other span.active {
      background: #0C2545;
      color: #fff; }

@media (max-width: 551px) {
  .productView-info-bulkPricing > ul > li .first {
    width: 80px;
    padding: 4px 6px; }
  .productView-info-bulkPricing > ul > li .other {
    width: calc(100% - 80px); }
  .productView-info-bulkPricing > ul > li span {
    padding: 4px 6px;
    font-size: 13px; } }

#shippingInfo {
  font-size: 11px;
  font-weight: 400;
  margin: 20px 0 0; }

.quantity-slider-main {
  margin: 0 0 30px; }
  .quantity-slider-main > span {
    font-size: 14px;
    font-weight: 500;
    color: #3b3b3b; }

.quantity-slider {
  width: 90%;
  height: 4px;
  background-color: #00c851;
  position: relative;
  margin: 0 5px; }

.slider-pointer {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #e5e5ea;
  margin-top: -0.05em; }

.quantity-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px; }

.quantity-controls button {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer; }

.quantity {
  width: 50px;
  text-align: center;
  margin: 0 10px; }

.qty_price .form-field--increments {
  margin-bottom: 0 !important; }
  .qty_price .form-field--increments .form-label {
    margin-bottom: 8px; }
  .qty_price .form-field--increments .form-input {
    font-size: 16px;
    font-weight: 300;
    width: 50px; }
  .qty_price .form-field--increments .form-increment {
    border: 1px solid #e5e5ea;
    width: 140px;
    padding: 10.5px 10px 11px 10px;
    border-radius: 4px; }
    .qty_price .form-field--increments .form-increment .button {
      padding: 0;
      width: 20px;
      height: 20px;
      background: #1b365d; }
      .qty_price .form-field--increments .form-increment .button[disabled] {
        opacity: 0.5; }
      .qty_price .form-field--increments .form-increment .button .icon {
        width: 7px;
        height: 7px; }
        .qty_price .form-field--increments .form-increment .button .icon svg {
          fill: #fff; }

.qty_price .pv-price {
  text-align: right; }
  .qty_price .pv-price .pp-section {
    font-size: 22px;
    font-weight: 500; }
    .qty_price .pv-price .pp-section .price {
      position: relative;
      top: -3px; }

.customize_this_product_btn {
  max-height: 57px; }
  .customize_this_product_btn.no_personalize {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; }
  .customize_this_product_btn.disabled #customizeProduct {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none; }
  .customize_this_product_btn .customize_btn_toggle_hit {
    background: #E87722;
    padding: 9px;
    border: 1px solid #E87722;
    border-radius: 5px;
    text-align: center;
    flex-wrap: wrap; }
    .customize_this_product_btn .customize_btn_toggle_hit span {
      width: 100%;
      font-weight: 400;
      color: #fff;
      display: block;
      line-height: normal; }
      .customize_this_product_btn .customize_btn_toggle_hit span:first-child {
        font-size: 16px; }
      .customize_this_product_btn .customize_btn_toggle_hit span:last-child {
        font-size: 10px; }
      .customize_this_product_btn .customize_btn_toggle_hit span svg {
        width: 19px;
        height: 17px;
        fill: #FFF;
        margin-right: 12px; }
    .customize_this_product_btn .customize_btn_toggle_hit u {
      text-decoration: none !important; }
    .customize_this_product_btn .customize_btn_toggle_hit u._2 {
      display: none; }
  .customize_this_product_btn svg {
    width: 100%;
    height: 57px; }
  .customize_this_product_btn .customize_btn_active {
    display: none; }
  .customize_this_product_btn.active .customize_btn {
    display: none; }
  .customize_this_product_btn.active .customize_btn_active {
    display: block; }
  .customize_this_product_btn.active .customize_btn_toggle_hit {
    background: #FFF; }
    .customize_this_product_btn.active .customize_btn_toggle_hit span {
      color: #000; }
      .customize_this_product_btn.active .customize_btn_toggle_hit span svg {
        fill: #E87722; }
  .customize_this_product_btn.active u._2 {
    display: block; }
  .customize_this_product_btn.active u._1 {
    display: none; }

div[data-label-name="put-design-id"],
div[data-label-name="groupid"] {
  display: none; }
  div[data-label-name="put-design-id"] > *,
  div[data-label-name="groupid"] > * {
    display: none; }

#add-to-cart-wrapper {
  max-width: none; }
  #add-to-cart-wrapper .alertBox + * {
    display: none !important; }
  #add-to-cart-wrapper .rfq-button-container {
    display: none !important; }

.productView-sticky {
  background: #F3F6F9;
  border: 1px solid #8F8F8F;
  border-radius: 8px;
  box-shadow: 0px 10px 12.5px 0px rgba(0, 0, 0, 0.1);
  padding: 21px 28px;
  position: fixed;
  top: auto;
  bottom: 50px;
  z-index: 2;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  clear: both; }
  @media screen and (min-width: 1441px) {
    .productView-sticky {
      max-width: 1600px; } }
  @media screen and (min-width: 1681px) {
    .productView-sticky {
      max-width: 1725px; } }
  @media screen and (max-width: 1440px) {
    .productView-sticky {
      max-width: 1335px; } }
  @media screen and (max-width: 1280px) {
    .productView-sticky {
      max-width: 1176px; } }
  .productView-sticky.fixed {
    position: static;
    clear: both;
    transform: none;
    margin: 0 auto; }
  @media (max-width: 1200px) {
    .productView-sticky {
      width: 98%;
      margin: 0 auto;
      padding: 20px 15px;
      bottom: 15px; } }
  @media (max-width: 991px) {
    .productView-sticky {
      width: 100%;
      bottom: 0;
      box-shadow: none;
      border-radius: 0;
      border: none;
      padding: 10px 15px; } }
  .productView-sticky .sticky_contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px; }
    .productView-sticky .sticky_contents .sticky_request_buttons {
      display: flex;
      column-gap: 17px;
      row-gap: 10px; }
      .productView-sticky .sticky_contents .sticky_request_buttons .button--grey {
        font-size: 16px;
        color: #2d2d2d;
        font-weight: 500;
        background: #f3f6f9;
        padding: 10px 23px;
        border-radius: 5px;
        text-align: center;
        border: 1px solid #000; }
        .productView-sticky .sticky_contents .sticky_request_buttons .button--grey:hover {
          background: #e87722;
          color: #fff; }
      @media (max-width: 1680px) {
        .productView-sticky .sticky_contents .sticky_request_buttons .button--grey {
          font-size: 14px;
          padding: 10px 20px; } }
      @media (max-width: 991px) {
        .productView-sticky .sticky_contents .sticky_request_buttons {
          display: block; }
          .productView-sticky .sticky_contents .sticky_request_buttons .button--grey {
            font-size: 12px;
            display: block;
            padding: 8px 16px; }
            .productView-sticky .sticky_contents .sticky_request_buttons .button--grey:last-child {
              margin-top: 5px; } }
      @media (max-width: 767px) {
        .productView-sticky .sticky_contents .sticky_request_buttons {
          display: flex;
          margin-bottom: 17px; }
          .productView-sticky .sticky_contents .sticky_request_buttons .button--grey {
            width: 50%;
            padding: 5px;
            margin: 0 !important; } }
    .productView-sticky .sticky_contents .sticky_colors {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
      .productView-sticky .sticky_contents .sticky_colors .form-field {
        display: flex;
        align-items: center;
        margin: 0; }
        .productView-sticky .sticky_contents .sticky_colors .form-field .color_label {
          font-weight: 500;
          position: relative;
          top: -4px;
          font-size: 14px; }
        .productView-sticky .sticky_contents .sticky_colors .form-field .form-option-swatch {
          border: 0;
          margin: 0;
          margin-right: 3px; }
          .productView-sticky .sticky_contents .sticky_colors .form-field .form-option-swatch .form-option-variant {
            width: 17px;
            height: 17px; }
      .productView-sticky .sticky_contents .sticky_colors .form-option-wrapper-more .option_more {
        font-size: 12px;
        color: #2d2d2d;
        position: relative;
        top: -4px; }
      @media (max-width: 991px) {
        .productView-sticky .sticky_contents .sticky_colors .form-field .color_label {
          top: -3px;
          font-size: 13px; } }
      @media (max-width: 767px) {
        .productView-sticky .sticky_contents .sticky_colors {
          margin-bottom: 10px; } }
    .productView-sticky .sticky_contents .sticky_quantity > span {
      display: block; }
    .productView-sticky .sticky_contents .sticky_quantity span {
      font-size: 16px;
      font-weight: 300;
      color: #2d2d2d;
      width: auto;
      text-align: right; }
    .productView-sticky .sticky_contents .sticky_quantity span + span {
      color: #2774ae; }
    @media (max-width: 1680px) {
      .productView-sticky .sticky_contents .sticky_quantity span {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 991px) {
      .productView-sticky .sticky_contents .sticky_quantity span {
        font-size: 12px;
        line-height: 14px; } }
    .productView-sticky .sticky_contents .sticky_price .price_sec {
      font-size: 30px;
      font-weight: 400;
      color: #2d2d2d;
      line-height: 24px;
      margin-bottom: 0;
      text-align: right; }
    .productView-sticky .sticky_contents .sticky_price .price_breckdown,
    .productView-sticky .sticky_contents .sticky_price .price_breckdown_update {
      font-size: 16px;
      font-weight: 300;
      color: #2d2d2d;
      text-decoration: underline;
      display: none; }
    @media (max-width: 1680px) {
      .productView-sticky .sticky_contents .sticky_price .price_sec {
        font-size: 26px; }
      .productView-sticky .sticky_contents .sticky_price .price_breckdown {
        font-size: 14px; } }
    @media (max-width: 991px) {
      .productView-sticky .sticky_contents .sticky_price .price_breckdown {
        font-size: 12px; } }
    @media (max-width: 767px) {
      .productView-sticky .sticky_contents .sticky_price {
        text-align: right;
        margin-bottom: 15px;
        margin-top: -45px; } }
    .productView-sticky .sticky_contents .sticky_add_to_cart.disabled {
      opacity: 0.5;
      cursor: not-allowed;
      pointer-events: none; }
    .productView-sticky .sticky_contents .sticky_add_to_cart .btn-disable {
      opacity: 0.5;
      pointer-events: none; }
    .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange {
      font-size: 16px;
      color: #fff;
      font-weight: 500;
      background: #e87722;
      padding: 10px 115px;
      border-radius: 5px;
      cursor: pointer;
      text-align: center;
      min-width: 157px;
      display: none; }
      .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange:hover {
        background: #2774ae; }
      @media (max-width: 1680px) {
        .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange {
          padding: 10px 72px;
          font-size: 14px; } }
      @media (max-width: 767px) {
        .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange {
          padding: 7px; } }
      .productView-sticky .sticky_contents .sticky_add_to_cart .button--orange.active {
        display: block; }
    @media (max-width: 767px) {
      .productView-sticky .sticky_contents {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: flex-end; }
        .productView-sticky .sticky_contents .sticky_colors {
          display: none; }
        .productView-sticky .sticky_contents .sticky_quantity {
          width: 50%;
          position: absolute;
          top: 10px;
          left: 15px; }
          .productView-sticky .sticky_contents .sticky_quantity .total_qty_txt {
            font-size: 14px;
            font-weight: 600; }
            .productView-sticky .sticky_contents .sticky_quantity .total_qty_txt * {
              font-size: 14px;
              font-weight: 600; }
        .productView-sticky .sticky_contents .sticky_request_buttons {
          width: 100%;
          margin: 10px 0 0 0;
          order: -2; }
        .productView-sticky .sticky_contents .sticky_price {
          float: right;
          width: 50%;
          order: -1;
          margin: 0 0 0 0; }
          .productView-sticky .sticky_contents .sticky_price .price_breckdown {
            color: #E87722; }
        .productView-sticky .sticky_contents .sticky_add_to_cart {
          width: 100%;
          order: -2;
          margin: 10px 0 0 0; } }

.productView-options .form-field[data-label-name="customize-this-product"] {
  display: none !important; }

.productView-artifi {
  clear: both;
  display: none; }
  .productView-artifi.active {
    display: block !important; }
  .productView-artifi h2 {
    margin-top: 0;
    font-weight: 500; }
  .productView-artifi .productView-image {
    display: block; }
  .productView-artifi .artifi_details_wrapper {
    background: white;
    padding: 0px 22px;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    margin-top: 15px; }
    .productView-artifi .artifi_details_wrapper h5 {
      text-transform: none;
      font-size: 18px;
      font-weight: 400; }
    .productView-artifi .artifi_details_wrapper p.truncate-txt {
      margin-bottom: 0; }
    .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs {
      flex-wrap: wrap; }
      @media (max-width: 551px) {
        .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs {
          flex-wrap: nowrap; } }
      .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab {
        width: 33.33%;
        padding: 0 10px;
        border: 0; }
        @media (max-width: 551px) {
          .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab {
            width: auto; } }
        .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab.is-active {
          border: 0;
          border-bottom: 2px solid #e87722;
          margin-bottom: 0; }
          .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab.is-active .tab-title {
            font-weight: 500; }
        .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs .tab .tab-title {
          font-size: 14px;
          font-weight: 400;
          text-align: center; }
    .productView-artifi .artifi_details_wrapper .artifi_tabs .tabs-contents .tab-content {
      padding: 0; }
    .productView-artifi .artifi_details_wrapper .text-color-swatches {
      outline: none !important;
      border: 0px solid transparent;
      box-shadow: 0 0 0 2px #CBCBCB; }
      .productView-artifi .artifi_details_wrapper .text-color-swatches.selected {
        outline: none !important;
        border: 0px;
        box-shadow: 0 0 0 2px #e87722; }

.productView-description .tabs {
  position: relative;
  border-color: #7f7f7f;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 65px;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .productView-description .tabs {
      border: 0;
      margin-top: 20px; } }
  .productView-description .tabs .tab {
    border-top-color: transparent; }
    @media (max-width: 767px) {
      .productView-description .tabs .tab {
        width: 100%; } }
    .productView-description .tabs .tab .tab-title {
      font-size: 18px;
      font-weight: 400;
      opacity: 0.6;
      color: #666666;
      padding: 9px 5px;
      text-align: left; }
      @media (max-width: 767px) {
        .productView-description .tabs .tab .tab-title {
          border-bottom: 1px solid #7f7f7f; } }
    .productView-description .tabs .tab.is-active {
      border-color: transparent; }
      .productView-description .tabs .tab.is-active .tab-title {
        font-size: 18px;
        font-weight: 500;
        opacity: 1;
        color: #1a1a1a;
        position: relative; }
        .productView-description .tabs .tab.is-active .tab-title::after {
          content: "";
          border-bottom: 4px solid #e87722;
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%; }
  .productView-description .tabs::before, .productView-description .tabs:after {
    border-bottom: 1px solid #7f7f7f;
    position: absolute;
    top: auto;
    bottom: -0.05rem;
    width: 100%; }
    @media (max-width: 767px) {
      .productView-description .tabs::before, .productView-description .tabs:after {
        display: none; } }
  .productView-description .tabs::before {
    right: 100%;
    left: auto; }
  .productView-description .tabs::after {
    left: 100%;
    right: auto; }

.productView-description .tabs-contents {
  width: 100%;
  float: left; }
  .productView-description .tabs-contents .tab-content {
    padding-top: 60px; }
    @media (max-width: 767px) {
      .productView-description .tabs-contents .tab-content {
        padding-top: 30px; } }
    .productView-description .tabs-contents .tab-content .product_details_main {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 0 -25px; }
      .productView-description .tabs-contents .tab-content .product_details_main .product_details_left {
        width: 50%;
        padding: 0 25px; }
        @media (max-width: 767px) {
          .productView-description .tabs-contents .tab-content .product_details_main .product_details_left {
            width: 100%; } }
      .productView-description .tabs-contents .tab-content .product_details_main .product_details_right {
        width: 50%;
        padding: 0 25px; }
        .productView-description .tabs-contents .tab-content .product_details_main .product_details_right img {
          display: block;
          margin: 0 auto; }
    .productView-description .tabs-contents .tab-content ul li {
      font-weight: 400;
      line-height: 29px; }
      .productView-description .tabs-contents .tab-content ul li a[href] {
        color: #e87722; }
        .productView-description .tabs-contents .tab-content ul li a[href]:hover {
          text-decoration: underline; }

@media (max-width: 1200px) {
  .productGrid {
    margin: 0 auto !important; } }

.productGrid .slick-prev,
.productGrid .slick-next {
  top: 35%; }

@media only screen and (min-width: 1350px) {
  .productGrid .slick-prev {
    left: -42px; }
  .productGrid .slick-next {
    right: -42px; } }

.productView-related_products h2 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 20px; }

.productView-similar_by_views h2 {
  text-align: left;
  font-size: 28px;
  margin-bottom: 20px; }

#popupModal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: white;
  margin: 0;
  width: 900px;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: 0;
  overflow: auto;
  transform: translate(-50%, -50%);
  z-index: 1005; }
  #popupModal .popup-body {
    overflow: auto;
    padding: 30px; }

.popup-close {
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 0;
  z-index: 50;
  cursor: pointer; }
  .popup-close span {
    width: 32px;
    height: 32px;
    font-size: 32px; }

.popup-modal-background {
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.has-activeModal .popup-modal-background {
  display: block; }

.has-activeModal .modal-background {
  background-color: rgba(0, 0, 0, 0.5); }

.has-activeModal #previewModal {
  max-width: 60%;
  border-radius: 5px; }
  .has-activeModal #previewModal .modal-header {
    border: none;
    padding: 20px; }
    .has-activeModal #previewModal .modal-header .modal-header-title {
      font-style: normal;
      font-weight: 600;
      font-size: 20px;
      line-height: 26px;
      text-align: center;
      text-transform: uppercase;
      color: #000000; }
  .has-activeModal #previewModal .modal-body {
    padding: 20px;
    display: flex; }
    .has-activeModal #previewModal .modal-body .productView {
      width: 50%; }
      .has-activeModal #previewModal .modal-body .productView .productView-image {
        min-height: 100px;
        align-items: flex-start;
        margin: 0;
        padding: 0; }
        .has-activeModal #previewModal .modal-body .productView .productView-image .productView-img-container {
          max-width: 250px;
          text-align: left;
          margin: 0 0 20px 0;
          text-align: left; }
          .has-activeModal #previewModal .modal-body .productView .productView-image .productView-img-container::after {
            padding-bottom: 200px; }
      .has-activeModal #previewModal .modal-body .productView .productView-details {
        width: 100%;
        padding: 0; }
        .has-activeModal #previewModal .modal-body .productView .productView-details .productView-title {
          font-style: normal;
          font-weight: 700;
          font-size: 20px;
          line-height: normal;
          text-transform: uppercase;
          color: #000;
          text-align: left;
          margin: 0 0 10px;
          padding: 0 10px 0 0; }
        .has-activeModal #previewModal .modal-body .productView .productView-details .productView-price {
          font-size: 22px;
          font-weight: 700;
          color: #000; }
        .has-activeModal #previewModal .modal-body .productView .productView-details .productView-brand {
          display: none; }
        .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info {
          display: flex;
          align-items: center;
          margin: 0; }
          .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info[data-option="Artifi Design Id"], .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info[data-option="Artifi PDF"], .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info[data-option="Artifi XML"] {
            display: none; }
          .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info .productView-info-name {
            margin: 0 10px 0 0;
            font-size: 14px;
            font-weight: 700; }
          .has-activeModal #previewModal .modal-body .productView .productView-details .productView-info .productView-info-value {
            font-size: 14px;
            font-weight: 400; }
    .has-activeModal #previewModal .modal-body .previewCartCheckout {
      width: 50%;
      padding: 0;
      background-color: transparent; }
      .has-activeModal #previewModal .modal-body .previewCartCheckout .previewCartCheckout-subtotal {
        padding: 20px;
        background-color: #f0eeef;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: #000;
        margin: 0 0 20px 0; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          text-transform: uppercase;
          color: #000;
          margin: 10px 0; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .previewCartCheckout-subtotal p {
          margin: 0; }
      .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .button {
          margin: 0;
          font-style: normal;
          font-weight: 700;
          font-size: 13px;
          line-height: 20px;
          text-align: center;
          text-transform: uppercase;
          color: #000;
          padding: 10px;
          letter-spacing: 0.02em;
          border-radius: 30px; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .cta-cart {
          border-color: #000;
          letter-spacing: 0.02em; }
          .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .cta-cart:hover {
            background: #2674bb;
            border-color: #2674bb;
            color: #fff; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .cta-checkout {
          border-color: #2674bb;
          background: #2674bb;
          color: #fff; }
          .has-activeModal #previewModal .modal-body .previewCartCheckout .cta-buttons .cta-checkout:hover {
            background: #000;
            border-color: #000; }
      .has-activeModal #previewModal .modal-body .previewCartCheckout .shop-more {
        font-style: normal;
        font-weight: 700;
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        background-color: #2674bb;
        color: #fff;
        border-color: #2674bb;
        padding: 10px;
        letter-spacing: 0.02em;
        border-radius: 30px; }
        .has-activeModal #previewModal .modal-body .previewCartCheckout .shop-more:hover {
          background: #000;
          border-color: #000; }
  @media (max-width: 991px) {
    .has-activeModal #previewModal {
      max-width: 95%; }
      .has-activeModal #previewModal .modal-body {
        overflow-y: auto;
        height: 350px; } }
  @media (max-width: 801px) {
    .has-activeModal #previewModal .modal-close {
      margin-top: -10px;
      margin-right: -10px; }
    .has-activeModal #previewModal .modal-header {
      padding: 10px 10px; }
      .has-activeModal #previewModal .modal-header .modal-header-title {
        padding: 0 20px;
        font-size: 20px;
        line-height: 24px; }
    .has-activeModal #previewModal .previewCart .previewCartCheckout {
      width: 100%; }
    .has-activeModal #previewModal .previewCart .productView {
      width: 100%;
      margin: 10px 0 20px 0; }
      .has-activeModal #previewModal .previewCart .productView .productView-details,
      .has-activeModal #previewModal .previewCart .productView .productView-title {
        text-align: center !important; } }

.price-break-down-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  padding: 0 15px; }
  .price-break-down-popup.is-open {
    display: flex; }
  .price-break-down-popup .pbd-inner {
    width: 100%;
    max-width: 600px;
    background: #fff;
    padding: 20px 20px;
    border-radius: 4px;
    position: relative; }
  .price-break-down-popup .pbd-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
    background: #2774ae;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer; }
    .price-break-down-popup .pbd-close svg {
      fill: #fff; }
    .price-break-down-popup .pbd-close:hover {
      background: #e87722; }
  .price-break-down-popup table {
    width: 100%;
    border: 1px solid #ccc; }
    .price-break-down-popup table tr th {
      background: #f3f6f9; }
    .price-break-down-popup table tr td,
    .price-break-down-popup table tr th {
      font-size: 14px;
      border: 1px solid #ccc;
      text-align: center;
      padding: 10px;
      word-break: break-all; }
      .price-break-down-popup table tr td img,
      .price-break-down-popup table tr th img {
        width: 80px;
        height: 50px;
        margin: 0 auto;
        object-fit: contain; }
    .price-break-down-popup table tr.load-lazy {
      background: linear-gradient(90deg, #e8e8f2 8%, #dddde7 18%, #e8e8f2 33%);
      background-size: 800px 104px;
      animation-name: placeHolderShimmer;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      animation-fill-mode: forwards;
      animation-timing-function: linear;
      margin: 6px 0;
      border-radius: 4px;
      color: transparent;
      pointer-events: none;
      user-select: none; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  to {
    background-position: 468px 0; } }
  .price-break-down-popup .pbd-total {
    width: 100%;
    text-align: right;
    margin: 20px 0 0 0;
    font-weight: bold;
    font-size: 18px; }
  .price-break-down-popup .pbd-message {
    font-size: 18px;
    text-align: center; }

.slider-container .ant-row .ant-col {
  padding-right: 8px !important; }

@keyframes move {
  0% {
    transform: scale(1, 1);
    color: #000;
    font-weight: 400; }
  25% {
    transform: scale(1.3, 1.3);
    color: #2774ae;
    font-weight: 600; }
  50% {
    transform: scale(1, 1);
    color: #000;
    font-weight: 400; }
  75% {
    transform: scale(1.3, 1.3);
    color: #2774ae;
    font-weight: 600; }
  100% {
    transform: scale(1, 1);
    color: #000;
    font-weight: 400; } }

.animate-text {
  animation: move 4s ease-in-out; }

div[data-product-attribute="swatch"] .scroller {
  width: 97%;
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 2px;
  padding-top: 2px; }
  div[data-product-attribute="swatch"] .scroller::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #f3f6f9;
    border-radius: 5px; }
  div[data-product-attribute="swatch"] .scroller::-webkit-scrollbar {
    height: 8px;
    background-color: transparent; }
  div[data-product-attribute="swatch"] .scroller::-webkit-scrollbar-thumb {
    background-color: #0C2545;
    border: 0px solid #555555;
    border-radius: 5px; }
