@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Regular.ttf); }

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Bold.ttf);
  font-weight: bold; }

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-Italic.ttf);
  font-style: italic; }

@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: ThaiSansNeue;
  src: url(../fonts/thaisansneue-regular-webfont.ttf); }

@font-face {
  font-family: ThaiSansNeue;
  src: url(../fonts/thaisansneue-bold-webfont.ttf);
  font-weight: bold; }

@font-face {
  font-family: ThaiSansNeue;
  src: url(../fonts/thaisansneue-light-webfont.ttf);
  font-weight: 200; }

@font-face {
  font-family: ThaiSansNeue;
  src: url(../fonts/thaisansneue-light-webfont.ttf);
  font-weight: 300; }

html, body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", "ThaiSansNeue", "Helvetica Neue"; }

a {
  color: black; }
  a:hover, a:active, a:link, a:visited, a.active {
    color: black; }

#topbar #topbar-fix {
  position: fixed;
  top: -60px;
  left: 0px;
  right: 0px;
  height: 50px;
  border-bottom: 1px solid #ccc;
  z-index: 300;
  background: white;
  opacity: 0;
  display: none;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s; }
  #topbar #topbar-fix .navbar-brand {
    padding: 10px 15px; }
    #topbar #topbar-fix .navbar-brand img {
      height: 30px; }

#topbar #topbar-static {
  padding-top: 50px;
  padding-bottom: 30px; }
  #topbar #topbar-static .container {
    position: relative; }
  #topbar #topbar-static .logo {
    text-align: center;
    margin-bottom: 30px; }
    #topbar #topbar-static .logo img {
      width: 100px; }
  #topbar #topbar-static .nav-pills {
    text-align: center; }
    #topbar #topbar-static .nav-pills li {
      display: inline-block;
      float: none; }
      #topbar #topbar-static .nav-pills li:hover > a, #topbar #topbar-static .nav-pills li:active > a, #topbar #topbar-static .nav-pills li:link > a, #topbar #topbar-static .nav-pills li:visited > a, #topbar #topbar-static .nav-pills li.active > a {
        background: transparent;
        border-color: black; }
    #topbar #topbar-static .nav-pills li {
      text-transform: uppercase;
      letter-spacing: 1px; }
      #topbar #topbar-static .nav-pills li > a {
        border-radius: 0px;
        padding-top: 20px;
        padding-bottom: 5px;
        border-bottom: 2px solid transparent; }
      #topbar #topbar-static .nav-pills li:hover > a, #topbar #topbar-static .nav-pills li:active > a, #topbar #topbar-static .nav-pills li:link > a, #topbar #topbar-static .nav-pills li:visited > a, #topbar #topbar-static .nav-pills li.active > a {
        background: transparent; }

#topbar li.dropdown .dropdown-menu {
  left: auto;
  right: 0px;
  min-width: 200px;
  padding: 0px;
  border-radius: 0px; }

#topbar li.dropdown:hover .dropdown-menu {
  display: block; }

#topbar #right-menu {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
  height: auto; }

#topbar #cart-menu .badge {
  background: red; }

#topbar #cart-menu .empty-cart {
  display: none; }

#topbar #cart-menu .dropdown-menu {
  width: 320px;
  border: 1px solid #eee;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 500; }
  #topbar #cart-menu .dropdown-menu .model-list .list-content {
    max-height: 400px;
    overflow-y: auto; }
  #topbar #cart-menu .dropdown-menu .model-list .list-footer {
    padding: 5px; }
    #topbar #cart-menu .dropdown-menu .model-list .list-footer .subtotal {
      padding: 5px 0px;
      text-align: right;
      font-weight: bold; }
  #topbar #cart-menu .dropdown-menu .model-list .model {
    border-bottom: 1px solid #eee; }
    #topbar #cart-menu .dropdown-menu .model-list .model .cover {
      display: block;
      float: left;
      width: 80px;
      height: 80px;
      border: 1px solid #eee;
      background-size: cover;
      background-position: top center; }
    #topbar #cart-menu .dropdown-menu .model-list .model .info {
      margin-left: 80px;
      padding: 5px; }

#topbar #cart-menu[data-cart-quantity="0"] .badge, #topbar #cart-menu[data-cart-quantity="0"] .model-list {
  display: none; }

#topbar #cart-menu[data-cart-quantity="0"] .empty-cart {
  padding: 5px;
  display: block;
  font-style: italic;
  text-align: right; }

#topbar.fix #topbar-fix {
  top: 0px;
  display: block;
  opacity: 1; }

#main {
  min-height: 500px;
  padding-bottom: 50px; }
  #main .breadcrumb {
    background: transparent;
    margin-bottom: 15px;
    border-radius: 0px;
    border-bottom: 1px solid #eee; }

#footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
  border-top: 2px solid black;
  background: #C5E6F4;
  color: black;
  font-weight: 200; }
  #footer .nav li a:hover {
    font-weight: bold;
    background: transparent; }
  #footer .contact-panel {
    line-height: 1.8em; }
    #footer .contact-panel .logo {
      text-align: center;
      padding-bottom: 15px;
      border-bottom: 1px solid black;
      margin-bottom: 15px; }
    #footer .contact-panel .info {
      padding-left: 30px; }
      #footer .contact-panel .info .model {
        margin-bottom: 15px; }
    #footer .contact-panel .fa, #footer .contact-panel .icon {
      display: inline-block;
      float: left;
      margin-left: -35px;
      width: 30px;
      height: 30px;
      font-size: 18px;
      text-align: center;
      padding-top: 5px; }
    #footer .contact-panel .icon {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    #footer .contact-panel .icon-shopee {
      background-image: url(/images/theme/icon-shopee.png);
      height: 22px; }
    #footer .contact-panel .icon-line {
      background-image: url(/images/theme/icon-line.png); }
    #footer .contact-panel .icon-pinkoi {
      background-image: url(/images/theme/icon-pinkoi.png);
      height: 22px; }
  #footer .container a {
    color: inherit; }
  #footer .container .category-list .model {
    margin-bottom: 5px; }
  #footer .container .meta-social {
    margin-top: 15px; }
  #footer .footer-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 40px;
    padding: 10px;
    background: black;
    color: white;
    text-align: center;
    font-size: 12px; }

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.no-padding {
  padding: 0px; }

.ghost-btn, .btn-primary {
  display: inline-block;
  padding: 5px 15px;
  text-align: center;
  background: transparent;
  border: 1px solid black;
  color: black;
  cursor: pointer;
  outline: none;
  border-radius: 0px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }
  .ghost-btn .fa, .btn-primary .fa {
    margin-right: 5px; }
  .ghost-btn:link, .ghost-btn:visited, .btn-primary:link, .btn-primary:visited {
    background: transparent;
    color: black;
    border-color: black; }
  .ghost-btn:hover, .ghost-btn:active, .ghost-btn.active, .btn-primary:hover, .btn-primary:active, .btn-primary.active {
    background: black;
    color: white;
    border-color: black; }

.form-control {
  border-radius: 0px; }

.label {
  font-size: 11px;
  font-weight: 200; }

.invoice-label-new {
  background: #f0ad4e; }

.invoice-label-paid {
  background: #337ab7; }

.invoice-label-confirmed {
  background: #337ab7; }

.invoice-label-shipping {
  background: #5cb85c; }

.invoice-label-complete {
  background: #5cb85c; }

.invoice-label-canceled {
  background: #777; }

input[type=text].form-control,
input[type=email].form-control,
input[type=password].form-control,
textarea.form-control {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

textarea {
  resize: none; }

.btn.disabled, .ghost-btn.disabled {
  opacity: 0.5; }

.error {
  color: #a94442;
  font-style: italic; }

#loading {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: white;
  z-index: 999; }
  #loading .container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    width: 200px;
    height: 200px;
    text-align: center;
    font-size: 24px;
    color: black; }
    #loading .container .logo {
      height: 60px;
      background-image: url("/images/theme/logo.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 30px; }
    #loading .container .fa {
      padding: 3px; }

@media (max-width: 768px) {
  #topbar #topbar-static {
    display: none; }
  #topbar #topbar-fix {
    top: 0px;
    display: block;
    opacity: 1; }
    #topbar #topbar-fix .navbar-toggle {
      margin: 5px; }
    #topbar #topbar-fix .navbar-collapse {
      background: white;
      max-height: 550px;
      padding: 0px; }
      #topbar #topbar-fix .navbar-collapse .navbar-nav {
        margin: 0px; }
    #topbar #topbar-fix #cart-menu .dropdown-menu {
      position: static;
      display: block;
      box-shadow: none;
      border: 0px;
      float: none;
      border-bottom: 1px solid black;
      padding-bottom: 5px; }
    #topbar #topbar-fix #cart-menu .empty-cart {
      text-align: left; }
  #wrapper {
    margin-top: 50px; }
  #footer {
    padding-top: 0px; }
    #footer .list-title {
      margin-top: 30px;
      margin-bottom: 5px; } }

#index-page .topbar-banner {
  background-color: black;
  color: white;
  padding: 15px; }
  #index-page .topbar-banner p {
    margin: 0px; }

#index-page #loading {
  display: block; }

#index-page .section-title {
  margin-bottom: 30px; }

#index-page #cover-section #cover-1 h1 {
  font-size: 54px;
  letter-spacing: 3px; }

#index-page #gender-section {
  padding-top: 30px;
  padding-bottom: 30px; }
  #index-page #gender-section .cover img {
    width: 100%;
    margin-bottom: 30px; }

#index-page #welcome-banner-section {
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 1.2em; }

#index-page #recommend-section, #index-page #new-arrival-section, #index-page #popular-section {
  padding-top: 30px;
  padding-bottom: 30px; }
  #index-page #recommend-section .list-header, #index-page #new-arrival-section .list-header, #index-page #popular-section .list-header {
    padding-bottom: 30px;
    text-align: center; }
    #index-page #recommend-section .list-header .list-title, #index-page #new-arrival-section .list-header .list-title, #index-page #popular-section .list-header .list-title {
      letter-spacing: 3px; }
      #index-page #recommend-section .list-header .list-title a, #index-page #new-arrival-section .list-header .list-title a, #index-page #popular-section .list-header .list-title a {
        display: inline-block;
        padding-bottom: 5px;
        border-bottom: 3px solid black;
        text-decoration: none; }
  #index-page #recommend-section .list-content, #index-page #new-arrival-section .list-content, #index-page #popular-section .list-content {
    margin: 0px -25px; }
  #index-page #recommend-section .model-list .col, #index-page #new-arrival-section .model-list .col, #index-page #popular-section .model-list .col {
    margin-bottom: 30px; }
    #index-page #recommend-section .model-list .col:nth-child(4n+1), #index-page #new-arrival-section .model-list .col:nth-child(4n+1), #index-page #popular-section .model-list .col:nth-child(4n+1) {
      clear: left; }
  #index-page #recommend-section .model-list .model, #index-page #new-arrival-section .model-list .model, #index-page #popular-section .model-list .model {
    padding: 0px 25px; }
    #index-page #recommend-section .model-list .model .cover, #index-page #new-arrival-section .model-list .model .cover, #index-page #popular-section .model-list .model .cover {
      display: block;
      height: 250px;
      border: 1px solid #eee;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    #index-page #recommend-section .model-list .model .info, #index-page #new-arrival-section .model-list .model .info, #index-page #popular-section .model-list .model .info {
      padding: 15px 0px;
      background: white; }
      #index-page #recommend-section .model-list .model .info .name, #index-page #new-arrival-section .model-list .model .info .name, #index-page #popular-section .model-list .model .info .name {
        color: #222;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px; }
        #index-page #recommend-section .model-list .model .info .name a, #index-page #new-arrival-section .model-list .model .info .name a, #index-page #popular-section .model-list .model .info .name a {
          color: inherit; }
      #index-page #recommend-section .model-list .model .info .price, #index-page #new-arrival-section .model-list .model .info .price, #index-page #popular-section .model-list .model .info .price {
        font-family: "Helvetica Neue", "sans-serif";
        font-size: 16px;
        font-weight: 300;
        color: #666; }
    #index-page #recommend-section .model-list .model .action, #index-page #new-arrival-section .model-list .model .action, #index-page #popular-section .model-list .model .action {
      text-align: center; }
    #index-page #recommend-section .model-list .model.product-sale .normal-price, #index-page #new-arrival-section .model-list .model.product-sale .normal-price, #index-page #popular-section .model-list .model.product-sale .normal-price {
      text-decoration: line-through;
      color: #ccc; }
    #index-page #recommend-section .model-list .model.product-sale .sale-price, #index-page #new-arrival-section .model-list .model.product-sale .sale-price, #index-page #popular-section .model-list .model.product-sale .sale-price {
      display: inline-block;
      background: red;
      color: white;
      padding: 3px 5px;
      margin-left: 5px;
      font-size: 0.8em; }

#index-page #product-group-section {
  padding: 50px 0px; }
  #index-page #product-group-section .model {
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); }
    #index-page #product-group-section .model .cover {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      background-size: cover;
      background-position: top center; }
    #index-page #product-group-section .model .info {
      position: absolute;
      left: 0px;
      right: 0px;
      bottom: 0px;
      height: 50px;
      padding: 12px;
      background: rgba(0, 0, 0, 0.8);
      color: white; }
      #index-page #product-group-section .model .info .name {
        font-size: 16px;
        font-weight: normal; }

#index-page #contact-section {
  padding: 50px 0px; }
  #index-page #contact-section .contact-info h4 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: bold; }
  #index-page #contact-section .contact-info .meta {
    margin-bottom: 10px; }
  #index-page #contact-section .contact-info .fa {
    width: 30px; }
  #index-page #contact-section .form-control {
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 0px;
    background: transparent;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }

#index-page #map-section #google-map {
  height: 400px; }

#product-list-page .breadcrumb {
  margin-bottom: 30px; }

#product-list-page .category-cover {
  height: 400px;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px; }

#product-list-page .list-action-mobile {
  display: none; }

#product-list-page #search-form {
  margin-bottom: 15px; }
  #product-list-page #search-form .filter {
    margin-bottom: 15px; }
    #product-list-page #search-form .filter .filter-name {
      margin-top: 0px;
      margin-bottom: 10px;
      font-weight: bold; }
      #product-list-page #search-form .filter .filter-name a {
        color: inherit; }
    #product-list-page #search-form .filter label {
      font-weight: normal; }

#product-list-page #product-list .list-header {
  margin-bottom: 30px; }
  #product-list-page #product-list .list-header .list-title {
    margin: 0px; }
  #product-list-page #product-list .list-header label {
    margin-right: 10px;
    padding-top: 5px; }

#product-list-page #product-list .list-footer {
  padding-top: 15px;
  border-top: 1px solid black; }
  #product-list-page #product-list .list-footer label {
    margin-right: 10px;
    padding-top: 5px; }
  #product-list-page #product-list .list-footer .pagination {
    float: right; }

#product-list-page #product-list .col:nth-child(3n+1) {
  clear: left; }

#product-list-page #product-list .model {
  margin-bottom: 30px; }
  #product-list-page #product-list .model .cover {
    display: block;
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
  #product-list-page #product-list .model .info {
    padding: 15px 0px;
    background: white; }
    #product-list-page #product-list .model .info .name {
      color: #222;
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 5px; }
      #product-list-page #product-list .model .info .name a {
        color: inherit; }
    #product-list-page #product-list .model .info .price {
      font-family: "Helvetica Neue", "sans-serif";
      font-size: 16px;
      font-weight: 300;
      color: #666; }
  #product-list-page #product-list .model .action {
    text-align: center; }
  #product-list-page #product-list .model.product-sale .normal-price {
    text-decoration: line-through;
    color: #ccc; }
  #product-list-page #product-list .model.product-sale .sale-price {
    display: inline-block;
    background: red;
    color: white;
    padding: 3px 5px;
    margin-left: 5px;
    font-size: 0.8em; }

#product-list-page .pagination {
  margin: 0px; }
  #product-list-page .pagination li a, #product-list-page .pagination li span {
    color: black; }
  #product-list-page .pagination li.active a, #product-list-page .pagination li.active span {
    background: black;
    color: white;
    border-color: black; }
  #product-list-page .pagination li:first-child a, #product-list-page .pagination li:first-child span, #product-list-page .pagination li:last-child a, #product-list-page .pagination li:last-child span {
    border-radius: 0px; }

@media all and (min-width: 992px) {
  #product-list-page #search-form {
    display: block !important; }
  #product-list-page .sidebar-header-mobile {
    display: none; } }

@media all and (max-width: 991px) {
  #product-list-page .category-cover {
    display: none; }
  #product-list-page .sidebar-header-mobile {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px; }
  #product-list-page .list-action-mobile {
    display: block; }
    #product-list-page .list-action-mobile .pagination li:not(.active) a {
      display: none; }
    #product-list-page .list-action-mobile .pagination li:not(.active) a[rel=prev], #product-list-page .list-action-mobile .pagination li:not(.active) a[rel=next] {
      display: inline-block; }
  #product-list-page #product-list .col:nth-child(3n+1) {
    clear: none; }
  #product-list-page #product-list .col:nth-child(2n+1) {
    clear: left; }
  #product-list-page #product-list .list-action {
    display: none; }
  #product-list-page #product-list .model .cover {
    height: 180px; }
  #product-list-page #product-list .list-footer .pagination {
    float: left; } }

#product-detail-page #main-product, #pack-detail-page #main-product {
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px; }

#product-detail-page .gallery-slick .product-image, #pack-detail-page .gallery-slick .product-image {
  max-height: 700px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden; }
  #product-detail-page .gallery-slick .product-image img, #pack-detail-page .gallery-slick .product-image img {
    opacity: 0; }

#product-detail-page .gallery-slick .slick-prev, #product-detail-page .gallery-slick .slick-next, #pack-detail-page .gallery-slick .slick-prev, #pack-detail-page .gallery-slick .slick-next {
  z-index: 200; }

@media all and (min-width: 992px) {
  #product-detail-page .gallery-slick .slick-prev, #product-detail-page .gallery-slick .slick-next, #pack-detail-page .gallery-slick .slick-prev, #pack-detail-page .gallery-slick .slick-next {
    margin-top: 0px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    transform: rotate(90deg); }
    #product-detail-page .gallery-slick .slick-prev:before, #product-detail-page .gallery-slick .slick-next:before, #pack-detail-page .gallery-slick .slick-prev:before, #pack-detail-page .gallery-slick .slick-next:before {
      font-size: 25px; }
  #product-detail-page .gallery-slick .slick-prev, #pack-detail-page .gallery-slick .slick-prev {
    top: 5px;
    left: 50%; }
  #product-detail-page .gallery-slick .slick-next, #pack-detail-page .gallery-slick .slick-next {
    top: auto;
    bottom: 5px;
    right: auto;
    left: 50%; }
  #product-detail-page .gallery-slick .slick-dots, #pack-detail-page .gallery-slick .slick-dots {
    top: 40%;
    left: -45px;
    bottom: auto;
    width: auto;
    height: auto; }
    #product-detail-page .gallery-slick .slick-dots li, #pack-detail-page .gallery-slick .slick-dots li {
      display: block;
      margin: 5px; }
      #product-detail-page .gallery-slick .slick-dots li button:before, #pack-detail-page .gallery-slick .slick-dots li button:before {
        font-size: 8px; } }

@media all and (max-width: 991px) {
  #product-detail-page .gallery-slick .product-image, #pack-detail-page .gallery-slick .product-image {
    height: 400px;
    background-size: cover; } }

#product-detail-page #product-info, #product-detail-page .product-info, #pack-detail-page #product-info, #pack-detail-page .product-info {
  padding: 15px; }
  #product-detail-page #product-info .name, #product-detail-page .product-info .name, #pack-detail-page #product-info .name, #pack-detail-page .product-info .name {
    margin-top: 0px;
    font-size: 24px;
    font-weight: bold; }
  #product-detail-page #product-info .price, #product-detail-page .product-info .price, #pack-detail-page #product-info .price, #pack-detail-page .product-info .price {
    font-family: "Helvetica Neue", "sans-serif";
    font-size: 24px;
    color: #888; }
    #product-detail-page #product-info .price .normal-price, #product-detail-page .product-info .price .normal-price, #pack-detail-page #product-info .price .normal-price, #pack-detail-page .product-info .price .normal-price {
      font-family: "Helvetica Neue", "sans-serif";
      font-size: 24px;
      color: #888; }
  #product-detail-page #product-info .description, #product-detail-page .product-info .description, #pack-detail-page #product-info .description, #pack-detail-page .product-info .description {
    padding-top: 15px;
    border-top: 1px solid #eee;
    color: #888;
    line-height: 2.0em; }
    #product-detail-page #product-info .description .name, #product-detail-page .product-info .description .name, #pack-detail-page #product-info .description .name, #pack-detail-page .product-info .description .name {
      color: black;
      font-size: 1em; }
    @media all and (max-width: 992px) {
      #product-detail-page #product-info .description img, #product-detail-page .product-info .description img, #pack-detail-page #product-info .description img, #pack-detail-page .product-info .description img {
        width: 100% !important;
        height: auto !important; } }
  #product-detail-page #product-info .size-list, #product-detail-page .product-info .size-list, #pack-detail-page #product-info .size-list, #pack-detail-page .product-info .size-list {
    margin-top: 15px; }
    #product-detail-page #product-info .size-list .model, #product-detail-page .product-info .size-list .model, #pack-detail-page #product-info .size-list .model, #pack-detail-page .product-info .size-list .model {
      margin-right: 10px; }
      #product-detail-page #product-info .size-list .model input, #product-detail-page .product-info .size-list .model input, #pack-detail-page #product-info .size-list .model input, #pack-detail-page .product-info .size-list .model input {
        display: none; }
      #product-detail-page #product-info .size-list .model label, #product-detail-page .product-info .size-list .model label, #pack-detail-page #product-info .size-list .model label, #pack-detail-page .product-info .size-list .model label {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #ccc;
        color: #ccc;
        cursor: pointer; }
        #product-detail-page #product-info .size-list .model label:hover, #product-detail-page .product-info .size-list .model label:hover, #pack-detail-page #product-info .size-list .model label:hover, #pack-detail-page .product-info .size-list .model label:hover {
          border-color: black;
          color: black; }
      #product-detail-page #product-info .size-list .model input:checked + label, #product-detail-page .product-info .size-list .model input:checked + label, #pack-detail-page #product-info .size-list .model input:checked + label, #pack-detail-page .product-info .size-list .model input:checked + label {
        background: black;
        border-color: black;
        color: white; }
  #product-detail-page #product-info #product-info-1, #product-detail-page .product-info #product-info-1, #pack-detail-page #product-info #product-info-1, #pack-detail-page .product-info #product-info-1 {
    padding-bottom: 15px; }
  #product-detail-page #product-info.product-sale .normal-price, #product-detail-page .product-info.product-sale .normal-price, #pack-detail-page #product-info.product-sale .normal-price, #pack-detail-page .product-info.product-sale .normal-price {
    text-decoration: line-through;
    color: #ccc; }
  #product-detail-page #product-info.product-sale .sale-price, #product-detail-page .product-info.product-sale .sale-price, #pack-detail-page #product-info.product-sale .sale-price, #pack-detail-page .product-info.product-sale .sale-price {
    display: inline-block;
    background: red;
    color: white;
    padding: 3px 5px;
    margin-left: 5px;
    font-size: 0.8em; }

#product-detail-page .related-product-list .slick-prev:before, #product-detail-page .related-product-list .slick-next:before, #pack-detail-page .related-product-list .slick-prev:before, #pack-detail-page .related-product-list .slick-next:before {
  color: black; }

#product-detail-page .related-product-list .model, #pack-detail-page .related-product-list .model {
  display: block;
  padding: 15px; }
  #product-detail-page .related-product-list .model .cover, #pack-detail-page .related-product-list .model .cover {
    height: 300px;
    background-size: cover;
    background-position: top center; }

#pack-detail-page .product-info {
  display: none; }
  #pack-detail-page .product-info.active {
    display: block; }

@media (max-width: 767px) {
  #pack-detail-page .product-info {
    padding: 15px 0px; }
    #pack-detail-page .product-info .description {
      display: none; } }

#cart-detail-page #main .container {
  max-width: 900px; }

#cart-detail-page #main #product-option-list .table {
  border-bottom: 1px solid #ddd; }

#cart-detail-page #main #product-option-list .model .cover {
  display: block;
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center; }

#cart-detail-page #main #product-option-list .model input[type=number] {
  width: 40px;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px; }

#cart-detail-page #main #product-option-list .list-footer .row {
  margin-bottom: 10px; }

#cart-detail-page #main .subtotal .value, #cart-detail-page #main .grandtotal .value, #cart-detail-page #main .discount .value, #cart-detail-page #main .shipping .value {
  text-align: right; }

#cart-checkout-1-page #main {
  min-height: 0px;
  background: #f8f8f8; }
  #cart-checkout-1-page #main .section {
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 30px; }
    #cart-checkout-1-page #main .section .container {
      max-width: 900px;
      background: white;
      padding-bottom: 30px; }
      #cart-checkout-1-page #main .section .container #guest-form {
        margin-bottom: 30px; }

#cart-checkout-2-page #main {
  background: #f8f8f8; }

#cart-checkout-2-page #cart-checkout-2-section {
  padding-top: 30px;
  padding-bottom: 30px; }
  #cart-checkout-2-page #cart-checkout-2-section .panel {
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  #cart-checkout-2-page #cart-checkout-2-section .ghost-btn {
    width: 200px;
    padding: 10px;
    background: white; }
    #cart-checkout-2-page #cart-checkout-2-section .ghost-btn:hover {
      background: black; }

#cart-checkout-2-page #product-option-list .model .cover {
  display: block;
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center; }

#cart-checkout-2-page #product-option-list .list-footer {
  padding-top: 15px;
  border-top: 1px solid #ccc; }
  #cart-checkout-2-page #product-option-list .list-footer .row {
    margin-bottom: 10px; }
  #cart-checkout-2-page #product-option-list .list-footer .subtotal .value, #cart-checkout-2-page #product-option-list .list-footer .grandtotal .value, #cart-checkout-2-page #product-option-list .list-footer .discount .value, #cart-checkout-2-page #product-option-list .list-footer .shipping .value {
    text-align: right; }

#cart-checkout-2-page .form-group.has-error .error {
  font-style: italic;
  font-weight: normal;
  color: #a94442; }

#cart-checkout-complete-page #main {
  background: #f8f8f8; }

#cart-checkout-complete-page #cart-checkout-complete-section {
  padding-top: 30px;
  padding-bottom: 30px; }
  #cart-checkout-complete-page #cart-checkout-complete-section .container {
    max-width: 900px; }
  #cart-checkout-complete-page #cart-checkout-complete-section .panel {
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

#cart-checkout-complete-page .left-panel {
  text-align: center; }
  #cart-checkout-complete-page .left-panel .fa-shopping-cart {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 96px;
    color: #03BE9F; }
  #cart-checkout-complete-page .left-panel .fa-circle {
    color: #03BE9F; }
  #cart-checkout-complete-page .left-panel .fa-check {
    color: white; }

#cart-checkout-complete-page .right-panel {
  font-size: 13px;
  line-height: 1.8em;
  padding-top: 15px;
  padding-bottom: 15px; }
  #cart-checkout-complete-page .right-panel .ghost-btn {
    margin-top: 15px;
    background: black;
    color: white; }

#login-page #main .container {
  max-width: 320px;
  text-align: center; }
  #login-page #main .container .form-title {
    margin-bottom: 30px; }
  #login-page #main .container .form-control {
    text-align: center;
    margin-bottom: 15px; }
  #login-page #main .container .btn {
    margin-top: 15px; }
  #login-page #main .container .forgot-password-wrapper {
    margin-bottom: 15px; }
    #login-page #main .container .forgot-password-wrapper a {
      color: #aaa; }
  #login-page #main .container .register-wrapper a {
    text-decoration: underline; }

#register-page #main .container {
  max-width: 800px; }

#register-page #main .page-title {
  text-align: center;
  margin-bottom: 15px; }

#register-page #main .login-wrapper {
  text-align: center;
  color: #888; }
  #register-page #main .login-wrapper a {
    text-decoration: underline;
    color: #888; }

#register-page #main .form-panel {
  margin-top: 30px;
  margin-bottom: 30px; }
  #register-page #main .form-panel .form-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #222; }
  #register-page #main .form-panel .form-content {
    padding: 15px 0px; }
  #register-page #main .form-panel .form-title {
    font-size: 24px;
    font-weight: bold;
    color: #222; }
  #register-page #main .form-panel .form-group:nth-child(2n+1) {
    clear: left; }
  #register-page #main .form-panel .form-group .control-label {
    color: #222; }
  #register-page #main .form-panel .form-group .error {
    color: #a94442;
    font-style: italic; }
  #register-page #main .form-panel .form-group.required .control-label:after {
    content: " *";
    color: #a94442; }

#forgot-password-page #main .container {
  max-width: 320px;
  text-align: center;
  padding-top: 50px; }
  #forgot-password-page #main .container .form-title {
    font-size: 20px;
    margin-bottom: 30px; }
  #forgot-password-page #main .container .form-control {
    text-align: center;
    margin-bottom: 15px; }

#forgot-password-page #main .form-group .control-label {
  color: #222; }

#forgot-password-page #main .form-group .error {
  color: #a94442;
  font-style: italic; }

#forgot-password-page #main .form-group.required .control-label:after {
  content: " *";
  color: #a94442; }

#reset-password-page #main .container {
  max-width: 320px;
  text-align: center;
  padding-top: 50px; }
  #reset-password-page #main .container .form-title {
    font-size: 20px;
    margin-bottom: 30px; }
  #reset-password-page #main .container .form-control {
    text-align: center;
    margin-bottom: 15px; }

#reset-password-page #main .form-group .control-label {
  color: #222; }

#reset-password-page #main .form-group .error {
  color: #a94442;
  font-style: italic; }

#reset-password-page #main .form-group.required .control-label:after {
  content: " *";
  color: #a94442; }

.profile-page .sidebar .user .info {
  padding: 15px;
  border-bottom: 1px solid black; }

.profile-page .sidebar .nav {
  margin-top: 15px; }
  .profile-page .sidebar .nav li a {
    padding: 5px 15px; }
  .profile-page .sidebar .nav li.active a {
    font-weight: bold; }

#profile-invoice-detail-page #main .invoice-header {
  padding-bottom: 15px; }
  #profile-invoice-detail-page #main .invoice-header .invoice-title {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 24px; }

#profile-invoice-detail-page #main .status-panel .step {
  text-align: center;
  opacity: 0.2; }
  #profile-invoice-detail-page #main .status-panel .step .cover {
    font-size: 72px; }
  #profile-invoice-detail-page #main .status-panel .step.active {
    opacity: 1; }
  #profile-invoice-detail-page #main .status-panel .step.complete {
    opacity: 0.2; }

#profile-invoice-detail-page #main .status-panel .status-info .title {
  font-size: 24px; }

#profile-invoice-detail-page #main .status-panel .status-info .subtitle {
  color: black;
  font-size: 14px;
  margin-bottom: 15px; }

@media all and (max-width: 991px) {
  #profile-invoice-detail-page #main .status-panel .step .cover {
    font-size: 32px; } }

#profile-invoice-detail-page #main .invoice-info-panel .panel-header .panel-title {
  padding-bottom: 15px;
  border-bottom: 1px solid black; }
  #profile-invoice-detail-page #main .invoice-info-panel .panel-header .panel-title h4 {
    display: inline-block;
    margin: 0px; }

#profile-invoice-detail-page #main .invoice-info-panel .panel-content {
  padding-top: 15px; }

#profile-invoice-detail-page #main .nav {
  margin-bottom: 30px; }

#profile-invoice-detail-page #main #product-option-list {
  border: 1px solid #eee; }
  #profile-invoice-detail-page #main #product-option-list .table {
    border-bottom: 1px solid #eee; }
  #profile-invoice-detail-page #main #product-option-list .model .cover {
    display: block;
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: center; }
  #profile-invoice-detail-page #main #product-option-list .list-footer .row {
    margin-bottom: 10px; }
  #profile-invoice-detail-page #main #product-option-list .list-footer .subtotal .value, #profile-invoice-detail-page #main #product-option-list .list-footer .grandtotal .value, #profile-invoice-detail-page #main #product-option-list .list-footer .discount .value, #profile-invoice-detail-page #main #product-option-list .list-footer .shipping .value {
    text-align: right; }

#profile-invoice-detail-page #main #payment-form .form-header {
  margin-bottom: 30px; }

#profile-invoice-detail-page #main #payment-form .form-control {
  margin-bottom: 15px; }

#profile-settings-page #main .form-content {
  margin-top: 30px; }

#about-us-page #about-us-section {
  line-height: 2.0em; }

#article-list-page #article-list .article {
  margin-bottom: 60px; }
  #article-list-page #article-list .article .overview {
    margin-top: 15px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 15px;
    color: #888; }

#article-detail-page #main-article .meta {
  margin-bottom: 15px; }

#article-detail-page #main-article .content {
  margin-top: 15px;
  border-top: 1px solid #eee;
  padding-top: 15px;
  margin-bottom: 15px;
  color: #888; }
  #article-detail-page #main-article .content img {
    max-width: 100% !important;
    height: auto !important; }

@media all and (max-width: 991px) {
  #article-detail-page #main-article .title {
    font-size: 24px; } }

