.cartPage{
	margin-top: 100px;
}
.stepArea{
	display: flex;
	justify-content: center;
	color: #9b9b9b;
}
.stepArea ul{
	padding: 0px;
    font-size: 2rem;
    display: flex;
}
.stepArea ul li{
	list-style-type: none;
	margin: 10px 15px;
	display: flex;
    align-items: center;
}
.stepArea ul li.active{
	color: #4a4a4a;
}
.stepArea ul li.active span{
	color: #e64c4c;
}

.stepArea ul li span{
	font-size: 2.5rem;
}
.stepArea ul li span{
	font-size: 3rem;
    margin-right: 5px;
}
.stepArea ul li span.icon-chevron-right{
	font-size: 2rem;
	margin: 0px;
}
.cartArea{
	border: 1px solid #ddd;
	min-height: 50px;
	margin-bottom: 15px;
}
.cartBox .cartDiv{
	border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.cartBox .cartTR{
    overflow: auto;
    padding: 15px;
	display: flex;
	text-align: center;
}
.cartBox .cartDiv:last-child{
	margin-bottom: 0px;
	border: 0px;
}
.cartBox .cartThead{
	background: #d8d8d8;
	border-bottom: 0px;
    margin-bottom: 0px;

}
.cartTR .cartProd{
	width: 75%;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #4a4a4a;
	margin-left: 15px;
	margin-right: 30px;
}
.cartTR .cartProd a{
    color: #4a4a4a;
    text-decoration: none;
}
.cartBox .cartThead .cartProd{
	text-align: center;
}
.cartTR .cartOne{
	width: 10%;
	margin: auto 30px;
	font-size: 16px;
	font-weight: 600;
	color: #4a4a4a;
}
.cartTR .cartOne .form-control {
    display: block;
    width: 45px;
    height: 34px;
    padding: 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    text-align-last: center;
    margin: auto;
    box-shadow: none;

}
.cartDiv .cartFree{
	background-color: rgba(208, 2, 27, 0.05);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 15px;
}
.cartBox .cartFree .cartTR{
	padding: 7px 15px;
}
.cartDiv .cartFree .cartTR .cartOne{
	font-size: 14px;
    width: 100px;
    margin: auto;
}
.cartDiv .cartFree .cartTR .cartOne:nth-child(3){
    padding-left: 30px;
}
.cartDiv .cartFree .cartTR .cartOne:last-child{
    padding-right: 0px;
    text-align: right;
    margin-right: 28px;
}
.cartDiv .cartFree .cartTR .cartProd a{
    color: #4a4a4a;
    text-decoration: none;
}
.cartDiv .cartFree .cartTR .cartProd{
	display: flex;
    font-size: 14px;
    width: 42%;
    margin-right: 15px;
}
.cartDiv .cartFree .cartProd span{
	color: #e60012;
    font-size: 14px;
    display: block;
    width: 40px;
}
.cartDiv .cartFree .cartProd p{
	width: calc(100% - 40px);
	margin: 0px;
}

.cartDiv .cartFree .cartTR.cartAppend .cartProd span{
    width: 50px;
}
.cartDiv .cartFree .cartTR.cartAppend .cartOne.cartAppendPrice{
    margin-left: 60px;
    margin-right: -35px;
}
.discountArea{
	border: 1px solid #ddd;
	min-height: 50px;
	margin-bottom: 15px;
	display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    font-size: 16px;
	font-weight: 600;
	color: #4a4a4a;
	align-items: center;
}
.discountArea .discountName{
	display: flex;
}
.discountArea .discountName span{
	font-size: 30px;
	display: block;
	margin-right: 10px;
	margin-top: 2px;
    line-height: 18px;
}
.discountArea .discountPrice{
	color: #72b412;
}
.checkOutArea{
	/*background-color: #efefef;*/
	min-height: 50px;
	padding: 15px 0px;
	margin-bottom: 50px;
}

.checkOutArea .shipCostFree{
    background: #fff;
    padding: 15px;
    text-align: right;
    font-size: 16px;
    color: #797979;
    font-weight: 500;
    margin-bottom: 30px;
    font-style: initial;
}
.checkOutArea .checkOutRight{
    font-size: 16px;
    border-bottom: 1px solid #979797;

}
.checkOutArea .checkOutRight .checkOutList{
	width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}
.checkOutArea .checkOutRight .checkOutList span{
	width: 15%;
    text-align: right;
    font-weight: 600;
}
.checkOutArea .checkOutRight .checkOutList span:first-child{
	color: #797979;
}
.checkOutArea .checkOutTotal{
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
    align-items: center;
    margin-bottom: 15px;
}
.checkOutArea .checkOutTotal span{
	width: 15%;
    text-align: right;
    font-weight: 600;
    margin-top: 15px;
}
.checkOutArea .checkOutTotal span:last-child{
	font-family: Arial;
	font-size: 26px;
	font-weight: 900;
	text-align: right;
	color: #ff0000;
}
.cartPage .btnArea{
	display: flex;
	justify-content: flex-end;
	font-size: 16px;
    align-items: center;
    margin-bottom: 30px;
}
.cartPage .btnArea .btn{
    padding: 15px 50px;
    margin-left: 15px;
    background-color: #f6a623;
    color: #fff;
    font-size: 14px;
}
.cartPage .btnArea .btn.btn-next{
	background-color: #e64c4c;
}
.cartPage .payArea {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.cartPage .payArea .pretty{
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 25px 30px;
    margin: 0px;
    font-size: 16px;
}
.cartPage .payArea .pretty:last-child {
    border-bottom: 0px;
}
.cartPage .payArea .pretty .payimg{
	width: 80px;
	margin-right: 30px;
	margin-left: 30px;
}
.cartPage .payArea .pretty label{
	margin: 0px;
}
.cartPage .payArea .pretty.active{
	background-color: rgba(74, 144, 226, 0.15);
	border: solid 1px #4990e2;
	color: #d0011b;
}
.pretty .creditArea{
	background: #f6f6f6;
    margin: 25px -30px;
    margin-bottom: -25px;
    padding: 10px;
   /* padding: 15px;
    padding-top: 30px;*/
    padding-left: 90px;
    color: #828282;
    display: flex;
    align-items: center;
}
.pretty .creditArea .pretty{
border: 0px;
    padding: 0px 15px;
    /*margin-right: 15px;*/
    margin-right: 3px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.pretty .creditArea .installments_price
{
    margin-left: 24px;
    margin-top: 3px;

}

.pretty .creditArea .pretty span{
	color: #f6a623;
}
.pretty .creditArea.bankTypeArea{
    /*display: none;*/
}
.pretty .creditArea.whetherStaging {
    /*display: none;*/
}
.pretty .payTypePrice{
	font-size: 20px;
    margin: auto 15px;
    color: #ff6b00;
    position: absolute;
    right: 15px;
    top: 35px;
}
.pretty .payTranPrice{
	font-size: 16px;
    margin: auto 15px;
    color: #ffb819;
    position: absolute;
    right: 15px;
    top: 60px;
}
.pretty .payTypeDiscount{
	font-size: 16px;
	color: #ffb819;
}
.pretty .truckInfo{
	position: absolute;
    top: 35px;
    right: 15px;
    color: #666;
}
.payArea .shipArea{
	background: #f6f6f6;
    padding: 30px 35px;
    color: #828282;
}
.payArea .shipArea p{
	font-size: 18px;
	font-weight: 500;
	color: #4a4a4a;
}
.payArea .shipArea .form-group{
	position: relative;
	margin-bottom: 0px;
}

.payArea .shipArea .form-group .fgtitle{
	position: absolute;
    font-size: 18px;
    padding-top: 20px;
    padding-left: 20px;
    letter-spacing: 2px;
    font-weight: 500;
}
.payArea .shipArea .cartFormInput {
    display: block;
    width: 100%;
    height: 60px;
    padding: 6px 12px 6px 85px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    outline: none;
    border-bottom: 0px;
}
.payArea .shipArea .cartFormInput.store{
    border: 1px solid #ccc;
}
.payArea .shipArea .cartFormInput.invoice_number{
    padding-left: 110px;
}
.payArea .shipArea .cartFormInput.carrier_id{
    padding-left: 170px;
}
.payArea .shipArea .cartFormInput.npoban{
    padding-left: 140px;
}
.payArea .shipArea .form-group .cartFormInput.name{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.payArea .shipArea .form-group:last-child .cartFormInput{
	border-bottom: 1px solid #ccc;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.payArea .shipArea select.cartFormInput{
	padding: 10px 6px 6px 90px;
    font-size: 18px;
    color: #838383;
    /*border-bottom: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 30px;*/
}
.cartPage .payArea.cart3 .pretty .payimg {
    width: 50px;
    margin-right: 30px;
    margin-left: 30px;
}
.payArea .cart4List{
    width: 100%;
    padding: 18px 15px;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    min-height: 68px;
}
.payArea .cart4List:last-child{
    border-bottom: 0px;
}
.payArea .cart4List div span{
    color: #f6a623;
    margin-right: 15px;
}
.payArea .cart4List div{
    align-self: center;
}
.payArea .cart4List div:nth-child(2){
    color: #9b9b9b;
}
.payArea .cart4List img{
    width: 60px;
    margin-right: 30px;
    margin-left: 30px;
}
.cart4 .checkOutArea{
    margin-bottom: 0px;
}
.cart4 .payArea .userInfo{
    background-color: #f6f6f6;
    padding: 30px;
}
.cart4 .payArea .userInfo p {
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 20px;
}
.cart4 .payArea .userInfo ul{
    list-style-type: none;
    font-size: 16px;
    color: #2d76cb;
    padding: 0px;
    border: 1px solid #ddd;
    border-radius: 7px;
}
.cart4 .payArea .userInfo ul li{
    padding: 15px 30px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}
.cart4 .payArea .userInfo ul li:last-child{
    border-bottom: 0px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.cart4 .payArea .userInfo ul li:first-child{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.cart4 .payArea .userInfo ul li span{
    margin-right: 15px;
    color: #707070;
}

#accordion .panel{
    border: none;
    border-top: 1px solid #e8e8e8;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
#accordion .panel:last-child{
    border-bottom: 1px solid #e8e8e8;
}
#accordion .panel-heading{
    padding: 0;
}
#accordion .panel-title a{
    display: block;
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 24px;
    color: #4a4a4a;
    background-color: #FAFAFA;
    padding: 15px 20px 15px 50px;
    position: relative;
    transition: all 0.5s ease 0s;
    text-decoration: none;
}
#accordion .panel-title a:before{
    content: "\f068";
    font-family: 'FontAwesome';
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 50%;
    background: #71b412;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 25%;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f067";
}
#accordion .panel-body{
    border: none;
    padding: 0px;
}
#accordion .panel-body .col-md-12{
    padding: 0px;
}
.cartPage .payInfoArea{
    display: flex;
    border: 1px solid #ddd;
    padding: 15px;
    align-items: center;
    margin-bottom: 20px;
}
.cartPage .payInfoArea .payimg{
    width: 80px;
    margin-right: 30px;
    margin-left: 30px;
}
.cartPage .payInfoArea p{
    margin-top: 5px;
    margin-bottom: 5px;
}
.cartPage .payInfoArea p span{
    color: #f5a623;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
    font-size: 16px;
}
.cartPage .gamePayInfo{
    display: flex;
    align-items: center;
}
.cartPage .gamePayInfo .gameQrcode{
    width: 200px;
}
.cartPage .gamePayInfo .gameQrcode img{
    max-width: 200px;
}
.cartPage .infoContent{
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
}
.cartPage .infoContent{
    color: #4a4a4a;
}
.cartPage .infoContent h3{
    font-size: 18px;
    color: #e64c4c;
    margin:0px;
    margin-bottom: 15px;
}
.cartPage .infoContent ol{
    padding-left: 15px;
}
.cartBar-fuild{
    background-color: #baf53f;
    height: 70px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
}
.container.cartBar{
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.container.cartBar p{
    margin: 0px;
    margin-left: 20px;
}
.container.cartBar p span{
    border-bottom: 1px solid;
}
.container.cartBar p span.total{
    font-size: 26px;
    font-weight: 900;
    color: #ff0000;
    font-family: Arial;
}
.iframeArea{
    padding: 15px;
}
.iframeArea .pretty.o-primary.a-tada{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.iframeArea iframe{
    width: 100%;
}
.iframeArea .textArea{
    height: 120px;
    overflow: auto;
}
.embed-responsive{
    padding-bottom: 12%;
}
.installments_mobile{
    display: none;
}
.ncc_bind{
    background-color: #f6a623 !important;
}
.i-spec{
    padding-top: 15px !important;
}
.promotion_span{
    color: #E7410E !important;
}
@media (max-width: 768px){
    .cartPage {
        margin-top: 65px;
    }
    span.discountAgain {
        display: block;
        padding-left: 75px;
    }
    .cartBar-fuild{
        bottom: 50px;
    }
    .container.cartBar p span.total{
        font-size: 18px;
    }
    .container.cartBar p {
        margin: 0px;
        margin-left: 15px;
    }
    .stepArea{
        /*display: none;*/
    }
    .stepArea ul{
        font-size: 12px;
    }
    .stepArea ul li{
        margin: 0px;
    }
    .stepArea ul li span{
        font-size: 20px;
    }
    .cartBox .cartTR {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cartTR.cartThead{
        display: none;
    }
    .cartTR .cartProd {
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        color: #4a4a4a;
        margin-left: 5px;
        margin-right: 5px;
        word-break: break-all;
        margin-bottom: 5px;
    }
    .cartTR .cartOne {
        width: 10%;
        margin: auto 15px;
        font-size: 14px;
    }
    .cartTR .cartOne.order1{
        order: 1;
    }
    .cartTR .cartOne.order2{
        order: 2;
    }
    .cartTR .cartOne.order3{
        order: 3;
    }
    .cartTR .cartOne.order4{
        order: 4;
    }
    .cartDiv .cartFree {
        background-color: #f6f6f6;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .cartDiv .cartFree .cartTR .cartProd {
        display: flex;
        font-size: 14px;
        width: 85%;
    }
    .cartDiv .cartFree .cartTR.cartAppend .cartProd {
        width: 100%;
    }
    .cartDiv .cartFree .cartTR .cartOne:last-child {
        padding-right: 0px;
        text-align: right;
        margin: 0px;
        margin-right: 5px;
        width: 5%;
    }
    .cartDiv .cartFree .cartTR.cartAppend .cartOne:last-child{
        position: absolute;
        bottom: 0px;
        left: 25px;
    }
    .cartDiv .cartFree .cartTR.cartAppend .cartOne.cartAppendPrice {
        margin-left: auto;
        margin-right: -35px;
    }
    .cartDiv .cartFree .cartProd p {
        margin: 0px;
        font-size: 12px;
        word-break: break-all;
        font-weight: 300;
        color: #4a4a4a;
    }
    .cartDiv .cartFree .cartProd span {
        color: #e60012;
        font-size: 12px;
        display: block;
        width: 35px;
    }
    .cartTR.cartAppend{
        position: relative;
    }
    .cartBox .cartFree .cartTR {
        padding: 0px 10px;
    }
    .checkOutArea .shipCostFree{
        display: none;
    }
    .checkOutArea .checkOutRight .checkOutList {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    .checkOutArea .checkOutRight .checkOutList span {
        width: 35%;
        text-align: right;
        font-weight: 600;
        font-size: 14px;
    }
    .checkOutArea .checkOutTotal {
        display: flex;
        justify-content: space-between;
        font-size: 15px;
        align-items: center;
        margin-bottom: 15px;
    }
    .checkOutArea .checkOutTotal span{
        width: 35%;
    }
    .checkOutArea{
        padding: 15px;
        margin-bottom: 0px;
    }
    .cartPage .btnArea{
        justify-content: space-between;
        margin-bottom: 0px;
    }
    .cartPage .btnArea .btn{
        margin: 0px;
        padding: 8px 50px;
        border-radius: 6px;
    }
    .cartPage .payArea .pretty{
        padding: 15px 12px;
        font-size: 13px;
    }
    .cartPage .payArea .pretty .payimg {
        width: 40px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .pretty .payTypeDiscount {
        font-size: 13px;
        color: #ffb819;
    }
    .pretty .payTypePrice {
        font-size: 16px;
        margin: auto -10px;
        color: #ff6b00;
        position: absolute;
        right: 5px;
        top: 16px;
    }
    .pretty .payTranPrice {
        font-size: 13px;
        margin: auto -10px;
        color: #ffb819;
        position: absolute;
        right: 50px;
        top: 16px;
        display: none;
    }
    .pretty i{
        font-size: 0.5em !important;
    }
    .cartPage .btnArea .btn.btn-next.btn-cart3{
        width: 100%;
        margin-top: -20px;
    }
    .cartPage .payArea .pretty label {
        margin: 0px;
        padding-left: 20px;
        text-indent: -20px;
        line-height: 1.5em;
    }
    .pretty i:before{
        left: 20px;
    }
    .iframeArea .pretty i:before{
        left: 0px;
    }
    .shipArea.invoiceArea{
        padding: 15px;
    }
    .payArea .shipArea .form-group .fgtitle {
        position: absolute;
        font-size: 14px;
        padding-top: 16px;
        padding-left: 20px;
    }
    .cartPage .payArea.cart3 .pretty .payimg {
        width: 40px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .pretty .truckInfo {
        position: absolute;
        top: 13px;
        right: 0px;
        color: #666;
        font-size: 10px;
        transform: scale(0.9);
    }
    .payArea .shipArea{
        padding: 15px;
    }
    .payArea .shipArea .cartFormInput{
        height: 50px;
    }
    .payArea .shipArea select.cartFormInput{
        font-size: 14px;
    }
    .pretty .creditArea{
        background: #f6f6f6;
        margin: 15px -15px;
        margin-bottom: -16px;
        padding: 0px;
        color: #828282;
        display: block;
    }
    .pretty .creditArea .pretty{
        margin-bottom: 0px;
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        padding-left: 50px;
        width: 100%;
        margin-top: 5px;
    }
    .pretty .creditArea .installments_price
    {
        display:inline;
        margin-left: 0px;
    }
    .pretty .creditArea .title {
        padding: 15px;
        padding-left: 50px;
        background: #dadada;
    }
    .pretty .creditArea .pretty span {
        color: #f6a623;
        position: absolute;
        right: 0px;
        top: 5px;
    }
    .cartPage .payInfoArea{
        display: block;
    }
    .cartPage .payInfoArea .payimg{
        display: none;
    }
    .discountArea2{
        display: block;
    }
    .discountArea2 .discountPrice > span{
        display: block;
        padding-left: 40px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .discountArea2 .discountPrice label{
        padding-left: 60px;
        text-indent: -20px;
    }
    .embed-responsive{
        padding-bottom: 40%;
    }
    .iframeArea{
        padding: 0px;
    }
    .pretty .creditArea.bankinstallments{
        display: none !important;
    }
    .installments_mobile
    {
        display: block;
        margin-top: 5px;
    }
    .i-spec{
        padding-top: 0px;
    }
    .promotion_span{
        color: #E7410E !important;
        position: inherit !important;
    }
}
