@import url('./reset.css');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');
/*@import url('./more-btn.css');*/
* {
	font-family: 'Raleway', sans-serif;
	box-sizing: border-box;
	list-style-type: none;
  	font-variant-numeric: lining-nums;
}

.container-popup {
  max-width: 1040px;
  margin: 0 auto;
  }

.popup {
  display: none;
    position: fixed;
    width: 1040px;
    height: 720px;
    border-radius: 20px;
    box-shadow: 3px 3px 25px rgba(65, 55, 55, 0.2);
    margin-left: 0px;
	  margin-top: -2700px;
    background-color: #fff;
    overflow-y: scroll; 
    overflow-x: hidden;
    max-height: 720px;
}

.close-popup {
    padding-top: 40px;
    margin-left: 975px;
}

.close-popup svg {
  position: fixed;
  margin-top: -15px;
}

.basket_name-popup {
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    color: #DB4444;
    text-align: center;
    margin-top: -30px;
}

.products_card-popup{
  margin-left: 176px;
}

.product_card-popup {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}
.product_card-popup-wrapper img {
    width: 200px;
    height: 200px;
    filter: drop-shadow(1.14286px 1.14286px 15px rgba(65, 55, 55, 0.17));
    border-radius: 5.71429px;
}

.product_card-popup-header {
    margin-left: 50px;
    display: block;
}

.basket-popup {
    margin-top: -23px;
    margin-left: 400px;
}

.product_card-popup-title-one {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}


#product_card-popup-title-two {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-top: 15px;
}

.add-del-product {
    display: flex;
    column-gap: 10px;
    margin-top: 10px;

}

.del {
    margin-top: -2px;
    
}

.product_card-popup-price-one {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-top: 26px;
}

.product_card-popup-price-two, .total-price-popup {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #DB4444;
    margin-top: 30px;
}

.line {
    border: 1px solid #D2D2D2;
    width: 688px;
    margin-left: -250px;
    margin-top: 20px;
}

.order {
    display: flex;
    margin-top: 136px;
    margin-left: 176px;
    position: fixed;
    
  }
  
  
  .outer-rectangle {
    width: 458px;
    height: 135px;
    background-color: #DB4444;
    box-shadow: 3px 3px 25px rgba(65, 55, 55, 0.16);
    backdrop-filter: blur(6px);
    border-radius: 15px;
  }
  
  .btn_price p {
    margin-top: 20px;
    margin-left: 146px;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
  }
  
  .btn-to_order {
    width: 327px;
    height: 50px;
    margin-left: 66px;
    margin-top: 14px;
    padding-top: 14px;
    padding-left: 57px;
    border-radius: 10px;
    background-color: #FFFFFF;
  }
  
  .btn-to_order p {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    color: #DB4444;
  }
  
  .rectangle {
    width: 230px;
    height: 135px;
    background: #FFFFFF;
    box-shadow: 3px 3px 25px rgba(65, 55, 55, 0.16);
    backdrop-filter: blur(6px);
    border-radius: 15px;
    padding: 10px;
  }
  
  
  .wholesale p{
    margin-left: 62px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #DB4444;
  }
  
  .price-manager {
    column-gap: 10px;
    display: flex;
    margin-top: 15px;
    margin-left: 25px;
  }
  
  .price-manager p {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #DB4444;
    }
  
  .number-popup_btn {
    margin-top: 14px;
    margin-left: 62px;
  }

  .number-popup_btn a {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #DB4444;
  }

  .no_product_card-popup p{
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    color: #989898;
    margin-top: 230px;
    margin-left: 225px;
    
  }
  .no_product_card-popup {
    display: none;
  }
  
  .btn-no_product_card-popup button{
    width: 262px;
    height: 70px;
    background: #DB4444;
    border-radius: 10px;
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    color: #FFFFFF;
    

  }

  .btn-no_product_card-popup {
  display: none;
  margin-top: 60px;
  margin-left: 388px;
  }

  .close-popup svg:hover path {
    stroke: #DB4444;
  }

  .rectangle-mobile {
    display: none;
  }


  @media (max-width: 1040px) {



  
  .add-del-product {
      display: flex;
      column-gap: 6px;
      margin-top: 10px;
  
  }
  
  .add-del-product svg {
    width: 40px;
    height: 40px;
  }
  
  .del {
      margin-top: -2px;
      
  }
  
 
  
  .line {
      border: 1px solid #D2D2D2;
      width: 493px;
      margin-left: -210px;
      margin-top: 20px;
  }
  
  .order {
    margin-top: 259px;
    margin-left: 0px;
    position: fixed;
    
  }
  
  
  .outer-rectangle {
    width: 350px;
    height: 125px;
    background-color: #DB4444;
    box-shadow: 3px 3px 25px rgba(65, 55, 55, 0.16);
    backdrop-filter: blur(6px);
    border-radius: 15px;
  }
  
  .btn_price p {
    margin-top: 25px;
    margin-left: 108px;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    color: #FFFFFF;
  }
  
  .btn-to_order {
    width: 233px;
    height: 40px;
    margin-left: 66px;
    margin-top: 14px;
    padding-top: 10px;
    padding-left: 38px;
    border-radius: 10px;
    background-color: #FFFFFF;
  }
  
  .btn-to_order p {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #DB4444;
  }
  
  .rectangle {
    display: none;
  }
  .rectangle-mobile {
    display: block;
    width: 251px;
    height: 125px;
    background: #FFFFFF;
    box-shadow: 3px 3px 25px rgba(65, 55, 55, 0.16);
    backdrop-filter: blur(6px);
    border-radius: 15px;
    padding: 20px;
  }
  
  
  .wholesal-mobile p{
    margin-left: 83px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #DB4444;
  }
  
  .price-manager-mobile {
    column-gap: 8px;
    display: flex;
    margin-top: 14px;
    margin-left: 48px;
  }
  
  .price-manager-mobile p {
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #DB4444;
    }

    .call-svg-mobile svg {
      width: 20px;
      height: 20px;
    }
  
  .number-popup_btn-mobile {
    width: 147px;
    height: 26px;
    margin-top: 14px;
    margin-left: 52px;
    border: 1px solid #DB4444;
    border-radius: 7px;

  }

  .number-popup_btn-mobile a {
    padding-top: 6px;
    padding-left: 22px;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #DB4444;
  }

  .no_product_card-popup p{
    font-weight: 500;
    font-size: 24px;
    line-height: 23px;
    color: #989898;
    margin-top: 233px;
    margin-left: 110px;
    
  }
  .no_product_card-popup {
    display: none;
  }
  
  .btn-no_product_card-popup button{
    width: 181px;
    height: 49px;
    background: #DB4444;
    border-radius: 10px;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    

  }

  .btn-no_product_card-popup {
  display: none;
  margin-top: 30px;
  margin-left: 208px;
  }
  }
  


  @media (max-width: 599px) {

  
 
  
  
  
  
  .add-del-product {
      display: flex;
      column-gap: 6px;
      margin-top: 10px;
  
  }

    
  .add-del-product svg {
    width: 37px;
    height: 37px;
  }
  
  .del {
      margin-top: -2px;
      
  }
  
  .product_card-popup-price-one {
      font-weight: 400;
      font-size: 13px;
      line-height: 15px;
      margin-top: 16px;
  }
  
  .product_card-popup-price-two, .total-price-popup {
      font-weight: 600;
      font-size: 15px;
      line-height: 18px;
      color: #DB4444;
      margin-top: 15px;
  }
  
  .line {
      border: 1px solid #D2D2D2;
      width: 300px;
      margin-left: -150px;
      margin-top: 20px;
  }
  
  .order {
      margin-top: 280px;
      margin-left: 0px;
      position: fixed;
      flex-direction: column;
      
    }
    
    
    .outer-rectangle {
      width: 350px;
      height: 125px;
      background-color: #DB4444;
      box-shadow: 3px 3px 25px rgba(65, 55, 55, 0.16);
      backdrop-filter: blur(6px);
      border-radius: 15px;
    }
    
    .btn_price p {
      margin-top: 25px;
      margin-left: 108px;
      font-style: normal;
      font-weight: 500;
      font-size: 17px;
      line-height: 20px;
      color: #FFFFFF;
    }
    
    .btn-to_order {
      width: 233px;
      height: 40px;
      margin-left: 66px;
      margin-top: 14px;
      padding-top: 10px;
      padding-left: 38px;
      border-radius: 10px;
      background-color: #FFFFFF;
    }
    
    .btn-to_order p {
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      color: #DB4444;
    }
    
   
  }
  