body{
    padding: 0;
    margin: 0;
}
.pop_profile{
    width: 250px;
    height: 420px;
    background-color: white;
    position: fixed;
    top: -420px;
    right: 300px;
    z-index: 99999;
    transition: 0.5s;
    border-radius: 10px;
}
.pop_profile .profile_head{
    width: 100%;
    height: 60px;
    /*background-color: #00b0ff;*/
    padding: 5px;
    padding-left: 15px;
    border-bottom: 2px solid #eee;
    margin-top: 20px;
}
.profile_head .head_img{
    width: 22%;
    height: 100%;
    /*background-color: red;*/
    float: left;
    border-radius: 50%;
}
.head_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.profile_head .head_txt{
    width: 70%;
    height: 100%;
    /*background-color: blue;*/
    float: right;
}
.head_txt h1{
    font-size: 15px;
    line-height: 15px;
    margin: 0;
    padding: 0;
}
.head_txt p{
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
.pop_profile ul{
    list-style-type: none;
}
.pop_profile ul li{
    padding: 5px 10px;
}
.pop_profile ul li a{
    text-decoration: none;
}
.pop_profile .profile_footer{
    width: 100%;
    height: 70px;
    /*background-color: #00b0ff;*/
    padding-left: 10px;
    border-top: 2px solid #eee;
}
.profile_footer .profile_item{
    width: 30%;
    height: 100%;
    /*background-color: #0e8c8c;*/
    float: left;
    margin-right: 3%;
}
.profile_item .profile_img{
    width: 100%;
    height: 60%;
    /*background-color: white;*/
    /*padding-left: 15px;*/
}
.profile_img img{
    width: 80%;
    height: 100%;
}
.profile_item .profile_txt{
    width: 100%;
    height: 40%;
    /*background-color: #0e8c8c;*/
}
.profile_txt p{
    text-align: center;
    font-size: 13px;
    line-height: 13px;
}
.draw_profile{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999;

}
.container-fluid{
    margin: 0;
    padding: 0;
}
.container{
    padding: 0!important;
    margin: 0;
    margin: auto;
    width: 75%;
}
.cover{
    width: 100%;
    height: 390px;
    /*background-color: #00aeef;*/
    position: relative;
}
.cover img{
    width: 100%;
    height: 100%;
}
.cover .tob_head{
    width: 100%;
    height: 150px;
    /*background-color: #0c5460;*/
    position: absolute;
    left: 0;
    top: 10px;
    padding-left: 20px;
}
.bread_cafe{
    width: 400px;
    height: 100px;
    /*background-color: white;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.bread_cafe h1{
    font-size: 30px;
    font-weight: bold;
    color: darkred;
    text-align: center;
    margin: 0;
    padding: 0;
}
.bread_cafe h2{
    font-size: 30px;
    color: darkred;
    text-align: center;
    margin: 0;
    padding: 0;
}
.new_logo{
    /*background-color: #0e8c8c;*/
    width: 35%;
    height: 120px;
    float: left;
    padding: 0;
    margin: 0;
}
.new_logo .logo_image{
    width: 30%;
    height: 100%;
    /*background-color: pink;*/
    float: left;
}
.new_logo .logo_name{
    width: 70%;
    /*background-color: hotpink;*/
    float: left;
    margin-top: 2%;

}
.logo_name h1{
    /*font-family: 'Koulen', cursive;*/
    /*font-family: 'Battambang', cursive;*/
    font-family: 'Moul', cursive;
    font-size: 15px;
    line-height: 10px;
    color: white;
}
.logo_name h2{
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
    color: white;
}
.others{
    width: 45%;
    height: 120px;
    float: right;
    padding: 0;
    margin: 0;
    /*background-color: red;*/
}
.others .search{
    width: 45%;
    height: 40px;
    background-color: white;
    border-radius: 25px;
    padding-top: 10px;
    float: left;
}
.search p{
    color: grey;
    /*margin-top: 50%;*/
    margin-left: 10px!important;
    float: left;
}
.search a{
    /*margin-left: 155px!important;*/
    float: right;
    color: darkred;
    font-size: 20px;
    background-color: green;
}
.others .other_item{
    width: 55%;
    height: 60px;
    /*background-color: blue;*/
    float: right;
    margin-top: 7px;
}
.other_item ul{
    text-decoration: none;
    list-style-type: none;
}
.other_item ul li{
    float: left;
    padding: 5px;
    width: 50px;
    height: 50px;
    margin: 5px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
}
.other_item ul li a{
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 20px;
    color: darkred;
}
.other_item ul li a i{
    font-size: 40px;
    color: darkred;

}
.other_item ul li a img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.our_menu{
    width: 100%;
    height: 330px;
    /*background-color: #00aeef;*/
    margin: 0;
    padding: 0;
    position: relative;
}
.our_menu img{
    width: 100%;
    height: 100%;
    margin-top: -10px;
}
.our_menu .three_menu{
    position: absolute;
    width: 70%;
    height: 300px;
    /*background-color: #00AA88;*/
    top: -30%;
    left: 50%;
    transform: translate(-50%,0%);
    /*padding-left: 80px;*/
}
.three_menu .three_menu_item{
    width: 25%;
    height: 100%;
    /*background-color: greenyellow;*/
    margin-right: 7%;
    float: left;
}
.three_menu_item .item_img{
    width: 100%;
    height: 60%;
    /*background-color: grey;*/
}
.three_menu_item .item_txt{
    width: 100%;
    height: 40%;
    /*background-color: white;*/
}
.item_txt h1{
    font-size: 20px;
    color: orange;
    text-align: center;
    font-weight: bold;
}
.item_txt p{
    font-size: 15px;
    color: black;
    text-align: center;
}
.our_menu .txt_menu{
    width: 200px;
    height: 50px;
    /*background-color: #00aeef;*/
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-80%);
}
.txt_menu h1{
    font-size: 25px;
    color: darkred;
    text-align: center;
    font-weight: bold;
}
.category_box{
    width: 90%;
    height: 100px;
    /*background-color: #0c5460;*/
    padding-left: 25px;
    margin-top: -20px;
    top: 95%;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    z-index: 2;

}
.category_box .category_item{
    width: 8.50%;
    height: 100%;
    background-color: white;
    margin-right: 2.5%;
    float: left;
    border-radius: 10%;
    box-shadow: 2px 2px 5px 0px grey;
}
.category_item a{
    text-decoration: none;
    color: black;
}
.category_item .category_img{
    width: 100%;
    height: 60%;
    /*background-color: white;*/
    padding: 0 18px 0 18px;
}
.category_img img{
    /*width: 70%;*/
    height: 100%;
    margin-top: -20px;
}
.category_item .category_txt{
    width: 100%;
    height: 40%;
    /*background-color: grey;*/
    text-align: center;
}
.category_txt p{
    font-weight: bold;
    font-size: 15px;
}
.menu_category{
    width: 100%;
    height: 450px;
    background-color: #eee;
    position: relative;
}
.menu_category img{
    width: 100%;
    height: 100%;
}
.menu_category .advertise_box {
    position: absolute;
    width: 90%;
    height: 250px;
    /*background-color: #0b2e13;*/
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding-left: 20px;
}
.advertise_box .advertise_item{
    width: 48%;
    height: 100%;
    /*background-color: #00aeef;*/
    float: left;
    margin-right: 2%;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 0px grey;
}
.advertise_item img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.recommend{
    width: 100%;
    height: 450px;
    background-color: white;
    padding-top: 30px;
}
.recommend .recommend_box{
    width: 86.5%;
    height: 50px;
    /*background-color: #00aeef;*/
    margin: auto;
    /*margin-top: 20px!important;*/
}
.recommend_for_you{
    width: 40%;
    height: 100%;
    /*background-color: #0c5460;*/
    float: left;
}
.recommend_for_you h1{
    font-size: 25px;
    margin-top: 10px;
    /*font-weight: bold;*/
}
.top_product{
    width: 50%;
    height: 100%;
    /*background-color: #0b2e13;*/
    float: right;
}
.top_product .top_of_week{
    width: 70%;
    height: 100%;
    /*background-color: pink;*/
    float: left;
}
.top_of_week h2{
    font-size: 20px;
    color: grey;
    margin-top: 10px;
}
.top_product .view_all{
    width: 17%;
    height: 50%;
    background-color: orange;
    float: right;
    border-radius: 20px;
    margin-top: 10px;
}
.view_all p{
    text-align: center;
    font-size: 15px;
    /*margin-top: 10px;*/
    cursor: pointer;
}
.recommend_item_box{
    width: 90%;
    height: 280px;
    /*background-color: #0e8c8c;*/
    margin: auto;
    margin-top: 40px;
    padding-left: 20px;
}
.recommend_item_box .slide-box-big{
    /*background-color: white;*/
    height: 100%;
    width: 100%;
}
.slide-box-big .slide-box1{
    /*background-color: red;*/
    height: 100%;
}
/*slide show1*/
.slide-box1 .slide-box{
    width: 100%;
    height: 100%;
    /*background-color: greenyellow;*/
    float: left;
    position: relative;
    /*margin-top: 20px;*/
    overflow: hidden;
    padding: 0;
}
.btn-slide{
    position: absolute;
    top: 50%;
    left: -100px;
    padding: 10px 30px;
    /*background-color: #333;*/
    color: #fff;
    transform: translate(0, -50%);
    cursor: pointer;
    transition: 0.5s;
    z-index: 2;
}
.btn-next{
    right: -100px;
    left: auto;

}
.slide-box1 .slide-box:hover .btn-back{
    left: 10px;
}
.slide-box1 .slide-box:hover .btn-next{
    right: 10px;
}
.btn-slide:hover{
    color: #333;
    background-color: #fff;
}
.slide-box .slide{
    width: 100%;
    height: 100%;
    float: left;
    /*background-color: black;*/
    position: relative;
    display: none;
    animation-name: fade;
    animation-duration: 0.5s;
}
.slide .slide_item{
    float: left;
    width: 18%;
    height: 100%;
    /*background-color: #0b2e13;*/
    margin-right: 2%;
    border-radius: 16px;
    /*box-shadow: 2px 2px 5px 0px grey;*/
}
.slide_item .slide_img{
    width: 100%;
    height: 70%;
    /*background-color: pink;*/
    position: relative;
    transition: 0.5s;
}
.slide_img .icon{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    color: darkred;
    /*background-color: red;*/
}
.slide_img img{
    width: 100%;
    height: 90%;
    border-radius: 15px;
}
.slide_item .slide_icon{
    margin-top: 10px;
    width: 100%;
    height: 10%;
    /*background-color: blue;*/
}
.slide_icon .icon_txt{
    width: 80%;
    height: 100%;
    float: left;
    /*background-color: #00AA88;*/
}
.icon_txt h3{
    font-size: 15px;
    margin: 0;
    padding: 0;

}
.slide_icon .icon_icon{
    width: 20%;
    height: 100%;
    float: left;
    /*background-color: white;*/
    text-align: center;
    color: darkred!important;
}
.icon_icon i{
    color: darkred!important;
}
.slide_item .slide_txt{
    width: 100%;
    height: 20%;
    /*background-color: grey;*/
}
.slide_txt p{
    font-size: 15px;
    line-height: 10px;
    color: grey;
}
.slide_txt h3{
    font-size: 15px;
    /*margin-top: -20px;*/
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.all_product{
    width: 90%;
    height: 100%;
    /*height: 500px;*/
    background-color: white;
    /*margin-top: 50px;*/
    padding-top: 30px;
}
.all_product .all_product_box{
    width: 96%;
    height: 50px;
    /*background-color: #0c5460;*/
    margin: auto;
}
.all_product_box .all_product_head{
    width: 20%;
    height: 100%;
    /*background-color: greenyellow;*/
    float: left;
}
.all_product_head h1{
    font-size: 28px;
}
.all_product_box .more_than{
    width: 55%;
    height: 100%;
    /*background-color: pink;*/
    float: right;
    padding: 0;
    margin: 0;
}
.more_than .more_than_txt{
    width: 80%;
    height: 100%;
    /*background-color: #0e4377;*/
    float: left;
}
.more_than_txt h2{
    font-size: 20px;
    margin-top: 10px;
    color: grey;
}
.more_than .view_all2{
    width: 13%;
    height: 50%;
    background-color: orange;
    float: right;
    border-radius: 20px;
    margin-top: 10px;
}
.view_all2 p{
    text-align: center;
}
.all_product .all_menu{
    width: 100%;
    height: 50px;
    /*background-color: dodgerblue;*/
}
.all_menu ul{
    list-style-type: none;
}
.all_menu ul li{
    float: left;
    padding: 5px 15px 5px 15px;
    margin: 5px;
    /*background-color: orange;*/
    border-radius: 25px;
    border: 2px solid #eee;
}
.all_menu ul li a{
    color: black;
    text-decoration: none;
}

.all_product .order_box{
    width: 100%;
    height: 100%;
    /*background-color: #0e8c8c;*/
    margin-top: 30px;

}
.order_box .table_box{
    width: 67%;
    height: 100%;
    /*background-color: #00aeef;*/
    float: left;
    padding-left: 25px;
    padding-bottom: 50px;
    position: relative;
}
.table_box .pop_user_box{
    width: 100px;
    height: 100px;
    background-color: grey;
    top: 27%;
    left: 50%;
    transform: translate(-27%,-50%);
    position: absolute;
    border-radius: 50%;
}
.pop_user_box img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.table_box table{
    background-color: #eee;
    /*border: 2px solid #eee;*/
    border-radius: 15px;
    box-shadow: 2px 2px 5px 0px grey;
}
.table_box table th{
    padding: 5px 15px;
    /*background-color: palegreen;*/
    font-size: 13px;
    text-align: center;
    color: darkred;
}
.table_box table td{
    padding: 10px;
    text-align: center;
    border-top: 2px solid white;
    font-size: 13px;
}
.table_box .user_profile_head{
    width: 100%;
    height: 150px;
    /*background-color: #00aeef;*/
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.user_profile_head img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.table_box .user_profile_body{
    width: 100%;
    height: 350px;
    /*background-color: #0e8c8c;*/
}
.user_profile_body .user_profile_item{
    width: 50%;
    height: 100%;
    margin: auto;
    /*background-color: pink;*/
    padding-top: 100px;
}
.user_profile_item .user_item{
    width: 100%;
    height: 30px;
    /*background-color: #00b0ff;*/
    padding-left: 40px;
}
.user_item .user_item1{
    width: 10%;
    height: 100%;
    /*background-color: grey;*/
    float: left;
    margin-right: 2%;
    color: darkred;
}
.user_item .user_item2{
    width: 40%;
    height: 100%;
    /*background-color: hotpink;*/
    float: left;
    margin-right: 5%;
}
.user_item .user_item3{
    width: 40%;
    height: 100%;
    /*background-color: yellow;*/
    float: left;
}
.user_item3 p{
    font-weight: bold;
}
.table_box .user_profile_footer{
    width: 100%;
    height: 100px;
    /*background-color: #eee;*/
    border-top: 2px solid white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.user_profile_footer .profile_footer_box{
    width: 50%;
    height: 100%;
    /*background-color: pink;*/
    margin: auto;
}
.profile_footer_box .footer_item{
    width: 100%;
    height: 100%;
    /*background-color: yellow;*/
    padding-left: 40px;
    padding-top: 30px;
}
.footer_item .footer_item1{
    width: 10%;
    height: 100%;
    /*background-color: grey;*/
    float: left;
    margin-right: 2%;
    color: darkred;
}
.footer_item .footer_item2{
    width: 40%;
    height: 100%;
    /*background-color: hotpink;*/
    float: left;
    margin-right: 5%;
}
.footer_item .footer_item3{
    width: 40%;
    height: 100%;
    /*background-color: yellow;*/
    float: left;
}
.order_box .qr_box{
    width: 30%;
    height: 100%;
    background-color: #eee;
    float: right;
    border-radius: 15px;
    padding-bottom: 30px;
    box-shadow: 2px 2px 5px 0px grey;
    margin-bottom: 50px;
}
.qr_box h1{
    font-size: 20px;
    text-align: center;
}
.qr_box p{
    font-size: 15px;
    text-align: center;
}
.qr_box .qr_img{
    width: 180px;
    height: 180px;
    /*background-color: blue;*/
    margin: auto;
    border-radius: 10px;
}
.qr_img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.all_product_item{
    width: 100%;
    /*height: 100%;*/
    /*background-color: #0b2e13;*/
    margin: auto;
    margin-top: 50px!important;
    padding-left: 20px;
}
.all_product_item .product_item{
    width: 23%;
    height: 350px;
    /*background-color: white;*/
    margin-right: 2%;
    float: left;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 2px solid #eee;
}
.product_item .product_item_img{
    width: 100%;
    height: 50%;
    /*background-color: red;*/
    border-radius: 10px;
}
.product_item_img img{
    width: 100%;
    height: 100%;
    border-radius: 10px!important;
}
.product_item_txt{
    width: 100%;
    height: 50%;
    /*background-color: white;*/
    position: relative;
}
.product_item_txt h2{
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}
.product_item_txt p{
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
    color: grey;
}
.product_item_txt h3{
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.product_item_txt .add_card{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-80%);
    /*background-color: orange;*/
    width: 150px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    border-radius: 15px;
    cursor: pointer;
    border: 1px solid orange;
    color: orange;
}
.add_card i{
    margin-top: 15px;
    float: left;
}
.app_play_store{
    width: 100%;
    height: 650px;
    /*background-color: #0b2e13;*/
    position: relative;
}
.app_play_store img{
    width: 100%;
    height: 100%;
}
.app_play_store .free_download_box{
    position: absolute;
    width: 350px;
    height: 250px;
    /*background-color: white;*/
    top: 50%;
    left: 8%;
    transform: translate(-8%, -50%);
}
.free_download_box h1{
    font-size: 30px;
    color: darkred;
    font-weight: bold;
    text-align: center;
}
.free_download_box h2{
    font-size: 28px;
    color: orange;
    /*font-weight: bold;*/
    text-align: center;
}
.free_download_box .app_store{
    width: 190px;
    height: 40px;
    background-color: darkred;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    color: white;
    border-radius: 15px;
    cursor: pointer;
}

.free_download_box .play_store{
    width: 190px;
    height: 40px;
    background-color: orange;
    margin: auto;
    text-align: center;
    font-size: 20px;
    padding-top: 8px;
    color: white;
    border-radius: 15px;
    cursor: pointer;
}
.app_play_store .phone_box{
    position: absolute;
    width: 550px;
    height: 550px;
    /*background-color: red;*/
    top: 50%;
    right: 5%;
    transform: translate(-5%, -50%);
}
.new_footer{
    width: 100%;
    height: 450px;
    background-color: #8b1500;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}
.new_footer{
    width: 100%;
    height: 400px;
    background-color: #8b1500;
    margin: 0;
    padding: 0;
    padding-top: 40px;
}
.new_footer .stay_away{
    width: 40%;
    height: 110px;
    /*background-color: black;*/
    margin: auto;
    margin-bottom: 10px;
    margin-top: 5px;
}
.stay_away h1{
    font-size: 20px;
    text-align: center;
    color: white;
}
.stay_away p{
    font-size: 17px;
    text-align: center;
    color: white;
}
.stay_away .inp{
    width: 80%;
    height: 40px;
    /*background-color: #0e8c8c;*/
    margin: auto;
}
.inp input{
    height: 100%;
    border-radius: 10px;
    border: 1px solid orange;
    float: left;
}
.new_footer .footer_box{
    width: 90%;
    height: 200px;
    /*background-color: dodgerblue;*/
    margin: auto;
    padding-left: 20px;
}
.footer_box .footer_item{
    width: 23%;
    height: 100%;
    /*background-color: white;*/
    margin-right: 2%;
    float: left;
}
.footer_item ul{
    list-style-type: none;
}
.footer_item ul li{
    padding: 5px;

}
.footer_item ul li a{
    text-decoration: none;
    color: white;
}
.footer_item ul li i{
    font-size: 25px!important;
    color: white!important;
}
.heada{
    font-size: 20px;
    /*font-family: 'Battambang', cursive;*/
    /*font-family: 'Chenla', cursive;*/
    /*font-family: 'Content', cursive;*/
    /*font-family: 'Cookie', cursive;*/
    font-family: 'Hanuman', serif;
    /*font-family: 'Khmer', cursive;*/
    /*font-family: 'Koulen', cursive;*/
    /*font-family: 'Merriweather', serif;*/
    /*font-family: 'Moul', cursive;*/
    /*font-family: 'Nokora', sans-serif;*/
    /*font-family: 'Odor Mean Chey', serif;*/
}
.our_gallery{
    width: 100%;
    height: 80px;
    /*background-color: #0e8c8c;*/
}
.our_gallery .gallery_item{
    width: 23%;
    height: 48%;
    /*background-color: brown;*/
    margin-right: 2%;
    float: left;
    margin-bottom: 5px;
    border-radius: 5px;
}
.gallery_item img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}


.detail_box{
    width: 100%;
    height: 400px;
    background-color: white;
    padding-top: 5px;
    box-shadow: 2px 2px 5px 0px grey!important;
    margin-top: -30px;
}
.detail_box .detail_head{
    width: 85%;
    height: 300px;
    /*background-color: #eee;*/
    margin: auto;
}
.detail_head h1{
    font-size: 18px;
}
.detail_head .detail_box_item{
    width: 100%;
    height: 100%;
    /*background-color: dodgerblue;*/
}
.detail_box_item .item_detail_img{
    width: 30%;
    height: 80%;
    /*background-color: green;*/
    float: left;
    border-radius: 10px;
}
.item_detail_img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.detail_box_item .item_detail_txt{
    width: 68%;
    height: 100%;
    background-color: #eee;
    float: left;
    margin-left: 2%;
    padding: 20px;
    padding-top: 0;
    border-radius: 10px;
    position: relative;
}
.detail_box_item .item_detail_txt2{
    height: 290px!important;
    /*background-color: red;*/
    font-size: 10px;
}
.item_detail_txt2 .des_product{
    /*background-color: red;*/
    height: 80px!important;
    width: 50%;
    font-size: 13px;
}
.item_detail_txt2 .des_txt{
    /*background-color: #0e8c8c;*/
    height: 90px;
    font-size: 13px;
}
.item_detail_txt .button_box{
    position: absolute;
    width: 50px;
    height: 50px;
    /*background-color: #1a237e;*/
    top: 0px;
    right: 0px;
}
.button_box .head_button{
    width: 100%;
    height: 50%;
    /*background-color: #0e8c8c;*/
    padding-right: 15px;
}
.button_box .head_button i{
    float: right;
    margin: 10px;
    font-size: 20px;
    /*color: red!important;*/
}
.button_box .two_button{
    width: 100%;
    height: 50%;
    /*background-color: #00aeef;*/
}
.two_button .result_txt{
    width: 30%;
    height: 30px;
    /*background-color: orange;*/
    float: left;
    margin-right: 3%;
    text-align: center;
}
.txt-center{
    border-radius: 10px;
    padding-top: 5px;
    border: 1px solid grey;
    margin-top: 2px;
}
.btn_btn{
    width: 25px;
    height: 25px;
    /*background-color: darkred;*/
    color: white;
    border-radius: 50%;
    border: none;
    float: left;
    margin: 5px;
}
.item_detail_txt h1{
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-weight: bold;
    color: black;
}
.item_detail_txt p{
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    color: grey;
}
.item_detail_txt h3{
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    color: black;
    font-weight: bold;
}
.item_detail_txt .des_product{
    width: 20%;
    height: 40px;
    /*background-color: pink;*/
    float: left;
}
.des_txt{
    width: 100%;
    height: 150px;
    /*background-color: hotpink;*/
    border-top: 1px solid white;
}
.submit_box{
    /*width: 20%;*/
    /*height: 40px;*/
    background-color: orange;
    /*border-radius: 20px;*/
    /*text-align: center;*/
    /*padding-top: 10px;*/
    /*cursor: pointer;*/
    width: 80px;
    height: 30px;
    outline: none;
    border: none;
    /*background: gray;*/
    border-radius: 30px;
    font-size: 13px;
}
.submit_box a{
    text-decoration: none;
    color: black;
}

.shoping_card{
    width: 100%;
    height: 100%;
    /*background-color: pink;*/
    margin-bottom: 20px;
    padding-top: 10px;
}
.shoping_card .delete_all{
    width: 85%;
    height: 50px;
    /*background-color: #0e8c8c;*/
    margin: auto;
    margin-bottom: 30px;

}
.shoping_card .delete_all h1{
    font-size: 15px;
    margin-top: 20px;
    /*background-color: red;*/
    width: 20%;
    height: 40px;
    padding-top: 10px;
    border-radius: 10px;
    padding-left: 10px;
    box-shadow: 2px 2px 5px 0px grey;
}
.shoping_card .order{
    width: 85%;
    height: 100%;
    /*background-color: pink;*/
    margin: auto;
}
.order .order_detail{
    width: 68%;
    height: 100%;
    /*background-color: red;*/
    float: left;
}
.order_detail .order_menu_box{
    width: 100%;
    height: 100%;
    /*background-color: hotpink;*/
    padding: 10px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px 0px grey;
}
.order_menu_box .order_all_menu{
    width: 100%;
    height: 130px;
    /*background-color: dodgerblue;*/
    border-bottom: 2px solid red;
    margin-top: 5px;
}
.order_all_menu .menu_type{
    width: 70%;
    height: 100%;
    /*background-color: green;*/
    float: left;
}
.menu_type .menu_img_type{
    width: 35%;
    height: 90%;
    /*background-color: #00b0ff;*/
    float: left;
    border-radius: 10px;
    padding: 5px;
}
.menu_img_type img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.menu_type .menu_txt_type{
    width: 65%;
    height: 100%;
    /*background-color: pink;*/
    float: right;
    padding: 5px;
    /*padding-left: 10px;*/
}
.menu_txt_type h1{
    font-size: 17px;
    line-height: 5px;
    margin-top: 10px;
}
.menu_txt_type h3{
    font-size: 17px;
    line-height: 5px;
    color: grey;
}
.menu_txt_type p{
    font-size: 17px;
    line-height: 5px;
    float: left;
    /*margin: 5px;*/
    /*padding: 10px;*/
    margin: 5px;
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
    /*background-color: #eee;*/
    border-radius: 10px;
    color: red;
}
.menu_txt_type .variation{
    width: 100%;
    /*background-color: #00b0ff;*/
}
.order_all_menu .add_remove_box{
    width: 30%;
    height: 100%;
    /*background-color: #0b51c5;*/
    float: right;
    padding: 0;
    /*padding: 10px;*/
}
.add_remove_box .add_minus_box{
    width: 70px;
    height: 20%;
    /*background-color: pink;*/
    margin: 0;
    padding: 0;
    float: right;
}
.add_remove_box .add_minus_box input{
    height: 25px;
    margin: 0;
    padding: 0;
    float: right;
    border-radius: 5px;
}
.add_minus_box .add_minus_item{
    width: 30%;
    height: 100%;
    /*background-color: orange;*/
    float: left;
    margin-right: 3%;
}
.add_minus_item p{
    width: 100%;
    height: 90%;
    /*background-color: #00b0ff;*/
    border-radius: 10px;
    text-align: center;
    margin-top: 5px;
    border: 1px solid darkred;
    color: darkred;
}
.add_remove_box .btn_remove{
    width: 100%;
    height: 60%;
    /*background-color: greenyellow;*/
    text-align: center;
    padding-top: 35px;
    font-weight: bold;
    font-size: 15px;

}
.add_remove_box .btn_remove a{
    float: right;
}
.order_method{
    width: 100%;
    height: 170px;
    /*background-color: blue;*/
    padding-top: 2px;
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: 2px 2px 5px 0px grey;
    padding: 10px;
}
.order_method .order_method_head{
    width: 100%;
    height: 30px;
    /*background-color: pink;*/
    padding: 10px;
    margin: 0;
    /*padding-top: 10px;*/
}
.order_method_head h1{
    font-size: 16px;
    margin-top: -5px;
}
.order_method .radio_box{
    width: 100%;
    height: 100px;
    /*background-color: blue;*/
}
.order_method .radio_item{
    width: 100%;
    height: 48%;
    float: left;
    /*background-color: red;*/
    margin-bottom: 2%;
}
.radio_item .radio{
    width: 5%;
    height: 100%;
    /*background-color: green;*/
    float: left;
    /*margin-right: 2%;*/
}
.radio_item .radio_img{
    width: 15%;
    height: 100%;
    /*background-color: brown;*/
    float: left;
    margin-right: 2%;
}
.radio_img img{
    width: 100%;
    height: 100%;
    /*background-color: red;*/
}
.radio_item .radio_txt{
    width: 55%;
    height: 100%;
    /*background-color: blue;*/
    float: left;
}
.radio_txt p{
    margin-top: 15px;
    font-size: 15px;
}
.deliver_to{
    width: 100%;
    height: 100%;
    background-color: #eee;
    padding: 10px;
    border-radius: 15px;
    margin-top: 10px;
    box-shadow: 2px 2px 5px 0px grey;
    padding-bottom: 10px;
}
.deliver_to h2{
    font-size: 16px;
}
.deliver_to​ p{
    font-size: 10px;
    float: left;
    width: 15%;
    color: red!important;
}
.deliver_to​ h3{
    font-size: 5px;
    color: red;
}
.deliver_to input{
    border: none;
    background-color: #eee;
    border-bottom: 2px solid white;
    width: 75%;
    outline: none;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.deliver_to i{
    color: darkred!important;
    float: left;
    margin-right: 10px;
}
.payment_method{
    width: 100%;
    height: 190px;
    background-color: #eee;
    padding: 10px;
    border-radius: 15px;
    margin-top: 10px;
    padding-top: 0;
    /*margin-bottom: 50px;*/
    box-shadow: 2px 2px 5px 0px grey;
}
.payment_method .payment_method_head{
    width: 100%;
    height: 30px;
    /*background-color: #00b0ff;*/
    /*padding-top: 2px;*/
    /*margin-top: 30px;*/
}
.payment_method_head h1{
    font-size: 15px;
    padding-top: 10px;
}
.payment_method .payment_method_item{
    width: 100%;
    height: 200px;
    /*background-color: pink;*/
}
.payment_method_item ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.payment_method_item ul li{
    width: 100%;
    height: 50px;
    /*background-color: white;*/
    margin-bottom: 5px;

}
.payment_method_item ul li .radio_btn{
    width: 5%;
    height: 100%;
    /*background-color: greenyellow;*/
    float: left;
}
.payment_method_item ul li .radio_btn input{
    margin-top: 10px;
}
.payment_method_item ul li .pay_box{
    width: 7%;
    height: 85%;
    /*background-color: green;*/
    border-radius: 50%;
    float: left;
    text-align: center;
    margin-right: 10px;
}
.pay_box p{
    margin-top: 10px;
}
.pay_box img{
    width: 100%;
    height: 100%;
}
.payment_method_item ul li .pay_detail{
    width: 70%;
    height: 100%;
    /*background-color: brown;*/
    float: left;
}
.pay_detail p{
    margin-top: 10px;
    font-size: 14px;
}
.order .order_summary_box{
    width: 30%;
    height: 100%;
    /*background-color: red;*/
    float: right;
    margin: 0;
    padding: 0;
}
.order_summary_box .order_summary{
    width: 100%;
    height: 240px;
    background-color: #eee;
    box-shadow: 2px 2px 5px 0px grey;
    border-radius: 10px;
    padding: 0px;
    margin: 0;
    margin-top: -20px;
}
.order_summary .order_summary_head{
    width: 100%;
    height: 100px;
    /*background-color: #0e8c8c;*/
    margin: 0;
    padding: 0;
}
.order_summary_head h1{
    font-size: 18px;
    text-align: center;
}
.order_summary_head .subtotal{
    width: 100%;
    height: 30px;
    /*background-color: white;*/
    padding: 0;
    margin: 0;
}
.subtotal p{
    font-size: 18px;
}
.subtotal input{
    border: none;
    /*background-color: dodgerblue;*/
    border-bottom: 2px solid #eee;
    outline: none;
    float: right;
    width: 50px;
    color: red;
    font-size: 15px;
    font-weight: bolder;
    margin-right: 5px;
}
.order_summary_head .free_delivery{
    width: 100%;
    height: 30px;
    /*background-color: red;*/

}
.free_delivery p{
    font-size: 16px;
}
.order_summary .total_box{
    width: 100%;
    height: 50px;
    /*background-color: green;*/
    border-top: 2px solid white;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}
.total_box h3{
    font-size: 17px;
    color: darkred;
    font-weight: bold;
    /*margin-top: 25px;*/
    margin: 0;
    padding: 0;
}
.total_box input{
    margin: 0;
    padding: 0;
    /*margin-top: 5px;*/
    width: 50px;
    border: none;
    /*background-color: #eee;*/
    border-bottom: 2px solid white;
    outline: none;
    float: right;
}
.order_summary .place_oder{
    width: 100%;
    height: 40px;
    background-color: orange;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
}



/*vichetdoc*/








@keyframes fade{
    from{
        opacity: 0;
    }
    to{
        opacity: 2;
    }
}
.slide img{
    width: 100%;
    height: 100%;
}
.slide .btn-more{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*background-color: pink;*/
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}
.slide .btn-more:hover{
    opacity: 0.7;
}
.picture-box{
    width: 100%;
    /*height: 420px;*/
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.picture-box .box1{
    width: 100%;
    /*height: 48%;*/
    position: relative;

}
.box1 img{
    width: 100%;
    height: 100%;
}
.btn-free-style{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 5px;
    /*background-color: pink;*/
    font-weight: bold;
    border-radius: 3px;
    opacity: 0.7;
    color: black;
    cursor: pointer;
}
.btn-free-style:hover{
    opacity: 0.4;
}
/*slide Trace*/
/*infinite slider*/

.slide-box-big .slide-box2 .partner-sponsor{
    width: 100%;
    height: 100%;

}
.partner-sponsor .slider{
    width: 100%;
    height: 100%;
    background-color: white;
    margin-top: 5px;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
}
.slide-track{
    display: flex;
    /*width: calc(150px * 14);*/
    height: 100%;
    animation: scroll 10s linear infinite ;
    padding: 0;
    margin: 0;
}
@keyframes scroll {
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(calc(-150px * 7));
    }
}
.slides{
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-bottom: 0px;
    perspective: 60px;
    border-radius: 10px;
    /*background-color: #0c5460;*/
}
.slides img{
    width: 100%;
    height: 100%;
    transition: transform 1s;
    border-radius: 10px;
}
.slides img:hover{
    transform: translate(20px);
}
.slider::before,
.slider::after{
    /*background: linear-gradient(to right, rgba(0,0,0,1) 0%,*/
    /*rgba(0,0,0,0.57) 100%);*/

    content: '';
    height: 100%;
    position: absolute;
    width: 5%;
    z-index: 2;
}
.slider::before{
    left: 0;
    top: 0;
}
.slider::after{
    right: 0;
    top: 0;
    transform: rotate(180deg);
}
.first-content{
    /*background-color: red;*/
    width: 100%;
    height: 270px;
    padding: 0;
    margin: 0;
}
.first-content .three_box{
    /*padding: 5px;*/
    width: 31.5%;
    height: 100%;
    float: left;
    margin-right: 2.8%;
    overflow: hidden;
}
.three_box img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.three_box:hover img{
    transform: scale(1.1);
}
.des-box{
    /*background-color: #0b51c5;*/
    width: 100%;
    margin: auto!important;
}
.des-box p{
    text-align: center;
    font-weight: bolder;
    font-size: 17px;
}
.des-box h3{
    text-align: center;
    font-weight: bolder;
    font-size: 40px;
}
.second-content .four_box{
    /*padding: 5px;*/
    width: 23%;
    height: 320px;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px 0px grey;
}
.four_box .img-box{
    width: 100%;
    height: 75%;
    /*background-color: #00AA88;*/
    overflow: hidden;
    cursor: pointer;
}
.img-box iframe{
    width: 100%;
    height: 100%;
}
.img-box img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}
.img-box:hover img{
    transform: scale(1.2);
}
.four_box .txt-box{
    width: 100%;
    height: 25%;
    background-color: #eee;
    padding-left: 5px;
}
.txt-box h2{
    font-size: 18px;
    padding: 0;
    margin: 0;

}
.txt-box p{
    font-size: 15px;
    padding: 0;
    margin: 0;
    /*line-height: 10px;*/
}
/*four-boxs*/
.second-content{
    padding: 0;
    margin: 0;
    padding-left: 20px;
    box-shadow: 2px 2px 5px 0px grey;
    background-color: white;
    padding-top: 20px;
    margin-bottom: 20px;
}

.four_boxs .img-boxs{
    width: 100%;
    height: 80%;
    /*background-color: #00AA88;*/
    overflow: hidden;
}
.img-boxs img{
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}
.img-boxs:hover img{
    transform: scale(1.2);
}
.line{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}
.line .title{
    width: 35%;
    float: left;
}
.line .title h1{
    font-size: 20px;
    font-weight: bolder;
    color: black;
}
.line .line-through{
    width: 65%;
    border: 3px solid #777777;
    float: right;
    margin-top: 13px;
    border-radius: 2px;
}
/*footer*/
.footers{
    /*background-color: black;*/
    height: 250px;
    margin-top: 30px;
    padding: 0px;
    margin: 0;
}
.footers .contactxx{
    width: 30%;
    float: left;
    margin: 10px;
    /*background-color: #00AA88;*/
}
.contactxx h1{
    font-size: 18px;
    color: gray;
}
.contactxx p{
    font-size: 14px;
    font-family: bold;
    font-weight: bold;
    line-height: 16px;
    color: white;
}
.contactxx a{
    font-size: 24px!important;
    color: white;
    margin: 4px;
}
/*contact us*/
.contact-body-box{
    width: 80%;
    height: 100%;
    /*background-color: green;*/
    padding: 0;
    margin: auto;
    /*margin-top: 30px;*/
    float: left;
}
.sub-contact-box{
    width: 100%;
    height: 100%;
    /*background-color: red;*/
    box-shadow: 2px 2px 5px 0px grey;
    float: left;
    box-sizing: border-box;
    /*padding: 10px;*/
    position: relative;
}
.sub-contact-box img{
    width: 100%;
    height: 100%;
}
.contact-item{
    position: absolute;
    width: 70%;
    height: 50%;
    background-color: rgba(0,0,0,0.5);
    /*background-color: wheat;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 2px 2px 5px 3px grey;
}
.contact-item-box h1{
    color: red;
    font-size: 15px;
    font-family: bold;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.contact-item-box p{
    color: black;
    font-size: 15px;
    font-family: bold;
    font-weight: bold;
    line-height: 19px;
}
.contact-item ul{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    float: left;
    color: red;
}
.contact-item ul li{
    width: 23%;
    height: 92%;
    float: left;
    background-color: white;
    margin: 1%;
    text-align: center;
    position: relative;
    box-shadow: 2px 2px 5px 0px grey;
}
.contact-item ul li .contact-item-box{
    position: absolute;
    width: 100%;
    height: 65%;
    /*background-color: green;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.contact-item ul li a{
    margin: 5px;
}
.contact-item ul li i{
    font-size: 30px!important;
}
/*sub body*/
.sub-body{
    margin: 0 0 0 0;
    padding: 0 20px 0 0;
    margin-top: 10px;
    float: left;
    /*width: 100%;*/
    box-sizing: border-box;

}
.sub-body .body-box{
    width: 100%;
    padding-bottom: 90px;
}
.body-box .title-box{
    width: 100%;
    float: left;
    border-bottom: 2px solid hotpink;
}
.body-box .title-box .box{
    float: left;
    padding: 10px;
    font-family: 'Koulen', cursive;
    font-size: 18px;
    color: green;
    height: auto;
    width: 110px;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 50%, 75% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 75% 0);
    /*background-color: hotpink;*/
}
.body-box .box-item{
    width: 100%;
    box-shadow: 2px 2px 5px 0px grey;
    float: left;
    box-sizing: border-box;
    padding: 10px 10px 10px 0px;

}
.box-item .box-img{
    width: 29%;
    height: 300px;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.box-img img{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.box-img:hover img{
    transform: scale(1.5);
}
.box-img .blur-box{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    position:absolute;
}
.box-img:hover .blur-box{
    background-color: rgba(0,0,0,0.4);
}
.box-item a:hover .box-head{
    color: green;
}
.box-item .box-txt{
    width: 70%;
    height: 300px;
    float: left;
    margin-bottom: 10px;
    box-shadow: 2px 15px 10px -15px grey;
}
.box-txt p{
    margin-top: 5px;
    font-size: 17px;
    color: black;
}
.box-txt .box-head{
    width: 99%;
    height: 35px;
    border-bottom: 2px solid #e6e6e6;
    font-family: 'Koulen', cursive;
    color: green;
    font-size: 18px;
}
/*Media*/

.media{
    margin: 0;
    padding: 0;
    float: left;
    /*width: 100%;*/
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.media-img{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}
.media-img img{
    width: 100%;
    height: 100%;
    float: left;
    margin-top: 5px;
    cursor: pointer;
}
.pop-menu{
    background-color: indianred;
    width: 100%;
    float: left;
    margin-top: 5px;
}
.pop-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.pop-menu ul li a{
    display: block;
    padding: 3px 8px;
    color: orange;
    font-family: 'Koulen', cursive;
    font-size: 14px;
    text-decoration: none;
}
.pop-menu ul li a:hover{
    color: white;
}
.pop-box{
    width: 99%;
    height: 450px;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
    box-shadow: 2px 15px 10px -15px grey;
}
.pop-box .pop-img-box{
    width: 100%;
    height: 80%;
    margin: 0;
    position: relative;
}
.pop-box .pop-img-box img{
    width: 100%;
    height: 100%;
    margin: 0;
}
.pop-img-box .pop-blur{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.1);
}
.pop-img-box:hover .pop-blur{
    background-color: rgba(0,0,0,0.3);
}
.pop-box .pop-txt-box{
    width: 100%;
    height: 20%;
    margin-top: 3px;
    overflow: hidden;
    /*box-shadow: 5px 5px 5px 0px grey;*/
}
.pop-txt-box p{
    margin: 0;
    padding: 0;
    color: black;
    font-family: 'Koulen', cursive;
    font-size: 13px;
}
.pop-txt-box h2{
    font-size: 18px;
    color: dodgerblue;
}
.more{
    display: none;
}
/*left Menu Bar*/
.draw-bar{
    width: 250px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -250px;
    background-color: white;
    z-index: 9999;
    transition: 0.5s;
}
.left-menu{
    width: 100%;
}
.left-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.left-menu ul li a{
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    color: black;
    font-family: 'Battambang', Arial, Helvetica, sans-serif!important;
    font-size: 18px;

}
.left-menu ul li a:hover{
    color: orange;
}
.popups{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    /*background-color: black;*/
    /*z-index: 9999999999999999!important;*/
}
.read{
    margin: 0% 50% 1% 47%;
    width: 150px;
    border-radius: 10px;
}

@charset "utf-8";
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .new_logo .logo_image{
        width: 30%;
        height: 100%;
        /*background-color: pink;*/
        float: left;
    }
    .others{
        /*background-color: pink;*/
    }
    .search{
        /*background-color: blue;*/
    }
    .search a{
        /*margin-left: 90px!important;*/
        float: left;
        color: darkred;
        font-size: 20px;
    }
    .free_delivery p{
        margin-left: -70px!important;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .new_logo .logo_image{
        width: 40%;
        height: 100%;
        /*background-color: hotpink;*/
        float: left;
    }
    .new_logo .logo_name{
        width: 60%;
        /*background-color: hotpink;*/
        float: left;
        margin-top: 2%;
    }
    .logo_name h1{
        /*font-family: 'Koulen', cursive;*/
        /*font-family: 'Battambang', cursive;*/
        font-family: 'Moul', cursive;
        font-size: 12px;
        line-height: 5px;
        color: white;
        /*margin-top: 20px;*/
    }
    .logo_name h2{
        font-size: 12px;
        font-weight: bold;
        line-height: 0px;
        color: white;
    }
    .search a{
        margin-left: 100px!important;
        float: left;
        color: darkred;
        font-size: 20px;
    }
    .others{
        /*background-color: #00b0ff;*/
    }
    .others .search{
        /*background-color: green;*/
        width: 100%;
        height: 40px;
    }
    .others .other_item{
        width: 100%;
        height: 60px;
        /*background-color: #0e8c8c;*/
        float: right;
        margin-top: 7px;
    }
    .other_item ul{
        /*background-color: yellow;*/
    }
    .other_item ul li{
        float: left;
        padding: 5px;
        width: 40px;
        height: 40px;
        /*margin: 5px;*/
        background-color: white;
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
    }
    .other_item ul li a{
        width: 100%;
        height: 100%;
        line-height: 0px;
        font-size: 15px;
        color: darkred;
        margin-top: -10px;
    }
    .other_item ul li a i{
        font-size: 10px;
        color: darkred;
    }
    .other_item ul li a img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .our_menu{
        height: 300px;
        margin-top: -10px;
        /*background-color: #0e8c8c;*/
    }
    .our_menu .three_menu{
        position: absolute;
        width: 100%;
        height: 270px;
        /*background-color: #00AA88;*/
        top: -20%;
        left: 50%;
        transform: translate(-50%,0%);
        padding-left: 40px;
    }
    .three_menu .three_menu_item{
        width: 30%;
        height: 100%;
        background-color: white;
        margin-right: 2%;
        /*float: left;*/
        margin-bottom: 20px;
        box-shadow: 2px 2px 5px 0px grey;
        border-radius: 15px;
    }
    .three_menu_item .item_img{
        width: 100%;
        height: 60%;
        /*background-color: grey;*/
    }
    .three_menu_item .item_txt{
        width: 100%;
        height: 40%;
        /*background-color: white;*/
    }
    .item_txt h1{
        font-size: 15px;
        color: orange;
        text-align: center;
        font-weight: bold;
        margin-top: -20px;
        /*padding: 5px;*/
    }
    .item_txt p{
        font-size: 14px;
        color: black;
        text-align: center;
        padding: 0 15px 0 15px;
    }
    .category_box{
        width: 90%;
        height: 70px;
        /*background-color: red;*/
        padding-left: 10px;
        margin-top: -20px;
        top: 95%;
        left: 50%;
        transform: translate(-50%,0);
        position: absolute;
        z-index: 2;

    }
    .category_box .category_item{
        width: 8.50%;
        height: 100%;
        background-color: white;
        margin-right: 2.5%;
        float: left;
        border-radius: 10%;
        box-shadow: 2px 2px 5px 0px grey;
        /*margin-bottom: 10%;*/
    }
    .category_item a{
        text-decoration: none;
        color: black;
    }
    .category_item .category_img{
        width: 100%;
        height: 50%;
        /*background-color: red;*/
        padding: 0;
        margin: 0;
        padding: 0 10px 0 10px;
    }
    .category_img img{
        /*width: 70%;*/
        height: 100%;
        margin-top: -20px;
    }
    .category_item .category_txt{
        width: 100%;
        height: 50%;
        /*background-color: grey;*/
        text-align: center;
    }
    .category_txt p{
        font-weight: bold;
        font-size: 13px;
    }
    .menu_category{
        width: 100%;
        height: 200px;
        background-color: #eee;
        position: relative;
        margin-top: 50px;
    }
    .menu_category .advertise_box {
        position: absolute;
        width: 90%;
        height: 180px;
        /*background-color: #0b2e13;*/
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
        padding-left: 15px;
    }
    .advertise_box .advertise_item{
        width: 48%;
        height: 100%;
        /*background-color: #00aeef;*/
        float: left;
        margin-right: 2%;
        border-radius: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .advertise_item img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .recommend{
        width: 100%;
        height: 300px;
        background-color: white;
        padding-top: 20px;
    }
    .recommend .recommend_box{
        width: 86.5%;
        height: 50px;
        /*background-color: #00aeef;*/
        margin: auto;
        /*margin-top: 20px!important;*/
    }
    .recommend_for_you{
        width: 30%;
        height: 100%;
        /*background-color: #0c5460;*/
        float: left;
    }
    .recommend_for_you h1{
        font-size: 20px;
        margin-top: 10px;
        /*font-weight: bold;*/
    }
    .top_product{
        width: 45%;
        height: 100%;
        /*background-color: #0b2e13;*/
        float: right;
    }
    .top_product .top_of_week{
        width: 70%;
        height: 100%;
        /*background-color: green;*/
        float: left;
    }
    .top_of_week h2{
        font-size: 20px;
        color: grey;
        margin-top: 10px;
    }
    .top_product .view_all{
        width: 20%;
        height: 50%;
        background-color: orange;
        float: right;
        border-radius: 20px;
        margin-top: 10px;
    }
    .view_all p{
        text-align: center;
        font-size: 15px;
        /*margin-top: 5px;*/
        cursor: pointer;
    }
    .recommend_item_box{
        width: 90%;
        height: 200px;
        /*background-color: hotpink;*/
        margin: auto;
        margin-top: 10px;
        padding-left: 5px;
    }
    .recommend_item_box .slide-box-big{
        /*background-color: white;*/
        height: 100%;
        width: 100%;
    }
    .slide-box-big .slide-box1{
        /*background-color: red;*/
        height: 100%;
    }
    /*slide show1*/
    .slide-box1 .slide-box{
        width: 100%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
        position: relative;
        /*margin-top: 20px;*/
        overflow: hidden;
        padding: 0;
    }
    .btn-slide{
        position: absolute;
        top: 50%;
        left: -100px;
        padding: 10px 30px;
        background-color: #333;
        color: #fff;
        transform: translate(0, -50%);
        cursor: pointer;
        transition: 0.5s;
        z-index: 2;
    }
    .btn-next{
        right: -100px;
        left: auto;

    }
    .slide-box1 .slide-box:hover .btn-back{
        left: 10px;
    }
    .slide-box1 .slide-box:hover .btn-next{
        right: 10px;
    }
    .btn-slide:hover{
        color: #333;
        background-color: #fff;
    }
    .slide-box .slide{
        width: 100%;
        height: 100%;
        float: left;
        /*background-color: black;*/
        position: relative;
        display: none;
        animation-name: fade;
        animation-duration: 0.5s;
    }
    .slide .slide_item{
        float: left;
        width: 18%;
        height: 100%;
        /*background-color: #0b2e13;*/
        margin-right: 2%;
        border-radius: 16px;
        /*box-shadow: 2px 2px 5px 0px grey;*/
    }
    .slide_item .slide_img{
        width: 100%;
        height: 50%;
        /*background-color: pink;*/
        position: relative;
        transition: 0.5s;
    }
    .slide_img .icon{
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 15px;
        color: darkred;
        /*background-color: red;*/
    }
    .slide_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .slide_item .slide_icon{
        margin-top: 10px;
        width: 100%;
        height: 15%;
        /*background-color: green;*/
    }
    .slide_icon .icon_txt{
        width: 80%;
        height: 100%;
        float: left;
        /*background-color: #00AA88;*/
    }
    .icon_txt h3{
        font-size: 14px;
        margin: 0;
        padding: 0;

    }
    .slide_icon .icon_icon{
        width: 20%;
        height: 100%;
        float: left;
        /*background-color: white;*/
        text-align: center;
        color: darkred!important;
        /*display: none;*/
    }
    .icon_icon i{
        color: darkred!important;
        font-size: 5px!important;
    }
    .slide_item .slide_txt{
        width: 100%;
        height: 50%;
        /*background-color: blue;*/
    }
    .slide_txt p{
        font-size: 14px;
        line-height: 5px;
        color: grey;
    }
    .slide_txt h3{
        font-size: 14px;
        /*margin-top: -20px;*/
        line-height: 10px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    .all_product{
        width: 90%;
        height: 100%;
        /*height: 500px;*/
        /*background-color: pink;*/
        /*margin-top: 50px;*/
        padding-top: 0px;
    }
    .all_product .all_product_box{
        width: 96%;
        height: 50px;
        /*background-color: #0c5460;*/
        margin: auto;
    }
    .all_product_box .all_product_head{
        width: 20%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
    }
    .all_product_head h1{
        font-size: 15px;
    }
    .all_product_box .more_than{
        width: 65%;
        height: 100%;
        /*background-color: red;*/
        float: right;
        padding: 0;
        margin: 0;
    }
    .more_than .more_than_txt{
        width: 70%;
        height: 100%;
        /*background-color: #0e4377;*/
        float: left;
    }
    .more_than_txt h2{
        font-size: 15px;
        margin-top: 10px;
        color: grey;
    }
    .more_than .view_all2{
        width: 20%;
        height: 50%;
        background-color: orange;
        float: right;
        border-radius: 20px;
        margin-top: 10px;
    }
    .view_all2 p{
        text-align: center;
        font-size: 15px;
    }
    .all_product_item{
        width: 100%;
        height: 100%;
        /*background-color: #0b2e13;*/
        margin: auto;
        margin-top: 10px!important;
        padding-left: 10px;
    }
    .all_product_item .product_item{
        width: 23%;
        height: 210px;
        /*background-color: pink;*/
        margin-right: 2%;
        float: left;
        border-radius: 10px;
        margin-bottom: 30px;
        border: 2px solid #eee;
    }
    .product_item .product_item_img{
        width: 100%;
        height: 50%;
        /*background-color: red;*/
        border-radius: 10px;
    }
    .product_item_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px!important;
    }
    .product_item_txt{
        width: 100%;
        height: 45%;
        /*background-color: white;*/
        position: relative;
    }
    .product_item_txt h2{
        font-size: 15px;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }
    .product_item_txt p{
        font-size: 15px;
        text-align: center;
        margin: 0;
        padding: 0;
        color: grey;
    }
    .product_item_txt h3{
        font-size: 15px;
        text-align: center;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }
    .product_item_txt .add_card{
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-80%);
        /*background-color: orange;*/
        width: 80%;
        height: 25px;
        text-align: center;
        padding-top: 3px;
        border-radius: 15px;
        cursor: pointer;
        border: 1px solid orange;
        color: orange;
        font-size: 14px!important;
        margin-top: 10px;
    }
    .add_card i{
        /*margin-top: 5px;*/
        float: left;
        font-size: 14px!important;
    }
    .app_play_store{
        width: 100%;
        height: 450px;
        /*background-color: #0b2e13;*/
        position: relative;
    }
    .app_play_store img{
        width: 100%;
        height: 100%;
    }
    .app_play_store .free_download_box{
        position: absolute;
        width: 250px;
        height: 160px;
        /*background-color: pink;*/
        top: 50%;
        left: 8%;
        transform: translate(-8%, -50%);
    }
    .free_download_box h1{
        font-size: 18px;
        color: darkred;
        font-weight: bold;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }
    .free_download_box h2{
        font-size: 18px;
        color: orange;
        /*font-weight: bold;*/
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
    }
    .free_download_box .app_store{
        width: 70%;
        height: 35px;
        background-color: darkred;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
        font-size: 18px;
        padding-top: 5px;
        color: white;
        border-radius: 15px;
        cursor: pointer;
    }
    .free_download_box .app_store i{
        font-size: 15px!important;
    }
    .free_download_box .play_store{
        width: 70%;
        height: 35px;
        background-color: orange;
        margin: auto;
        text-align: center;
        font-size: 18px;
        padding-top: 5px;
        color: white;
        border-radius: 15px;
        cursor: pointer;
    }
    .free_download_box .play_store i{
        font-size: 15px!important;
    }
    .app_play_store .phone_box{
        position: absolute;
        width: 290px;
        height: 300px;
        /*background-color: red;*/
        top: 50%;
        right: 5%;
        transform: translate(-5%, -50%);
    }
    .new_footer{
        width: 100%;
        height: 400px;
        background-color: #8b1500;
        margin: 0;
        padding: 0;
        padding-top: 40px;
    }
    .new_footer .stay_away{
        width: 50%;
        height: 110px;
        /*background-color: black;*/
        margin: auto;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .stay_away h1{
        font-size: 15px;
        text-align: center;
        color: white;
    }
    .stay_away p{
        font-size: 13px;
        text-align: center;
        color: white;
    }
    .stay_away .inp{
        width: 80%;
        height: 40px;
        /*background-color: #0e8c8c;*/
        margin: auto;
    }
    .inp input{
        height: 100%;
        border-radius: 10px;
        border: 1px solid orange;
        float: left;
    }
    .new_footer .footer_box{
        width: 90%;
        height: 200px;
        /*background-color: dodgerblue;*/
        margin: auto;
        padding-left: 5px;
    }
    .footer_box .footer_item{
        width: 23%;
        height: 100%;
        /*background-color: white;*/
        margin-right: 2%;
        float: left;
    }
    .footer_item ul{
        list-style-type: none;
        /*background-color: #0e8c8c;*/
    }
    .footer_item ul li{
        /*padding: 5px;*/
        margin-left: -45px;
        /*background-color: green;*/
        text-align: center;

    }
    .footer_item ul li a{
        text-decoration: none;
        color: white;
        font-size: 15px;
        text-align: center;
    }
    .footer_item ul li a .e_chrizt{
        font-size: 5px!important;
    }
    .footer_item ul li i{
        font-size: 15px!important;
        color: white!important;
        text-align: center;
    }
    .heada{
        font-size: 15px;
        /*font-family: 'Battambang', cursive;*/
        /*font-family: 'Chenla', cursive;*/
        /*font-family: 'Content', cursive;*/
        /*font-family: 'Cookie', cursive;*/
        font-family: 'Hanuman', serif;
        /*font-family: 'Khmer', cursive;*/
        /*font-family: 'Koulen', cursive;*/
        /*font-family: 'Merriweather', serif;*/
        /*font-family: 'Moul', cursive;*/
        /*font-family: 'Nokora', sans-serif;*/
        /*font-family: 'Odor Mean Chey', serif;*/
    }
    .our_gallery{
        width: 50%;
        height: 60px;
        margin: auto;
        /*background-color: #0e8c8c;*/
        padding-left: -50px;
    }
    .our_gallery .gallery_item{
        width: 45%;
        height: 45%;
        /*background-color: brown;*/
        margin-right: 4%;
        float: left;
        margin-bottom: 5px;
        border-radius: 5px;
    }
    .gallery_item img{
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

    .all_product .all_menu{
        width: 100%;
        height: 100px;
        /*background-color: cornflowerblue;*/
    }
    .all_menu ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .all_menu ul li{
        float: left;
        /*padding: 5px 15px 5px 15px;*/
        margin: 5px;
        padding: 5px;
        /*background-color: orange;*/
        border-radius: 25px;
        border: 2px solid #eee;
    }
    .all_menu ul li a{
        color: black;
        text-decoration: none;
        font-size: 15px;
    }
    .detail_box{
        width: 100%;
        height: 350px;
        background-color: white;
        padding-top: 5px;
        box-shadow: 2px 2px 5px 0px grey!important;
        margin-top: -30px;
    }
    .detail_box .detail_head{
        width: 85%;
        height: 300px;
        /*background-color: #eee;*/
        margin: auto;
    }
    .detail_head h1{
        font-size: 15px;
    }
    .detail_head .detail_box_item{
        width: 100%;
        height: 100%;
        /*background-color: dodgerblue;*/
    }
    .detail_box_item .item_detail_img{
        width: 30%;
        height: 40%;
        /*background-color: green;*/
        float: left;
        border-radius: 10px;
    }
    .item_detail_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .detail_box_item .item_detail_txt{
        width: 68%;
        height: 70%;
        background-color: #eee;
        float: left;
        margin-left: 2%;
        padding: 20px;
        padding-top: 0;
        border-radius: 10px;
        position: relative;
    }
    .detail_box_item .item_detail_txt2{
        height: 290px!important;
        /*background-color: red;*/
        font-size: 10px;
    }
    .item_detail_txt2 .des_product{
        /*background-color: red;*/
        height: 80px!important;
        width: 50%;
        font-size: 13px;
    }
    .item_detail_txt2 .des_txt{
        /*background-color: #0e8c8c;*/
        height: 90px;
        font-size: 13px;
    }
    .item_detail_txt .button_box{
        position: absolute;
        width: 50px;
        height: 50px;
        /*background-color: #1a237e;*/
        top: 0px;
        right: 0px;
    }
    .button_box .head_button{
        width: 100%;
        height: 50%;
        /*background-color: #0e8c8c;*/
        padding-right: 15px;
    }
    .button_box .head_button i{
        float: right;
        margin: 10px;
        font-size: 20px;
        /*color: red!important;*/
    }
    .button_box .two_button{
        width: 100%;
        height: 50%;
        /*background-color: #00aeef;*/
    }
    .two_button .result_txt{
        width: 30%;
        height: 30px;
        /*background-color: orange;*/
        float: left;
        margin-right: 3%;
        text-align: center;
    }
    .txt-center{
        border-radius: 10px;
        padding-top: 5px;
        border: 1px solid grey;
        margin-top: 2px;
    }
    .btn_btn{
        width: 25px;
        height: 25px;
        /*background-color: darkred;*/
        color: white;
        border-radius: 50%;
        border: none;
        float: left;
        margin: 5px;
    }
    .item_detail_txt h1{
        font-size: 10px;
        padding: 0;
        margin: 0;
        line-height: 20px;
        font-weight: bold;
        color: black;
    }
    .item_detail_txt p{
        font-size: 13px;
        padding: 0;
        margin: 0;
        line-height: 20px;
        color: grey;
    }
    .item_detail_txt h3{
        font-size: 13px;
        padding: 0;
        margin: 0;
        line-height: 20px;
        color: black;
        font-weight: bold;
    }
    .item_detail_txt .des_product{
        width: 40%;
        height: 40px;
        /*background-color: pink;*/
        float: left;
    }
    .des_txt{
        width: 100%;
        height: 80px;
        /*background-color: hotpink;*/
        border-top: 1px solid white;
    }
    .submit_box{
        /*width: 20%;*/
        /*height: 40px;*/
        background-color: orange;
        /*border-radius: 20px;*/
        /*text-align: center;*/
        /*padding-top: 10px;*/
        /*cursor: pointer;*/
        width: 60px;
        height: 25px;
        outline: none;
        border: none;
        /*background: gray;*/
        border-radius: 30px;
        font-size: 13px;
    }
    .submit_box a{
        text-decoration: none;
        color: black;
    }

    .shoping_card{
        width: 100%;
        height: 100%;
        /*background-color: pink;*/
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .shoping_card .delete_all{
        width: 90%;
        height: 50px;
        /*background-color: #0e8c8c;*/
        margin: auto;
        margin-bottom: 30px;

    }
    .shoping_card .delete_all h1{
        font-size: 15px;
        margin-top: 20px;
        /*background-color: red;*/
        width: 25%;
        height: 40px;
        padding-top: 10px;
        border-radius: 10px;
        padding-left: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .shoping_card .order{
        width: 85%;
        height: 100%;
        /*background-color: pink;*/
        margin: auto;
    }
    .order .order_detail{
        width: 68%;
        height: 100%;
        /*background-color: red;*/
        float: left;
    }
    .order_detail .order_menu_box{
        width: 100%;
        height: 100%;
        /*background-color: hotpink;*/
        padding: 10px;
        border-radius: 15px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .order_menu_box .order_all_menu{
        width: 100%;
        height: 90px;
        /*background-color: dodgerblue;*/
        border-bottom: 2px solid red;
        margin-top: 5px;
    }
    .order_all_menu .menu_type{
        width: 70%;
        height: 100%;
        /*background-color: green;*/
        float: left;
    }
    .menu_type .menu_img_type{
        width: 38%;
        height: 90%;
        /*background-color: #00b0ff;*/
        float: left;
        border-radius: 10px;
        padding: 5px;
    }
    .menu_img_type img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .menu_type .menu_txt_type{
        width: 62%;
        height: 100%;
        /*background-color: pink;*/
        float: right;
        padding: 5px;
        /*padding-left: 10px;*/
    }
    .menu_txt_type h1{
        font-size: 15px;
        line-height: 0px;
        margin-top: 5px;
    }
    .menu_txt_type h3{
        font-size: 15px;
        line-height: 0px;
        color: grey;
    }
    .menu_txt_type p{
        font-size: 15px;
        line-height: 0px;
        float: left;
        /*margin: 5px;*/
        /*padding: 10px;*/
        margin: 5px;
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
        background-color: #eee;
        border-radius: 10px;
        color: red;
    }
    .menu_txt_type .variation{
        width: 100%;
        /*background-color: #00b0ff;*/
    }
    .order_all_menu .add_remove_box{
        width: 30%;
        height: 100%;
        /*background-color: #0b51c5;*/
        float: right;
        padding: 0;
        /*padding: 10px;*/
    }
    .add_remove_box .add_minus_box{
        width: 70px;
        height: 20%;
        /*background-color: pink;*/
        margin: 0;
        padding: 0;
        float: right;
    }
    .add_remove_box .add_minus_box input{
        height: 25px;
        margin: 0;
        padding: 0;
        float: right;
        border-radius: 5px;
    }
    .add_minus_box .add_minus_item{
        width: 30%;
        height: 100%;
        /*background-color: orange;*/
        float: left;
        margin-right: 3%;
    }
    .add_minus_item p{
        width: 100%;
        height: 90%;
        /*background-color: #00b0ff;*/
        border-radius: 10px;
        text-align: center;
        margin-top: 5px;
        border: 1px solid darkred;
        color: darkred;
    }
    .add_remove_box .btn_remove{
        width: 100%;
        height: 60%;
        /*background-color: greenyellow;*/
        text-align: center;
        padding-top: 35px;
        font-weight: bold;
        font-size: 15px;

    }
    .add_remove_box .btn_remove a{
        float: right;
    }
    .order_method{
        width: 100%;
        height: 170px;
        /*background-color: blue;*/
        padding-top: 2px;
        border-radius: 15px;
        margin-top: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .order_method .order_method_head{
        width: 100%;
        height: 20px;
        /*background-color: red;*/
        padding: 0;
        margin: 0;
    }
    .order_method_head h1{
        font-size: 15px;
    }
    .order_method .radio_box{
        width: 100%;
        height: 100px;
        /*background-color: blue;*/
    }
    .order_method .radio_item{
        width: 100%;
        height: 48%;
        float: left;
        /*background-color: red;*/
        margin-bottom: 2%;
    }
    .radio_item .radio{
        width: 10%;
        height: 100%;
        /*background-color: red;*/
        float: left;
        /*margin-right: 2%;*/
    }
    .radio_item .radio_img{
        width: 20%;
        height: 100%;
        /*background-color: red;*/
        float: left;
        margin-right: 2%;
    }
    .radio_img img{
        width: 100%;
        height: 100%;
        /*background-color: red;*/
    }
    .radio_item .radio_txt{
        width: 55%;
        height: 100%;
        /*background-color: blue;*/
        float: left;
    }
    .radio_txt p{
        margin-top: 15px;
        font-size: 15px;
    }
    .deliver_to{
        width: 100%;
        height: 100%;
        background-color: #eee;
        padding: 5px;
        border-radius: 15px;
        margin-top: 10px;
        box-shadow: 2px 2px 5px 0px grey;
        padding-bottom: 10px;
    }
    .deliver_to h2{
        font-size: 16px;
    }
    .deliver_to​ p{
        font-size: 10px;
        float: left;
        width: 15%;
        color: red!important;
    }
    .deliver_to​ h3{
        font-size: 5px;
        color: red;
    }
    .deliver_to input{
        border: none;
        background-color: #eee;
        border-bottom: 2px solid white;
        width: 55%;
        outline: none;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
    .deliver_to i{
        color: darkred!important;
        float: left;
        margin-right: 10px;
    }
    .payment_method{
        width: 100%;
        height: 190px;
        background-color: #eee;
        padding: 10px;
        border-radius: 15px;
        margin-top: 10px;
        padding-top: 0;
        /*margin-bottom: 50px;*/
        box-shadow: 2px 2px 5px 0px grey;
    }
    .payment_method .payment_method_head{
        width: 100%;
        height: 30px;
        /*background-color: #00b0ff;*/
        /*padding-top: 2px;*/
        /*margin-top: 30px;*/
    }
    .payment_method_head h1{
        font-size: 15px;
        padding-top: 10px;
    }
    .payment_method .payment_method_item{
        width: 100%;
        height: 200px;
        /*background-color: pink;*/
    }
    .payment_method_item ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .payment_method_item ul li{
        width: 100%;
        height: 50px;
        /*background-color: white;*/
        margin-bottom: 5px;

    }
    .payment_method_item ul li .radio_btn{
        width: 5%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
    }
    .payment_method_item ul li .radio_btn input{
        margin-top: 10px;
    }
    .payment_method_item ul li .pay_box{
        width: 10%;
        height: 75%;
        /*background-color: green;*/
        border-radius: 50%;
        float: left;
        text-align: center;
        margin-right: 10px;
    }
    .pay_box p{
        margin-top: 7px;
    }
    .pay_box img{
        width: 100%;
        height: 100%;
    }
    .payment_method_item ul li .pay_detail{
        width: 70%;
        height: 100%;
        /*background-color: brown;*/
        float: left;
    }
    .pay_detail p{
        margin-top: 10px;
        font-size: 14px;
    }
    .order .order_summary_box{
        width: 30%;
        height: 100%;
        /*background-color: red;*/
        float: right;
        margin: 0;
        padding: 0;
    }
    .order_summary_box .order_summary{
        width: 100%;
        height: 180px;
        background-color: #eee;
        box-shadow: 2px 2px 5px 0px grey;
        border-radius: 10px;
        padding: 0px;
        margin: 0;
        margin-top: -20px;
    }
    .order_summary .order_summary_head{
        width: 100%;
        height: 50px;
        /*background-color: #0e8c8c;*/
        margin: 0;
        padding: 0;
    }
    .order_summary_head h1{
        font-size: 16px;
        text-align: center;
    }
    .order_summary_head .subtotal{
        width: 100%;
        height: 30px;
        /*background-color: white;*/
        padding: 0;
        margin: 0;
    }
    .subtotal p{
        font-size: 14px;
    }
    .subtotal input{
        border: none;
        /*background-color: dodgerblue;*/
        border-bottom: 2px solid #eee;
        outline: none;
        float: right;
        width: 50px;
        color: red;
        font-size: 15px;
        font-weight: bolder;
        margin-right: 5px;
    }
    .order_summary_head .free_delivery{
        width: 100%;
        height: 30px;
        /*background-color: red;*/
    }
    .free_delivery p{
        font-size: 14px;
    }
    .order_summary .total_box{
        width: 100%;
        height: 10px;
        /*background-color: green;*/
        border-top: 2px solid white;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }
    .total_box h3{
        font-size: 17px;
        color: darkred;
        font-weight: bold;
        /*margin-top: 25px;*/
        margin: 0;
        padding: 0;
    }
    .total_box input{
        margin: 0;
        padding: 0;
        /*margin-top: 5px;*/
        width: 50px;
        border: none;
        /*background-color: #eee;*/
        border-bottom: 2px solid white;
        outline: none;
        float: right;
    }
    .order_summary .place_oder{
        width: 100%;
        height: 40px;
        /*background-color: orange;*/
        border: none;
        border-radius: 10px;
        margin-top: 20px;
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .cover{
        width: 100%;
        height: 330px;
        /*background-color: #00aeef;*/
        position: relative;
    }
    .new_logo{
        width: 28%;
        height: 150px;
        /*background-color: #00b0ff;*/
    }
    .new_logo .logo_image{
        width: 100%;
        height: 75%;
        /*background-color: yellow;*/
        padding: 0 20px 0 20px;
        /*float: left;*/
        margin: auto;
    }
    .new_logo .logo_image img{
        width: 100%;
        height: 100%;
    }
    .new_logo .logo_name{
        width: 100%;
        /*background-color: hotpink;*/
        /*float: left;*/
        margin-top: 2%;
        text-align: center;
    }
    .logo_name h1{
        /*font-family: 'Koulen', cursive;*/
        /*font-family: 'Battambang', cursive;*/
        font-family: 'Moul', cursive;
        font-size: 14px;
        line-height: 5px;
        color: white;
        margin-top: 5px;
        /*margin-top: 20px;*/
    }
    .logo_name h2{
        font-size: 13px;
        font-weight: bold;
        line-height: 10px;
        color: white;
        margin-top: 5px;
    }
    .search a{
        margin-left: 100px!important;
        float: left;
        color: darkred;
        font-size: 20px;
    }
    .others{
        /*background-color: #00b0ff;*/
    }
    .others .search{
        /*background-color: green;*/
        width: 100%;
        height: 40px;
    }
    .others .other_item{
        width: 100%;
        height: 60px;
        /*background-color: #0e8c8c;*/
        float: right;
        margin-top: 7px;
    }
    .other_item ul{
        /*background-color: yellow;*/
    }
    .other_item ul li{
        float: left;
        padding: 5px;
        width: 40px;
        height: 40px;
        /*margin: 5px;*/
        /*background-color: white;*/
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
    }
    .other_item ul li a{
        width: 100%;
        height: 100%;
        line-height: 0px;
        font-size: 15px;
        color: darkred;
        margin-top: -10px;
    }
    .other_item ul li a i{
        font-size: 10px;
        color: darkred;
    }
    .other_item ul li a img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .bread_cafe{
        width: 400px;
        height: 50px;
        /*background-color: dodgerblue;*/
        top: 60%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
    }
    .bread_cafe h1{
        font-size: 20px;
    }
    .bread_cafe h2{
        font-size: 20px;
    }
    .our_menu{
        height: 300px;
        margin-top: -10px;
        /*background-color: red;*/
    }
    .our_menu .three_menu{
        position: absolute;
        width: 100%;
        height: 270px;
        /*background-color: #00AA88;*/
        top: -20%;
        left: 50%;
        transform: translate(-50%,0%);
        padding-left: 40px;
    }
    .three_menu .three_menu_item{
        width: 30%;
        height: 100%;
        background-color: white;
        margin-right: 2%;
        /*float: left;*/
        margin-bottom: 20px;
        box-shadow: 2px 2px 5px 0px grey;
        border-radius: 15px;
    }
    .three_menu_item .item_img{
        width: 100%;
        height: 60%;
        /*background-color: grey;*/
    }
    .three_menu_item .item_txt{
        width: 100%;
        height: 40%;
        /*background-color: white;*/
    }
    .item_txt h1{
        font-size: 15px;
        color: orange;
        text-align: center;
        font-weight: bold;
        margin-top: -20px;
        /*padding: 5px;*/
    }
    .item_txt p{
        font-size: 14px;
        color: black;
        text-align: center;
        padding: 0 15px 0 15px;
    }
    .category_box{
        width: 90%;
        height: 50px;
        /*background-color: red;*/
        padding-left: 15px;
        margin-top: -20px;
        top: 95%;
        left: 50%;
        transform: translate(-50%,0);
        position: absolute;
        z-index: 2;

    }
    .category_box .category_item{
        width: 8.50%;
        height: 100%;
        background-color: white;
        margin-right: 2.5%;
        float: left;
        border-radius: 10%;
        box-shadow: 2px 2px 5px 0px grey;
        /*margin-bottom: 10%;*/
    }
    .category_item a{
        text-decoration: none;
        color: black;
    }
    .category_item .category_img{
        width: 100%;
        height: 50%;
        /*background-color: red;*/
        padding: 0;
        margin: 0;
        /*padding: 0 18px 0 18px;*/
    }
    .category_img img{
        /*width: 70%;*/
        height: 100%;
        margin-top: -20px;
    }
    .category_item .category_txt{
        width: 100%;
        height: 50%;
        /*background-color: grey;*/
        text-align: center;
    }
    .category_txt p{
        font-weight: bold;
        font-size: 10px;
    }
    .menu_category{
        width: 100%;
        height: 200px;
        background-color: #eee;
        position: relative;
        margin-top: 20px;
    }
    .menu_category .advertise_box {
        position: absolute;
        width: 90%;
        height: 160px;
        /*background-color: #0b2e13;*/
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
        padding-left: 15px;
    }
    .advertise_box .advertise_item{
        width: 48%;
        height: 100%;
        /*background-color: #00aeef;*/
        float: left;
        margin-right: 2%;
        border-radius: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .advertise_item img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .recommend{
        width: 100%;
        height: 280px;
        background-color: white;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .recommend .recommend_box{
        width: 86.5%;
        height: 50px;
        /*background-color: #00aeef;*/
        margin: auto;
        /*margin-top: 20px!important;*/
    }
    .recommend_for_you{
        width: 30%;
        height: 100%;
        /*background-color: #0c5460;*/
        float: left;
    }
    .recommend_for_you h1{
        font-size: 15px;
        margin-top: 10px;
        /*font-weight: bold;*/
    }
    .top_product{
        width: 45%;
        height: 100%;
        /*background-color: #0b2e13;*/
        float: right;
    }
    .top_product .top_of_week{
        width: 70%;
        height: 100%;
        /*background-color: green;*/
        float: left;
    }
    .top_of_week h2{
        font-size: 15px;
        color: grey;
        margin-top: 10px;
    }
    .top_product .view_all{
        width: 20%;
        height: 50%;
        /*background-color: orange;*/
        float: right;
        border-radius: 20px;
        margin-top: 10px;
    }
    .view_all p{
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        cursor: pointer;
    }
    .recommend_item_box{
        width: 90%;
        height: 160px;
        /*background-color: hotpink;*/
        margin: auto;
        margin-top: 10px;
        padding-left: 5px;
    }
    .recommend_item_box .slide-box-big{
        /*background-color: white;*/
        height: 100%;
        width: 100%;
    }
    .slide-box-big .slide-box1{
        /*background-color: red;*/
        height: 100%;
    }
    /*slide show1*/
    .slide-box1 .slide-box{
        width: 100%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
        position: relative;
        /*margin-top: 20px;*/
        overflow: hidden;
        padding: 0;
    }
    .btn-slide{
        position: absolute;
        top: 50%;
        left: -100px;
        padding: 10px 30px;
        background-color: #333;
        color: #fff;
        transform: translate(0, -50%);
        cursor: pointer;
        transition: 0.5s;
        z-index: 2;
    }
    .btn-next{
        right: -100px;
        left: auto;

    }
    .slide-box1 .slide-box:hover .btn-back{
        left: 10px;
    }
    .slide-box1 .slide-box:hover .btn-next{
        right: 10px;
    }
    .btn-slide:hover{
        color: #333;
        background-color: #fff;
    }
    .slide-box .slide{
        width: 100%;
        height: 100%;
        float: left;
        /*background-color: black;*/
        position: relative;
        display: none;
        animation-name: fade;
        animation-duration: 0.5s;
    }
    .slide .slide_item{
        float: left;
        width: 18%;
        height: 100%;
        /*background-color: #0b2e13;*/
        margin-right: 2%;
        border-radius: 16px;
        /*box-shadow: 2px 2px 5px 0px grey;*/
    }
    .slide_item .slide_img{
        width: 100%;
        height: 50%;
        /*background-color: pink;*/
        position: relative;
        transition: 0.5s;
    }
    .slide_img .icon{
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 15px;
        color: darkred;
        /*background-color: red;*/
    }
    .slide_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .slide_item .slide_icon{
        margin-top: 10px;
        width: 100%;
        height: 15%;
        /*background-color: green;*/
    }
    .slide_icon .icon_txt{
        width: 80%;
        height: 100%;
        float: left;
        /*background-color: #00AA88;*/
    }
    .icon_txt h3{
        font-size: 14px;
        margin: 0;
        padding: 0;

    }
    .slide_icon .icon_icon{
        width: 20%;
        height: 100%;
        float: left;
        /*background-color: white;*/
        text-align: center;
        color: darkred!important;
        /*display: none;*/
    }
    .icon_icon i{
        color: darkred!important;
        font-size: 5px!important;
    }
    .slide_item .slide_txt{
        width: 100%;
        height: 50%;
        /*background-color: blue;*/
    }
    .slide_txt p{
        font-size: 14px;
        line-height: 5px;
        color: grey;
    }
    .slide_txt h3{
        font-size: 14px;
        /*margin-top: -20px;*/
        line-height: 10px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    .all_product{
        width: 90%;
        height: 100%;
        /*height: 500px;*/
        /*background-color: pink;*/
        /*margin-top: 50px;*/
        padding-top: 0px;
    }
    .all_product .all_product_box{
        width: 96%;
        height: 50px;
        /*background-color: #0c5460;*/
        margin: auto;
    }
    .all_product_box .all_product_head{
        width: 20%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
    }
    .all_product_head h1{
        font-size: 15px;
    }
    .all_product_box .more_than{
        width: 65%;
        height: 100%;
        /*background-color: red;*/
        float: right;
        padding: 0;
        margin: 0;
    }
    .more_than .more_than_txt{
        width: 70%;
        height: 100%;
        /*background-color: #0e4377;*/
        float: left;
    }
    .more_than_txt h2{
        font-size: 15px;
        margin-top: 10px;
        color: grey;
    }
    .more_than .view_all2{
        width: 20%;
        height: 50%;
        background-color: orange;
        float: right;
        border-radius: 20px;
        margin-top: 10px;
    }
    .view_all2 p{
        text-align: center;
        font-size: 15px;
    }
    .all_product_item{
        width: 100%;
        height: 100%;
        /*background-color: #0b2e13;*/
        margin: auto;
        margin-top: 10px!important;
        padding-left: 10px;
    }
    .all_product_item .product_item{
        width: 23%;
        height: 190px;
        /*background-color: pink;*/
        margin-right: 2%;
        float: left;
        border-radius: 10px;
        margin-bottom: 30px;
        border: 2px solid #eee;
    }
    .product_item .product_item_img{
        width: 100%;
        height: 50%;
        /*background-color: red;*/
        border-radius: 10px;
    }
    .product_item_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px!important;
    }
    .product_item_txt{
        width: 100%;
        height: 45%;
        /*background-color: white;*/
        position: relative;
    }
    .product_item_txt h2{
        font-size: 13px;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }
    .product_item_txt p{
        font-size: 13px;
        text-align: center;
        margin: 0;
        padding: 0;
        color: grey;
    }
    .product_item_txt h3{
        font-size: 13px;
        text-align: center;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }
    .product_item_txt .add_card{
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-80%);
        /*background-color: orange;*/
        width: 80%;
        height: 20px;
        text-align: center;
        padding-top: 3px;
        border-radius: 15px;
        cursor: pointer;
        border: 1px solid orange;
        color: orange;
        font-size: 10px!important;
    }
    .add_card i{
        /*margin-top: 15px;*/
        float: left;
        font-size: 10px!important;
    }
    .app_play_store{
        width: 100%;
        height: 350px;
        /*background-color: #0b2e13;*/
        position: relative;
    }
    .app_play_store img{
        width: 100%;
        height: 100%;
    }
    .app_play_store .free_download_box{
        position: absolute;
        width: 200px;
        height: 130px;
        /*background-color: pink;*/
        top: 50%;
        left: 8%;
        transform: translate(-8%, -50%);
    }
    .free_download_box h1{
        font-size: 15px;
        color: darkred;
        font-weight: bold;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }
    .free_download_box h2{
        font-size: 15px;
        color: orange;
        /*font-weight: bold;*/
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }
    .free_download_box .app_store{
        width: 70%;
        height: 30px;
        background-color: darkred;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
        font-size: 15px;
        padding-top: 5px;
        color: white;
        border-radius: 15px;
        cursor: pointer;
    }
    .free_download_box .app_store i{
        font-size: 15px!important;
    }
    .free_download_box .play_store{
        width: 70%;
        height: 30px;
        background-color: orange;
        margin: auto;
        text-align: center;
        font-size: 15px;
        padding-top: 5px;
        color: white;
        border-radius: 15px;
        cursor: pointer;
    }
    .free_download_box .play_store i{
        font-size: 15px!important;
    }
    .app_play_store .phone_box{
        position: absolute;
        width: 200px;
        height: 200px;
        /*background-color: red;*/
        top: 50%;
        right: 5%;
        transform: translate(-5%, -50%);
    }
    .new_footer{
        width: 100%;
        height: 400px;
        background-color: #8b1500;
        margin: 0;
        padding: 0;
        padding-top: 10px;
    }
    .new_footer .stay_away{
        width: 80%;
        height: 110px;
        /*background-color: black;*/
        margin: auto;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .stay_away h1{
        font-size: 15px;
        text-align: center;
        color: white;
    }
    .stay_away p{
        font-size: 13px;
        text-align: center;
        color: white;
    }
    .stay_away .inp{
        width: 80%;
        height: 40px;
        /*background-color: #0e8c8c;*/
        margin: auto;
    }
    .inp input{
        height: 100%;
        border-radius: 10px;
        border: 1px solid orange;
        float: left;
    }
    .new_footer .footer_box{
        width: 90%;
        height: 200px;
        /*background-color: dodgerblue;*/
        margin: auto;
        padding-left: 5px;
    }
    .footer_box .footer_item{
        width: 23%;
        height: 100%;
        /*background-color: white;*/
        margin-right: 2%;
        float: left;
    }
    .footer_item ul{
        list-style-type: none;
        /*background-color: #0e8c8c;*/
    }
    .footer_item ul li{
        /*padding: 5px;*/
        margin-left: -45px;
        /*background-color: green;*/
        text-align: center;

    }
    .footer_item ul li a{
        text-decoration: none;
        color: white;
        font-size: 12px;
        text-align: center;
    }
    .footer_item ul li a .e_chrizt{
        font-size: 5px!important;
    }
    .footer_item ul li i{
        font-size: 15px!important;
        color: white!important;
        text-align: center;
    }
    .heada{
        font-size: 10px;
        /*font-family: 'Battambang', cursive;*/
        /*font-family: 'Chenla', cursive;*/
        /*font-family: 'Content', cursive;*/
        /*font-family: 'Cookie', cursive;*/
        font-family: 'Hanuman', serif;
        /*font-family: 'Khmer', cursive;*/
        /*font-family: 'Koulen', cursive;*/
        /*font-family: 'Merriweather', serif;*/
        /*font-family: 'Moul', cursive;*/
        /*font-family: 'Nokora', sans-serif;*/
        /*font-family: 'Odor Mean Chey', serif;*/
    }
    .our_gallery{
        width: 70%;
        height: 60px;
        margin: auto;
        /*background-color: #0e8c8c;*/
        padding-left: -50px;
    }
    .our_gallery .gallery_item{
        width: 45%;
        height: 45%;
        /*background-color: brown;*/
        margin-right: 4%;
        float: left;
        margin-bottom: 5px;
        border-radius: 5px;
    }
    .gallery_item img{
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

    .all_product .all_menu{
        width: 100%;
        height: 100px;
        /*background-color: cornflowerblue;*/
    }
    .all_menu ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .all_menu ul li{
        float: left;
        /*padding: 5px 15px 5px 15px;*/
        margin: 5px;
        padding: 5px;
        /*background-color: orange;*/
        border-radius: 25px;
        border: 2px solid #eee;
    }
    .all_menu ul li a{
        color: black;
        text-decoration: none;
        font-size: 10px;
    }

    .detail_box{
        width: 100%;
        height: 350px;
        background-color: white;
        padding-top: 5px;
        box-shadow: 2px 2px 5px 0px grey!important;
        margin-top: -30px;
    }
    .detail_box .detail_head{
        width: 85%;
        height: 300px;
        /*background-color: #eee;*/
        margin: auto;
    }
    .detail_head h1{
        font-size: 15px;
    }
    .detail_head .detail_box_item{
        width: 100%;
        height: 100%;
        /*background-color: dodgerblue;*/
    }
    .detail_box_item .item_detail_img{
        width: 30%;
        height: 40%;
        /*background-color: green;*/
        float: left;
        border-radius: 10px;
    }
    .item_detail_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .detail_box_item .item_detail_txt{
        width: 68%;
        height: 70%;
        /*background-color: #eee;*/
        float: left;
        margin-left: 2%;
        padding: 20px;
        padding-top: 0;
        border-radius: 10px;
        position: relative;
    }
    .detail_box_item .item_detail_txt2{
        height: 290px!important;
        /*background-color: red;*/
        font-size: 10px;
    }
    .item_detail_txt2 .des_product{
        /*background-color: red;*/
        height: 80px!important;
        width: 50%;
        font-size: 13px;
    }
    .item_detail_txt2 .des_txt{
        /*background-color: #0e8c8c;*/
        height: 90px;
        font-size: 13px;
    }
    .item_detail_txt .button_box{
        position: absolute;
        width: 50px;
        height: 50px;
        /*background-color: #1a237e;*/
        top: 0px;
        right: 0px;
    }
    .button_box .head_button{
        width: 100%;
        height: 50%;
        /*background-color: #0e8c8c;*/
        padding-right: 15px;
    }
    .button_box .head_button i{
        float: right;
        margin: 10px;
        font-size: 20px;
        /*color: red!important;*/
    }
    .button_box .two_button{
        width: 100%;
        height: 50%;
        /*background-color: #00aeef;*/
    }
    .two_button .result_txt{
        width: 30%;
        height: 30px;
        /*background-color: orange;*/
        float: left;
        margin-right: 3%;
        text-align: center;
    }
    .txt-center{
        border-radius: 10px;
        padding-top: 5px;
        border: 1px solid grey;
        margin-top: 2px;
    }
    .btn_btn{
        width: 25px;
        height: 25px;
        /*background-color: darkred;*/
        color: white;
        border-radius: 50%;
        border: none;
        float: left;
        margin: 5px;
    }
    .item_detail_txt h1{
        font-size: 10px;
        padding: 0;
        margin: 0;
        line-height: 20px;
        font-weight: bold;
        color: black;
    }
    .item_detail_txt p{
        font-size: 13px;
        padding: 0;
        margin: 0;
        line-height: 20px;
        color: grey;
    }
    .item_detail_txt h3{
        font-size: 13px;
        padding: 0;
        margin: 0;
        line-height: 20px;
        color: black;
        font-weight: bold;
    }
    .item_detail_txt .des_product{
        width: 40%;
        height: 40px;
        /*background-color: pink;*/
        float: left;
    }
    .des_txt{
        width: 100%;
        height: 80px;
        /*background-color: hotpink;*/
        border-top: 1px solid white;
    }
    .submit_box{
        /*width: 20%;*/
        /*height: 40px;*/
        background-color: orange;
        /*border-radius: 20px;*/
        /*text-align: center;*/
        /*padding-top: 10px;*/
        /*cursor: pointer;*/
        width: 60px;
        height: 25px;
        outline: none;
        border: none;
        /*background: gray;*/
        border-radius: 30px;
        font-size: 13px;
    }
    .submit_box a{
        text-decoration: none;
        color: black;
    }
    .shoping_card{
        width: 100%;
        height: 100%;
        /*background-color: pink;*/
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .shoping_card .delete_all{
        width: 90%;
        height: 50px;
        /*background-color: #0e8c8c;*/
        margin: auto;
        margin-bottom: 30px;

    }
    .shoping_card .delete_all h1{
        font-size: 15px;
        margin-top: 20px;
        /*background-color: red;*/
        width: 30%;
        height: 40px;
        padding-top: 10px;
        border-radius: 10px;
        padding-left: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .shoping_card .order{
        width: 85%;
        height: 100%;
        /*background-color: pink;*/
        margin: auto;
    }
    .order .order_detail{
        width: 68%;
        height: 100%;
        /*background-color: red;*/
        float: left;
    }
    .order_detail .order_menu_box{
        width: 100%;
        height: 100%;
        /*background-color: hotpink;*/
        padding: 10px;
        border-radius: 15px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .order_menu_box .order_all_menu{
        width: 100%;
        height: 80px;
        /*background-color: dodgerblue;*/
        border-bottom: 2px solid red;
        margin-top: 5px;
    }
    .order_all_menu .menu_type{
        width: 70%;
        height: 100%;
        /*background-color: green;*/
        float: left;
    }
    .menu_type .menu_img_type{
        width: 40%;
        height: 90%;
        /*background-color: #00b0ff;*/
        float: left;
        border-radius: 10px;
        padding: 5px;
    }
    .menu_img_type img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .menu_type .menu_txt_type{
        width: 60%;
        height: 100%;
        /*background-color: pink;*/
        float: right;
        padding: 5px;
        /*padding-left: 10px;*/
    }
    .menu_txt_type h1{
        font-size: 13px;
        line-height: 0px;
        margin-top: 5px;
    }
    .menu_txt_type h3{
        font-size: 13px;
        line-height: 0px;
        color: grey;
    }
    .menu_txt_type p{
        font-size: 13px;
        line-height: 0px;
        float: left;
        /*margin: 5px;*/
        /*padding: 7px;*/
        margin: 2px;
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
        background-color: #eee;
        border-radius: 10px;
        color: red;
    }
    .menu_txt_type .variation{
        width: 100%;
        /*background-color: #00b0ff;*/
    }
    .order_all_menu .add_remove_box{
        width: 30%;
        height: 100%;
        /*background-color: #0b51c5;*/
        float: right;
        padding: 0;
        /*padding: 10px;*/
    }
    .add_remove_box .add_minus_box{
        width: 40px;
        height: 5%;
        /*background-color: pink;*/
        margin: 0;
        padding: 0;
        float: right;
    }
    .add_remove_box .add_minus_box input{
        height: 20px;
        margin: 0;
        padding: 0;
        float: right;
        border-radius: 5px;
    }
    .add_minus_box .add_minus_item{
        width: 30%;
        height: 100%;
        /*background-color: orange;*/
        float: left;
        margin-right: 3%;
    }
    .add_minus_item p{
        width: 100%;
        height: 90%;
        /*background-color: #00b0ff;*/
        border-radius: 10px;
        text-align: center;
        margin-top: 5px;
        border: 1px solid darkred;
        color: darkred;
    }
    .add_remove_box .btn_remove{
        width: 100%;
        height: 60%;
        /*background-color: greenyellow;*/
        text-align: center;
        padding-top: 30px;
        font-weight: bold;
        font-size: 13px;
    }
    .add_remove_box .btn_remove a{
        float: right;
    }
    .order_method{
        width: 100%;
        height: 170px;
        /*background-color: blue;*/
        padding-top: 2px;
        border-radius: 15px;
        margin-top: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .order_method .order_method_head{
        width: 100%;
        height: 20px;
        /*background-color: red;*/
        padding: 0;
        margin: 0;
    }
    .order_method_head h1{
        font-size: 15px;
        margin-top: 5px;
    }
    .order_method .radio_box{
        width: 100%;
        height: 100px;
        /*background-color: blue;*/
    }
    .order_method .radio_item{
        width: 100%;
        height: 48%;
        float: left;
        /*background-color: red;*/
        margin-bottom: 2%;
    }
    .radio_item .radio{
        width: 10%;
        height: 100%;
        /*background-color: red;*/
        float: left;
        /*margin-right: 2%;*/
    }
    .radio_item .radio_img{
        width: 20%;
        height: 100%;
        /*background-color: red;*/
        float: left;
        margin-right: 2%;
    }
    .radio_img img{
        width: 100%;
        height: 100%;
        /*background-color: red;*/
    }
    .radio_item .radio_txt{
        width: 55%;
        height: 100%;
        /*background-color: blue;*/
        float: left;
    }
    .radio_txt p{
        margin-top: 15px;
        font-size: 13px;
    }
    .deliver_to{
        width: 100%;
        height: 100%;
        background-color: #eee;
        padding: 5px;
        border-radius: 15px;
        margin-top: 10px;
        box-shadow: 2px 2px 5px 0px grey;
        padding-bottom: 10px;
    }
    .deliver_to h2{
        font-size: 14px;
    }
    .deliver_to​ p{
        font-size: 10px;
        float: left;
        width: 15%;
        color: red!important;
    }
    .deliver_to​ h3{
        font-size: 5px;
        color: red;
    }
    .deliver_to input{
        border: none;
        background-color: #eee;
        border-bottom: 2px solid white;
        width: 55%;
        outline: none;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
    .deliver_to i{
        color: darkred!important;
        float: left;
        margin-right: 10px;
    }
    .payment_method{
        width: 100%;
        height: 190px;
        background-color: #eee;
        padding: 10px;
        border-radius: 15px;
        margin-top: 10px;
        padding-top: 0;
        margin-bottom: 30px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .payment_method .payment_method_head{
        width: 100%;
        height: 30px;
        /*background-color: #00b0ff;*/
        /*padding-top: 2px;*/
        /*margin-top: 30px;*/
    }
    .payment_method_head h1{
        font-size: 15px;
        padding-top: 10px;
    }
    .payment_method .payment_method_item{
        width: 100%;
        height: 200px;
        /*background-color: pink;*/
    }
    .payment_method_item ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .payment_method_item ul li{
        width: 100%;
        height: 50px;
        /*background-color: white;*/
        margin-bottom: 5px;

    }
    .payment_method_item ul li .radio_btn{
        width: 5%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
    }
    .payment_method_item ul li .radio_btn input{
        margin-top: 10px;
    }
    .payment_method_item ul li .pay_box{
        width: 10%;
        height: 65%;
        /*background-color: green;*/
        border-radius: 50%;
        float: left;
        text-align: center;
        margin-right: 10px;
    }
    .pay_box p{
        margin-top: 7px;
    }
    .pay_box img{
        width: 100%;
        height: 100%;
    }
    .payment_method_item ul li .pay_detail{
        width: 70%;
        height: 100%;
        /*background-color: brown;*/
        float: left;
    }
    .pay_detail p{
        margin-top: 10px;
        font-size: 14px;
    }
    .order .order_summary_box{
        width: 30%;
        height: 100%;
        /*background-color: red;*/
        float: right;
        margin: 0;
        padding: 0;
    }
    .order_summary_box .order_summary{
        width: 100%;
        height: 150px;
        background-color: #eee;
        box-shadow: 2px 2px 5px 0px grey;
        border-radius: 10px;
        padding: 0px;
        margin: 0;
        margin-top: -20px;
    }
    .order_summary .order_summary_head{
        width: 100%;
        height: 50px;
        /*background-color: #0e8c8c;*/
        margin: 0;
        padding: 0;
    }
    .order_summary_head h1{
        font-size: 14px;
    }
    .order_summary_head .subtotal{
        width: 100%;
        height: 30px;
        /*background-color: white;*/
        padding: 0;
        margin: 0;
    }
    .subtotal p{
        font-size: 14px;
    }
    .subtotal input{
        border: none;
        /*background-color: dodgerblue;*/
        border-bottom: 2px solid #eee;
        outline: none;
        float: right;
        width: 50px;
        color: red;
        font-size: 15px;
        font-weight: bolder;
        margin-right: 5px;
    }
    .order_summary_head .free_delivery{
        width: 100%;
        height: 30px;
        /*background-color: red;*/
    }
    .free_delivery p{
        font-size: 14px;
    }
    .order_summary .total_box{
        width: 100%;
        height: 50px;
        /*background-color: green;*/
        border-top: 2px solid white;
        margin: 0;
        padding: 0;
    }
    .total_box h3{
        font-size: 14px;
        color: darkred;
        font-weight: bold;
        /*margin-top: 25px;*/
        margin: 0;
        padding: 0;
    }
    .total_box input{
        margin: 0;
        padding: 0;
        /*margin-top: 5px;*/
        width: 35px;
        border: none;
        /*background-color: #eee;*/
        border-bottom: 2px solid white;
        outline: none;
        float: right;
    }
    .order_summary .place_oder{
        width: 100%;
        height: 40px;
        /*background-color: orange;*/
        border: none;
        border-radius: 10px;
        margin-top: 20px;
    }
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px){
    .cover{
        width: 100%;
        height: 290px;
        /*background-color: #00aeef;*/
        position: relative;
    }
    .new_logo{
        width: 30%;
        height: 130px;
        /*background-color: blue;*/
    }
    .new_logo .logo_image{
        width: 100%;
        height: 65%;
        /*background-color: greenyellow;*/
        padding: 0 20px 0 20px;
        /*float: left;*/
        margin: auto;
    }
    .new_logo .logo_image img{
        width: 100%;
        height: 100%;
    }
    .new_logo .logo_name{
        width: 100%;
        /*background-color: hotpink;*/
        /*float: left;*/
        margin-top: 2%;
        text-align: center;
    }
    .logo_name h1{
        /*font-family: 'Koulen', cursive;*/
        /*font-family: 'Battambang', cursive;*/
        font-family: 'Moul', cursive;
        font-size: 10px;
        line-height: 5px;
        color: white;
        margin-top: 5px;
        /*margin-top: 20px;*/
    }
    .logo_name h2{
        font-size: 10px;
        font-weight: bold;
        line-height: 5px;
        color: white;
        margin-top: 5px;
    }
    .search a{
        margin-left: 100px!important;
        float: left;
        color: darkred;
        font-size: 20px;
    }
    .others{
        /*background-color: #00b0ff;*/
    }
    .others .search{
        /*background-color: green;*/
        width: 100%;
        height: 40px;
    }
    .others .other_item{
        width: 100%;
        height: 60px;
        /*background-color: #0e8c8c;*/
        float: right;
        margin-top: 7px;
    }
    .other_item ul{
        /*background-color: yellow;*/
    }
    .other_item ul li{
        float: left;
        padding: 5px;
        width: 30px;
        height: 30px;
        /*margin: 5px;*/
        /*background-color: white;*/
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
    }
    .other_item ul li a{
        width: 100%;
        height: 100%;
        line-height: 0px;
        font-size: 15px;
        color: darkred;
        margin-top: -10px;
    }
    .other_item ul li a i{
        font-size: 10px;
        color: darkred;
    }
    .other_item ul li a img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .bread_cafe{
        width: 400px;
        height: 50px;
        /*background-color: dodgerblue;*/
        top: 65%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
    }
    .bread_cafe h1{
        font-size: 20px;
    }
    .bread_cafe h2{
        font-size: 20px;
    }
    .our_menu{
        height: 950px;
        margin-top: -10px;
    }
    .our_menu .three_menu{
        position: absolute;
        width: 45%;
        height: 250px;
        /*background-color: #00AA88;*/
        top: 0%;
        left: 50%;
        transform: translate(-50%,0%);
        /*padding-left: -80px;*/
    }
    .three_menu .three_menu_item{
        width: 100%;
        height: 100%;
        background-color: white;
        margin-right: 1%;
        /*float: left;*/
        margin-bottom: 20px;
        box-shadow: 2px 2px 5px 0px grey;
        border-radius: 15px;
    }
    .three_menu_item .item_img{
        width: 100%;
        height: 60%;
        /*background-color: grey;*/
    }
    .three_menu_item .item_txt{
        width: 100%;
        height: 40%;
        /*background-color: white;*/
    }
    .item_txt h1{
        font-size: 20px;
        color: orange;
        text-align: center;
        font-weight: bold;
        margin-top: -20px;
        /*padding: 5px;*/
    }
    .item_txt p{
        font-size: 15px;
        color: black;
        text-align: center;
        padding: 0 5px 0 5px;
    }
    .our_menu .txt_menu{
        width: 200px;
        height: 50px;
        /*background-color: #00aeef;*/
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .category_box{
        width: 90%;
        height: 150px;
        /*background-color: #0c5460;*/
        padding-left: 30px;
        margin-top: -20px;
        top: 95%;
        left: 50%;
        transform: translate(-50%,0);
        position: absolute;
        z-index: 2;
        margin-bottom: 90px;

    }
    .category_box .category_item{
        width: 8.50%;
        height: 50%;
        background-color: white;
        margin-right: 2.5%;
        float: left;
        border-radius: 10%;
        box-shadow: 2px 2px 5px 0px grey;
        margin-bottom: 8%;
    }
    .category_item a{
        text-decoration: none;
        color: black;
    }
    .category_item .category_img{
        width: 100%;
        height: 50%;
        /*background-color: red;*/
        padding: 0;
        margin: 0;
        padding: 0 10px 0 10px;
    }
    .category_img img{
        /*width: 70%;*/
        height: 100%;
        margin-top: -20px;
    }
    .category_item .category_txt{
        width: 100%;
        height: 50%;
        /*background-color: grey;*/
        text-align: center;
    }
    .category_txt p{
        font-weight: bold;
        font-size: 13px;
    }
    .menu_category{
        width: 100%;
        height: 200px;
        background-color: #eee;
        position: relative;
        margin-top: 100px;
    }
    .menu_category .advertise_box {
        position: absolute;
        width: 90%;
        height: 130px;
        /*background-color: #0b2e13;*/
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
        padding-left: 7px;
    }
    .advertise_box .advertise_item{
        width: 48%;
        height: 100%;
        /*background-color: #00aeef;*/
        float: left;
        margin-right: 2%;
        border-radius: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .advertise_item img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .recommend{
        width: 100%;
        height: 220px;
        background-color: white;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .recommend .recommend_box{
        width: 86.5%;
        height: 50px;
        /*background-color: #00aeef;*/
        margin: auto;
        /*margin-top: 20px!important;*/
    }
    .recommend_for_you{
        width: 30%;
        height: 100%;
        /*background-color: #0c5460;*/
        float: left;
    }
    .recommend_for_you h1{
        font-size: 15px;
        margin-top: 10px;
        /*font-weight: bold;*/
    }
    .top_product{
        width: 60%;
        height: 100%;
        /*background-color: #0b2e13;*/
        float: right;
    }
    .top_product .top_of_week{
        width: 70%;
        height: 100%;
        /*background-color: green;*/
        float: left;
    }
    .top_of_week h2{
        font-size: 15px;
        color: grey;
        margin-top: 10px;
    }
    .top_product .view_all{
        width: 30%;
        height: 50%;
        background-color: orange;
        float: right;
        border-radius: 20px;
        margin-top: 10px;
    }
    .view_all p{
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        cursor: pointer;
    }
    .recommend_item_box{
        width: 90%;
        height: 130px;
        /*background-color: hotpink;*/
        margin: auto;
        margin-top: 10px;
        padding-left: 5px;
    }
    .recommend_item_box .slide-box-big{
        /*background-color: white;*/
        height: 100%;
        width: 100%;
    }
    .slide-box-big .slide-box1{
        /*background-color: red;*/
        height: 100%;
    }
    /*slide show1*/
    .slide-box1 .slide-box{
        width: 100%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
        position: relative;
        /*margin-top: 20px;*/
        overflow: hidden;
        padding: 0;
    }
    .btn-slide{
        position: absolute;
        top: 50%;
        left: -100px;
        padding: 10px 30px;
        background-color: #333;
        color: #fff;
        transform: translate(0, -50%);
        cursor: pointer;
        transition: 0.5s;
        z-index: 2;
    }
    .btn-next{
        right: -100px;
        left: auto;

    }
    .slide-box1 .slide-box:hover .btn-back{
        left: 10px;
    }
    .slide-box1 .slide-box:hover .btn-next{
        right: 10px;
    }
    .btn-slide:hover{
        color: #333;
        background-color: #fff;
    }
    .slide-box .slide{
        width: 100%;
        height: 100%;
        float: left;
        /*background-color: black;*/
        position: relative;
        display: none;
        animation-name: fade;
        animation-duration: 0.5s;
    }
    .slide .slide_item{
        float: left;
        width: 18%;
        height: 100%;
        /*background-color: #0b2e13;*/
        margin-right: 2%;
        border-radius: 16px;
        /*box-shadow: 2px 2px 5px 0px grey;*/
    }
    .slide_item .slide_img{
        width: 100%;
        height: 50%;
        /*background-color: pink;*/
        position: relative;
        transition: 0.5s;
    }
    .slide_img .icon{
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 15px;
        color: darkred;
        /*background-color: red;*/
    }
    .slide_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .slide_item .slide_icon{
        margin-top: 10px;
        width: 100%;
        height: 15%;
        /*background-color: green;*/
    }
    .slide_icon .icon_txt{
        width: 80%;
        height: 100%;
        float: left;
        /*background-color: #00AA88;*/
    }
    .icon_txt h3{
        font-size: 12px;
        margin: 0;
        padding: 0;

    }
    .slide_icon .icon_icon{
        width: 20%;
        height: 100%;
        float: left;
        /*background-color: white;*/
        text-align: center;
        color: darkred!important;
        /*display: none;*/
    }
    .icon_icon i{
        color: darkred!important;
        font-size: 5px!important;
    }
    .slide_item .slide_txt{
        width: 100%;
        height: 50%;
        /*background-color: blue;*/
    }
    .slide_txt p{
        font-size: 12px;
        line-height: 5px;
        color: grey;
    }
    .slide_txt h3{
        font-size: 12px;
        /*margin-top: -20px;*/
        line-height: 10px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    .all_product{
        width: 90%;
        height: 100%;
        /*height: 500px;*/
        /*background-color: pink;*/
        /*margin-top: 50px;*/
        padding-top: 0px;
    }
    .all_product .all_product_box{
        width: 96%;
        height: 50px;
        /*background-color: #0c5460;*/
        margin: auto;
    }
    .all_product_box .all_product_head{
        width: 20%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
    }
    .all_product_head h1{
        font-size: 13px;
    }
    .all_product_box .more_than{
        width: 65%;
        height: 100%;
        /*background-color: red;*/
        float: right;
        padding: 0;
        margin: 0;
    }
    .more_than .more_than_txt{
        width: 70%;
        height: 100%;
        /*background-color: #0e4377;*/
        float: left;
    }
    .more_than_txt h2{
        font-size: 13px;
        margin-top: 10px;
        color: grey;
    }
    .more_than .view_all2{
        width: 25%;
        height: 50%;
        background-color: orange;
        float: right;
        border-radius: 20px;
        /*margin-top: 10px;*/
    }
    .view_all2 p{
        text-align: center;
        font-size: 13px;
    }
    .all_product_item{
        width: 100%;
        height: 100%;
        /*background-color: #0b2e13;*/
        margin: auto;
        margin-top: 10px!important;
        padding-left: 10px;
    }
    .all_product_item .product_item{
        width: 47%;
        height: 220px;
        /*background-color: pink;*/
        margin-right: 2%;
        float: left;
        border-radius: 10px;
        margin-bottom: 30px;
        border: 2px solid #eee;
    }
    .product_item .product_item_img{
        width: 100%;
        height: 55%;
        /*background-color: red;*/
        border-radius: 10px;
    }
    .product_item_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px!important;
    }
    .product_item_txt{
        width: 100%;
        height: 45%;
        /*background-color: white;*/
        position: relative;
    }
    .product_item_txt h2{
        font-size: 15px;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }
    .product_item_txt p{
        font-size: 15px;
        text-align: center;
        margin: 0;
        padding: 0;
        color: grey;
    }
    .product_item_txt h3{
        font-size: 15px;
        text-align: center;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }
    .product_item_txt .add_card{
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-80%);
        /*background-color: orange;*/
        width: 80%;
        height: 25px;
        text-align: center;
        padding-top: 3px;
        border-radius: 15px;
        cursor: pointer;
        border: 1px solid orange;
        color: orange;
        font-size: 14px!important;
    }
    .add_card i{
        /*margin-top: 15px;*/
        float: left;
        font-size: 14px!important;
    }
    .app_play_store{
        width: 100%;
        height: 250px;
        /*background-color: #0b2e13;*/
        position: relative;
    }
    .app_play_store img{
        width: 100%;
        height: 100%;
    }
    .app_play_store .free_download_box{
        position: absolute;
        width: 170px;
        height: 150px;
        /*background-color: pink;*/
        top: 50%;
        left: 8%;
        transform: translate(-8%, -50%);
    }
    .free_download_box h1{
        font-size: 15px;
        color: darkred;
        font-weight: bold;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }
    .free_download_box h2{
        font-size: 15px;
        color: orange;
        /*font-weight: bold;*/
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }
    .free_download_box .app_store{
        width: 80%;
        height: 30px;
        background-color: darkred;
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
        font-size: 15px;
        padding-top: 5px;
        color: white;
        border-radius: 15px;
        cursor: pointer;
    }
    .free_download_box .app_store i{
        font-size: 15px!important;
    }
    .free_download_box .play_store{
        width: 80%;
        height: 30px;
        background-color: orange;
        margin: auto;
        text-align: center;
        font-size: 15px;
        padding-top: 5px;
        color: white;
        border-radius: 15px;
        cursor: pointer;
    }
    .free_download_box .play_store i{
        font-size: 15px!important;
    }
    .app_play_store .phone_box{
        position: absolute;
        width: 170px;
        height: 150px;
        /*background-color: red;*/
        top: 50%;
        right: 5%;
        transform: translate(-5%, -50%);
    }
    .new_footer{
        width: 100%;
        height: 400px;
        background-color: #8b1500;
        margin: 0;
        padding: 0;
        padding-top: 10px;
    }
    .new_footer .stay_away{
        width: 80%;
        height: 110px;
        /*background-color: black;*/
        margin: auto;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .stay_away h1{
        font-size: 15px;
        text-align: center;
        color: white;
    }
    .stay_away p{
        font-size: 13px;
        text-align: center;
        color: white;
    }
    .stay_away .inp{
        width: 80%;
        height: 40px;
        /*background-color: #0e8c8c;*/
        margin: auto;
    }
    .inp input{
        height: 100%;
        border-radius: 10px;
        border: 1px solid orange;
        float: left;
    }
    .new_footer .footer_box{
        width: 90%;
        height: 200px;
        /*background-color: dodgerblue;*/
        margin: auto;
        padding-left: 5px;
    }
    .footer_box .footer_item{
        width: 23%;
        height: 100%;
        /*background-color: white;*/
        margin-right: 2%;
        float: left;
    }
    .footer_item ul{
        list-style-type: none;
        /*background-color: #0e8c8c;*/
    }
    .footer_item ul li{
        /*padding: 5px;*/
        margin-left: -45px;
        /*background-color: green;*/
        text-align: center;

    }
    .footer_item ul li a{
        text-decoration: none;
        color: white;
        font-size: 12px;
        text-align: center;
    }
    .footer_item ul li a .e_chrizt{
        font-size: 5px!important;
    }
    .footer_item ul li i{
        font-size: 15px!important;
        color: white!important;
        text-align: center;
    }
    .heada{
        font-size: 10px;
        /*font-family: 'Battambang', cursive;*/
        /*font-family: 'Chenla', cursive;*/
        /*font-family: 'Content', cursive;*/
        /*font-family: 'Cookie', cursive;*/
        font-family: 'Hanuman', serif;
        /*font-family: 'Khmer', cursive;*/
        /*font-family: 'Koulen', cursive;*/
        /*font-family: 'Merriweather', serif;*/
        /*font-family: 'Moul', cursive;*/
        /*font-family: 'Nokora', sans-serif;*/
        /*font-family: 'Odor Mean Chey', serif;*/
    }
    .our_gallery{
        width: 100%;
        height: 60px;
        /*background-color: #0e8c8c;*/
        padding-left: 5px;
    }
    .our_gallery .gallery_item{
        width: 45%;
        height: 48%;
        /*background-color: brown;*/
        margin-right: 2%;
        float: left;
        margin-bottom: 5px;
        border-radius: 5px;
    }
    .gallery_item img{
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

    .all_product .all_menu{
        width: 100%;
        height: 100px;
        /*background-color: cornflowerblue;*/
    }
    .all_menu ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .all_menu ul li{
        float: left;
        /*padding: 5px 15px 5px 15px;*/
        margin: 5px;
        padding: 5px;
        /*background-color: orange;*/
        border-radius: 25px;
        border: 2px solid #eee;
    }
    .all_menu ul li a{
        color: black;
        text-decoration: none;
        font-size: 10px;
    }

    .detail_box{
        width: 100%;
        height: 330px;
        background-color: white;
        padding-top: 5px;
        box-shadow: 2px 2px 5px 0px grey!important;
        margin-top: -30px;
    }
    .detail_box .detail_head{
        width: 85%;
        height: 300px;
        /*background-color: #eee;*/
        margin: auto;
    }
    .detail_head h1{
        font-size: 15px;
    }
    .detail_head .detail_box_item{
        width: 100%;
        height: 100%;
        /*background-color: dodgerblue;*/
    }
    .detail_box_item .item_detail_img{
        width: 30%;
        height: 30%;
        /*background-color: green;*/
        float: left;
        border-radius: 10px;
    }
    .item_detail_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .detail_box_item .item_detail_txt{
        width: 68%;
        height: 60%;
        background-color: #eee;
        float: left;
        margin-left: 2%;
        padding: 20px;
        padding-top: 0;
        border-radius: 10px;
        position: relative;
    }
    .detail_box_item .item_detail_txt2{
        height: 250px!important;
        /*background-color: red;*/
        font-size: 10px;
    }
    .item_detail_txt2 .des_product{
        /*background-color: red;*/
        height: 80px!important;
        width: 50%;
        font-size: 10px;
    }
    .item_detail_txt2 .des_txt{
        /*background-color: #0e8c8c;*/
        height: 80px;
    }
    .item_detail_txt .button_box{
        position: absolute;
        width: 50px;
        height: 50px;
        /*background-color: #1a237e;*/
        top: 0px;
        right: 0px;
    }
    .button_box .head_button{
        width: 100%;
        height: 50%;
        /*background-color: #0e8c8c;*/
        padding-right: 15px;
    }
    .button_box .head_button i{
        float: right;
        margin: 10px;
        font-size: 20px;
        /*color: red!important;*/
    }
    .button_box .two_button{
        width: 100%;
        height: 50%;
        /*background-color: #00aeef;*/
    }

    .two_button .result_txt{
        width: 30%;
        height: 30px;
        /*background-color: orange;*/
        float: left;
        margin-right: 3%;
        text-align: center;
    }
    .txt-center{
        border-radius: 10px;
        padding-top: 5px;
        border: 1px solid grey;
        margin-top: 2px;
    }
    .btn_btn{
        width: 25px;
        height: 25px;
        /*background-color: darkred;*/
        color: white;
        border-radius: 50%;
        border: none;
        float: left;
        margin: 5px;
    }
    .item_detail_txt h1{
        font-size: 10px;
        padding: 0;
        margin: 0;
        line-height: 15px;
        font-weight: bold;
        color: black;
    }
    .item_detail_txt p{
        font-size: 10px;
        padding: 0;
        margin: 0;
        line-height: 15px;
        color: grey;
    }
    .item_detail_txt h3{
        font-size: 10px;
        padding: 0;
        margin: 0;
        line-height: 15px;
        color: black;
        font-weight: bold;
    }
    .item_detail_txt .des_product{
        width: 40%;
        height: 20px;
        /*background-color: pink;*/
        float: left;
    }
    .des_txt{
        width: 100%;
        height: 50px;
        /*background-color: hotpink;*/
        border-top: 1px solid white;
    }
    .submit_box{
        /*width: 20%;*/
        /*height: 40px;*/
        background-color: orange;
        /*border-radius: 20px;*/
        /*text-align: center;*/
        /*padding-top: 10px;*/
        /*cursor: pointer;*/
        width: 60px;
        height: 25px;
        outline: none;
        border: none;
        /*background: gray;*/
        border-radius: 30px;
        font-size: 13px;
    }
    .submit_box a{
        text-decoration: none;
        color: black;
    }

    .shoping_card{
        width: 100%;
        height: 100%;
        /*background-color: #00aeef;*/
        margin-bottom: 20px;
        padding-top: 10px;
    }
    .shoping_card .delete_all{
        width: 90%;
        height: 50px;
        /*background-color: #0e8c8c;*/
        margin: auto;
        margin-bottom: 30px;

    }
    .shoping_card .delete_all h1{
        font-size: 13px;
        margin-top: 20px;
        /*background-color: red;*/
        width: 35%;
        height: 40px;
        padding-top: 10px;
        border-radius: 10px;
        padding-left: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .shoping_card .order{
        width: 85%;
        height: 100%;
        /*background-color: pink;*/
        margin: auto;
    }
    .order .order_detail{
        width: 68%;
        height: 100%;
        /*background-color: red;*/
        float: left;
    }
    .order_detail .order_menu_box{
        width: 100%;
        height: 100%;
        /*background-color: hotpink;*/
        padding: 10px;
        border-radius: 15px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .order_menu_box .order_all_menu{
        width: 100%;
        height: 80px;
        /*background-color: dodgerblue;*/
        border-bottom: 2px solid red;
        margin-top: 5px;
    }
    .order_all_menu .menu_type{
        width: 70%;
        height: 100%;
        /*background-color: green;*/
        float: left;
    }
    .menu_type .menu_img_type{
        width: 50%;
        height: 80%;
        /*background-color: #00b0ff;*/
        float: left;
        border-radius: 10px;
        padding: 5px;
    }
    .menu_img_type img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .menu_type .menu_txt_type{
        width: 50%;
        height: 100%;
        /*background-color: pink;*/
        float: right;
        padding: 2px;
        /*padding-left: 10px;*/
    }
    .menu_txt_type h1{
        font-size: 10px;
        line-height: 0px;
        margin-top: 5px;
    }
    .menu_txt_type h3{
        font-size: 10px;
        line-height: 0px;
        color: grey;
    }
    .menu_txt_type p{
        font-size: 10px;
        line-height: 0px;
        float: left;
        /*margin: 5px;*/
        /*padding: 5px;*/
        background-color: #eee;
        border-radius: 10px;
        color: red;
    }
    .menu_txt_type .variation{
        width: 100%;
        /*background-color: #00b0ff;*/
    }
    .order_all_menu .add_remove_box{
        width: 30%;
        height: 100%;
        /*background-color: #0b51c5;*/
        float: right;
        padding: 0;
        /*padding: 10px;*/
    }
    .add_remove_box .add_minus_box{
        width: 40px;
        height: 5%;
        /*background-color: pink;*/
        margin: 0;
        padding: 0;
        float: right;
    }
    .add_remove_box .add_minus_box input{
        height: 20px;
        margin: 0;
        padding: 0;
        float: right;
        border-radius: 5px;
    }
    .add_minus_box .add_minus_item{
        width: 30%;
        height: 100%;
        /*background-color: orange;*/
        float: left;
        margin-right: 3%;
    }
    .add_minus_item p{
        width: 100%;
        height: 90%;
        /*background-color: #00b0ff;*/
        border-radius: 10px;
        text-align: center;
        margin-top: 5px;
        border: 1px solid darkred;
        color: darkred;
    }
    .add_remove_box .btn_remove{
        width: 100%;
        height: 60%;
        /*background-color: greenyellow;*/
        text-align: center;
        padding-top: 30px;
        font-weight: bold;
        font-size: 12px;

    }
    .order_method{
        width: 100%;
        height: 170px;
        /*background-color: blue;*/
        padding-top: 10px;
        border-radius: 15px;
        margin-top: 10px;
        box-shadow: 2px 2px 5px 0px grey;
        /*padding: 10px;*/
    }
    .order_method .order_method_head{
        width: 100%;
        height: 20px;
        /*background-color: red;*/
        padding: 0;
        margin: 0;
    }
    .order_method_head h1{
        font-size: 15px;
    }
    .order_method .radio_box{
        width: 100%;
        height: 100px;
        /*background-color: blue;*/
    }
    .order_method .radio_item{
        width: 100%;
        height: 48%;
        float: left;
        /*background-color: red;*/
        margin-bottom: 2%;
    }
    .radio_item .radio{
        width: 10%;
        height: 100%;
        /*background-color: red;*/
        float: left;
        /*margin-right: 2%;*/
    }
    .radio_item .radio_img{
        width: 30%;
        height: 100%;
        /*background-color: red;*/
        float: left;
        margin-right: 2%;
    }
    .radio_img img{
        width: 100%;
        height: 100%;
        /*background-color: red;*/
    }
    .radio_item .radio_txt{
        width: 55%;
        height: 100%;
        /*background-color: blue;*/
        float: left;
    }
    .radio_txt p{
        margin-top: 15px;
        font-size: 13px;
    }
    .deliver_to{
        width: 100%;
        height: 100%;
        background-color: #eee;
        padding: 5px;
        border-radius: 15px;
        margin-top: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .deliver_to h2{
        font-size: 14px;
    }
    .deliver_to​ p{
        font-size: 10px;
        float: left;
        width: 15%;
        color: red!important;
    }
    .deliver_to​ h3{
        font-size: 5px;
        color: red;
    }
    .deliver_to input{
        border: none;
        background-color: #eee;
        border-bottom: 2px solid white;
        width: 55%;
        outline: none;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }
    .deliver_to i{
        color: darkred!important;
        float: left;
        margin-right: 10px;
    }
    .payment_method{
        width: 100%;
        height: 190px;
        /*background-color: #eee;*/
        padding: 10px;
        border-radius: 15px;
        margin-top: 10px;
        padding-top: 0;
        margin-bottom: 50px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .payment_method .payment_method_head{
        width: 100%;
        height: 20px;
        /*background-color: #00b0ff;*/
    }
    .payment_method_head h1{
        font-size: 15px;
    }
    .payment_method .payment_method_item{
        width: 100%;
        height: 200px;
        /*background-color: pink;*/
    }
    .payment_method_item ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .payment_method_item ul li{
        width: 100%;
        height: 40px;
        /*background-color: white;*/
        margin-top: 10px;
        /*margin-bottom: 5px;*/

    }
    .payment_method_item ul li .radio_btn{
        width: 10%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
    }
    .payment_method_item ul li .radio_btn input{
        margin-top: 10px;
    }
    .payment_method_item ul li .pay_box{
        width: 15%;
        height: 85%;
        /*background-color: green;*/
        border-radius: 50%;
        float: left;
        text-align: center;
        margin-right: 10px;
    }
    .pay_box p{
        margin-top: 5px;
    }
    .pay_box img{
        width: 100%;
        height: 100%;
    }
    .payment_method_item ul li .pay_detail{
        width: 70%;
        height: 100%;
        /*background-color: brown;*/
        float: left;
    }
    .pay_detail p{
        margin-top: 10px;
        font-size: 12px;
    }
    .order .order_summary_box{
        width: 30%;
        height: 100%;
        /*background-color: red;*/
        float: right;
        margin: 0;
        padding: 0;
    }
    .order_summary_box .order_summary{
        width: 100%;
        height: 150px;
        background-color: #eee;
        box-shadow: 2px 2px 5px 0px grey;
        border-radius: 5px;
        padding: 0px;
        margin: 0;
        margin-top: -20px;
    }
    .order_summary .order_summary_head{
        width: 100%;
        height: 50px;
        /*background-color: #0e8c8c;*/
        margin: 0;
        padding: 0;
    }
    .order_summary_head h1{
        font-size: 12px;
    }
    .order_summary_head .subtotal{
        width: 100%;
        height: 30px;
        /*background-color: white;*/
        padding: 0;
        margin: 0;
    }
    .subtotal p{
        font-size: 12px;
    }
    .subtotal input{
        border: none;
        background-color: #eee;
        border-bottom: 2px solid #eee;
        outline: none;
        float: right;
        width: 40px;
        color: red;
        font-size: 13px;
        font-weight: bolder;
    }
    .order_summary_head .free_delivery{
        width: 100%;
        height: 30px;
        /*background-color: red;*/
    }
    .free_delivery p{
        font-size: 12px;
    }
    .order_summary .total_box{
        width: 100%;
        height: 50px;
        /*background-color: red;*/
        border-top: 2px solid white;
        margin: 0;
        padding: 0;
    }
    .total_box h3{
        font-size: 10px;
        color: darkred;
        font-weight: bold;
        margin-top: 25px;
        margin: 0;
        padding: 0;
    }
    .total_box input{
        margin: 0;
        padding: 0;
        /*margin-top: 5px;*/
        width: 25px;
        border: none;
        background-color: #eee;
        border-bottom: 2px solid white;
        outline: none;
        float: right;
    }
    .order_summary .place_oder{
        width: 100%;
        height: 40px;
        /*background-color: orange;*/
        border: none;
        border-radius: 10px;
        margin-top: 20px;
    }

}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .container{
        width: 100%;
    }
    .cover{
        width: 100%;
        height: 250px;
        /*background-color: #00aeef;*/
        position: relative;
    }
    .new_logo{
        width: 40%;
        height: 130px;
        /*background-color: blue;*/
    }
    .new_logo .logo_image{
        width: 100%;
        height: 65%;
        /*background-color: greenyellow;*/
        padding: 0 30px 0 30px;
        /*float: left;*/
        margin: auto;
    }
    .new_logo .logo_image img{
        width: 100%;
        height: 100%;
    }
    .new_logo .logo_name{
        width: 100%;
        /*background-color: hotpink;*/
        /*float: left;*/
        margin-top: 2%;
        text-align: center;
    }
    .logo_name h1{
        /*font-family: 'Koulen', cursive;*/
        /*font-family: 'Battambang', cursive;*/
        font-family: 'Moul', cursive;
        font-size: 10px;
        line-height: 5px;
        color: white;
        margin-top: 5px;
        /*margin-top: 20px;*/
    }
    .logo_name h2{
        font-size: 10px;
        font-weight: bold;
        line-height: 0px;
        color: white;
        margin-top: 5px;
    }
    .others{
        /*background-color: #00b0ff;*/
    }
    .others .search{
        /*background-color: green;*/
        width: 100%;
        height: 40px;
        display: none;
    }
    .others .other_item{
        width: 100%;
        height: 60px;
        /*background-color: #0e8c8c;*/
        float: right;
        margin-top: 7px;
    }
    .other_item ul{
        /*background-color: yellow;*/
    }
    .other_item ul li{
        float: left;
        padding: 0px;
        width: 35px;
        height: 35px;
        /*margin: 5px;*/
        /*background-color: white;*/
        border-radius: 50%;
        text-align: center;
        padding-top: 10px;
    }
    .other_item ul li a{
        width: 100%;
        height: 100%;
        line-height: 0px;
        font-size: 15px;
        color: darkred;
        /*margin-top: 30px;*/
    }
    .other_item ul li a i{
        font-size: 10px;
        color: darkred;
    }
    .other_item ul li a img{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
    .bread_cafe{
        width: 300px;
        height: 50px;
        /*background-color: dodgerblue;*/
        top: 75%;
        left: 50%;
        transform: translate(-50%,-50%);
        position: absolute;
    }
    .bread_cafe h1{
         font-size: 20px;
     }
    .bread_cafe h2{
        font-size: 20px;
    }
    .our_menu{
        height: 950px;
        margin-top: -10px;
    }
    .our_menu .three_menu{
        position: absolute;
        width: 70%;
        height: 250px;
        /*background-color: #00AA88;*/
        top: 0%;
        left: 50%;
        transform: translate(-50%,0%);
        /*padding-left: -80px;*/
    }
    .three_menu .three_menu_item{
        width: 100%;
        height: 100%;
        background-color: white;
        margin-right: 1%;
        /*float: left;*/
        margin-bottom: 20px;
        box-shadow: 2px 2px 5px 0px grey;
        border-radius: 15px;
    }
    .three_menu_item .item_img{
        width: 100%;
        height: 60%;
        /*background-color: grey;*/
    }
    .three_menu_item .item_txt{
        width: 100%;
        height: 40%;
        /*background-color: white;*/
    }
    .item_txt h1{
        font-size: 20px;
        color: orange;
        text-align: center;
        font-weight: bold;
        margin-top: -20px;
        /*padding: 5px;*/
    }
    .item_txt p{
        font-size: 15px;
        color: black;
        text-align: center;
        padding: 0 5px 0 5px;
    }
    .our_menu .txt_menu{
        width: 200px;
        height: 50px;
        /*background-color: #00aeef;*/
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .category_box{
        width: 90%;
        height: 150px;
        /*background-color: #0c5460;*/
        padding-left: 30px;
        margin-top: -20px;
        top: 95%;
        left: 50%;
        transform: translate(-50%,0);
        position: absolute;
        z-index: 2;

    }
    .category_box .category_item{
        width: 40%;
        height: 40%;
        /*background-color: white;*/
        margin-right: 7.5%;
        float: left;
        border-radius: 10%;
        box-shadow: 2px 2px 5px 0px grey;
        margin-bottom: 10%;
    }
    .category_item a{
        text-decoration: none;
        color: black;
    }
    .category_item .category_img{
        width: 100%;
        height: 50%;
        /*background-color: red;*/
        padding: 0;
        margin: 0;
        /*padding: 0 18px 0 18px;*/
    }
    .category_img img{
        /*width: 70%;*/
        height: 100%;
        margin-top: -20px;
    }
    .category_item .category_txt{
        width: 100%;
        height: 50%;
        /*background-color: grey;*/
        text-align: center;
    }
    .category_txt p{
        font-weight: bold;
        font-size: 10px;
    }
    .menu_category{
        width: 100%;
        height: 200px;
        background-color: #eee;
        position: relative;
        margin-top: 50px;
    }
    .menu_category .advertise_box {
        position: absolute;
        width: 90%;
        height: 100px;
        /*background-color: #0b2e13;*/
        top: 60%;
        left: 50%;
        transform: translate(-50%, -60%);
        padding-left: 7px;
    }
    .advertise_box .advertise_item{
        width: 48%;
        height: 100%;
        /*background-color: #00aeef;*/
        float: left;
        margin-right: 2%;
        border-radius: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .advertise_item img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .recommend{
        width: 100%;
        height: 170px;
        /*background-color: pink;*/
        padding-top: 0px;
    }
    .recommend .recommend_box{
        width: 86.5%;
        height: 50px;
        /*background-color: #00aeef;*/
        margin: auto;
        /*margin-top: 20px!important;*/
    }
    .recommend_for_you{
        width: 30%;
        height: 100%;
        /*background-color: #0c5460;*/
        float: left;
    }
    .recommend_for_you h1{
        font-size: 15px;
        margin-top: 10px;
        /*font-weight: bold;*/
    }
    .top_product{
        width: 60%;
        height: 100%;
        /*background-color: #0b2e13;*/
        float: right;
    }
    .top_product .top_of_week{
        width: 70%;
        height: 100%;
        /*background-color: green;*/
        float: left;
    }
    .top_of_week h2{
        font-size: 15px;
        color: grey;
        margin-top: 10px;
    }
    .top_product .view_all{
        width: 30%;
        height: 50%;
        background-color: orange;
        float: right;
        border-radius: 20px;
        margin-top: 10px;
    }
    .view_all p{
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        cursor: pointer;
    }
    .recommend_item_box{
        width: 90%;
        height: 90px;
        /*background-color: hotpink;*/
        margin: auto;
        margin-top: 10px;
        padding-left: 5px;
    }
    .recommend_item_box .slide-box-big{
        /*background-color: white;*/
        height: 100%;
        width: 100%;
    }
    .slide-box-big .slide-box1{
        /*background-color: red;*/
        height: 100%;
    }
    /*slide show1*/
    .slide-box1 .slide-box{
        width: 100%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
        position: relative;
        /*margin-top: 20px;*/
        overflow: hidden;
        padding: 0;
    }
    .btn-slide{
        position: absolute;
        top: 50%;
        left: -100px;
        padding: 10px 30px;
        background-color: #333;
        color: #fff;
        transform: translate(0, -50%);
        cursor: pointer;
        transition: 0.5s;
        z-index: 2;
    }
    .btn-next{
        right: -100px;
        left: auto;

    }
    .slide-box1 .slide-box:hover .btn-back{
        left: 10px;
    }
    .slide-box1 .slide-box:hover .btn-next{
        right: 10px;
    }
    .btn-slide:hover{
        color: #333;
        background-color: #fff;
    }
    .slide-box .slide{
        width: 100%;
        height: 100%;
        float: left;
        /*background-color: black;*/
        position: relative;
        display: none;
        animation-name: fade;
        animation-duration: 0.5s;
    }
    .slide .slide_item{
        float: left;
        width: 18%;
        height: 100%;
        /*background-color: #0b2e13;*/
        margin-right: 2%;
        border-radius: 16px;
        /*box-shadow: 2px 2px 5px 0px grey;*/
    }
    .slide_item .slide_img{
        width: 100%;
        height: 50%;
        /*background-color: pink;*/
        position: relative;
        transition: 0.5s;
    }
    .slide_img .icon{
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 10px;
        color: darkred;
        /*background-color: red;*/
    }
    .slide_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .slide_item .slide_icon{
        margin-top: 10px;
        width: 100%;
        height: 15%;
        /*background-color: green;*/
    }
    .slide_icon .icon_txt{
        width: 80%;
        height: 100%;
        float: left;
        /*background-color: #00AA88;*/
    }
    .icon_txt h3{
        font-size: 10px;
        margin: 0;
        padding: 0;

    }
    .slide_icon .icon_icon{
        width: 20%;
        height: 100%;
        float: left;
        /*background-color: white;*/
        text-align: center;
        color: darkred!important;
        display: none;
    }
    .icon_icon i{
        color: darkred!important;
    }
    .slide_item .slide_txt{
        width: 100%;
        height: 50%;
        /*background-color: blue;*/
    }
    .slide_txt p{
        font-size: 10px;
        line-height: 5px;
        color: grey;
    }
    .slide_txt h3{
        font-size: 10px;
        /*margin-top: -20px;*/
        line-height: 0px;
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    .all_product{
        width: 90%;
        height: 100%;
        /*height: 500px;*/
        /*background-color: pink;*/
        /*margin-top: 50px;*/
        padding-top: 0px;
    }
    .all_product .all_product_box{
        width: 96%;
        height: 50px;
        /*background-color: #0c5460;*/
        margin: auto;
    }
    .all_product_box .all_product_head{
        width: 20%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
    }
    .all_product_head h1{
        font-size: 10px;
    }
    .all_product_box .more_than{
        width: 65%;
        height: 100%;
        /*background-color: red;*/
        float: right;
        padding: 0;
        margin: 0;
    }
    .more_than .more_than_txt{
        width: 70%;
        height: 100%;
        /*background-color: #0e4377;*/
        float: left;
    }
    .more_than_txt h2{
        font-size: 10px;
        margin-top: 10px;
        color: grey;
    }
    .more_than .view_all2{
        width: 30%;
        height: 50%;
        /*background-color: orange;*/
        float: right;
        border-radius: 20px;
        margin-top: 10px;
    }
    .view_all2 p{
        text-align: center;
        font-size: 13px;
        margin-top: 5px;
    }
    .all_product_item{
        width: 100%;
        height: 100%;
        /*background-color: #0b2e13;*/
        margin: auto;
        margin-top: 10px!important;
        padding-left: 10px;
    }
    .all_product_item .product_item{
        width: 47%;
        height: 190px;
        /*background-color: pink;*/
        margin-right: 2%;
        float: left;
        border-radius: 10px;
        margin-bottom: 30px;
        border: 2px solid #eee;
    }
    .product_item .product_item_img{
        width: 100%;
        height: 50%;
        /*background-color: red;*/
        border-radius: 10px;
    }
    .product_item_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px!important;
    }
    .product_item_txt{
        width: 100%;
        height: 50%;
        /*background-color: white;*/
        position: relative;
    }
    .product_item_txt h2{
        font-size: 13px;
        text-align: center;
        margin: 0;
        padding: 0;
        margin-top: 10px;
    }
    .product_item_txt p{
        font-size: 13px;
        text-align: center;
        margin: 0;
        padding: 0;
        color: grey;
    }
    .product_item_txt h3{
        font-size: 13px;
        text-align: center;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }
    .product_item_txt .add_card{
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-80%);
        /*background-color: orange;*/
        width: 80%;
        height: 25px;
        text-align: center;
        padding-top: 5px;
        border-radius: 15px;
        cursor: pointer;
        border: 1px solid orange;
        color: orange;
        font-size: 12px!important;
    }
    .add_card i{
        /*margin-top: 15px;*/
        float: left;
        font-size: 12px!important;
    }
    .app_play_store{
        width: 100%;
        height: 250px;
        /*background-color: #0b2e13;*/
        position: relative;
    }
    .app_play_store img{
        width: 100%;
        height: 100%;
    }
    .app_play_store .free_download_box{
        position: absolute;
        width: 130px;
        height: 100px;
        /*background-color: pink;*/
        top: 50%;
        left: 8%;
        transform: translate(-8%, -50%);
    }
    .free_download_box h1{
        font-size: 13px;
        color: darkred;
        font-weight: bold;
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }
    .free_download_box h2{
        font-size: 13px;
        color: orange;
        /*font-weight: bold;*/
        text-align: center;
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }
    .free_download_box .app_store{
        width: 80%;
        height: 25px;
        /*background-color: darkred;*/
        margin: auto;
        margin-bottom: 10px;
        text-align: center;
        font-size: 13px;
        padding-top: 5px;
        color: white;
        border-radius: 15px;
        cursor: pointer;
    }
    .free_download_box .app_store i{
        font-size: 15px!important;
    }
    .free_download_box .play_store{
        width: 80%;
        height: 25px;
        /*background-color: orange;*/
        margin: auto;
        text-align: center;
        font-size: 13px;
        padding-top: 5px;
        color: white;
        border-radius: 15px;
        cursor: pointer;
    }
    .free_download_box .play_store i{
        font-size: 15px!important;
    }
    .app_play_store .phone_box{
        position: absolute;
        width: 130px;
        height: 100px;
        /*background-color: red;*/
        top: 50%;
        right: 5%;
        transform: translate(-5%, -50%);
    }
    .new_footer{
        width: 100%;
        height: 400px;
        /*background-color: #8b1500;*/
        margin: 0;
        padding: 0;
        padding-top: 10px;
    }
    .new_footer .stay_away{
        width: 80%;
        height: 110px;
        /*background-color: black;*/
        margin: auto;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .stay_away h1{
        font-size: 15px;
        text-align: center;
        color: white;
    }
    .stay_away p{
        font-size: 13px;
        text-align: center;
        color: white;
    }
    .stay_away .inp{
        width: 80%;
        height: 40px;
        /*background-color: #0e8c8c;*/
        margin: auto;
    }
    .inp input{
        height: 100%;
        border-radius: 10px;
        border: 1px solid orange;
        float: left;
    }
    .new_footer .footer_box{
        width: 90%;
        height: 200px;
        /*background-color: dodgerblue;*/
        margin: auto;
        padding-left: 5px;
    }
    .footer_box .footer_item{
        width: 23%;
        height: 100%;
        /*background-color: white;*/
        margin-right: 2%;
        float: left;
    }
    .footer_item ul{
        list-style-type: none;
        /*background-color: #0e8c8c;*/
    }
    .footer_item ul li{
        /*padding: 5px;*/
        margin-left: -45px;
        /*background-color: green;*/
        text-align: center;

    }
    .footer_item ul li a{
        text-decoration: none;
        color: white;
        font-size: 8px;
        text-align: center;
    }
    .footer_item ul li a .e_chrizt{
        font-size: 5px!important;
    }
    .footer_item ul li i{
        font-size: 15px!important;
        color: white!important;
        text-align: center;
    }
    .heada{
        font-size: 10px;
        /*font-family: 'Battambang', cursive;*/
        /*font-family: 'Chenla', cursive;*/
        /*font-family: 'Content', cursive;*/
        /*font-family: 'Cookie', cursive;*/
        font-family: 'Hanuman', serif;
        /*font-family: 'Khmer', cursive;*/
        /*font-family: 'Koulen', cursive;*/
        /*font-family: 'Merriweather', serif;*/
        /*font-family: 'Moul', cursive;*/
        /*font-family: 'Nokora', sans-serif;*/
        /*font-family: 'Odor Mean Chey', serif;*/
    }
    .our_gallery{
        width: 100%;
        height: 60px;
        /*background-color: #0e8c8c;*/
    }
    .our_gallery .gallery_item{
        width: 45%;
        height: 48%;
        /*background-color: brown;*/
        margin-right: 2%;
        float: left;
        margin-bottom: 5px;
        border-radius: 5px;
    }
    .gallery_item img{
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }
    .all_product .all_menu{
        width: 100%;
        height: 150px;
        /*background-color: cornflowerblue;*/
    }
    .all_menu ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .all_menu ul li{
        float: left;
        /*padding: 5px 15px 5px 15px;*/
        margin: 5px;
        padding: 5px;
        /*background-color: orange;*/
        border-radius: 25px;
        border: 2px solid #eee;
    }
    
    .all_menu ul li a {
        color: black;
        text-decoration: none;
        font-size: 10px;
    }

    .detail_box{
        width: 100%;
        height: 300px;
        /*background-color: white;*/
        padding-top: 5px;
        box-shadow: 2px 2px 5px 0px grey!important;
        margin-top: -30px;
    }
    .detail_box .detail_head{
        width: 85%;
        height: 300px;
        /*background-color: #eee;*/
        margin: auto;
    }
    .detail_head h1{
        font-size: 10px;
    }
    .detail_head .detail_box_item{
        width: 100%;
        height: 100%;
        /*background-color: dodgerblue;*/
    }
    .detail_box_item .item_detail_img{
        width: 30%;
        height: 20%;
        /*background-color: green;*/
        float: left;
        border-radius: 10px;
    }
    .item_detail_img img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .detail_box_item .item_detail_txt{
        width: 68%;
        height: 60%;
        background-color: #eee;
        float: left;
        margin-left: 2%;
        padding: 20px;
        padding-top: 0;
        border-radius: 10px;
        position: relative;
    }
    .detail_box_item .item_detail_txt2{
        height: 250px!important;
        /*background-color: red;*/
        font-size: 10px;
    }
    .item_detail_txt2 .des_product{
        /*background-color: red;*/
        height: 80px!important;
        width: 50%;
        font-size: 10px;
    }
    .item_detail_txt2 .des_txt{
        /*background-color: #0e8c8c;*/
        height: 80px;
    }
    .item_detail_txt .button_box{
        position: absolute;
        width: 50px;
        height: 50px;
        /*background-color: #1a237e;*/
        top: 0px;
        right: 0px;
    }
    .button_box .head_button{
        width: 100%;
        height: 50%;
        /*background-color: #0e8c8c;*/
        padding-right: 15px;
    }
    .button_box .head_button i{
        float: right;
        margin: 10px;
        font-size: 20px;
        /*color: red!important;*/
    }
    .button_box .two_button{
        width: 100%;
        height: 50%;
        /*background-color: #00aeef;*/
    }

    .two_button .result_txt{
        width: 30%;
        height: 30px;
        /*background-color: orange;*/
        float: left;
        margin-right: 3%;
        text-align: center;
    }
    .txt-center{
        border-radius: 10px;
        padding-top: 5px;
        border: 1px solid grey;
        margin-top: 2px;
    }
    .btn_btn{
        width: 25px;
        height: 25px;
        /*background-color: darkred;*/
        color: white;
        border-radius: 50%;
        border: none;
        float: left;
        margin: 5px;
    }
    .item_detail_txt h1{
        font-size: 10px;
        padding: 0;
        margin: 0;
        line-height: 15px;
        font-weight: bold;
        color: black;
    }
    .item_detail_txt p{
        font-size: 10px;
        padding: 0;
        margin: 0;
        line-height: 15px;
        color: grey;
    }
    .item_detail_txt h3{
        font-size: 10px;
        padding: 0;
        margin: 0;
        line-height: 15px;
        color: black;
        font-weight: bold;
    }
    .item_detail_txt .des_product{
        width: 40%;
        height: 20px;
        /*background-color: pink;*/
        float: left;
    }
    .des_txt{
        width: 100%;
        height: 50px;
        /*background-color: hotpink;*/
        border-top: 1px solid white;
    }
    .submit_box{
        /*width: 20%;*/
        /*height: 40px;*/
        background-color: orange;
        /*border-radius: 20px;*/
        /*text-align: center;*/
        /*padding-top: 10px;*/
        /*cursor: pointer;*/
        width: 60px;
        height: 25px;
        outline: none;
        border: none;
        /*background: gray;*/
        border-radius: 30px;
        font-size: 13px;
    }
    .submit_box a{
        text-decoration: none;
        color: black;
    }


    .shoping_card{
        width: 100%;
        height: 100%;
        /*background-color: #00aeef;*/
        margin-bottom: 20px;
        padding-top: 10px;

    }
    .shoping_card .delete_all{
        width: 90%;
        height: 50px;
        /*background-color: #0e8c8c;*/
        margin: auto;
        margin-bottom: 30px;

    }
    .shoping_card .delete_all h1{
        font-size: 13px;
        margin-top: 20px;
        /*background-color: red;*/
        width: 40%;
        height: 40px;
        padding-top: 10px;
        border-radius: 10px;
        padding-left: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .shoping_card .order{
        width: 90%;
        height: 100%;
        background-color: pink;
        margin: auto;
    }
    .order .order_detail{
        width: 60%;
        height: 100%;
        /*background-color: red;*/
        float: left;
    }
    .order_detail .order_menu_box{
        width: 100%;
        height: 100%;
        /*background-color: hotpink;*/
        padding: 10px;
        border-radius: 15px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .order_menu_box .order_all_menu{
        width: 100%;
        height: 80px;
        /*background-color: dodgerblue;*/
        border-bottom: 2px solid red;
        margin-top: 5px;
    }
    .order_all_menu .menu_type{
        width: 70%;
        height: 100%;
        /*background-color: green;*/
        float: left;
    }
    .menu_type .menu_img_type{
        width: 50%;
        height: 60%;
        /*background-color: #00b0ff;*/
        float: left;
        border-radius: 10px;
        padding: 5px;
    }
    .menu_img_type img{
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .menu_type .menu_txt_type{
        width: 50%;
        height: 100%;
        /*background-color: pink;*/
        float: right;
        padding: 2px;
        /*padding-left: 10px;*/
    }
    .menu_txt_type h1{
        font-size: 10px;
        line-height: 0px;
        margin-top: 5px;
    }
    .menu_txt_type h3{
        font-size: 10px;
        line-height: 0px;
        color: grey;
    }
    .menu_txt_type p{
        font-size: 10px;
        line-height: 0px;
        float: left;
        /*margin: 5px;*/
        /*padding: 5px;*/
        background-color: #eee;
        border-radius: 10px;
        color: red;
    }
    .menu_txt_type .variation{
        width: 100%;
        /*background-color: #00b0ff;*/
    }
    .order_all_menu .add_remove_box{
        width: 30%;
        height: 100%;
        /*background-color: #0b51c5;*/
        float: right;
        padding: 0;
        /*padding: 10px;*/
    }
    .add_remove_box .add_minus_box{
        width: 40px;
        height: 5%;
        /*background-color: pink;*/
        margin: 0;
        padding: 0;
        float: right;
    }
    .add_remove_box .add_minus_box input{
        height: 20px;
        margin: 0;
        padding: 0;
        float: right;
        border-radius: 5px;
    }
    .add_minus_box .add_minus_item{
        width: 30%;
        height: 100%;
        /*background-color: orange;*/
        float: left;
        margin-right: 3%;
    }
    .add_minus_item p{
        width: 100%;
        height: 90%;
        /*background-color: #00b0ff;*/
        border-radius: 10px;
        text-align: center;
        margin-top: 5px;
        border: 1px solid darkred;
        color: darkred;
    }
    .add_remove_box .btn_remove{
        width: 100%;
        height: 60%;
        /*background-color: greenyellow;*/
        text-align: center;
        padding-top: 30px;
        font-weight: bold;
        font-size: 12px;

    }
    .order_method{
        width: 100%;
        height: 170px;
        /*background-color: blue;*/
        padding-top: 2px;
        border-radius: 15px;
        margin-top: 10px;
        box-shadow: 2px 2px 5px 0px grey;
        padding: 10px!important;
    }
    .order_method .order_method_head{
        width: 100%;
        height: 20px;
        /*background-color: red;*/
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }
    .order_method_head h1{
        font-size: 15px;
    }
    .order_method .radio_box{
        width: 100%;
        height: 100px;
        /*background-color: blue;*/
    }
    .order_method .radio_item{
        width: 100%;
        height: 48%;
        float: left;
        /*background-color: red;*/
        margin-bottom: 2%;
    }
    .radio_item .radio{
        width: 10%;
        height: 100%;
        /*background-color: red;*/
        float: left;
        /*margin-right: 2%;*/
    }
    .radio_item .radio_img{
        width: 30%;
        height: 100%;
        /*background-color: red;*/
        float: left;
        margin-right: 2%;
    }
    .radio_img img{
        width: 100%;
        height: 100%;
        /*background-color: red;*/
    }
    .radio_item .radio_txt{
        width: 55%;
        height: 100%;
        /*background-color: blue;*/
        float: left;
    }
    .radio_txt p{
        margin-top: 15px;
        font-size: 13px;
    }
    .deliver_to{
        width: 100%;
        height: 100%;
        background-color: #eee;
        padding: 5px;
        border-radius: 15px;
        margin-top: 10px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .deliver_to h2{
        font-size: 14px;
    }
    .deliver_to​ p{
        font-size: 8px;
        float: left;
        width: 10%;
        color: red!important;
    }
    .deliver_to​ h3{
        font-size: 5px;
        color: red;
    }
    .deliver_to input{
        border: none;
        background-color: #eee;
        border-bottom: 2px solid white;
        width: 40%;
        outline: none;
        float: left;
        margin: 0;
        padding: 0;
        font-size: 11px;
        font-weight: bolder;
    }
    .deliver_to i{
        color: darkred!important;
        float: left;
        margin-right: 10px;
    }
    .payment_method{
        width: 100%;
        height: 190px;
        background-color: #eee;
        padding: 10px;
        border-radius: 15px;
        margin-top: 10px;
        padding-top: 0;
        margin-bottom: 30px;
        box-shadow: 2px 2px 5px 0px grey;
    }
    .payment_method .payment_method_head{
        width: 100%;
        height: 30px;
        /*background-color: #00b0ff;*/
    }
    .payment_method_head h1{
        font-size: 15px;
    }
    .payment_method .payment_method_item{
        width: 100%;
        height: 200px;
        /*background-color: pink;*/
    }
    .payment_method_item ul{
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .payment_method_item ul li{
        width: 100%;
        height: 50px;
        /*background-color: green;*/
        margin-bottom: 5px;

    }
    .payment_method_item ul li .radio_btn{
        width: 10%;
        height: 100%;
        /*background-color: greenyellow;*/
        float: left;
    }
    .payment_method_item ul li .radio_btn input{
        margin-top: 10px;
    }
    .payment_method_item ul li .pay_box{
        width: 20%;
        height: 65%;
        /*background-color: green;*/
        border-radius: 50%;
        float: left;
        text-align: center;
        margin-right: 10px;
    }
    .pay_box p{
        margin-top: 5px;
    }
    .pay_box img{
        width: 100%;
        height: 100%;
    }
    .payment_method_item ul li .pay_detail{
        width: 55%;
        height: 100%;
        /*background-color: brown;*/
        float: left;
    }
    .pay_detail p{
        margin-top: 10px;
        font-size: 12px;
    }
    .order .order_summary_box{
        width: 35%;
        height: 100%;
        /*background-color: red;*/
        float: right;
        margin: 0;
        padding: 0;
    }
    .order_summary_box .order_summary{
        width: 100%;
        height: 150px;
        background-color: #eee;
        box-shadow: 2px 2px 5px 0px grey;
        border-radius: 5px;
        padding: 0px;
        margin: 0;
        margin-top: -20px;
    }
    .order_summary .order_summary_head{
        width: 100%;
        height: 50px;
        /*background-color: #0e8c8c;*/
        margin: 0;
        padding: 0;
    }
    .order_summary_head h1{
        font-size: 12px;
    }
    .order_summary_head .subtotal{
        width: 100%;
        height: 30px;
        /*background-color: white;*/
        padding: 0;
        margin: 0;
    }
    .subtotal p{
        font-size: 12px;
    }
    .subtotal input{
        border: none;
        background-color: #eee;
        border-bottom: 2px solid #eee;
        outline: none;
        float: right;
        width: 40px;
        color: red;
        font-size: 13px;
        font-weight: bolder;
    }
    .order_summary_head .free_delivery{
        width: 100%;
        height: 30px;
        /*background-color: red;*/
    }
    .free_delivery p{
        font-size: 12px;
    }
    .order_summary .total_box{
        width: 100%;
        height: 50px;
        /*background-color: red;*/
        border-top: 2px solid white;
        margin: 0;
        padding: 0;
    }
    .total_box h3{
        font-size: 10px;
        color: darkred;
        font-weight: bold;
        margin-top: 25px;
        margin: 0;
        padding: 0;
    }
    .total_box input{
        margin: 0;
        padding: 0;
        /*margin-top: 5px;*/
        width: 25px;
        border: none;
        background-color: #eee;
        border-bottom: 2px solid white;
        outline: none;
        float: right;
    }
    .order_summary .place_oder{
        width: 100%;
        height: 40px;
        background-color: orange;
        border: none;
        border-radius: 10px;
        margin-top: 20px;
    }
    /*Register box*/
    .register{
        width: 90%;
    }
}
