@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Prompt:wght@200;300;400;500;600;700&display=swap");
.transition, .product-item-info, .product-item-info:hover .prod-img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out; }

.ellips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block; }

.product-compare-container {
  white-space: nowrap; }
  .product-compare-container .product-grid-view .review-star {
    text-align: center;
    margin-bottom: 5px; }
  .product-compare-container .remove-product {
    cursor: pointer;
    font-size: 1.125rem;
    position: absolute;
    right: 12px;
    top: 14px;
    z-index: 99;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center; }
    .product-compare-container .remove-product i {
      vertical-align: baseline; }
  .product-compare-container .option-add-cart {
    text-align: right;
    margin-top: 15px; }
    .product-compare-container .option-add-cart .addtocart-btn, .product-compare-container .option-add-cart .wishlist-btn {
      display: inline-block; }
  .product-compare-container .attrbiutes-list i {
    width: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 0.875rem;
    vertical-align: baseline; }
  .product-compare-container #comp-tabone {
    border-bottom: 1px solid #B0B5C5; }

.product-compare-container {
  position: relative;
  margin-top: 15px; }
  .product-compare-container .totolcitems {
    font-size: 1rem;
    color: #17a2b8;
    padding: 10px 0;
    font-weight: 500; }
  .product-compare-container .totolitems {
    font-size: 0.875rem;
    color: #005BA3;
    padding-bottom: 12px;
    font-weight: 500; }
  .product-compare-container .nav-link {
    border-radius: 0;
    font-weight: 500; }
    .product-compare-container .nav-link.show {
      color: #005BA3; }

.product-compare-desc {
  overflow: auto; }
  .product-compare-desc > table {
    width: 100%; }
  .product-compare-desc .headcol {
    padding: 10px;
    font-weight: 500;
    /*position:absolute;*/
    width: 215px;
    left: 0;
    overflow: hidden;
    font-weight: bold;
    vertical-align: middle;
    font-size: 1rem;
    color: #001F35; }
  .product-compare-desc .product-grid-view {
    position: static; }
  .product-compare-desc .review-head {
    margin-top: -1px;
    border-top: 1px solid #B0B5C5; }
    .product-compare-desc .review-head .check-form {
      position: relative;
      top: -50px;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .product-compare-desc .review-head div {
      min-width: 200px; }
  .product-compare-desc tr div {
    line-height: 24px; }
  .product-compare-desc tr:first-child {
    background-color: #fff !important;
    border-bottom: 1px solid #B0B5C5; }
    .product-compare-desc tr:first-child .headcol {
      background-color: #fff; }
      .product-compare-desc tr:first-child .headcol:first-child {
        background-color: #fff; }
      .product-compare-desc tr:first-child .headcol:nth-child(2) {
        border-top: 1px solid #B0B5C5; }
    .product-compare-desc tr:first-child .long {
      /*padding-top: 0;*/ }
    .product-compare-desc tr:first-child .prod-img {
      padding: 0; }
      .product-compare-desc tr:first-child .prod-img img {
        float: none;
        border: none; }
  .product-compare-desc tr .long {
    border: none;
    padding: 10px;
    text-align: left;
    max-width: 260px;
    width: 260px;
    min-width: 260px;
    display: inline-block;
    white-space: initial;
    font-size: 1rem;
    color: #001F35; }
    .product-compare-desc tr .long .thumbwrap {
      position: relative; }
      .product-compare-desc tr .long .thumbwrap .prod-img {
        transition: all .4s ease-in-out 0s; }
      .product-compare-desc tr .long .thumbwrap:hover .prod-img {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        transition: all 0.4s ease-in-out 0s; }
  .product-compare-desc tr.varaint-spec {
    background: #E6E6E6; }
  .product-compare-desc tr ul li {
    padding: 0 !important;
    margin-bottom: 5px; }
    .product-compare-desc tr ul li:hover {
      box-shadow: none; }
  .product-compare-desc tr:last-child {
    border-bottom: none !important;
    border-top: 1px solid #B0B5C5; }
  .product-compare-desc tr:nth-child(even) {
    background-color: #F8F8F8;
    border-bottom: 1px solid #B0B5C5; }
  .product-compare-desc tr:nth-child(odd) {
    background-color: #fff; }
  .product-compare-desc .varint-lists {
    padding-bottom: 10px; }
    .product-compare-desc .varint-lists .varaint-label {
      font-weight: 500;
      display: block; }
  .product-compare-desc .product-info {
    padding: 12px 0; }
  .product-compare-desc .price-wrap {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left; }
  .product-compare-desc .prod-img img {
    float: none;
    margin-right: 0; }

@media all and (max-width: 576px) {
  .cart-table {
    border-top: 1px solid #B0B5C5; }

  .product-compare-desc {
    margin-left: 0;
    width: 100% !important; }
    .product-compare-desc .headcol {
      position: static;
      width: auto; }

  .half {
    width: 100%; } }
.main-content {
  padding-bottom: 30px; }

.breadcrumb {
  margin-bottom: 24px; }
  .breadcrumb li {
    padding: 0; }

.category-banner {
  position: relative;
  margin: 60px 0 40px 0;
  text-align: center;
  /*width: 100%;
  margin-left: calc(-50vw + 50%);
  max-height: 460px;
  overflow: hidden;
  background-color: lighten($primary,50%);
  min-height: 300px;*/ }
  .category-banner img {
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    display: block; }
  .category-banner .main-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    z-index: 2;
    text-transform: none;
    font-family: "Playfair Display", serif; }

.sub-cat-img {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .sub-cat-img .product-info {
    font-size: 1.125rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #001F35;
    text-transform: capitalize;
    padding: 12px 0;
    min-height: 100%; }
  .sub-cat-img .subcategory_wrap {
    padding: 10px;
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .sub-cat-img h5 {
    margin-top: 4px;
    text-align: center; }

.thumbnail-slider {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 0 2px;
  z-index: 9;
  background: 0 0; }

.thumbnail-slider li {
  width: 7px !important;
  height: 7px;
  display: inline-block;
  margin: 6px 5px;
  background: 0 0;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15); }
  .thumbnail-slider li.active {
    background: #000; }
  .thumbnail-slider li .thumbnail-image {
    padding-top: 30px; }

.title-sorting {
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase; }

.leftsidebar .title-clear-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 32px;
  justify-content: space-between; }
  .leftsidebar .title-clear-wrap .title-sorting {
    margin-bottom: 0px; }
.leftsidebar .apply-filter {
  margin-top: 15px; }
.leftsidebar .filter-action {
  margin-bottom: 0px;
  text-align: right;
  font-size: 0.875rem;
  color: #005BA3;
  cursor: pointer;
  font-weight: 500; }
  .leftsidebar .filter-action:hover {
    color: #003f70; }

.filter-text, .filter-action {
  font-size: 1.5rem;
  text-transform: none;
  background: transparent;
  padding: 0;
  margin-bottom: 30px; }
  .filter-text .clear-all, .filter-action .clear-all {
    color: #AFAFAF;
    float: right;
    text-transform: uppercase; }

.shopby > ul {
  max-height: 200px;
  overflow: auto; }
  .shopby > ul li {
    margin-bottom: 7px; }
    .shopby > ul li:hover .checkmark, .shopby > ul li:hover .radiomark {
      color: #005BA3;
      cursor: pointer; }

.filter-block {
  margin-bottom: 16px;
  /*&:not(:last-child) {
      padding-bottom: 8px;
      border-bottom: solid 1px $black;
  }*/ }
  .filter-block h4 {
    margin: 15px 0; }
    .filter-block h4 i {
      display: none; }
  .filter-block .select {
    border-radius: 0;
    font-size: 1rem;
    height: 30px; }
  .filter-block input[type="text"] {
    border-radius: 0; }
  .filter-block .price-range .min-range, .filter-block .price-range .max-range {
    background: #E6E6E6;
    max-width: 70px;
    border: none;
    font-size: 0.875rem;
    text-align: center; }
    .filter-block .price-range .min-range:hover, .filter-block .price-range .min-range:focus, .filter-block .price-range .max-range:hover, .filter-block .price-range .max-range:focus {
      border: none;
      box-shadow: none; }
  .filter-block .price-range span {
    display: inline-block;
    vertical-align: middle; }
  .filter-block .price-range .off-disc {
    font-size: 0.875rem; }
  .filter-block .price-range input {
    display: inline-block;
    vertical-align: middle; }
  .filter-block .price-range button {
    border-radius: 0; }
    .filter-block .price-range button:hover {
      background: #000; }
  .filter-block ul li ul {
    display: none; }
  .filter-block.noborder {
    border-bottom: none; }
  .filter-block .ui-slider-horizontal {
    height: 3px; }
    .filter-block .ui-slider-horizontal .ui-slider-range {
      background: #6A6A6A;
      height: 3px;
      top: 0px; }
    .filter-block .ui-slider-horizontal .ui-slider-handle {
      border: 3px solid #6A6A6A;
      border-radius: 50%;
      width: 13px;
      height: 13px; }
  .filter-block .inputgroup {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    font-size: 1.125rem; }
    .filter-block .inputgroup .form-elements {
      border: none;
      padding: 5px;
      font-family: "Prompt", sans-serif;
      order: 2; }
    .filter-block .inputgroup .fc-inner-iocns {
      position: static;
      color: #AFAFAF;
      min-width: 22px; }
    .filter-block .inputgroup i:after {
      display: none; }
  .filter-block .price-seprate {
    display: none; }
    .filter-block .price-seprate + .inputgroup {
      text-align: right; }

.filter-arrow-title {
  text-transform: uppercase;
  font-size: 1rem;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  padding: 0px 22px 16px 0px;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: block; }
  .filter-arrow-title i {
    display: block;
    position: absolute;
    right: 5px;
    top: 0px;
    font-weight: 500;
    cursor: pointer;
    padding: 2px 2px; }
  .filter-arrow-title.bg {
    background: #005BA3;
    color: #fff;
    padding: 10px 40px 10px 10px; }

.filter-over {
  max-height: 255px;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; }
  .filter-over .chk-wrap .chkmark:before {
    margin-top: 0; }
  .filter-over.opened {
    display: none; }
  .filter-over li {
    margin-bottom: 16px; }
    .filter-over li .chk-label {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      color: #001F35;
      font-size: 0.75rem; }
    .filter-over li .radio-label, .filter-over li .chkmark {
      font-size: 15px; }
    .filter-over li:first-child {
      margin-top: 0; }
    .filter-over li a {
      display: block;
      font-size: 15px; }
      .filter-over li a:hover, .filter-over li a.active {
        color: #000102; }
    .filter-over li.check-boxwrap img {
      display: none;
      vertical-align: sub; }
    .filter-over li .radio-label {
      padding-left: 35px; }
  .filter-over.color_wrapper {
    margin-left: 0; }
    .filter-over.color_wrapper input[type="checkbox"]:checked + .chk-label:not(.check_text_img) {
      border-color: #000;
      border-style: solid;
      border-width: 2px; }
    .filter-over.color_wrapper .simplebar-content {
      display: -webkit-box;
      display: -moz-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .filter-over.color_wrapper .simplebar-content li {
        max-width: 25%;
        width: 25%;
        margin: 0 0 5px; }
        .filter-over.color_wrapper .simplebar-content li .chk-label {
          display: block;
          text-align: center; }
    .filter-over.color_wrapper .chk-wrap .bg-color {
      border: 2px solid transparent;
      display: block;
      margin: 0 auto 5px auto;
      width: 100%;
      height: 40px;
      line-height: 40px;
      border-radius: 0; }
    .filter-over.color_wrapper .chk-wrap .bg-img {
      border: 2px solid transparent;
      display: block;
      margin: 0 auto 5px auto;
      width: 100%;
      border-radius: 0; }
  .filter-over .chk-wrap .bg-img, .filter-over .chk-wrap .bg-color {
    display: none; }
  .filter-over .chk-wrap input[type="checkbox"]:checked + .chkmark:before {
    border-color: #000; }
  .filter-over.display_style_box li input[type="checkbox"]:checked + .chk-label .bg-img, .filter-over.display_style_box li input[type="checkbox"]:checked + .check-img-color {
    border-color: #000; }
  .filter-over.display_style_box li .bg-img, .filter-over.display_style_box li .check-img-color {
    border: 2px solid transparent;
    line-height: 40px;
    border-radius: 5px;
    min-width: 40px;
    align-items: center;
    max-height: 40px;
    justify-content: center;
    margin: 0 5px 0 auto;
    overflow: hidden; }
  .filter-over.display_style_circle {
    padding-bottom: 16px; }
    .filter-over.display_style_circle li input[type="checkbox"]:checked + .check_text_img .bg-img,
    .filter-over.display_style_circle li input[type="checkbox"]:checked + .check_text_img .bg-color {
      border-color: #000;
      border-style: solid;
      border-width: 2px; }
    .filter-over.display_style_circle li .check-img-color {
      border-radius: 40px;
      line-height: 40px;
      min-width: 40px;
      align-items: center;
      max-height: 40px;
      justify-content: center;
      margin: 0 5px 0 auto;
      overflow: hidden; }
      .filter-over.display_style_circle li .check-img-color.check_text_img {
        max-height: none; }
        .filter-over.display_style_circle li .check-img-color.check_text_img .bg-color, .filter-over.display_style_circle li .check-img-color.check_text_img .bg-img {
          width: 40px;
          height: 40px;
          border-radius: 40px;
          border: none; }

.apply-filter {
  text-align: center;
  margin: 15px 0; }

.filter-cat {
  margin-bottom: 15px; }
  .filter-cat span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #E6E7E8;
    font-weight: 500; }
    .filter-cat span i {
      padding-left: 5px;
      vertical-align: baseline;
      font-weight: 400;
      color: #E6E7E8; }
  .filter-cat ol.items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .filter-cat ol.items li {
      display: block;
      margin: 10px 0;
      color: #E6E7E8;
      padding: 0 0px 10px 0;
      border-bottom: solid 1px #f2f2f2; }
    .filter-cat ol.items .clear-close {
      float: right; }
      .filter-cat ol.items .clear-close i {
        vertical-align: middle; }

.filter-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 24px; }
  .filter-list .total-item, .filter-list .grid-view {
    font-size: 0.875rem;
    margin: 0 4px 0 0;
    display: inline-block; }
  .filter-list .grid-switcher {
    display: none; }
  .filter-list .total-view {
    margin-left: auto; }

.shortby {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #001F35;
  font-size: 0.875rem; }
  .shortby li > a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-transform: none; }
  .shortby .grid-view {
    font-weight: 700; }
  .shortby > span, .shortby h4 {
    margin: 0 10px 0 0; }
  .shortby .grid-switcher {
    display: none; }
  .shortby .mobilefilter {
    display: none; }
  .shortby .d-hide {
    display: block; }
  .shortby .showfilter {
    padding: 4px 8px 4px 8px;
    gap: 16px;
    border-radius: 4px;
    font-weight: 400; }
    .shortby .showfilter .dropdown-toggle {
      color: #001F35; }
      .shortby .showfilter .dropdown-toggle:after {
        font-weight: 500; }
  .shortby .show-per-page {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 20px; }
    .shortby .show-per-page .show-filt-lbl {
      font-weight: 700; }
  .shortby .showpage {
    padding: 10px 0px; }
  .shortby .dropdown-menu {
    min-width: auto;
    font-size: 0.875rem;
    border: none;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1); }
  .shortby .mobilefilter .mob-filter-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.5828 12.0169V3.51902C15.5828 3.1463 15.2764 2.83984 14.9036 2.83984C14.5309 2.83984 14.2245 3.1463 14.2245 3.51902V12.0169C12.9821 12.3234 12.0544 13.4498 12.0544 14.7832C12.0544 16.1167 12.9821 17.2432 14.2245 17.5496V20.4816C14.2245 20.8543 14.5309 21.1608 14.9036 21.1608C15.2764 21.1608 15.5828 20.8543 15.5828 20.4816V17.5496C16.8252 17.2432 17.7528 16.1167 17.7528 14.7832C17.7528 13.4498 16.8252 12.3234 15.5828 12.0169ZM14.9036 16.2824C14.0837 16.2824 13.4128 15.6115 13.4128 14.7832C13.4128 13.955 14.0837 13.2924 14.9036 13.2841C15.7236 13.2841 16.3945 13.955 16.3945 14.7832C16.3945 15.6115 15.7236 16.2741 14.9036 16.2824Z' fill='white'/%3E%3Cpath d='M9.52837 6.68295V3.51902C9.52837 3.1463 9.22191 2.83984 8.84919 2.83984C8.47648 2.83984 8.17002 3.1463 8.17002 3.51902V6.68295C6.92764 6.98941 6 8.1158 6 9.44929C6 10.7828 6.92764 11.9092 8.17002 12.2157V20.4816C8.17002 20.8543 8.47648 21.1608 8.84919 21.1608C9.22191 21.1608 9.52837 20.8543 9.52837 20.4816V12.2157C10.7707 11.9092 11.6984 10.7828 11.6984 9.44929C11.6984 8.1158 10.7707 6.98941 9.52837 6.68295ZM8.85748 10.9485C8.03751 10.9485 7.36664 10.2775 7.36664 9.44929C7.36664 8.62104 8.03751 7.95844 8.85748 7.95015C9.67746 7.95015 10.3483 8.62104 10.3483 9.44929C10.3483 10.2775 9.67746 10.9402 8.85748 10.9485Z' fill='white'/%3E%3C/svg%3E"); }

.price-slider {
  margin-bottom: 8px; }

.sort-icon {
  cursor: pointer;
  color: #E6E7E8; }

.ddborder {
  border: 1px solid #B0B5C5;
  border-radius: 0.25rem;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 7px; }

.brand-section .brand-desc {
  margin-top: 1rem; }

.grid-switcher a.gview {
  margin-right: 8px; }
.grid-switcher a.active {
  opacity: 1;
  color: #005BA3; }

.fltrhamburger {
  display: none; }

.category_image {
  margin-bottom: 20px; }

.banner-brand {
  text-align: center;
  margin-bottom: 20px; }

.no-results {
  text-align: center;
  padding: 5px; }

@media all and (max-width: 1100px) {
  .product-item-wrappers.product-grid-view > li {
    width: 33.3333333%; } }
@media all and (max-width: 991px) {
  .leftsidebar {
    position: fixed;
    z-index: 99999999;
    width: 100%;
    max-width: 100%;
    background: #fff;
    min-width: 140px;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    top: 0;
    left: 0;
    border-right: none !important;
    transition: all 0.5s ease 0s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .leftsidebar.active {
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0); }
    .leftsidebar + [class*="col-"] {
      flex: 0 0 100%;
      max-width: 100%; }

  .filter-over {
    margin: 0; }

  .shortby {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    text-align: left; }
    .shortby .grid-switcher {
      display: none; }
    .shortby .mobilefilter {
      background: #005BA3;
      color: #fff;
      justify-content: center; }
    .shortby .mobilefilter, .shortby .showfilter, .shortby .showpage {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      text-align: center;
      border: 1px solid #005BA3;
      padding: 10px;
      white-space: nowrap;
      margin-right: 0;
      width: 100%; }
      .shortby .mobilefilter i, .shortby .showfilter i, .shortby .showpage i {
        vertical-align: baseline;
        margin-right: 7px; }
      .shortby .mobilefilter .showfilter .dropdown-toggle, .shortby .showfilter .showfilter .dropdown-toggle, .shortby .showpage .showfilter .dropdown-toggle {
        color: #005BA3; }
    .shortby .sort-icon {
      padding-left: 10px;
      margin-right: 0; }

  .d-hide {
    display: none !important; }

  .fltrhamburger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: #005BA3;
    color: #fff;
    margin: 0 -15px;
    margin-bottom: 10px;
    padding: 10px 15px; }
    .fltrhamburger i {
      font-size: 2.5rem;
      font-weight: normal; }

  .filter-list {
    margin: 0px 0 24px 0; }
    .filter-list .total-view {
      order: 2;
      margin-left: 10px;
      min-width: calc(50% - 10px); }
    .filter-list .mode-view {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; }

  .show-per-page {
    display: none !important; } }
@media all and (max-width: 767px) {
  .category-banner {
    margin-top: 40px;
    margin-bottom: 24px;
    max-height: 200px;
    min-height: 200px; }
    .category-banner img {
      height: 100%;
      min-height: 200px;
      object-fit: fill; }

  .filter-list .mode-view {
    display: block; }

  .category-page.open {
    overflow: hidden; }

  .sub-cat-img {
    text-align: center; }
    .sub-cat-img .subcategory_wrap {
      flex: 0 0 25%;
      max-width: 25%; }

  .products.product-grid-view .btn-outline-primary {
    min-width: auto !important;
    font-size: 0.875rem; }
  .products.product-list-view .addtocart-btn {
    position: static; }
  .products.product-list-view .btn-outline-primary {
    min-width: auto !important;
    font-size: 0.875rem; }
  .products .link-product-name {
    font-size: 0.75rem; }
  .products .sku {
    font-size: 0.625rem; }
  .products .price-wrap .normal-price, .products .price-wrap .special-price {
    font-size: 0.875rem; }
  .products .price-wrap .strike-price {
    font-size: 0.625rem; }

  .product-item-wrappers.product-grid-view > li {
    width: 50%; } }
@media all and (max-width: 516px) {
  .sub-cat-img {
    text-align: center; }
    .sub-cat-img .subcategory_wrap {
      flex: 0 0 50%;
      max-width: 50%; }

  .MagicScroll .addtocart-btn .btn-primary, .MagicScroll .addtocart-btn .btn-icon {
    font-size: 0.75rem; } }
