@media (max-width: 767px) {
  #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: 768px) {
  #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 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px;
    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;
}
.breadcrumb {
    width: 100%;
}
.breadcrumb > li + li:before {
    color: #000;
    content: ">";
    padding: 5px;
    font-weight: bold;
}
.search {
    padding: 4px;
    height: 100%;
    align: center-left;
}
.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 {
    background-color: #34363e;
    min-height: 50px;
    display: flex;
    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{
    font-size: 12px;
    background-color: #272930;
}
.copyright {
    color: #ffffff;
}
.copyright a {
    color: #00c3ff;
}
.copyright a:hover {
    color: #4288ca;
}
.treeview .list-group-item {
    cursor: pointer;
    font-size: 12px;
}
.treeview span.indent {
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 12px;
}
.treeview span.icon {
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
}
.treeview .node-disabled {
    color: silver;
    cursor: not-allowed;
    font-size: 12px;
}
#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;
}
