.inquiry-section h2 {
    font-size: 30px;
    font-family: Poppins-Regular;
    color: #6b654e;
    margin-bottom: 30px;
}

.inquiry-section {
    padding: 80px 0px 30px;
    font-family: Poppins-Regular;
}

.enquiry-product-details {
    display: flex;
    flex-wrap: wrap;
}

.enquiry-product-details h4 {
    font-size: 17px;
    color: #6b654e;
    font-family: Poppins-SemiBold;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid #e1e0dc;
    /* border-right: 1px solid #e1e0dc; */
    margin-bottom: 0px;
}

.enquiry-product-details .enquiry-product-img {
    width: 160px;
    border: 1px solid #e1e0dc;
}

.enquiry-product-details .enquiry-product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid #e1e0dc;
    padding: 10px;
}

.enquiry-product-inner-img {
    padding: 10px;
}

.enquiry-product-code {
    width: 260px;
    border: 1px solid #e1e0dc;
}

.enquiry-product-code .enquiry-product-inner-code {
    /* border: 1px solid #e1e0dc; */
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid transparent;
}

.enquiry-product-code .enquiry-product-inner-code p {
    color: #df7425;
    font-size: 18px;
    margin-bottom: 0px;
}

.enquiry-product-qty,
.enquiry-product-dimension {
    border: 1px solid #e1e0dc;
    text-align: center;

}

.enquiry-product-text {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enquiry-product-qty,
.enquiry-product-dimension {
    width: 260px;
}

.enquiry-dimension-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

p.mesurement {
    color: #6b654e;
    font-size: 16px;
    margin-top: 5px;
    text-transform: capitalize;
}

.inquiry-section form {
    width: 84%;
    margin-top: 50px;
}

.inquiry-section form .input-types textarea,
.inquiry-section form .input-types input {
    width: 100%;
    border: transparent;
    border-bottom: 1px solid #ceccc5;
    font-size: 15px;
    padding-bottom: 15px;
    color: #6b654e;
}

.inquiry-section form .input-types label {
    color: #6b654e;
    font-family: Poppins-Medium;
    font-size: 18px;
    margin-bottom: 10px;
}

.inquiry-section form .input-types {
    margin-bottom: 40px;
}

.inquiry-section form .input-types textarea:focus,
.inquiry-section form .input-types input:focus {
    box-shadow: none;
    outline: transparent;
}

.inquiry-section form .input-types.send {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inquiry-section form .input-types.send .referesh-div input {
    width: 35px;
    height: 35px;
    border: 1px solid #ceccc5;
}

.inquiry-section form .input-types.send a {
    display: inline-block;
    width: 135px;
    height: 47px;
    background-color: #df7425;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.enquiry-dimension-text p {
    margin-bottom: 0px;
}

@media(max-width:1366px) {}

@media(max-width:600px) {
    .enquiry-product-code .enquiry-product-inner-code p {
        font-size: 20px;
    }

    .enquiry-product-details .enquiry-product-img {
        width: 100%;
    }

    .enquiry-dimension-text p {
        font-size: 20px;
    }

    .enquiry-product-qty,
    .enquiry-product-dimension,
    .enquiry-product-code {
        width: 100%;
    }

    .enquiry-product-details h4 {
        font-size: 22px;
    }

    .enquiry-product-code .enquiry-product-inner-code {
        height: 50px;
    }

    .enquiry-dimension-text {
        height: 50px;
    }

    .enquiry-product-text {
        height: 50px;
    }

    .enquiry-product-text p {
        margin-bottom: 0px;
    }

    .enquiry-product-dimension {
        margin-top: 30px;
    }

    .enquiry-product-qty {
        margin-top: 30px;
    }

    .inquiry-section form .input-types.send {
        display: initial;
    }

    .referesh-div {
        margin: 40px 0px 40px;
    }
}























/* ------------------------------------------------------------------------- */
.cart-section {
    font-family: Poppins-Regular;
}

.cart-section .cart-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px 50px;
}

.cart-section .cart-head h2 {
    color: #6b654e;
    font-size: 30px;
}

.cart-section .cart-head p {
    text-align: right;
    font-size: 15px;
    color: #6b654e;
}

.cart-section .cart-head p span {
    color: #df7425;
}

.card-products .cart-sub-head {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}

.card-products h5 {
    width: 14.1%;
    padding: 15px 0px;
    border: 1px solid #ceccc5;
    color: #6b654e;
    font-size: 17px;
    font-family: Poppins-SemiBold;
    margin-bottom: 0px;
}

.card-products h5.crt-img {
    width: 15%;
    padding: 15px 0px;
    border: 1px solid #ceccc5;
}

.card-product {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card-product .card-product-img {
    width: 15%;
    height: 150px;
    padding: 0px;
    border: 1px solid #ceccc5;
    border-top: 1px solid transparent;
}

.card-product .card-product-img .card-product-img-img {
    padding: 10px;
    /* border: 1px solid #ceccc5; */
    height: 100%;
    width: 100%;
}

.card-product .card-product-img .card-product-img-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card-product .card-product-code {
    width: 14.1%;
    display: flex;
    align-items: center;
    padding: 15px 0px;
    border-right: 1px solid #ceccc5;
    border-bottom: 1px solid #ceccc5;
    height: 150px;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.card-product .card-product-code.totalvalue {
    height: auto;
    width: 71.3%;
    border-left: 1px solid #ceccc5;
}

.card-product .card-product-code.totalprice {
    height: auto;
}

.card-product .card-product-code .btn.btn-danger {
    background-color: #df7425;
}

.card-product-code .quantity {
    display: flex;
    position: relative;
}

.card-product-code .quantity input {
    width: 145px;
    height: 45px;
    border: 1px solid #ceccc5;
    border-right: 1px solid transparent;
    background-color: transparent;
    padding: 10px;
}

.card-product-code .quantity button {
    color: #6b654e;
    border: 1px solid #ceccc5;
    background-color: transparent;
    padding: 0px 10px;
    height: 21px;
}

.card-product-code .quantity button.two {
    border-top: transparent;
    position: absolute;
    right: 0px;
    bottom: 7px;
    height: 24px;
    width: 25px;
    padding: 0px 7px;
}

.card-product-code .quantity button.one {
    border-bottom: transparent;
    position: absolute;
    right: 0px;
    width: 25px;
}

.card-product-code p {
    margin-bottom: 0px;
    font-size: 15px;
}

.card-product-code a {
    display: inline-block;
    width: 110px;
    height: 45px;
    color: #6b654e;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ceccc5;
    padding: 11px 0px;
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
}

.card-product-code a:hover {
    background-color: #df7425;
    color: #fff;
}

.card-product-code a.cartPageLink:hover p,
.card-product-code a.cartPageLink:hover {
    background-color: transparent;
    color: #df7425;
}

.card-product-code a.cartPageLink {
    width: auto;
    height: auto;
    text-align: center;
    font-family: Poppins-Regular;
    padding: 0px;
    border: 1px solid transparent;
    margin-right: 5px;
}

.send-inquiry {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-top: 1px solid #ceccc5;
    border-bottom: 1px solid #ceccc5;
}

.send-inquiry a {
    display: inline-block;
    width: 140px;
    height: 45px;
    color: #fff;
    background-color: #df7425;
    text-decoration: none;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ceccc5;
    padding: 11px 0px;
    text-transform: uppercase;
    font-family: Poppins-SemiBold;
}

.send-inquiry a:hover {
    background: #fff;
    color: #df7425;
}

.all {
    margin-top: 15px;
    color: #6b654e;
    font-size: 16px;
    margin-bottom: 0px;
}

.send-inquiry p {
    margin-bottom: 0px;
}

.send-inquiry a.empty-lists {
    background-color: transparent;
    color: #6b654e;
    width: 180px;
    border: 1px solid #df7425;
    padding: 11px 10px;
    margin-right: 10px;
}

.send-inquiry .submit-inquiry {
    background-color: transparent;
    color: #6b654e;
    width: 180px;
    border: 1px solid #df7425;
    padding: 11px 10px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.send-inquiry a.empty-lists:hover {
    background-color: #df7425;
    color: #fff;
}

.send-inquiry .submit-inquiry:hover {
    background-color: #df7425;
    color: #fff;
}

.cart-section .card-product-code .quantity {
    border: transparent;
}


@media(max-width:1300px) {
    .card-products h5 {
        font-size: 15px;

    }
}

@media(max-width:1180px) {
    .card-product .card-product-code {
        padding: 20px 11px;
    }
}

@media(max-width:1024px) {
    .card-product-code .quantity input {
        width: 120px;
    }

    .card-product .card-product-code {
        width: 21.5%;
        padding: 20px 12px;
    }
}

@media(max-width:820px) {
    .card-product-code .quantity input {
        width: 60px;
    }
}

@media(max-width:600px) {
    .send-inquiry p {
        width: 50%;
    }

    .send-inquiry .submit-inquiry {
        margin-top: 30px;
    }

    .inquiry-section form {
        width: 100%;
    }

    .card-products .cart-sub-head {
        flex-wrap: wrap;
    }

    .card-products h5.crt-img {
        width: 100%;
        text-align: center;
    }

    .card-products h5 {
        width: 50%;
        font-size: 18px;
    }

    .card-product {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .card-product .card-product-img {
        width: 100%;
        height: 250px;
        border-top: 1px solid #ceccc5;
    }

    .card-product .card-product-code {
        width: 50%;
        border-right: transparent;
        border-bottom: transparent;
        border: 1px solid #ceccc5;
        height: 90px;
    }

    .send-inquiry {
        flex-wrap: wrap;
    }

    .send-inquiry a.empty-lists {
        margin-top: 20px;
        width: 91%;
        height: auto;
    }

    .send-inquiry .submit-inquiry {
        width: 100%;
    }
}


@media(max-width:400px) {
    .card-product .card-product-code {
        width: 50%;
        height: 120px;
    }
}













/* --------------------------------------------------------------- */

.selected-section .selected-head h2 {
    color: #6b654e;
    font-size: 18px;
}

.selected-section .selected-head {
    padding: 20px 0px;
    border-bottom: 1px solid #ceccc5;
}

.selected-products {
    text-align: center;
    padding: 70px 0px;
    margin-top: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.selected-products p {
    color: #6b654e;
    margin-top: 20px;
    margin-bottom: 30px;
}

.selected-products a {
    display: inline-block;
    text-transform: uppercase;
    color: #6b654e;
    padding: 8px 15px;
    border: 1px solid #df7425;
    text-decoration: none;
    font-size: 15px;
    font-family: Poppins-SemiBold;
}

.total-row {
    font-weight: bold;
    font-size: 1.2em;
    border-top: 2px solid #ddd;
    /* padding-top: 10px; */
}