 .banner {
            background: linear-gradient(135deg, #ff9800, #ff5722);
            color: white;
            padding: 20px;
            text-align: center;
            border-radius: 10px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
            margin: 19px;
        }
        .banner h2 {
            margin: 0 0 10px;
        }
        .code {
            background: white;
            color: #ff5722;
            padding: 10px 15px;
            font-size: 18px;
            font-weight: bold;
            border-radius: 5px;
            display: inline-block;
        }
        .copy-btn {
            margin-top: 10px;
            background: white;
            color: #ff5722;
            border: none;
            padding: 8px 15px;
            font-size: 16px;
            cursor: pointer;
            border-radius: 5px;
            transition: 0.3s;
        }
        .copy-btn:hover {
            background: #ffccbc;
        }
        
.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;
}
.login_input{
     width: 146px;
     border: #f5f6f7;
     border-radius: 17px;
     height: 39px;
     margin-top: -8px;
     background: cornflowerblue;
     color: white;
}
.btn-primary{
    background: rgb(52, 54, 69)   !important;
    border: 1px solid white !important;
    color:white !important;
}
 @keyframes colorChange {
            0% { color: rgb(27, 160, 217); }
            50% { color: #e40039; }
            100% { color: #65dd53; }
        }
        
        .changing-text {
            font-size: 12px;
            animation: colorChange 3s infinite alternate;
            text-align: center;
            padding: 14px;
            border: 1px solid gainsboro;
            border-radius: 46px;
            margin: 14px;
        }
#compare_list div {
    position: fixed;
    bottom: 25px;
    left: 45px;
    z-index: 20000000;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}

#compare_list .compare {
    position: fixed;
    bottom: 25px;
    right: 45px;
    z-index: 20000000;
    background: #2196F3;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: pointer;
}
.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;
}
#additional_info .toggle_box span{
    padding-right: 20px;
}
#additional_info .profile_menu_title{
    margin-top: 30px;
}
#additional_info .dropdown-menu{
    text-align:right !important;
    font-size: 14px;
}
.form-check-label {
    font-size: 13px;
    padding-right: 10px;
}
#auth_box{
    background:#fff !important;
    color: #272727 !important;
    width:410px;
    margin:40px auto;
    border:1px solid #dedede;
    box-shadow:0 12px 12px 0px rgba(180, 180, 180, 0.1);
}
.auth_box_title{
    padding: 15px;
  display: flex;
  border-bottom: 1px solid #dedede;
  text-align: justify;
  justify-content: center;
  color: #ea2d49;
  font-size: 30px;
  font-weight: bolder;
}
#auth_box .field_name{
    padding-bottom:5px;
    display:block;
    font-size: 13px;
}
.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";
    position:absolute;
    padding-right:15px;
    z-index: 10;
    color: #ea2d49;
}
.alert-warning{
color: #6e6e6e !important;
background-color: #fff !important;
font-size: 13px !important;
}
.input_label.user_pass::before{
    font: normal normal normal 30px/1 FontAwesome;
    content:"\F023";
    position:absolute;
    padding-right:10px;
    z-index: 10;
    color: #ea2d49;
}
.send_btn{
    color: white;
  width: 267px;
  height: 43px;
  line-height: 42px;
  cursor: pointer;
  border: 1px solid hsl(345, 100%, 44.7%);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
  margin: 15px 0px;
  background: hsl(345, 100%, 44.7%);
}
.send_btn .line{
    width: 67px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -1px;
    z-index: 10;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    -webkit-border-top-left-radius: 14%;
    -webkit-border-bottom-left-radius: 14%;
    font-size: 20px;
    transition: .3s;
    -webkit-border-top-right-radius: 14%;
    -webkit-border-bottom-right-radius: 14%;
}
.send_btn .line2{
    width:100% !important;
    border-radius:8px !important;
    -webkit-border-radius:8px !important;
}
.send_btn .title{
    width: calc(100% - 103px) !important;
    margin-right: 65px;
    text-align: center;
    display: block;
    font-size: 14px !important;
}
.send_btn .line::before{
    content: "\F07A";
    font-family:FontAwesome;
    padding-right:25px;
    padding-top:2px;
    display:block;
}
.send_btn.register_btn{
    width:100% !important;
    margin-top:20px;
}
.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;
    text-align: center;
}
.number_input{
    background: white !important;
    color: gray !important;
    height: 35px;
    width: 330px;
    text-align: left !important;
    letter-spacing: 45px;
    border: 0;
    margin-right: -26px;
    outline: none;
}
.number_input_div{
    width:380px;
    margin:auto;
}

.line{
    width:45px;
    height:1px;
    background:#000;
    float:right;
    margin-left:10px;
}
.line_box{
    width:330px;
    margin:auto;
    padding-bottom: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;
     box-shadow:0 12px 12px 0px rgba(180, 180, 180, 0.1);
     -webkit-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: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;
    direction:ltr;
}
.red{
    height: 14px;
    background: url("../files/images/stars.png") repeat-x 0px 0px;
}
#share_box  p{
    line-height:35px;
}
#share_box ul {
    display: flex;
    justify-content: space-between;
    margin:25px 0px;
}
#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 gray;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 35px;
}
.share_link_form{
    width: 100%;
    display: none;
}
.email_form{
    width: 100%;
    display: flex;
    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;
    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;
}
.page {
    background: white;
    margin-top: 10px;
    width: 100%;
    padding: 30px;
    line-height: 30px;
    border: 1px solid #dedede;
}
.page h2{
    margin-bottom: 20px;
}
.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;
    list-style: 28px;
    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: #858686;
}
.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: #ef394e;
}
.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: #ef5661;
}
.cart-send-type-icon{
    width: 30px;
}
.next-cart-link{
    cursor: pointer;
    padding-top:5px;
    color: #ef394e;
    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;
}
