@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
#cart__popup{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:0;
    transition: opacity 1s;
  }
  #cart__popup.open{
    opacity:1;
  }
  #cart__popup::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #eee;
    z-index: 9998;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0.9;
    transition: 1s all;
  }
  #cart__popup > .container__popup{
    width:800px;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 36px;
    min-height:381px;
    background: #fff;
    z-index: 9999;
    top:30%;
    position: fixed;
    top: 130px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 540px;
  }
  .header_popup {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 35px;
  }
  .cart_popup_title,.cart_popup_clear{
    width:50%;
  }
  .cart_popup_title{
    display: flex;
    justify-content: flex-start;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #282A3A;
  }

  .cart_popup_clear{
    display: flex;
    justify-content: flex-end;
  }
  
  .header_product_popup{
    display: flex;
    flex-direction: row;
    padding: 15px 0px;
    height:45px;
    border-top: 1px solid #E6E6EB;
    border-bottom: 1px solid #E6E6EB;
  }
  .prod_popup_head_name{
    padding-left: 30px;
  }
  .header_product_popup >  .head_popup{
    flex:1;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #282A3A;
  }
  /* .header_product_popup > .prod_popup_head_name{
        flex: 1 29%;
  } */
  .header_product_popup{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #282A3A;

  }
  .product_row_description_popup{
    width: 100%;
    display:flex;
    align-items: center;
  }
  .product_cart_popup_img{
    width:80px;
    height:80px
  }
  .product_row_popup{
    /* flex:1; */
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #282A3A;
  }

  .product_cart_popup{
    display: flex;
    flex-direction: row;
    height: 85px;
    align-items: center;
    border-bottom: 1px solid #eee;
    justify-content: space-around;
  }
  .product_cart_info{
    padding:12px 40px;
  }
  .product_cart_info > .product_cart_sku{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    color: #C7C7C7;
    padding-bottom: 10px;
  }
  .product_cart_info > .product_cart_name{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #282A3A;
    text-decoration: none;
  }
  .product_cart_qnt{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .input_cart_popup{
    width:30px;
  }
  .plus_cart_popup, .minus_cart_popup{
    width:16px;
    height:16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .input_cart_popup input{
    width: 100%;
    outline: none;
    border: none;
    text-align: center;
  }
  .product_cart_popup_img{
    margin-left:30px;
  }
.remove_cart_product_popup{
    margin-right:30px;
}
  .total_row_popup{
    display: flex;
    flex-direction: row;
  }
  .product_row_description_popup > .product_box_popup, .header_product_popup > .product_box_popup{
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: flex-start;
  }
  .product_row_description_popup > .product_box_popup + .product_box_popup, .header_product_popup > .product_box_popup +.product_box_popup{
    display: flex;
    width: 50%;
    /* -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px; */
    justify-content: flex-start;
  }
  .head_popup,.product_row_popup{
    display: flex;
    min-width: 30%;
    justify-content: stretch;
  }
  .box_quantity{
    display: flex;
    width: fit-content;
    align-items: center;
    border: 1px solid #000;
    justify-content: flex-start;
    border: 1px solid #E6E6EB;
  }
  .total_row_popup{
    display: flex;
    justify-content: flex-end;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #282A3A;
    margin-right: 115px;
    padding-top: 26px;
    padding-bottom: 30px;
  }
  .total_title{
    padding-right: 80px;
  }
  .footer_popup_btns{
    display: flex;
    justify-content: space-around;
    margin-left: 30px;
    margin-right: 30px;
  }
  .popup_contin_btn{
    display: flex;
    flex:1;
    justify-content: flex-start;
  }
  .popup_checkout_btn{
    display: flex;
    flex:1;
    justify-content: flex-end;
  }
  #plus_cart_popup:hover, #minus_cart_popup:hover,.popup_contin_btn > button:hover,.popup_checkout_btn > a:hover,.cart_popup_clear > button:hover{
    cursor:pointer;
  }
  .popup_checkout_btn > a{
    width: 177px;
    height: 31px;
    left: 593px;
    top: 304px;
    background: #1F94FF;
    border:none;
    outline:none;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .popup_contin_btn > button{
    width: 141px;
    height: 31px;
    left: 30px;
    top: 304px;
    background: #fff;
    border: 1px solid #E6E6EB;
    outline:none;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: rgba(40, 42, 58, 0.6);
  }
  .cart_popup_clear > button{
    width: 98px;
    height: 28px;
    border: 1px solid #E6E6EB;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: rgba(40, 42, 58, 0.6);
    background: #fff;
  }
  .cart_popup_clear > button svg{
    margin-right: 10px; 
 }
  @media screen and (max-width:768px) {
    #cart__popup > .container__popup{
        width:360px;
        margin: 0 auto;
        padding: 15px 40px;
        min-height:100%;
        background: #fff;
        z-index: 9999;
        top:0;
        position: fixed;
      }
      .header_product_popup{
        display: none;
      }
      .product_row_description_popup{
        flex-direction: column;
        height: 100%;
        padding: 10px;
        padding-top: 25px;
      }

    .header_popup {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #E6E6EB;
        height: 95px;
        padding-bottom: 0;
    }

    .cart_popup_title{
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        color: #282A3A;
        width: 215px;
        padding-left: 10px;
    }
    .cart_popup_clear{
        padding-right: 10px;
    }
    #cart__popup > .container__popup {
        padding: 0;
     }

    #cart__popup > .container__popup{
        width:100%;
      }
      .product_row_description_popup > .product_box_popup, .header_product_popup > .product_box_popup{
        width:100%;
        height: 100%;
      }
      .product_cart_popup_img {
        margin-left: 0;
    }
    .product_cart_popup_img {
        width: 160px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    }
    .product_cart_popup{
        height:160px;
        position: relative;
    }
    .product_cart_popup_img svg, .product_cart_popup_img img{
        width:100%;
        height:100%;
    }
    .product_cart_info {
        padding: 0;
        padding-left: 160px;
    }
    .product_row_description_popup > .product_box_popup + .product_box_popup, .header_product_popup > .product_box_popup +.product_box_popup {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        padding-left: 160px;
        flex-direction: column;
        align-items: flex-start;
    }
    .remove_cart_product_popup {
        margin-right: 0;
        position: absolute;
        right: 19px;
        top: 10px;
    }
    .product_row_popup.product_cart_total{
        display: none;
    }
    
    .product_row_popup.product_cart_qnt{
        order:1;
        padding-top: 10px;
    }
    .product_row_popup.product_cart_price{
        order:2;
        padding-top: 10px;
    }
    .total_row_popup{
        margin-right: 0;
        padding-top: 26px;
        padding-bottom: 30px;
        padding-left: 10px;
        justify-content: flex-start;
        font-size: 16px;
    }
    .total_title {
        padding-right: 118px;
    }
    .box_quantity {
        justify-content: space-around;
        width: 74px;
        height: 24px;
    }
    .footer_popup_btns {
        margin-left: 10px;
        margin-right: 10px;
        padding-bottom: 30px;
    }
    .product_cart_name{
        font-size: 11px!important;
    }
  }
  html.no-scroll{
    overflow: hidden;
  }
  .remove_cart_product_popup:hover{
    cursor:pointer;
  }

  