.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;
}

.trader-block{display: table; width: 450px; padding-bottom: 50px;}
.trader-block .traider-guide{width: 100%;height: 50px;background: url(trader-changer.png) no-repeat center;clear: both;position: relative;}
.trader-block .traider-guide .btn{position: absolute; top: -7px; left: 50%; margin-left: -50px; width: 100px;}
.trader-block .tdr-col{width: 48%; float: left; margin: 0 1% 1% 1%;}
.trader-block .tdr-col .tdr-content{background: #ccc; padding: 5px; border-radius: 3px; border: 1px solid #bbb; height: 170px;}
.trader-block .tdr-col.trader-condition .tdr-content{background: #b6daf4; border: 1px solid #4095bd;}
.trader-block .tdr-col.trader-result .tdr-content{background: #d6f4b6; border: 1px solid #30a62a;}
.trader-block .tdr-col.trader-condition .tdr-content .txt-tdr{padding: 4px; margin: 2px; background: #9ec4df; font-size: 13px; color: #335c7a; text-align: center;}
.trader-block .tdr-col.trader-result .tdr-content .txt-tdr{padding: 4px; margin: 2px; background: #b7da92; font-size: 13px; color: #4f6a31; text-align: center;}
.trader-block .tdr-col .tdr-content .tdr-list-item{display: table; margin-left: -45px;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item{width: 50px;height: 50px;position: relative;float: left;background-color: #000;background-repeat: no-repeat;background-position: center;margin: 5px;border-radius: 5px;border: 3px solid #48ff00;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item.disabled{border: 3px solid #ff0000;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item.tdr-item-z{width: auto;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item.tdr-item-z .tdr-img{float: left; width: 35px; height: 40px;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item.tdr-item-z .tdr-item-z{float: left; color: #fff; font-size: 11px; padding: 0px 4px 0 4px;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item .tdr-img{padding: 3px; text-align: center;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item .tdr-img img{max-width: 100%; max-height: 100%;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item .tdr-item-count{background: #30a62a; padding: 3px 6px; color: #fff; font-size: 11px; font-weight: bold; position: absolute; top: -8px; right: -8px; border-radius: 2px;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item.disabled .tdr-item-count{background: #f00;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item .tdr-item-info{ color: #fff;position: absolute; width: 200px; height: auto; padding: 5px; background: #1b1b1b; left: 50%; margin-left: -110px; bottom: 80px; z-index: -1; opacity: 0; border-radius: 5px; padding: 8px; line-height: 24px; transition: all .5s ease; -webkit-transition: all .5s ease;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item .tdr-item-info-cdn{color: #fff; position: absolute; width: 200px; height: auto; padding: 5px; background: #1b1b1b; left: 50%; margin-left: -110px; top: 80px; z-index: -1; opacity: 0; border-radius: 5px; padding: 8px;line-height: 24px; transition: all .5s ease; -webkit-transition: all .5s ease;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item:hover .tdr-item-info,
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item:hover .tdr-item-info-cdn{z-index: 99; opacity: 1; }
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item:hover .tdr-item-info{bottom: 60px;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item:hover .tdr-item-info-cdn{top: 60px;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item .tdr-item-info:before{content: ' '; border-top: 7px solid #1b1b1b; border-left: 7px solid transparent; border-right: 7px solid transparent; position: absolute; left: 50%; margin-left: -6px; bottom: -7px;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item .tdr-item-info-cdn:before{content: ' '; border-bottom: 7px solid #1b1b1b; border-left: 7px solid transparent; border-right: 7px solid transparent; position: absolute; left: 50%; margin-left: -6px; top: -7px;}
.trader-block .tdr-col .tdr-content .tdr-list-item .tdr-item .tdr-item-info-cdn{color: #fff; border-radius: 5px; padding: 8px;}
