header, footer, .navigation--list, .ps-breadcrumb{
    display: none !important;
}

.ps-container .mt-40 , .ps-container .mb-40{
    margin-top: 0px !important;
}

.ps-container{
    padding:  0px !important; 
}

body{
    background: #ebf4fa;
}

@media(min-width: 1000px){

    .steps{
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-rail{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        width: calc(100% - 80px);
        transition: 0.3s;
    }

    .steps-circle{
        width: 30px;
        height: 30px;
        border:3px solid #b1cbde;
        border-radius: 50%;
        display: flex;
        justify-content: center;   
        align-items: center;
        transition: 0.3s;
    }

    .steps-circle i{
        color: #ebf4fa;
        width: 20px;
        height: 20px;
        margin: 0px;
        padding: 0px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .steps-next{
        background: #b1cbde;
        height: 5px;
        width: 200px;
    }

    .drive-main-checkout-title{
        background: #e8effa;
        text-align: center;
        padding: 20px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #8692a6;
    }

    .checkout-bt{
        background: #fc5400;
        color: white;
        border-radius: 4px;
        height: 53px;
        padding-left: 25px;
        padding-right: 25px;
        border:none;
        font-size: 12px;
        font-weight: bold;
        display: block;
        margin: auto;
    }

    #drive-main-checkout-total{
        display: none;
    }

    .steps-block{
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-block a{
        text-decoration: none;
        color: #fc5400;
        font-size: 40px;
        font-weight: bold;
    }

    .table td{
        border-top:  20px solid #ebf4fa;
        background: white;
    }

    .table tr td{
        text-align: left;
    }


    .drive_item{

    }

    .drive_item_price{
        text-align: left;

    }

    .drive_item_subtotal{
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .drive_item_actions{
        display: flex;
    }

    .drive_item_del{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        margin-left: 20px;
        font-weight: bold;
    }
    .drive_coupon{
        width: 100%;
    }

    .drive_coupon_content{
        width: 100%;
    }

    .drive_coupon_content_form{
        background: #d8e7f2;
        margin: 5px;
        margin-top: 15px;
        margin-bottom: 25px;
        padding: 10px;
        border-radius: 4px;
        display: none;
    }

    .drive_coupon_content_form .form-group{
        margin: none !important;
        widows: 100%;
        text-align: left;
    }

    .drive_coupon_content_form input{
        background: white;
    }

    .drive_coupon_bt{
        width: 100%;
        text-align: right;
    }

    .drive_coupon_bt button{
        width: 140px;
        height: 50px;
        border-radius: 4px;
        background:  rgba(0,0,0,0);
        border:1px solid #fc5400;
        color: #fc5400;
        font-size: 14px;
        margin: auto;
    }

    .drive_coupon_bt button:hover{
        background: #fc5400;
        color: white;
    }

    .drive_coupon_bt button:active{
        background: #fc5400;
        color: white;
    }

    .drive_coupon_bt button  i{
        margin-right: 5px;
    }

    .drive_prices{
        border:1px solid #e1e1e1;
        background: white;
        width: 100%;
        max-width: 300px;
        padding-top: 10px;
        border-radius: 10px;
        margin-top: 100px;
        float: right;
    }
    
    .drive_prices .form-group--number{
        display: block;
    }

    .drive_prices #ps-product__shopping button{
        margin: 0px;
        padding: 0px;
        width: 95%;
        height: 40px;
        margin: auto;
        display: block;
    }
    .drive_prices #ps-product__shopping figure{
        margin: 0px;
        padding: 0px;
        width: 95%;
        margin: auto;
        display: block;
    }

    .drive_prices_quantity{
        width: calc(100% / 3);
    }

    .drive_prices_cart{
        width: calc(100% / 3);
    }

    .drive_prices_buy{
        width: calc(100% / 3);
    }

    .drive_prices_data{
        border-bottom: 1px solid #e1e1e1;
    }

    .drive_prices_box{
        display: flex;
        width: 100%;
    }

    .drive_prices_box_text{
        text-align:left;
        font-weight:bold;
        padding: 5px;
        font-size: 14px;
        color: #fc5400;
        padding-left: 15px !important;
        width: 50%;
    }

    .drive_prices_box_value{
        font-weight:bold;
        color: #fc5400;
        padding: 5px;
        font-size: 14px;
        text-align: right;
        padding-right: 15px !important;
        width: 50%;
    }

    .drive_prices_earning .drive_prices_box_text{
        color: #10c9ba;
        font-weight: bold;
    }

    .drive_prices_earning .drive_prices_box_value{
        color: #10c9ba;
        font-weight: bold;
    }

    .drive_prices_total{
        border-bottom: 1px solid #e1e1e1;
    }

    .drive_prices_box_text_name{

    }

    .drive_prices_box_text_sub{
        font-size: 10px;
    }

    .drive_prices_earning{
        border-bottom: 1px solid #e1e1e1;
    }

    .drive_prices_amount{
        text-align: right;
        padding: 10px;
    }

    .drive_prices_amount h3{
        text-align: right;
        color: #fc5400;
        font-size: 20px;
    }

    .drive_prices_bts{
        text-align: center;
        padding: 10px;
    }

    .drive_prices_bts a{
        padding: 10px;
        font-size: 12px;
    }

    #checkout-padding{
        display: none;
    }
}

@media(max-width: 1000px){

    .steps{
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-rail{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        width: calc(100% - 80px);
        transition: 0.3s;
    }

    .steps-circle{
        width: 20px;
        height: 20px;
        border:2px solid #b1cbde;
        border-radius: 50%;
        display: flex;
        justify-content: center;   
        align-items: center;
        transition: 0.3s;
    }

    .steps-circle i{
        color: #ebf4fa;
        width: 20px;
        height: 20px;
        margin: 0px;
        padding: 0px;
        margin-top: 5px;
        margin-left: 5px;
    }

    .steps-next{
        background: #b1cbde;
        height: 2px;
        width: 40px;
    }

    .drive-main-checkout-title{
        background: #e8effa;
        text-align: center;
        padding: 20px;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        color: #8692a6;
    }

    .checkout-bt{
        background: #fc5400;
        color: white;
        border-radius: 4px;
        height: 53px;
        padding-left: 25px;
        padding-right: 25px;
        border:none;
        font-size: 12px;
        font-weight: bold;
        display: block;
        margin: auto;
    }

    #drive-main-checkout-total{
        display: none;
    }

    .steps-block{
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-block a{
        text-decoration: none;
        color: #fc5400;
        font-size: 40px;
        font-weight: bold;
    }

    .table td{
        border-top:  20px solid #ebf4fa;
        background: white;
    }

    .table tr td{
        text-align: left;
    }

    .table tr td a{
        text-align: left;
        font-size: 12px;
    }

    .table tr td *{
        text-align: left;
        font-size: 12px !important;
    }

    .drive_item{

    }

    .drive_item_price{
        text-align: left;

    }

    .drive_item_subtotal{
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .drive_item_actions{
        display: flex;
    }

    .drive_item_del{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        margin-left: 20px;
        font-weight: bold;
    }
    .drive_coupon{
        width: 100%;
    }

    .drive_coupon_content{
        width: 100%;
    }

    .drive_coupon_content_form{
        background: #d8e7f2;
        margin: 5px;
        margin-top: 15px;
        margin-bottom: 25px;
        padding: 10px;
        border-radius: 4px;
        display: none;
    }

    .drive_coupon_content_form .form-group{
        margin: none !important;
        widows: 100%;
        text-align: left;
    }

    .drive_coupon_content_form .form-group{
        padding-bottom: 10px;
    }

    .drive_coupon_content_form .form-group button{
        height: 30px;
        padding: 0px;
        width: 100px;
        font-size: 12px;
        float: right;
    }

    .drive_coupon_content_form input{
        background: white;
    }

    .drive_coupon_bt{
        width: 100%;
        text-align: right;
    }

    .drive_coupon_bt button{
        width: 120px;
        height: 30px;
        border-radius: 4px;
        background:  rgba(0,0,0,0);
        border:1px solid #fc5400;
        color: #fc5400;
        font-size: 12px;
        margin: auto;
    }

    .drive_coupon_bt button:hover{
        background: #fc5400;
        color: white;
    }

    .drive_coupon_bt button:active{
        background: #fc5400;
        color: white;
    }

    .drive_coupon_bt button  i{
        margin-right: 5px;
    }

    .drive_prices{
        border:1px solid #e1e1e1;
        background: white;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 10000;
        padding-top: 10px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        box-shadow: 0px -2px 5px  0px rgba(0,0,0,0.05); 
    }
    
    
    .drive_prices .form-group--number{
        display: block;
    }

    .drive_prices #ps-product__shopping button{
        margin: 0px;
        padding: 0px;
        width: 95%;
        height: 40px;
        margin: auto;
        display: block;
    }
    .drive_prices #ps-product__shopping figure{
        margin: 0px;
        padding: 0px;
        width: 95%;
        margin: auto;
        display: block;
    }

    .drive_prices_quantity{
        width: calc(100% / 3);
    }

    .drive_prices_cart{
        width: calc(100% / 3);
    }

    .drive_prices_buy{
        width: calc(100% / 3);
    }

    .drive_prices_data{
        border-bottom: 1px solid #e1e1e1;
    }

    .drive_prices_box{
        display: flex;
        width: 100%;
    }

    .drive_prices_box_text{
        text-align:left;
        font-weight:bold;
        padding: 5px;
        font-size: 12px;
        color: #fc5400;
        padding-left: 15px !important;
        width: 50%;
    }

    .drive_prices_box_value{
        font-weight:bold;
        color: #fc5400;
        padding: 5px;
        font-size: 12px;
        text-align: right;
        padding-right: 15px !important;
        width: 50%;
    }

    .drive_prices_earning .drive_prices_box_text{
        color: #10c9ba;
        font-weight: bold;
    }

    .drive_prices_earning .drive_prices_box_value{
        color: #10c9ba;
        font-weight: bold;
    }

    .drive_prices_total{
        border-bottom: 1px solid #e1e1e1;
    }

    .drive_prices_box_text_name{

    }

    .drive_prices_box_text_sub{
        font-size: 10px;
    }

    .drive_prices_earning{
        border-bottom: 1px solid #e1e1e1;
    }

    .drive_prices_amount{
        text-align: right;
        padding: 10px;
    }

    .drive_prices_amount h3{
        text-align: right;
        color: #fc5400;
        font-size: 12px;
    }

    .drive_prices_bts{
        text-align: center;
        padding: 0px;
    }

    .drive_prices_bts a{
        padding: 5px;
        font-size: 12px;
    }

    #checkout-padding{
        width: 100%;
        height: 500px;
    }

    .btn-cart-button-action {
        width: auto !important;
    }

}