.toggle {
  margin: 0px;
  position: relative;
  cursor: pointer;
}
.toggle input[type="checkbox"] {
  opacity: 0;
  position:absolute;
}

.filter-box__mobile{
  display: none;
}


ul.pagination li.active{
      color: #ffffff;
    text-decoration: none;
    background: #ef1515;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    text-align: center;
    line-height: 42px;
    display: block;
    font-size: 24px;
}

.toggle label {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  height: 23px;
  position: relative;
  width: 40px;
  display: block;
}
.toggle input:checked ~ label {
  background-color: #566772;
  border: 1px solid #566772;
  /*box-shadow: 0 0 15px rgba(255, 255, 255, 0.25) inset;*/
}
.toggle .toggle-handle {
    background-color: #7d8a92;
    border: 1px solid rgb(241 241 241);
    border-radius: 100px 100px 100px 100px;
    height: 16px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.1s ease-in-out 0s, border 0.1s ease-in-out 0s;
    transition: transform 0.1s ease-in-out 0s, border 0.1s ease-in-out 0s;
    width: 16px;
    z-index: 2;
    pointer-events: none;
    top: 3px;
    left: 5px;
}
.toggle input:checked + .toggle-handle {
    border-color: #677680;
    border:none;
    top:4px;
    -webkit-transform: translate3d(14px, 0px, 0px);
    transform: translate3d(14px, 0px, 0px);
    background:#fff;
    left: 7px;
}

.price-tax{
  font-size: 12px;
}

.toggle label:after {
    color: #777777;

    font-weight: bold;
    line-height: 23px;
    position: absolute;
    right: 10px;
    text-shadow: 0 1px #FFFFFF;
    text-transform: uppercase;
}
.toggle input:checked ~ label:after {
    color: #FFFFFF;

    left: 8px;
    right: auto;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}

.filter-box{
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  box-shadow: 0 0 15px #00000012;
  background: white;
  align-items: center;
  justify-content: space-between;
  color:#55646e;
  margin-top: 35px;
}

.filter-block__icon {
  width: 16px;
  margin-right: 20px;
}

.filter-block__icon img{
  width:100%;
  height: auto;
  margin-top: 5px;
}

.filter-block__title{
  color:#7d8a92;
  font-size:16px;
  font-weight: bold;
}

.filter-block{
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-right: 50px;
}

.filter-box__left{
  display: flex;
  flex-wrap: wrap;
}

.filter-box__left .filter-block__element:last-child{
  border:none;
}

.filter-block__item{
      color: #566772;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
    padding-left: 15px;
}

.filter-block__item::after{
  content: '';
  width:16px;
  height: 16px;
  background:url(../img/arrow-down-filter.svg);
  background-size:100%;
  position: absolute;
  right: 7px;
  top: 2px;
}

.filter-block__element{
      border-right: 1px solid #f5f5f5;
    height: 50px;
    display: flex;
    align-items: center;
}

.filter-view__icon{
  width:24px;
  height: 24px;
  opacity: .5;
}

.active .filter-view__icon{
  opacity: 1;
}

.filter-grid{
  color:#566772;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;    
}

.filter-box__right{
  display: flex;
  flex-wrap: wrap;
  flex:0 0 475px;
  justify-content: flex-end;
}

.filter-list{
  color:#566772;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 16px;
}


.filter-block__view{
  display: flex;
  justify-content: space-between;
  flex:0 0 160px;
  border-right: 0;
  padding:0 15px;
}

.toggle-title{
  margin:0 15px;
  font-size:16px;
}

.breadcrumb__item{
  position: relative;
}



.breadcrumb__item::after{
  background: url(../img/arrow-right-breadcrumb.svg);
  width:16px;
  height: 16px;
  content: '';
  display: block;
  position: absolute;
  background-size: 100%;
  transform: rotate(-90deg);
  right: -21px;
  top: 1px;
  opacity: .4
}

.breadcrumb__list .breadcrumb__item:last-child::after{
  display: none;
}

.breadcrumb__link{
  color:#3f3f3f;
  font-size:16px;
  text-decoration: none;
}

.breadcrumb__item span {
    font-size: 16px;
    color: #7d8a9275;
    font-weight: bold;
}


.product-item__price span{
  font-size: 14px;
  color: #8f8f8f;
}

.breadcrumb__list{
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
  list-style: none;
  padding:0;
  margin:0;
  align-items: center;
}

.category h1{
  color: #566772;
  margin: 5px 0 0;
}

.breadcrumb{
  margin-top: 35px;
}

.catalog-products{
    display: flex;
    flex-wrap: wrap;
    column-gap: 22.5px;
    margin-top: 35px;
}

.catalog-products.list-view{
  flex-direction: column;
  row-gap: 15px;
}
.catalog-products.list-view .product-item{
  width: calc(100% - 20px);
      align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    padding:0 20px 0 0;
    margin: 0;
}

.catalog-products.list-view .product-item__name {
    display: block;
    line-height: 21px;
    font-size: 19px;
    text-decoration: none;
    color: #2d323d;
    
    font-weight: 600;
    min-height: auto;
    margin: 0;
    width: 50%;
}

.catalog-products .product-item__name{
  min-height: auto;
}

.catalog-products .product-item__stock-status {
      display: flex
;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: flex-start;
    flex: 0 0 auto;
    padding: 5px 10px;
    background: #0080001f;
    border-radius: 5px;
}

.catalog-products .product-item__stock-status.no{
  background: #ff000014;
}

.catalog-prdocuts .product-item__stock-one{
  width: auto;
}


.catalog-products.list-view .product-item__stock {
    margin: 0;
    width: 200px;
    display: flex;
    justify-content: flex-end;
}

.catalog-products.list-view .product-item__image figure{
  width: 70px;
  height: 70px;
  padding:10px;
}

.catalog-products.list-view .product-item__brand{
  width: 180px;
}

.catalog-products.list-view .product-item__image figure img {
    width: 70px;
}

.catalog-products.list-view  .product-item__image{
  flex: 0 0 90px;
  width: 90px;
}

.catalog-products.list-view .product-item__like{
  display: none;
}

.catalog-products.list-view .product-item:hover{
      border: 1px solid #ccc;
    box-shadow: none;
    transform: scale(1);
}

.catalog-products.list-view .product-item__buy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 220px;
}


@media(max-width: 1820px){
  .catalog-products{
    column-gap:44px;
  }

  .catalog-products .product-item__image img{
    width:100%;
  }

  .navigation-links__list{
    column-gap: 25px;
  }

  .filter-block{
    display: none;
  }

  .filter-variants{
    padding-left: 20px;
  }
  .catalog-search-items {
    display: flex
;
    flex-wrap: wrap;
    column-gap: 33px;
    width: 70%;
}

  .catalog-search-item__title{
        position: absolute;
        left: 0;
        top: -17px;
        background: black;
        border-radius: 5px;
        color: white;
        padding: 5px 10px;
        font-weight: 600;
        font-size: 12px;
        border-top-left-radius: 5px;
  }

 .catalog-search-item {
    display: flex;
    position: relative;
    border-radius: 6px;
    background: #f1f1f1;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

    .catalog-search-item {
        width: 517px;
    }

.catalog-search-item.catalog-search-item--short{
  width: 300px;
}

   .catalog-search-item.catalog-search-item--long  .catalog-search-item__input {
        width: 82px;
        flex: 0 0 120px;
        position: relative;
        height: 29px;
        margin: 0 10px;
    }
  

  .navigation-left {
        flex: 0 0 66%;
        justify-content: flex-end;
    }
  .navigation-email__link:last-child{
    display: none;
  }

}


@media(max-width: 1520px){
  .catalog-products{
    column-gap:24px;
  }

      .catalog-search-items {
        display: flex;
        flex-wrap: wrap;
        column-gap: 33px;
        width: 75%;
    }

    .catalog-search-item {
        width: 537px;
    }
}


@media(max-width: 1320px){
  .product-item--grid-view {
    width: 220px;
  }

  .product-item--grid-view .product-item__name{
    font-size: 16px;
  }

  .product-item__manufacturer{
    font-size: 16px;
  }

  .product-item__country--icon{
    width: 22px;
  }

  .product-item__country-name{
    font-size: 16px;
  }

  .product-item__attribute{
    font-weight: 500;
    font-size:12px;
  }

  .product-item__stock-country{
    font-size:11px;
  }

  .product-item__stock-status-icon{
    width:16px;
  }

  .product-item__stock-status-icon--cancel{
    width:14px;
  }

  .product-item__cart {
    flex: 0 0 128px;
  }

  .product-item__stock-status-value{
    font-size:12px;
  }

  .product-item__add-to-cart{
    font-weight: 500;
    font-size:14px;
  }

  .product-item__stock-status{
    flex: 0 0 130px;
  }

  .product-item__add-to-cart-icon {
    width: 18px;
    height: 18px;
    left: 13px;
    top: 14px;
  }
  .product-item__add-to-cart{
    padding-right: 12px;
  }

  .navigation-phone__link--footer .navigation-phone__country{
    display: none;
  }

  .navigation-phone__link--footer {
    width: 150px;
    flex: 0 0 220px;
    justify-content: space-between;
  }

  footer .logo {
    text-decoration: none;
    font-size: 20px;
    color: #8d8d8d;
    font-weight: 600;
  }

  footer .navigation-links__link {
    line-height: 38px;
    font-size: 14px;
  }

      .catalog-search-item {
        width: 450px;
    }

        .catalog-search-item.catalog-search-item--long .catalog-search-item__input {
        width: 82px;
        flex: 0 0 98px;
        position: relative;
        height: 29px;
        margin: 0 10px;
    }

        .catalog-search-item.catalog-search-item--short {
        width: 260px;
    }

        .catalog-search-items {
        display: flex
;
        flex-wrap: wrap;
        column-gap: 33px;
        width: 72%;
    }
}

@media(max-width: 1220px){
  .filter-block__title{
    display: none;
  }

  .filter-block{
    margin-right: 0;
  }

  .catalog-products {
    column-gap: 44px;
  }

  .product-item--grid-view {
    width: 250px;
  }

  .footer-inner{
    flex-direction: column;
  }

  .footer-inner__contacts{
    flex-direction: column;
    margin-top: 15px;
  }

  footer .logo {
    text-decoration: none;
    font-size: 26px;
  }

  footer .navigation-links{
    margin-top:25px;
  }

  footer .navigation-email{
    margin-bottom: 15px;
  }

  .footer-navigation-phones{
        display: flex;
    column-gap: 30px;
    margin: 5px 0;
  }

      .catalog-search-items {
        display: flex
;
        flex-wrap: wrap;
        column-gap: 33px;
        width: 100%;
    }

        .catalog-search-item.catalog-search-item--short {
        width: 300px;
    }

        .catalog-search-item {
        width: 560px;
    }

    .catalog-search-item.catalog-search-item--long .catalog-search-item__input {
        width: 82px;
        flex: 0 0 134px;
        position: relative;
        height: 29px;
        margin: 0 10px;
    }
}

@media (max-width: 1040px){
  .product-item--grid-view {
    width: 40.5%;
  }

  .filter-box{
    display: none;
  }

   
}


@media(max-width: 768px){
  .breadcrumb__item {
      position: relative;
    margin-bottom: 8px;
  }
  .category h1{
    font-size: 22px;
  }

  .catalog-products{
    margin-top: 0;
  }

  .filter-box__mobile{
    margin: 30px 0 15px;
  }

  .filter-box__mobilebutton {
    flex: 0 0 275px;
    color: #3f3f3f;
    font-weight: 500;
    background: #ffed26;
    height: 50px;
    line-height: 50px;
  }

  .filter-box__mobilebutton::before{
    top:15px;
  }

  .filter-block__view{
    display: none;
  }

  .filter-box__mobilebutton::before{
 
    background: url(../img/filter-black.svg);
    background-size: 100%;

  }

  .catalog-products .product-item__image img {
    width: 200px;
  }

  .product-item--grid-view{
    width: 100%;
  }

  .product-item__image{
    text-align: center;
  }

  .product-item__attributes{
    display: none;
  }

  .navigation-links__list {
    column-gap: 25px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  footer .navigation-links__link {
    line-height: 28px;
    font-size: 14px;
  }

  .footer-navigation-phones {
    display: block;
    column-gap: 30px;
    margin: 15px 0;
  }

  .footer-inner__copyright{
    margin-bottom: 5px;
    padding-top: 2px;
  }

  .footer-inner__bottom-inner{
    display: block;
    text-align: center;
    padding: 15px 0;
  }

}

.product-item__image figure{
  width: 280px;
  margin:0;
  padding:0;
  display: block;
  height: 280px;
}

.product-item__image figure img{
  width: 100%;
}

.product-item__buy .product-item__add-to-cart {
    background: #ef1515;
    color: #fff;
    font-weight: 600;
}

.catalog-products__item.product-item:hover .product-item__add-to-cart{
      background: #dd1313;
    color: #fff;
}

.product-item:hover {
    border: 1px solid #ffffff;
    box-shadow: 0 0 20px #0000001a;
    transform: scale(1.015);
}

.js-add-to-cart img{
  display: none;
}

.product-item__add-to-cart.js-cart-loading{
  padding:0;
}

.js-cart-loading img{
  display: block;
  margin:0 auto;
  padding-top: 17px;
}

.js-cart-loading i{
  display: none;
}
.js-cart-loading span{
  display: none;
}

.filter-variants{
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.filter-values{
  display: none;
}


.filter-item {
  position: relative;
}

.filter-values.open{
  display: block;
  width:400px;
  background: white;
  position: absolute;
  top:50px;
  left: 0;
  border-radius: 6px;
  z-index: 100;
  box-shadow: 1px 9px 11px 7px #0000000f;
  max-height: 396px;
    overflow-y: auto;
    overflow-x: hidden;
}

.filter-item a{
  text-decoration: none;
  color:#434b51;
  font-weight: 600;
  display: block;
  font-size: 16px;
  padding:0 20px 0 0;
}

.filter-item > a:after{
  content:'';
  background: url(../img/arrow-down.svg);
    background-size: 100%;
   width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: -10px;
    top: 1px;
}

.filter-value a{
  display: block;
  padding:12px;
  border-bottom:1px solid #f1f1f1;
  font-size:16px;
  color:#434b51;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: relative;
}

.filter-value a:hover{
  background: #f1f1f1;
}

.filter-values::-webkit-scrollbar {
  width: 6px;
  background: #efefef;
  border-radius: 50px;
  margin-right: 5px;
}

.filter-values::-webkit-scrollbar-track {
  box-shadow: none;
}

.filter-values::-webkit-scrollbar-thumb {
  background-color: #ef1515;
    outline: none;
    border-radius: 50px;
}


.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin: 50px 0 20px;
}


.pagination li{
  list-style: none;
}

.pagination li a{
    color: #333;
    text-decoration: none;
    background: #f1f1f1;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    text-align: center;
    line-height: 42px;
    display: block;
    font-size: 24px;
}

.pagination li.disabled span{
  color: #333;
    text-decoration: none;
    background: #fafafa;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    text-align: center;
    line-height: 31px;
    display: block;
    font-size: 24px;
}


.pagination li.active a{
    color: #fff;
    text-decoration: none;
    background: #dd1313;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    text-align: center;
    line-height: 42px;
    display: block;
    font-size: 24px;
}

.product-item__manufacturer{
  margin:0;
}

.product-item__buy .product-item__cart {
    flex: 0 0 50px;
}

.product-item__stock-one {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: auto;
}
.product-item-brand-stock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0px;
}

.product-item__stock-status-value--cancel{
  color:#555;
}


.filter-value.active a:after{
    content: "";
    width: 32px;
    height: 32px;
    background: url(/assets/img/checkfilter.svg);
    background-size: 100%;
    position: absolute;
    right: 6px;
    top: 6px;
}

.filter-value.active a{
  color: #ef1515;
  background: #fafafa;
}


.product-item__stock{
  margin: 0;
}

.product-item-brand-stock{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.selected-filters-exists{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
  margin: 20px 0;
}


.sfe-one a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  border-radius: 8px;
  padding:5px 10px;
  background: #fff;
  color:#222;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: all .3s ease-in-out;
}

.sfe-one a:hover {
    background: #cc2323;
    border: 1px solid #cc2323;
    color: white;
}

.sfe-close svg{
  width: 16px;
}

.sfe-name{
  font-size: 14px;
    font-weight: 600;
}

.sfe-value{

  margin:0 10px 0 5px;
}

.sfe-first{
  font-size: 16px;
  font-weight: 500;
}

.not-found{
  margin:30px 0;
  font-size: 20px;
  color:#444;
}

.product-item--list-view .pps-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 30px;
}

@media(max-width: 1220px){
  .product-item--list-view .product-item-brand-stock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 35%;
    }

    .product-item--list-view .pps-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
    font-size: 14px;
    margin-bottom: -10px;
    margin-right: 30px;
}

.product-item--list-view .product-stock .stock{
  font-size: 14px;
  padding-left: 20px;
}

.product-item--list-view .product-stock .stock:before {

    width: 14px;
    height: 14px;

    left: 0;
    top: 0px;
}


.product-item--list-view .catalog-products .product-item__cart {
    flex: 0 0 46px;
}


    .filter-box {
        display: none;
    }

    .filter-box__mobile {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      margin: 30px 0;
  }

  .filter-box__mobilebutton{
    display: block;
    flex: 0 0 220px;
    border-radius: 4px;
    background: #566772;
    color: white;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-decoration: none;
    text-align: right;
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;

  }

  .filter-box__mobilebutton::before{
    content: '';
    position: absolute;
       left: 15px;
    top: 9px;
    background: url(../img/filter-white.svg);
    background-size: 100%;
    display: block;
       width: 20px;
    height: 20px;
  }

      .product-item__add-to-cart-icon {
        width: 18px;
        height: 18px;
        left: 16px;
        top: 14px;
    }

  .filter-block__view{flex:0 0 200px;}

}

@media(max-width: 1320px){
  .catalog-products.list-view .product-item__name{
    width: 30%;
  }
}


@media(max-width: 900px){
  .catalog-products.list-view .product-item__name {
    display: block;
    line-height: 21px;
    font-size: 19px;
    text-decoration: none;
    color: #2d323d;
    font-weight: 600;
    min-height: auto;
    margin: 0;
    width: 35%;
}

    .product-item--list-view .product-item-brand-stock {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 40%;
    }


}


@media(max-width: 768px){
        .product-item--list-view .product-item-brand-stock {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: -14px auto 20px;
        flex-direction: row;
    }

    .catalog-products.list-view .product-item__name {
        display: block;
        line-height: 21px;
        font-size: 19px;
        text-decoration: none;
        color: #2d323d;
        font-weight: 600;
        min-height: auto;
        margin: 0;
        width: 82%;
    }

    .catalog-products.list-view .product-item__buy {
    display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      align-items: center;
      width: 220px;
  }

  .product-item--list-view .pps-flex{
    font-size: 16px;
    margin-right: 0;
    margin-left: 16px;
  }

    .product-item--list-view   .product-item__add-to-cart {
        padding-right: 0;
    }
      .product-item--list-view   .product-item__add-to-cart-icon {
        width: 24px;
        height: 24px;
        left: 13px;
    }
}

@media(max-width: 600px){
      .catalog-products.list-view .product-item__name {
        display: block;
        line-height: 21px;
        font-size: 19px;
        text-decoration: none;
        color: #2d323d;
        font-weight: 600;
        min-height: auto;
        margin: 0;
        width: 75%;
    }

        .catalog-products.list-view .product-item__buy {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        align-items: center;
        width: 140px;
    }
}

@media(max-width: 500px){
      .product-item--list-view .pps-flex {
        font-size: 16px;
        margin-right: 0;
        margin-left: 16px;
        flex-direction: row;
        width: 100%;
    }

    .product-item--list-view .ps-title{
      width:200px;
    }

        .catalog-products  .product-item--list-view   .product-item__cart {
        flex: 0 0 48px;
        width: 48px;
        margin-top: 0px;
    }

        .product-item--list-view .product-item__add-to-cart-icon {
        width: 24px;
        height: 24px;
        left: 0;
    }
    
        .catalog-products.list-view .product-item__buy {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        width: 30%;
        margin-left: 15px;
    }

       .catalog-products.list-view .pps-flex .product-stock {
        margin-top: 0;
        width: 100%;
    }

    .catalog-products.list-view .product-item__name{
      width: calc(100% - 100px);
    }
}

@media(max-width: 420px){
      .product-item--list-view .ps-title {
        width: 250px;
    }
}



