.product-layout .col-tn-12 {
  width: 100%;
}
@media (min-width: 460px) {
  .product-layout .col-xs-1,
  .product-layout .col-xs-2,
  .product-layout .col-xs-3,
  .product-layout .col-xs-4,
  .product-layout .col-xs-5,
  .product-layout .col-xs-6,
  .product-layout .col-xs-7,
  .product-layout .col-xs-8,
  .product-layout .col-xs-9,
  .product-layout .col-xs-10,
  .product-layout .col-xs-11,
  .product-layout .col-xs-12 {
    float: left;
  }
  .product-layout .col-xs-12 {
    width: 100%;
  }
  .product-layout .col-xs-11 {
    width: 91.66666667%;
  }
  .product-layout .col-xs-10 {
    width: 83.33333333%;
  }
  .product-layout .col-xs-9 {
    width: 75%;
  }
  .product-layout .col-xs-8 {
    width: 66.66666667%;
  }
  .product-layout .col-xs-7 {
    width: 58.33333333%;
  }
  .product-layout .col-xs-6 {
    width: 50%;
  }
  .product-layout .col-xs-5 {
    width: 41.66666667%;
  }
  .product-layout .col-xs-4 {
    width: 33.33333333%;
  }
  .product-layout .col-xs-3 {
    width: 25%;
  }
  .product-layout .col-xs-2 {
    width: 16.66666667%;
  }
  .product-layout .col-xs-1 {
    width: 8.33333333%;
  }
  .product-layout .col-xs-pull-12 {
    right: 100%;
  }
  .product-layout .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .product-layout .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .product-layout .col-xs-pull-9 {
    right: 75%;
  }
  .product-layout .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .product-layout .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .product-layout .col-xs-pull-6 {
    right: 50%;
  }
  .product-layout .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .product-layout .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .product-layout .col-xs-pull-3 {
    right: 25%;
  }
  .product-layout .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .product-layout .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .product-layout .col-xs-pull-0 {
    right: auto;
  }
  .product-layout .col-xs-push-12 {
    left: 100%;
  }
  .product-layout .col-xs-push-11 {
    left: 91.66666667%;
  }
  .product-layout .col-xs-push-10 {
    left: 83.33333333%;
  }
  .product-layout .col-xs-push-9 {
    left: 75%;
  }
  .product-layout .col-xs-push-8 {
    left: 66.66666667%;
  }
  .product-layout .col-xs-push-7 {
    left: 58.33333333%;
  }
  .product-layout .col-xs-push-6 {
    left: 50%;
  }
  .product-layout .col-xs-push-5 {
    left: 41.66666667%;
  }
  .product-layout .col-xs-push-4 {
    left: 33.33333333%;
  }
  .product-layout .col-xs-push-3 {
    left: 25%;
  }
  .product-layout .col-xs-push-2 {
    left: 16.66666667%;
  }
  .product-layout .col-xs-push-1 {
    left: 8.33333333%;
  }
  .product-layout .col-xs-push-0 {
    left: auto;
  }
  .product-layout .col-xs-offset-12 {
    margin-left: 100%;
  }
  .product-layout .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .product-layout .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .product-layout .col-xs-offset-9 {
    margin-left: 75%;
  }
  .product-layout .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .product-layout .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .product-layout .col-xs-offset-6 {
    margin-left: 50%;
  }
  .product-layout .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .product-layout .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .product-layout .col-xs-offset-3 {
    margin-left: 25%;
  }
  .product-layout .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .product-layout .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .product-layout .col-xs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .product-layout .col-sm-1,
  .product-layout .col-sm-2,
  .product-layout .col-sm-3,
  .product-layout .col-sm-4,
  .product-layout .col-sm-5,
  .product-layout .col-sm-6,
  .product-layout .col-sm-7,
  .product-layout .col-sm-8,
  .product-layout .col-sm-9,
  .product-layout .col-sm-10,
  .product-layout .col-sm-11,
  .product-layout .col-sm-12 {
    float: left;
  }
  .product-layout .col-sm-12 {
    width: 100%;
  }
  .product-layout .col-sm-11 {
    width: 91.66666667%;
  }
  .product-layout .col-sm-10 {
    width: 83.33333333%;
  }
  .product-layout .col-sm-9 {
    width: 75%;
  }
  .product-layout .col-sm-8 {
    width: 66.66666667%;
  }
  .product-layout .col-sm-7 {
    width: 58.33333333%;
  }
  .product-layout .col-sm-6 {
    width: 50%;
  }
  .product-layout .col-sm-5 {
    width: 41.66666667%;
  }
  .product-layout .col-sm-4 {
    width: 33.33333333%;
  }
  .product-layout .col-sm-3 {
    width: 25%;
  }
  .product-layout .col-sm-2 {
    width: 16.66666667%;
  }
  .product-layout .col-sm-1 {
    width: 8.33333333%;
  }
  .product-layout .col-sm-pull-12 {
    right: 100%;
  }
  .product-layout .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .product-layout .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .product-layout .col-sm-pull-9 {
    right: 75%;
  }
  .product-layout .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .product-layout .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .product-layout .col-sm-pull-6 {
    right: 50%;
  }
  .product-layout .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .product-layout .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .product-layout .col-sm-pull-3 {
    right: 25%;
  }
  .product-layout .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .product-layout .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .product-layout .col-sm-pull-0 {
    right: auto;
  }
  .product-layout .col-sm-push-12 {
    left: 100%;
  }
  .product-layout .col-sm-push-11 {
    left: 91.66666667%;
  }
  .product-layout .col-sm-push-10 {
    left: 83.33333333%;
  }
  .product-layout .col-sm-push-9 {
    left: 75%;
  }
  .product-layout .col-sm-push-8 {
    left: 66.66666667%;
  }
  .product-layout .col-sm-push-7 {
    left: 58.33333333%;
  }
  .product-layout .col-sm-push-6 {
    left: 50%;
  }
  .product-layout .col-sm-push-5 {
    left: 41.66666667%;
  }
  .product-layout .col-sm-push-4 {
    left: 33.33333333%;
  }
  .product-layout .col-sm-push-3 {
    left: 25%;
  }
  .product-layout .col-sm-push-2 {
    left: 16.66666667%;
  }
  .product-layout .col-sm-push-1 {
    left: 8.33333333%;
  }
  .product-layout .col-sm-push-0 {
    left: auto;
  }
  .product-layout .col-sm-offset-12 {
    margin-left: 100%;
  }
  .product-layout .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .product-layout .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .product-layout .col-sm-offset-9 {
    margin-left: 75%;
  }
  .product-layout .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .product-layout .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .product-layout .col-sm-offset-6 {
    margin-left: 50%;
  }
  .product-layout .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .product-layout .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .product-layout .col-sm-offset-3 {
    margin-left: 25%;
  }
  .product-layout .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .product-layout .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .product-layout .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .product-layout .col-md-1,
  .product-layout .col-md-2,
  .product-layout .col-md-3,
  .product-layout .col-md-4,
  .product-layout .col-md-5,
  .product-layout .col-md-6,
  .product-layout .col-md-7,
  .product-layout .col-md-8,
  .product-layout .col-md-9,
  .product-layout .col-md-10,
  .product-layout .col-md-11,
  .product-layout .col-md-12 {
    float: left;
  }
  .product-layout .col-md-12 {
    width: 100%;
  }
  .product-layout .col-md-11 {
    width: 91.66666667%;
  }
  .product-layout .col-md-10 {
    width: 83.33333333%;
  }
  .product-layout .col-md-9 {
    width: 75%;
  }
  .product-layout .col-md-8 {
    width: 66.66666667%;
  }
  .product-layout .col-md-7 {
    width: 58.33333333%;
  }
  .product-layout .col-md-6 {
    width: 50%;
  }
  .product-layout .col-md-5 {
    width: 41.66666667%;
  }
  .product-layout .col-md-4 {
    width: 33.33333333%;
  }
  .product-layout .col-md-3 {
    width: 25%;
  }
  .product-layout .col-md-2 {
    width: 16.66666667%;
  }
  .product-layout .col-md-1 {
    width: 8.33333333%;
  }
  .product-layout .col-md-pull-12 {
    right: 100%;
  }
  .product-layout .col-md-pull-11 {
    right: 91.66666667%;
  }
  .product-layout .col-md-pull-10 {
    right: 83.33333333%;
  }
  .product-layout .col-md-pull-9 {
    right: 75%;
  }
  .product-layout .col-md-pull-8 {
    right: 66.66666667%;
  }
  .product-layout .col-md-pull-7 {
    right: 58.33333333%;
  }
  .product-layout .col-md-pull-6 {
    right: 50%;
  }
  .product-layout .col-md-pull-5 {
    right: 41.66666667%;
  }
  .product-layout .col-md-pull-4 {
    right: 33.33333333%;
  }
  .product-layout .col-md-pull-3 {
    right: 25%;
  }
  .product-layout .col-md-pull-2 {
    right: 16.66666667%;
  }
  .product-layout .col-md-pull-1 {
    right: 8.33333333%;
  }
  .product-layout .col-md-pull-0 {
    right: auto;
  }
  .product-layout .col-md-push-12 {
    left: 100%;
  }
  .product-layout .col-md-push-11 {
    left: 91.66666667%;
  }
  .product-layout .col-md-push-10 {
    left: 83.33333333%;
  }
  .product-layout .col-md-push-9 {
    left: 75%;
  }
  .product-layout .col-md-push-8 {
    left: 66.66666667%;
  }
  .product-layout .col-md-push-7 {
    left: 58.33333333%;
  }
  .product-layout .col-md-push-6 {
    left: 50%;
  }
  .product-layout .col-md-push-5 {
    left: 41.66666667%;
  }
  .product-layout .col-md-push-4 {
    left: 33.33333333%;
  }
  .product-layout .col-md-push-3 {
    left: 25%;
  }
  .product-layout .col-md-push-2 {
    left: 16.66666667%;
  }
  .product-layout .col-md-push-1 {
    left: 8.33333333%;
  }
  .product-layout .col-md-push-0 {
    left: auto;
  }
  .product-layout .col-md-offset-12 {
    margin-left: 100%;
  }
  .product-layout .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .product-layout .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .product-layout .col-md-offset-9 {
    margin-left: 75%;
  }
  .product-layout .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .product-layout .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .product-layout .col-md-offset-6 {
    margin-left: 50%;
  }
  .product-layout .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .product-layout .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .product-layout .col-md-offset-3 {
    margin-left: 25%;
  }
  .product-layout .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .product-layout .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .product-layout .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .product-layout .col-lg-1,
  .product-layout .col-lg-2,
  .product-layout .col-lg-3,
  .product-layout .col-lg-4,
  .product-layout .col-lg-5,
  .product-layout .col-lg-6,
  .product-layout .col-lg-7,
  .product-layout .col-lg-8,
  .product-layout .col-lg-9,
  .product-layout .col-lg-10,
  .product-layout .col-lg-11,
  .product-layout .col-lg-12 {
    float: left;
  }
  .product-layout .col-lg-12 {
    width: 100%;
  }
  .product-layout .col-lg-11 {
    width: 91.66666667%;
  }
  .product-layout .col-lg-10 {
    width: 83.33333333%;
  }
  .product-layout .col-lg-9 {
    width: 75%;
  }
  .product-layout .col-lg-8 {
    width: 66.66666667%;
  }
  .product-layout .col-lg-7 {
    width: 58.33333333%;
  }
  .product-layout .col-lg-6 {
    width: 50%;
  }
  .product-layout .col-lg-5 {
    width: 41.66666667%;
  }
  .product-layout .col-lg-4 {
    width: 33.33333333%;
  }
  .product-layout .col-lg-3 {
    width: 20%;
  }
  .product-layout .col-lg-2 {
    width: 16.66666667%;
  }
  .product-layout .col-lg-1 {
    width: 8.33333333%;
  }
  .product-layout .col-lg-pull-12 {
    right: 100%;
  }
  .product-layout .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .product-layout .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .product-layout .col-lg-pull-9 {
    right: 75%;
  }
  .product-layout .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .product-layout .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .product-layout .col-lg-pull-6 {
    right: 50%;
  }
  .product-layout .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .product-layout .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .product-layout .col-lg-pull-3 {
    right: 25%;
  }
  .product-layout .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .product-layout .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .product-layout .col-lg-pull-0 {
    right: auto;
  }
  .product-layout .col-lg-push-12 {
    left: 100%;
  }
  .product-layout .col-lg-push-11 {
    left: 91.66666667%;
  }
  .product-layout .col-lg-push-10 {
    left: 83.33333333%;
  }
  .product-layout .col-lg-push-9 {
    left: 75%;
  }
  .product-layout .col-lg-push-8 {
    left: 66.66666667%;
  }
  .product-layout .col-lg-push-7 {
    left: 58.33333333%;
  }
  .product-layout .col-lg-push-6 {
    left: 50%;
  }
  .product-layout .col-lg-push-5 {
    left: 41.66666667%;
  }
  .product-layout .col-lg-push-4 {
    left: 33.33333333%;
  }
  .product-layout .col-lg-push-3 {
    left: 25%;
  }
  .product-layout .col-lg-push-2 {
    left: 16.66666667%;
  }
  .product-layout .col-lg-push-1 {
    left: 8.33333333%;
  }
  .product-layout .col-lg-push-0 {
    left: auto;
  }
  .product-layout .col-lg-offset-12 {
    margin-left: 100%;
  }
  .product-layout .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .product-layout .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .product-layout .col-lg-offset-9 {
    margin-left: 75%;
  }
  .product-layout .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .product-layout .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .product-layout .col-lg-offset-6 {
    margin-left: 50%;
  }
  .product-layout .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .product-layout .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .product-layout .col-lg-offset-3 {
    margin-left: 25%;
  }
  .product-layout .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .product-layout .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .product-layout .col-lg-offset-0 {
    margin-left: 0;
  }
}
body {
  color: #000;
  font:
    14px/22px "Montserrat",
    "Century Gothic",
    "Muli",
    "Open Sans",
    sans-serif;
}
a {
  color: #b90522;
}
a:hover {
  color: #6e0315;
}
.list-group a {
  color: #000;
}
.dropdown-menu li > a:hover {
  color: white !important;
  background-color: #91041b;
  background-image: none;
  -webkit-transition: background-color 0.5s ease-out 0;
  transition: background-color 0.5s ease-out 0;
}
#menu {
  background-color: #91041b;
  border-color: #710315;
}
#menu .nav > li > a {
  color: #fff;
  text-shadow: none;
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: #c30524;
  -webkit-transition: all 0.3s ease-out 0;
  transition: all 0.3s ease-out 0;
}
#menu .see-all {
  font-size: 14px;
}
#menu .see-all:hover,
#menu .see-all:focus {
  background-color: #91041b;
  background-image: none;
  font-size: 14px;
}
#menu .dropdown-menu {
  border-color: #710315;
  background-color: #91041b;
}
#menu .dropdown-inner a {
  min-width: 250px;
  font-size: 14px;
  padding: 12px;
}
#menu .dropdown-inner li a {
  border-bottom: 1px solid #710315;
}
#menu .dropdown-inner li a:hover {
  background-color: #d40627;
  color: #fff;
}
#menu .dropdown-inner li:last-child a {
  border-bottom: 0;
}
#menu .dropdown-inner li:first-child a {
  margin-top: -5px;
}
#menu .btn-navbar {
  color: #fff;
  background-color: #91041b;
  background-image: none;
  background-repeat: no-repeat;
  border-color: #e24548;
  -webkit-transition: background-color 0.5s ease-out 0;
  transition: background-color 0.5s ease-out 0;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #fff;
  background-color: #bf0126;
}
.navbar-collapse {
  padding-left: 0;
}
.form-control {
  border-radius: 0;
}
.breadcrumb {
  border-radius: 0;
}
.btn {
  border-radius: 0;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #e24548;
  border-color: #df2f32;
  background-image: none;
  -webkit-transition: background-color 0.5s ease-out 0;
  transition: background-color 0.5s ease-out 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #a71a1d;
  background-position: 0 -15px;
  border-color: #df2f32;
}
.btn-inverse {
  background: #e24548 none;
  border-color: #e24548;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background: #bd1d21 none;
  border-color: #bd1d21;
}
#cart.open > .btn {
  background: #fadfe0 none;
  border-color: #f3b3b5;
  color: #666;
}
#cart.open > .btn:hover {
  color: #bd1d21;
}
#cart .dropdown-menu {
  background: #fff;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
#top {
  background-color: #eee;
  border-bottom: 1px solid #e2e2e2;
  margin: 0;
  padding: 0;
  max-height: 46px;
}
#top .container {
  padding: 0 20px;
}
#top #currency .currency-select:hover {
  text-shadow: none;
  color: #fff;
  background-color: #91041b;
  background-image: none;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #550210;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #b90522;
}
#top-links .dropdown-menu a {
  text-shadow: none;
}
#top-links .dropdown-menu a:hover {
  color: #fff;
}
#top .btn-link strong {
  font-size: 14px;
}
#top-links {
  padding-top: 6px;
}
#top-links a + a {
  margin-left: 15px;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #b90522;
}
.list-group a {
  border: 1px solid #ddd;
  color: #888;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  background: #e24548;
  border: 1px solid #ddd;
}
.list-group a:hover {
  background: #eee;
  -webkit-transition: background-color 0.3s ease-out 0;
  transition: background-color 0.3s ease-out 0;
}
.underlineH3-normal {
  border-bottom: 3px solid #aa0520;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  color: #b90522;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #730117;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #b90522;
  border-color: #b90522;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
}
.pager li > a,
.pager li > span {
  background-color: #fff;
  border: 1px solid #ddd;
}
.pager li > a:hover,
.pager li > a:focus {
  background-color: #eee;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  background-color: #fff;
}
#logo {
  margin-top: -5px;
}
.navbar-fixed-top2 {
  top: 45px;
}
.navbar-fixed-bottom {
  bottom: -20px;
}
footer {
  margin-top: 0;
  border-top: 5px solid #b90522;
  padding-top: 0;
  background-color: #3c3c41;
  color: #fff;
}
.footer-links {
  background-color: #313137;
  padding-top: 30px;
  color: #afafaf;
  font:
    14px/22px "Roboto Condensed",
    "Raleway",
    "Didact Gothic",
    Arial,
    sans-serif;
}
.footer-links a {
  color: #ddd;
}
.footer-links a:hover {
  color: #f4072d;
}
.titleFooter {
  color: #999;
  text-transform: uppercase;
}
.footer-links li {
  font-size: 15px;
  padding: 6px 0;
}
.footer-links .last li + li {
  border: 0;
}
.footer-links hr {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #bdbdbd;
}
.footer-links .telpon {
  font-size: 20px;
  color: #90df3b;
  margin-bottom: 10px;
}
.footer-links .fa {
  padding-right: 5px;
}
.copyright {
  padding: 18px 0 8px;
}
body.underconstruction {
  background: url(../image/chalkboard-underconstruction-olstore.jpg) no-repeat
    center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header {
  padding-top: 15px;
}
.product-thumb:hover {
  border: 1px solid #b90522;
}
.product-thumb .caption {
  min-height: 200px;
  padding: 10px 20px;
}
.product-thumb .caption p:not(.price) {
  visibility: hidden;
  margin-bottom: -10px;
}
.product-thumb .price {
  color: #ba2025;
  font-weight: bold;
  margin-top: 25px;
}
.product-thumb .price-new {
  font-weight: 600;
  display: block;
}
.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 0;
  display: inline;
  font-size: 10pt;
  font-weight: normal;
}
.product-thumb .price-sale {
  margin-left: 5px;
  padding-right: 45px;
  padding-bottom: 5px;
  background: url(data:image/gif;base64,R0lGODlhJwAXAJECAPu/f/d/AP///wAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkYyMkY2MDkzN0IzRDExRTc4QTMzQ0RFQjVFM0QwQjI3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkYyMkY2MDk0N0IzRDExRTc4QTMzQ0RFQjVFM0QwQjI3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjIyRjYwOTE3QjNEMTFFNzhBMzNDREVCNUUzRDBCMjciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjIyRjYwOTI3QjNEMTFFNzhBMzNDREVCNUUzRDBCMjciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQFCgACACwAAAAAJwAXAAACcoyPqcsoD6OctApjs6Z4e909wDhKRxQ+ixpA5Ium6aWwLnBDWDjPtlia7Fo/HdF0FLxwumaRlXgqYTSjdFWlBLG9pBWYo0WzX+RtKTa2atwkmmxj1+CfesyOv+fzvv2mARg4d+H30eFVaLGTaNjHWBFQAAAh+QQFCgACACwEAAQAEQAKAAACKFR+ogq9CJdo4AW7nDNJsrpxiFQxEnRNpepxH+V0rgpXaEJlccSSQAEAIfkEBQoAAgAsDAAEABAACgAAAiSUg2YA6hgccyem1Wi6YmoVYVooXB4IQeKTmllFqswMcFVHAwUAIfkEBQoAAgAsFgAEAA4ACgAAAh5MhAjLYKnaenBBQZOFOcouSNNRARe4JcZ6iA7bigUAOw==)
    no-repeat 0 0;
}
.product-thumb .save-percentage {
  color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAUCAYAAADPym6aAAAAAXNSR0IArs4c6QAAAXVJREFUSA3dl79KA0EQxmf2vEQUIqTQ4hL8U1gowUAa7QULC0llq/gcPoAPYSeClZWdDyAIEk+0sFCDWgUEJYEkl+w4e3DHJbek9cZt9m5miu+3387tHsKE4U95W1rTOQAuTSj70xQCtBDxgGf7aORXViHo3jJEwV6RnWgIY5PzWCgVB21qEIDHeWWryVosJZJqNXfQoSsEnJcCYRY1tbV8p3SmieqcmzEFUsaII74qHxPRHosXBWEWO3bkwSnva9Kn3BezUlxI6gxB7l1vk4ZwzQmREAYIn6aXF4N+/46dKCYJpT0rhrjUAHPShI/rHWn28aSkd+XmcnWm+ZYk2qZVrXVfm+DALic7tgIpsXBrbQSfNw6qI/6EiYWJe6QyfL9AUCcM05biQlJnfCBGwX9xRTEwlerCISL4fGnsRXAS5pQjRnR0jedHjw/KePtlGcgqcv3n44vc/DYBiegXdqNlBTErX+29PKODOwD0lmUnDIT51f0Fr61eQcnFackAAAAASUVORK5CYII=)
    no-repeat 0 0;
  padding: 2px 10px;
  font-weight: bold;
  min-width: 30px;
  min-height: 30px;
  vertical-align: top;
  margin-left: 0;
  font-size: 10pt;
}
.product-thumb .button-group button {
  width: 100%;
}
.product-thumb .button-group button:hover {
  background-color: #91041b;
  color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.product-thumb .button-group button + button {
  width: 40%;
}
.product-thumb .label_new_top_right {
  border-radius: 0;
}
.product-thumb .label_outofstock_top_right {
  border-radius: 0;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  border-color: #ddd;
  -webkit-transition: background-color 0.3s ease-out 0;
  transition: background-color 0.3s ease-out 0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 0;
  margin-left: 0;
}
.flexslider {
  margin: 0 !important;
}
.promosi-section {
  margin-top: 40px;
  margin-bottom: 30px;
}
.clickable {
  position: relative;
}
@media (max-width: 767px) {
  #menu {
    border-radius: 0;
    position: static !important;
  }
}
.dropdown-menu {
  background-color: #fff;
  border-radius: 0;
}
#menu.navbar.affix {
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #91041b;
  border-color: #710315;
}
.product-thumb {
  border: 1px solid #ccc;
}
.product-thumb .button-group {
  border-top: 1px solid #ccc;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ccc;
}
h1.product-page {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 0;
}
.price-old.product-page {
  color: #999;
  text-decoration: line-through;
  margin-left: 0;
  display: block;
}
.price-new.product-page {
  font-weight: 600;
  color: #ff5300;
  font-size: 22pt;
}
.save-percentage.product-page {
  color: #fff;
  background: #f80b00;
  min-width: 30px;
  min-height: 30px;
  font-weight: bold;
  padding: 5px 10px;
  vertical-align: top;
}
.thumbnail {
  border-radius: 0;
}
.price .price-call {
  color: #444;
  font-weight: normal;
  padding: 5px 10px;
  border: 1px solid #ccc;
  display: inline-block;
}
.price-call.product-page {
  background: #b90522;
  color: white;
  padding: 5px 10px;
  font-size: 14pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
}
.bs-callout-olstore {
  border-left-color: #b90522;
}
.bs-callout-olstore:first-of-type {
  margin-top: 30px;
}
.bs-callout-olstore:not(:first-of-type) {
  margin-top: 50px;
}
.bs-callout-olstore h4 {
  color: #d9534f;
}
.bs-callout {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
.bs-callout h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
}
div.information-page {
  margin-top: 25px;
  margin-bottom: 50px;
}
div.information-page a {
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}
.information-page .perhatian {
  color: red;
  font-weight: bold;
  font-size: larger;
}
h3.privacy-page {
  font-weight: bold;
}
.list-policy > ul {
  list-style: none;
}
.list-policy > ul > li {
  padding: 3px 0 3px 25px;
  display: block;
  position: relative;
}
.list-policy > ul > li .glyphicon {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
}
#content h3 {
  position: relative;
}
#content h3 span {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 40px;
  display: inline-block;
  min-width: 200px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 3px;
  padding-top: 7px;
}
@media (min-width: 768px) {
  #content h3 span {
    min-width: 240px;
  }
}
#content h3 span:not(.label) {
  background: #b90522;
  color: #fff;
}
#content h3.modul-latest {
  border-bottom: 2px solid #b90522;
}
#content h3.modul-latest span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #b90522;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
#content h3.modul-featured {
  border-bottom: 2px solid #20409a;
}
#content h3.modul-featured span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #20409a;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
#content h3.modul-special {
  border-bottom: 2px solid #1d9e11;
}
#content h3.modul-special span {
  background: #1d9e11;
}
#content h3.modul-special span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #1d9e11;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
#content h3.modul-related {
  border-bottom: 2px solid #332cbf;
}
#content h3.modul-related span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #332cbf;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.common-home #content h3.modul-featured span {
  background: #20409a;
}
.common-home #content h3.modul-featured:after {
  border-bottom: 2px solid #20409a;
}
.product-special #content h3.modul-featured span,
.product-search #content h3.modul-featured span,
[class^="product-manufacturer"] #content h3.modul-featured span {
  background: #20409a;
}
.product-special #content h3.modul-featured:after,
.product-search #content h3.modul-featured:after,
[class^="product-manufacturer"] #content h3.modul-featured:after {
  border-bottom: 2px solid #20409a;
}
.product-special #content h3.product-special {
  border-bottom: 2px solid #1d9e11;
  margin-bottom: 25px;
}
.product-special #content h3.product-special span {
  background: #1d9e11;
}
.product-special #content h3.product-special span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #1d9e11;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.common-home #content h3.modul-special span {
  background: #1d9e11;
}
.common-home #content h3.modul-special:after {
  border-bottom: 2px solid #1d9e11;
}
#content h3.modul-related span {
  background: #332cbf;
}
#content h3.modul-related:after {
  border-bottom: 2px solid #332cbf;
}
.section {
  margin-top: 20px;
}
.section > div > div.row {
  margin-left: 0;
  margin-right: 0;
}
.bg-intro {
  background: url("../image/intro-banner.jpg");
}
.section-bg {
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
#section-intro {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 50px;
  font-size: 14pt;
  margin-top: 40px;
}
#section-intro h1 {
  color: inherit;
}
#section-intro h2 {
  color: inherit;
}
#section-intro .boxed {
  border: 2px solid #fff;
  display: inline-block;
  padding: 15px 50px;
}
#section-intro p.konten {
  margin-top: 20px;
}
#section-intro a {
  color: #ff0;
}
#section-intro a:hover {
  color: red;
}
#section-featured-box {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 14pt;
  margin-top: 40px;
  margin-bottom: 40px;
}
.featured-box-row > div > div {
  margin-top: 20px;
}
.featured-box-item.featured-box-solid {
  display: block;
  text-align: center;
  padding: 20px 10px;
  height: 182px;
  position: relative;
}
.featured-box-item.featured-box-solid .image-wrapper {
  width: 100%;
  text-align: center;
  display: block;
}
.featured-box-item.featured-box-solid .featured-box-description {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  bottom: 18px;
  text-align: center;
  display: inline-block;
  width: 100%;
  left: 0;
}
.featured-box-item.featured-box-solid .image-wrapper img {
  display: inline-block;
}
.dark-red.cara-belanja {
  background: #790007;
  padding-top: 10px;
}
.light-red.about-us {
  background: #ed1c24;
}
.light-red.jasa-software {
  background: #ed1c24;
  padding-top: 36px;
}
.dark-red.faq {
  background: #790007;
}
.dark-red.jasa-seo {
  background: #790007;
  padding-top: 30px;
}
.light-red.hubungi-kami {
  background: #ed1c24;
  padding-top: 30px;
}
.light-red.promo-sale {
  background: #ed1c24;
  padding-top: 30px;
}
.dark-red.jasa-website {
  background: #790007;
  padding-top: 25px;
}
.featuredAnim a .featured-box-description,
.featuredAnim a img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.no-touch .featuredAnim a:hover .featured-box-description {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
  text-align: center;
  padding: 10px 20px;
  line-height: 0;
}
.no-touch .featuredAnim a:hover img {
  -webkit-transform: translateY(-15%);
  -moz-transform: translateX(-15%);
  -ms-transform: translateX(-15%);
  transform: translateX(-15%);
}
.featuredAnim a:hover .animate {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition:
    -webkit-transform 0.4s,
    opacity 0.1s;
  -moz-transition:
    -moz-transform 0.4s,
    opacity 0.1s;
  transition:
    transform 0.4s,
    opacity 0.1s;
}
.featuredAnim a .animate h3 {
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.featuredAnim a:hover .animate h3 {
  text-align: center;
  margin: 0;
  line-height: 32px;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.animate {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 30px;
  height: 100%;
  background: #cf161d;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 50%;
  width: 100%;
  opacity: 0;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotateX(-87deg);
  -moz-transform: rotateY(-87deg);
  transform: rotateY(-87deg);
  -webkit-transition:
    -webkit-transform 0.4s,
    opacity 0.1s 0.3s;
  -moz-transition:
    -moz-transform 0.4s,
    opacity 0.1s 0.3s;
  transition:
    transform 0.4s,
    opacity 0.1s 0.3s;
}
.box-intro-text {
  padding: 40px;
  margin-top: 20px;
  min-height: 300px;
}
.orange {
  background-color: #e87e04;
}
.light-orange {
  background-color: #e87e04;
}
.dark-orange {
  background-color: #f9690e;
}
.purple {
  background-color: #8e44ad;
}
.light-red {
  background-color: #ed1c24;
}
.green {
  background-color: #1fa67a;
}
.dark-red-footer {
  background-color: #96281b;
}
.box-intro-text h3 {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.box-intro-text p {
  text-align: center;
}
.box-intro-text span {
  color: #fff;
  font-size: 15px;
}
.box-intro-icon {
  display: block;
  line-height: 42px;
  text-align: center;
}
.box-intro-icon > .fa {
  font-size: 42px !important;
}
#section-intro-footer .box-intro-icon {
  color: #fff;
}
#section-intro-footer p {
  color: #fff;
}
.box-intro-footer-text {
  padding: 40px;
  min-height: 305px;
}
.box-intro-footer-text a {
  color: #fff;
}
.box-intro-footer-text a:hover {
  color: #ff0;
}
.box-intro-footer-text h3 {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
.box-intro-footer-text h3.teks-promo {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 25pt;
}
.box-intro-footer-text span.jumbo-sale {
  font-size: 40px;
  line-height: 45pt;
  border: 2px solid #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.box-intro-footer-text h3.teks-promo-daftar {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 20pt;
}
.box-intro-footer-text span.jumbo-daftar {
  font-size: 40px;
  line-height: 45pt;
  border: 2px solid #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.box-intro-footer-text h3.teks-promo-titipjual {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 25pt;
}
.box-intro-footer-text span.jumbo-hubungi {
  font-size: 28px;
  line-height: 30pt;
  border: 2px solid #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footer-logo {
  border: 1px solid #ccc;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 0 5px;
}
.footer-logo-section,
.footer-logo-section a {
  font-size: 0;
}
.footer-logo-section.payment-bank {
  margin-bottom: 0;
}
.footer-logo-section.payment-bank.baris-bawah {
  margin-bottom: 20px;
}
.pembayaran-bca {
  background: url("../image/payment/pembayaran-bca-icon.jpg");
  width: 50px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pembayaran-mandiri {
  background: url("../image/payment/pembayaran-mandiri-icon.jpg");
  width: 50px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pembayaran-cimbniaga {
  background: url("../image/payment/pembayaran-cimbniaga-icon.jpg");
  width: 50px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pembayaran-blackpanda {
  background: url("../image/payment/pembayaran-rekber-blackpanda.jpg");
  width: 50px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pengiriman-jne {
  background: url("../image/pengiriman/jasa-kurir-jne.jpg");
  width: 50px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pengiriman-tiki {
  background: url("../image/pengiriman/jasa-kurir-tiki.jpg");
  width: 50px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pengiriman-rpx {
  background: url("../image/pengiriman/jasa-kurir-rpx.jpg");
  width: 50px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pengiriman-pos {
  background: url("../image/pengiriman/jasa-kurir-pos.jpg");
  width: 50px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pengiriman-wahana {
  background: url("../image/pengiriman/jasa-kurir-wahana.jpg");
  width: 50px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pengiriman-jnt {
  background: url("../image/pengiriman/jasa-kurir-jnt.jpg");
  width: 100px;
  height: 50px;
  vertical-align: middle;
  display: inherit;
}
#section-intro-footer {
  margin-top: 0 !important;
  border-top: 5px solid #b90522;
}
#section-info-toko-singkat {
  margin-top: 50px;
  border-top: 1px solid #ccc;
  color: #000;
}
#section-info-toko-singkat h1 {
  color: inherit;
  font-size: 18pt;
}
#section-info-toko-singkat h2 {
  color: inherit;
  font-size: 16pt;
}
#section-info-toko-singkat .desc-home-wrapper {
  padding: 20px 0;
}
#section-info-toko-singkat .desc-home-wrapper > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
#section-brand {
  padding-bottom: 20px;
}
#section-brand > .daftar-brand-wrapper > .container > .row {
  margin-left: 0;
  margin-right: 0;
}
#section-brand > .daftar-brand-wrapper > .container > .row > div {
  text-align: center;
  height: 100px;
}
.no-boxshadow #section-brand > .daftar-brand-wrapper > .container > .row > div {
  border: 1px solid #ccc;
}
.boxshadow #section-brand > .daftar-brand-wrapper > .container > .row > div {
  box-shadow:
    0 0 0 0 #ccc,
    0 0 0 0 #ccc,
    1px 1px 0 0 #ccc,
    1px 0 0 0 #ccc inset,
    0 1px 0 0 #ccc inset;
}
#section-brand > .daftar-brand-wrapper > .container > .row > div > a > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.logo-olstore-red {
  color: #9f002d;
}
.logo-olstore-gray {
  color: #6e6965;
}
.share-btn-wrp {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 32px;
  left: 0;
  float: left;
  right: auto;
  top: 30%;
  position: fixed;
  z-index: 100020;
}
.share-btn-wrp .button-wrap {
  text-indent: -100000px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: width 0.1s ease-in-out;
}
.share-btn-wrp > .facebook {
  background: url(../image/share-icons.png) no-repeat -42px 0;
}
.share-btn-wrp > .facebook:hover {
  background: url(../image/share-icons.png) no-repeat -4px 0;
  width: 38px;
}
.share-btn-wrp > .twitter {
  background: url(../image/share-icons.png) no-repeat -42px -34px;
}
.share-btn-wrp > .twitter:hover {
  background: url(../image/share-icons.png) no-repeat -4px -34px;
  width: 38px;
}
@media all and (max-width: 699px) {
  .share-btn-wrp {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 1px;
    top: auto;
  }
  .share-btn-wrp .button-wrap {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.share-container {
  margin-bottom: 20px;
}
.share-container > .label {
  color: #000;
  font-size: 12px;
}
.filter-cari {
  margin-left: 18px;
}
.label-primary {
  background-color: #b90522;
  color: white;
}
.label-primary a {
  color: white;
}
#content.konten-list-manufaktur {
  margin-bottom: 20px;
}
#content.konten-list-manufaktur h2 {
  margin-top: 20px;
  margin-bottom: 0;
}
#content.konten-list-manufaktur .div-list-manufaktur {
  margin-left: 15px;
}
#content.konten-list-manufaktur .div-list-manufaktur h2 {
  margin-left: -15px;
}
.index-list-manufaktur {
  margin-right: 10px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  font-size: inherit;
  display: inline-block;
}
.list-manufaktur {
  display: inline-block;
}
.list-manufaktur > .label-primary {
  padding: 5px;
}
h3 {
  font-size: 18px;
}
.isi-tab-detail {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -17px;
  padding: 15px;
}
.dark-red {
  color: #b90522;
}
#content h3.modul-katalog-kategori.default {
  border-bottom: 2px solid #20409a;
}
#content h3.modul-katalog-kategori.default span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #20409a;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.common-home #content h3.modul-katalog-kategori.default span {
  background: #20409a;
}
#content h3.modul-katalog-kategori.hijau {
  border-bottom: 2px solid #1d9e11;
}
#content h3.modul-katalog-kategori.hijau span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #1d9e11;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.common-home #content h3.modul-katalog-kategori.hijau span {
  background: #1d9e11;
}
#content h3.modul-katalog-kategori.biru {
  border-bottom: 2px solid #000091;
}
#content h3.modul-katalog-kategori.biru span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #000091;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.common-home #content h3.modul-katalog-kategori.biru span {
  background: #000091;
}
#content h3.modul-katalog-kategori.biru-muda {
  border-bottom: 2px solid #03b2e7;
}
#content h3.modul-katalog-kategori.biru-muda span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #03b2e7;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.common-home #content h3.modul-katalog-kategori.biru-muda span {
  background: #03b2e7;
}
#content h3.modul-katalog-kategori.merah-muda {
  border-bottom: 2px solid #fe6aa4;
}
#content h3.modul-katalog-kategori.merah-muda span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #fe6aa4;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.common-home #content h3.modul-katalog-kategori.merah-muda span {
  background: #fe6aa4;
}
#content h3.modul-katalog-kategori.oranye {
  border-bottom: 2px solid #f4a610;
}
#content h3.modul-katalog-kategori.oranye span:before {
  border-right: 20px solid transparent;
  border-bottom: 50px solid #f4a610;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.common-home #content h3.modul-katalog-kategori.oranye span {
  background: #f4a610;
}
.img-category-more {
  vertical-align: inherit;
}
.category-more {
  display: inline-block;
  position: absolute;
  top: 17px;
  padding-left: 25px;
}
#section-verification-certificate {
  background-color: #f2f2f2;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14pt;
  margin-top: 40px;
  margin-bottom: 40px;
  height: 100%;
  min-height: 100%;
}
.img-center {
  margin: 0 auto;
}
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 90%;
  margin: 20px auto;
}
.panel-heading h2 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
h2.product-page {
  font-size: 15px;
  margin-top: 0;
}
h2.product-page-description {
  font-size: 15px;
  margin-top: 0;
}
h3.product-page-description {
  font-size: 15px;
  margin-top: 0;
}
#section-featured-information {
  color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
  font-size: 14pt;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .affix {
    position: static;
  }
}
@media (min-width: 768px) {
  #menu .dropdown-inner a {
    color: #fff;
  }
}
.panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading-checkout-payment {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-default > .panel-heading-checkout-payment {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default
  > .panel-heading-checkout-payment
  + .panel-collapse
  > .panel-body {
  border-top-color: #ddd;
}
.page-account-header {
  padding-bottom: 9px;
  border-bottom: 1px solid #ddd;
  margin-top: 0;
}
.panel-heading-account {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-default > .panel-heading-account {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading-account + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-heading-account h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.alert {
  border-radius: 0;
}
.btn-info {
  color: #fff;
  text-shadow: none;
  background-color: #5bc0de;
  border-color: #46b8da;
  background-image: none;
  -webkit-transition: background-color 0.5s ease-out 0;
  transition: background-color 0.5s ease-out 0;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] .btn-primary:hover,
.btn-inverse:hover,
button:hover {
  -webkit-transition: background-color 0.5s ease-out 0;
  transition: background-color 0.5s ease-out 0;
}
.btn-info:hover {
  background-image: none;
  background: #2390b0 none;
  border-color: #1f7e9a;
}
.btn-danger {
  color: #fff;
  text-shadow: none;
  background-color: #d9534f;
  border-color: #d43f3a;
  background-image: none;
  -webkit-transition: background-color 0.5s ease-out 0;
  transition: background-color 0.5s ease-out 0;
}
.btn-danger:hover {
  background-image: none;
  background: #a02622 none;
  border-color: #8b211e;
}
[class^="account-"] h1,
h2 {
  margin-top: 0;
}
.btn-inside-table {
  min-width: 80px;
  display: block;
  margin-bottom: 10px;
}
.btn-inside-table:last-child {
  min-width: 80px;
  display: block;
  margin-bottom: 0;
}
#menu #menu-xs {
  float: left;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}
#menu #menu-xs a {
  color: #fff;
}
#menu #menu-xs #text-menu-xs {
  padding-left: 15px;
}
#menu .btn-navbar {
  color: #fff;
  background-color: #2e0109;
  background-image: none;
  background-repeat: no-repeat;
  border-color: #2e0109;
  -webkit-transition: background-color 0.5s ease-out 0;
  transition: background-color 0.5s ease-out 0;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #fff;
  background-color: #000;
}
@media (max-width: 767px) {
  #menu .nav li a {
    padding-left: 40px !important;
  }
  #menu .nav > li:not(:last-child) > a {
    border-bottom: 1px solid #710315;
  }
  #menu .nav li li a {
    padding-left: 60px !important;
  }
  #menu .nav > li > a {
    color: #fff;
    background-color: #91041b;
  }
  #menu .nav > li > a:hover {
    background-color: #d40627;
    color: white;
  }
  #menu .dropdown-inner li {
    border-bottom: 1px solid #710315;
    color: #fff;
  }
  #menu .dropdown-inner li a {
    background-color: #91041b !important;
    border-bottom: 0;
    color: #fff;
  }
  #menu .dropdown-inner li a:hover {
    background-color: #d40627 !important;
    color: white;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 0;
    background-color: #91041b;
  }
}
* {
  border-radius: 0 !important;
}
.margin-right-5 {
  padding-right: 5px;
}
.jarak-kanan-5 {
  padding-right: 5px;
}
.margin-left-5 {
  margin-left: 5px;
}
.jarak-kiri-5 {
  margin-left: 5px;
}
@media (max-width: 767px) {
  #account-navbar-collapse .nav li a {
    padding-left: 40px !important;
  }
  #account-navbar-collapse .nav li li a {
    padding-left: 60px !important;
  }
  #account-navbar-collapse .nav > li > a:hover {
    background-color: #777;
    color: white;
  }
  #account-navbar-collapse .nav > li.logout > a {
    color: #b90522;
    font-weight: bolder;
  }
  #account-navbar-collapse .nav > li.logout > a:hover {
    color: white;
    font-weight: bolder;
  }
}
.font-size-big {
  font-size: 20pt;
}
.fa-big-icon {
  font-size: 20pt;
}
.alert-olstore {
  color: #fff;
  background-color: #91041b;
}
.alert-olstore-body {
  border: 3px solid #fff;
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.alert-olstore h4 {
  font-size: 20pt;
  color: #fff;
}
.alert-olstore-outer {
  color: inherit;
  background-color: inherit;
  border: 3px solid #b90522;
}
.alert-olstore-outer-body {
  padding: 5px;
}
.alert-olstore-outer h4 {
  font-size: 20pt;
  padding: 0;
  margin: 0;
}
.alert-olstore-outer span.daftar > a {
  border: 2px solid #b90522;
  display: inline-block;
  padding: 10px;
  font-weight: bold;
}
.alert-olstore-outer span.daftar > a:hover {
  color: #fff;
  background-color: #b90522;
  font-weight: bold;
}
.alert-olstore .price-new,
.alert-olstore-outer .price-new {
  font-size: 22pt;
  color: #b90522;
  background-color: #fff;
  display: inline-block;
  margin-top: 10px;
}
.margin-atas-5 {
  margin-top: 5px;
}
.margin-atas-10 {
  margin-top: 10px;
}
.label-olstore {
  background-color: #b90522;
  color: #fff;
  font-size: 100%;
  white-space: normal;
}
#information-page {
  margin-top: 25px;
  margin-bottom: 50px;
}
#information-page .row {
  margin-left: -15px;
  margin-right: 15px;
}
#information-page h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-page .section-type-1 {
  background: #b90522;
}
#information-page .section-type-1 a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}
#information-page .section-type-1 .col-lg-6 {
  padding-top: 2em;
  padding-bottom: 2em;
}
#information-page .section-type-1 .step-title {
  margin: auto;
  width: 60%;
}
#information-page .section-type-1 .step-title h2 {
  position: relative;
  color: #b90522;
  background: #faf291;
  padding: 10px;
}
#information-page .section-type-1 .step-title h2:before {
  content: "";
  position: absolute;
  background: #b90522;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  top: 42%;
  left: 0.5em;
}
#information-page .section-type-1 .step-title h2:after {
  content: "";
  position: absolute;
  background: #b90522;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  top: 42%;
  right: 0.5em;
}
#information-page .section-type-1 .step-info {
  color: #fff;
  font-size: 1.5em;
  margin-top: 0.8em;
  line-height: 1.8;
}
#information-page .section-type-1 .step-info-tambahan {
  color: #fff;
}
#information-page .section-type-2 {
  background: #e6e7e8;
}
#information-page .section-type-2 .col-lg-6 {
  padding-top: 2em;
  padding-bottom: 2em;
}
#information-page .section-type-2 .step-title {
  margin: auto;
  width: 60%;
  color: #222;
}
#information-page .section-type-2 .step-title h2 {
  position: relative;
  background: white;
  padding: 10px;
}
#information-page .section-type-2 .step-title h2:before {
  content: "";
  position: absolute;
  background: #a7a9ab;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  top: 42%;
  left: 0.5em;
}
#information-page .section-type-2 .step-title h2:after {
  content: "";
  position: absolute;
  background: #a7a9ab;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  top: 42%;
  right: 0.5em;
}
#information-page .section-type-2 .step-info {
  font-size: 1.5em;
  margin-top: 1em;
  line-height: 1.8;
}
#information-page .section-type-3 {
  background: #92cc8b;
  color: #faf291;
}
#information-page .section-type-3 h3 {
  margin-bottom: 20px;
}
#information-page .section-contact {
  background: #bf0126;
  padding-bottom: 10px;
}
#information-page .section-contact h3 {
  color: #fff;
}
#information-page .section-contact h3 span.info-kontak {
  font-weight: bold;
  padding: 0;
  top: 0;
  line-height: 30px;
}
@media (max-width: 767px) {
  #information-page .section-type-1 .step-title {
    margin: auto;
    width: 80%;
  }
  #information-page .section-type-1 .step-title h2 {
    position: relative;
    padding: 10px;
    font-size: 1.5em;
    padding-left: 25px;
    padding-right: 25px;
  }
  #information-page .section-type-1 .step-info {
    color: #fff;
    font-size: 1em;
    margin-top: 0;
    line-height: 1.8;
  }
  #information-page .section-type-2 .step-title {
    margin: auto;
    width: 80%;
  }
  #information-page .section-type-2 .step-title h2 {
    position: relative;
    padding: 10px;
    font-size: 1.5em;
    padding-left: 25px;
    padding-right: 25px;
  }
  #information-page .section-type-2 .step-info {
    font-size: 1em;
    margin-top: 0;
    line-height: 1.8;
  }
  #information-page .section-type-3 h3 {
    margin-bottom: 20px;
  }
  #information-page .section-contact {
    background: #bf0126;
    padding-bottom: 10px;
  }
  #information-page .section-contact h3 span.info-kontak {
    font-weight: bold;
    padding: 0;
    top: 0;
    line-height: 30px;
  }
}
.judul-halaman-informasi {
  border-bottom: 1px solid #b90522;
}
.judul-halaman-informasi h1 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 80%;
  }
}
div.information-page a.thumbnail {
  border-bottom: 1px solid #ddd;
}
div.information-page a.thumbnail:hover {
  border-bottom: 1px solid #bf0126;
}
@media (max-width: 960px) {
  .box-intro-text {
    min-height: 0;
  }
}
.margin-atas-20 {
  margin-top: 20px;
}
.alert-olstore-tokopedia {
  color: #fff;
  background-color: #42b549;
  padding: 10px;
  text-align: center;
}
.alert-olstore-tokopedia a {
  color: #fff;
}
.margin-bawah-20 {
  margin-bottom: 20px;
}
.more-product-block {
  background: transparent;
  position: relative;
  text-transform: uppercase;
  font-family: "Century Gothic", sans-serif;
  padding: 10px 0 15px 0;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 20px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
}
.more-product-block:before {
  position: relative;
  content: "";
  width: 100%;
  left: 0;
  top: 22px;
  z-index: 99;
  height: 1px;
  display: block;
}
.more-product-block div.text-more {
  background: white;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  z-index: 100;
  border: 1px solid;
  -webkit-transition: all 1s ease-out 0;
  transition: all 1s ease-out 0;
}
.modul-latest.more-product-block:before {
  background-color: #b90522;
}
.modul-latest.more-product-block div.text-more {
  border-color: #b90522;
}
.modul-latest.more-product-block div.text-more:hover {
  background: #b90522;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.modul-latest.more-product-block div.text-more:hover a {
  color: white;
}
.modul-special.more-product-block:before {
  background-color: #1d9e11;
}
.modul-special.more-product-block div.text-more {
  border-color: #1d9e11;
}
.modul-special.more-product-block div.text-more:hover {
  background: #1d9e11;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.modul-special.more-product-block div.text-more:hover a {
  color: white;
}
.modul-etalase_kategori-oranye.more-product-block:before {
  background-color: #f4a610;
}
.modul-etalase_kategori-oranye.more-product-block div.text-more {
  border-color: #f4a610;
}
.modul-etalase_kategori-oranye.more-product-block div.text-more:hover {
  background: #f4a610;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.modul-etalase_kategori-oranye.more-product-block div.text-more:hover a {
  color: white;
}
.modul-etalase_kategori-biru-muda.more-product-block:before {
  background-color: #03b2e7;
}
.modul-etalase_kategori-biru-muda.more-product-block div.text-more {
  border-color: #03b2e7;
}
.modul-etalase_kategori-biru-muda.more-product-block div.text-more:hover {
  background: #03b2e7;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.modul-etalase_kategori-biru-muda.more-product-block div.text-more:hover a {
  color: white;
}
.modul-etalase_kategori-hijau.more-product-block:before {
  background-color: #1d9e11;
}
.modul-etalase_kategori-hijau.more-product-block div.text-more {
  border-color: #1d9e11;
}
.modul-etalase_kategori-hijau.more-product-block div.text-more:hover {
  background: #1d9e11;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.modul-etalase_kategori-hijau.more-product-block div.text-more:hover a {
  color: white;
}
.modul-etalase_kategori-merah-muda.more-product-block:before {
  background-color: #fe6aa4;
}
.modul-etalase_kategori-merah-muda.more-product-block div.text-more {
  border-color: #fe6aa4;
}
.modul-etalase_kategori-merah-muda.more-product-block div.text-more:hover {
  background: #fe6aa4;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.modul-etalase_kategori-merah-muda.more-product-block div.text-more:hover a {
  color: white;
}
.modul-etalase_kategori-default.more-product-block:before {
  background-color: #20409a;
}
.modul-etalase_kategori-default.more-product-block div.text-more {
  border-color: #20409a;
}
.modul-etalase_kategori-default.more-product-block div.text-more:hover {
  background: #20409a;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.modul-etalase_kategori-default.more-product-block div.text-more:hover a {
  color: white;
}
section.section-promo {
  margin-top: 50px;
  padding: 100px 0;
  color: #fff;
  background: #550210 url("../image/illustration-cartoon.jpg");
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
section.section-promo a,
section.section-promo a:hover,
section.section-promo a:focus,
section.section-promo a:active {
  outline: 0;
  color: #2c3e50;
}
section.section-promo h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
section.section-promo .boxed {
  border: 2px solid #fff;
  display: inline-block;
  padding: 15px 50px;
  margin-bottom: 50px;
}
section.section-promo .promo-item {
  right: 0;
  margin: 0 0 15px;
}
section.section-promo .promo-item .promo-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
section.section-promo .promo-item .promo-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(185, 5, 34, 0.6);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
section.section-promo .promo-item .promo-link .caption:hover {
  opacity: 1;
}
section.section-promo .promo-item .promo-link .caption .caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
section.section-promo .promo-item .promo-link .caption .caption-content i {
  margin-top: -12px;
}
section.section-promo .promo-item .promo-link .caption .caption-content h3,
section.section-promo .promo-item .promo-link .caption .caption-content h4 {
  margin: 0;
}
.list-tanpa-judul {
  padding-left: 20px;
}
.list-tanpa-judul ul {
  padding-left: 0;
}
.list-tanpa-judul ul li {
  margin-left: 20px;
}
.promo-header {
  margin-bottom: 20px;
  margin-left: 14px;
  margin-top: 10px;
  margin-right: 18px;
}
.promo-header::after {
  clear: both;
  content: "";
  display: block;
}
.promo-header p {
  line-height: 17px;
  margin: 0;
}
.promo-header > div {
  background-color: #fff;
  color: #6d6d6d;
  height: 280px;
  overflow: hidden;
}
.promo-header > div > div {
  position: absolute;
  bottom: 12px;
}
.promo-header > div > div.overlay-nama-banner {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0;
  left: 0;
  bottom: 0;
  height: 30%;
  width: 100%;
}
.promo-header > div > img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.promo-header > div h4 {
  font-weight: bold;
  margin-bottom: 5px;
}
.promo-header > div h5 {
  color: #00b7f1;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}
.promo-header > div p {
  position: relative;
  color: #fff;
}
.promo-header .below-slider-banner {
  color: white;
  text-align: center;
  margin-top: 20px;
}
.promo-header .below-slider-banner.banner-ads {
  background-color: #b90522;
}
.promo-header .below-slider-banner.banner-ads div {
  margin-bottom: -63px;
}
.promo-header .below-slider-banner a {
  color: #fff;
}
.promo-header .below-slider-banner h4 {
  font-size: 36px;
  color: #fff;
}
.promo-header .below-slider-banner .ads {
  right: 10px;
  left: auto;
  background-color: #fff;
  color: #b90522;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100px;
  font-size: 10px;
  line-height: 12px;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  height: 25px;
}
.promo-header .below-slider-banner .bubble {
  margin-top: 20px;
  margin-left: 0;
}
.promo-header .below-slider-banner div {
  bottom: 50%;
  left: 0;
  text-align: center;
  width: 100%;
}
.promo-header .below-slider-banner div span {
  display: block;
}
@media (max-width: 767px) {
  .promo-header {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .promo-header .col-lg-3 {
    width: 24.5%;
    margin-left: 0.5%;
  }
}
.footer-verifikasi-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-verifikasi-wrapper div.daftar-verifikasi > .row {
  margin-left: 0;
  margin-right: 0;
}
.footer-verifikasi-wrapper div.daftar-verifikasi div.verifikasi-item {
  text-align: center;
  height: 120px;
  border: 1px solid #ccc;
  margin-left: -1px;
}
.footer-verifikasi-wrapper div.daftar-verifikasi div.verifikasi-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px;
}
.hitam-tebal {
  color: #000;
  font-weight: bold;
}
.row.row-grid [class*="col-"] + [class*="col-"] {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 0;
  }
}
#tab-specification .table-striped > tbody > tr:nth-child(2n + 1) > td,
#tab-specification .table-striped > tbody > tr:nth-child(2n + 1) > th {
  background-color: #fff;
}
#tab-specification .table-striped > tbody > tr:nth-child(2n) > td,
#tab-specification .table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #f9f9f9;
}
#tab-specification thead tr {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
#tab-specification thead tr h2 {
  font-size: 15px;
  font-weight: bold;
  padding: 3px;
  margin-top: 0;
  margin-bottom: 0;
}
#tab-review .fa-star {
  color: yellow;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: orange;
}
.hide-bullets {
  list-style: none;
  margin-left: -40px;
  margin-top: 20px;
}
#carousel-text ol {
  list-style: none;
  margin-left: -40px;
}
#carousel-text .ol-title {
  text-decoration: underline;
}
#carousel-text .btn {
  border-radius: 300px !important;
  border-width: 2px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#carousel-text .btn-outline {
  color: #000;
  border: 1px solid;
}
#carousel-text .btn-xl {
  padding: 15px 45px;
  font-size: 11px;
}
#carousel-text a {
  background-color: transparent;
}
#carousel-text a:hover {
  background-color: rgba(145, 4, 27, 0.2);
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
}
#carousel-text .read-detail {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #carousel-text {
    background-color: #91041b;
    background:
      url(../image/bg-pattern.png), linear-gradient(315deg, #000, #91041b);
    height: 340px;
    color: #fff;
    font-size: 14px;
  }
  #carousel-text h3 {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 0 0 1px 0;
    transition: all 0.2s ease-in;
  }
  #carousel-text .btn-outline {
    color: #fff;
  }
  #carousel-text a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
  }
}
@media (min-width: 1200px) {
  #carousel-text {
    height: 340px;
    font-size: 16px;
  }
  #carousel-text h3 {
    font-size: 30px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row .product-layout {
  margin-right: 0;
  margin-left: 0;
}
.row .product-layout > .col,
.row .product-layout > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.row-fluid .product-layout {
  margin-right: 0;
  margin-left: 0;
}
.row-fluid .product-layout > .col,
.row-fluid .product-layout > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.product-thumb .image {
  margin: 10px;
}
.row-fluid .product-layout {
  margin-right: 0;
  margin-left: 0;
}
.row-fluid .product-layout > .carousel .col,
.row-fluid .product-layout > .carousel [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.my-carousel-control {
  font-size: 20px;
  position: absolute;
  top: -32px;
  z-index: 999;
  background: #26a8c8;
  color: #fff;
}
.my-carousel-control:hover {
  background: #20409a;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.my-carousel-control-next {
  right: 0;
  padding: 5px;
  margin-top: -11px;
}
.my-carousel-control-prev {
  right: 35px;
  padding: 5px;
  margin-top: -11px;
}
.clickable > .my-carousel-control {
  cursor: pointer;
}
#productViewCarousel .carousel-control.left,
#productViewCarousel .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
#productViewCarousel .carousel-control span {
  width: 50px;
  height: 50px;
  padding-top: 10px;
}
#productViewCarousel .carousel-control.left span {
  left: 15px;
}
#productViewCarousel .carousel-control.right span {
  right: 15px;
}
#productViewCarousel .carousel-control .glyphicon-chevron-left,
#productViewCarousel .carousel-control .glyphicon-chevron-right,
#productViewCarousel .carousel-control .icon-prev,
#productViewCarousel .carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}
#productViewCarousel .carousel-control .glyphicon-chevron-left,
#productViewCarousel .carousel-control .icon-prev {
  left: 0;
}
#productViewCarousel .carousel-control .glyphicon-chevron-right,
#productViewCarousel .carousel-control .icon-next {
  right: 0;
}
#productViewCarousel .carousel-control.left span,
#productViewCarousel .carousel-control.right span {
  background-color: #000;
}
#productViewCarousel .carousel-control.left span:hover,
#productViewCarousel .carousel-control.right span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.price-action {
  width: auto;
  height: 100%;
  padding: 10px 20px;
  border-color: #77c720;
  background-color: #77c720;
  color: #fff;
}
.price-action.price-for {
  background-color: #449d44;
  letter-spacing: 3px;
  font-size: large;
  font-weight: bold;
}
.price-action .price-label {
  color: #fff;
  display: block;
  padding-bottom: 10px;
  font-size: 12pt;
}
.price-action .price-value {
  color: #fff;
  font-weight: 900;
}
.price-action .price-call.product-page {
  background: transparent;
  padding: 0;
  font-size: 14pt;
}
.price-action .price-old {
  color: #ccc;
}
.price-action h2 .price-old {
  font-size: 12pt;
}
.price-action .price-new {
  color: #fff;
}
.price-action .price-new.product-page {
  font-size: 27px;
}
.agent-photo {
  border-radius: 88px !important;
}
.panel-contact-agent .panel-body {
  margin-top: 10px;
}
.media-left {
  padding-right: 20px;
  padding-left: 10px;
}
.breadcrumb-fluid {
  margin-left: 15px;
  margin-right: 15px;
}
[class*="btn-"] {
  text-shadow: none !important;
}
.product-thumb .info .transaksi-properti {
  background-color: #fc98a8;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #f93555;
  font-size: smaller;
}
.product-thumb .lt-lb-km-kt {
  font-size: 11px;
  font-family: Arial;
  margin-left: -10px;
  margin-right: -10px;
}
.product-thumb .lt-lb-km-kt .lt,
.product-thumb .lt-lb-km-kt .lb,
.product-thumb .lt-lb-km-kt .kt,
.product-thumb .lt-lb-km-kt .km {
  display: inline-block;
  padding: 2px 10px;
  margin-bottom: 5px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  color: #000;
  width: 49%;
}
.product-thumb .lt-lb-km-kt .lt .label,
.product-thumb .lt-lb-km-kt .lb .label,
.product-thumb .lt-lb-km-kt .kt .label,
.product-thumb .lt-lb-km-kt .km .label {
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  padding: 0;
}
.logo-properti-listing {
  color: #91041b;
}
#slider-thumbs.row li {
  padding: 0 !important;
  margin: 0 !important;
}
.no-gutter-left-in-col {
  margin-left: -15px;
}
#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  color: #000;
}
#myCarousel .carousel-control.left span:hover,
#myCarousel .carousel-control.right span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: white;
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 0;
  }
  .carousel-indicators li {
    border: 1px solid gray;
    border-radius: 20px !important;
    width: 30px;
  }
  .carousel-indicators .active {
    width: 30px;
  }
}
@media (max-width: 767px) {
  #best-seller .col-xs-12 {
    margin-top: 20px;
  }
}
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wa-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  border-radius: 50px !important;
}
.mywa-float {
  margin-top: 16px;
  color: white;
}
.bg-action {
  background: #550210 url("../image/illustration-cartoon.jpg");
  background-position: center;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
.action-bar {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0;
  margin-bottom: 40px;
}
.action-bar h1,
.action-bar h2,
.action-bar h3 {
  color: white;
}
.action-bar .btn-primary {
  border-color: white;
  margin-top: 20px;
  font-size: x-large;
}
.action-bar .btn-primary:hover {
  background-color: #91041b;
}
.deskripsi-customer {
  padding-right: 5px;
  font-size: 12px;
  color: red;
}
.jml-review {
  display: inline;
  padding-left: 3px;
  font-size: small;
}
.pembayaran-dana {
  background: url("../image/payment/pembayaran-dana-icon.jpg");
  width: 70px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pembayaran-gopay {
  background: url("../image/payment/pembayaran-gopay-icon.jpg");
  width: 70px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.pembayaran-ovo {
  background: url("../image/payment/pembayaran-ovo-icon.jpg");
  width: 70px;
  height: 31px;
  vertical-align: middle;
  display: inherit;
}
.product-moveto {
  margin-top: 20px;
  margin-bottom: 40px;
}
.product-price-hidden {
  margin-top: -20px;
}
.price-promo-member-hidden {
  margin-bottom: 40px;
}
.product-page-kanan {
  margin-bottom: 20px;
}
