

/* Start:/local/templates/pastuh/css/baskets.css?17079082685294*/
.baskets__inner{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}
.baskets__product-header{
  display: flex;
  border-bottom: 1px #e3e7f0 solid;
}
.baskets__product-header-item{
  opacity: .5;
  padding: 0 16px 10px;
}
.baskets__product{
  max-width: 800px;
}
.baskets__product-header-item:first-child{
  max-width: 150px;
  width: 100%;
}
.baskets__product-header-item:nth-child(2){
  max-width: 300px;
  width: 100%;
}
.baskets__product-header-item:nth-child(3){
  max-width: 125px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.baskets__product-header-item:nth-child(4){
  max-width: 125px;
  width: 100%;
  justify-content: center;
  display: flex;
}
.baskets__product-header-item-last{
  font-weight: 500 !important;
  color: black !important;
}
.baskets__product-header-item:nth-child(5){
  max-width: 125px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  color: #35415b;
  font-weight: 700;
}
.baskets__product-content{
  border-bottom: 1px #e3e7f0 solid;
  display: flex;
  padding: 10px 0;
  color: #35415b;
  position: relative;
}
.baskets__product-content-item{
  opacity: 1;
}
.baskets__product-content-item:nth-child(2) a{
  font-family: "Open Sans",sans-serif;
  color: #ff5722;
  font-size: 16px;
  line-height: 30px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.baskets__product-content-item:hover:nth-child(2) a{
  color: #35415b;
  text-decoration: underline;
}
.baskets__product-content-item:nth-child(4) input{
  max-width: 72px;
  max-height: 48px;
  padding: 0 16px;
  color: #35415b;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.14);
}
.baskets__product-content-item:last-child{
  font-weight: 700;
}
.baskets__price{
  background-color: #f2f4f7;
  padding: 32px;
  display: flex;
  flex-direction: column;
  max-width: 372px;
  width: 100%;
  font-family: "Open Sans",sans-serif;
  height: 100%;
}
.baskets__price-almost{
  display: flex;
  justify-content: space-between;
  color: #35415b;
}
.baskets__price-result{
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  color: #35415b;
}
.baskets__price-button{
  font-family: "Open Sans",sans-serif;
  text-align: center;
  background-color: #43B630;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2);
  font-weight: 700;
  letter-spacing: 0em;
  padding: 13px;
  border-radius: 5px;
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.baskets__price-button:hover{
  background: #333333;
}
.baskets__product-remove{
  position: absolute;
  top: 0;
  left: -20px;
  padding: 10px;
  opacity: .5;
  font-size: 27px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.baskets__product-remove:hover{
  opacity: 1;
}
.baskets__price-update{
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 15px 30px;
    background: #ffffff;
    color: #25282b;
    border-color: transparent;
    box-shadow: 0 0.15em 0.3em rgba(0,0,0,0.2);
    max-width: max-content;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-bottom: 40px;
}
.baskets__price-update:hover{
  background: #0f131f;
  color: white;
}
.baskets__empty{
  padding: 20px;
  color: #35415b;
  background-color: rgba(100,108,253,0.15);
  margin-bottom: 40px;
}


@media(max-width:1100px){
  .baskets__inner{
    flex-direction: column;
    gap: 20px;
    
  }
  .baskets__price{
    max-width: inherit;
    width: 100%;
  }
  .baskets__product{
    max-width: inherit;
  }
  .baskets__product-content {
    justify-content: space-between;
  }
  .baskets__product-header {
    justify-content: space-between;
  } 
  .baskets__product-content-item:nth-child(2) a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media(max-width:750px){
  .baskets__product-header-item:nth-child(3) {
    display: none;
  }
  .baskets__price-button:hover{
    background: rgba(34,108,199,0.90);
  }
  .baskets__price-button:active{
    background: #333333;
  }
  .baskets__price-update:hover{
    background: #ffffff;
    color: #25282b;
  }
  .baskets__price-update:active{
    background: #0f131f;
    color: white;
  }

}
@media(max-width:620px){
  .baskets__product-header {
    display: none;
}
.baskets__product-content {
  flex-wrap: wrap;
}

.baskets__product-content:first-child{
  border-top: 1px #e3e7f0 solid;
}
.baskets__product-content {
  justify-content: flex-start;
  align-items: center;
}
.baskets__product-header-item:nth-child(4) {
  height: 48px;
}
.baskets__product-remove {
  right: 0;
  left: auto;
}
.baskets__product-content-item{
  flex-basis: 50%;  
}
.baskets__product-header-item:nth-child(5) {
  justify-content: flex-start;
}
}
@media(max-width:400px){
  .baskets__product-content-item:nth-child(2) a {
    font-size: 11px;
    line-height: 18px;
}
.baskets__product-header-item:first-child {
  max-width: 125px;
  width: 100%;
}
}



/* End */
/* /local/templates/pastuh/css/baskets.css?17079082685294 */
