/*//Custom CSS*/
body {
    background: #eee;
    color: #737373;
    height: 100%;
    font-size: 12px;
    padding: 50px 0;
}

a {
    color: #959595;
    text-decoration: none;
}

a:hover {
    color: #959595;
}

.red-highlight{
    color:red !important;
}

.custom-button,button, input[type="button"], input[type="submit"], input[type="reset"], button[type="submit"]{
    font-weight: normal;
    background: #747474;
    color: #fff;
    border: none;
    font-size: 18px;
    font-family: arial!important;
    text-transform: uppercase;
    font-style: normal;
    margin: 0;
    padding: 8px 20px;
    width: auto;
    overflow: visible;
    cursor: pointer;
    
}
.custom-button-sm{
    font-weight: normal;
    background: #747474;
    color: #fff;
    border: none;
    font-size: 12px;
    font-family: arial!important;
    text-transform: uppercase;
    font-style: normal;
    margin: 0;
    padding: 8px 20px;
    width: auto;
    overflow: visible;
    cursor: pointer;
    
}

.custom-button:hover{
    color: #fff !important;
    text-decoration: none;
}
.custom-button-sm:hover{
    color: #fff !important;
    text-decoration: none;
}

.button-light{
    background-color: #cdcdcd!important;
}

.wrap{
    background-color: #ffffff;
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    min-height: 500px;
    padding-bottom: 50px
    
}

.header{
  /*  margin: 22px 24px 10px;
    overflow: hidden;
    padding-bottom: 12px;*/
    border-bottom: 2px solid #e3e3e3;
    font-size: 18px;
    color: #737373;
}

.content{
    padding: 20px; 
}

.note{
    padding-left: 20px;
    font-size: 13px;
    padding-bottom: 38px;
    color: #EE3A43;
}

.note .note_1 {
    font-size: 17px;
}

.item-list{
    /*border-right: 2px solid #eee;*/
    padding: 0px 30px;
}

.cart-preview{
    border-left: 2px solid #eee;
    padding-left: 10px;
}

.item_block{
    border-bottom: 2px solid #eee;
    padding: 20px 0px;
}

.badge-item :hover{
    /*text-align: center;*/
    /*padding: 10px;*/
    /*background-color: #d7f3d0;*/
}

.highlighted-heading {
    background: #eee;
    padding: 3px 10px 3px 15px;
    margin-bottom: 15px;
    min-width: 170px;
    font-size: 14px;    
    font-weight: bold;    
    width: auto!important;
    display: inline-block;
}

.highlighted-heading .small {
    font-size: 10px;    
}

.cart-item,.remove-item, .add-item{
    cursor: pointer;
}

.add-item-button-block{
    margin-bottom: 25px;
}

.add-item-button{
    font-size: 19px;
    color: #ee3a43;
    font-weight: bold;
    text-align: center;
}

.response-block, .response-data-block, .response-message-block{
    margin-top: 10px;
}

.cart-list-block{
    list-style: decimal;
    margin-left: 0px;
}
.preview-list-block{
    list-style: decimal;
    margin-left: 20px;
}
.cart-list-block li{
    margin-bottom: 12px;
    padding-left: 4px;
    border-bottom: 2px solid #e3e3e3;
}
.preview-list-block li{
    padding-left: 12px;
}
.cart-list p{
    /*padding-bottom: 2px;*/
    overflow: hidden;
    clear: both;
    margin: 0 0 2px !important;
}
.cart-list strong{
    display: inline-block;
    width: 105px;
}
.cart-list span{
    display: block;
    float: right;
    width: 178px;
}

.preview-item-block{
    padding: 20px;
}
.preview-item-block .row{
    padding: 2px;
}

.preview-footer{
    text-align: center !important;
}

.badge-image{
    padding: 2px 5px;
}

.form-horizontal .control-label {
    font-size: 18px !important;
    color: #959595;
    font-weight: normal;
    text-align: left !important;
}

.form-horizontal .radio-inline {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
}

.mag-pin {
    float: left;
    border-right: 2px solid #d6d6d6;
    margin-right: 25px;
}

.mota{
    background: #EEEEEE;
    padding: 15px;
    font-size: 10px;
    text-align: justify;
    margin-top: 21px;
    padding-top: 1px;
}

.mota h3 {
    text-align: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.login-header-img{
    padding: 80px 0 60px;
    text-align: center;
    font-size: 18px !important;
}

.login-box{
    border: 12px solid #dcdcdc;
    width: 525px;
    padding: 22px 0 0;
    margin: 0 auto 40px;
    overflow: hidden;
    text-align: left;
}

.login-box input[type='text']{
    width: 265px !important;
    padding: 8px 5px !important;
    font-weight: normal;
    background: #fff;
    color: #747474;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    font-family: arial!important;
    font-style: normal;
    margin: 0;
    padding: 8px 5px;
    width: auto;
    overflow: visible;
    border-radius: 0px !important;
}

.store-number-block{
    width: 464px;
    padding: 22px 0 0;
    margin: 0 auto 40px;
    overflow: hidden;
    text-align: left;
}

.store-number-label{
    font-size: 18px !important;
    font-weight: normal !important;
}

.login-submit{
    text-align: center;
    margin: 15px;
}

.namebadge-img{
    margin: 24px 0 0 25px;
}

.nav{
    padding: 12px 0px;
}

.nav a{
    color:#737373 !important;
}
.main-link{
    margin-left: 30px;
    font-weight: bold;    
}

.site-instruction{
    font-size:15px;
    float:left; 
    margin-left:50px;
}
.site-instruction td{
    padding: 7px;
}

.cart-preview{
    font-size: 12px !important;
}

.cart-heading{
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 15px;
}

.item-form-row{
    margin: 20px 0px;
    float: left
}

.item-form-row .quantity-label{
    font-size: 14px;
}

.remove-cart-item{
    font-size: 10px;
    color:#999999;
    cursor: pointer;
    float: left !important;
    width: auto !important
}

.shipping-button-div{
    text-align: center;
    margin: 35px 0;
}

.order-shipping, .order-list, .order-detail{
    font-size: 18px;
}

.order-list tr{
    cursor: pointer;
}

.order-shipping .help-block{
    font-size: 12px !important;
}

h4.bg {
    padding: 5px !important;
}

.shipping-detail-block{
   
    list-style: none;
    padding-left: 0px!important;
}


.edit-shipping-link{
    color: rgb(70, 139, 233);
    font-size: small;
}
.edit-shipping-link:hover{
    color: rgb(70, 139, 233);
    text-decoration: underline;
}

.linetop {
    border-top: 1px solid #000000;
    margin: 5px auto;
    padding: 5px 0 0;
}

footer{
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    line-height: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}
.popup.name-badge{
    width: 745px;
    /*left: calc(50% - 392.5px) !important;
    top: 40% !important;*/
    border-radius: 4px;
}
.popup.name-badge .modal-header{
    border-bottom: none;
}
.popup.name-badge .modal-title{
    font-size: 30px;
    text-align: center;
    color: #383838;
}
.popup.name-badge .modal-body .col-md-8 img{
    width: 200px;
    height: 200px;
}
.popup.name-badge .modal-body .name-subtitle{
    float: left;
    width: 100%;
    color: #383838;
    margin-bottom: 32px;
    margin-top: 30px;
}
.popup.name-badge .modal-body .name-subtitle p{
    font-size: 16px;
    width: 58%;
    margin: 0 auto;
    text-align: center;
}
.popup.name-badge .modal-body .name-subtitle span{
   font-size: 16px;
   font-weight: bold;
}
.popup.name-badge .modal-body.name-table{
    float: left;
    width: 100%;
    margin-bottom: 45px;
}
.popup.name-badge .modal-body .name-table .table-responsive{
    float: left;
    width: 100%;
}
.popup.name-badge .modal-body .name-table .table-responsive table{
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.popup.name-badge .modal-body .name-table .table-responsive table thead > tr > th{
    height: auto;
    padding: 18px 0;
    text-align: center;
    color: #383838;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #f4f4f4;
}
.popup.name-badge .modal-body .name-table .table-responsive table tbody > tr > td{
    /*padding: 18px 0;*/
    text-align: center;
    font-size: 14px;
    color: #282828;
    line-height: 23px;
    border-spacing: 0;
    border-top: none;
    padding:0;
}
.popup.name-badge .modal-body .name-table .table-responsive table tbody > tr:nth-child(even){
   background-color: #f4f4f4;
}
.language-lanyard-proceed.continue-button{
    width: 36%;
    margin: 0 auto;
    text-align: center;
}
.popup.name-badge .modal-footer{
    border-top: none;
}

