﻿/*@media (min-width: 1025px) {
    .h-custom {
        height: 100vh !important;
    }
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: .75em;
    padding-right: .75em;
}

.card-registration .select-arrow {
    top: 13px;
}
.img-fluid .rounded-3 {
    width: 16.66666667%;
}*/
.cart_row{
    width:100%;
    height:auto;
    margin-top:20px;
}
.cart_info {
    width: 30%;
    float: left;
    padding: 20px;
    /*background-color: #cde9e3;*/
    background-color: #fff;
    box-shadow: 1px 1px 2px 1px #d2d2d2;
}
.cart_body {
    width: 70%;
    float: right;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .cart_info {
        width: 100%;
        float: none;
    }

    .cart_body {
        width: 100%;
        float: none;
    }
}
    .cart_col {
        width: 20%;
        float: right;
        text-align: right;
        padding-right: 10px;
        margin-bottom: 10px;
    }
.cart_col_header {
    width: 25%;
    float: right;
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
    color: #383838;
}
.cart_row_1 {
    width: 100%;
    /* height:100px;*/
}

    .cart_row_header {
        width: 80%;
        /* height: 30px; */
        /* padding-top: 10px; */
        float: left;
     /*   margin-top: 10px;*/
        margin-bottom: 10px;
    }

    .cart_img {
        width: 100%;
        height: auto;
    }

    .clr {
        clear: both;
    }
.cart_info_item {
    margin-bottom: 15px;
    display: block;
    color: #505050;
}