﻿body {
  font-family: 'Open Sans'; }

ul, ol {
  list-style: none;
  padding: 0; }

p {
  padding: 0;
  margin: 0; }

header {
  background-color: #f1f1f1;
  position: relative; }
  header #header_top .logo {
    padding: 10px 0; }
    header #header_top .logo img {
      height: 45px; }
  header #header_top .header-nav li {
    float: left;
    padding: 17px 5px; }
    header #header_top .header-nav li a {
      text-align: center;
      display: block;
      padding: 8px 0;
      font-size: 13px;
      min-width: 100px;
      color: #1db3e1; }
      header #header_top .header-nav li a:hover {
        background-color: #1db3e1;
        color: #fff;
        border-radius: 7px;
        -webkit-transition: all linear 0.1s;
        -moz-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
        transition: all linear 0.1s; }
      header #header_top .header-nav li a .fa {
        font-size: 20px;
        vertical-align: middle;
        transform: scaleX(-1); }
      header #header_top .header-nav li a span {
        vertical-align: middle; }
  header #header_top .header-nav .dropdown > button {
    font-size: 13px;
    padding: 8px 5px;
    outline: none;
    box-shadow: 0; }
    header #header_top .header-nav .dropdown > button span {
      display: inline-block;
      width: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: middle; }
  header #header_top .header-nav .dropdown .dropdown-menu a {
    text-align: left; }
    header #header_top .header-nav .dropdown .dropdown-menu a:hover {
      border-radius: 0; }
    header #header_top .header-nav .dropdown .dropdown-menu a .fa {
      display: inline-block;
      width: 20px;
      font-size: 15px;
      text-align: left;
      margin: 0 10px;
      color: #3e4095;
      vertical-align: middle; }
  header #header_bottom {
    background-color: #333; }
    header #header_bottom ul li {
      display: inline-block; }
      header #header_bottom ul li a {
        padding: 10px 20px;
        display: block;
        color: #fff; }
        header #header_bottom ul li a:hover {
          background-color: #1db3e1; }

footer {
  background: #222;
  padding: 20px 0;
  color: #fff; }

.main-banner {
  width: 100%;
  height: 500px;
  background-image: url("/images/banner.jpg");
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

.member-side-nav {
  background-color: #fff;
  box-shadow: 0 0 5px #ccc; }
  .member-side-nav .user-image-section {
    padding: 20px 0 10px;
    text-align: center;
    background-color: #f5f6f7; }
    .member-side-nav .user-image-section img {
      height: 150px;
      border-radius: 50%; }
  .member-side-nav .side-nav-1 li {
    border-bottom: 1px solid #eee; }
    .member-side-nav .side-nav-1 li a {
      display: block;
      padding: 10px 10px 10px 20px;
      color: #65b468; }
      .member-side-nav .side-nav-1 li a .fa:first-child {
        margin-right: 10px;
        width: 20px; }
      .member-side-nav .side-nav-1 li a:hover {
        background-color: #1db3e1;
        color: #fff;
        -webkit-transition: all linear 0.1s;
        -moz-transition: all linear 0.1s;
        -o-transition: all linear 0.1s;
        transition: all linear 0.1s; }
    .member-side-nav .side-nav-1 li.selected > a {
      background-color: #33bbe5;
      color: #fff; }
    .member-side-nav .side-nav-1 li.active > a {
      background-color: #65b468;
      color: #fff; }
    .member-side-nav .side-nav-1 li .side-nav-2 {
      display: none;
      background-color: white; }
      .member-side-nav .side-nav-1 li .side-nav-2 li a {
        padding-left: 40px !important; }
      .member-side-nav .side-nav-1 li .side-nav-2.active {
        display: block; }

.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 20px;
  background: #fff; }
  .nav-tabs .nav-link {
    border: none !important;
    border-radius: 0 !important;
    font-size: 14px;
    padding: 10px 0; }
    .nav-tabs .nav-link .fa {
      margin-right: 5px; }
    .nav-tabs .nav-link.active {
      background-color: #65b468 !important;
      border-radius: 0;
      color: #fff !important; }

.main-section {
  min-height: 80vh;
  background-color: #f1f1f1;
  padding: 20px 0; }

.page-heading {
  background-color: #65b468;
  text-align: center;
  font-size: 30px;
  color: #fff;
  padding: 50px 0;
  font-weight: bold; }

.card .card-header {
  border-top: 1px solid #eee; }
  .card .card-header .fa:first-child {
    margin-right: 10px; }
  .card .card-header:first-child {
    border-top: 0 !important; }

.btn {
  font-size: 14px; }
  .btn .btn-icon {
    margin-right: 5px; }
  .btn.btn-primary, .btn.btn-primary:active {
    background-color: #65b468;
    border-color: #65b468; }

@media (max-width: 500px) {
  .nav-tabs .nav-link .fa {
    display: none; } }

.breadcrumb {
  background-color: transparent;
  padding: 0; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1.5 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.product-image-section .product-selected-image {
  border: 1px solid #eee;
  height: 350px;
  width: 100%;
  position: relative; }
  .product-image-section .product-selected-image img {
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.product-image-section .prouct-image-list {
  margin: 10px 0; }
  .product-image-section .prouct-image-list ul li {
    display: inline-block;
    border: 1px solid #eee;
    height: 70px;
    width: 70px;
    margin-right: 10px;
    position: relative;
    padding: 5px;
    cursor: pointer; }
    .product-image-section .prouct-image-list ul li img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.product-detail-section .product-price {
  margin: 5px 0; }
  .product-detail-section .product-price .product-price-table {
    width: 100%; }
    .product-detail-section .product-price .product-price-table td {
      vertical-align: middle;
      font-size: 13px; }
      .product-detail-section .product-price .product-price-table td:first-child {
        padding: 0 0 5px 0;
        width: 100px;
        text-align: right;
        color: #333; }
      .product-detail-section .product-price .product-price-table td:last-child {
        padding-left: 5px; }
      .product-detail-section .product-price .product-price-table td.old-price {
        text-decoration: line-through; }
      .product-detail-section .product-price .product-price-table td.new-price {
        font-size: 16px;
        color: #1db3e1; }
      .product-detail-section .product-price .product-price-table td.save-price {
        color: #1db3e1; }

.product-detail-section .product-desc {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 5px;
  max-height: 300px;
  overflow: auto;
  margin-top: 20px; }

.product-list .card:hover {
  box-shadow: 0 0 5px #49c2e8; }

.product-list .product-img {
  padding: 20px 0;
  text-align: center; }
  .product-list .product-img img {
    height: 250px; }

.product-list .product-price {
  color: #65b468;
  font-size: 14px; }

.suggestion-list {
  width: 100%;
  position: absolute;
  background-color: #fff;
  border: 1px solid #eee;
  max-height: 200px;
  overflow-y: auto; }
  .suggestion-list ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eee; }
    .suggestion-list ul li a:hover {
      background-color: #1db3e1;
      cursor: pointer; }
