﻿.mr-10px {
    margin-right: 10px !important;
}
.ml-10px {
    margin-left: 10px !important;
}
.fr {
    float: right !important;
    
}
.fl { float: left !important}
.order-page { float: left; width: 100%; height: auto; padding: 20px 0; }
.order-page .cate-title { float: left; width: 100%; height: auto; margin: 0 0 20px; font-size: 14px; color: #555; padding-bottom: 5px; text-align: center; padding-bottom: 3px; }
.alax_load { }
.box-input {
    width: calc(100% - 20% - 20px);
}
.box-input input {
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    height: 40px;
    padding: 0 35px 0 10px;
    margin-bottom: 2px;
    outline: none;
}
h2.h2 {
    color: rgba(0,0,0,.8);
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e8e2;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 0;
    text-align: center;
}
.box {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
}
.box .bd { padding: 20px; min-height: 200px; }
.box .bd2 { padding: 10px 30px; }
.btn {
    background-color: #3d3d3d;
    border-radius: 0px;
    line-height: 40px;
    padding: 0 12px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: 500;
}
.btn:hover {
    color: #fff;
}
.btn.red { background: var(--default);
    height: 40px;
    margin-left: 0;
    text-transform: uppercase;
    display: inline-block;
    color: #fff !important;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 2px;
    line-height: 40px;
    transition: all .4s;
}
.btn.red:hover {
        background: #ff6736;
}
input.inpu, select.sl, textarea.tx { background: none repeat scroll 0 0 #fff; border: 1px solid #ddd; border-radius: 0; box-shadow: none; box-sizing: border-box; color: #888; }
input.inpu {  display: inline-block; vertical-align: middle; }
.tbx tr:nth-child(2n) { background: #f1f1f2; }
.tbx td, .tbx th { padding: 12px 20px; vertical-align: middle; }
.tbx { width: 100%; border-collapse: collapse; border: none; empty-cells: show; }
input.inpu:hover, select.sl:hover, textarea.tx:hover, input.inpu:focus, select.sl:focus, textarea.tx:focus { border-color: #aaa; color: #333; outline: medium none; }

input.inpu2 {  }
input.inpu3 { border: solid 1px #9b2929; background-color: #f29898; }
input.inpu3:focus, input.inpu3:hover { border: solid 1px #8e201e; }

.btn.blue {
    background: #035297;
    color: #fff !important;
    height: 40px;
    border-radius: 2px;
}

.steps {
    height: 45px;
    line-height: 45px;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    color: #888;
}
.stepi { display: table-cell; padding: 0; vertical-align: middle; }
.stepi .ico { 
    height: 22px;
    width: 22px;
    text-align: center;
    background: #ddd;
    display: inline-block;
    margin-right: 10px;
    line-height: 24px;
    font-size: 13px;
    display: none;
}
.stepi.active,
.stepi.active a { 
    color: var(--default);
}
.stepi.active .ico { background: var(--default); color: #fff; }
.stepi a {
    display: block;
    text-align: center;
    position: relative;
    font-weight: 600;
    font-size: 15px;
    color: #333;
    text-decoration: none;
}
.stepi a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 14px solid transparent;
        margin-left: 1px;
    border-left-color: #d5d5d5;
}
.stepi a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: block;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 14px solid transparent;
    border-left-color: #fff;
}
.cate-title h3 {
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
    overflow: hidden;
    border-radius: 3px;
    line-height: 5.5rem;
    background: #fff;
    text-transform: capitalize;
    color: var(--default);
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.content-order {
    padding-top: 84px;
    background: #f5f5f5;
}
.tbz { width: 100%; display: table; }
.tbzih .colzi { 
    padding-bottom: 10px;
}
.tbzi { display: table-row; border-bottom: solid 1px #ddd; margin-bottom: 10px; }
.colzi { 
    display: table-cell;
    vertical-align: middle; 
    border-bottom: solid 1px #ddd; 
    font-size: 14px; 
}
.colzi .product-name a {
    font-size: 15px;
    color: #000;
}
.colzi4 input { text-align: center; width: 30px; }
.oTotal {
    margin-top: 8px;
    padding: 10px 55px;
    min-height: 60px;
    line-height: 65px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.05);
}
.oTotal table { width: 100%; }
.oTotal td:nth-child(2) { text-align: right; }
.oButton { margin: 20px 0 20px 0; float: left; width: 100%; }
.oTotal .price {
    color: var(--default);
    font-size: 22px;
}
.btnv {
    float: left;
    margin: 10px 0;
    width: 100%;
}
.btnv input { width: 49%; float: left; }
.btnv .btn { float: right; width: 49%; padding: 0; text-align: center; }

.box-le { width: 49%; float: left; }
.box-ri { width: 49%; float: right; }
.or { display: block; margin-bottom: 7px; }
.required span, .required em { color: #f00; }
.box-le input.inpu { box-sizing: border-box; }
.box-le label {
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0;
    width: 20%;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
    margin-right: 20px;
    color: rgba(85,85,85,.8);
    text-transform: capitalize;
}
.box-le select.sl { box-sizing: border-box; height: 40px; width: 100%; padding: 0 5px; text-overflow: ellipsis; }
.box-le textarea { box-sizing: border-box; width: 100%; padding: 0 5px;  }
.bStep { margin-bottom: 10px; float: left; width: 100%; margin-top:20px}
.line { margin: 24px 0; border-bottom: solid 1px #ddd; }

select.sl { height: 36px; padding: 8px; text-overflow: ellipsis; width: 50%; }
.bd2 .or {
    margin-bottom: 10px;
    line-height: 40px;
}
.ormt label {
    width: 100%;
    padding: 8px 0 8px 15px;
    color: #3d3d3d;
    cursor: pointer;
    position: relative;
    box-shadow: 0px 0px 5px #f1f1f2;
    font-weight: bold !important;
    transition: background .3s;
}
.show label {
    background: #5562eb;
    color: #fff;
}
.ormt label:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #D1D7DC;
    background: #fff;
    border-radius: 100%;
    right: 15px;
    top: 8px;
}
.ormt label:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: var(--default);
    border-radius: 100%;
    top: 12px;
    right: 19px;
    transform: scale(0);
    transition: transform .3s;
}
.show label:after {
    transform: scale(1);
}
.ormt input {
    position: absolute;
    width: 100%;
    opacity: 0;
    margin: 0 !important;
    padding: 0 !important;
    top: 0;
    left: 0;
    height: 100%;
}
.blsl { display: inline-block; padding: 0 10px; border-radius: 0; border: solid 1px #ddd; line-height: 30px; cursor: default; width: 240px; }
.blsl:hover { border: solid 1px #444; }
h2.clo-title {
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0 10px 0;
    font-weight: bold;
    font-size: 22px;
    color: var(--default);
}
.box-cute {
    margin-bottom: 50px;
}
.m_alt {
    display: none;
    color: #666;
    vertical-align: middle;
    margin-right: 0;
}
.price {
    color: var(--default);
    font-size: 14px;
    font-weight: 600;
}
.price-out { color: #333; font-size: small; }
.box-w100 { width: 100%; }
.colzi .nn { margin-bottom: 5px; }
.order_update_qty { color: green; font-weight: bold; cursor: pointer; }
.order_delitem { color: red; padding-top: 5px; }

.order_loader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #000; z-index: 888; opacity: 0.5; }
.order_loader .loader { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(/images/ajax-loader-big.gif) no-repeat center; }
.tbx tr td:last-child { text-align: right; }

.order_vouchercode { color: green; font-size: 1.25em; }
.order_vouchercancel, .order_vouchercode { display: inline-block; margin: 0 3px; }
.product-image { max-width: 162px; padding: 10px; display: inline-block; box-sizing: border-box; }
.product-image img { width: 100%; }
       .apply-sale {font-size:12px;font-family: 'Open Sans', sans-serif !important; }

       .btn-voucher{margin-top: 10px; display: block; width: 100%}
@media screen and (max-width:1000px) {
    .box-le input.inpu, select.sl, textarea.tx { width: 75%; }
}
@media (max-width: 767px) {
    .user-tbn-list {
        flex-direction: column;
    }
    .user-tbn-list a {
        font-size: 14px !important;
    }
    .user-tbn-list a:last-child {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}
@media screen and (max-width:640px) {
    .steps { display: none; }

    .box { float: left; }
    .tbz { display: block; }
    .tbzi { display: block; width: 100%; float: left; border-bottom: solid 1px #ddd; padding-bottom: 10px; }
    .tbzih { display: none; }
    .colzi { border-bottom: none; display: block; padding-bottom: 0; margin-bottom: 7px; }
    .colzi1 { float: left; }
    .oTotal { float: left; margin: 10px 0; width: 100%; padding: 0; }
    .oTotal .bd { padding: 10px; }
    .product-image { padding: 23px 10px; }
    .product-image img { width: 99%; height: auto; }
}

@media screen and (max-width:600px) {
    .box-le, .box-ri { width: 100%; margin: 0 0 10px 0; }
    .m_alt { display: inline-block; }
}

@media screen and (max-width:480px) {
    .box-le input.inpu, select.sl, textarea.tx { width: 96%; margin: 0 1%; }
    
}
