.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 #CECECE; }

.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: #5c827d;
    padding-bottom: 12px;
    font-weight: 500; }
  .product-compare-container .nav-link {
    border-radius: 0;
    font-weight: 500; }
    .product-compare-container .nav-link.show {
      color: #5c827d; }

.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: #000000; }
  .product-compare-desc .product-grid-view {
    position: static; }
  .product-compare-desc .review-head {
    margin-top: -1px;
    border-top: 1px solid #CECECE; }
    .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 #CECECE; }
    .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 #CECECE; }
    .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: #000000; }
    .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 #CECECE; }
  .product-compare-desc tr:nth-child(even) {
    background-color: #F8F8F8;
    border-bottom: 1px solid #CECECE; }
  .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 {
    text-align: left;
    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 #CECECE; }

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

  .half {
    width: 100%; } }
.container {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.grid-container {
  padding: 0;
  margin: 0; }

.product-listing-banner + .grid-container {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch; }

.product-listing-banner {
  width: 100vw;
  height: 280px;
  align-self: stretch;
  margin-left: 50%;
  transform: translateX(-50%);
  background: url("/theme/sepmaster/images/product-listing-banner.jpg") center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center; }

.product-listing-banner-text {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }

.product-listing-banner .main-title.category {
  color: #FFF;
  text-align: center;
  font-family: Prompt;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
  padding: 0;
  text-transform: none; }

.product-listing-banner .total-item {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0; }

@media all and (max-width: 768px) {
  .product-listing-banner {
    height: 280px;
    align-self: stretch;
    background-position: right center; }

  .product-listing-banner-text {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    align-items: center; } }
input[type="text"] {
  border-radius: 0;
  border: none;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  width: 70px; }

.fc-inner-iocns i:after {
  content: '';
  display: none; }

.inputgroup.icons-left .form-elements {
  padding-left: 25px; }

.ui-slider-horizontal {
  height: 3px; }

.ui-widget-content {
  border: 1.5px solid #CECECE;
  background: #CECECE; }

.ui-state-default, .ui-widget-content .ui-state-default {
  border: 2.5px solid #6A6A6A;
  background: #FFFFFF;
  font-weight: normal;
  color: #6A6A6A;
  border-radius: 50%; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 9.5px;
  height: 9.5px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-widget-header {
  border: 2.5px solid #6A6A6A;
  background: #6A6A6A;
  height: 2.5px; }

.main-content .product-listing-main-title {
  margin-bottom: 0 !important; }
  .main-content .product-listing-main-title.category {
    color: #101921 !important;
    font-size: 48px !important;
    text-align: center !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    padding: 40px 0 !important;
    margin-bottom: 0 !important; }

@media all and (max-width: 768px) {
  .main-content .product-listing-main-title.category {
    font-size: 32px !important;
    padding: 16px !important; } }
.product-image {
  border: 2px solid transparent;
  transition: border 0.3s ease-in-out; }

.product-image:hover {
  border: 2px solid #045198;
  transition: border 0.3s ease-in-out;
  cursor: pointer; }
  .product-image:hover .link-sub-cat {
    color: #045198;
    transition: color 0.3s ease-in-out; }

.link-sub-cat {
  color: #101921;
  text-decoration: none;
  transition: color 0.3s ease-in-out; }

.link-sub-cat:hover {
  color: #045198;
  transition: color 0.3s ease-in-out; }

.sub-cat-img {
  display: flex;
  max-width: 1320px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch; }
  .sub-cat-img .product-image,
  .sub-cat-img .product-image:hover {
    border: none !important;
    width: 150px;
    height: 100px; }
  .sub-cat-img .product-image img,
  .sub-cat-img .product-image:hover img {
    border: 1px solid #F2F2F2 !important; }
  .sub-cat-img .product-info {
    font-size: 1.125rem;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    text-transform: capitalize;
    padding: 12px 0;
    min-height: 100%; }
  .sub-cat-img .subcategory_wrap {
    display: flex;
    padding: 12px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 174px; }
  .sub-cat-img .subcategory_wrap:hover .link-sub-cat {
    color: #069047 !important; }
  .sub-cat-img h5 {
    width: 100%;
    color: #045198;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0 !important;
    margin-top: 0 !important; }
  .sub-cat-img .product-image img {
    width: 150px;
    height: 100px;
    aspect-ratio: 3/2;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    object-fit: cover;
    display: block; }
  .sub-cat-img .link-sub-cat {
    color: #045198 !important;
    text-align: center;
    font-family: Prompt;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: normal !important;
    word-break: break-word;
    display: block; }
  .sub-cat-img .link-sub-cat:hover {
    color: #069047 !important; }

.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; }

.form-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.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 {
  color: #101921;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; }

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

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

.filter-block {
  border-bottom: solid 1px #f2f2f2; }
  .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-arrow-title {
  color: #101921;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
  font-weight: 700;
  margin: 0;
  overflow: hidden;
  padding: 16px 24px 1rem 0px;
  position: relative;
  word-break: break-all;
  z-index: 1;
  display: block; }
  .filter-arrow-title i {
    display: block;
    position: absolute;
    right: 5px;
    top: 13px;
    font-weight: normal;
    cursor: pointer; }
  .filter-arrow-title.bg {
    background: #045198;
    color: #fff;
    padding: 10px 40px 10px 10px; }

.filter-over {
  max-height: 255px;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  /* Custom style for size filter only */
  /* Custom layout for color filter (one column) */ }
  .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: #000000;
      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: black; }
    .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;
      padding-right: 4px;
      padding-bottom: 4px; }
      .filter-over.color_wrapper .simplebar-content li {
        justify-content: flex-start;
        display: flex;
        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.filter-size {
    /* override generic circle/color styles */ }
    .filter-over.filter-size .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.filter-size .simplebar-content li {
        margin: 0 !important;
        padding: 0;
        padding-right: 8px;
        padding-bottom: 8px; }
    .filter-over.filter-size li {
      margin: 0;
      width: auto;
      padding: 0; }
    .filter-over.filter-size .chk-label {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      border-radius: 4px;
      border: 1px solid #C6C6C6;
      background: #fff;
      color: #101921;
      text-align: center;
      font-size: 16px;
      font-weight: 400;
      line-height: 150%; }
    .filter-over.filter-size input[type="checkbox"]:checked + .chk-label {
      background: #8E8E8E;
      border-color: #8E8E8E;
      color: #fff; }
    .filter-over.filter-size.color_wrapper input[type="checkbox"]:checked + .chk-label {
      border-color: #8E8E8E;
      border-width: 1px;
      background: #8E8E8E;
      color: #fff; }
    .filter-over.filter-size.color_wrapper input[type="checkbox"] + .chk-label {
      border-radius: 4px; }
    .filter-over.filter-size.display_style_circle li .check-img-color {
      border-radius: 4px;
      line-height: 40px;
      margin: 0;
      border: 1px solid #C6C6C6;
      overflow: hidden;
      cursor: pointer; }
    .filter-over.filter-size.display_style_circle li input[type="checkbox"]:checked + .check_text_img .bg-img,
    .filter-over.filter-size.display_style_circle li input[type="checkbox"]:checked + .check_text_img .bg-color {
      border-color: #8E8E8E; }
    .filter-over.filter-size.display_style_circle li input[type="checkbox"] + .chk-label {
      border: 1px solid #C6C6C6;
      border-radius: 4px;
      background: #fff;
      color: #000;
      width: 62px; }
    .filter-over.filter-size.display_style_circle li input[type="checkbox"]:checked + .chk-label {
      background: #8E8E8E;
      border-color: #8E8E8E;
      color: #fff;
      width: 62px; }
  .filter-over.filter-color {
    max-height: none;
    overflow: visible;
    /* circle left, text right */ }
    .filter-over.filter-color .simplebar-content-wrapper,
    .filter-over.filter-color .simplebar-mask {
      overflow: visible !important;
      max-height: none; }
    .filter-over.filter-color .simplebar-offset {
      right: 0 !important;
      bottom: 0 !important; }
    .filter-over.filter-color .simplebar-content {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap; }
    .filter-over.filter-color li {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0; }
    .filter-over.filter-color .chk-label {
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      gap: 8px;
      width: 100%; }
    .filter-over.filter-color .check-img-color {
      margin: 0; }
    .filter-over.filter-color .check_text_img {
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      gap: 8px; }
      .filter-over.filter-color .check_text_img .bg-color,
      .filter-over.filter-color .check_text_img .bg-img {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin: 0; }
    .filter-over.filter-color .chk-wrap {
      display: flex;
      align-items: center;
      gap: 8px; }
  .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 {
      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;
        color: #101921;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        gap: 16px;
        display: flex;
        cursor: pointer; }
        .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: 32px;
          height: 32px;
          border-radius: 100px;
          border: 1px solid #E3E4E5; }

.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: #ACACAC;
    font-weight: 500; }
    .filter-cat span i {
      padding-left: 5px;
      vertical-align: baseline;
      font-weight: 400;
      color: #ACACAC; }
  .filter-cat ol.items {
    list-style: none;
    margin: 0;
    padding: 0; }
    .filter-cat ol.items li {
      display: block;
      margin: 10px 0;
      color: #ACACAC;
      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; }

.dropdown-toggle {
  padding-right: 24px !important; }

.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;
  justify-content: flex-end; }
  .filter-list .total-item, .filter-list .grid-view {
    margin: 0 8px 0 0 !important;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  .filter-list .grid-switcher {
    display: none; }

.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: #000000;
  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;
    color: #101921;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; }
  .shortby > span, .shortby h4 {
    margin: 0 10px 0 0; }
  .shortby .grid-switcher {
    display: flex; }
  .shortby .mobilefilter {
    display: none; }
  .shortby .d-hide {
    display: block; }
  .shortby .showfilter {
    padding: 0 !important;
    border-radius: 4px; }
    .shortby .showfilter a:hover {
      color: #045198;
      transition: color 0.1s ease-in-out; }
  .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); }

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

.ddborder {
  border: 1px solid #CECECE;
  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: #045198; }

.fltrhamburger {
  display: none; }

.category_image {
  margin-bottom: 20px; }

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

.product-item-wrappers.product-grid-view > li {
  width: 25%; }

.product-info .brand-name {
  display: block;
  margin-bottom: 4px;
  color: #101921;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; }

/* Card spacing and layout */
.products.product-grid-view {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  margin: 0;
  /* ensure consistent card height */ }
  .products.product-grid-view > li {
    list-style: none;
    flex: 1 1 calc((100% - 72px) / 4);
    max-width: calc((100% - 72px) / 4);
    display: flex;
    padding: 0 !important;
    transition: transform 0.3s ease-in-out; }
    .products.product-grid-view > li:hover {
      transform: none; }
  .products.product-grid-view .product-item-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: auto; }
  .products.product-grid-view .prod-img {
    position: relative;
    display: block;
    flex: 0 0 312px;
    height: 312px;
    min-height: 312px;
    max-height: 312px;
    width: 100%;
    padding: 0 !important;
    padding-top: 0 !important;
    /* override inline padding-top */
    overflow: hidden;
    align-self: stretch; }
  .products.product-grid-view .prod-img:hover .content-overlay {
    opacity: 0 !important;
    background: transparent !important; }
  .products.product-grid-view .prod-img > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .products.product-grid-view .product-info {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    flex: 0 0 auto; }

.products .product-info .product-title a.link-product-name {
  color: #000;
  text-align: center;
  font-family: Prompt;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal !important;
  word-break: break-word; }

.products .product-info .prod-desc {
  padding-top: 8px;
  align-self: stretch;
  border-top: 1px solid #000;
  overflow: hidden;
  color: #000;
  text-align: center;
  font-family: Prompt;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal !important;
  word-break: break-word; }

.products .product-info .prod-desc.ddd-truncated {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  white-space: normal !important;
  max-height: none !important;
  height: auto !important;
  word-break: break-word; }

.products.product-grid-view .product-item-info .review-wrap,
.products.product-grid-view .product-item-info .brand-name,
.products.product-grid-view .product-item-info .sku-name,
.products.product-grid-view .product-item-info .prod-fix-text,
.products.product-grid-view .product-item-info .custom-info,
.products.product-grid-view .product-item-info .price-wrap,
.products.product-grid-view .product-item-info .stock-availability,
.products.product-grid-view .product-item-info .addtocart-btn,
.products.product-list-view .product-item-info .review-wrap,
.products.product-list-view .product-item-info .brand-name,
.products.product-list-view .product-item-info .sku-name,
.products.product-list-view .product-item-info .prod-fix-text,
.products.product-list-view .product-item-info .custom-info,
.products.product-list-view .product-item-info .price-wrap,
.products.product-list-view .product-item-info .stock-availability,
.products.product-list-view .product-item-info .addtocart-btn {
  display: none !important; }
.products.product-grid-view .prod-img .thumbnail-slider,
.products.product-grid-view .prod-img .content-overlay,
.products.product-grid-view .prod-img .product-badges,
.products.product-grid-view .prod-img .add-to-links,
.products.product-grid-view .prod-img .delete-item,
.products.product-list-view .prod-img .thumbnail-slider,
.products.product-list-view .prod-img .content-overlay,
.products.product-list-view .prod-img .product-badges,
.products.product-list-view .prod-img .add-to-links,
.products.product-list-view .prod-img .delete-item {
  display: none !important; }

.products.product-grid-view .product-item-info .prod-desc,
.products.product-list-view .product-item-info .prod-desc {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal !important;
  word-break: break-word; }

.products.product-grid-view .prod-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  /* keep image anchored to top */
  display: block;
  margin-bottom: 0;
  transition: opacity 0.3s ease-in-out; }

.lazy-image-loader {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  opacity: 0.6; }

/* Lazy loading placeholder - only when class exists and no data-original loaded yet */
.products.product-grid-view .prod-img img.lazy-image-loader:not([data-loaded]) {
  width: 50px !important;
  height: 50px !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  object-fit: contain !important;
  opacity: 0.6; }

/* When image is loaded, ensure full size */
.products.product-grid-view .prod-img img[data-loaded],
.products.product-grid-view .prod-img img:not(.lazy-image-loader) {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  object-fit: cover !important;
  opacity: 1; }

.products.product-grid-view .product-badges {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  z-index: 2; }

.products.product-grid-view .prod-img .price-margin {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  padding: 0 8px;
  margin: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  z-index: 3;
  background: #045198;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 2px; }

.products.product-grid-view .product-info .price-wrap .price-margin {
  display: none; }

/* CMS slider product cards: force listing-like sizing */
.cms-slider .products.product-grid-view {
  gap: 24px; }

.cms-slider .products.product-grid-view > li {
  list-style: none;
  display: flex; }

.cms-slider .products.product-grid-view > li .product-item-info {
  width: 100%; }

.cms-slider .products.product-grid-view .product-item-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%; }

.cms-slider .products.product-grid-view .prod-img {
  position: relative;
  display: block;
  flex: 0 0 390px;
  height: 390px;
  min-height: 390px;
  max-height: 390px;
  width: 100%;
  padding: 0 !important;
  padding-top: 0 !important;
  overflow: hidden; }

.cms-slider .products.product-grid-view .prod-img > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.cms-slider .products.product-grid-view .prod-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top center; }

.cms-slider .products.product-grid-view .prod-img .price-margin {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 8px;
  margin: 8px;
  background: #045198;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 150%;
  z-index: 3;
  display: inline-flex;
  align-items: center; }

.cms-slider .products.product-grid-view .product-info {
  flex: 1 1 auto; }

.cms-slider .products.product-grid-view .price-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px; }

.cms-slider .products.product-grid-view .product-title a {
  color: #101921;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; }

.cms-slider .products.product-grid-view > li:hover .product-info .product-title a {
  color: #045198; }

.cms-slider .products.product-grid-view .price-wrap .normal-price {
  color: #101921; }

.cms-slider .products.product-grid-view .price-wrap .special-price {
  color: #045198; }

.cms-slider .products.product-grid-view .price-wrap .strike-price {
  color: #101921; }

@media all and (max-width: 767px) {
  .cms-slider .products.product-grid-view {
    gap: 16px; }

  .cms-slider .products.product-grid-view .prod-img {
    height: 218px;
    min-height: 218px;
    max-height: 218px;
    width: 171px;
    margin: 0 auto;
    flex: 0 0 218px; }

  .cms-slider .products.product-grid-view .prod-img .price-margin {
    font-size: 12px;
    padding: 0 6px; } }
/* Title */
.products .product-info .product-title a {
  color: #000;
  text-align: center;
  font-family: Prompt;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  transition: color 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal !important;
  word-break: break-word; }

.products.product-grid-view > li:hover .product-info .product-title a {
  color: #069047; }

/* Price block */
.products .product-info .price-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch; }

.products .product-info .price-wrap .normal-price,
.products .product-info .price-wrap .special-price,
.products .product-info .price-wrap .price-margin {
  color: #101921;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; }

.products .product-info .price-wrap .special-price {
  color: #045198;
  font-weight: 700; }

.products .product-info .price-wrap .strike-price {
  color: #8E8E8E;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin: 0; }

.selectdd.filter-text1.ng-binding {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: 8px; }

.selectdd.ng-binding {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-right: 8px; }

.filter-list {
  gap: 24px;
  margin-bottom: 24px;
  margin-top: 40px; }

/* Responsive adjustments */
/* Tablet: < 1200px */
@media all and (max-width: 1199px) {
  .products.product-grid-view {
    gap: 16px; }

  .products.product-grid-view > li {
    flex: 1 1 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
    padding: 0 !important; } }
@media all and (min-width: 768px) and (max-width: 1199px) {
  .products.product-grid-view .prod-img {
    height: 218px;
    min-height: 218px;
    max-height: 218px;
    width: 218px;
    margin: 0 auto;
    flex: 0 0 218px;
    padding: 0 !important;
    padding-top: 0 !important;
    overflow: hidden; } }
/* Mobile: < 768px */
@media all and (max-width: 767px) {
  .products.product-grid-view {
    gap: 16px; }

  .products.product-grid-view > li {
    flex: 1 1 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
    padding: 0 !important; }

  .products.product-grid-view .prod-img {
    height: 171px;
    min-height: 171px;
    max-height: 171px;
    width: 171px;
    margin: 0 auto;
    flex: 0 0 171px;
    padding: 0 !important;
    padding-top: 0 !important;
    overflow: hidden; }

  .products.product-grid-view .prod-img > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; } }
@media all and (max-width: 1199px) {
  .product-item-wrappers.product-grid-view > li {
    width: auto; } }
@media all and (max-width: 991px) {
  .products.product-grid-view > li {
    flex: 1 1 calc((100% - 16px) / 2);
    max-width: calc((100% - 16px) / 2);
    padding: 0 !important; }

  .product-item-wrappers.product-grid-view > li {
    width: auto; }

  .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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .shortby > li {
      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; }
    .shortby .grid-switcher {
      display: none; }
    .shortby .mobilefilter {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background: #FFFFFF;
      color: #101921;
      justify-content: center;
      text-align: center;
      white-space: nowrap;
      width: auto;
      margin-right: auto;
      margin-left: 0;
      order: 1;
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      text-transform: uppercase;
      transition: all 0.1s ease-in-out; }
      .shortby .mobilefilter i {
        vertical-align: middle;
        margin-left: 8px;
        font-size: 16px; }
    .shortby .mobilefilter:hover {
      color: #C3002B; }
    .shortby .mobilefilter:hover {
      color: #920020; }
    .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;
      padding: 10px;
      white-space: nowrap;
      width: auto;
      margin-left: auto;
      margin-right: 0;
      order: 3; }
      .shortby .showfilter i, .shortby .showpage i {
        vertical-align: baseline;
        margin-right: 7px; }
    .shortby .sort-icon {
      padding-left: 10px;
      margin-left: 8px;
      margin-right: 0;
      order: 2; }

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

  .fltrhamburger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    background: #045198;
    color: #FFFFFF;
    margin: 0 -15px;
    padding: 20px 16px; }
    .fltrhamburger i {
      font-size: 1.5rem;
      font-weight: normal; }

  .filter-list {
    margin: 10px 0; }
    .filter-list .total-view {
      order: 2;
      margin-left: 0;
      width: 100%;
      padding: 0 16px; }
    .filter-list .mode-view {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1; } }
@media all and (max-width: 1199px) {
  .sub-cat-img {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    padding-bottom: 4px; }
    .sub-cat-img::-webkit-scrollbar {
      display: none; }

  .sub-cat-img .subcategory_wrap {
    flex: 0 0 174px;
    flex-shrink: 0;
    min-width: 174px;
    width: 174px;
    max-width: 174px; } }
@media all and (max-width: 767px) {
  .category-page.open {
    overflow: hidden; }

  .shortby .d-hide {
    display: block !important; }
  .shortby .mobilefilter {
    display: inline-flex !important;
    align-items: center; }

  .sub-cat-img {
    text-align: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    padding-bottom: 4px; }
    .sub-cat-img .subcategory_wrap {
      flex: 0 0 174px;
      flex-shrink: 0;
      min-width: 174px;
      width: 174px; }
    .sub-cat-img::-webkit-scrollbar {
      display: none; }

  .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; }

  .title-sorting {
    display: none; }

  .product-item-wrappers.product-grid-view > li {
    width: 50%; }

  .filter-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
    align-self: stretch; }
    .filter-list .total-view {
      width: auto !important;
      padding: 0 !important;
      margin-left: 0 !important;
      order: 1 !important; }
    .filter-list .mode-view {
      flex: 0 0 auto;
      order: 2 !important; }

  .mode-view .shortby {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap; }

  .shortby > span, .shortby h4 {
    margin: 0 !important; }
  .shortby .grid-view.d-hide {
    color: #000;
    font-family: Prompt;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  .shortby .showfilter {
    background-color: transparent !important; }
    .shortby .showfilter a:hover {
      background-color: transparent !important;
      color: #000 !important; }
  .shortby .dropdown.showfilter .selectdd,
  .shortby .showfilter .selectdd {
    color: #000 !important;
    font-family: Prompt;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; }

  .filter-list.row.d-hide .shortby > li {
    color: #000;
    font-family: Prompt;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  .filter-list.row.d-hide .shortby h4.d-hide {
    color: #000;
    font-family: Prompt;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; }
  .filter-list.row.d-hide .shortby .showfilter {
    background-color: transparent !important; }
    .filter-list.row.d-hide .shortby .showfilter a:hover {
      background-color: transparent !important;
      color: #000 !important; }
  .filter-list.row.d-hide .shortby .showfilter .selectdd {
    color: #000 !important;
    font-family: Prompt;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; } }
@media all and (max-width: 516px) {
  .sub-cat-img {
    text-align: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    padding-bottom: 4px; }
    .sub-cat-img .subcategory_wrap {
      flex: 0 0 174px;
      flex-shrink: 0;
      min-width: 174px;
      width: 174px; }
    .sub-cat-img::-webkit-scrollbar {
      display: none; }

  .MagicScroll .addtocart-btn .btn-primary, .MagicScroll .addtocart-btn .btn-icon {
    font-size: 0.75rem; } }
/* Promotion page specific grid layout */
/* Desktop: 4 cards per row (override default 3 cards) */
.products.product-grid-view.promotion-grid > li {
  flex: 1 1 calc((100% - 72px) / 4) !important;
  max-width: calc((100% - 72px) / 4) !important; }

/* Tablet: 2 cards per row (same as category) */
@media all and (max-width: 1199px) {
  .products.product-grid-view.promotion-grid > li {
    flex: 1 1 calc((100% - 16px) / 2) !important;
    max-width: calc((100% - 16px) / 2) !important; } }
/* Mobile: 2 cards per row (same as category) */
@media all and (max-width: 767px) {
  .products.product-grid-view.promotion-grid > li {
    flex: 1 1 calc((100% - 16px) / 2) !important;
    max-width: calc((100% - 16px) / 2) !important; } }
.products.product-grid-view {
  padding: 0 !important; }

/* Product listing pagination button - match collection icon/button style */
.pagination .pagenum .btn-outline-primary.radius-20 {
  color: #ffffff;
  display: flex;
  height: 42px;
  padding: 0 28px 0 32px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border: none !important;
  border-radius: 100px !important;
  background: #045198 !important;
  transition: all 0.3s ease !important; }
  .pagination .pagenum .btn-outline-primary.radius-20:hover {
    background: #2098D3 !important;
    color: #ffffff !important;
    text-decoration: none !important; }
  .pagination .pagenum .btn-outline-primary.radius-20:focus {
    outline: none !important; }
  .pagination .pagenum .btn-outline-primary.radius-20:active {
    background: #043B6E !important; }

/* Full-width background gradient behind the whole listing section (one continuous block) */
.container[data-ng-controller="ProductListController"] .main-content {
  position: relative;
  z-index: 0; }
  .container[data-ng-controller="ProductListController"] .main-content::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: linear-gradient(180deg, #FFF 0%, #F0FAFF 100%);
    z-index: -1;
    pointer-events: none; }
