.form_cover{
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height:100%;
    z-index: 1000;
    background-color: rgba(255,255,255,0.81);
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_cover span{
    color: #1ca2bd !important;
    font-size: 18px;
    cursor: pointer;
}
#additional_info .footer{
    display: flex;
    justify-content: center;
    height:70px;
    align-items: center;
    margin: 20px 0px;
}
#Legal_title{
    display: none;
}
.Legal_text{
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 10px;
}
#auth_box{
    background: #fff;
    width: 410px;
    margin:40px auto;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 12px 12px 0px rgba(180,180,180,0.1);
    -moz-box-shadow: 0 12px 12px 0px rgba(180,180,180,0.1);
    box-shadow: 0 12px 12px 0px rgba(180,180,180,0.1);
}
.auth_box_title{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
}
#auth_box .field_name{
    font-weight:bold;
    padding-bottom: 5px;
    display: block;
}
.input_label input{
    padding-right: 35px;
    height: 45px;
    color: #777;
    font-size: 13px;
}
.input_label{
    width: 100%;
    margin-top: 5px;
    position: relative;
    display: flex;
    align-items: center;
}
.input_label.user_name::before{
    font:normal normal normal 30px/1 FontAwesome;
    content:"\F10B";
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    z-index: 10;
}
.input_label.user_pass::before{
    font:normal normal normal 30px/1 FontAwesome;
    content:"\F023";
    padding-right: 10px;
    padding-top: 5px;
    position: absolute;
    z-index: 10;
}
.feedback-hint{
    background: #ef5662;
    font-size: 13px;
    color: #fff;
    z-index: 10000;
    padding:9px 25px;
    position: absolute;
    right:100%;
    bottom:100%;
    margin-right: -150px;
    margin-bottom: 10px;
    white-space: nowrap;
    display: none;
}
.feedback-hint.active{
    display: block !important;
}
.feedback-hint::before{
    border-color: #ef5662 transparent transparent transparent;
    border-style: solid;
    content: '';
    border-width:10px 12px 0px;
    position: absolute;
    top:100%;
    right: 35px;
}
.send_btn{
    background: cornflowerblue;
    color: white !important;
    width: 300px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    border: 1px solid #c9c9c9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin: 15px 0px;
}
.send_btn .line{
    width: 70px;
    height: 75px;
    background: rgba(255,255,255,0.2);
    position: absolute;
    top: -13px;
    z-index: 10;
    border-top-left-radius:50%;
    border-bottom-left-radius:50%;
    -webkit-border-top-left-radius:50%;
    -webkit-border-bottom-left-radius:50%;
    font-size: 20px;
    -webkit-transition:.3s ;
    -moz-transition:.3s  ;
    -ms-transition:.3s  ;
    -o-transition: .3s ;
    transition: .3s ;
}
.send_btn .line2{
    width:100% !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.send_btn .title{
    width: calc(100% - 70px) !important;
    margin-right: 65px;
    text-align: center;
    display: block;
    font-size:16px !important;
}
.send_btn .line::before{
    content: "\F07A";
    font-family:FontAwesome;
    padding-right: 25px;
    padding-top: 12px;
    display: block;
}
.send_btn.register_btn{
    width:100% !important;
    margin-top:20px !important;
}
.send_btn.register_btn .line::before{
    content: '\F234' !important;
    padding-right: 20px;
}
.send_btn.confirm .line::before{
    content: '\F00C' !important;
    padding-right: 20px;
}
.send_btn.login_btn{
    width:100% !important;
    margin-top:20px !important;
}
.send_btn.login_btn .line::before{
    content: '\F08B' !important;
    padding-right: 20px;
}
#auth_box .alert{
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    font-size: 15px;
}
.number_input_div{
    width: 380px;
    margin:auto;
}
.number_input{
    border: none !important;
    height: 35px;
    width: 330px;
    margin-right: -25px;
    text-align: left !important;
    letter-spacing: 45px;
}
.number_input:focus{
    outline: none !important;
}
.line{
    width: 45px;
    height: 1px;
    background: #000;
    float: right;
    margin-left: 10px;
}
.line_box{
    width: 330px;
    margin:auto;
    padding-bottom: 10px;
}
#additional_info .toggle_box span{
    padding-right:20px;
}
#additional_info .profile_menu_title{
    padding-top: 30px;
}
#additional_info .dropdown-menu{
    text-align: right !important;
    font-size: 14px;
}
.form-check-label{
    font-size: 13px;
    padding-right: 10px;
}
.profile-address-cart{
    background-color: #fff;
    position: relative;
    height: 280px;
    display: flex;
    flex-direction:column;
    justify-content:space-between;
    width: 98%;
    margin:20px auto;
    -webkit-box-shadow: 0 12px 12px 0px rgba(180,180,180,0.1);
    -moz-box-shadow: 0 12px 12px 0px rgba(180,180,180,0.1);
    box-shadow: 0 12px 12px 0px rgba(180,180,180,0.1);
}
.profile-address-cart::before{
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    background: linear-gradient(90deg , #00bfd6 48px , #ff7e7e 48px) repeat-x;
    background-size: 96px 3px;
}
.profile-address-cart-desc{
    padding:25px 30px 15px;
    min-height: 120px;
}
.profile-address-cart-desc h4{
    margin-bottom: 5px;
    color: #6d6d6d;
    font-size: 17px !important;
}
.profile-address-cart-desc p{
    font-size:14px !important;
    color: #979797;
    padding-top: 5px;
}
.profile-address-cart-data{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-top:1px solid #f4f4f4;
    padding-top: 15px 20px;
}
.profile-address-cart-data ul li{
    list-style: none;
    color: #979797;
    padding-top: 10px;
    font-size:16px;
}
.profile-address-cart-data ul li .fa{
    margin: 10px;
}
.profile-address-cart-data ul li .fa-mobile-phone{
    font-size:30px !important;
    margin-right: 12px !important;
}
.input_label.username::before{
    content: "\F007" !important;
    font:normal normal normal 30px/1 FontAwesome;
    position: absolute;
    padding-right: 10px;
    z-index: 10;
}
.chosen{
    color: red !important;
}
.score{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.gray{
    width: 100px;
    height: 14px;
    margin-right: 5px;
    background: url("../files/images/stars.png") repeat-x 0px -14px;
}
.red{
    height: 14px;
    background: url("../files/images/stars.png") repeat-x 0px 0px;
    background-position-x: 100%;
}
#share_box ul{
    display: flex;
    justify-content: space-between;
}
#share_box ul li{
    list-style: none;
}
#share_box ul li .fa{
    font-size:28px;
}
#share_box .modal-dialog{
    max-width: 390px !important;
}
#share_box .fa-twitter{
    color: #4dcceb !important;
}
#share_box .fa-telegram{
    color: #08c !important;
}
#share_box .fa-facebook{
    color: #1da1f2 !important;
}
.has_error{
    font-size: 13px;
    color: red;
    padding-top: 10px;
}
#share_box .fa-whatsapp{
    color: #1bd741 !important;
}
#share_box .fa-envelope{
    color: #ef5661 !important;
    cursor: pointer;
}
#share_box ul li button{
    font-size: 13px;
    width: 100px;
    background: white;
    border:1px solid grey;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
}
.share_link_form{
    width: 100%;
    display: none;
}
.email_form{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.share_link_form .form-control{
    width: calc(100% - 100px) !important;
    height: 40px;
}
.share_link_form button{
    background-color: #ef5661 !important;
    border-color: #ef5661 !important;
    width: 80px;
    font-size: 14px;
    color: white;
    height: 40px;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.send_btn.forget_password{
    width: 100% !important;
}
.send_btn.forget_password .line::before{
    content:"\F023" !important;
    padding-right: 20px;
}
#forget_password_code{
    cursor: pointer;
}
.article_content{
    max-width: 750px;
    margin: auto;
}
.article_content img{
    max-width: 100%;
    margin-bottom: 15px;
}
.page{
    background: white;
    margin-top: 10px;
    width: 100%;
    padding: 30px;
    line-height: 30px;
    text-align: justify;
    /*border:1px solid #dedede;*/
}
.page h2{
    margin-bottom: 20px;
}
.page_title_header{
    text-align: center;
}
.page_title{
    display: flex;
    flex-direction: column;
    padding: 5%;
}
.header_divider{
    height: 45px;
    width: 0;
    border-right: 1px solid #606060;
}
.page_title_footer{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    align-items: center;
}
.message_content_div{
    width: 96%;
    margin: auto;
}
.user_message_div{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow:0px 2px 3px rgba(0, 0, 0, 0.09);
    color:#444d4d;
    font-size: 15px;
    margin-top: 20px;
    min-height: 160px;
}
.user_message_div_header{
    background-color: rgba(232, 249, 249, 0.68);
    padding: 18px;
    display: inline-flex;
    justify-content: space-between;
    color: black;
    width: 100%;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    cursor: pointer;
}
.form_link{
    background-color: #f4516c;
    color: white !important;
    padding: 4px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 14px;
}
.to_link{
    background-color: #34bfa3;
    color: white !important;
    padding: 4px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 14px;
}
.message_content{
    padding: 18px;
    line-height: 30px;
}
.btn:focus{
    box-shadow:none !important;
}
.stop-production-img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.error_content{
    text-align: center;
    margin-top:50px;
    margin-bottom: 30px;
}
.error_content .btn{
    width: 120px;
    margin-top: 20px;
}
.error_content h4{
    margin: 10px;
}
.user_comment_list .comment_header_box{
    padding: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.user_comment_list .pending_approval{
    border:1px solid #ece1e2;
}
.user_comment_list .pending_approval .comment_header_box{
    color: #fb3449;
    background-color: #fff3f4;
}
.user_comment_list .Accepted{
    border: 1px solid #f1f3f5;
}
.user_comment_list .Accepted .comment_header_box{
    color: #fb3449;
    background-color: rgba(249, 249, 249, 0.8);
}
.user_comment_list .comment_box .row{
    padding: 20px 15px;
}
.user_comment_list .comment_box{
    background-color: white;
    margin: 0px 0px 20px 0px !important;
    border:1px solid #e7e7e7;
}
.fake_tag{
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #d5901f;
}
.changes_cart ul{
    margin-bottom: 0px !important;
}
.changes_cart ul li{
    line-height: 30px;
}
.changes_cart span{
    padding-bottom: 10px;
    display: block;
}
.changes_cart ul li{
    font-size: 14px !important;
}
.available_product{
    background: #ef5661;
    color: white;
    padding: 5px 15px;
}
.available_filter{
    filter: grayscale(100%);
}
.price_item.bootstrap-select .btn-light{
    background:white !important;
    border:1px solid #ced4da !important;
    border-radius:0px !important;
    -webkit-border-radius:0px !important;
    margin-right: 20px;
}
.price_item.bootstrap-select .btn-light .filter-option{
    text-align:right !important;
}
.price_item.bootstrap-select .dropdown-menu{
    text-align:right !important;
    overflow-x:hidden !important;
    font-size: 14px;
}
.price_item.bootstrap-select .dropdown-toggle{
    width:150px;
}
.price_item.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:150px !important;
}
.send_type{
    font-size:14px;
    padding-right: 5px;
    color:#ef5661;
}
.submission_send_type{
    padding-right:15px;
    margin-bottom:15px;
    display: flex;
    justify-content: space-between;
}
.cart_send_price span{
    font-weight: normal !important;
    font-size: 15px !important;
}
.submission_send_type span{
    font-weight: bold;
}
.submission_send_type img{
    width: 30px;
}
.bold{
    font-weight: bold;
    font-size: 18px;
}
.checkout_tab{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 16px;
    width: 100%;
    display: flex;
}
.checkout_tab .tab-item.active::before{
    background-color: darkblue;
}
.checkout_tab .tab-item::before {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 2px 2px 0 0;
}
.checkout_tab .tab-item{
    cursor: pointer;
    text-align: center;
    position: relative;
    min-width: 140px;
    padding: 8px 24px 10px;
    display: flex;
}
.next_cart_into{
    padding: 15px;
}
.next_cart_into p{
    font-size: 15px !important;
}
.shopping_cart_product_count{
    width: 23px;
    height: 23px;
    display: block;
    border-radius: 100%;
    margin-right: 8px;
    color: white;
    line-height: 21px;
    background: #979696;
    font-size: 15px;
}
.active .shopping_cart_product_count{
    background: orange;
}
.cart-send-type-icon{
    width: 30px;
}
.next-cart-link{
    cursor: pointer;
    padding-top:5px;
    color:grey;
    display: block;
}
.next-cart-link::before{
    content: "\F022";
    font: normal normal normal 14px/1 FontAwesome;
}
.c-checkout-empty-next-cart{
    margin: 20px auto;
    width: 200px;
    height: 150px;
    background: url(../files/images/06d51c65.png) 50% no-repeat;
    background-size: contain;
}
.empty_cart_div p{
    color: #787d8a;
    max-width: 420px;
    margin: 12px auto;
    line-height: 21px;
    font-size: 13px;
}
