.heading {
  font-size: 32px;
  font-weight: 400;
  font-family: 'HankenGrotesk';
  padding-bottom: 48px;
  color: #000;
}

.products {
  font-family: 'Lato';
}

.products a {
  text-decoration: none;
}

.card-height {
  max-height: 362px !important;
  height: 100%;
  margin-bottom: 32px;
}

.bg-color-product {
  background: #F5F5F5;
  box-shadow: 2px 2px 8px #DCDCDC;
  max-height: 300px;
  height: 100%;
  overflow: hidden;
}

/* .product_cos {
  width: 250px;
} */

.bg-color-product:hover .card-img img {
  transform: scale(1.1);
}

.percent {
  background: #E8EFFF;
  font-size: 12px;
  z-index: 1;
  top: 0;
  left: 0;
}

.card-img {
  height: 252px;
  display: flex;
  align-items: center;
  max-width: 100vw;
}

.card-img img {
  margin: auto;
  display: block;
  width: 100%;
  object-fit: contain;
  height: 100%;
  animation-duration: 10s;
  -webkit-transition: 1s ease-in;
  transform: scale(1);
  overflow: hidden;
}


.cart-card {
  position: absolute;
  top: 34%;
  right: -15%;
  transition: right 0.3s ease-in-out;
}

.card-height:hover .cart-card {
  right: 4%;
}

.cart-card button {
  background-color: white;
  padding: 0 5px 2px;
  border-radius: 50% !important;
  border: none;
}

.card-content .price {
  color: #1F3D7A;
  font-weight: 500;
}

.card-content p:first-child {
  color: black;
}

.card-content{
  width: 260px ;
}

.view-btn {
  width: unset !important;
  margin: auto;
  background-color: #1F3D7A;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: white;
}

.view-btn:hover {
  background-color: transparent;
  color: #1F3D7A;
  border: 1px solid #1F3D7A;
}

.overflow-hidden {
  height: 100vh;
}

.filter .select-dropdown button {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;
  padding: 17px 16px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  position: relative;
}

.filter .select-dropdown button p {
  color: #949494;
}

.filter .select-dropdown button i {
  position: absolute;
  right: 20px;
}

.filter .select-dropdown__list {
  width: 100%;
  top: auto;
}

.filter .select-dropdown__list-item {
  padding: 12px 16px;
  border-top: none;
}

.filter-txt {
  font-size: 16px;
  font-family: 'HankenGrotesk';
  font-weight: 500;
}

.total-products {
  font-size: 12px;
  font-family: 'Lato';
  font-weight: 400;
  color: #949494;
}

.filter-wrap {
  border-bottom: 1px solid #E5E5E5;
}

.filter-item .accordion-item {
  border: none;
}

.filter-item .accordion-item {
  border-bottom: 1px solid #E5E5E5;
}

.filter-item .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-size: 20px;
  font-family: 'HankenGrotesk';
  font-weight: 400;
  color: #000;
  padding-left: 0;
}

.filter-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  font-size: 20px;
  font-family: 'HankenGrotesk';
  font-weight: 400;
  color: #000;
}

.filter-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/svg/acc-arrow.svg) !important;
  background-size: 0.75rem !important;
  position: absolute;
  right: 30px;
  top: 15px;
}

.filter-item .accordion-button:after {
  background-image: url(../images/svg/acc-arrow.svg) !important;
  background-size: 0.75rem !important;
  position: absolute;
  right: 20px;
  top: 26px;
}

.filter-item .accordion-button:focus {
  box-shadow: none;
}

.filter-item .input-group-text {
  background-color: transparent;
  border-radius: none;
  padding: 17px 0;
  padding-left: 16px;
  border: 1px solid #B3B3B3;
}

.filter-item .form-control {
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 400;
  color: #949494;
  /* border-left: none; */
  border-left: 1px solid #B3B3B3;
  border-top: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3
}

.filter-item .form-control:focus {
  box-shadow: none;
}

.filter-item .form-check-input {
  width: 20px;
  height: 20px;

}

.filter-item .form-check-input:checked {
  background-color: #000;
  border: 1px solid #000;
}

.filter-item .form-check-input:focus {
  box-shadow: none;

}

.filter-item .form-check .form-check-label {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 400;
  color: #4D4D4D;
  cursor: pointer;
}

.showmore {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 600;
  color: #1F3D7A;
  padding-left: 40px !important;
}

.showless {
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 600;
  color: #1F3D7A;
  padding-left: 40px !important;
  padding-bottom: 20px !important;
}

.sizes label {
  padding: 8px 12px;
  border: 1px solid #949494;
  border-radius: 4px;
  text-align: center;
  background-color: transparent;
  margin: 6px 6px 6px 0;
  cursor: pointer;
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}

header p {
  margin-top: 5px;
  font-size: 16px;
}

.filter {
  width: 115%;
  max-height: 1190px;
  overflow-y: scroll;
  padding-right: 10px;
}

.srtby-value {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
}


 /* .grid-view-products {
    justify-content: space-evenly !important;
  } */

.checkmain-wrap input[type="radio"] {
  display: none;
}

#tab-1:checked~.sizes label:nth-child(1),
#tab-2:checked~.sizes label:nth-child(2),
#tab-3:checked~.sizes label:nth-child(3),
#tab-4:checked~.sizes label:nth-child(4),
#tab-5:checked~.sizes label:nth-child(5),
#tab-6:checked~.sizes label:nth-child(6),
#tab-7:checked~.sizes label:nth-child(7) {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

@media (max-width: 1024px) {
  .filter .select-dropdown button i {
    right: 8px;
  }
}

@media(min-width:1800px) and (max-width: 1980px) {
  .grid-view-products .grid-view-products-item{
    max-width: 30% !important;
  }
  .grid-view-products {
    justify-content: space-evenly !important;
  }
}

@media (min-width: 1192px) {
  .product_cos {
    width: 250px !important;
  }
}

@media(min-width:992px) and (max-width: 1192px) {
  .srtby-value {
    max-width: 74px;
  }

  .product_cos {
    width: 200px !important;
  }
  .card-content{
    width: 200px ;
  }
}

@media(min-width:768px) and (max-width: 991px) {
  .filter {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }

  .product_cos {
    width: 180px !important;
  }

  .card-content{
    width: 180px ;
  }
}

@media(min-width:600px) and (max-width: 767px) {
  .filter {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }

  .card-height .cart-card {
    right: 4%;
  }

  .product_cos {
    width: 180px !important;
  }

  .card-content{
    width: 160px ;
  }
}

@media(min-width:320px) and (max-width: 599px) {
  .filter {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }

  .card-height .cart-card {
    right: 4%;
  }

  .product_cos {
    width: 160px !important;
  }

  .card-content{
    width: 150px ;
  }

}

.double-slider-box {
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 10px;
  max-width: 20rem;
  font-family: 'Lato';
}

.range-slider {
  position: relative;
  width: 100%;
  height: 5px;
  margin: 30px 0;
  background-color: #8a8a8a;
}

.slider-track {
  height: 100%;
  position: absolute;
  background-color: #1F3D7A;
}

.range-slider input {
  position: absolute;
  width: 100%;
  background: none;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 3px solid #FFF;
  background: #FFF;
  pointer-events: auto;
  appearance: none;
  cursor: pointer;
  box-shadow: 0 .125rem .5625rem -0.125rem rgba(0, 0, 0, .25);
}

input[type="range"]::-moz-range-thumb {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 3px solid #FFF;
  background: #FFF;
  pointer-events: auto;
  -moz-appearance: none;
  cursor: pointer;
  box-shadow: 0 .125rem .5625rem -0.125rem rgba(0, 0, 0, .25);
}

.tooltip {
  padding: 0.25rem 0.5rem;
  border: 0;
  background: #373f50;
  color: #fff;
  font-size: .75rem;
  line-height: 1.2;
  border-radius: .25rem;
  bottom: 120%;
  display: block;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.input-box {
  display: flex;
  justify-content: space-between;
}

.min-box,
.max-box {
  width: 50%;
}

.min-box {
  padding-right: .5rem;
  margin-right: .5rem;
}

.input-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-addon {
  display: flex;
  align-items: center;
  padding: 0.625rem 0.1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  border-radius: .25rem;
}

.input-field {
  margin-left: -1px;
  padding: 0.425rem 0.75rem;
  font-size: 0.95rem;
  border-radius: .25rem;
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  font-weight: 700;
  min-width: 0;
  color: #1F3D7A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .25);
}

.input-field:focus {
  outline: none;
}

.input-box {
  display: flex;
}

.min-box,
.max-box {
  width: 50%;
}

.min-box {
  padding-right: .5rem;
  margin-right: .5rem;
}

.input-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;

}

.nice-select.form-control.custom-select-option.right.arrow-black {
  width: 110%;
}

.nice-select ul.list {
  margin-top: 9px;
  width: 100% !important;
}

.filter-price .noUi-connect {
  background: #1f3d7a;
}

.filter-price .noUi-handle:after {
  background: #1f3d7a;
}

.filter-price .noUi-handle {
  background: #1f3d7a48;
}

.noUi-touch-area {
  /* background: #1f3d7a; */
}

.accordion-collapse {
  width: 90%;
  margin-left: 10px;
}