

@media (max-width:480px) {


    .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;
    }
    
    
    .footer{
        width: 100%;
        margin-top: 10%;
        background-color: #256E61;
        display: block;
        justify-content: center;
        padding: 20px 0;
    }
    
    .footer .footer_block{
        width: 300px;
        margin: 10px;
        padding: 10px;
        color: #FFD700;
        font-size: 16px;
        font-weight: bold;
    }
    
    .footer_block .text_s{
        padding: 20px 0;
        color: white;
        font-size: 14px;
        font-weight: 200;
    }
    
    .text_s ul li{
        margin: 8px 0;
    }
    
    .text_s ul li a{
        color: white;
    }
    
    .last_footer{
        width: 100%;
        padding: 15px 0;
        text-align: center;
        background-color: #020807;
    }
    
    .last_footer span{
        color: white;
        font-size: 15px;
    }

    .bodyc-ntainer{
        width: 100%;
        justify-content: center;
        margin-top: 0%;
        padding-top: 10px;
    }


    .displaymybooks{
        width: 100%;
        padding: 5px 0;
        margin: 2% 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: 14px;
        padding: 10px 10px;
    }

    .titlbloxk .bo2{
        display: flex;
        padding: 10px 5px;
        font-size: 14px;
    }

    .bo2 .ip{
        padding: 5px;
    }

    .bo3 .ip{
        padding: 5px;
    }

    .bodyc-ntainer{
        width: 100%;
        justify-content: center;
        margin-top: 5%;
        padding-top: 0px;
    }


    .displaymybooks{
        width: 100%;
        padding: 20px 0;
        margin: 30% auto;
        box-shadow: 0px 0px 0px 0px rgba(49, 68, 75, 0.267);
        border-radius: 0px;
    }

    .listinhbooks{
        padding: 0px 0;
        margin-top: 20%;
    }

    .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: 15px;
        height: 15px;
    }


    .list_of_sections{
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 0 5px;
        position: fixed;
        left: -100%;
        top: 60px;
        transition: all 0.50s ease-in;
        z-index: 10000;
        background-color:white;
        padding-bottom:50px;
    }

    .head_home_for_mobv{
        display: block;
        width: 100%;
        background-color: #256E61;
        padding: 12px 10px;
        margin: 5px 0;
    }

    .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%;
        align-items: center;
        align-content: center;
    }

    .liks a{
        color: white;
        margin-top: -5px;
        font-weight: 100;
        font-size: 13px;
    }

    .view_main_{
        width: 80%;
        margin-bottom: 10px;
        border-radius: 5px;
    }

    .view_main{
        width: 99%;
        overflow-x: hidden;
        margin-top: 5px;
        padding: 0 0px;
    }

    .view_main_ .list_of_store_box{
        width: 100%;
        height: 250px;
        overflow: auto;
        padding: 10px 0;
    }

    .list_of_store_box .list_hes{
        margin-left: 10px;
    }

    .hot_slide{
        padding: 8px 5px;
    }

    .hot_slide span{
        font-size: 12px;
        font-weight: normal;
    }

    .list_hes span{
        font-size: 12px;
    }

    .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%;
        height: 30px;
        margin: 0px auto;
        border: 0;
        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: #eee;
        margin: 0px auto;
        border: 0;
        border-radius: 2px;
        font-size: 10px;
        outline-color: #256E61;
        outline-width: 0.1px;
        padding: 2px 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: 5px auto;
        padding: 5px 0;  
    }

    .list_of_sections .section_header span{
        font-size: 13px;
        text-decoration: underline;
        font-weight: normal;
    }

    .selection_catg{
        background-color: white;
        padding: 10px 5px;
    }
    
    .store_selection_catg{
        height: 400px;
        padding: 10px 5px;
    }

    .store_list_{
        width: 100%;
        height: 100%;
        padding: 10px 15px;
        overflow: auto;
    }

    .list_of_sections .list_of_setion_{
        width: 100%;
        padding: 0px 0;
    }

    .list_of_setion_ .lid_iod{
        margin: 5px auto;
    }

    .lid_iod li{
        font-size: 10px;
        margin: 6px 0;
        cursor: pointer;
    }

    .toop{
        display: flex;
        padding: 0 3px;
    }
    
    .toop img{
        width: 18px;
        height: 18px;
        margin-top: 16px;
    }

    .cart_count{
        top: -10px;
        position: relative;
        background-color: #256E61;
        padding: 0px 3px;
        border-radius: 10%;
        color: white;
    }

    .meni_box{
        display: block;
    }

    .meni_box .open_search, .close_search{
        display: none;
        width: 30px;
        height: 30px;
    }

    .meni_box .open_search.active{
        display: block;
    }

    .meni_box .close_search.active{
        display: block;
    }

    .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: 99%;
        margin: 0px 0px;
        text-align: start;
        padding-left: 10px;
        
    }

    .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{
        margin: 5px 0;
        width: 100%;
        padding: 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_actions{
        display: flex;
    }

    .book_price_actions span{
        margin: 2px 0px 0px 5px;
        background-color: #000000;
        border-radius: 4px;
    }

    .prixe{
        height: 100%;
        margin-top: 4px;
    }


    .serach_label{
        display: none;
    }

    .list__stores{
        height: 210px;
        background-color: #eeeeee54;
        padding: 5px;
        display: inline-block;
        overflow: auto;
        text-align: start;
    }

    .list_of_store_box .headings{
        margin-left: 10px;
        font-size: 13px;
    }

    .lit_of_stor{
        width: 70px;
        height: 60px;
        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: 100px;
        background-color: #eeeeee54;
        box-shadow:  0px 0.1px 3px 0.1px #020807;
        margin: 2px 1px;
        cursor: pointer;
        display: inline-block;
        border-radius: 5px;
        padding-bottom: 5px;
        position: relative;
    }

    .oda_box ._up_image{
        width: 100%;
        height: 110px;
        background-color: #eeeeee54;
        position: relative;
    }

    ._up_image .book_price_actions{
        position: absolute;
        margin-top: 1%;
        padding-left: 5px;
    }

    ._up_image ._image{
        width: 100%;
        height: 100%;
        border-radius: 2px;
        object-fit: fill;
        object-position: top;
    }

    ._down_list_details{
        font-size: 13px;
        padding: 10px 2px;
    }

    .book_price_action{
        margin: 5px 0;
        width: 90%;
        padding: 2px;
        display: flex;
        margin: 0 auto;
        justify-content: space-between;
    }

    .prixe{
        height: 100%;
    }

    .prixe span{
        font-size: 10px;
        font-weight: normal;
    }

    .actioN_box{
        width: 100%;
        padding: 4px 0;
    }

    .actioN_box button{
        width: 100%;
        background-color: #000000;
        color: white;
        border: 0;
        border-radius: 3px;
        font-size: 10px;
        padding: 2px 10px;
        cursor: pointer;
    }

    .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: 0px 0px;
        margin: 0px auto;
    }

    .previ_book_box{
        width:100%;
    }

    .previ_book_box .book_fist_layer{
        width: 100%;
        display: block;
        padding: 5px 0px;
        margin: 0 auto;
        border-radius: 0px;
    }

    .bookDesc{
        width: 95%;
        margin: 5px auto;
        padding: 10px 6px;
        font-size: 12px;
        background-color: #fff;
        border-radius: 1px;
    }

    .previ_book_box .book_fist_layer .book_cover{
        width: 60%;
        height:350px;
        text-align:center;
        margin:10% auto;
    }

    .book_cover .insec-image{
        width: 100%;
        height: 100%;
        object-fit: fill;
        margin: 0 auto;
    }

    .extraaction{
        display: flex;
        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: 15px 5px;
        margin: 5px auto;
        background-color: #256E61;
        color: white;
        border: 0;
        font-size: 12px;
        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;
    }

    .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: 100%;
        padding: 5px 0px;
        font-size: 12px;
    }
    
    .action_bx .header_booktitle{
        font-size:15px;
    } 

    .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: 10px;
    }

    .header_other_books{
        width: 100%;
    }

    .header_other_books .oda_header{
        font-size: 10px;
    }

    .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: 99%;
        border: 0;
        border-radius: 5px;
        padding: 10px 10px;
        outline-width: 1px;
        outline-color: #256E61;
        margin: 0 auto;
        background-color: #eeeeee54;
    }

    .revieww_box_action .send_review{
        background-color: #256E61;
        color: white;
        width: 99%;
        border: 0;
        border-radius: 5px;
        padding: 10px 0;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .reviews_users_x{
        width: 100%;
        padding: 10px 5px;
        background-color: #eeeeee54;
        border-radius: 3px;
        display: flex;
    }

    .user_x_left{
        width: 40px;
        height: 40px;
        margin-top: 5px;
        border: 1px solid black;
        border-radius: 50%;
    }

    .user_x_left .user_x_label{   
        width: 100%;
        height: 100%;
        color: white;
        display: flex;
        justify-content: center;
        border-radius: 50%;
        align-content: center;
        align-items: center;
        padding: 4px 10px;
        background-color: #256E61;
    }

    .user_x_left img{
        width: 100%;
        height: 100%;
        background-color: #256E61;
        border: 0;
    }

    .user_x_right{
        margin-left: 7px;
    }

    .user_x_display_name{
        padding: 0px 0;
    }

    .user_x_display_name span{
        font-size: 12px;
        font-weight: bold;
    }

    .user_x_display_comments .user_x_comments, .user_x_comment_date{
        font-size: 11px;
    }

    .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: #eeeeee54;
        color: #176659;
        padding: 3px 12px;
        margin: 0 3px;
        border-radius: 5px;
    }

    .showing{
        font-size: 10px;
    }

    .next_actions{
        background-color: white;
        color: #256E61;
        border-radius: 1px;
        padding: 3px 10px;
        margin: 0 1px;
        cursor: pointer;
        font-size: 10px;
        border-radius: 4px;
        border: 1px solid #256E61;
    }

    .container {
        width: 100%;
        background-color: #ffffff;
        overflow: hidden;
        display: flex;
        margin: 2px 0;
    }
    
    .tred_box{
        margin: 2px;
    }
    
    .bodes{
        width: 100px;
        background-color: #eeeeee54;
        cursor: pointer;
        border-radius: 0px;
        overflow: hidden;
        box-shadow: 0px 0px 0px 0px blue;
    }
    
    .bodes .bod_image{
        width: 100%;
        height: 120px;
    }
    
    .bodes .bod_image img{
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    
    .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: 100%;
        background-color: #fff;
        justify-content: center;
        padding: 0px 0;
    }

    .display_area{
        width: 98%;
        background-color: #ffffff;
        margin: 15% auto;
        padding: 5px 10px;
        box-shadow: 0px 0px 0px 0px rgba(49, 68, 75, 0.267);
        border-radius: 0px;
    }

    .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;
        background-color: #eeeeee54;
        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: 90%;
        font-size: 13px;
        text-align: start;
        color: #256E61;
        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;
    }

    .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%; } } 

}