.products-list {
  border-top: 1px solid #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .products-list {
    border-top: 1px solid rgba(211, 211, 211, 0.5);
  }
}
.products-list .box-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .products-list .box-out {
    right: -70px;
    top: -20px;
  }
}
.products-list .box {
  max-width: 33.3333333%;
  width: 33.3333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
}
@media screen and (max-width: 991.98px) {
  .products-list .box {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media screen and (max-width: 991.98px) {
  .products-list .box {
    padding: rem(40px 15px);
  }
}
@media screen and (max-width: 767.98px) {
  .products-list .box {
    border: 1px solid rgba(211, 211, 211, 0.5);
    border-top: 0;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.products-list .box .product-img {
  margin: 10px auto;
  display: block;
  padding-bottom: rem(20px);
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 991.98px) {
  .products-list .box .product-img {
    margin: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .products-list .box .product-img {
    height: 120px;
  }
}
.products-list .box .p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .products-list .box .p {
    margin-bottom: 5px;
    font-size: 13px;
  }
}
.products-list .box .price-tag {
  color: #000;
}
.products-list .box .price-tag b {
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .products-list .box .price-tag b {
    font-size: 14px;
    padding-right: 5px;
  }
}
.products-list .box .price-tag del {
  color: #A2A2A2;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .products-list .box .price-tag del {
    font-size: 12px;
  }
}
.products-list .box .price-tag span {
  color: #0049A2;
}
@media screen and (max-width: 767.98px) {
  .products-list .box .price-tag span {
    padding-left: 5px;
  }
}
.products-list .box a {
  color: #000000;
}
.products-list .box > p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}
.products-list .box .rating p {
  font-size: 0.75rem;
}
.products-list .box .add-crt {
  display: block;
  padding: 10px;
  font-size: 12px;
  background: #be1d22;
  color: #ffffff;
  text-align: center;
}
.products-list .add-box {
  width: 100%;
}
.products-list .add-box img {
  width: 100%;
}
.products-list .filter_sec {
  max-width: 250px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  padding-right: 15px;
  margin-right: 20px;
  height: 100%;
  -webkit-box-shadow: 5px 3px 10px 0px rgba(4, 54, 115, 0.04);
          box-shadow: 5px 3px 10px 0px rgba(4, 54, 115, 0.04);

}

.products-list .widget_layered_nav ul li{
        padding-left: 0;
        position:relative;
}
.products-list  .widget_layered_nav ul li::before{
            margin-left: 0;
        pointer-events: none;
        color: #c1262c;
        opacity: 0.9;
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid #c1262c;
        margin-top: 2px;
}

.products-list  .widget_layered_nav ul li.chosen:after{
    position: absolute;
    content: '';
    width: 4px;
    height: 10px;
    border-right: 1px solid #c1262c;
    top: 5px;
    left: 7px;
    border-bottom: 1px solid #c1262c;
    transform: rotate(45deg);
}

.products-list .widget_price_filter .ui-slider .ui-slider-range,.products-list  .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #c73c42;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #000000 !important;
    color: #ffffff !important;
}
.products-list .widget_layered_nav ul li a{
        display: block;
         padding-left: 25px;
         padding-right:25px;
             color: #25265e;
}

.container .container{
    padding:0 !important;
}
.site-main,.storefront-sorting {
    margin-bottom: 0 !important;
}
.products-list  .widget {
    margin-bottom: 30px;
}
.products-list .widget.woocommerce li .count {
    position: absolute;
    top: 0;
    right: 0;
}

.widget_price_filter .price_slider_amount {
    position: relative;
    padding-bottom: 90px;
}

.widget_price_filter .price_slider_amount .button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #fff;
}

@media screen and (max-width: 767.98px) {
  .products-list .filter_sec {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    padding: 25px;
    top: 0;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 100vh;
    overflow: auto;
    left: -130%;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .products-list .filter_sec.open {
    left: 0;
  }
}
.products-list .filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.products-list .filters h4 {
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.products-list .filters a {
  font-size: 14px;
  color: #be1d22;
  font-weight: 500;
}

.mob-filter {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mob-filter img {
  width: 20px;
  margin-right: 5px;
}

.filter-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
.filter-drop h4 {
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.filter-drop a {
  font-size: 14px;
  color: #be1d22;
  font-weight: 500;
}

.common-list label {
  position: relative;
  font-weight: 400;
  cursor: pointer;
}
.common-list ul {
  padding: 0;
}
.common-list ul li {
  display: none;
  margin-bottom: 10px;
}
.common-list ul li:nth-child(1), .common-list ul li:nth-child(2), .common-list ul li:nth-child(3), .common-list ul li:nth-child(4), .common-list ul li:nth-child(5) {
  display: block;
}
.common-list ul.show li {
  display: block;
}
.common-list ul.show .more-filter {
  display: none;
}
.common-list .more-filter {
  color: #be1d22;
  text-decoration: underline;
}

input.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background: white;
  border: 1px solid #000;
  border-radius: 3px;
}
@media screen and (max-width: 1199.98px) {
  input.styled-checkbox + label:before {
    margin-top: 1px;
  }
}

input.styled-checkbox:checked + label:after {
  position: absolute;
  content: "";
  left: 6px;
  top: 6px;
  width: 4px;
  height: 8px;
  border-bottom: 1px solid #be1d22;
  border-right: 1px solid #be1d22;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 1199.98px) {
  input.styled-checkbox:checked + label:after {
    top: 4px;
  }
}

li {
  list-style: none;
}

.price-range-slider {
  width: 100%;
  padding: 0;
}
.price-range-slider .range-value {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-range-slider .range-value input {
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: initial;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 20px 0 20px 0;
  border: 1px solid #C1C9D3;
  border-radius: 5px;
  width: 45%;
}
.price-range-slider .range-value input:focus {
  outline: none;
}
.price-range-slider .range-bar {
  border: none;
  background: #c5c5c5;
  height: 3px;
  width: 94%;
  margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
  background: #be1d22;
  border: 2px solid #be1d22;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 2px solid #be1d22;
  height: 15px;
  width: 15px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #be1d22;
  height: 15px;
  width: 15px;
  top: -7px;
  cursor: pointer;
  background: #fff;
}
.price-range-slider span:focus {
  outline: none;
}
.price-range-slider .ui-slider-horizontal .ui-slider-range {
  top: -1px;
  /* height: 1px; */
}

.new-arival-wrap {
  margin: 0 10px;
}


.filter_sec ul{
    padding-left:0;
}
.filter_sec .widget .widget-title {
    padding-top: 15px;
    padding-bottom: 5px;
    color: #bf262b;
    font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .new-arival-wrap {
    margin: 0;
  }
}
.new-arival-wrap .arrival-box figure {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 1599.98px) {
  .new-arival-wrap .arrival-box figure {
    height: 350px;
  }
}
@media screen and (max-width: 1199.98px) {
  .new-arival-wrap .arrival-box figure {
    height: 260px;
  }
}
@media screen and (max-width: 575.98px) {
  .new-arival-wrap .arrival-box figure {
    height: 250px;
    margin-bottom: 10px;
  }
}
.new-arival-wrap .arrival-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.new-arival-wrap .arrival-box figure .avail-sizes {
  position: absolute;
  bottom: 0px;
  width: 90%;
  left: 5%;
  background: #FFFFFF;
  padding: 8px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1199.98px) {
  .new-arival-wrap .arrival-box figure .avail-sizes {
    opacity: 1;
    visibility: visible;
    bottom: 5px;
    font-size: 10px;
  }
}
.new-arival-wrap .arrival-box figure .avail-sizes span {
  color: #000;
}
.new-arival-wrap .arrival-box figure .avail-sizes .size {
  color: #777777;
}
.new-arival-wrap .arrival-box h5 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
@media screen and (max-width: 767.98px) {
  .new-arival-wrap .arrival-box h5 {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.new-arival-wrap .arrival-box h6 {
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  .new-arival-wrap .arrival-box h6 {
    font-size: 12px;
  }
}
.new-arival-wrap .arrival-box:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (min-width: 1200px) {
  .new-arival-wrap .arrival-box:hover figure .avail-sizes {
    opacity: 1;
    visibility: visible;
    bottom: 10px;
  }
}


.cart_list .blockUI.blockOverlay{
        z-index: 0 !important;
    opacity: 0 !important;
        cursor: pointer !important;
}