.progress-bar {
    clear: both;
    width: 100%;
    width: 100%;
    height: 4px;
    background: #fff;
    border: 1px solid #d45f00;
    border-radius: 20px;
}

.progress-bar .progress {
    height: 4px;
    background: #df7900;
    float: left;
}

/**
 * Tabs
 */

.tabs {
    display: flex;
    flex-wrap: wrap;
}

.tabs label {
    order: 1;
    display: block;
    padding: 1rem 1rem;
    margin-right: 0.2rem;
    background: #009edb;
    background: #e6e6e6;
    font-weight: bold;
    transition: background ease 0.2s;
}

.tabs .tab {
    order: 99; // Put the tabs last
    flex-grow: 1;
    width: 110%;
    display: none;
    padding: 0.5rem;
    background: #fff;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked+label {
    background: #c4c0c0;
}

.tabs input[type="radio"]:checked+label+.tab {
    display: block;
}

@media (max-width: 45em) {
    .tabs .tab,
    .tabs label {
        order: initial;
    }
    .tabs label {
        width: 100%;
        margin-right: 0;
        margin-top: 0.2rem;
    }
}

.tabs label {
    cursor: pointer;
}

.item-box {
    background: #eee;
    border: 1px solid #aaa;
    height: 30px;
    padding: 0px 6px;
    border-radius: 3px;
    float: left;
    margin: 0 2px;
    position: relative;
}

.item-box span {
    position: relative;
    font-size: 11px;
    font-weight: bold;
    top: -13px;
    margin-left: 4px;
}

.badge {
    margin-left: 5px;
    background: #e46e05;
    padding: 0 6px;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.popupCenter {
    background: #e6e6e6;
    width: 450px;
    min-height: 140px;
    padding: 20px;
    position: fixed;
    top: 200px;
    left: 50%;
    margin-left: -225px;
    z-index: 500;
    display: none;
}

.popupCenter .popupCaption {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.popupCenter .popupClose {
    display: block;
    width: 30px;
    height: 30px;
    background: #eee;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.popupCenter .popupClose:after,
.popupCenter .popupClose:before {
    content: ' ';
    display: block;
    width: 26px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 13px;
    left: 50%;
    margin-left: -13px;
}

.popupCenter .popupClose:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.popupCenter .popupClose:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.popupCenter .popupClose:hover:after,
.popupCenter .popupClose:hover:before {
    background: #222;
}

.popupCenter .popupContent {
    padding: 10px 0;
}

.blackBg {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.tooltip_templates {
    display: none;
}

.image-item{
    display:inline-block;
}

.list-shop {
    display: flex;
    flex-wrap: wrap;
    margin-left: -45px;
}

.list-shop li {
    width: 47%;
    height: 178px;
    padding: 15px 6px 6px 6px;
    transition: all .3s ease;
}

.list-shop li:hover {
    padding: 0 3px;
}

.list-shop .shop-item {
    transition: all .3s ease;
    outline: 2px solid transparent;
    border-radius: 4px;
    outline-radius: 4px;
    -moz-outline-radius: 4px;
}

.list-shop .shop-item:hover {
    box-shadow: 0 5px 7px rgba(247, 154, 83, .4)
}

.list-shop .shop-item .item {
    display: flex;
    flex-wrap: wrap;
    height: 95px;
    background: #FFD8BB;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    transition: all .3s ease;
    color: #2e2e2e !important;
}

.list-shop .shop-item:hover .item {
    background: #F79A53;
    color: #fff;
}

.list-shop .shop-item .item .image-item {
    width: 90px;
    height: 95px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.list-shop .shop-item .item .image-item .badge {
    position: absolute;
    top: 10px;
    left: 10px;
}

.badge-red {
    background: #FF0060;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 6px rgba(255, 0, 96, 0.6);
}

.list-shop .shop-item .item .info-item {
    flex: 1;
}

.list-shop .shop-item .item .info-item .name {
    margin: 10px 0 5px 0;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
}

.list-shop .shop-item .item .info-item .num-price {
    margin: 5px 0 0 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.list-shop .shop-item .item-act {
    display: flex;
    flex-wrap: wrap;
    height: 65px;
    background: #F79A53;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all .3s ease;
}

.list-shop .shop-item:hover .item-act {
    height: 110px;
}

.list-shop .list-price .ic {
    border-radius: 100%;
    box-sizing: initial;
    border: 2px solid transparent;
}

.list-shop .item-act {
    display: flex;
    flex-wrap: wrap;
}

.list-shop .item-act .price-ct {
    flex: 1;
    padding: 5px;
    height: 64px;
}

.list-shop .item-act .select-number {
    flex: 1;
    padding: 5px;
    height: 64px;
}

.list-shop .item-act .button-buy {
    flex: none;
    width: 100%;
    text-align: center;
    height: 0;
}

.list-shop .item-act .t {
    color: #fff;
    font-size: 12px;
    margin: 0;
}

.list-shop .item-act select {
    background: #FFD8BB;
    border-radius: 3px;
    color: #404040;
    width: 100%;
    border: none;
    padding: 2px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.list-shop .item-act .button-buy .btn {
    background: #2CAE1E;
    opacity: 0;
    margin-top: -22px;
    color: #fff;
    transition: all .3s ease;
}

.list-shop .shop-item:hover .item-act .button-buy .btn {
    opacity: 1;
    transition: all .2s .25s ease;
    padding-left: 20px;
    padding-right: 20px;
}

.ic.ic-g {
    width: 16px;
    height: 17px;
    background-image: url(assets.png);
    background-repeat: no-repeat;
    background-position: -1px -1px;
    margin-top: -3px;
    top: 3px;
}

.table-custom td {
    padding: 5px 10px 5px 10px;
}

.table-custom tr {
    background-color: #FFFFFF;
}

.table-custom table tr, 
.table-custom table td, 
.popupContent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.form-2 {
    display: block;
    padding: 10px;
    margin: 0 10%;
    font-size: 13px;
    border: 1px solid #EFE7DF;
    border-radius: 5px;
    background-color: #FFFDFA;
}

.form-2 .form-row {
    display: table;
    width: 100%;
    padding: 10px 0;
    border-radius: 3px;
    border-bottom: 1px dashed #D2D2D2;
}

.form-2 .form-row .form-col-1 {
    width: 60%;
    float: left;
    font-weight: 600;
    position: relative;
}

.form-2 .form-row .form-col-2 {
    width: 40%;
    float: left;
    font-weight: 300;
}

.form-2 .form-row .form-col-2_extra {
    width: 70%;
    float: left;
    font-weight: 300;
}

/*======== Them ==============*/
.form-1 {
    display: table; 
    padding: 5px 0; 
    width: 100%; 
/*    font-size: 12px; */
}

.form-1 .form-row{
    display: table; 
    width: 90%; 
    margin: 0 auto; 
    padding: 2px 0; 
    margin-left: 40px;    
}

.form-1 .form-row .form-col-1{
    width: 30%; 
    float: left; 
    font-weight: 400; 
    position: relative; 
    line-height: 30px;
}

.form-1 .form-row .form-col-1 span{
    margin-left: 10px;
}

.form-1 .form-row .form-col-2{
    width: 35%; 
    float: left; 
/*    font-weight: 300; */
    line-height: 30px;
    margin-left: 20px;
}

.form-1 .form-row .form-col-3{
/*    width: 29%;  */
    float: left; 
    font-weight: 600; 
    line-height: 30px; 
    padding-left: 1%;
}
.form-1 .form-row .form-col-1_extra{
    width: 32%; 
    float: left; 
    font-weight: 400; 
    position: relative; 
    line-height: 30px;
}
.form-1 .form-row .form-col-2_extra{
    width: 67%; 
    float: left; 
    font-weight: 300;
    line-height: 30px;
}

.form-4 {
    display: table; 
/*  padding: 5px 0;  */
    width: 100%; 
/*    font-size: 12px; */
}

.form-4 .form-row{
    display: table; 
    width: 90%; 
    margin: 0 auto; 
/*     padding: 2px 0; */ 
    margin-left: 40px;    
}

.form-4 .form-row .form-col-1{
    width: 30%; 
    float: left; 
    font-weight: 400; 
    position: relative; 
    line-height: 30px;
}

.form-4 .form-row .form-col-1 span{
    margin-left: -10px;
}

.form-4 .form-row .form-col-2{
    width: 35%; 
    float: left; 
    font-weight: 300; 
    line-height: 30px;
/*  margin-left: 20px; */
}

.form-4 .form-row .form-col-3{
/*    width: 29%;  */
    float: left; 
/*     font-weight: 600; */
    line-height: 30px; 
    padding-left: 1%;
}
.form-4 .form-row .form-col-1_extra{
    width: 32%; 
    float: left; 
    font-weight: 400; 
    position: relative; 
    line-height: 30px;
}
.form-4 .form-row .form-col-2_extra{
    width: 67%; 
    float: left; 
    font-weight: 300;
    line-height: 30px;
}


.line{
    width: 100%; 
    height: 1px; 
    background: #ebebeb; 
    margin: 10px 0;
}