
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

@media (max-width:767px) {
    
        .main_head{
        display: none;
    }

    .main_head2{
        display: flex;
        z-index: 1000000;
    }
    .nav{
        width: 100%;
        padding: 1px 0;
        display: flex;
        justify-content: space-between;
        background-color:#FFD700;
        border-bottom: 1px solid rgb(255, 255, 255);
        margin-bottom: 5%;
        position: fixed;
        z-index: 100000000;
        top: 0;
        left: 0;
        transition: 0.6s;
    }
    
    .logo{
        margin-left: 10px;
        margin-top: 3px;
        display: flex;
    }
    .logo img{
        width: 70px;
        height: 50px;
    }
    
    .nav .navs{
        margin-right: 2px;
    }
    
    .nav .navs ul{
        display: inline-flex;
    }
    
    .nav .navs ul li{
        margin: 0 5px;
        line-height: 60px;
    }
    
    .nav .navs ul li .sign{
        padding: 2px 5px;
        border-radius: 5px;
        background-color:transparent;
        font-size: 12px;
        color: #020807;
    }
    
    .nav .navs ul li a{
        color: #020807;
        font-size: 12px;
    }
    
    .drop_downs{
        height: 50px;
        margin-right: 30px;
        margin-top: 6px;
        display: flex;
        text-align: center;
        display: none;
    }
    
    .drop_downs_books img{
        width: 30px;
        height: 30px;
        margin-top: 10px;
        display: none;
    }
    
    .drop_downs img{
        width: 30px;
        height: 30px;
        margin-top: 10px;
        display: none;
    }
    
    .drop_downs .open.active{
        display: block;
    }

    .meni_box{
        display: none;
    }
    
    .bodyc-ntainer{
        width: 100%;
        justify-content: center;
        margin-top: 0%;
        padding-top: 10px;
    }
    
    
    .displaymybooks{
        width: 100%;
        padding: 10px 0;
        margin: 5% auto;
    }
    
    .titlbloxk{
        width: 100%;
        padding: 10px 10px;
        display: flex;
        background-color: rgb(255, 255, 255);
        justify-content: space-between;
        margin: 10px auto;
        border-radius: 5px;
    }
    
    
    .titlbloxk .bo1{
        font-size: 13px;
        padding: 10px 10px;
    }
    
    .titlbloxk .bo2{
        display: flex;
        padding: 10px 0px;
        font-size: 13px;
    }
    
    .bo2 .ip{
        padding: 5px 0;
    }
    
    .bo3 .ip{
        padding: 5px 0;
    }
    
    .bodyc-ntainer{
        width: 100%;
        justify-content: center;
        margin-top: 5%;
        padding-top: 10px;
    }
    
    
    .banner1{
        width: 97%;
        height: 250px;
        background-color: #d4d4d4;
        margin: 5px auto;
        padding: 10px;
        border-radius: 5px;
    }
    
    .displaypreviewbook{
        width: 100%;
        padding: 10px 0;
        margin: 5% auto;
        box-shadow: 0px 0px 0px 0px rgba(49, 68, 75, 0.267);
        border-radius: 0px;
    }
    
    /* .listinhbooks{
        padding: 0px 5px;
        background-color: #000000;
    } */
    
    .listinhbooks .previewBook{
        width: 100%;
    }
    
    .listinhbooks{
        width: 100%;
        margin: 0px auto;
        padding: 0px 0px;
    }
    
    .display_contents{
        display: flex;
        justify-content: space-evenly;
    }
    
    .btn-star{
        padding: 5px 10px;
        color: white;
        margin: 2px 0;
        border: 0;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .btn-grey{
        background: rgb(206, 206, 206);
    }
    
    .btn-warning{
        background: #256E61;
    }
    
    .btn-star:hover{
        background-color: #256E61;
    }
    
    .btn-star .fa-regular{
        font-size: 10px;
    }
    
    
    
    .btn-star input[type="radio"]{
        display: none;
    }
    
    .star_images{
        width: 17px;
        height: 17px;
    }
    
    
    .list_of_sections{
        width: 30%;
        background-color: #070e0c0a;
        padding: 0 10px ;
    }
    
    .head_home_for_mobv{
        display: block;
        width: 100%;
        background-color: #256E61;
        padding: 5px 10px;
        margin: 5px 0;
        border-radius: 5px;
    }
    
    .head_home_for_mobv .action_bod{
        cursor: pointer;
        align-content: center;
    }
    
    .liks img{
        width: 18px;
        height: 18px;
        margin-bottom: -3px;
    }
    
    .action_bod .liks{
        height: 100%;
        padding: 10px 0;
        align-items: center;
        align-content: center;
    }
    
    .liks a{
        color: white;
        margin-top: -5px;
        font-weight: 100;
        font-size: 13px;
        margin-left: 10px;
    }
    
    .view_main_{
        width: 80%;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    
    .view_main{
        width: 80%;
        overflow-x: hidden;
        margin-top: 5px;
        padding: 0 5px;
    }
    
    .view_main_ .list_of_store_box{
        width: 100%;
        height: 250px;
        overflow: auto;
        padding: 10px 0;
        background-color: #292525;
    }
    
    .list_of_store_box .list_hes{
        margin-left: 10px;
        background-color: yellowgreen;
    }
    
    
    
    .list_hes span{
        font-size: 15px;
        font-weight: bold;
    }
    
    .call_put{
        display: none;
        padding: 4px 0;
    }
    
    .call_put .call_{
        margin-left: 10px;
        font-size: 19px;
        display: none;
    }
    
    .call_put .close_tray{
        display: none;
    }
    
    .search_box{
        width: 100%;
        background-color: #eeeeee54;
        padding: 1px 1px;
    }
    
    .search_box .top_tag{
        width: 100%;
        padding: 2px 0;
    }
    
    .top_tag .tag_selection{
        width: 100%;
        margin: 0px auto;
        border: 0;
        padding: 15px 5px;
        border-radius: 2px;
        font-size: 12px;
        cursor: pointer;
        outline-width: 0.1;
        outline-color: #256E61;
    }
    
    .search_box .midel_search{
        width: 100%;
        padding: 0px;
    }
    .midel_search .search_ipd{
        width: 100%;
        height: 40px;
        background-color: #ffffff;
        margin: 0px auto;
        border: 0;
        border-radius: 2px;
        font-size: 13px;
        outline-color: #256E61;
        outline-width: 0.1px;
        padding: 5px 12px;
    }
    
    .search_box .last_buth{
        width: 100%;
        margin-top: 3px;
        margin-bottom: 2px;
    }
    
    .last_buth button{
        width: 100%;
        height: 30px;
        background-color: #256E61;
        color: white;
        font-size: 11px;
        border: 0;
        cursor: pointer;
        border-radius: 2px;
    }
    
    .list_of_sections .section_header{
        margin: 10px auto;
        padding: 5px 0;  
    }
    
    .list_of_sections .section_header span{
        font-size: 14px;
        font-weight: bold;
    }
    
    .list_of_sections .list_of_setion_{
        width: 100%;
        padding: 0px 0;
    }
    
    .list_of_setion_ .lid_iod{
        margin: 5px auto;
        position: relative;
    }
    
    .lid_iod li{
        font-size: 12px;
        margin: 6px 0;
        padding: 6px 0;
        cursor: pointer;
    }
    
    .toop{
        display: flex;
    }
    
    .cart_count{
        top: -10px;
        position: relative;
        background-color: #256E61;
        padding: 2px 5px;
        text-align: center;
        align-content: center;
        border-radius: 10px;
        color: white;
        font-size: 9px;
    }
    
    .list_of_sections .dteila{
        width: 100%;
        height: 200px;
        background-color: #eeeeee54;
        padding: 2px;
    }
    
    .bdetails{
        border-radius: 5px;
    }
    
    .dteila .hed{
        width: 100%;
        padding: 8px;
        text-align: center;
    }
    
    .dteila .bot{
        font-size: 13px;
    }
    
    .dteila .hed img{
        width: 80px;
        height: 50px;
    }
    
    .prew{
        width: 99%;
    }
    
    .view_wraper{
        width: 100%;
        margin: 0px 0px;
        text-align: start;
        padding-left: 0px;
        
    }
    
    .header-sgnbets_label{
        width: 100%;
        padding: 10px 0;
        background-color: white;
        margin-bottom: 2px;
    }
    
    .view_item{
        width: 185px;
        height: auto;
        background-color: rgb(255, 255, 255);
        padding: 0px 0px;
        border-radius: 4px;
        display: inline-table;
        top: 0;
        bottom: 0;
        cursor: pointer;
    }
    
    .view_item{
        margin: 2px 2px;
        bottom: 0%;
        
    }
    
    .view_item .vi_left{
        width: 100%;
        height: 200px;
    }
    
    .vi_left img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 5px;
    }
    
    .titl{
        margin: 10px 0;
        text-align: start;
        font-size: 17px;
    }
    
    .access_{
        font-size: 10px;
        background-color: #256E61;
        font-weight: normal;
        color: white;
        padding: 1px 3px;
        border-radius: 5px;
        text-transform: capitalize;
    }
    
    .labes{
        text-align: start;
        padding: 2px 5px;
    }
    
    .labes .book_titles{
        font-size: 13px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 3px 0;
    }
    
    .star{
        text-align: start;
        padding-left: 10px;
    }
    
    .star .small_box i{
        font-size: 25px;
        color: rgb(0, 0, 0);
    }
    
    .titl{
        margin: 10px 0;
        text-align: start;
        font-size: 17px;
    }
    
    .book_price_action{
        width: 100%;
        margin: 5px 0;
        width: 100%;
        padding: 5px 2px;
        display: flex;
        justify-content: space-between;
    }
    
    .book_price_{
        margin: 5px 0;
        width: 100%;
        padding: 5px 2px;
        display: flex;
        text-align: start;
        justify-content: space-between;
    }
    
    .book_price_ .prixe span{
        font-size: 14px;
    }
    
    .book_price_actions{
        background-color: #256E61;
    }
    
    .book_price_actions .tag_action{
        margin: 0 0px;
        font-size: 14px;
    }
    
    .book_price_action .price{
        padding: 5px 2px;
        width: 100%;
        margin: 0px 0;
    }
    
    .book_price_action .price span{
        color: rgb(211, 13, 13);
        font-size: 12px;
    }
    
    .actioN_box{
        width: 100%;
        padding: 0px 0;
    }
    
    .actioN_box button{
        width: 100%;
        font-size: 10px;
        background-color: #070e0c;
        color: white;
        border: 0;
        cursor: pointer;
        border-radius: 4px;
        padding: 10px 15px;
    }
    
    .serach_label{
        display: none;
    }
    
    .list__stores{
        padding: 5px;
        display: inline-block;
        overflow-y: auto;
    }
    
    .lit_of_stor{
        width: 80px;
        height: 90px;
        background-color: #eeeeee54;
        border-radius: 5px;
        overflow: hidden;
        margin: 5px;
        cursor: pointer;
        display: inline-table;
    }
    
    .lit_of_stor a{
        color: black;
    }
    
    .lit_of_stor .store_tit{
        font-size: 12px;
        padding: 5px;
    }
    
    .lit_of_stor .heda_image{
        width: 100%;
        height: 60px;
        background-color: #256E61;
    }
    
    .heda_image .name_logo{
        width: 100%;
        height: 100%;
        text-align: center;
        align-content: center;
        color: white;
        font-size: 30px;
    }
    
    .oda_box{
        width: 170px;
        background-color: #ffffff;
        box-shadow: 1px 1px 5px 0.5px rgba(49, 68, 75, 0.267);
        margin: 1px;
        cursor: pointer;
        display: inline-block;
        border-radius: 5px;
        padding-bottom: 5px;
        padding-top: 3px;
        padding-left: 1px;
        padding-right: 1px;
        position: relative;
    }
    
    .oda_box ._up_image{
        width: 100%;
        height: 160px;
        position: relative;
    }
    
    ._up_image .book_price_actions{
        position: absolute;
        margin-top: 1%;
        padding-left: 5px;
    }
    
    ._up_image ._image{
        width: 100%;
        height: 100%;
        border-radius: 0px;
        object-fit: cover;
        object-position: top;
    }
    
    .tag_box{
        position: absolute;
        background-color: #256E61;
        right: 0%;
        margin-right: 5px;
        padding: 2px 6px;
        border-radius: 5px;
    }
    
    .tag_box .tag_action{
        font-size: 10px;
        color: white;
    }
    
    ._down_list_details{
        margin: 3px 0;
        padding: 5px 5px;
    }
    ._down_list_details span{
        font-size: 12px;
    }
    
    .book_price_action{
        margin: 0px 0;
        width: 100%;
        padding: 2px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
    }
    
    /* .prixe{
        padding: 5px 0;
        background-color: #000000;
        height: 100%;
    }
    
    .prixe span{
        font-size: 10px;
        font-weight: normal;
    } */
    
    .access_{
        font-size: 6px;
        background-color: #256E61;
        color: white;
        padding: 1.5px 3px;
        border-radius: 2px;
        right: 0;
    }
    
    .access .icons_cart{
        width: 20px;
        height: 20px;
    }
    
    .access img{
        width: 25px;
        height: 25px;
        margin-top: 30%;
    }
    
    .previewBook{
        width: 100%;
        padding: 2px 0px;
        margin: 0px auto;
    }
    
    .previ_book_box{
        margin: 0px 0;
        padding: 2px 0px;
    }
    
    .previ_book_box .book_fist_layer{
        width: 100%;
        display: block;
        padding: 5px 5px;
        margin: 0 auto;
        border-radius: 0px;
    }
    
    .bookDesc{
        width: 100%;
        margin: 5px auto 5px auto;
        padding: 10px 15px;
        font-size: 12px;
        background-color: #fff;
        border-radius: 1px;
    }
    
    .previ_book_box .book_fist_layer .book_cover{
        width: 50%;
        height: 300px;
        margin-left: 0px;
        margin: 10px auto;
    }
    
    .extraaction{
        width: 100%;
        margin: 5px 0;
    }
    
    .social_share{
        width: 100%;
        background-color: white;
        padding: 5px;
    }
    
    .lis_buutons ul{
        display: flex;
    }
    
    .lis_buutons ul .share_books{
        font-size: 25px;
        margin: 1px 5px;
        cursor: pointer;
    }
    
    .list_vids{
        width: 100px;
        height: 80px;
        background-color: #eeeeee54;
        margin: 2px 5px;
    }
    
    .extraaction .editbook{
        width:40%;
        padding: 10px 5px;
        margin: 0px 2px;
        background-color: #256E61;
        color: white;
        border: 0;
        font-size: 10px;
        border-radius: 5px;
        cursor: pointer;
        
    }
    
    .extraaction .editbook a{
        color: white;
    }
    
    .extraaction .addbook{
        width: 20%;
        padding: 5px 5px;
        margin: 5px auto;
        background-color: #FFD700;
        color: white;
        border: 0;
        font-size: 12px;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .extraaction .addbook a{
        color: white;
    }
    
    .copy_box{
        font-size: 11px;
        padding: 5px;
        width: 250px;
        background-color: #ececec;
        border: 0;
    }
    
    .book_cover .insec-image{
        width: 100%;
        height: 100%;
        background-color: #eeeeee54;
        object-fit: fill;
        border-radius: 5px;
    }
    
    .about_box{
        width: 95%;
        margin: 0px auto;
        padding: 10px 5px;
        border-radius: 5px;
    }
    
    .header_other_books{
        margin-top: 10px;
    }
    
    .first_layer{
        width: 100%;
        display: flex;
        padding: 5px 3px;
        margin: 10px 0;
    }
    
    .book_detailss{
        width: 68%;
        padding: 5px 15px;
        font-size: 12px;
    }
    
    .book_detailss .currency{
        font-size: 14px;
    }
    
    
    .first_layer .left_{
        width: 50px;
        height: 50px;
        margin-left: 10px;
        border-radius: 50%;
        background-color: #eee;
    
    }
    
    .first_layer .left_ ._imagepreview{
        width: 100%;
        height: 100%;
        border-radius: 100%;
    }
    
    ._imagepreview_{
        width: 100%;
        height: 100%;
        color: rgb(255, 255, 255);
        align-content: center;
        font-size: 19px;
        text-align: center;
    }
    
    .name_details{
        height: 100%;
        padding: 10px 10px;
        font-size: 12px;
    }
    
    ._imagepreview_ span{
        text-align: center;
        font-size: 20px;
    }
    
    .second_layer{
        width: 99%;
        padding: 10px 10px;
        margin: 0px auto;
        font-size: 12px;
    }
    
    .header_other_books{
        width: 100%;
    }
    
    .header_other_books .oda_header{
        font-size: 14px;
    }
    
    .display_other_books{
        width: 100%;
        justify-content: center ;
        display: flex;
    }
    
    .lis_other_books{
        width: 100%;
        padding: 5px 1px;
        margin: 0px auto;
        display: inline-block;
        justify-content: center;
        text-align: center;
    }
    
    .revieww_box{
        background-color: #ffffff54;
        margin-bottom: 6px;
    }
    
    .revieww_box_header{
        margin-left: 10px;
        padding: 10px 0;
        font-size: 14px;
        font-weight: bold;
    }
    
    .revieww_box_action{
        margin-left: 10px;
    }
    
    .revieww_box_action textarea{
        width: 450px;
        border: 0;
        border-radius: 5px;
        padding: 10px 10px;
        outline-width: 1px;
        outline-color: #256E61;
        background-color: #eeeeee54;
    }
    
    .revieww_box_action .send_review{
        background-color: #256E61;
        color: white;
        width: 450px;
        border: 0;
        border-radius: 5px;
        padding: 10px 0;
        margin-bottom: 10px;
        cursor: pointer;
    }
    
    .reviews_users_x{
        width: 100%;
        padding: 10px;
        display: flex;
    }
    
    .user_x_left{
        margin-top: 5px;
    }
    
    .user_x_left .user_x_label{   
        color: white;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        padding: 4px 10px;
        background-color: #256E61;
    }
    
    .user_x_left img{
    
        width: 40px;
        height: 40px;
        background-color: #256E61;
        border: 0;
        border-radius: 50%;
    }
    
    .user_x_right{
        margin-left: 10px;
    }
    
    .user_x_display_name{
        padding: 0px 0;
    }
    
    .user_x_display_name span{
        font-size: 12px;
    }
    
    .user_x_display_comments .user_x_comments, .user_x_comment_date{
        font-size: 10px;
    }
    
    .see_search{
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 10px 10px;
    }
    
    .see_search button{
        background-color: #256E61;
        color: white;
        border: 0;
        border-radius: 5px;
        padding: 7px 10px;
    }
    
    .see_search .list_precs{
        background: white;
        color: #176659;
        padding: 7px 12px;
        margin: 0 6px;
        border-radius: 5px;
    }
    
    .showing{
        font-size: 12px;
    }
    
    .next_actions{
        background-color: white;
        color: #0923b6;
        border-radius: 1px;
        padding: 7px 10px;
        margin: 0 1px;
        cursor: pointer;
        font-size: 12px;
        border: 1px solid #256E61;
    }
    
    .container {
        width: 100%;
        background-color: #ffffff;
        overflow: hidden;
        display: flex;
        margin: 50px 0;
    }
    
    .tred_box{
        margin: 2px;
    }
    
    .bodes{
        width: 130px;
        height: 170px;
        background-color: #eeeeee54;
        cursor: pointer;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0.1px 0px 0.5px .6px blue;
    }
    
    .bodes .bod_image{
        width: 100%;
        height: 125px;
    }
    
    .bodes .bod_image img{
        width: 100%;
        height: 100%;
    }
    
    .bodes .bod_title{
        width: 100%;
        height: 100%;
        align-items: center;
        text-align: center;
        padding: 3px 0;
    }
    .bodes .bod_title span{
        font-size: 10px;
        font-weight: normal;
    }
    
    .container_store{
        width: 65%;
        background-color: #fff;
        justify-content: center;
        padding: 0px 0;
        margin: 0 auto;
    }
    
    .display_area{
        width: 80%;
        background-color: #ffffff;
        margin: 5% auto;
        padding: 5px 10px;
        box-shadow: 1px 1px 5px 0.5px rgba(49, 68, 75, 0.267);
        border-radius: 2px;
    }
    
    .sfind_book{
        width: 100%;
        padding: 15px 0;
        text-align: right;
    }
    
    .sfind_book .list_by_cates{
        margin-right: 15px;
        font-size: 11px;
    }
    
    .sfind_book .list_catg{
        margin-right: 15px;
    }
    
    .findOption{
        font-size: 11px;
        cursor: pointer;
        padding: 5px;
        border: 0;
        border-radius: 5px;
        
    }
    
    .store_infor{
        width: 100%;
        height: auto;
        margin: 10px auto;
        display: block;
        justify-content: space-between;
        padding: 10px 10px;
        box-shadow: 0px 0.5px 1px 0.5px #13574a65;
        border-radius: 5px;
    }
    
    .store_infor .store_name_header{
        width: 100%;
        display: flex;
    }
    
    .store_name_{
        margin-top: 20px;
    }
    
    .store_name_header .store_mage{
        width: 50px;
        height: 50px;
        margin-left: 5px;
        margin-right: 10px;
        background-color: #ffffff;
        box-shadow: 0px 0.5px 0px 0.5px #13574a65;
        border-radius: 50%;
        text-align: center;
        align-content: center;
        overflow: hidden;
    }
    
    .store_name_header .store_mage img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .stor_name_label{
        width: 100%;
        height: 100%;
        color: white;
        text-align: center;
        font-size: 30px;
        justify-content: center;
        margin: 20% 0;
    }
    
    ._name_label{
        width: 100%;
        color: #256E61;
        text-align: center;
        font-size: 30px;
        justify-content: center;
        margin: auto 0;
    }
    
    .s_mage{
        width: 50px;
        height: 50px;
        margin: 4px auto;
        background-color: var(--white);
        border-radius: 50%;
        display: flex;
        vertical-align: center;
    }
    
    .store_infor .store_desc_info {
        width: 100%;
        min-height: 100px;
        background-color: #eeeeee54;
        font-size: 10px;
        text-align: start;
        color: #000000;
        margin: 5px auto;
        padding: 5px 10px;
    }
    
    .small_box_list_social_icons .list_socials{
        text-align: start;
        color: black;
        display: flex;
        padding: 5px 0;
    }
    
    .small_box_list_social_icons .list_socials i{
        color: black;
        font-size: 25px;
    }
    
    
    .selection_box{
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    
    .selection_box span{
        font-size: 15px;
        margin: 20px 0;
    }
    
    .selection_box .list_of_options{
        width: 100%;
        padding: 20px 0;
        display: flex;
        justify-content: center;
    }
    
    .selection_box .list_of_options .list_bok_options{
        width: 200px;
        padding: 80px 50px;
        border: 0;
        border-radius: 5px;
        background-color: #256E61;
        margin: 40px 20px;
        text-align: center;
    }
    
    .list_bok_options a{
        color: white;
    }
    
    
    .search_boxs{
        width: 100%;
        padding: 10px 0;
        background-color: #eeeeee54;
        margin-top:0px;
        margin-bottom: 20px;
        border-radius: 5px;
    }
    
    .header_search_titlebox{
        width: 100%;
        padding: 5px 20px;
        text-align: start;
    }
    
    .header_search_titlebox span{
        font-weight: normal;
        font-size: 13px;
    }
    
    
    .search_obox{
        display: flex;
        width: 97%;
        margin: 2px auto;
    }
    
    .boxe{
        width: 100%;
        position: relative;
        padding: 5px 1px;
    }
    
    .boxe .search_ip{
        width: 85%;
        padding: 15px 10px;
        border-radius: 2px;
        border: 0;
        background-color: white;
    }
    
    .boxe .btnsearch{
        padding: 13px 19px;
        background-color: #256E61;
        color: white;
        border: 0;
        border-radius: 5px;
        cursor: pointer;
        
    }
    
    .progress { position: absolute; width: 100%; height: 2px; display: none;z-index: 9999; width: 100%; background-color: white; border-radius: 50%; background-clip: padding-box; /*margin: 0.5rem 0 1rem 0;*/ overflow: hidden; } .progress .indeterminate { background-color:black; } .progress .indeterminate:before { content: ''; position: absolute; background-color: #256E61; top: 0; left: 0; bottom: 0; will-change: left, right; -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; } .progress .indeterminate:after { content: ''; position: absolute; background-color: #256E61; top: 0; left: 0; bottom: 0; will-change: left, right; -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite; -webkit-animation-delay: 1.15s; animation-delay: 1.15s; } @-webkit-keyframes indeterminate { 0% { left: -35%; right: 100%; } 60% { left: 100%; right: -90%; } 100% { left: 100%; right: -90%; } } @keyframes indeterminate { 0% { left: -35%; right: 100%; } 60% { left: 100%; right: -90%; } 100% { left: 100%; right: -90%; } } @-webkit-keyframes indeterminate-short { 0% { left: -200%; right: 100%; } 60% { left: 107%; right: -8%; } 100% { left: 107%; right: -8%; } } @keyframes indeterminate-short { 0% { left: -200%; right: 100%; } 60% { left: 107%; right: -8%; } 100% { left: 107%; right: -8%; } } 

}