.table-checkout{
	width: 100%;
	background: #eeeeee;
	/*font-family: Montserrat-Regular, sans-serif;*/
	font-family: Eurostile, serif;
	font-size: 18px;
	border: 2px solid #eeeeee;
}

.table-checkout a{
    color:#000000;
	font-family: Eurostile, serif;
    font-size: 18px;
	text-decoration:underline;
}

.table-checkout a:hover{
    color: #F00;
}


.table-checkout tr,
.table-checkout td{
	border: 2px solid #bbbbbb;
	padding: 20px;
}

.table-checkout input{
    width: 70%;
    background: #fff;
}

.checkout-btn {
    width: auto;
    float: left;
    font-size: 16px !important;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    background: #d0858b !important;
    padding-top: 6px;
    padding-bottom: 6px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.mycart{
    font-size: 24px;
}

.checkout hr{
    width: 100%;
    margin: auto;
    border-color: #bbbbbb;
}

.table-checkout-custumer .quality-input{
    width: 100%;
}

.table-checkout-custumer textarea{
    width: 100%;
    border: none;
}

.small-table{
    width: 60%;
    margin: auto;
}

.bottom-menu-item{
    display: inline-block;
    margin-left:40px;
}

/*mobile view tabels*/

.search-table-outter { overflow-x: scroll; }
th, td { 
	/*min-width: 70px;*/
	min-width:45px;
	padding-left:1%;
	padding-right:1%;
 }

.list-view-table{
    width:100%;
    text-align: center;
    line-height: 5;
}

.list-view-table th{
    font-weight: normal;
    text-align: center;
}

.search-table-outter::-webkit-scrollbar {
    width: 1em;
}

.search-table-outter::-webkit-scrollbar-track {
    background-color: #ededed;
}

.search-table-outter::-webkit-scrollbar-thumb {
    background-color: #7fb787;
    outline: 1px solid #7fb787;
}

.create-account-table{
  max-width: 900px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 35px;
}

.custumer-info{
  font-size: 24px;
}

.create-account-table input{
  width: 100%;
  height: 30px;
  border: none;
}

.create-account{
  font-family: Gotham, sans-serif;
  font-size: 20px;
}

.send-btn {
    display: block;
    margin: auto;
    float: initial;
    margin-bottom: 35px;
    background: #d0858b;
    color: #ffffff;
    font-family: Eurostile, serif;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 20px;
    padding-left: 20px;
}

.small-btn {
    transform: none !important;
    background: #d0858b !important;
    margin-bottom: 24px;
    margin-top: 5px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
  .small-btn a {
    font-size: 13px !important; }
    @media only screen and (min-width: 1200px) {
      .small-btn a {
        font-size: 16px !important; } }

.create-account-table tbody tr td input {
    border: 1px solid #666;
}



/*******************/
