/*! CSS Used from: https://custom.co.id/css/bootstrap.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

nav, section {
  display: block
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

b, strong {
  font-weight: bold
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

img {
  border: 0
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

button, input, select {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

button {
  -webkit-appearance: button;
  cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0
}

input {
  line-height: normal
}

input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0
}

legend {
  padding: 0;
  border: 0
}

table {
  border-spacing: 0;
  border-collapse: collapse
}

td, th {
  padding: 0
}

@media print {
  *, *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a, a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  a[href^="#"]:after {
    content: ""
  }

  thead {
    display: table-header-group
  }

  tr, img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }

  .btn>.caret {
    border-top-color: #000 !important
  }

  .table {
    border-collapse: collapse !important
  }

  .table td, .table th {
    background-color: #fff !important
  }
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-usd:before {
  content: "\e148"
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

input, button, select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee
}

[role="button"] {
  cursor: pointer
}

h1, h2, h3, h4, h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

h4, h5 {
  margin-top: 10px;
  margin-bottom: 10px
}

h1 {
  font-size: 36px
}

h2 {
  font-size: 30px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 14px
}

p {
  margin: 0 0 10px
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-uppercase {
  text-transform: uppercase
}

ul {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul {
  margin-bottom: 0
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width:768px) {
  .container {
    width: 750px
  }
}

@media(min-width:992px) {
  .container {
    width: 970px
  }
}

@media(min-width:1200px) {
  .container {
    width: 1170px
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-md-10, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

.col-xs-6 {
  width: 50%
}

.col-xs-4 {
  width: 33.33333333%
}

.col-xs-3 {
  width: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

@media(min-width:768px) {
  .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-8, .col-sm-9, .col-sm-12 {
    float: left
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-5 {
    width: 41.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-2 {
    width: 16.66666667%
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%
  }
}

@media(min-width:992px) {
  .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-9, .col-md-10, .col-md-12 {
    float: left
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-10 {
    width: 83.33333333%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-8 {
    width: 66.66666667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-4 {
    width: 33.33333333%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-2 {
    width: 16.66666667%
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%
  }
}

@media(min-width:1200px) {
  .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-8, .col-lg-9, .col-lg-12 {
    float: left
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-8 {
    width: 66.66666667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-5 {
    width: 41.66666667%
  }

  .col-lg-4 {
    width: 33.33333333%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-2 {
    width: 16.66666667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }
}

table {
  background-color: transparent
}

th {
  text-align: left
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px
}

.table>thead>tr>th, .table>tbody>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}

.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table-condensed>tbody>tr>td {
  padding: 5px
}

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto
}

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }

  .table-responsive>.table {
    margin-bottom: 0
  }

  .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>td {
    white-space: nowrap
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold
}

input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}

input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-group {
  margin-bottom: 15px
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.btn:focus, .btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none
}

.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary:active:hover, .btn-primary:active:focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}

.btn-primary:active {
  background-image: none
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success:active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success:active:hover, .btn-success:active:focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}

.btn-success:active {
  background-image: none
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info:active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info:active:hover, .btn-info:active:focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}

.btn-info:active {
  background-image: none
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning:active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning:active:hover, .btn-warning:active:focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}

.btn-warning:active {
  background-image: none
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger:active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger:active:focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}

.btn-danger:active {
  background-image: none
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0
}

.btn-link, .btn-link:active {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown {
  position: relative
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav>li {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px
}

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: #eee
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media(min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

@media(min-width:768px) {
  .navbar-header {
    float: left
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media(min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-fixed-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0
  }
}

.navbar-fixed-top .navbar-collapse {
  max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

@media(min-width:768px) {
  .navbar-fixed-top {
    border-radius: 0
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

@media(min-width:768px) {
  .navbar-toggle {
    display: none
  }
}

.navbar-nav {
  margin: 7.5px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px
}

@media(min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0
  }

  .navbar-nav>li {
    float: left
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>li>a {
  color: #777
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse {
  border-color: #e7e7e7
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.container:before, .container:after, .row:before, .row:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " "
}

.container:after, .row:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after {
  clear: both
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.hidden {
  display: none !important
}

@media(max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media(min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

@media(min-width:1200px) {
  .hidden-lg {
    display: none !important
  }
}

/*! CSS Used from: https://custom.co.id/css/main-layout.css */
#nav-mob ul li a {
  color: #fff !important;
  text-transform: uppercase
}

#nav-mob nav {
  background: #520f10
}

#nav-mob .logo-position {
  margin-top: 4px;
  margin-left: 10px
}

#nav-mob ul.dropdown-menu li a {
  color: #fff !important;
  text-transform: none;
  background: 0
}

#nav-mob ul.dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.subCatMob {
  background-color: transparent;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

/*! CSS Used from: https://custom.co.id/css/responsive.css */
@media only screen and (max-width:1440px) {
  h1 {
    font-size: 80px
  }
}

@media only screen and (max-width:991px) {
  .shoppingBadge-custom {
    font-size: 12px;
    z-index: 3
  }

  .glyphicon-calendar, .glyphicon-ok-circle, .glyphicon-shopping-cart, .glyphicon-time, .glyphicon-usd {
    margin-bottom: 10px
  }

  #about .about-content {
    width: 20%;
    height: 140px !important
  }
}

@media only screen and (max-width:640px) {
  .glyphicon-calendar, .glyphicon-ok-circle, .glyphicon-shopping-cart, .glyphicon-time, .glyphicon-usd {
    margin-bottom: 10px
  }

  #navigation {
    height: 60px
  }
}

@media only screen and (max-width:480px) {
  .glyphicon-calendar, .glyphicon-ok-circle, .glyphicon-shopping-cart, .glyphicon-time, .glyphicon-usd {
    margin-bottom: 10px
  }

  .shoppingBadge-custom {
    font-size: 12px;
    z-index: 3
  }

  #about .about-content {
    width: 20%;
    min-height: 0
  }

  #about .about-content .top {
    margin: 10px auto 15px
  }
}

@media only screen and (max-width:360px) {
  .glyphicon-calendar, .glyphicon-ok-circle, .glyphicon-shopping-cart, .glyphicon-time, .glyphicon-usd {
    margin-bottom: 10px
  }
}

@media only screen and (min-width:800px) {
  .shoppingBadge-custom {
    position: absolute;
    left: 47px;
    top: 18px;
    font-size: 12px;
    z-index: 3
  }
}

/*! CSS Used from: https://custom.co.id/css/style.css */
::selection {
  background-color: #3c3c3c;
  color: #fff
}

body, html {
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased
}

h1, h2, h3, h4, h5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 100
}

p {
  margin: 0 0 5px
}

.clear {
  clear: both
}

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

.animated {
  visibility: hidden
}

.visible {
  visibility: visible
}

.contain {
  width: 100%;
  position: relative;
  height: auto
}

#home .contain {
  width: 100%;
  position: relative;
  height: 100%
}

.no-padding {
  padding: 0 !important
}

#home {
  width: 100%;
  position: relative
}

#navigation {
  width: 100%;
  position: absolute;
  z-index: 8000;
  background: #520f10;
  color: #fff;
  height: 50px
}

.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.nav-menu {
  height: 100%;
  text-align: right;
  float: left;
  margin-left: 5px;
  margin-right: 5px
}

.nav-main {
  width: 60%;
  float: right
}

.nav-main ul {
  padding: 3px;
  float: right
}

.nav-logo {
  width: 6%;
  padding: 6px
}

.nav-lang {
  width: 3%
}

.nav-cat {
  width: 9%;
  padding-top: 12px
}

.nav-main ul li {
  list-style: none;
  display: block;
  float: left
}

.nav-main ul li a {
  font-size: 1.12em
}

li.order {
  position: relative;
  display: inline;
  list-style: none
}

li.order:hover>ul {
  display: block
}

li.order ul {
  list-style: none;
  position: absolute;
  background-color: #520f10;
  display: none
}

li.order ul li {
  padding: 10px;
  border-bottom: 1px dotted #b15658;
  text-align: left;
  width: 145px;
  display: inline-block;
  position: relative
}

li.order ul li:hover {
  background-color: #eee
}

li.order ul li:hover>a {
  color: #e70000 !important;
  transition: background .3s ease
}

li.order ul li a {
  text-decoration: none
}

ul.language {
  position: relative;
  display: inline-block;
  top: 15px;
  float: left
}

ul.language li {
  height: 24px
}

ul.language ul {
  top: 20px;
  left: -9px;
  list-style: none;
  position: absolute;
  background-color: #520f10;
  display: none
}

ul.language ul li {
  padding: 10px;
  border-bottom: 1px dotted #b15658;
  text-align: left;
  width: 70px;
  height: 45px
}

ul.language>li:hover ul {
  display: block
}

ul.language img {
  width: 30px
}

.nav-menu a:hover {
  color: #e70000
}

.dropdown-menu {
  border: 1px;
  border-top: 2px solid #373737;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

#about {
  background: #fff;
  padding: 0;
  top: 0
}

#about .about-content {
  width: 20%;
  height: auto;
  background: #1c1c1c;
  float: left;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

#about .about-content .icon {
  text-align: center;
  margin: 19px 16px
}

#about .about-content .top {
  width: 50px;
  height: 50px;
  background: 0;
  border: 2px solid #464646;
  border-radius: 100px;
  padding: 20px 0;
  position: relative;
  top: 5px;
  color: #fff;
  border: 2px solid #fff
}

#about .about-content .top:after {
  position: absolute;
  background: 0;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s
}

#features {
  height: auto;
  margin-top: 10px
}

.tab-pane {
  border: 1px solid #eee;
  font-size: 15px;
  font-weight: 300;
  color: #8f8f8f
}

#step-order {
  min-height: 150px;
  margin: 0;
  background: #fff
}

#portfolio {
  font-weight: 300
}

.works {
  position: relative;
  height: auto
}

#prices {
  background-color: #d3d3d3;
  margin-top: 5px
}

#footer {
  background: #520f10
}

.footer {
  padding: 30px 0;
  color: #fff;
  margin-top: 30px
}

.footer a {
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s
}

.footer-text {
  margin: 10px 0 0 0;
  color: #868686;
  font-size: 15px;
  font-weight: 300
}

.footer-text a {
  color: #fff
}

.footer a:hover {
  color: #545454
}

.footer a:hover i {
  color: #545454
}

@media only screen and (min-width:768px) and (max-width:1080px) {
  .nav-logo {
    width: 8%
  }

  .nav-cat {
    width: 13%
  }

  .nav-menu {
    font-size: smaller
  }

  .nav-main {
    width: 60%
  }
}

.nav-menu.nav-cat {
  margin-left: 0;
  margin-right: 0;
  width: 250px;
  text-align: left;
  background: #720404
}

.img-call {
  height: 40px
}

#call {
  position: fixed;
  bottom: 0;
  z-index: 100;
  bottom: 10px;
  width: 100%;
  text-align: center
}

/*! CSS Used from: https://custom.co.id/css/custom-order.css */
.fieldset {
  height: auto;
  padding: 25px 10px 25px 10px;
  border-radius: 5px;
  border: 1px solid #5bc0de;
  margin: 14px
}

.fieldset legend {
  padding: .2em .5em;
  text-align: left;
  padding: 10px;
  width: auto;
  margin: 10px;
  border: 1px solid #5bc0de
}

#listupload {
  padding: 5px 30px 15px 30px
}

.img-preview {
  height: 146px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat
}

@media only screen and (max-width:450px) {
  .img-preview {
    height: 100px
  }
}

table.table>tbody td {
  vertical-align: middle
}

table.table>thead th {
  text-align: center
}

table.table>tbody tr {
  text-align: center
}

.tab-pane {
  border: 0
}

/*! CSS Used from: https://custom.co.id/css/font-awesome.css */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-2x {
  font-size: 2em
}

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-right {
  margin-left: .3em
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-instagram:before {
  content: "\f16d"
}

/*! CSS Used from: https://custom.co.id/css/gallery-style.css */
#portfolio {
  padding-bottom: 0
}

.title-gallery {
  text-align: center
}

.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}

/*! CSS Used from: https://custom.co.id/css/style_newcustom.css */
.logo-position {
  top: 4px
}

.login-hover {
  padding: 15px;
  min-width: 255px;
  color: #fff;
  background: #520f10;
  height: 310;
  position: absolute;
  left: -155
}

.login-link {
  color: #01a1dc !important;
  display: -webkit-inline-box !important
}

.logout-btn {
  padding: 10px;
  text-decoration: none
}

.envelope-position {
  text-align: center;
  font-size: 30px
}

.row-terms {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  background-color: #900
}

.row-terms p {
  color: #fff
}

.row-terms a {
  color: #337ab7
}

.article-wrapper {
  margin-left: 15px;
  margin-right: 15px;
  position: relative
}

.footnote {
  background-color: #720404;
  color: #fff
}

.glyphicon-time {
  font-size: 0
}

@media only screen and (max-width:991px) {
  .icon-benefit {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2
  }

  #home {
    height: auto
  }
}

@media only screen and (min-width:992px) {
  .icon-benefit {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: #1c1c1c
  }

  #home {
    height: 440px
  }
}

.icon-time {
  background: #1c1c1c
}

.table {
  border-bottom: 0 !important;
  color: black
}

.table td, .table th {
  border: 1px !important
}

.effect-7 {
  position: relative;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(255, 255, 255, .1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(255, 255, 255, .1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(255, 255, 255, .1) inset
}

.effect-7:before {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, .8);
  -moz-box-shadow: 0 0 20px rgba(255, 255, 255, .8);
  box-shadow: 0 0 20px rgba(255, 255, 255, .8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px/10px;
  border-radius: 100px/10px
}

.effect-7:after {
  right: 10px;
  left: auto;
  -webkit-transform: skew(8deg) rotate(3deg);
  -moz-transform: skew(8deg) rotate(3deg);
  -ms-transform: skew(8deg) rotate(3deg);
  -o-transform: skew(8deg) rotate(3deg);
  transform: skew(8deg) rotate(3deg)
}

.slider-container .slider-controls a {
  position: absolute;
  top: 50%;
  z-index: 100;
  color: #333;
  opacity: .5
}

.slider-container .newproduct-controls a {
  position: absolute;
  top: 55%;
  z-index: 100;
  color: #333;
  opacity: .5
}

.slider-container .item img {
  display: block;
  width: 100%
}

.owl-controls {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0
}

.owl-prev {
  font-size: 50px;
  opacity: .7;
  float: left !important
}

.owl-next {
  font-size: 50px;
  opacity: .7;
  float: right !important
}

body, html {
  height: 100%
}

.slider-container .slider-controls a.slider-left {
  left: 15px
}

.slider-container .slider-controls a.slider-right {
  right: 15px
}

.slider-container .newproduct-controls a.newproduct-left {
  left: 0
}

.slider-container .newproduct-controls a.newproduct-right {
  right: 0
}

.slider-container .price-controls a.price-left {
  left: 0;
  top: 50%
}

.slider-container .price-controls a.price-right {
  right: 0;
  top: 50%
}

.price-left {
  font-size: 25px
}

.price-right {
  font-size: 25px
}

.banner-button {
  display: none;
  position: absolute !important;
  bottom: 1em;
  width: 100%;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  border-radius: 4px;
  overflow: hidden
}

.button-custom {
  text-align: center;
  padding: 20px 0 10px 0;
  background: rgba(255, 0, 0, .5);
  margin-left: -60px;
  margin-right: 60px;
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg)
}

.button-template {
  text-align: center;
  padding: 20px 0 10px 0;
  background: rgba(70, 221, 225, .5);
  transform-origin: bottom left;
  -ms-transform: skew(-30deg, 0deg);
  -webkit-transform: skew(-30deg, 0deg);
  transform: skew(-30deg, 0deg)
}

.banner-button a {
  color: #fff;
  text-decoration: none;
  outline: 0
}

.banner-button a:hover, .button-custom:hover, .button-template:hover {
  color: #000;
  background: rgba(255, 225, 255, 1);
  text-decoration: none;
  outline: 0;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.skew-font {
  transform-origin: bottom left;
  -ms-transform: skew(30deg, 0deg);
  -webkit-transform: skew(30deg, 0deg);
  transform: skew(30deg, 0deg)
}

@media only screen and (min-width:768px) and (max-width:1080px) {
  .skew-font #skew-font-title {
    font-size: 25px
  }
}

.section-accordion {
  text-align: center;
  background-repeat: no-repeat;
  height: 50px;
  background-size: cover;
  background-position: bottom
}

.item-price {
  background-color: #e4e4e4
}

.th-size {
  vertical-align: middle;
  text-align: center;
  font-size: 25px;
  width: 10%
}

.th-neo-pigment {
  text-align: center;
  background-color: #1d3f85
}

.th-neo-plus-white {
  text-align: center;
  background-color: #01aced
}

.th-rubber {
  text-align: center;
  background-color: #e26e24
}

.font-weight-600 {
  font-weight: 600
}

.table-price thead th {
  text-align: center
}

.table-price tbody tr {
  text-align: center
}

.table-price .th-size {
  vertical-align: middle
}

.slider-container .price-controls a {
  position: absolute;
  top: 50%;
  z-index: 100;
  color: #333;
  opacity: .5
}

@media only screen and (max-width:410px) {
  .item-price {
    padding: 0
  }

  .table-price .th-size {
    font-size: 22px
  }

  .th-neo-pigment {
    font-size: 13px
  }

  .th-neo-plus-white {
    font-size: 13px
  }

  .th-rubber {
    font-size: 13px
  }

  .table-price thead tr:nth-child(2) th {
    font-size: 15px
  }

  .table-price tbody tr td {
    font-size: 13px
  }

  .slider-container .newproduct-controls a {
    position: absolute;
    top: 50%;
    z-index: 100;
    color: #333
  }

  .slider-container .slider-controls a {
    position: absolute;
    top: 55%;
    z-index: 100;
    color: #333
  }
}

.margin-auto {
  margin-left: auto;
  margin-right: auto
}

.bannertext {
  text-align: center;
  color: #fff
}

.banner-template-design {
  margin-top: 5px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2000;
  max-height: 250px;
  display: none
}

.banner-template-position {
  margin-top: -2%;
  padding: 10px
}

.banner-template-position a {
  text-decoration: none
}

.banner-mobile-button {
  border: 3px solid #fff;
  padding: 10px;
  color: #fff;
  display: none
}

.banner-mobile-text h1 {
  font-size: 18px
}

.banner-mobile-text h2 {
  font-size: 18px
}

.banner-mobile-button:hover {
  color: #000;
  background: rgba(255, 225, 255, 1);
  text-decoration: none;
  outline: 0;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.banner-mobile-text {
  color: #fff;
  padding-top: 10px
}

.max-height-230 {
  max-height: 200px
}

@media only screen and (min-width:500px) and (max-width:767px) {
  .banner-template-position {
    margin-top: 0
  }
}

.nopadding {
  padding: 0
}

.prices table thead tr:nth-child(odd) {
  background-color: #bfbfbf
}

.prices table thead tr:nth-child(even) {
  background-color: #fff
}

.prices table tbody tr:nth-child(odd) {
  background-color: #bfbfbf
}

.prices table tbody tr:nth-child(even) {
  background-color: #fff
}

.table-price-font tbody tr td {
  color: #030700;
  text-align: center
}

#table-price-thead-size {
  vertical-align: middle;
  text-align: center;
  font-size: 19px
}

#table-price-tbody-size {
  text-align: center;
  font-weight: 600;
  white-space: nowrap
}

.thead-size-font th {
  text-align: center;
  font-weight: 600;
  width: 10%
}

.item-price table tbody tr td {
  color: #fff
}

.item-price table tbody tr:nth-child(odd) {
  background-color: #7f7f7f
}

.item-price table tbody tr:nth-child(even) {
  background-color: #3f4040
}

#thead-mobile-size {
  background-color: #3f4040;
  color: #fff
}

.header-font {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase
}

#table-price-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase
}

.table-price-ods-bg {
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px
}

.font-weight-600 {
  font-weight: 600
}

.price-font-size {
  font-size: 24px
}

@media only screen and (min-width:869px) and (max-width:1132px) {
  .price-font-size {
    font-size: 18px
  }

  #table-price-title {
    font-size: 25px
  }
}

@media only screen and (min-width:768px) and (max-width:868px) {
  .price-font-size {
    font-size: 15px
  }

  #table-price-title {
    font-size: 20px
  }
}

@media only screen and (min-width:768px) {
  .gallery-style {
    margin-left: 20px;
    margin-right: 20px;
    position: relative
  }

  .slider-container .newproduct-controls a.newproduct-left {
    left: 0
  }

  .slider-container .newproduct-controls a.newproduct-right {
    right: 0
  }
}

@media only screen and (max-width:811px) {
  .thead-size-font th {
    font-size: 14px
  }

  #table-price-tbody-size {
    font-size: 14px
  }
}

.penjelasan-spek {
  text-align: justify
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .penjelasan-spek p {
    font-size: 1.5vw
  }
}

@media only screen and (min-width:992px) {
  .penjelasan-spek p {
    font-size: 1.1vw
  }
}

.banner-home-container {
  text-align: center;
  color: #fff;
  position: relative;
  top: 35%
}

#banner-home-h1 h1 {
  font-size: 28px;
  margin-left: auto;
  margin-right: auto
}

#banner-home-h2 h2 {
  font-size: 24px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 200
}

#skew-font-title {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400
}

#skew-font-subtitle {
  font-weight: 200
}

.margin-left {
  margin-left: 60px
}

.banner-mobile-button-text {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600
}

.padding-bottom-5 {
  padding-bottom: 5px
}

.icon-usd-size i {
  font-size: 25px;
  top: -8px
}

.icon-time-size i {
  font-size: 25px;
  top: -8px
}

.icon-calendar-size i {
  font-size: 25px;
  top: -8px;
  width: 2em
}

.icon-cart-size i {
  font-size: 25px;
  top: -8px
}

.icon-circle-size i {
  top: -12px;
  font-size: 30px
}

.width-120 {
  width: 120px
}

.width-125 {
  width: 125px
}

.width-150 {
  width: 150px
}

.step-order-container {
  padding-top: 10px;
  padding-bottom: 10px
}

.text-center {
  text-align: center
}

.title-langkah-order {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase
}

.margin-bottom-10 {
  margin-bottom: 10px
}

.padding-left-0 {
  padding-left: 0
}

.biaya-tambahan-container-mobile {
  padding: 5px 0 5px 0
}

.biaya-tambahan-content-mobile {
  font-size: 17px;
  margin-bottom: 10px
}

.biaya-model {
  background-color: #292929;
  color: #fff
}

.biaya-ods-content {
  background-color: #720404;
  color: #fff;
  padding: 5px
}

.top-15 {
  top: 15px
}

.box-ods-right {
  background-color: #720405;
  width: auto;
  padding: 5px
}

.box-perubahan-harga {
  padding-bottom: 20px
}

.text-right {
  text-align: right
}

.slider-title-bg-mobile {
  background-color: #660c0c;
  padding: 15px 0 15px 0
}

.slider-title-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 23px
}

.slider-desktop-bg {
  background: #e4e4e4
}

.margin-top-20 {
  margin-top: 20px
}

.margin-top-10 {
  margin-top: 10px
}

.spek-title {
  font-size: 30px;
  font-weight: 700;
  color: #520f10
}

.padding-top-10 {
  padding-top: 10px
}

.padding-top-20 {
  padding-top: 20px
}

.term-condition-title {
  font-size: 25px !important;
  text-transform: uppercase
}

.tc-grid-1 {
  column-count: 3;
  max-heigt: 680;
  text-align: justify;
  margin-top: 10px
}

.img-icon-tc {
  width: 40px;
  height: 40px
}

.tc span {
  font-size: 18px
}

.img-icon-tc {
  width: 40px !important;
  height: 40px !important
}

.list-tc {
  padding-left: 15px;
  list-style: disc
}

.text-justify {
  text-align: justify
}

.tc-grid-2 {
  column-count: 2;
  max-heigt: 680;
  text-align: justify;
  margin-top: 10px
}

.slider-mobile-bg {
  background-color: #fff;
  padding-top: 20px
}

.panel-title {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase
}

.title-gallery {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase
}

.form-margin {
  margin: 0
}

.center {
  text-align: center
}

.text-decoration-none a {
  text-decoration: none !important
}

.pointer {
  cursor: pointer
}

.category-list {
  height: 40px
}

.desk-nav-size {
  font-size: 5em
}

.banner-mobile-text h1 {
  font-size: 18px
}

.banner-mobile-text h2 {
  font-size: 18px
}

.detail-fabric hr {
  border-top: 3px solid #c2c2c2
}

.fabric-mobile-header {
  font-size: 7vw
}

.fabric-mobile-wrapper {
  padding-top: 15px;
  padding-bottom: 15px
}

.price-head {
  margin-bottom: 15px
}

.max-width-200 {
  max-width: 200px
}

.penjelasan-spek {
  padding-left: 40px
}

.price-head {
  margin-bottom: 15px
}

.img-main {
  max-width: 260px
}

.preview-fabric a img {
  width: 80vh
}

.icon-smaller {
  font-size: 12px
}

#slider-features .item img {
  display: block;
  top: 1px;
  left: 9px
}

#slider-features-mobile .item-features-mobile .content-slider img {
  display: block
}

.glyphicon-star {
  color: #e2db1a
}

.penjelasan-spek {
  padding-left: 40px
}

.padding-left-40 {
  padding-left: 40px
}

.max-width-200 {
  max-width: 200px
}

.gallery-title {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background-color: #323232;
  opacity: .9;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px
}

#banner-home-h1 h1 {
  font-weight: 700
}

#banner-home-h2 h2 {
  text-transform: lowercase;
  margin-top: 0
}

#banner-home-h1 {
  padding-top: 0
}

.banner-mobile-text h1 {
  font-weight: 700
}

.banner-mobile-text h2 {
  text-transform: lowercase
}

#simulator-fp {
  margin-bottom: 10px
}

#portfolio {
  margin-top: 20px
}

.nav>li>a:hover {
  background-color: #fff
}

.fabric-mobile-info {
  text-align: justify
}

.fabric-mobile-info img {
  height: 85px !important;
  width: 85px !important;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px
}

.fabric-mobile-info h3 {
  margin-top: 0
}

.biaya-model {
  padding: 5px
}

@media only screen and (max-width:767px) {
  h2 {
    font-size: 16px !important
  }
}

.item-features-mobile {
  width: 100%;
  height: auto;
  background: #e4e4e4
}

.slider-mob-nav {
  font-size: 30px
}

@media only screen and (max-width:400px) {
  .dropbox-dropin-btn {
    height: 13px
  }
}

.page .row {
  margin: 15px 0
}

#faq .panel-title {
  display: none
}

.art p {
  font-size: 11px;
  margin-bottom: 0
}

/*! CSS Used from: https://custom.co.id/css/owl.carousel2.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d
}

/*! CSS Used from: https://custom.co.id/css/category-main.css */
#category-nav li a {
  text-decoration: none;
  text-transform: uppercase
}

.levelTwo {
  background-color: #520f10;
  width: 250px;
  top: 10px;
  left: 0
}

.levelTwo li {
  padding: 8px;
  border-bottom: 1px dotted #b15658;
  text-align: left
}

.levelTwo .levelThree li:last-child {
  border-bottom: 0
}

.levelThree li:last-child {
  box-shadow: 4px 4px 6px 0 #000
}

.levelTwo li a {
  text-align: center;
  font-size: 1.1em
}

.levelThree li {
  background-color: #3a0c0d;
  width: 820px;
  overflow-y: auto;
  max-height: 845px;
  min-height: 590px;
  overflow-x: hidden
}

.levelThree li.women {
  overflow-y: auto;
  height: 600px
}

.levelThree span {
  white-space: nowrap;
  font-size: .7em
}

.levelTwo>li:hover {
  margin: 0
}

.list-c {
  margin: 0;
  height: 140px
}

.levelThree li::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #f5f5f5
}

.levelThree li::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5
}

.levelThree li::-webkit-scrollbar-thumb {
  background-color: #000
}

.dropdown {
  position: relative;
  display: inline-block
}

.work-hour td {
  vertical-align: middle;
  color: #fff
}

.alamat {
  color: #fff
}

#navigation ul li a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, .8), 1px 1px 0 rgba(255, 255, 255, .3)
}

#nav-mob ul li a {
  color: #000
}

ul {
  list-style: none
}

nav>ul>li>ul {
  position: relative;
  display: none
}

nav>ul>li>ul>li>ul {
  position: absolute;
  left: 100%;
  width: 140px;
  top: 0;
  display: none;
  z-index: 2
}

nav>ul>li:hover>ul, nav>ul>li>ul>li:hover>ul {
  display: block;
  z-index: 10000
}

.btn-kategori {
  background-color: #520f10;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  border: 1px solid transparent;
  padding: 5px;
  text-transform: uppercase;
  font-size: large
}

.cabang-active {
  background-color: #e62e00;
  padding: 5px
}

.cabang {
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px
}

.no-padding {
  padding: 0
}

.nav>li>a:hover {
  color: #e70000 !important;
  transition: background .3s ease
}

/*! CSS Used from: https://custom.co.id/css/banner-style.css */
.banner-desk {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2000
}

.banner-mob {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2000;
  max-height: 150px
}

.b-jilbab.lazy-background.visible {
  background-image: url(https://s3-ap-southeast-1.amazonaws.com/imagescustom/product/women-fashion/hijab/banner/banner-hijab.jpg)
}
.b-jilbab-mobile.lazy-background.visible {
  background-image: url(https://s3-ap-southeast-1.amazonaws.com/imagescustom/product/women-fashion/hijab/banner/banner-hijab-mobile.jpg)
}
/*! CSS Used from: Embedded */
.dropbox-dropin-btn, .dropbox-dropin-btn:link, .dropbox-dropin-btn:hover {
  display: inline-block;
  height: 14px;
  font-family: "Lucida Grande", "Segoe UI", "Tahoma", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #636363;
  text-decoration: none;
  padding: 1px 7px 5px 3px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  border-bottom-color: #d4d4d4;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc 0, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, #fcfcfc 0, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fcfcfc 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f5f5', GradientType=0)
}

.dropbox-dropin-default:hover {
  border-color: #dedede;
  border-bottom-color: #cacaca;
  background: #fdfdfd;
  background: -moz-linear-gradient(top, #fdfdfd 0, #f5f5f5 100%);
  background: -webkit-linear-gradient(top, #fdfdfd 0, #f5f5f5 100%);
  background: linear-gradient(to bottom, #fdfdfd 0, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f5f5f5', GradientType=0)
}

.dropbox-dropin-default:active {
  border-color: #d1d1d1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1)
}

.dropbox-dropin-btn .dropin-btn-status {
  display: inline-block;
  width: 15px;
  height: 14px;
  vertical-align: bottom;
  margin: 0 5px 0 2px;
  background: transparent url(https://www.dropbox.com/static/images/widgets/dbx-saver-status.png) no-repeat;
  position: relative;
  top: 2px
}

.dropbox-dropin-default .dropin-btn-status {
  background-position: 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio:1.4) {
  .dropbox-dropin-btn .dropin-btn-status {
    background-image: url(https://www.dropbox.com/static/images/widgets/dbx-saver-status-2x.png);
    background-size: 60px 14px;
    -webkit-background-size: 60px 14px
  }
}

.dropbox-dropin-btn {
  line-height: 11px !important;
  text-decoration: none !important;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important
}

/*! CSS Used from: Embedded */
.howto:hover {
  background-color: #eceaea63
}

/*! CSS Used from: Embedded */
@media screen and (max-width:991px) {
  .button-order {
    text-align: center
  }
}

@media screen and (min-width:992px) {
  .button-order #addnewdesign, .button-order #addcart {
    float: right;
    margin-right: 10px
  }
}

@media screen and (max-width:480px) {
  .button-order #addnewdesign, .button-order #addcart {
    margin-bottom: 10px
  }
}

.button-order a {
  color: white;
  text-decoration: none
}

.button-order #addcart i {
  margin: 0
}

/*! CSS Used fontfaces */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('https://custom.co.id/fonts/glyphicons-halflings-regular.eot');
  font-display: block;
  src: url('https://custom.co.id/fonts/glyphicons-halflings-regular.eot#iefix') format('embedded-opentype'), url('https://custom.co.id/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://custom.co.id/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://custom.co.id/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://custom.co.id/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19-7DRs5.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19a7DRs5.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-1967DRs5.woff2) format('woff2');
  unicode-range: U+1F00-1FFF
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19G7DRs5.woff2) format('woff2');
  unicode-range: U+0370-03FF
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-1927DRs5.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v17/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
  font-family: FontAwesome;
  font-display: block;
  src: url(https://custom.co.id/fonts/fontawesome-webfont.eot?v=4.0.3);
  src: url(https://custom.co.id/fonts/fontawesome-webfont.eot#iefix&v=4.0.3) format('embedded-opentype'), url(https://custom.co.id/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(https://custom.co.id/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(https://custom.co.id/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal
}
