body {
  overflow-x: hidden; }

.body {
  margin-top: 0 !important; }

.cat-page {
  position: relative; }
  .cat-page img {
    max-height: 300px;
    height: 150px;
    object-fit: cover;
    object-position: right; }
    @media screen and (min-width: 768px) {
      .cat-page img {
        height: auto; } }
    @media screen and (min-width: 1440px) {
      .cat-page img {
        max-height: 400px; } }

ol.breadcrumbs .breadcrumb a {
  text-transform: uppercase;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #8592A2;
  line-height: 10px; }

.cat-info {
  padding: 0 15px 0 40px; }
  @media screen and (min-width: 602px) {
    .cat-info {
      position: absolute;
      top: 50%;
      left: 0;
      text-align: left;
      transform: translate(0px, -50%);
      width: 100%;
      max-width: 1180px; } }
  @media screen and (min-width: 1181px) {
    .cat-info {
      max-width: 1180px;
      left: calc((100% - 1180px) / 2);
      padding: 0 15px 0 50px; } }
  @media screen and (min-width: 1281px) {
    .cat-info {
      max-width: 100%;
      left: 0;
      padding: 0 15px 0 60px; } }
  @media screen and (min-width: 1321px) {
    .cat-info {
      max-width: 1320px;
      left: calc((100% - 1320px) / 2);
      padding: 0 15px 0 50px; } }
  @media screen and (min-width: 1440px) {
    .cat-info {
      max-width: 1800px;
      left: 0;
      padding: 0 15px 0 100px; } }
  @media screen and (min-width: 1800px) {
    .cat-info {
      left: calc((100% - 1800px) / 2); } }
  .cat-info.no-img {
    margin: auto;
    position: static;
    width: 100%; }
    @media screen and (min-width: 1121px) {
      .cat-info.no-img {
        width: auto; } }
    .cat-info.no-img .page-heading {
      margin-top: 0; }
  .cat-info .page-heading {
    font-family: "Kanit", sans-serif;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 500;
    font-size: 20px;
    color: #2D2D2D;
    line-height: 20px; }
    @media screen and (min-width: 992px) {
      .cat-info .page-heading {
        margin-top: 20px;
        font-weight: 500;
        font-size: 26px;
        color: #2D2D2D;
        line-height: 26px; } }
    @media screen and (min-width: 1121px) {
      .cat-info .page-heading {
        font-weight: 500;
        font-size: 32px;
        color: #2D2D2D;
        line-height: 40px;
        margin-top: 40px; } }
  .cat-info p {
    margin-bottom: 0px;
    max-width: 100%;
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #2D2D2D;
    line-height: 16px; }
    @media screen and (min-width: 768px) {
      .cat-info p {
        max-width: 525px; } }
    @media screen and (min-width: 802px) {
      .cat-info p {
        font-weight: 300;
        font-size: 14px;
        color: #2D2D2D;
        line-height: 20px; } }
  .cat-info h3 {
    margin-bottom: 0px;
    margin-top: 10px;
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1B365D;
    line-height: 20px; }
    @media screen and (min-width: 802px) {
      .cat-info h3 {
        font-weight: 400;
        font-size: 16px;
        color: #1B365D;
        line-height: 24px; } }
    @media screen and (min-width: 992px) {
      .cat-info h3 {
        margin-top: 20px; } }

.sub-cat .navList {
  margin: 25px 40px;
  display: none; }
  .sub-cat .navList .navList-item {
    margin-left: 6px;
    margin-right: 6px; }
    .sub-cat .navList .navList-item a.navList-action {
      font-weight: 400;
      font-size: 16px;
      color: #8592A2;
      line-height: 24px;
      font-family: "Kanit", sans-serif;
      padding: 8px 15px 6px;
      border: 1px solid #E5E5EA;
      border-radius: 66px;
      display: block;
      text-align: center;
      transition: 0.3s ease-in; }
      .sub-cat .navList .navList-item a.navList-action:hover {
        transition: 0.3s ease-in;
        background: rgba(232, 119, 34, 0.12);
        border-color: #e87722;
        color: black; }
  .sub-cat .navList .slick-next, .sub-cat .navList .slick-prev {
    top: 14px;
    background: transparent;
    padding: 6px;
    height: 40px;
    width: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 66px; }
    .sub-cat .navList .slick-next svg, .sub-cat .navList .slick-prev svg {
      stroke: #000; }
  .sub-cat .navList .slick-next {
    right: -40px;
    transform: rotate(-90deg); }
    .sub-cat .navList .slick-next::before {
      background: url(../icons/chevron-down.svg) no-repeat center;
      background-size: 16px; }
  .sub-cat .navList .slick-prev {
    left: -40px;
    transform: rotate(90deg); }
    .sub-cat .navList .slick-prev::before {
      background: url(../icons/chevron-down.svg) no-repeat center;
      background-size: 16px; }

.sub-cat .navList.slick-initialized {
  display: block; }
  .sub-cat .navList.slick-initialized .slick-list.draggable {
    padding: 0 6px; }

.page {
  margin: 0 !important; }

.page-sidebar {
  padding: 8px;
  background: #f9f9f9;
  border-radius: 8px;
  position: -webkit-sticky;
  /* For Safari */
  position: sticky;
  overflow-y: auto;
  z-index: 10;
  display: block;
  margin-bottom: 0;
  /*-- price section **/ }
  @media screen and (min-width: 768px) {
    .page-sidebar {
      width: 275px !important;
      display: none;
      margin-bottom: 30px;
      padding: 12px; } }
  @media screen and (min-width: 1281px) {
    .page-sidebar {
      width: 292px !important; } }
  @media screen and (min-width: 1441px) {
    .page-sidebar {
      width: 437px !important; } }
  .page-sidebar nav .sidebarBlock {
    display: none; }
  .page-sidebar nav #facetedSearch.sidebarBlock {
    display: block;
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }
  .page-sidebar .facetedSearch-toggle {
    margin-bottom: 0rem; }
    @media screen and (min-width: 992px) {
      .page-sidebar .facetedSearch-toggle {
        margin-bottom: 2rem; } }
    @media screen and (max-width: 601) {
      .page-sidebar .facetedSearch-toggle {
        padding: 0.75rem; } }
  .page-sidebar #facetedSearch-navList {
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .page-sidebar #facetedSearch-navList .accordion {
        margin: 0 0 0.25rem; } }
  .page-sidebar .facetedSearch-toggle-text {
    display: none; }
    @media screen and (min-width: 768px) {
      .page-sidebar .facetedSearch-toggle-text {
        display: block; } }
  @media screen and (max-width: 767px) {
    .page-sidebar .facetedSearch-toggle-indicator {
      font-family: "Kanit", sans-serif;
      padding: 2px 4px 6px 10px;
      border-radius: 4px;
      background: #E87722;
      margin-bottom: 10px;
      width: auto; }
      .page-sidebar .facetedSearch-toggle-indicator .toggleLink-text {
        font-weight: 400;
        font-size: 12px;
        color: #fff;
        line-height: 16px; }
      .page-sidebar .facetedSearch-toggle-indicator svg {
        fill: #fff; } }
  .page-sidebar .accordion.accordion--navList .accordion-block {
    margin-top: -1px; }
  .page-sidebar .accordion.accordion--navList .accordion-navigation.toggleLink.is-open .icon.accordion-indicator.toggleLink-text.toggleLink-text--on {
    display: none; }
  .page-sidebar .accordion.accordion--navList .accordion-navigation.toggleLink.is-open .icon.accordion-indicator.toggleLink-text.toggleLink-text--off {
    display: inline-block;
    transform: rotate(45deg); }
  .page-sidebar .accordion.accordion--navList .accordion-navigation.toggleLink .accordion-title {
    font-weight: 500;
    font-size: 14px;
    color: #2D2D2D;
    line-height: 20px;
    font-family: "Kanit", sans-serif; }
    @media screen and (min-width: 1281px) {
      .page-sidebar .accordion.accordion--navList .accordion-navigation.toggleLink .accordion-title {
        font-weight: 500;
        font-size: 16px;
        color: #2D2D2D;
        line-height: 20px; } }
    @media screen and (min-width: 1441px) {
      .page-sidebar .accordion.accordion--navList .accordion-navigation.toggleLink .accordion-title {
        font-weight: 500;
        font-size: 18px;
        color: #2D2D2D;
        line-height: 20px; } }
  .page-sidebar .accordion.accordion--navList .accordion-navigation.toggleLink .icon.accordion-indicator.toggleLink-text.toggleLink-text--off,
  .page-sidebar .accordion.accordion--navList .accordion-navigation.toggleLink .icon.accordion-indicator.toggleLink-text.toggleLink-text--on {
    fill: #E87722;
    width: 24px;
    height: 24px; }
  .page-sidebar .accordion.accordion--navList .facetedSearch-clearLink {
    display: none; }
  .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList .navList-item .navList-action.navList-action--checkbox {
    font-weight: 400;
    font-size: 14px;
    color: #7F7F7F;
    line-height: 22px;
    font-family: "Kanit", sans-serif;
    padding-left: 23px; }
    @media screen and (min-width: 1281px) {
      .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList .navList-item .navList-action.navList-action--checkbox {
        font-weight: 400;
        font-size: 16px;
        color: #7F7F7F;
        line-height: 22px; } }
    @media screen and (min-width: 1441px) {
      .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList .navList-item .navList-action.navList-action--checkbox {
        font-weight: 400;
        font-size: 18px;
        color: #7F7F7F;
        line-height: 22px; } }
    .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList .navList-item .navList-action.navList-action--checkbox:before {
      width: 18px;
      height: 18px;
      border-radius: 2px;
      background: #F9F9FB;
      border: 1px solid #E5E5EA; }
    .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList .navList-item .navList-action.navList-action--checkbox.is-checked, .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList .navList-item .navList-action.navList-action--checkbox.is-selected {
      color: #E87722; }
      .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList .navList-item .navList-action.navList-action--checkbox.is-checked:after, .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList .navList-item .navList-action.navList-action--checkbox.is-selected:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1.3);
        background-image: none;
        border: 4px solid #E87722;
        border-radius: 2px; }
  .page-sidebar .facetedSearch-refineFilters.sidebarBlock {
    display: none; }
  .page-sidebar #facetedSearch-content--price .navList li a:before {
    border-radius: 50%;
    background: #F9F9FB;
    border: 1px solid #E5E5E; }
  .page-sidebar #facetedSearch-content--price .navList li a.is-visible {
    color: #E87722; }
    .page-sidebar #facetedSearch-content--price .navList li a.is-visible:before {
      border: 5px solid #E87722; }
  .page-sidebar #facetedSearch-content--price #facet-range-form .form-minMaxRow {
    max-width: 200px;
    margin-left: 15px;
    display: none; }
    .page-sidebar #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field {
      width: 16%;
      font-weight: 500;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.4);
      line-height: 32px;
      font-family: "Kanit", sans-serif; }
      .page-sidebar #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field:first-child {
        width: 42%; }
      .page-sidebar #facetedSearch-content--price #facet-range-form .form-minMaxRow .form-field:last-child {
        width: 42%; }
  .page-sidebar #facetedSearch-content--price #facet-range-form [name="max_price"],
  .page-sidebar #facetedSearch-content--price #facet-range-form [name="min_price"] {
    color: rgba(0, 0, 0, 0.4); }
  .page-sidebar #facetedSearch-content--price #facet-range-form [type="submit"] {
    display: none; }
  .page-sidebar #facetedSearch-content--madeinusa {
    float: right;
    margin-top: -37px;
    padding: 0 15px; }
    @media screen and (min-width: 992px) {
      .page-sidebar #facetedSearch-content--madeinusa {
        margin-top: -32px; } }
    .page-sidebar #facetedSearch-content--madeinusa .navList-item {
      position: relative;
      display: inline-block;
      width: 28px;
      height: 16px; }
      .page-sidebar #facetedSearch-content--madeinusa .navList-item.active a {
        background-color: #00C851; }
        .page-sidebar #facetedSearch-content--madeinusa .navList-item.active a:before {
          transform: translateX(11px); }
        .page-sidebar #facetedSearch-content--madeinusa .navList-item.active a:after {
          opacity: 0; }
      .page-sidebar #facetedSearch-content--madeinusa .navList-item a {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 16px;
        margin-bottom: 0; }
        .page-sidebar #facetedSearch-content--madeinusa .navList-item a:before {
          position: absolute;
          content: "";
          height: 12px;
          width: 12px;
          left: 2px;
          bottom: 2px;
          background-color: white;
          transition: .4s;
          border-radius: 50%;
          margin-top: auto; }
        .page-sidebar #facetedSearch-content--madeinusa .navList-item a:after {
          opacity: 0; }
  .page-sidebar .accordion-navigation.toggleLink[aria-label="Made In USA"] span + span {
    display: none; }

.page-content {
  padding: 0 !important;
  margin-top: 30px; }
  @media screen and (min-width: 768px) {
    .page-content {
      margin-top: 0px; } }
  .page-content .productGrid {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: space-between; }
    @media screen and (min-width: 768px) {
      .page-content .productGrid {
        justify-content: flex-start;
        gap: 15px 0.8vw; } }
    .page-content .productGrid:before, .page-content .productGrid:after {
      display: none; }
    .page-content .productGrid .product {
      padding-left: 0px;
      padding-right: 0px;
      position: relative;
      border: 1px solid #D7D7D7;
      border-radius: 8px;
      width: 48%;
      margin-bottom: 10px; }
      @media screen and (min-width: 551px) {
        .page-content .productGrid .product {
          width: 32% !important; } }
      @media screen and (min-width: 768px) {
        .page-content .productGrid .product {
          margin-bottom: 0px; } }
      @media screen and (min-width: 1025px) {
        .page-content .productGrid .product {
          width: 24% !important; } }
      .page-content .productGrid .product .card {
        margin-bottom: 40px; }
        @media screen and (min-width: 1441px) {
          .page-content .productGrid .product .card {
            margin-bottom: 16px; } }
        .page-content .productGrid .product .card .card-img-container {
          max-width: 280px !important; }
      .page-content .productGrid .product .card-body {
        padding-right: 20px;
        padding-left: 20px; }
        .page-content .productGrid .product .card-body .card-swatch .custom-swatch-form-field .option-swatch .label-swatch {
          width: 20px;
          height: 20px;
          display: block;
          -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
          cursor: pointer; }
        @media screen and (min-width: 1441px) {
          .page-content .productGrid .product .card-body .price-section.price-section--withoutTax.default-price--withoutTax .price.price--withoutTax.lowest-price--withoutTax .price-ala-label {
            font-weight: 400;
            font-size: 16px;
            color: #000;
            line-height: 20px; } }
        @media screen and (min-width: 1281px) {
          .page-content .productGrid .product .card-body .price-section.price-section--withoutTax.default-price--withoutTax .price.price--withoutTax.lowest-price--withoutTax .price-ala-price {
            font-weight: 500;
            font-size: 18px;
            color: #000;
            line-height: 28px; } }
        @media screen and (min-width: 1441px) {
          .page-content .productGrid .product .card-body .price-section.price-section--withoutTax.default-price--withoutTax .price.price--withoutTax.lowest-price--withoutTax .price-ala-price {
            font-weight: 500;
            font-size: 20px;
            color: #000;
            line-height: 28px; } }
      .page-content .productGrid .product .card-figure {
        padding: 0; }
      .page-content .productGrid .product .card-title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-wrap;
        font-family: "Kanit", sans-serif;
        font-weight: 400;
        font-size: 16px;
        color: #000;
        line-height: 24px; }
        @media screen and (min-width: 1281px) {
          .page-content .productGrid .product .card-title a {
            font-weight: 400;
            font-size: 18px;
            color: #000;
            line-height: 24px; } }
      .page-content .productGrid .product .card-figcaption-body {
        top: 85%;
        display: block;
        margin-right: 10px;
        margin-left: 10px; }
        .page-content .productGrid .product .card-figcaption-body .button.button--small.card-figcaption-button {
          background: #E87722 url("../img/category/order-icn.png") no-repeat center left 8px;
          background-size: 20px;
          width: auto;
          float: right;
          font-weight: 400;
          font-size: 14px;
          color: #fff;
          line-height: 24px;
          font-family: "Kanit", sans-serif;
          padding: 5px 10px 5px 35px; }
        .page-content .productGrid .product .card-figcaption-body .prd-sku {
          font-weight: 300;
          font-size: 14px;
          color: #666;
          line-height: 38px;
          font-family: "Kanit", sans-serif;
          float: left; }

.container.no-subcat {
  margin-top: 30px; }

.container.show-sidebar .page-sidebar {
  display: block; }

.container.show-sidebar .page-content {
  float: right;
  width: 100%;
  /*
        .productGrid{
            .product {
                width: 300px;
                @media screen and (min-width: 768px){width: 200px !important;}
                @media screen and (min-width: 1281px){width: 232px !important;}
                @media screen and (min-width: 1441px){width: 280px !important;}
            }
        }
        */ }
  @media screen and (min-width: 768px) {
    .container.show-sidebar .page-content {
      width: calc(100% - 290px) !important; } }
  @media screen and (min-width: 1181px) {
    .container.show-sidebar .page-content {
      width: calc(100% - 317px) !important; } }
  @media screen and (min-width: 1281px) {
    .container.show-sidebar .page-content {
      width: calc(100% - 308px) !important; } }
  @media screen and (min-width: 1441px) {
    .container.show-sidebar .page-content {
      width: calc(100% - 500px) !important; } }

#filter-btn {
  display: none; }
  @media screen and (min-width: 768px) {
    #filter-btn {
      display: inline-block;
      font-weight: 400;
      font-size: 12px;
      color: #ffffff;
      line-height: 16px;
      font-family: "Kanit", sans-serif;
      padding: 9px 10px 7px 30px;
      border-radius: 4px;
      background: #E87722 url("../img/category/filter_btn.png") no-repeat center left 10px;
      margin-bottom: 10px; } }

#filter-btn-reset {
  margin-top: 15px;
  margin-right: 12px;
  font-family: "Kanit", sans-serif;
  padding: 9px 8px 7px 20px;
  border-radius: 4px;
  background: url("../img/category/restart_alt.png") no-repeat center left 10px;
  margin-bottom: 10px;
  border: 1px solid #E5E5EA;
  float: right;
  font-weight: 400;
  font-size: 12px;
  color: #8592A2;
  line-height: 16px; }
  @media screen and (min-width: 602px) {
    #filter-btn-reset {
      margin-top: 17px;
      margin-right: 17px; } }
  @media screen and (min-width: 768px) {
    #filter-btn-reset {
      margin: 0; } }

.short-by-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
  width: 100%; }
  .short-by-blk .caunt-prd .total-prd {
    font-weight: 400;
    font-size: 12px;
    color: #2D2D2D;
    line-height: 20px;
    font-family: "Kanit", sans-serif; }
  .short-by-blk .caunt-prd .ttl-prd-spn-title {
    font-weight: 400;
    font-size: 12px;
    color: #2D2D2D;
    line-height: 16px;
    font-family: "Kanit", sans-serif; }
  .short-by-blk .caunt-prd .ttl-prd-spn {
    font-weight: 400;
    font-size: 12px;
    color: #2D2D2D;
    line-height: 16px;
    font-family: "Kanit", sans-serif; }
  .short-by-blk .short-by-prd .actionBar {
    margin: 0; }
  .short-by-blk .short-by-prd .actionBar-section .form-field {
    border: none;
    border-radius: 8px;
    margin-bottom: 0; }
  .short-by-blk .short-by-prd .actionBar-section .form-label {
    font-weight: 400;
    font-size: 12px;
    color: #2D2D2D;
    line-height: 16px;
    font-family: "Kanit", sans-serif;
    margin-right: 0; }
  .short-by-blk .short-by-prd .actionBar-section .form-select {
    font-weight: 400;
    font-size: 12px;
    color: #2D2D2D;
    line-height: 16px;
    font-family: "Kanit", sans-serif;
    background-position: right 0.5rem center;
    background-size: 1.5rem;
    padding-right: 0px; }
    @media screen and (min-width: 602px) {
      .short-by-blk .short-by-prd .actionBar-section .form-select {
        padding-right: 30px; } }

.short-by-blk + div {
  width: 100%; }

.container.show-sidebar .short-by-blk .ttl-prd-spn-title {
  margin-left: 0; }

.container .short-by-blk .ttl-prd-spn-title {
  margin-left: 15px; }

.recentview-section {
  display: block;
  width: 100%;
  clear: both; }
  .recentview-section h2 {
    font-family: "Kanit", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #1B365D;
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 20px; }
    @media screen and (min-width: 602px) {
      .recentview-section h2 {
        font-weight: 400;
        font-size: 28px;
        color: #1B365D;
        line-height: 36px;
        margin-bottom: 27px; } }
  .recentview-section .card-figure {
    padding: 3px !important; }
    .recentview-section .card-figure .card-img-container {
      max-height: 114px; }
  .recentview-section .card-title {
    font-weight: 300;
    font-size: 12px;
    color: #28303F;
    line-height: 18px;
    max-width: calc(100% - 60px);
    font-family: "Kanit", sans-serif;
    float: left; }
    .recentview-section .card-title a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-family: "Kanit", sans-serif; }
  .recentview-section [data-test-info-type="price"] {
    float: right;
    margin-top: -8px; }
    .recentview-section [data-test-info-type="price"] [data-product-price-without-tax] {
      font-weight: 700;
      font-size: 14px;
      color: #0C2545;
      line-height: 14px;
      font-family: "Kanit", sans-serif; }
  .recentview-section .productCarousel {
    margin: 0 auto; }
    @media screen and (min-width: 602px) {
      .recentview-section .productCarousel {
        margin: 0; } }
  .recentview-section button.slick-next.slick-arrow {
    top: -20px;
    right: 12px;
    width: 28px;
    height: 28px; }
    @media screen and (min-width: 602px) {
      .recentview-section button.slick-next.slick-arrow {
        top: -30px;
        width: auto;
        height: auto; } }
  .recentview-section button.slick-prev.slick-arrow {
    width: 28px;
    height: 28px;
    top: -20px;
    left: calc(100% - 85px); }
    @media screen and (min-width: 602px) {
      .recentview-section button.slick-prev.slick-arrow {
        top: -30px;
        width: auto;
        height: auto;
        left: calc(100% - 105px); } }

.last-discription {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 20px;
  margin-bottom: -30px;
  background-size: contain !important;
  background-position: left 100px bottom !important; }
  @media screen and (min-width: 602px) {
    .last-discription {
      background: none !important;
      padding: 50px 0; } }
  @media screen and (min-width: 802px) {
    .last-discription {
      padding: 100px 0 150px;
      background-size: auto 450px !important; } }
  @media screen and (min-width: 992px) {
    .last-discription {
      padding: 150px 0 190px; } }
  @media screen and (min-width: 1101px) {
    .last-discription {
      padding: 176px 0 223px; } }
  .last-discription .title-blk {
    max-width: 100%; }
    @media screen and (min-width: 602px) {
      .last-discription .title-blk {
        max-width: 50%; } }
    @media screen and (min-width: 802px) {
      .last-discription .title-blk {
        max-width: 240px; } }
    @media screen and (min-width: 992px) {
      .last-discription .title-blk {
        max-width: 302px; } }
    .last-discription .title-blk h2 {
      margin-top: 0;
      font-family: "Kanit", sans-serif;
      font-weight: 400;
      font-size: 22px;
      color: #1B365D;
      line-height: 28px; }
      @media screen and (min-width: 602px) {
        .last-discription .title-blk h2 {
          font-weight: 400;
          font-size: 28px;
          color: #1B365D;
          line-height: 34px; } }
      @media screen and (min-width: 992px) {
        .last-discription .title-blk h2 {
          font-weight: 400;
          font-size: 36px;
          color: #1B365D;
          line-height: 44px; } }
  .last-discription .detail-blk {
    max-width: 100%; }
    @media screen and (min-width: 602px) {
      .last-discription .detail-blk {
        max-width: 50%; } }
    @media screen and (min-width: 802px) {
      .last-discription .detail-blk {
        max-width: 350px; } }
    @media screen and (min-width: 992px) {
      .last-discription .detail-blk {
        max-width: 416px; } }
    .last-discription .detail-blk p {
      font-weight: 300;
      font-size: 14px;
      color: #000;
      line-height: 20px;
      margin-bottom: 15px; }
      @media screen and (min-width: 992px) {
        .last-discription .detail-blk p {
          font-weight: 300;
          font-size: 16px;
          color: #000;
          line-height: 24px;
          font-family: "Kanit", sans-serif;
          margin-bottom: 0; } }
    .last-discription .detail-blk a {
      font-weight: 300;
      font-size: 14px;
      color: #000;
      line-height: 18px;
      margin-bottom: 15px; }
      @media screen and (min-width: 992px) {
        .last-discription .detail-blk a {
          font-weight: 300;
          font-size: 16px;
          color: #1B365D;
          line-height: 24px;
          font-family: "Kanit", sans-serif;
          text-decoration: none;
          margin-bottom: 0; } }

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

.page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Color"] .navList-item,
.page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Colour"] .navList-item {
  display: inline-block; }
  .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Color"] .navList-item .navList-action,
  .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Colour"] .navList-item .navList-action {
    width: 30px;
    height: 30px;
    padding: 0;
    background: #ccc;
    border-radius: 50%;
    text-indent: -9999px;
    margin-right: 10px; }
    .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Color"] .navList-item .navList-action::before,
    .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Colour"] .navList-item .navList-action::before {
      width: 29px;
      height: 29px;
      border-radius: 50%;
      background: transparent;
      border: 0;
      box-shadow: 0 0 0 2px #CBCBCB; }
    .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Color"] .navList-item .navList-action .navList-action-close,
    .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Colour"] .navList-item .navList-action .navList-action-close {
      display: none !important; }
  .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Color"] .navList-item .navList-action--checkbox::before,
  .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Colour"] .navList-item .navList-action--checkbox::before {
    margin-top: -14px;
    margin-left: 0; }
  .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Color"] .navList-item .navList-action--checkbox.is-selected::before,
  .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Colour"] .navList-item .navList-action--checkbox.is-selected::before {
    box-shadow: 0 0 0 2px #E87722; }
  .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Color"] .navList-item .navList-action--checkbox::after,
  .page-sidebar .accordion.accordion--navList .accordion-content.is-open .navList[data-facet="Colour"] .navList-item .navList-action--checkbox::after {
    margin-top: -0.99rem;
    display: none; }

#modal.open .modal-content .modal-body .navList[data-facet="Color"],
#modal.open .modal-content .modal-body .navList[data-facet="Colour"] {
  column-count: auto;
  column-gap: normal; }
  #modal.open .modal-content .modal-body .navList[data-facet="Color"] .navList-item,
  #modal.open .modal-content .modal-body .navList[data-facet="Colour"] .navList-item {
    display: inline-block; }
    #modal.open .modal-content .modal-body .navList[data-facet="Color"] .navList-item .navList-action,
    #modal.open .modal-content .modal-body .navList[data-facet="Colour"] .navList-item .navList-action {
      width: 40px;
      height: 40px;
      padding: 0;
      background: #ccc;
      border-radius: 50%;
      text-indent: -9999px;
      margin-right: 15px;
      margin-bottom: 15px;
      position: relative; }
      #modal.open .modal-content .modal-body .navList[data-facet="Color"] .navList-item .navList-action::before,
      #modal.open .modal-content .modal-body .navList[data-facet="Colour"] .navList-item .navList-action::before {
        content: '';
        width: 39px;
        height: 39px;
        border-radius: 50%;
        background: transparent;
        border: 0;
        box-shadow: 0 0 0 2px #CBCBCB;
        position: absolute;
        top: 0;
        left: 0; }
      #modal.open .modal-content .modal-body .navList[data-facet="Color"] .navList-item .navList-action.is-active::before,
      #modal.open .modal-content .modal-body .navList[data-facet="Colour"] .navList-item .navList-action.is-active::before {
        box-shadow: 0 0 0 2px #E87722; }

.pagination {
  display: none; }

.spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-left-color: #2774AE;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto; }

@keyframes spin {
  to {
    transform: rotate(360deg); } }
