html, body {
    overflow-x: hidden!important;
}

.center {
    text-align: center;
}

@media (max-width: 480px) {
  #iconGroupMenu {
    display: none;
  }
  #iconGroup {
    display: inline;
  }
  #iconGroupSpace {
    height: 53px;
  }
  #cart {
    display: inline;
  }
  #cartMenu {
    display: none;
  }
  .address {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #topMenu li {
    font-size: 16px;
    font-weight: bold;
    color: #4288ca;
    background-color: #d9edf7;
    border-top: 2px solid;
    border-color: #4288ca;
    text-align: center;
  }
}
@media (min-width: 481px) {
  #iconGroupMenu {
    display: inline;
  }
  #iconGroup {
    display: none;
  }
  #iconGroupSpace {
    height: 0px;
  }
  #cart {
    display: none;
  }
  #cartMenu {
    display: inline;
  }
}
.line {
    background-color: #4288ca;
    width:100%;
    height: 2px;
    margin: 0px;
    padding: 0px;
}
.icon-group-line {
    background-color: #ffffff;
    height: 3px;
}
a:link {
    text-decoration: none;
    color: #4288ca;
}
a:hover {
    text-decoration: none;
    color: #0000ff;
}
.btn-toolbar {
    background-color: #d9edf7;
}
.btn-primary {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #4288ca;
    background-color: #d9edf7;
}
.full-width {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.top-nav {
    background-color: #d9edf7;
}
.logo {
    width: auto;
    height: 50px;
    padding: 2px;
}
#topMenu {
    padding-left: 20px;
    padding-right: 20px;
    overflow-x: hidden;
}
#topMenu li a {
    font-size: 16px;
    font-weight: bold;
    color: #4288ca;
    background-color: #d9edf7;
}
#topMenu li a:hover {
    color: #ffffff;
    background-color: #4288ca;
}
div#icon {
    height: 50px;
    padding-top: 15px;
}
div#icon a {
    height: 100%;
    margin-left: 3px;
    margin-right: 3px;
    color: #ffffff;
    background-color: #4288ca;
}
div#icon a:hover {
    color: #4288ca;
    background-color: #aaccee;
}
div#icon select {
    margin-left: 3px;
    font-weight: bold;
    color: #4288ca;
    background-color: #d9edf7;
}
#cart a {
    width: 35px;
    height: 35px;
    margin-top: 8px;
    margin-right: 5px;
    padding: 8px;
    color: #ffffff;
    background-color: #4288ca;
}
#cart a:hover {
    color: #4288ca;
    background-color: #aaccee;
}
.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 10px;
}
span#facebook a {
    background-color: #3b5998;
}
span#whatsapp a {
    background-color: #43d854;
}
span#instagram a {
    background-color: #c13584;
}
span#twitter a {
    background-color: #4099ff;
}
span#line a {
    background-color: #00c300;
}
.category-header {
    width: 100%;
    height: 40px;
    padding: 5px;
    text-align: middle;
    color: #ffffff;
    background-color: #4288ca;
    font-size: 20px;
}
.btn-toolbar {
    border: none;
    color: #0000ff;
    padding: 2px;
    margin: 2px;
}
.controls {
    margin: 5px;
}
table th {
    text-align: center;
    color: #ffffff;
    background-color: #4288ca;
}
.img-responsive {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.product-name {
    max-width: 95%;
    height: 90px;
}
.product img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
#footer {
    width: auto;
    min-height: 50px;
    background-color: #34363e;
    align-items: center;
}
.bottom-menu {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.bottom-menu a {
    color: #ffffff;
}
.bottom-menu a:hover {
    color: #00c3ff;
}
#bottom-footer{
    width: auto;
    font-size: 12px;
    background-color: #272930;
}
.copyright {
    color: #ffffff;
}
.copyright a {
    color: #00c3ff;
}
.copyright a:hover {
    color: #4288ca;
}
#contact {
    background-image: url("/pub/img/map_bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
}
#contact .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    border: 10px solid #f6f5f0;
    border-radius: 3%;
}
#contact .map iframe {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

td.price, td.price-name {
  height: 40px;
  text-justify: middle;
  background-color: #b8dbed;
  padding: 10px;
}
td.price-name {
  font-weight: bold;
}
td.price {
  text-align: right;
}
.price-note {
  text-align: left;
  padding: 10px;
}

@media (max-width: 480px) {
  .banner-title {
    font-size: 30px;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .banner-description {
    font-size: 14px;
  }
}
@media (min-width: 481px) {
  .banner-title {
    font-size: 45px;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .banner-description {
    font-size: 20px;
  }
}
.row-feature {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 320px;
    display: flex;
    align-items: center;
}
.row-feature-blue {
    background-color: #e6f2f4;
}
.banner {
    width: 100%;
    height: calc(100vw * 0.38);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
}
.banner-text {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding-left: calc(100vw * 0.03);
    padding-right: calc(100vw * 0.03);
    color: #ffffff;
}
.page-title {
    color: #ffffff;
    background-color: #159eee;
    width: 100%;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.page-header {
    color: #0982be;
    background-color: #bde7fc;
    width: 100%;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.feature-title {
    font-size: x-large;
    color: #159eee;
}
.feature-content {
    color: #777796;
    font-size: 14px;
}
#features {
    border-top: 5px solid #eee;
}
#features .feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 5%;
    text-align: center;
    background-color: #d9edf7;
}
#features .feature-icon i {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
    display: inline-block;
}
#features .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #fff;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#features .panel-title a {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
    font-weight: bold;
}

.flex-end { align-self: flex-end; }
.card {
    text-align: center;
    font-weight: bold;
}
.card {
    font-size: 12px;
    border-width: 1px;
    border-color: #729ea5;
    border: solid;
}
.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}
.card-body {
    margin-top: auto;
}
p.one {
    text-indent: 50px;
}
.glyphicon:before {
    margin-right: 5px;
}
.glyphicon-ok {
    color: green;
}
.glyphicon-remove {
    color: red;
}
.card-title {
    font-size: 20px;
}
.card-text {
    font-size: 20px;
}
.list-group-item {
    background-color: #ffdefa;
}
.price-remark {
    background-color: #ccedff;
}
.nav-item {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #e6f2f4;
}

@media screen and (min-width: 60em) {
  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card {
    width: 40rem;
  }
}

@media screen and (max-width: 60em) {
  .card {
    width: 100rem;
  }
}

@media screen and (min-width: 20em) {
}

.popover .arrow {
    display: none;
}
.popover.bottom {
    margin-top: -1px;
}