﻿
.rm-md-10{
    padding-right:10px;
    padding-left:0px;
}
.bg-gray{
    background:#fbfbfb;  
    margin-bottom: 10px;
    box-shadow: 0 1px 6px #dcdcdc;  
}
.rm-contact{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position:relative;
    width:800px;
}
.text-h1{
    font-size: 22px;
    font-family: 'montserrat-semibold';
    line-height: 22px;
    text-align: center;
    margin: 0px;
    color: #d02028;
    padding:50px 0px 10px 0px;
    text-transform:uppercase;
}
.rm-notify {
    background: #d02028;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #FFF;
}
.rm-decription {
    color: #6c6c6c;
    font-size: 14px;
    font-family: 'montserrat-medium';
    line-height: 18px;
    text-align: center;
}
.rm-address img{
    height:auto;
    max-width:100%;
    display:block;
}
.rm-address ul {
    margin: 60px auto;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}
    .rm-address ul li {
        list-style: none;
        float: left;
        margin-right: 50px;
    }
    .rm-address ul li:last-child {
        margin-right: 0px;
    }
    .rm-address ul li a{
       text-decoration:none;
    }
.rm-address p span {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'montserrat-semibold';
    line-height: 22px;
    color: #000;
}
.rm-address p{
    color:#4e5356;
}
.rm-address .text-mail{
    padding:20px 0px;
}
.rm-address aside{
    padding-left:74px;
}

.rm-address form{
    width:576px;
    background:#FFF;
    position:relative;
    display:block;
    padding: 10px 20px;
}
.rm-address form .row .col-md-4  span{
    font-weight:bold;
    float:right;
    padding-right:15px;
    margin-top:5px;
}
.rm-address form .row .col-md-8 .form-control{
    margin:10px 0px;
    min-height:40px;
    color:#4e5356;
}
.btn-contact {
    padding: 8px 45px;
    background: #d70c19;
    font-size: 16px;
    color:#FFF;
    font-family: 'montserrat-semibold';
    margin: 20px 0px 140px 0px;
    border: 1px solid#d70c19;
    border-radius: 3px;
}
/*left*/
.rm-contact-left{
    padding:0px 0px;
    margin-top:130px;
}
    .rm-contact-left h2 {
        font-size: 16px;
        font-family: 'montserrat-semibold';
        line-height: 22px;
        padding: 0px 5px 0px 10px;
        color: #ffffff;
        float: left;
        width: 100%;
        font-weight: normal;
        margin: 0;
    }
.rm-contact-left h2 a {
color: #282828;
}

.rm-contact-left h2 a:hover {
color: #d02028;
text-decoration: none;
}
.rm-contact-left .fa-caret-down{
    float:right;
    color:#cccccc;
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.rm-contact-left ul{
    padding:0px;
    margin:0px;
}
    .rm-contact-left ul li {
        list-style: none;
        float: left;
        position: relative;
        display: block;
        clear: both;
        padding: 10px 0 5px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
        border-bottom: 1px solid#ccc;
    }
.rm-contact-left ul li a{
    text-decoration:none;
    font-size:14px;
    font-family:'montserrat-medium';
    line-height:18px;
    color:#4e5356;
}
.rm-contact-left ul li a:hover{
    color:#d70c19;
}
.rm-contact-left .rm-help {
    margin-bottom: 26px;
    float: left;
    padding: 10px 10px;
    width:100%;
}
.rm-contact-left hr{
    margin-bottom:0px;
    width:100%;
    float:left;
}

/*Model Giỏ hàng*/
.rmmodalcart .btn-model-close{
    position: absolute;
    top: -15px;
    z-index: 99999;
    right: -16px;
    width: 30px;
    height: 30px;
    background: #bebebd;
    opacity: 1;
    border-radius: 50%;
    color: #FFF;
    font-weight: normal;
    border: 2px solid#FFF;
}
#rm-modallabel{
    font-size:16px;
    font-family:'montserrat-semibold';
    line-height:22px;
    color:#000000;
}
.rmmodalcart .table thead{
    background:#ebebeb;
}
.rmmodalcart .table thead > tr > th{
    border-bottom:none;
}
.rmmodalcart .table tbody > tr > td{
    border-top:none;
    border-bottom:1px dashed #dcdcdc;
    position:relative;
    
}
.rmmodalcart .gio-hang .table tbody > tr > td:first-child{
    width:50%;
}
.rmmodalcart .table tr td h4{
    font-family:'montserrat-semibold';
    font-size: 14px;
    line-height: 20px; 
    color:#3f3f3f;
    margin:0px 0px 5px 0px;    
}
.rmmodalcart .table tr td img{
    max-width:80px;
    float:left;
    margin-right:10px;
}
.rmmodalcart .table tr td .rm-delete{
    background: #a6a6a6;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    padding: 1px 5px;
}
.rmmodalcart .table tr td .rm-delete span{
    line-height:1px;
    font-size:18px;    
    color:#FFF;
}
.rm-unit-price,.rm-payment{
    font-family:'montserrat-semibold';
    font-size:16px;
    line-height:18px;
    color:#fd3620;
    display:block;
    padding-top:20px;
    text-align:center;
}
.rm-shipping-fee{
    font-family:'montserrat-semibold';
    font-size:16px;
    line-height:18px;
    color:#333333;
    display:block;
    padding-top:20px;
    text-align:center;
}
.rm-color,.rm-number{
    margin-top:12px;
}
.rmmodalcart .modal-footer{
    padding-top:0px;
    padding-bottom:10px;
}
.rmmodalcart .btn-primary{
    background:#d70c19;
    color:#FFF;
}
.rmmodalcart .btn-primary .fa-angle-right{
    font-size:16px;
    padding-left:10px;
}
.rmmodalcart .modal-content .text-right{
    font-size:16px;
    font-family:'montserrat-semibold';
    color:#272727;
    line-height:18px;
    margin-bottom:18px;
}
.rm-buy-continue{
    color:#d70c19;
    float:left;
    text-decoration:none;
    font-family:'montserrat-semibold';
}
.rmmodalcart .modal-content .text-right span{
    color:#f41901;
}
.rmmodalcart .modal-footer{
    border-top:none;
}
.rmmodalcart .modal-content .btn-danger{
    width: 100%;
    text-align: left;
    padding: 8px 22px;
    border-radius: 0px;
    margin-bottom:10px;
    background: #ebebeb;
    font-size: 15px;
    font-family: 'montserrat-semibold';
    line-height: 18px;
    color: #000000;
}
.rm-info .fa{
    float:right;
    color:#000;
}
input[type=radio] {
    visibility: hidden;
}
.radio {
    width: 24px;
    height: 24px;
    background: #ddd;
    margin: 0px 10px;
    border-radius: 100%;
    position: relative;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    float:left;
}
.radio label {
   display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    background: #333;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5);
}
.radio input[type=radio]:checked + label {
    background: #26ca28;
}
.text-male,.text-sister{
    line-height: 26px;
    font-size: 13px;
    color: #444;
}
#rm-modal-don-hang .text-right{
    padding:0px 25px;
}

/*Chọn quận huyện*/
.rmcity,.rmdist {
    float: left;
    position: relative;
    width:100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 3px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
    padding: 0 1.5%;
    margin-bottom: 10px;
}
.rmcity{
    margin-right:8px;
}
.rmlistcity,.rmlistdist {
    display: none;
    overflow: visible;
    position: absolute;
    top: 49px;
    left: 8px;
    right: 6px;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-bottom: 10px;
}
.rmcity:before{
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 16px 5px 0 0;
    float: right;
}
.rmdist:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #999;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 16px 5px 0 0;
    float: right;
}
.rmlistdist:before, .rmlistdist:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 70px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.rmlistcity:before, .rmlistcity:after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.rm-checkexist{
    padding:0px;
    margin:0px;
}
.rm-cart-content .rm-checkexist li{
    position:relative;
    display:block;
    float:left;
    width:50%!important;
}
.searchlocal {
    display: block;
    overflow: hidden;
    padding: 10px 10px 0;
}
.searchlocal form {
    display: block;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    height: 36px;
    position: relative;
}
.searchlocal .submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 10px;
    background: #fff;
    height: 16px;
    border-radius: 0 3px 3px 0;
    border: 0;
    height: 34px;
}
.searchlocal input {
    display: block;
    border: 0;
    background: #fff;
    padding: 5px;
    height: 30px;
    border-radius: 4px;
    width: 90%;
    outline: none;
}
.rmlistcity aside,.rmlistdist aside{
    float: left;
    width: 50%;
}
.rmlistcity a,.rmlistdist a {
    display: block;
    padding: 10px 10px 0;
    font-size: 14px;
    color: #d70c19;
}
input[type=text], input[type=tel], textarea {
    -webkit-appearance: none;
}
.rm-checkexist .scroll {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 210px;
    -webkit-overflow-scrolling: touch;
}
.rmdist span {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}
/*.rmlistdist .rm-icondesktopfull-search,.rmlistcity .rm-icondesktopfull-search{
    background-position: -160px -101px;
    width: 22px;
    height: 17px;
    margin-left: 10px;
    margin-top: -9px;
}*/
#rm-infodelivery .table tr td,#rm-infocontact .table tr td{
    border:none;
}
#rm-infodelivery .table tr td p{
    color:#7a7a7a;
    font-size:14px;
    padding:0px 2px;
}
#rm-infodelivery .table tr td .form-control{
    height:40px;
}
/*.modal-footer .btn-yellow{
    background:#fcd100;
    height:49px;
    font-size:16px;
    color:#3f3f3f;
    width:50%;
    float:left;
    font-family:'montserrat-semibold';
}*/
.modal-footer .btn-green{
    background:#d70c19;
    height:49px;
    font-size:16px;    
    width:48%;    
    font-family:'montserrat-semibold';
    color:#FFF;
}
.modal-footer .btn-green p{
    margin:0px;
    padding:0px;
    line-height:18px;
}
.modal-footer .btn-green span{
    font-size:13px;
}
.modal-footer .btn-continue{
    padding:30px 0px;
}
/*Đặt hàng  thành công*/
#rmmodal-ordering-success .modal-header{
    background:#ffd800;
    height:282px;
}
.rm-model-content{
    padding-left:30px;
    padding-right:30px;
}
.rm-model-title{
    width:376px;
    margin:0 auto;
    height:36px;
    color:#FFF;
    text-transform:uppercase;
    font-size:16px;
    display:block;
    background:#d70c19;
    border-radius:20px;
    text-align:center;
    position:absolute;
    top: -20px;
    left: 34%;
    z-index:10;
    padding:6px 0px;
}
#rmmodal-ordering-success .modal-body{
    padding:30px;
}
.rm-model-content h3{
    text-transform:uppercase;
    background:#ebebeb;
    padding:10px 10px;
    font-size:15px;
    font-family:'montserrat-semibold';
    color:#000;
}