.padding-0{
    padding:0 !important;
}

.checkout-steps{
    margin:0;
    padding:0;
    list-style: none;
}
.checkout-steps li{
    width:25%;
    float:left;
    margin:0;
    border-bottom: 2px solid #7f3e98;
    border-left: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
}
.checkout-steps li:last-child{
    border-right: 1px solid #cdcdcd;
}
.checkout-steps li.active{
    border-color: #7f3e98;
    background: #7f3e98;
}

.checkout-steps a{
    display: block;
    padding:10px 15px;
    font-size: 15px;
}
.checkout-steps a:hover{
    text-decoration: none;
}
.checkout-steps li.active a{
    color : #fff;
}

.checkout-steps i{
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #000;
    color: #fff;
}
.checkout-steps li.active i{
    background: #fff;
    color: #000;
}

.checkout-panes .checkout-pane{
    display:none;
}
.checkout-panes .active{
    display:block;
}
.checkout-pane-complete{
    min-height: 200px;
    padding:15px;
}

/*widget*/
.cwidget{
    margin:20px 0;
}
.cwidget-header{
    border-bottom: 1px solid #cdcdcd;
    padding:0 15px;
}
.cwidget-toolbar{
    float:right;
    position: relative;
    display: inline-block;
}
.cwidget-title{
    display: inline;
    margin:0;
    padding:0;
    line-height: 36px;
    font-size: 15px;
    font-weight: normal;
}
[dir=rtl] .cwidget-toolbar{
    float: left;
}

.boxwidget{
    border:1px solid #e0e0e0;
    margin-top:15px;
}
.boxwidget .boxwidget-header{
}
.boxwidget .boxwidget-body{
    padding:15px;
}
.boxwidget .boxwidget-footer{
    border-top:1px solid #e0e0e0;
    height: 50px;
}
.boxwidget .boxwidget-footer .thick{
    padding:12px 10px;
}
.boxwidget-title{
    font-size: 13px;
    display: inline;
    margin:0;
    padding:0 15px;
    font-weight: normal;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
}

#checkoutAddress .boxwidget .boxwidget-body{
    height: 150px;
    overflow: hidden;
}

.box-mtb-15{
    margin-top:15px;
    margin-bottom:15px;
}

.list-check-item{
    padding:10px 15px;
}
.list-check-item .t{
    padding-top: 5px;
}

.payment-panes{padding:15px;}
.payment-panes .payment-pane{display: none;}
.payment-panes .payment-pane.active{display: block;}

.payment-tabs{
    margin:0;
    padding:0;
    border-bottom: 1px solid #6c6c6c;
}

.payment-tabs li{
    margin:0;
    padding:8px 15px;
    display: inline-block;
    border-right: 1px solid #cdcdcd;
    border-top:1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    cursor: pointer;
}

.payment-tabs li.active{
    background: #6c6c6c;
    display: inline-block;
    color : #fff;
}

.cc-form-container .form-control-error{
    font-size: 8px;
    right:0;
    border:1px dotted #a94442;
    padding:2px 6px;
}

.ggthick{
    width:100%;
    margin-bottom: 10px;
}
.ggthick input{opacity:0;position:absolute;z-index:12;width:18px;height:18px;}
.ggthick input:checked,.ggthick input:focus{outline:none !important;}
.ggthick input+.lbl{
    border:1px solid gray;
    background: #f3f3f3;
    position:relative;
    z-index:11;
    display:block;
    margin:0;
    min-height:110px;
    padding:25px 20px;
    text-align:center;
    cursor:pointer;
    font-size: 12px;
    line-height: 1.5em;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.ggthick input+.lbl::before{
    font-family:FontAwesome;
    content:"\a0";
    display:inline-block;
    position:absolute;
    right:5px;
    top:5px;
    background-color:#FAFAFA;
    border:1px solid #CCC;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius:100%;
    width:20px;
    height:20px;
    line-height: 20px;
}
.ggthick input:checked+.lbl{
    background : #d2f4a6;
    border-color: #67a814;
}
.ggthick input:checked+.lbl::before{
    content:'\f00c';
    color:#1e8e24;
}
.ggthick input:hover+.lbl::before,.ggthick input+.lbl:hover::before{
    border-color:#1c7aad;
}
.ggthick input:active+.lbl::before,
.ggthick input:checked:active+.lbl::before{
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.05),inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.ggthick input:disabled+.lbl::before,
.ggthick input[disabled]+.lbl::before,
.ggthick input.disabled+.lbl::before{
    background-color:#DDD !important;
    border-color:#CCC !important;
    box-shadow:none !important;color:#BBB;
}
.ggthick .t{
    font-weight: 600;
    font-size: 14px;
}
.blue{
    color : #195ead;
}

.btn-outline-inverse {
    color: #fff;
    background-color: #999;
    border-color: #999;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active,
.btn-outline-inverse.active {
    color: #ff9800;
    background-color: #999;
    border-color: #999;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}
.open .btn-outline-inverse.dropdown-toggle {
    color: #ff9800;
    background-color: #999;
    border-color: #999
}
.btn-outline-inverse:active,
.btn-outline-inverse.active {
    background-image: none
}
.open .btn-outline-inverse.dropdown-toggle {
    background-image: none
}
.btn-outline-inverse.disabled,
.btn-outline-inverse.disabled:hover,
.btn-outline-inverse.disabled:focus,
.btn-outline-inverse.disabled:active,
.btn-outline-inverse.disabled.active,
.btn-outline-inverse[disabled],
.btn-outline-inverse[disabled]:hover,
.btn-outline-inverse[disabled]:focus,
.btn-outline-inverse[disabled]:active,
.btn-outline-inverse[disabled].active,
fieldset[disabled] .btn-outline-inverse,
fieldset[disabled] .btn-outline-inverse:hover,
fieldset[disabled] .btn-outline-inverse:focus,
fieldset[disabled] .btn-outline-inverse:active,
fieldset[disabled] .btn-outline-inverse.active {
    background-color: #999;
    border-color: #999
}
.btn-outline-inverse .badge {
    color: #999;
    background-color: #fff
}
.btn-outline {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #ff9800;
    background-color: #fff;
    border-color: #ff9800;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}
.open .btn-outline.dropdown-toggle {
    color: #ff9800;
    background-color: #fff;
    border-color: #ff9800
}
.btn-outline:active,
.btn-outline.active {
    background-image: none
}
.open .btn-outline.dropdown-toggle {
    background-image: none
}
.btn-outline.disabled,
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled:active,
.btn-outline.disabled.active,
.btn-outline[disabled],
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled]:active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
    background-color: #ff9800;
    border-color: #ff9800
}
.btn-outline .badge {
    color: #ff9800;
    background-color: #fff
}

.shiping-address-form-container, .billing-address-form-container{
    padding-top: 15px;
}

.inline-address-form label.thick{
    position: relative;
    margin-top: -14px;
    opacity: 1;
}

[dir=rtl] .checkout-steps li{
    float:right;
}

.user-cards-container{
    background: #fff;
    position: relative;
}

.user-cards-container .primary{
    border:1px solid #6c6c6c;
    cursor: pointer;
    height: 48px;
    width: 100%;
    position: relative;    
}

.user-cards-container .primary:after{
    content: "\f078";
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    width:40px;
    border-left: 1px solid #6c6c6c;
    font-family: FontAwesome;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.user-cards-container.open .primary:after{
    content: "\f077"
}

.user-cards-others{
    width:100%;
    padding:0;
    min-width: 0;
    border:0;
    overflow: auto;
    max-height: 200px;
}

.user-cards-container .user-card{
    padding: 4px;
    text-align: left;
    position: relative;
}
.user-cards-container .user-card:hover{
    background-color: #cdcdcd;
    cursor: pointer;
}
.user-cards-container .secondary.user-card{
    border:1px solid #6c6c6c;
}

.user-cards-container .another-card{
    padding:10px 0;
}

.user-card-delete{
    position: absolute;
    top:5px;
    right: 5px;
}
.user-card-delete:after{
    content:"x";
    display: inline-block;
    color: red;
    font-size: 16px;
    font-weight: bold;
}
.user-card.primary .user-card-delete{
    right:45px;
}


.cargo-company-options{
    display: none;
}
.cargo-company-item > label.active + .cargo-company-options{
    display: block;
}

@media(max-width: 768px){
    .checkout-steps li{
        text-align: center;
    }
    .checkout-steps li i{
        margin-bottom: 5px;
    }
}
