* {
  box-sizing: border-box;
}
#tab-login-register {
  max-width: 650px;
  width: auto;
}

@media (min-width: 540px) {
  /* .nav-button{
    padding: 8px 0px 8px 0px;
  } */
  .respon-mb {
    display: none !important;
  }
  .respon-pc {
    display: block !important;
  }
  .styled-table td {
    padding: 10px 13px !important;
  }
  .styled-table {
    border-collapse: collapse;
    font-size: 0.9em !important;
    font-family: sans-serif;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
  }
  .fix-table {
    height: 510px !important;
  }
  a img {
    max-width: 130px !important;
  }
}

.respon-mb {
  display: block;
}
.respon-pc {
  display: none;
}
a img {
  max-width: 80px;
}
div.info {
  max-width: 540px;
}
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.label-info {
  background-color: #5bc0de;
}
.label {
  font-family: Lao;
  border: 1px solid #000;
}
.card-default {
  border-color: #dddddd;
}
.card-default > .card-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
div.tab-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e9ebee;
  font-family: Lao !important;
}
div.tab-container-login {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eeeeee;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: '\00a0';
}
.flag-icon-la {
  background-image: url(/css/la.svg);
}
.flag-icon-us {
  background-image: url(/css/us.svg);
}
.card-login {
  border: none;
  background-color: #eeeeee;
}
.card-info {
  border: none;
  background-color: #ffffff;
}
.card-group {
  margin-bottom: 40px;
}
.card-body {
  padding: 20px;
}
.fa-ul {
  margin-left: 0em;
}
#tailpart {
  padding: 40px 0;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 1.8;
}
/* div#tailpart{
  padding:20px;
} */
/* a#facebooklink{
  background-color:#1ABC9C;
  text-decoration: none !important;
} */
div.link > a {
  font-size: 150%;
  color: black;
  text-decoration: none;
}
div.link > a > i {
  color: #4267b2;
}
div.link > a:hover {
  font-size: 150%;
  color: #4267b2;
  text-decoration: none !important;
}
li.nav-item > a {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
}
div#copyrights {
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px !important;
}
.section {
  background-color: #ffffff;
}
/* img.img{
  max-width: 380px;
} */
.button-register {
  background-color: #ffffff;
  color: #000000;
}
button-register:hover {
  background-color: #000000;
  color: #ffffff;
}
.styled-table {
  border-collapse: collapse;
  font-size: 0.6em;
  font-family: sans-serif;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.styled-table thead tr {
  background-color: #000000;
  color: #ffffff;
  text-align: left;
}
.styled-table th,
.styled-table td {
  padding: 5px 8px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #dddddd;
  font-weight: bold;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
  font-weight: bold;
}

.styled-table tbody tr.active-row {
  font-weight: bold;
  color: #000000;
}
.fix-table {
  overflow-y: scroll;
  overflow: hidden;
}
.fix-table thead th {
  position: sticky;
  top: 0;
}
.astext {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #000000;
}
.sticky-cart-button {
  text-align: center;
  color: white;
  /* border-radius: 10px 10px 0px 0px; */
  height: 64px;
  padding: 0 80px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  border: none;
  z-index: 100;
  background-color: #000000;
}
.sticky-cart-button .basket {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 16px;
}
.sticky-cart-button .price {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 16px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.center-vertical {
  margin: 15px 0px;
  padding: 5px;
}
.center-all {
  margin: auto;
  padding: 0px 30px;
}
.row {
  margin-right: auto;
  margin-left: auto;
}
body {
  background-color: #f0f0f0;
}
.btn-green {
  background-color: #000000;
  color: white;
}
.nopadding {
  padding: 0xpx;
}
.button-center {
  margin: auto;
  margin-top: 50% !important;
  display: block;
}
.auto-margin {
  margin: auto;
}
.auto-padding {
  padding: auto !important;
}
.extra-bold {
  text-shadow: 0px 1px, 1px 0px, 1px 1px;
}
.input-group > .form-select {
  flex: none !important;
  width: 10.5rem !important;
}
.rnc {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 255px;
  background-color: #ddd;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
}

.rnc-row {
  display: flex;
  align-items: stretch;
  margin: 0 0 10px 0;
}

.rnc-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 0 0 10px;
}

.rnc-canvas {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
}

.rnc-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: #fff;
  color: inherit;
  border: none;
  padding: 0;
  width: 25px;
  height: 20px;
  box-sizing: border-box;
  border-radius: 4px;
}

.rnc-button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.rnc-input {
  border: none;
  padding: 10px 6px;
  font-size: inherit;
  font-family: inherit;
}
.btn-link,
.pagination > li > span {
  background-color: #000000;
  color: #fff;
}
.pagination > li > button {
  color: #000000;
}
input.uppercase {
  text-transform: uppercase;
}
