#menuMain{
    height: auto !important;
}


#cartWrp{
    background: #f5f5f5;
}
.cartPage {
    float: left;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
}
.orderBtn {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.orderProducts{
    margin: 15px 0 0 0;
}

.cartPage .orderProducts, .cartPage .orderInfo, .cartPage .paymentMethod {
    width: 100%;
    float: right;
}
.cartPage .title {
    width: 100%;
    display: table;
    padding-bottom: 10px;
    border-bottom: #e6e7e8 solid 2px;
}
.cartPage .title p:nth-child(1) {
    width: 10%;
}
.cartPage .title p {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
.cartPage .cartItem {
    width: 100%;
    display: table;
    padding: 10px 0;
    border-bottom: solid 2px #e6e7e8;
}
.cartItemElement:nth-child(1) {
    width: 10%;
}
.cartItemElement {
    float: left;
    overflow: hidden;
    text-align: center;
}
.cartItemElement p {
    position: inherit;
    margin: 0;
}
.cartPage .cartItem .cartItemElement input {
    width: 40%;
    /*display: table;*/
    margin: 0 auto;
    text-align: center;
    padding: 2px 0;
}
.cartPage .cartItem .cartItemElement .qty-minus, .cartPage .cartItem .cartItemElement .qty-plus {
    padding: 0 5px;
}
.cartItemElement .price, .cartItemElement .totalprice {
    font-weight: bold;
}
.lastStepCart {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
}
.lastStepCart > ul{
    background: #f1f2f2;
}
.lastStepCart > ul li{
    width: 100%;
    clear: both;
    list-style: none;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.lastStepCart > ul li:last-child{
    border-bottom: none;
}
.lastStepCart .totalCart {
    width: 40%;
    float: right;
    margin-right: 20px;
}
.lastStepCart p {
    margin: 0;
    padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
}
.lastStepCart p span {
    color: #f44242;
    float: right;
    display: inline-block;
    text-align: right;
    font-size: 15px;
}
.orderInfo.cartPageItem {
    width: 50%;
    float: left;
}

.orderInfo .short {
    width: 90%;
    overflow: hidden;
}

.orderInfo select {
    margin: 0px 1% 11px 0;
    padding: 10px;
    color: #676767;
    font-size: 12px;
    background: rgba(216, 216, 216, 0.22);
    border-radius: 5px;
    border: solid 1px #9f9f9f;
    height: auto;
}
.orderInfo input {
    color: #676767;
    font-size: 12px;
    margin: 0px 1% 11px 0;
    padding: 10px;
    display: table;
    border-radius: 5px;
    float: left;
    border: solid 1px #9f9f9f;
}
.orderInfo input:focus{
    border: 1px solid #f44242;
}
.paymentMethod.cartPageItem {
    width: 50%;
    float: left;
}
#paymentMethod {
    margin: 10px 30px 10px 0;
}
#paymentMethod label {
    font-size: 14px;
}
.couponId .titleCou {
    display: block;
    padding: 5px 0px;
}
.couponId .titleCou span {
    text-transform: uppercase;
    font-size: 14px;
}
.couponId .titleCou i {
    font-size: 11px;
}
.couponId #coupon {
    height: 33px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.couponId .btn {
    background: #00AEEF;
    color: #fff;
    padding: 8px 3%;
    font-size: 0.85em;
}
.couponId .btn:hover {
    background: #f44242;
    transition: background 0.2s ease;
    color: #fff;
}
.cartPage label {
    font-weight: normal;
    color: #555;
}
.cartPage input[type=radio] {
    width: auto !important;
    float: left;
    margin-right: 5px;
}

.cartItemElement a.removeCart:before{
    color: #f44242;
}
.cartPage .title p:nth-child(1), .cartItemElement:nth-child(1){
    width: 34%;
    text-align: left;
    padding: 2px 0 0 2px;
}
.cartPage .title p:nth-child(2), .cartItemElement:nth-child(2){
    width: 15%;
}
.cartItemElement:nth-child(2) h3{
    text-align: left;
    padding: 30px 0;
    display: inline;
    font-size: 14px;
    margin: 0;
}
.cartPage .title p:nth-child(3), .cartItemElement:nth-child(3){
    width: 10%;
}
.cartPage .title p:nth-child(4), .cartItemElement:nth-child(4){
    width: 20%;
}
.cartPage .title p:nth-child(5), .cartItemElement:nth-child(5){
    width: 20%;
}
.cartPage .title p:nth-child(6), .cartItemElement:nth-child(6){
    width: 18%;
    text-align: right !important;
}
.cartItemElement:nth-child(6) > p{
    text-align: right !important;
}
.cartItemElement:nth-child(5) p, .cartPage .title p:nth-child(5){
    text-align: right !important;
}

#orderV{width:100%;display:inline-block;background:#fff;border: solid 1px #ccc;margin: 20px 0}
#orderV #orderVTT span{display:block;font-size:20px;line-height:26px;font-weight:bold;color:#333;text-align:center;padding:10px 0}
#orderV #orderVct h3{font-size:14px;color:#333;text-align:center;margin:10px 0}
#orderV #orderVct p{display:block;width:auto;margin:10px auto;line-height:1.5em;font-size:14px;color:#333;text-align:center;position: inherit}
#orderV #orderVct a{color:#0062d7;font-weight:bold;}


#overlay{position:fixed;width:100%;height:100%;top:0;left:0;background:#000;opacity:0.7;display:none;z-index:99}
.loading{background:#fff;border-radius:5px;box-shadow:0 1px 3px rgba(34, 25, 25, 0.4);width:300px;padding:20px;display:none;z-index:999}
.loading img{display:block;margin:0 auto;}
.listBank{
    display: none;
}
.listBank>span:hover, .listBank>span.active {
    background: none repeat scroll 0 0 #999;
}
.listBank>span {
    cursor: pointer;
    float: left;
    height: 34px;
    margin: 2px;
    overflow: hidden;
    padding: 2px;
    transition: all 200ms ease 0s;
    width: 50px;
}
#suggestCus{
	position: relative;
	text-align: center;
}
#suggestCus input{
	width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
#suggestRe{
	position: absolute;
    border: 1px solid #eee;
    top: 42px;
    left: 0;
    width: 100%;
	background: #fff;
	text-align: left;
	display: none;
}
#suggestRe>a{
	color: #333;
	width: 100%;
	cursor: pointer;
	padding: 5px;
	text-decoration: none;
	height: auto;
}
#suggestRe>a:HOVER {
	background: #F3EEEE;
}
select.updateCart{
    width: 100%;
}
.orderBtn a, .orderBtn button{
    padding: 10px 15px;
    border: none;
    background: rgba(139, 6, 42, .7);
    clear: both;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
}
.orderBtn .col-md-4:nth-child(3){
    text-align: right;
}
.box-color{
    z-index: 999;
}
.page-all > .header-container{
    position: relative;
}
@media screen  and (max-width: 768px){
    .cartPage .title p:nth-child(3), .cartItemElement:nth-child(3) {
        width: 20%;
    }
    .cartPage .title p:nth-child(6), .cartItemElement:nth-child(6){
        width: 22%;
        text-align: right !important;
    }
    .cartPage .title p{
        font-size: 12px;
    }
    .lastStepCart .totalCart{
        width: 100%;
        float: none;
        padding: 0 10px;
    }
    .cartPage .orderProducts .blockTableCart{
        max-height: 400px;
        overflow-y: auto;
    }
    .orderInfo.cartPageItem, .paymentMethod.cartPageItem, .orderInfo .short{
        width: 100%;
    }
    .orderBtn{
        text-align: center;
    }
    .orderBtn a, .orderBtn button{
        padding: 10px 15px;
        border: none;
        background: rgba(139, 6, 42, .7);
        clear: both;
        display: inline-block;
        width: 100%;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        line-height: normal;
    }
    .orderBtn .col-md-4{
        padding: 0;
    }
}
@media screen and (max-width: 480px){
    .cartPage .title p:nth-child(3), .cartItemElement:nth-child(3) {
        width: 30%;
    }
    .cartPage .title p:nth-child(6), .cartItemElement:nth-child(6) {
        width: 25%;
        text-align: right !important;
    }
    .cartPage .title p:nth-child(5), .cartItemElement:nth-child(5) {
        width: 10%;
    }
}

