.mid_box {
    width: 100%;
    float: inherit;
}

.purchase-control {
    margin-top: 30px;
}

.purchase-control:after {
    content: '';
    display: block;
    clear: both;
}

.step-purchase {
    margin-top: 40px;
}

.step-purchase {
    width: 100%;
    text-align: center;
}

.step-purchase ul li {
    display: inline-block;
    height: 49px;
    background: #ededed;
    position: relative;
    margin-right: 50px;
}

.step-purchase ul li:last-child {
    margin-right: 0;
}

.step-purchase ul li:before {
    content: url(../images/arrow_Noactive.png);
    position: absolute;
    right: -31px;
    top: 0;
}

.step-purchase ul li:hover:before, .step-purchase ul li.active:before {
    content: url(../images/arrow_Active.png);
}

.step-purchase ul li:hover, .step-purchase ul li.active {
    background: #f58221;
}

.step-purchase ul li span {
    display: inline-block;
}

.step-purchase ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    color: #333;
    padding: 0 5px;
    display: inline-block;
    outline: 0;
}

.step-purchase ul li:hover a, .step-purchase ul li.active a {
    color: #fff;
}

/*Step 1*/

li.sf_title_tb {
    text-transform: uppercase;
    font-weight: bold;
    background-color: #ededed;
    height: 40px;
    line-height: 40px;
    display: block;
}

li.sf_title_tb > div {
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

li.sf_title_tb > div:last-child {
    border-right: 0;
}

li.sf_item_tb {
    height: 180px;
    display: block;
    border-bottom: 1px solid #eaeaea;
}

li.sf_item_tb > div {
    border-right: 1px solid #eaeaea;
    box-sizing: border-box;
}

li.sf_item_tb > div:last-child {
    border-color: #fff;
}

.sf_img {
    width: 30%;
    float: left;
    display: table;
}

.sf_img > a {
    padding: 20px;
}

.sf_img > a > img {
    width: 100%;
    height: auto;
}

.sf_text {
    width: 70%;
    float: left;
    font-size: 20px;
    display: table;
}

.sf_img > a, .sf_text > a {
    display: table-cell;
    vertical-align: middle;
    height: 180px;
    font-size: 14px;
    outline: 0;
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.sf_text a {
    padding-right: 140px;
}

.sf_item_tb .sf-title-order:hover a {
    color: #eda22e;
}

.sf_item_tb .sf-number-order {
    display: table;
}

/*BUTTON NUMBER*/

.choose-number {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 180px;
    padding-left: 4px;
}

.choose-number .form-control {
    border-radius: 0;
    width: 80px;
    height: 40px;
    padding: 0;
    text-align: center;
    font-weight: bold;
    border: 1px solid #dddddd;
    float: left;
    margin-right: 10px;
}

.choose-number > a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #000;
    border: 1px solid #dddddd;
    background: #eaeaea;
    float: left;
    outline: 0;
}

.choose-number > a:first-child {
    margin-right: 10px;
    margin-left: 3px;
}

.choose-number > a > .fa {
    line-height: 40px;
    font-size: 12px;
}

/*BUTTON NUMBER*/

.sf_item_tb .sf-price-order, .sf_item_tb .sf-pay-order {
    display: table;
}

.sf_item_tb .sf-price-order span, .sf_item_tb .sf-pay-order span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 180px;
    font-weight: bold;
}

.sf_item_tb .sf-pay-order span {
    color: #eb0000;
}

.sf_item_tb .sf-delete-order {
    display: table;
}

.sf_item_tb .sf-delete-order a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 180px;
    outline: 0;
}

.div_des_total {
    background: #eeeeee;
    padding: 14px;
    margin-top: 25px;
}

.des-totalL ul {
    background: #ffffff;
    border: 1px solid #cacaca;
    padding: 10px;
    display: table-cell;
}

.des-totalL ul li {
    font-weight: normal;
    text-transform: uppercase;
    color: #555;
    font-size: 11px;
    padding-left: 20px;
    display: block;
    line-height: 18px;
    background: url(../images/des-ticker.jpg) no-repeat left center;
    line-height: 22px;
}

.des-totalR {
    padding-right: 30px;
}

.des-totalR ul li {
    line-height: 30px;
    font-weight: bold;
}

.des-totalR ul li label {
    font-weight: normal;
    color: #666666;
    text-align: right;
}

.des-totalR ul li span {
    font-size: 18px;
    color: #666666;
    text-align: right;
}

.des-totalR ul li:last-child span {
    font-size: 20px;
    color: #e71e1e;
}

.div_button_order {
    padding: 30px 0 10px;
}

.div_button_order > div {
    text-align: right;
}

.div_button_order > div:first-child {
    text-align: left;
}

.div_button_order .sf_btn_default {
    height: 45px;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    font-size: 20px;
}

#btnContinue {
    padding: 0 25px 0 35px;
    background: #ccc url(../images/arrow_black.png) no-repeat 16px 15px;
}

#btnContinue:hover {
    background-color: #bab8b8;
}

#btnContinue span {
    line-height: 40px;
    color: #2e2e2e;
}

#btnCheckout {
    padding: 0 30px 0 20px;
    background: rgb(245, 130, 33) url(../images/arrow_white.png) no-repeat 95% 15px;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgb(245, 130, 33);
    line-height: 43px;
    outline:0;
	height:auto;
	border-radius:5px;
}

#btnCheckout:hover {
    background-color: #e37519;
}

/*Step 2*/
.title-pur {
    border-radius: 5px;
    height: 328px;
    padding: 20px;
    background-size: 100% 100%;
}

.login-purchase {
    width: 595px;
    float: left;
    background-image: url(../images/bg1.png);
}

.express-purchase {
    height: 328px;
    width: 542px;
    float: right;
    background-image: url(../images/bg2.png);
}

.title-pur h2 {
    font-size: 16px;
    font-weight: bold;
    color: #f58221;
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 8px;
}

.title-pur fieldset {
    margin-top: 10px;
}

.login-purchase .div_text label {
    color: #555;
    display: block;
    margin-top: 5px;
}

.login-purchase .div_text input.form-control {
    width: 440px;
    height: 34px;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
}

.div_check {
    margin-top: 10px;
    color: #555555;
}

.div_check a {
    text-decoration: none;
    outline: 0;
    color: #555555;
}

#rememberme {
    vertical-align: middle;
    margin-top: -4px;
    margin-left: -5px;
}

.btn-signup {
    width: 144px;
    height: 44px;
    border-radius: 5px;
    background: #00a651;
    border: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}

.btn-signup:hover {
    background: #14844b;
}

.express-purchase .div-des p {
    margin-top: -5px;
}

.btn_ex_purchase {
    margin-top: 5px;
    width: 190px;
    height: 44px;
    border-radius: 5px;
    background: #f58221;
    border: none;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
    line-height: 44px;

}
.btn_ex_purchase a
{
     color: #fff;
}
.btn_ex_purchase:hover {
    background: #e37519;
}

/*TABLE STEP 2*/

.row-node:after {
    content: '';
    clear: both;
    display: block;
}

.group-purchase-box {
    width: 32.333%;
    margin-right: 15px;
    font-size: 12px;
    float: left;
}

.group-purchase-box:first-child {
    margin-right: 15px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}

.group-purchase-box:last-child {
    margin-right: 0px;
    padding: 15px 15px 30px;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
}

.cart-h4 {
    font-weight: normal;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 5px;
    color: #f99235;
    margin-bottom: 10px;
}

.grid-node-cart {
    width: 100%;
    padding: 5px 0px;
}

.grid-node-cart label {
    font-weight: normal;
    margin-bottom: 2px;
    color: #333;
    display: block;
}

.grid-node-cart span {
    color: #F00;
}

.row-node .form-control {
    height: 28px;
    border-radius: 0px;
    color: #404040;
    font-weight: normal;
    padding: 0 5px;
}

.grid-node-cart .node-cart-left {
    width: 48%;
    margin-right: 4%;
    float: left;
}

.grid-node-cart .node-cart-right {
    width: 48%;
    float: left;
}

.grid-ship-cart {
    background-image: url("../images/icon-car.png");
    background-repeat: no-repeat;
    background-position: 250px center;
    width: 100%;
    margin-top: 15px;
}

.checkother {
    display: block;
    position: relative;
    padding-left: 17px;
    margin: 20px 0 !important;
}

.checkother #o-check {
    top: 0px;
    position: absolute;
    margin-right: 4px;
    left: 0;
}

.checkother #info_order {
    top: 0px;
    position: absolute;
    margin-right: 4px;
    left: 0;
    font-weight: bold;
}

.delivery-info {
    display: none;
    margin-top: 20px;
}

#day, #month {
    width: 38px;
    margin-right: 5px;
    float: left;
}

#year {
    width: 50px;
    float: left;
}

.shopping_title {
    border-bottom: 1px solid #E0E0E0;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'AvoBold';
    color: #F99235;
    font-weight: normal;
}

.boxFrom .input-wrapper {
    padding: 4px 0;
}

.info-order .shopping_title {
    border: 1px solid #e7e7e7;
    background: #f5f5f5;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

.info-order .item-label {
    width: 74px;
    float: left;
    position: relative;
    font-weight: normal;
}

.info-order .item-label:after {
    content: ":";
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
}

.info-order .item-input {
    width: 172px;
    float: right;
}

.info-order .form-control {
    height: 24px;
}

.list-shipping-method li {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 10px;
    padding: 0px 0px 5px 20px;
    position: relative;
}

.list-method .item-method .method-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    position: relative;
    top: -1px;
    font-size: 11px;
}

.list-method .item-method .method-desc {
    text-align: justify;
    font-size: 12px;
    color: #444 !important;
    margin-top: 5px;
}

.method-desc p {
    padding: 0px;
    line-height: 16px;
}

.list-shipping-method li:last-child {
    border: medium none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#rShipping1 {
    position: absolute;
    top: -3px;
}

#rShipping2 {
    position: absolute;
    top: -5px;
}

.group-btn-click {
    margin-top: 10px;
}

.row_total_basket {
    position: relative;
    margin-top: 5px;
}

.tc_row_bigname {
    width: 55%;
    float: left;
    text-align: right;
    position: relative;
    color: #333;
    font-size: 14px;
}

.tt_bigtotal.sm {
    font-size: 12px;
    color: #333;
}

.tt_bigtotal {
    width: 40%;
    float: right;
    text-align: right;
    font-weight: bold;
}

.tt_bigtotal.lg {
    font-size: 16px;
    color: #e71e1e;
}

.tc_row_bigname::after {
    content: ":";
    display: block;
    position: absolute;
    top: 0px;
    right: -10px;
}

.row_title_orfer {
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
}

.row_title_orfer td {
    padding-bottom: 10px;
}

.row_info_orfer {
    border-bottom: 1px solid #e5e5e5;
}

.row_info_orfer td {
    padding: 10px 0;
}

.box_shopping {
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    margin-bottom: 20px;
    padding: 15px;
}

.method-title {
    font-size: 11px;
}

ul.list-payment-method li {
    padding-left: 20px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

ul.list-payment-method li:last-child {
    border: none;
    margin-bottom: 0;
}

ul.list-payment-method li .method-input {
    top: 0px !important;
}

.list-method .item-method .method-input {
    position: absolute;
    left: 0px;
    top: 4px;
    width: 20px;
}

.group-btn-or {
    margin-top: 20px;
    float: right;
}

.btn-nextStep {
    background-position: 260px center;
}

.group-btn-or .form-control {
    width: 240px;
    height: 45px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background: #00a651 url(../images/arrow_white.png) no-repeat 205px 15px;
    text-transform: uppercase;
    padding: 0 40px 0 15px;
}

.group-btn-or .form-control:hover {
    background-color: #14844b;
}

.group-btn-or a {
    margin-top: 12px;
    font-size: 14px;
    line-height: 43px;
    width: 240px;
    height: 45px;
    color: #323232;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background: #cccccc url(../images/arrow_black.png) no-repeat 20px 15px;
    padding: 0 25px 0 40px;
    outline: 0;
}

.group-btn-or a:hover {
    background-color: #bab8b8;
}

/*TABLE STEP 3 */

.cart-info {
    color: #333;
}

.cart-info-col1 {
    width: 66%;
    float: left;
}

.info-customer {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 20px;
}

.info-order {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 20px 20px 25px;
}

.info-customer-node {
    width: 48.3333%;
    float: left;
    font-size: 12px;
    padding-bottom: 20px;
}

.group-sm-node {
    clear: both;
    overflow: hidden;
}

.group-sm-node .info-customer-node {
    margin-right: 20px;
}

.group-sm-node .info-customer-node.last {
    margin-right: 0;
}

.cart-h5 {
    color: #fa8500;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    padding-top: 5px;
}

.cart-info-col2 {
    width: 32%;
    float: right;
}

.row_title_orfer td {
    font-size: 12px;
}

.name-r {
    font-size: 12px;
}

/*TABLE STEP 4*/

.box-finish {
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    padding: 30px;
    background: url(../images/finish.png) no-repeat 30px 65px;
    height: 405px;
}

.des-cart {
    width: 70%;
    float: right;
}
.row_item_cart img
{
    float: left;
}

.row_item_cart a
{
    color:#333;
    float: right;
    padding-top: 30px;
   text-align: center;
}
 .row_total_cart.lg
 {
    color:#e71e1e;
 }
 .select
 {
    border:1px solid #ccc;
    background: none;
 }