.checkout{
    .checkout-area{
        .tab-content{
            border-color:#DEDEDE; height: 100%; box-shadow: none;
            .content{
                .title{
                    color:#191919; border: 0; font-family:font(md); padding: 0; margin-bottom: 15px; font-weight:normal;
                }
                .order-area{
                    .order-item{
                        border-bottom-color:#DEDEDE; padding-bottom: 10px; margin-bottom: 10px; font-weight: normal;
                        .name{
                            a{
                                color: #191919; font-family:font(md); font-weight: normal; letter-spacing: 0.03em;
                            }
                        }
                        .product-content{
                            div{
                                margin-bottom: 5px;
                            }
                            .label{
                                color:#191919 !important;
                            }
                            span,p{
                                color:color(600) !important;
                            }
                        }
                    }
                }
                select{
                    margin-bottom: 10px;
                }
            }
            @include media-breakpoint-down(md) {
                height: auto;
            }
            @include media-breakpoint-down(sm) {
                .content{
                    .title{
                        font-size:16px;
                    }
                }
            }
        }
        @include media-breakpoint-down(md) {
            .checkout-process{
                margin-bottom: 30px;
            }
        }
        @include media-breakpoint-down(sm) {
            .checkout-process{
                margin-bottom: 20px;
            }
        }         
    }
    .right-area{
        height: 100%;
        .order-box{
            padding: 20px; border-color:#DEDEDE; height: 100%; box-shadow: none;
            .title{
              color:#191919; font-family:font(md); font-weight: normal;
            }
            .order-list{
                border-color:#DEDEDE; margin-bottom: 5px;
            }
            .final-price{
                border-color:#DEDEDE; padding-top: 10px;
            }
        }
        @include media-breakpoint-down(md) {
            height: auto; margin-top: 25px;
        }
        @include media-breakpoint-down(sm) {
            .order-box{
                padding: 15px;
                title{
                    font-size: 15px; margin-bottom: 10px;
                }
            }
        }
    }
    @include media-breakpoint-down(lg) {
        padding-bottom: 55px;
    }
    @include media-breakpoint-down(md) {
        padding-bottom: 45px;
    }
    @include media-breakpoint-down(sm) {
        padding-bottom: 30px;
    }
}