@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif
}

.modal-button {
    margin: 5px;
    text-decoration: none;
}

.title {
    color: #757575;
    font-weight: bold;
}

.modal {
    text-align: left;
}

.modal-content {
    border: none;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
}

.modal-header {background: white;padding: 10px;justify-content: space-between;overflow: hidden;border: 0;padding-bottom: 0;}

.modal-button {
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #424242;
    background-color: #FFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}

.modal-button:hover {
    background-color: #FFF;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.close-modal {
    border: none;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    background-color: #F44336;
    text-align: center;
    height: 28px;
    line-height: 28px;
    outline: 0;
    padding: 0 10px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
    position: relative;
    right: 1px;
    top: 1px;
}


.close-modal:hover {
    background-color: #c70e00;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.modal-title {
    font-size: 20px;
}

.modal-body {
    border-bottom: 0;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-size: 15px;
}


@media (max-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 90%;
    }

}

/* === HEADING STYLE #3 === */
.modal-heading {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 0;
    position: relative;
    margin-left: 29px;
}

.select-theme{
    color: #181818;
    margin-bottom: 0px;
    font-size: 19px;
    font-weight: 520;
}
.order-img img{
    width: 74px;
    height: 74px;
    object-fit: contain;
    margin-bottom: 5px;
    }
.order-title p{    color: black;margin-bottom: 0px;}
.order-title small{color: #AFABAB;
 }
.order-price{color:black;border: 0 !important;}
.pricing th{font-weight: 500;font-size: 17px;padding: 5px 10px;}
.pricing{border: 1px solid #565151;}
.pricing tbody{
    display: block;
    max-height: 260px;
    overflow-y: auto;
    width: 100%;
}
table thead, table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
.order-img{display: flex;border-bottom: 0 !important;gap: 15px;/* padding: 3px 10px !important; */}
.pricing tbody tr{border-bottom: 1px solid #d5d3d3;display: flex;width: 100%;justify-content: space-between;gap: 3px;}
.form-control{    border: 1px solid #999b9d;}
.btn-email{background: #014F13;color: white;border-radius: 12px;font-size: 14px;margin-top: 10px;}
.pricing tbody::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
}

.pricing tbody::-webkit-scrollbar
{
	width: 0px;
	background-color: #F5F5F5;
}

.pricing tbody::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
/* -------------------------------nav */

/* ---------------------------- */
@media only screen and (min-device-width: 300px) and (max-device-width: 940px) and (orientation: landscape) {}
@media (max-width: 640px) and (orientation: portrait) {

}