
.clearfix
{
    clear: both;
}

.user-profile-cart
{
    background: #fff;
    border-radius: 3px;
    padding: 24px 16px;
    margin-top: 2px;
}

.user-profile-cart .cart-empty
{
    color: #999;
}

.user-profile-cart .right
{
    display: inline-block;
    float: right;
}

.user-profile-cart .remove-from-cart
{
    color: #999;
}

.user-profile-cart h4
{
    margin-top: 0;
    margin-bottom: 18px;

    font-size: 20px;
    color: #666;
    line-height: 100%;
}

.user-profile-cart .btn-buy
{
    margin-top: 19px;
    min-width: 100px;
    text-align: center;
}

.cart-box-wrap
{
    padding: 8px 0 14px; 
    line-height: 124%;
}

/* subscribe */

.new-tour-ctrl
{
    cursor: pointer;
    margin: 0;
    padding: 0;

    display: inline-block;
    float: left;
    background: #fff;
    height: 32px;
    width: 32px;
    
    text-align: center;
    color: #e70f42;
    font-size: 24px;
    line-height: 150%;

    border: 1px solid #e8e8e8;
}

.new-tour-ctrl-center
{
    font-size: 16px;
    line-height: 232%;
    width: 184px;
    color: #666;

    border-left: none;
    border-right: none;
}

.new-tour-ctrl-left {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.new-tour-ctrl-right {
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

ol.cart-list
{
    margin: 0;
    padding: 0;
    /*list-style-position: inside;*/
    display: block;
    counter-reset: myCounter;
}

ol.cart-list li
{
    margin: 6px 0 8px;
    padding: 0;
    display: block;
    /*display: inline-block; */
    /*width: 90%;*/
    /*padding-left: 24px;*/
    list-style: none;
}
    
ol.cart-list li:before
{
    counter-increment: myCounter;
    content:counter(myCounter) ".";

    display: inline-block;
    width: 26px;
    vertical-align: top;
    padding-top: 1px;
}


.cart-list-select
{
    position: static;
    width: 252px;
    margin: 0 0 8px 0;
}


.cart-list-left
{
    width: 60%; 
    display: inline-block;
	margin-right: 3%;
}

.cart-list-right
{
    width: 30%; 
    display: inline-block; 
    vertical-align: top; 
    padding-top: 5px;
}


.cart-list-subtitle
{
    font-size: 17px;
    color: #555;
    margin-top: 16px;
    margin-bottom: 5px;
}

/* For final orde page */

.order-box
{
    display: block;
    margin: 1px auto 12px;
    background: #fff;

    max-width: 420px;
    padding: 14px 36px 24px;
}

.order-box h1
{
    font-size: 22px;
    line-height: 100%;
    text-align: center;
    font-weight: normal;

    margin-bottom: 24px;
}

.order-box h2
{
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.order-box .name
{
}
.order-box .value
{
    float: right;
    color: #000;
}
.order-box .desc
{
    font-size: 11px;
    color: #999;
}

.order-box .block
{
    margin-bottom: 4px;
}

.order-box .do-pay
{
    margin-top: 24px;
}

.way_of_pay{
	margin-top: 25px;
	text-align: center;
}

.way_of_pay label{
	margin: 0px 10px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent;
	border-radius: 5px;
	padding: 2px;
	cursor: pointer;
}
.way_of_pay input{
	display: none;
}
.way_of_pay input:checked + label{
	border: 2px solid #e70f42;
}
.way_of_pay label img{
	width: 128px;
	height: 80px;
}