.tcrt-cart-header {
    float: left;
    width: 100%;
    color: #868686;
    font-size: 13px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 6px;
}
.tcrt-cart-row {
    float: left;
    width: 100%;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
    padding: 7px 0;
    position: relative;
    padding-left: 40px;
}
.tcrt-delete-product {
    background: url(../img/close.svg) no-repeat left center;
    background-size: 15px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 15px;
    cursor: pointer;
}
.tcrt-cart-product {
    float: left;
    width: calc(100% - 510px);
}
.tcrt-order-list .tcrt-cart-product {
    width: calc(100% - 180px);
}
.tcrt-product-img {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    margin-top: 3px;
}
.tcrt-product-img img {
    max-width: 100%;
}
.tcrt-cart-prod-name{
    float: right;
    width: calc(100% - 80px);
    color: #333;
    display: table;
    height: 64px;
}
.tcrt-cart-prod-name .tcrt-name-hld{
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #f69d00;
    font-weight: bold;
}
.tcrt-cart-quantity, .tcrt-cart-price {
    float: left;
    width: 250px;
    text-align: center;
    line-height: 64px;
}
.tcrt-cart-price:last-of-type {
    text-align: right;
}
.tcrt-cart-hld {
    display: inline-block;
    position: relative;
}
.tcrt-quantity-btn {
    float: left;
    width: 30px;
    height: 30px;
    background: #b7b7b7;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    margin-right: 4px;
}
.tcrt-cart-page .tcrt-quantity-inp {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    margin-right: 4px;
    margin-bottom: 0;
}
.tcrt-promo-code-hld {
    float: left;
    margin-top: 15px;
}
.tcrt-cart-page .text-inp.code {
    height: 38px;
    line-height: 38px;
    width: 50%;
}
.tcrt-submit-code.btn {
    line-height: 38px;
    margin-left: 10px;
    padding: 0 10px;
}
.tcrt-bottom-btns {
    float: left;
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.tcrt-bottom-price {
    font-size: 14px;
    margin-top: 15px;
    float: left;
    clear: left;
}
.tcrt-total-price {
    font-weight: bold;
}
.tcrt-prices-hld{
    margin-top: 15px;
}
.tcrt-bottom-price .price-txt, .tcrt-total-price .price-txt {
    float: left;
    width: 120px;
    text-align: right;
    font-size: 20px;
}
.tcrt-bottom-price .price-txt, .tcrt-total-price  .price-txt-small {
    font-size: 15px;
}
.tcrt-order-list .price-txt-small, .tcrt-order-list .tcrt-total-price .price-txt {
    text-align: left;
}
.tcrt-total-hld {
    float: left;
    width: 100%;
    border-top: 1px solid #eda814;
    padding-top: 15px;
    margin-top: 15px;
    background: #e0e0e0;
    padding: 10px;
}

.tcrt-checkout-column {
    float: left;
    width: 63%;
    clear: left;
}
.tcrt-cart-section {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.tcrt-cart-section.mt30 {
    margin-top: 30px;
}
.tcrt-cart-section.mt0 {
    margin-top: 0;
}
.tcrt-cart-section.mb0 {
    margin-bottom: 0;
}
.tcrt-cart-section-title {
    float: left;
    width: 100%;
    font-weight: 400;
    line-height: 52px;
    /* padding-bottom: 10px; */
    /* padding: 5px 10px; */
    font-size: 1.1em;
    border: 1px solid #e7e7e7;
    /* border-width: 1px 0px 1px 1px; */
    text-transform: uppercase;
}
.tcrt-cart-section-title .numb, .status-step .numb {
    float: left;
    width: 52px;
    height: 52px;
    background: #e7e7e7;
    font-size: 1.2em;
    text-align: center;
    margin-right: 10px;
    line-height: 52px;
    font-weight: bold;
}

.tcrt-checkout-column.tcrt-cart-guest{
    width: 63%;
}
.tcrt-order-list {
    float: right;
    width: 31%;
    max-width: 394px!important;
}
.tcrt-order-list .prices-right, .tcrt-order-list .tcrt-bottom-price, .tcrt-order-list .tcrt-total-hld .right{
    width: 100%;
}
.tcrt-order-list .price-txt-small, .tcrt-order-list .tcrt-total-price .price-txt{
    text-align: left;
}
.tcrt-order-list .price-txt-small:nth-of-type(2), .tcrt-order-list .tcrt-total-price .price-txt:nth-of-type(2){
    width: auto;
    float: right;
    text-align: right;
}

.tcrt-checkout-column.tcrt-login-cart{
    float: right;
    padding-left: 5%;
    border-left: 1px solid #d2d2d2;
    /* padding-bottom: 35px; */
    position: relative;
    width: 31%;
        clear: none;
}
.tcrt-login-cart::before {
    content: attr(data-or);
    position: absolute;
    left: -18px;
    padding: 5px;
    background: #fff;
    top: 35%;
    color: #868686;
}
.tcrt-login-cart a{
    max-width: 200px;
}
.tcrt-cart-page .input-hld{
    width: 49%;
    margin-bottom: 15px;
}
.tcrt-cart-page .input-hld.w100{
    width: 100%;
}
.tcrt-cart-page input {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    padding-left: 10px;
}
.tcrt-cart-section textarea{
    border-color: #ccc;
    float: left;
    width: 100%;
    height: 115px;
}
.tcrt-small-btn {
    font-size: 1.2em;
    padding: 3px 10px;
    line-height: 30px;
    background: #e7e7e7;
    color: #6d6d6d;
     margin-top: 0;
}
.tcrt-btn-cart-top {
    display: none;
    margin-bottom: 20px;
    background: #888;
}

.tcrt-show-products{
    float:left;
    width:100%;
    height: 40px;
    line-height: 40px;
    margin-top:10px;
    margin-bottom:10px;
    color:#222;
    cursor:pointer;
    text-transform:uppercase;
    background:#e0e0e0 url(../img/angle-down.svg) no-repeat 10px center;
    background-size: 17px;
    padding-left: 40px;
}
.tcrt-show-products.oppened{
    background:#ccc url(../img/angle-up.svg) no-repeat 10px center;
    background-size:17px;
}
.prices-right, .prices-right span, .tcrt-total-price  span {
    color: #3c3c3c !important;
}
#addressBox {
    background: #eee;
    padding: 20px 30px;
    border-radius: 2px;
}
.greyCartBox {
    background: #f1f1f1;
    font-size: 0.9em;
}
.delivery-address-pad {
    padding: 20px;
}
.pay-method-hld {
    float: left;
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 30px;
}
.order-view-listing {
    margin-top: 20px;
}
.order-row {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}
.checkbox {
    display: none;
}
@media screen and (max-width: 1200px){
    .tcrt-cart-prod-name .tcrt-name-hld {
        font-weight: normal;
    }
}
@media screen and (max-width: 992px){
    .tcrt-checkout-column {
        width: 100%;
        float: left;
    }
    .tcrt-order-list {
        width: 100%;
        max-width: 100%!important;
    }
    .tcrt-checkout-column.tcrt-cart-guest{
        width:100%;
        float:left;
    }
    .tcrt-login-cart::before{
       top: -16px;
       left: 50%;
       transform: translate(-50%);
   }
   .tcrt-login-cart a, .tcrt-login-cart .log {
        max-width: 49%;
        padding: 0;
    }
   .tcrt-checkout-column.tcrt-login-cart{
        width: 100%;
        padding-left: 0;
        border-top: 1px solid #d2d2d2;
        border-left: none;
        margin-top: 20px;
        padding-top: 20px;
    }

    .tcrt-btn-cart-side {
        display: none;
    }
    .tcrt-btn-cart-top  {
        display: block;
    }
    .tcrt-login-cart .log {
        margin-top: 3px;
        float: right;
    }
    .bottom-btns{
        margin-top:20px;
    }
}

@media screen and (max-width: 820px){
    .tcrt-cart-product {
        width: calc(100% - 420px);
    }
    .tcrt-cart-quantity, .tcrt-cart-price {
        width: 140px;
    }
}
@media screen and (max-width: 768px){
    .tcrt-cart-product, .tcrt-order-list .tcrt-cart-product, .tcrt-order-view-listing .tcrt-cart-product {
        width: 100%;
    }
    .tcrt-cart-quantity, .tcrt-cart-price {
        width: 123px;
    }
    .tcrt-orders-list .tcrt-cart-quantity, .tcrt-orders-list .tcrt-cart-price {
            width: 33.33%;
            line-height: 20px;
    }
}
@media screen and (max-width: 576px){
    .tcrt-cart-row {
        padding: 0;
    }
    .tcrt-delete-product {
        left: -5px;
    }
    .tcrt-cart-quantity, .tcrt-cart-price {
        width: 145px;
    }
    .text-inp.code {
        width: calc(100% - 80px);
    }
    .submit-code.btn {
        margin-left: 0;
        width: 80px;
    }
    .tcrt-cart-page .input-hld-w100{
        width: 100%;
    }
    .tcrt-cart-page .input-hld{
        width: 100%;
    }
    .tcrt-cart-page .text-inp.code{
        width: calc(100% - 80px);
    }
    .submitForm.btn-buy-hld{
        width: 50%;
        min-width: 200px;
    }
}
@media screen and (max-width: 380px){
    .tcrt-cart-price {
        width: 142px;
    }
}
