@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: "Muli", sans-serif;
  color: #333333;
}

.font02 {
  font-family: "Montserrat", sans-serif;
}

.content {
  padding-top: 50px;
}

.bg-grey {
  background-color: #f2f2f2;
}

.bg-red {
  background-color: #ff0000;
}

.bg-darkGrey {
  background-color: #444444;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 48px;
  margin: 0;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

h3.title {
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}

h5 {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
}

.border-top {
  border-top: solid 1px #f2f2f2;
}

.border-bottom {
  border-bottom: solid 1px #f2f2f2;
}

.border-left {
  border-left: solid 1px #f2f2f2;
}

.border-c-darkGrey {
  border-color: #444444 !important;
}

ul {
  list-style-type: none;
}

ol.numberList {
  -webkit-margin-start: 2em;
  -moz-margin-start: 2em;
}

.bold {
  font-weight: 700;
}

.transparent {
  opacity: 0;
}

.no-gutter > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

form label.error {
  margin: 0;
}

.footer-block {
  color: #333333;
  padding: 50px 30px;
  text-align: center;
}

.footer-separator {
  background-color: #cccccc;
  height: 2px;
  width: 35px;
  display: block;
  margin: 25px auto;
}

.btn.grey-btn {
  border-radius: 3px;
  background-color: #cccccc;
  font-weight: 700;
  margin-top: 15px;
  padding: 10px;
  height: 40px;
  color: white;
}

.btn.grey-btn:hover {
  color: #f2f2f2;
}

.btn.red-hover:hover {
  background-color: #ff0000;
}

.btn.subscribe-btn {
  border-radius: 3px;
  background-color: white;
  font-weight: 700;
  padding: 10px;
  width: 150px;
  height: 40px;
  color: #333333;
  z-index: 100;
  margin-left: -50px;
  float: right;
}

.subscribe-form input {
  height: 40px;
  width: 80%;
  color: #f2f2f2;
  padding: 10px 20px;
  background-color: darkred;
  float: right;
  border: none;
  position: relative;
}

.subscribe-form ::-webkit-input-placeholder {
  color: #999999;
  font-weight: 700;
}
.subscribe-form :-moz-placeholder {
  color: #999999;
  font-weight: 700;
}
.subscribe-form ::-moz-placeholder {
  color: #999999;
  font-weight: 700;
}
.subscribe-form :-ms-input-placeholder {
  color: #999999;
  font-weight: 700;
}

.footer-links {
  color: white;
}
.footer-links ul {
  list-style-type: none;
  margin-top: 30px;
}
.footer-links ul li a {
  color: #cccccc;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

.footer-links ul li a:hover {
  color: white;
  text-decoration: none;
}

.btn {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 10px;
  border: 0;
  vertical-align: baseline;
  font-size: 12px;
  font-size: 1.2rem;
}

.fc-white {
  color: #ffffff;
}

.fc-grey {
  color: #999999;
}

.fc-black {
  color: #333333;
}

.fc-red {
  color: #ff0000;
}

.fs-10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fs-20 {
  font-size: 20px;
  font-size: 2rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.fs-30 {
  font-size: 30px;
  font-size: 3rem;
}

.fs-48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.fs-72 {
  font-size: 72px;
  font-size: 7.2rem;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-80 {
  width: 80%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.w-35 {
  width: 35%;
}

.w-30 {
  width: 30%;
}

.w-25 {
  width: 25%;
}

.w-20 {
  width: 20%;
}

.w-15 {
  width: 15%;
}

.w-10 {
  width: 10%;
}

.center-block {
  float: none;
}

.inline-block {
  display: inline-block;
}

.va-bot {
  vertical-align: bottom;
}

table.productType_tbl th {
  text-align: left;
  padding-left: 5px;
}

table.productType_tbl td {
  padding-right: 10px;
}

table.productType_tbl td:last-child {
  padding-right: 0;
}

table.productType_tbl td.prodName {
  width: 45%;
}

table.productType_tbl td.prodStok {
  width: 20%;
}

table.productType_tbl td > input {
  width: 100% !important;
}

table.productType_tbl td .delete_btn {
  margin-top: 0;
  cursor: pointer;
}

table.productType_tbl td .delete_btn:hover {
  color: #ff0000;
}

.topPromo {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 3px;
}

.header-logo {
  height: 45px;
  width: 105px;
  background-image: url("../images/logo.png");
  background-size: 105px 45px;
  display: block;
  margin-top: 3px;
}

.navbar-default {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  font-family: "Montserrat", serif;
  font-weight: 400;
}

.header-container {
  padding: 0 15px;
}
.header-container ul {
  text-align: center;
  margin: 0;
}

.header-btn {
  padding: 15px 6px;
  position: relative;
  display: inline-block;
  color: #333333;
  cursor: pointer;
}
.header-btn a {
  text-decoration: none;
  color: #333333;
}
.header-btn a:hover, .header-btn a:focus {
  color: #ff0000;
}

select[name=setProvince] {
  width: 130px;
}

.counter {
  background-color: #ff0000;
  color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 10px;
  padding: 2px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  float: right;
  margin-left: 2px;
}

.insta-image {
  max-width: 100%;
  background-color: #f2f2f2;
}

.miniBanner {
  width: 100%;
  margin-bottom: 20px;
  background-color: #f2f2f2;
}

.product-tab {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.product-tab ul li {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}

.product-tab ul li a {
  margin: 10px 30px;
  padding-bottom: 5px;
  color: #999999;
  cursor: pointer;
  transition: all 0.3s ease;
}

.product-tab ul li a:hover, .product-tab ul li a.active {
  border-bottom: solid 2px #ff0000;
  color: #333333;
  text-decoration: none;
}

.product-image {
  max-width: 100%;
  height: 200px;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}

.product-image-small {
  max-width: 100%;
  height: 100px;
  background-color: #f2f2f2;
  margin-bottom: 5px;
}

.miniBanner:hover {
  opacity: 0.5;
}

.mainBanner {
  width: 100%;
  background-color: #f2f2f2;
}

.bx-wrapper img {
  width: 100%;
}

.bx-wrapper {
  border: none;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0 0 0 0;
  -moz-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  margin: 0;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  bottom: 20px;
  color: white;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f2f2f2;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(0, 0, 0, 0.3);
}

.bx-wrapper .bx-controls-direction a {
  z-index: 999;
}

.bx-wrapper .bx-next {
  background: url("../images/slider-pointer.png") no-repeat -32px -32px;
  right: 20px;
}

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background: url("../images/slider-pointer.png") no-repeat -32px 0;
  right: 20px;
}

.bx-wrapper .bx-prev {
  background: url("../images/slider-pointer.png") no-repeat 0 -32px;
  left: 20px;
}

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background: url("../images/slider-pointer.png") no-repeat 0 0;
  left: 20px;
}

.dropdown-menu {
  background-color: #ff0000;
  border: 0;
  border-radius: 0;
  color: white;
  padding: 15px 20px;
  font-size: 12px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.175);
  /* centered */
  right: auto;
  list-style-type: none;
  margin: 2px 0;
}

.dropdown-menu.user-menu {
  min-width: 125px;
}

.dropdown-menu ul li {
  list-style-type: none;
  text-align: left;
  padding: 10px 0;
}

.dropdown-menu ul li a, .dropdown-menu ul li a:focus, .dropdown-menu ul li a:visited {
  color: white !important;
  transition: color 0.2s ease;
  opacity: 0.7;
}

.dropdown-menu ul li a:hover, .dropdown-menu ul li a:active {
  opacity: 1;
}

.dropdown-arrow {
  color: #ff0000;
  font-size: 28px;
  position: absolute;
  top: -25px;
}

.productLabel-container {
  line-height: 1;
  background-color: #f2f2f2;
  text-align: center;
  color: white;
  position: relative;
}
.productLabel-container img {
  max-width: 100%;
}

.productLabel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.productList-container a, .latestProducts-container a, a.productName {
  color: #333333;
}

.sortBy {
  float: right;
}

.sideMenu {
  padding-right: 15px;
}
.sideMenu ul li a {
  color: #555555;
  text-decoration: none;
  cursor: pointer;
  line-height: 3;
}
.sideMenu ul li a:hover, .sideMenu ul li a:active, .sideMenu ul li a.active {
  color: #ff0000;
}
.sideMenu input[type=text], .sideMenu select {
  width: 100%;
}
.sideMenu ::-webkit-input-placeholder {
  color: #999999;
}
.sideMenu ::-moz-placeholder {
  color: #999999;
}
.sideMenu :-ms-input-placeholder {
  color: #999999;
}
.sideMenu :-moz-placeholder {
  color: #999999;
}

.white-btn {
  border-radius: 3px;
  background-color: white;
  border: solid 1px #999999;
  padding: 10px 20px;
  font-weight: 700;
}

.white-btn:hover, .white-btn:active {
  color: #cccccc;
}

.white-btn.noStock-btn {
  cursor: default;
}

.white-btn.noStock-btn:hover {
  color: #333333;
}

.red-btn {
  color: white;
  border-radius: 3px;
  background-color: #ff0000;
  padding: 10px 20px;
  font-weight: 700;
}

.red-btn:hover, .red-btn:active {
  color: darkred;
}

.set-products a {
  color: #333333;
  font-size: 10px;
  /*white-space: nowrap;*/
}

.emptyStock {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  transform: translateX(-50%);
  margin-left: 50%;
  padding: 7px 12px;
  border-radius: 5px;
  color: #ffffff;
  bottom: 10px;
}

.emptyStock.empty {
  background: none;
}

.equi_accordion h3 {
  padding: 15px 0;
  cursor: pointer;
  border-top: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
  margin: -1px 0 0 0;
  position: relative;
  font-weight: normal;
}
.equi_accordion .fa {
  font-weight: normal;
  position: absolute;
  right: 15px;
  color: #cccccc;
}
.equi_accordion .accordion-content {
  padding: 10px 0;
}

#listFilter h5 {
  padding: 15px 0 10px;
  cursor: pointer;
}
#listFilter li {
  border-bottom: solid 1px #f2f2f2;
}
#listFilter .accordion-content {
  padding: 0 0 10px;
}

/*a.accordion:after {
  content: '\f067';
  float: right;
  font-family: FontAwesome;
  color: $grey02;
  margin-left: 5px;
  border: none;
  outline: none;
  transition: 0.4s ease;
  padding-right: 15px;
}

a.accordion.active:after {
  content: "\f068";
  font-family: FontAwesome;
}*/
.accordion-content {
  line-height: 3;
  margin-left: 10px;
  color: #999999;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #cccccc;
  border-radius: 2px;
  background: white;
  color: #f2f2f2;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]:checked + label {
  background: #ff0000;
  border: none;
  position: relative;
  transition: 0.4s ease;
}

input[type=checkbox]:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 10px;
  color: white;
  position: absolute;
  top: 2px;
  left: 5px;
}

.productItem-container {
  position: relative;
}

.breadcrumb-container {
  padding: 10px 0;
  text-align: center;
  background-color: #f2f2f2;
}

.breadcrumb-container a {
  color: #333333;
}

.productDetail-image {
  width: 100%;
  height: 450px;
  text-align: center;
}

.productDetail-image img {
  max-width: 100%;
  max-height: 100%;
}

.productDetail-image .loading-container {
  padding-top: 18%;
}

ul.info-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff0000;
  margin-right: 5px;
  display: inline-block;
}

.imageThumb {
  width: 100%;
  background-color: #f2f2f2;
  height: 80px;
}

.imageThumb:hover {
  border: 1px solid #cccccc;
}

.imageThumb img {
  width: 100%;
  height: 100%;
}

a.pointer {
  font-size: 24px;
  color: #cccccc;
  display: inline-block;
  padding-top: 20px;
}

.locationForm label {
  display: block;
}

.locationForm label.error {
  display: inline-block;
}

.set_itemSelection {
  width: 300px;
}

.set-products.accordion-content {
  line-height: 2;
}

.standard-form input[type=text], .standard-form input[type=password],
.standard-form textarea, .standard-form select {
  background-color: #f2f2f2;
  border-radius: 3px;
  border: none;
  width: 100%;
}

.standard-form textarea {
  height: 120px;
}

.standard-form input[disabled] {
  background-color: #ffffff !important;
  border: 1px solid #ddd;
  color: #999999 !important;
}

.order-history {
  padding-left: 15px;
  padding-right: 15px;
}

.order-history h4 {
  padding: 20px 0 10px 0;
  border-bottom: solid 1px #f2f2f2;
}

.order-history span {
  padding: 10px 0;
  border-bottom: solid 1px #f2f2f2;
  display: block;
}

.order-detail {
  padding-left: 15px;
  padding-right: 15px;
}

.order-detail .row > div {
  padding-top: 15px;
}

.order-detail .order-detail-address p {
  margin-bottom: 5px;
}

table.order-items {
  width: 100%;
  margin: 20px 0;
}

table.order-items td {
  padding: 10px 5px;
}

table.order-items thead td {
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.black-bar {
  background-color: #333333;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

div.total-summary {
  display: block;
}

.total-summary div {
  padding-top: 5px;
  padding-bottom: 5px;
}

.address-list {
  margin: 20px 0;
}

.address-list table {
  width: 100%;
}

.address-list table td, .address-list table th {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #f2f2f2;
}

.address-list table td:nth-of-type(1) {
  width: 20%;
}

.address-list p {
  margin: 0;
}

.address-list h5 {
  margin: 0;
}

label {
  padding: 5px 0;
}

input, textarea, select {
  padding: 10px 10px;
  border: solid 1px #f2f2f2;
}
input ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder, select ::-webkit-input-placeholder {
  color: #999999;
}
input :-moz-placeholder, textarea :-moz-placeholder, select :-moz-placeholder {
  color: #999999;
}
input ::-moz-placeholder, textarea ::-moz-placeholder, select ::-moz-placeholder {
  color: #999999;
}
input :-ms-input-placeholder, textarea :-ms-input-placeholder, select :-ms-input-placeholder {
  color: #999999;
}

textarea {
  resize: vertical;
}

.page-title {
  text-align: center;
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 28px;
  padding-bottom: 30px;
  border-bottom: solid 2px #ff0000;
}

.cart-container table {
  width: 100%;
}

.cart-container input.cartItem-quantity {
  width: 50px;
}

.cart-container table td, .cart-container table th {
  padding: 10px;
  vertical-align: top;
}

.cart-container table td:nth-child(1) {
  width: 45%;
}

.cart-label, .cart-container table th {
  font-family: "Montserrat", serif;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cartItem-image {
  width: 100%;
  display: block;
}

.delete-btn, .delete-btn:hover, .delete-btn:active, .delete-btn:focus {
  color: #cccccc;
  padding-top: 10px;
  display: block;
}

.panel-checkout {
  background: transparent;
  border: 0;
}

.panel-checkout .panel-heading {
  background: #f0f0f0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.panel-checkout .panel-body {
  border: 0;
}

.panel-checkout .panel-heading.active {
  background: #333333;
  color: #ffffff;
}

.panel-checkout .shipping-box {
  margin-bottom: 20px;
}

.panel-checkout .shipping-box textarea {
  width: 100%;
  background: #f5f5f5;
  height: 140px;
  resize: none;
}

.panel-checkout .panel-button {
  padding: 20px;
  border: 1px solid #ddd;
  text-align: center;
  color: #999999;
  padding-top: 50px;
  margin-bottom: 0;
  height: 180px;
}

.panel-checkout .panel-button.selected {
  border: 2px solid #444444;
  color: #444444;
}

.pagination {
  float: right;
}

.pagination:after {
  content: "";
  display: block;
  clear: both;
}

.pagination > li > a, .pagination > li > span {
  border: 0;
  color: #333333;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background: none;
  font-weight: bold;
  color: #333333;
  text-decoration: underline #ff0000;
}

.staticContent {
  font-size: 14px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
}

form.withLabel {
  width: 100%;
  /*.input-group-addon {background-color: $white; border: solid 1px $grey01_02; padding-top:17px;}*/
}
form.withLabel label, form.withLabel input[type=text], form.withLabel input[type=password], form.withLabel textarea, form.withLabel select {
  float: left;
  margin: 10px 0;
}
form.withLabel .input-group-addon {
  background-color: #fcfcfc;
  border: 0;
  padding: 0;
}

form.withLabel label {
  width: 30%;
  line-height: 28px;
  margin-bottom: 10px;
}

form.withLabel input[type=text], form.withLabel textarea {
  width: 70%;
}

form.withLabel input[type=checkbox] {
  margin-top: 18px;
}

form.withLabel .errorMessage {
  margin-left: 30%;
  text-align: left;
}

form.loginForm .form-group {
  font-size: 0;
}

form.loginForm .form-group > * {
  font-size: 12px;
  font-size: 1.2rem;
}

form.loginForm label, form.loginForm .inline-label {
  width: 49%;
}

form.loginForm input[type=checkbox] {
  margin-top: 2px;
}

select {
  background-color: #ffffff;
}

form input[disabled] {
  color: #f2f2f2;
  background-color: #f2f2f2;
}

.g-recaptcha {
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 420px;
    margin: 30px auto;
  }
  .modal-dialog.large {
    width: 800px;
  }
}
.email .content {
  margin-top: 30px;
  border-top: solid 2px #ff0000;
  padding-top: 20px;
}

.email .content table {
  width: 100%;
}

.email .content table td {
  padding: 5px;
}

.email .content table thead td {
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}

.email .content table td .notes {
  margin: 10px 0;
  padding: 10px 20px;
  background-color: #f2f2f2;
}

.email .content table td .notes p {
  margin: 0;
}

.email .content table .total td {
  background-color: #f2f2f2;
}

.email .shipping {
  margin-top: 30px;
  border-top: solid 2px #ff0000;
  padding-top: 20px;
}

.creditcard .loading {
  display: block;
  margin: 60px auto 30px auto;
}

/*# sourceMappingURL=equi.css.map */
