/* Thelia */
.page-header {
  margin-top: 0;
}
.no-js .collapse {
  display: block!important;
}
.no-js #carousel .carousel-control {
  display: none;
}
.loader {
  position: fixed;
  background: #ffffff url(../img/ajax-loader.gif) no-repeat center center;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.oldie {
  position: absolute;
}
.thumbnail {
  /*&.active,
    &:active {
        border-style: solid;
        border-width: 2px;
    }*/
}
.thumbnail.active {
  border-color: #7a7a7a;
}
.main {
  margin-bottom: 20px;
}
.layout-col-1,
.layout-col-2-left,
.layout-col-2-right {
  margin-left: -15px;
  margin-right: -15px;
}
/* 1 Column Layout */
.layout-col-1 .col-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .layout-col-1 .col-main {
    float: left;
    width: 100%;
  }
}
/* 2 Columns Layout */
.layout-col-2-left .col-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .layout-col-2-left .col-main {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .layout-col-2-left .col-main {
    left: 25%;
  }
}
.layout-col-2-left .col-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .layout-col-2-left .col-left {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .layout-col-2-left .col-left {
    right: 75%;
  }
}
.layout-col-2-right .col-main {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .layout-col-2-right .col-main {
    float: left;
    width: 75%;
  }
}
.layout-col-2-right .col-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .layout-col-2-right .col-right {
    float: left;
    width: 25%;
  }
}
ul.list-info,
ul.list-address {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  list-style: none;
}
ul.list-info > li,
ul.list-address > li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  ul.list-info > li,
  ul.list-address > li {
    float: left;
    width: 33.33333333%;
  }
}
.fn {
  font-weight: 600;
  display: block;
}
.adr,
.org {
  font-size: 12px;
}
.table-address .radio {
  margin-top: 0;
}
.table-address .radio label {
  font-weight: 600;
}
.table-address .group-btn {
  text-align: right;
}
.table-address thead > tr > th,
.table-address tbody > tr > th,
.table-address tfoot > tr > th,
.table-address thead > tr > td,
.table-address tbody > tr > td,
.table-address tfoot > tr > td {
  border-color: #f5f5f5;
  padding: 10px 10px 0;
}
@media (min-width: 768px) {
  .table-address thead > tr > th,
  .table-address tbody > tr > th,
  .table-address tfoot > tr > th,
  .table-address thead > tr > td,
  .table-address tbody > tr > td,
  .table-address tfoot > tr > td {
    padding: 30px 30px 0;
  }
}
.modal-dialog td {
  vertical-align: middle;
}
.modal-dialog .close {
  margin: 10px;
  position: relative;
  z-index: 10;
}
.modal-dialog .btn {
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 800px;
  }
}
header .header {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
header .header .logo {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
@media (min-width: 992px) {
  header .header .logo {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  header .header .logo {
    display: none !important;
  }
}
header .header .logo a {
  text-decoration: none;
}
header .header .language-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 992px) {
  header .header .language-container {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  header .header .language-container {
    margin-left: 33.33333333%;
  }
}
header .header .language-container .search-container {
  margin-bottom: 10px;
}
header .header .language-container .search-container .form-control {
  width: auto;
}
header .header .language-container .language-switch,
header .header .language-container .currency-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
header .header .language-container .language-switch .dropdown-label,
header .header .language-container .currency-switch .dropdown-label {
  display: inline-block;
  float: left;
  font-size: 1em;
  font-weight: 300;
  margin-left: 1em;
  margin-right: .4em;
}
header .header .language-container .language-switch .current,
header .header .language-container .currency-switch .current {
  display: inline-block;
  float: left;
  position: relative;
}
header .header .language-container .language-switch .select,
header .header .language-container .currency-switch .select {
  left: auto;
  right: 0;
  min-width: 80px;
}
.footer-container .footer-banner {
  background-color: #e8e8e8;
  font-size: 19px;
}
.footer-container .footer-banner .banner {
  margin-left: -15px;
  margin-right: -15px;
}
.footer-container .footer-banner .banner i {
  display: block;
  font-size: 2em;
}
.footer-container .footer-banner .banner small {
  font-size: .65em;
  display: block;
  font-style: italic;
  font-weight: normal;
}
.footer-container .footer-banner .banner .col {
  padding: 10px 0;
  text-align: center;
}
.footer-container .footer-banner .banner .col + .col {
  border-top: 1px solid #d6d6d6;
}
@media (min-width: 768px) {
  .footer-container .footer-banner .banner .col + .col {
    border-left: 1px solid #d6d6d6;
    border-top: none;
  }
}
.footer-container .footer-banner .banner.banner-col-2 > .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .footer-container .footer-banner .banner.banner-col-2 > .col {
    float: left;
    width: 50%;
  }
}
.footer-container .footer-banner .banner.banner-col-3 > .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .footer-container .footer-banner .banner.banner-col-3 > .col {
    float: left;
    width: 33.33333333%;
  }
}
.footer-container .footer-block {
  background-color: #f5f5f5;
}
.footer-container .footer-block .blocks {
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0;
}
.footer-container .footer-block .blocks .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .footer-container .footer-block .blocks .col {
    float: left;
    width: 25%;
  }
}
.footer-container .footer-block .blocks.block-col-2 > .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .footer-container .footer-block .blocks.block-col-2 > .col {
    float: left;
    width: 50%;
  }
}
.footer-container .footer-block .blocks.block-col-3 > .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .footer-container .footer-block .blocks.block-col-3 > .col {
    float: left;
    width: 33.33333333%;
  }
}
.footer-container .footer-block .blocks.block-col-4 > .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .footer-container .footer-block .blocks.block-col-4 > .col {
    float: left;
    width: 25%;
  }
}
.footer-container .footer-info {
  background-color: #444444;
  color: #ffffff;
  font-size: 12px;
}
.footer-container .footer-info a {
  color: #ffffff;
}
.footer-container .footer-info a:focus,
.footer-container .footer-info a:hover {
  color: #ffffff;
}
.footer-container .footer-info .info {
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 0;
}
.footer-container .footer-info .info .nav-footer {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .footer-container .footer-info .info .nav-footer {
    float: left;
    width: 75%;
  }
}
.footer-container .footer-info .info .nav-footer ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.footer-container .footer-info .info .nav-footer ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.footer-container .footer-info .info .nav-footer ul li + li:before {
  content: '-';
  margin-right: 10px;
}
.footer-container .footer-info .info .copyright {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 300;
  text-align: right;
}
@media (min-width: 1200px) {
  .footer-container .footer-info .info .copyright {
    float: left;
    width: 25%;
  }
}
.footer-container .footer-info .info .copyright > a {
  font-weight: bold;
}
.account-info .list-info address {
  margin-bottom: 0;
}
.account-info .list-info .mobile,
.account-info .list-info .tel,
.account-info .list-info .email {
  display: block;
}
.account-info .list-info > li {
  margin-bottom: 20px;
}
.account-address .btn-add-address {
  margin-bottom: 10px;
}
.deliveries-warning,
.address-warning,
.orders-warning,
.folder-warning {
  clear: both;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  margin-bottom: 0;
  text-align: center;
}
.deliveries-warning h4,
.address-warning h4,
.orders-warning h4,
.folder-warning h4 {
  margin-top: 0;
  color: inherit;
}
.deliveries-warning .alert-link,
.address-warning .alert-link,
.orders-warning .alert-link,
.folder-warning .alert-link {
  font-weight: bold;
}
.deliveries-warning > p,
.address-warning > p,
.orders-warning > p,
.folder-warning > p,
.deliveries-warning > ul,
.address-warning > ul,
.orders-warning > ul,
.folder-warning > ul {
  margin-bottom: 0;
}
.deliveries-warning > p + p,
.address-warning > p + p,
.orders-warning > p + p,
.folder-warning > p + p {
  margin-top: 5px;
}
.deliveries-warning hr,
.address-warning hr,
.orders-warning hr,
.folder-warning hr {
  border-top-color: #f7e1b5;
}
.deliveries-warning .alert-link,
.address-warning .alert-link,
.orders-warning .alert-link,
.folder-warning .alert-link {
  color: #66512c;
}
.deliveries-warning > a,
.address-warning > a,
.orders-warning > a,
.folder-warning > a {
  color: inherit;
}
.deliveries-warning:before,
.address-warning:before,
.orders-warning:before,
.folder-warning:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f071";
  display: block;
  font-size: 2.2em;
}
.table-order {
  border: 1px solid #dddddd;
}
.table-order > thead > tr > th,
.table-order > tbody > tr > th,
.table-order > tfoot > tr > th,
.table-order > thead > tr > td,
.table-order > tbody > tr > td,
.table-order > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-order > thead > tr > th,
.table-order > thead > tr > td {
  border-bottom-width: 2px;
}
.table-order thead > tr > th.image,
.table-order tbody > tr > th.image,
.table-order tfooter > tr > th.image,
.table-order thead > tr > td.image,
.table-order tbody > tr > td.image,
.table-order tfooter > tr > td.image {
  border-right-color: transparent;
}
.table-order thead th {
  background-color: #f5f5f5;
  text-transform: uppercase;
}
.table-order tbody td.product .name {
  margin-top: 0;
}
.table-order tbody td.unitprice .price {
  color: #7a7a7a;
}
.table-order tbody td.unitprice .old-price .price {
  font-size: 14px;
}
.table-order tbody td.unitprice .secondary-price .price {
  font-size: 14px;
  font-weight: normal;
}
.table-order tbody td.qty .group-qty {
  margin-bottom: 0;
}
.table-order tbody td.subprice .price {
  color: #f49a17;
}
.table-order tfoot td.shipping .price {
  color: #7a7a7a;
  font-size: 19px;
}
.table-order tfoot td.total .price {
  font-size: 19px;
}
.table-order tfoot td.empty {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.table-order-total td {
  width: 50%;
}
.table-order-total td.total .price {
  font-size: 19px;
}
.table-order-total td.empty {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
#delivery-address .panel-heading {
  position: relative;
}
#delivery-address .panel-heading > .btn-add-address {
  position: absolute;
  top: 7px;
  right: 10px;
  margin: 0;
  padding: 0;
  text-transform: none;
}
#cart-address {
  margin-left: -15px;
  margin-right: -15px;
}
#cart-address .panel {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
@media (min-width: 768px) {
  #cart-address .panel {
    float: left;
    width: 50%;
  }
}
.list-payment {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-bottom: 0;
}
.list-payment > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#payment-method.panel .panel-body {
  text-align: center;
}
#payment-method.panel .radio {
  display: block;
}
#payment-method.panel .radio label > img {
  border: 1px solid #ddd;
  border-radius: 3px;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#payment-method.panel .radio label > img:hover,
#payment-method.panel .radio label > img:focus {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
#payment-method .list-group-item {
  border: none;
}
.js #payment-method .radio .active > img,
.js #payment-method .radio input:checked + img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkout-progress {
  margin-bottom: 20px;
  width: 100%;
}
.checkout-progress .btn-step {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #cccccc;
  padding: 16px 24px;
}
.checkout-progress .btn-step:hover,
.checkout-progress .btn-step:focus,
.checkout-progress .btn-step:active,
.checkout-progress .btn-step.active,
.open > .dropdown-toggle.checkout-progress .btn-step {
  color: #333333;
  background-color: #dcdcdc;
  border-color: #adadad;
}
.checkout-progress .btn-step:active,
.checkout-progress .btn-step.active,
.open > .dropdown-toggle.checkout-progress .btn-step {
  background-image: none;
}
.checkout-progress .btn-step.disabled,
.checkout-progress .btn-step[disabled],
fieldset[disabled] .checkout-progress .btn-step,
.checkout-progress .btn-step.disabled:hover,
.checkout-progress .btn-step[disabled]:hover,
fieldset[disabled] .checkout-progress .btn-step:hover,
.checkout-progress .btn-step.disabled:focus,
.checkout-progress .btn-step[disabled]:focus,
fieldset[disabled] .checkout-progress .btn-step:focus,
.checkout-progress .btn-step.disabled:active,
.checkout-progress .btn-step[disabled]:active,
fieldset[disabled] .checkout-progress .btn-step:active,
.checkout-progress .btn-step.disabled.active,
.checkout-progress .btn-step[disabled].active,
fieldset[disabled] .checkout-progress .btn-step.active {
  background-color: #f5f5f5;
  border-color: #cccccc;
}
.checkout-progress .btn-step .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.checkout-progress .btn-step .step-nb {
  border-right: 1px solid #7a7a7a;
  font-size: 30px;
  line-height: 0;
  font-weight: 600;
  padding-right: 6px;
  vertical-align: middle;
}
.checkout-progress .btn-step .step-label {
  font-size: 20px;
  font-weight: 100;
  min-width: 250px;
  padding-left: 6px;
  vertical-align: middle;
}
.checkout-progress .btn-step:hover,
.checkout-progress .btn-step:focus,
.checkout-progress .btn-step:active,
.checkout-progress .btn-step.active {
  color: #fff;
}
.checkout-progress .btn-step:hover .step-nb,
.checkout-progress .btn-step:focus .step-nb,
.checkout-progress .btn-step:active .step-nb,
.checkout-progress .btn-step.active .step-nb {
  border-right: 1px solid #fff;
}
.checkout-progress .btn-step.active {
  cursor: default;
  display: inherit;
  pointer-events: none;
}
.cart-empty {
  margin: 0;
  padding: 40px;
}
.table-cart-mini {
  margin-bottom: 0;
}
.table-cart {
  border: 1px solid #dddddd;
}
.table-cart > thead > tr > th,
.table-cart > tbody > tr > th,
.table-cart > tfoot > tr > th,
.table-cart > thead > tr > td,
.table-cart > tbody > tr > td,
.table-cart > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-cart > thead > tr > th,
.table-cart > thead > tr > td {
  border-bottom-width: 2px;
}
.table-cart thead > tr > th.image,
.table-cart tbody > tr > th.image,
.table-cart tfooter > tr > th.image,
.table-cart thead > tr > td.image,
.table-cart tbody > tr > td.image,
.table-cart tfooter > tr > td.image {
  border-right-color: transparent;
}
.table-cart thead th {
  background-color: #f5f5f5;
  text-transform: uppercase;
}
.table-cart tbody td.product .name {
  margin-top: 0;
}
.table-cart tbody td.unitprice .price {
  color: #7a7a7a;
}
.table-cart tbody td.unitprice .old-price .price {
  font-size: 14px;
}
.table-cart tbody td.unitprice .secondary-price .price {
  font-size: 14px;
  font-weight: normal;
}
.table-cart tbody td.qty .group-qty {
  margin-bottom: 0;
}
.table-cart tbody td.subprice .price {
  color: #f49a17;
}
.table-cart tfoot td.shipping .price {
  color: #7a7a7a;
  font-size: 19px;
}
.table-cart tfoot td.total .price {
  font-size: 19px;
}
.table-cart tfoot td.empty {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.table-cart-total td {
  width: 50%;
}
.table-cart-total td.total .price {
  font-size: 19px;
}
.table-cart-total td.empty {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.cart-warning {
  clear: both;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
  margin-bottom: 0;
  text-align: center;
}
.cart-warning h4 {
  margin-top: 0;
  color: inherit;
}
.cart-warning .alert-link {
  font-weight: bold;
}
.cart-warning > p,
.cart-warning > ul {
  margin-bottom: 0;
}
.cart-warning > p + p {
  margin-top: 5px;
}
.cart-warning hr {
  border-top-color: #f7e1b5;
}
.cart-warning .alert-link {
  color: #66512c;
}
.cart-warning > a {
  color: inherit;
}
.cart-warning:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f071";
  display: block;
  font-size: 2.2em;
}
.js .group-qty .form-inline .form-group {
  display: block;
}
.js .group-qty .btn-cart-update {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.breadcrumb {
  padding: 0;
}
.breadcrumb > li + li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f105";
}
.pagination .icon-next:before {
  content: "\f054";
}
.pagination .icon-prev:before {
  content: "\f053";
}
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
}
.navbar {
  background-color: #f5f5f5;
  border-color: #ffffff;
}
.navbar .navbar-brand {
  color: #707070;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: #575757;
  background-color: transparent;
}
.navbar .navbar-text {
  color: #707070;
}
.navbar .navbar-nav > li > a {
  color: #707070;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #f49a17;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #f49a17;
  background-color: transparent;
}
.navbar .navbar-nav > .disabled > a,
.navbar .navbar-nav > .disabled > a:hover,
.navbar .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar .navbar-toggle {
  border-color: #dddddd;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar .navbar-collapse,
.navbar .navbar-form {
  border-color: #ffffff;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #f49a17;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: #707070;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #f49a17;
  }
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f49a17;
    background-color: transparent;
  }
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar .navbar-link {
  color: #707070;
}
.navbar .navbar-link:hover {
  color: #ffffff;
}
.navbar .btn-link {
  color: #707070;
}
.navbar .btn-link:hover,
.navbar .btn-link:focus {
  color: #ffffff;
}
.navbar .btn-link[disabled]:hover,
fieldset[disabled] .navbar .btn-link:hover,
.navbar .btn-link[disabled]:focus,
fieldset[disabled] .navbar .btn-link:focus {
  color: #cccccc;
}
.navbar.navbar-secondary {
  z-index: 1001;
}
.navbar .navbar-brand {
  display: none !important;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    display: block !important;
  }
  table.navbar .navbar-brand {
    display: table;
  }
  tr.navbar .navbar-brand {
    display: table-row !important;
  }
  th.navbar .navbar-brand,
  td.navbar .navbar-brand {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-cart .dropdown > a:after,
  .navbar .navbar-customer .dropdown > a:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f078";
    float: right;
    padding-left: .3em;
  }
  .navbar .navbar-cart .dropdown > a:after,
  .navbar .navbar-customer .dropdown > a:after {
    float: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .navbar .navbar-cart .dropdown > a:after,
  .navbar .navbar-customer .dropdown > a:after {
    float: none;
  }
}
.navbar .navbar-cart .dropdown-menu,
.navbar .navbar-customer .dropdown-menu {
  margin: 0;
  padding: 20px;
}
@media (max-width: 992px) {
  .navbar .navbar-cart .dropdown-menu,
  .navbar .navbar-customer .dropdown-menu {
    display: none;
  }
}
.navbar .navbar-cart .dropdown-menu.cart-content,
.navbar .navbar-customer .dropdown-menu.cart-content {
  width: 350px;
}
.navbar .navbar-cart .dropdown-menu.cart-content > p,
.navbar .navbar-customer .dropdown-menu.cart-content > p {
  margin: 0;
}
.navbar .navbar-cart .cart-not-empty .cart-content,
.navbar .navbar-customer .cart-not-empty .cart-content {
  border-top: none;
  padding: 0;
}
@media (min-width: 992px) {
  .navbar .list-subnav {
    background-color: #f49a17;
    border: 1px solid #f49a17;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .list-subnav > li > a {
    color: #ffffff;
    padding: 3px 12px;
  }
  .navbar .list-subnav > li > a:hover,
  .navbar .list-subnav > li > a:focus {
    color: #f49a17;
    background-color: #ffffff;
  }
  .navbar .list-subnav > .active > a,
  .navbar .list-subnav > .active > a:hover,
  .navbar .list-subnav > .active > a:focus {
    background-color: #ffffff;
    color: #f49a17;
  }
}
.navbar .full-width {
  position: static;
}
.navbar .full-width .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
.navbar .full-width .dropdown-menu .dropdown-content {
  padding: 20px;
}
.navbar .full-width .dropdown-menu .dropdown-content .dropdown-subheading {
  display: block;
  font-weight: bold;
}
@media (min-width: 992px) {
  .navbar-collapse .navbar-nav.navbar-right:first-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: 0;
  }
}
.js .dropdown-toggle:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f078";
  float: right;
  padding-left: .3em;
}
@media (min-width: 992px) {
  .js .dropdown-toggle:after {
    float: none;
  }
}
.label-new {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #5bc0de;
}
a.label-new:hover,
a.label-new:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-new:empty {
  display: none;
}
.btn .label-new {
  position: relative;
  top: -1px;
}
.label-new[href]:hover,
.label-new[href]:focus {
  background-color: #31b0d5;
}
.label-sale {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #d9534f;
}
a.label-sale:hover,
a.label-sale:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-sale:empty {
  display: none;
}
.btn .label-sale {
  position: relative;
  top: -1px;
}
.label-sale[href]:hover,
.label-sale[href]:focus {
  background-color: #c9302c;
}
.label-delivered {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #5cb85c;
}
a.label-delivered:hover,
a.label-delivered:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-delivered:empty {
  display: none;
}
.btn .label-delivered {
  position: relative;
  top: -1px;
}
.label-delivered[href]:hover,
.label-delivered[href]:focus {
  background-color: #449d44;
}
.panel {
  border-color: #f5f5f5;
  /*
    @media (min-width: @screen-tablet) {
        .panel-heading {
            text-align: center;
        }
    }
*/
}
.panel > .panel-heading {
  color: #7a7a7a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f5f5f5;
}
.panel > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #7a7a7a;
}
.panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f5f5f5;
}
.panel-heading {
  text-transform: uppercase;
}
#account .panel-heading {
  padding: 0;
}
#account .panel-heading .panel-title > a {
  background: #f49a17;
  color: #ffffff;
  display: block;
  padding: 12px 15px;
  text-decoration: none;
}
#account .panel-heading .panel-title > a.collapsed {
  background: inherit;
  color: inherit;
}
#account .panel-heading .panel-title > a.collapsed:hover,
#account .panel-heading .panel-title > a.collapsed:focus {
  background: #f49a17;
  color: #ffffff;
}
#account .panel-body {
  padding: 25px;
}
.block {
  background: transparent;
  border: 1px solid none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.block .block-heading {
  background: transparent;
  border-bottom: 1px solid #dfdfdf;
  color: #888888;
  margin: 0 0 6px 0;
  padding-bottom: 6px;
}
.block .block-title {
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 0;
}
.block .block-title > a {
  color: inherit;
}
.block .block-content {
  font-size: 12px;
  margin-bottom: 20px;
}
.block .block-content .block-subtitle {
  /*border-bottom: 1px solid @block-subheading-border;*/
  color: #f49a17;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 6px 0;
}
.block-default .block-content ul {
  padding-left: 0;
  list-style: none;
}
.block-default .block-content ul > li {
  margin-left: 15px;
  padding-top: 6px;
}
.block-default .block-content ul > li a {
  color: #747474;
}
.block-default .block-content ul > li a:hover,
.block-default .block-content ul > li a:focus {
  color: #b66f09;
}
.block-default .block-content ul > li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f054";
  color: #f49a17;
  margin-left: -15px;
  margin-right: 5px;
}
/* Block - Links */
.block-links .block-content ul {
  padding-left: 0;
  list-style: none;
}
.block-links .block-content ul > li + li a {
  border-top: 1px solid #ffffff;
}
.block-links .block-content ul > li a {
  background-color: transparent;
  color: #747474;
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 3px;
  position: relative;
}
.block-links .block-content ul > li a:hover,
.block-links .block-content ul > li a:focus {
  text-decoration: none;
  background-color: #ebebeb;
}
.block-links .block-content ul > li a > p {
  margin-bottom: 0;
}
/* Block - Nav */
.block-nav .block-heading {
  margin-bottom: 0;
}
.block-nav .block-content ul {
  padding-left: 0;
  list-style: none;
}
.block-nav .block-content ul > li a {
  background-color: transparent;
  border-top: 1px solid #eeeeee;
  color: #747474;
  display: block;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 3px;
  position: relative;
}
.block-nav .block-content ul > li a:hover,
.block-nav .block-content ul > li a:focus {
  text-decoration: none;
  background-color: #f7f7f7;
}
.block-nav .block-content ul > li a.accordion-toggle:after {
  color: #f49a17;
  float: right;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f068";
}
.block-nav .block-content ul > li a.accordion-toggle.collapsed:after {
  content: "\f067";
}
.block-nav .block-content ul ul a {
  padding-left: 15px;
}
.block-nav .block-content ul ul ul a {
  padding-left: 30px;
}
.block-nav .block-content ul ul ul ul a {
  padding-left: 45px;
}
/* Block - Thumbnails */
.block-thumbnail {
  margin-left: -15px;
  margin-right: -15px;
}
.block-thumbnail.block-thumbnail-2 li {
  max-width: 50%;
}
.block-thumbnail.block-thumbnail-3 li {
  max-width: 33.33333333%;
}
.block-thumbnail.block-thumbnail-4 li {
  max-width: 25%;
}
.block-thumbnail .block-content ul {
  padding-left: 0;
  list-style: none;
}
.block-thumbnail .block-content ul > li {
  float: left;
  padding-right: 7.5px;
  padding-bottom: 7.5px;
  position: relative;
  max-width: 33.33333333%;
}
/* Block - Social */
.block-social .block-content ul {
  padding-left: 0;
  list-style: none;
}
.block-social .block-content ul > li {
  display: inline-block;
  font-size: 18px;
}
.block-social .block-content ul > li > a {
  color: #888888;
}
.block-social .block-content ul > li > a:hover,
.block-social .block-content ul > li > a:focus {
  color: #b66f09;
}
/* Block - Newsletter */
.block-newsletter .block-content form .btn-subscribe {
  padding: 6px 6px;
}
/* Block - Contact Info */
.block-contact .block-content ul {
  padding-left: 0;
  list-style: none;
}
.block-contact .block-content ul > li {
  clear: both;
  margin-bottom: 5px;
}
.block-carousel {
  margin-bottom: 30px;
}
.block-carousel .carousel-indicators {
  bottom: auto;
}
.block-carousel .block-carousel-control {
  float: right !important;
  float: right;
}
.block-carousel .block-carousel-control .carousel-control {
  background: #efefef;
  color: #000;
  display: block;
  float: left;
  font-size: 24px;
  margin-left: 3px;
  position: relative;
  top: 1px;
  left: auto;
  bottom: auto;
  width: 28px;
  height: 28px;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
.block-carousel .block-carousel-control .carousel-control:hover,
.block-carousel .block-carousel-control .carousel-control:focus {
  background-color: #000;
  color: #fff;
}
/* Block - Poll */
/* Block - Compare */
/* Block - Wishlist */
/* Block - Cart */
/* Block - Related */
.btn-secondary {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #cccccc;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #333333;
  background-color: #dcdcdc;
  border-color: #adadad;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #f5f5f5;
  border-color: #cccccc;
}
.btn-secondary .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn_add_to_cart,
.btn.btn-cart,
.btn.btn-checkout,
.btn.btn-checkout-next,
.btn.btn-checkout-home,
.btn.btn-contact,
.btn.btn-forgot,
.btn.btn-login,
.btn.btn-proceed-checkout,
.btn.btn-register,
.btn.btn-submit {
  color: #ffffff;
  background-color: #f49a17;
  border-color: #f49a17;
  border-left: 3px solid #f9c478;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  text-align: left;
  text-shadow: none;
}
.btn.btn_add_to_cart:hover,
.btn.btn-cart:hover,
.btn.btn-checkout:hover,
.btn.btn-checkout-next:hover,
.btn.btn-checkout-home:hover,
.btn.btn-contact:hover,
.btn.btn-forgot:hover,
.btn.btn-login:hover,
.btn.btn-proceed-checkout:hover,
.btn.btn-register:hover,
.btn.btn-submit:hover,
.btn.btn_add_to_cart:focus,
.btn.btn-cart:focus,
.btn.btn-checkout:focus,
.btn.btn-checkout-next:focus,
.btn.btn-checkout-home:focus,
.btn.btn-contact:focus,
.btn.btn-forgot:focus,
.btn.btn-login:focus,
.btn.btn-proceed-checkout:focus,
.btn.btn-register:focus,
.btn.btn-submit:focus,
.btn.btn_add_to_cart:active,
.btn.btn-cart:active,
.btn.btn-checkout:active,
.btn.btn-checkout-next:active,
.btn.btn-checkout-home:active,
.btn.btn-contact:active,
.btn.btn-forgot:active,
.btn.btn-login:active,
.btn.btn-proceed-checkout:active,
.btn.btn-register:active,
.btn.btn-submit:active,
.btn.btn_add_to_cart.active,
.btn.btn-cart.active,
.btn.btn-checkout.active,
.btn.btn-checkout-next.active,
.btn.btn-checkout-home.active,
.btn.btn-contact.active,
.btn.btn-forgot.active,
.btn.btn-login.active,
.btn.btn-proceed-checkout.active,
.btn.btn-register.active,
.btn.btn-submit.active,
.open > .dropdown-toggle.btn.btn_add_to_cart,
.open > .dropdown-toggle.btn.btn-cart,
.open > .dropdown-toggle.btn.btn-checkout,
.open > .dropdown-toggle.btn.btn-checkout-next,
.open > .dropdown-toggle.btn.btn-checkout-home,
.open > .dropdown-toggle.btn.btn-contact,
.open > .dropdown-toggle.btn.btn-forgot,
.open > .dropdown-toggle.btn.btn-login,
.open > .dropdown-toggle.btn.btn-proceed-checkout,
.open > .dropdown-toggle.btn.btn-register,
.open > .dropdown-toggle.btn.btn-submit {
  color: #ffffff;
  background-color: #ce7e0a;
  border-color: #c47809;
}
.btn.btn_add_to_cart:active,
.btn.btn-cart:active,
.btn.btn-checkout:active,
.btn.btn-checkout-next:active,
.btn.btn-checkout-home:active,
.btn.btn-contact:active,
.btn.btn-forgot:active,
.btn.btn-login:active,
.btn.btn-proceed-checkout:active,
.btn.btn-register:active,
.btn.btn-submit:active,
.btn.btn_add_to_cart.active,
.btn.btn-cart.active,
.btn.btn-checkout.active,
.btn.btn-checkout-next.active,
.btn.btn-checkout-home.active,
.btn.btn-contact.active,
.btn.btn-forgot.active,
.btn.btn-login.active,
.btn.btn-proceed-checkout.active,
.btn.btn-register.active,
.btn.btn-submit.active,
.open > .dropdown-toggle.btn.btn_add_to_cart,
.open > .dropdown-toggle.btn.btn-cart,
.open > .dropdown-toggle.btn.btn-checkout,
.open > .dropdown-toggle.btn.btn-checkout-next,
.open > .dropdown-toggle.btn.btn-checkout-home,
.open > .dropdown-toggle.btn.btn-contact,
.open > .dropdown-toggle.btn.btn-forgot,
.open > .dropdown-toggle.btn.btn-login,
.open > .dropdown-toggle.btn.btn-proceed-checkout,
.open > .dropdown-toggle.btn.btn-register,
.open > .dropdown-toggle.btn.btn-submit {
  background-image: none;
}
.btn.btn_add_to_cart.disabled,
.btn.btn-cart.disabled,
.btn.btn-checkout.disabled,
.btn.btn-checkout-next.disabled,
.btn.btn-checkout-home.disabled,
.btn.btn-contact.disabled,
.btn.btn-forgot.disabled,
.btn.btn-login.disabled,
.btn.btn-proceed-checkout.disabled,
.btn.btn-register.disabled,
.btn.btn-submit.disabled,
.btn.btn_add_to_cart[disabled],
.btn.btn-cart[disabled],
.btn.btn-checkout[disabled],
.btn.btn-checkout-next[disabled],
.btn.btn-checkout-home[disabled],
.btn.btn-contact[disabled],
.btn.btn-forgot[disabled],
.btn.btn-login[disabled],
.btn.btn-proceed-checkout[disabled],
.btn.btn-register[disabled],
.btn.btn-submit[disabled],
fieldset[disabled] .btn.btn_add_to_cart,
fieldset[disabled] .btn.btn-cart,
fieldset[disabled] .btn.btn-checkout,
fieldset[disabled] .btn.btn-checkout-next,
fieldset[disabled] .btn.btn-checkout-home,
fieldset[disabled] .btn.btn-contact,
fieldset[disabled] .btn.btn-forgot,
fieldset[disabled] .btn.btn-login,
fieldset[disabled] .btn.btn-proceed-checkout,
fieldset[disabled] .btn.btn-register,
fieldset[disabled] .btn.btn-submit,
.btn.btn_add_to_cart.disabled:hover,
.btn.btn-cart.disabled:hover,
.btn.btn-checkout.disabled:hover,
.btn.btn-checkout-next.disabled:hover,
.btn.btn-checkout-home.disabled:hover,
.btn.btn-contact.disabled:hover,
.btn.btn-forgot.disabled:hover,
.btn.btn-login.disabled:hover,
.btn.btn-proceed-checkout.disabled:hover,
.btn.btn-register.disabled:hover,
.btn.btn-submit.disabled:hover,
.btn.btn_add_to_cart[disabled]:hover,
.btn.btn-cart[disabled]:hover,
.btn.btn-checkout[disabled]:hover,
.btn.btn-checkout-next[disabled]:hover,
.btn.btn-checkout-home[disabled]:hover,
.btn.btn-contact[disabled]:hover,
.btn.btn-forgot[disabled]:hover,
.btn.btn-login[disabled]:hover,
.btn.btn-proceed-checkout[disabled]:hover,
.btn.btn-register[disabled]:hover,
.btn.btn-submit[disabled]:hover,
fieldset[disabled] .btn.btn_add_to_cart:hover,
fieldset[disabled] .btn.btn-cart:hover,
fieldset[disabled] .btn.btn-checkout:hover,
fieldset[disabled] .btn.btn-checkout-next:hover,
fieldset[disabled] .btn.btn-checkout-home:hover,
fieldset[disabled] .btn.btn-contact:hover,
fieldset[disabled] .btn.btn-forgot:hover,
fieldset[disabled] .btn.btn-login:hover,
fieldset[disabled] .btn.btn-proceed-checkout:hover,
fieldset[disabled] .btn.btn-register:hover,
fieldset[disabled] .btn.btn-submit:hover,
.btn.btn_add_to_cart.disabled:focus,
.btn.btn-cart.disabled:focus,
.btn.btn-checkout.disabled:focus,
.btn.btn-checkout-next.disabled:focus,
.btn.btn-checkout-home.disabled:focus,
.btn.btn-contact.disabled:focus,
.btn.btn-forgot.disabled:focus,
.btn.btn-login.disabled:focus,
.btn.btn-proceed-checkout.disabled:focus,
.btn.btn-register.disabled:focus,
.btn.btn-submit.disabled:focus,
.btn.btn_add_to_cart[disabled]:focus,
.btn.btn-cart[disabled]:focus,
.btn.btn-checkout[disabled]:focus,
.btn.btn-checkout-next[disabled]:focus,
.btn.btn-checkout-home[disabled]:focus,
.btn.btn-contact[disabled]:focus,
.btn.btn-forgot[disabled]:focus,
.btn.btn-login[disabled]:focus,
.btn.btn-proceed-checkout[disabled]:focus,
.btn.btn-register[disabled]:focus,
.btn.btn-submit[disabled]:focus,
fieldset[disabled] .btn.btn_add_to_cart:focus,
fieldset[disabled] .btn.btn-cart:focus,
fieldset[disabled] .btn.btn-checkout:focus,
fieldset[disabled] .btn.btn-checkout-next:focus,
fieldset[disabled] .btn.btn-checkout-home:focus,
fieldset[disabled] .btn.btn-contact:focus,
fieldset[disabled] .btn.btn-forgot:focus,
fieldset[disabled] .btn.btn-login:focus,
fieldset[disabled] .btn.btn-proceed-checkout:focus,
fieldset[disabled] .btn.btn-register:focus,
fieldset[disabled] .btn.btn-submit:focus,
.btn.btn_add_to_cart.disabled:active,
.btn.btn-cart.disabled:active,
.btn.btn-checkout.disabled:active,
.btn.btn-checkout-next.disabled:active,
.btn.btn-checkout-home.disabled:active,
.btn.btn-contact.disabled:active,
.btn.btn-forgot.disabled:active,
.btn.btn-login.disabled:active,
.btn.btn-proceed-checkout.disabled:active,
.btn.btn-register.disabled:active,
.btn.btn-submit.disabled:active,
.btn.btn_add_to_cart[disabled]:active,
.btn.btn-cart[disabled]:active,
.btn.btn-checkout[disabled]:active,
.btn.btn-checkout-next[disabled]:active,
.btn.btn-checkout-home[disabled]:active,
.btn.btn-contact[disabled]:active,
.btn.btn-forgot[disabled]:active,
.btn.btn-login[disabled]:active,
.btn.btn-proceed-checkout[disabled]:active,
.btn.btn-register[disabled]:active,
.btn.btn-submit[disabled]:active,
fieldset[disabled] .btn.btn_add_to_cart:active,
fieldset[disabled] .btn.btn-cart:active,
fieldset[disabled] .btn.btn-checkout:active,
fieldset[disabled] .btn.btn-checkout-next:active,
fieldset[disabled] .btn.btn-checkout-home:active,
fieldset[disabled] .btn.btn-contact:active,
fieldset[disabled] .btn.btn-forgot:active,
fieldset[disabled] .btn.btn-login:active,
fieldset[disabled] .btn.btn-proceed-checkout:active,
fieldset[disabled] .btn.btn-register:active,
fieldset[disabled] .btn.btn-submit:active,
.btn.btn_add_to_cart.disabled.active,
.btn.btn-cart.disabled.active,
.btn.btn-checkout.disabled.active,
.btn.btn-checkout-next.disabled.active,
.btn.btn-checkout-home.disabled.active,
.btn.btn-contact.disabled.active,
.btn.btn-forgot.disabled.active,
.btn.btn-login.disabled.active,
.btn.btn-proceed-checkout.disabled.active,
.btn.btn-register.disabled.active,
.btn.btn-submit.disabled.active,
.btn.btn_add_to_cart[disabled].active,
.btn.btn-cart[disabled].active,
.btn.btn-checkout[disabled].active,
.btn.btn-checkout-next[disabled].active,
.btn.btn-checkout-home[disabled].active,
.btn.btn-contact[disabled].active,
.btn.btn-forgot[disabled].active,
.btn.btn-login[disabled].active,
.btn.btn-proceed-checkout[disabled].active,
.btn.btn-register[disabled].active,
.btn.btn-submit[disabled].active,
fieldset[disabled] .btn.btn_add_to_cart.active,
fieldset[disabled] .btn.btn-cart.active,
fieldset[disabled] .btn.btn-checkout.active,
fieldset[disabled] .btn.btn-checkout-next.active,
fieldset[disabled] .btn.btn-checkout-home.active,
fieldset[disabled] .btn.btn-contact.active,
fieldset[disabled] .btn.btn-forgot.active,
fieldset[disabled] .btn.btn-login.active,
fieldset[disabled] .btn.btn-proceed-checkout.active,
fieldset[disabled] .btn.btn-register.active,
fieldset[disabled] .btn.btn-submit.active {
  background-color: #f49a17;
  border-color: #f49a17;
}
.btn.btn_add_to_cart .badge,
.btn.btn-cart .badge,
.btn.btn-checkout .badge,
.btn.btn-checkout-next .badge,
.btn.btn-checkout-home .badge,
.btn.btn-contact .badge,
.btn.btn-forgot .badge,
.btn.btn-login .badge,
.btn.btn-proceed-checkout .badge,
.btn.btn-register .badge,
.btn.btn-submit .badge {
  color: #f49a17;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .btn.btn_add_to_cart,
  .btn.btn-cart,
  .btn.btn-checkout,
  .btn.btn-checkout-next,
  .btn.btn-checkout-home,
  .btn.btn-contact,
  .btn.btn-forgot,
  .btn.btn-login,
  .btn.btn-proceed-checkout,
  .btn.btn-register,
  .btn.btn-submit {
    padding: 2px 15px 2px 5px;
  }
}
.btn.btn_add_to_cart:hover,
.btn.btn-cart:hover,
.btn.btn-checkout:hover,
.btn.btn-checkout-next:hover,
.btn.btn-checkout-home:hover,
.btn.btn-contact:hover,
.btn.btn-forgot:hover,
.btn.btn-login:hover,
.btn.btn-proceed-checkout:hover,
.btn.btn-register:hover,
.btn.btn-submit:hover,
.btn.btn_add_to_cart:focus,
.btn.btn-cart:focus,
.btn.btn-checkout:focus,
.btn.btn-checkout-next:focus,
.btn.btn-checkout-home:focus,
.btn.btn-contact:focus,
.btn.btn-forgot:focus,
.btn.btn-login:focus,
.btn.btn-proceed-checkout:focus,
.btn.btn-register:focus,
.btn.btn-submit:focus {
  background-color: #f49a17;
  color: #b66f09;
  text-decoration: none;
}
.btn.btn_add_to_cart:active,
.btn.btn-cart:active,
.btn.btn-checkout:active,
.btn.btn-checkout-next:active,
.btn.btn-checkout-home:active,
.btn.btn-contact:active,
.btn.btn-forgot:active,
.btn.btn-login:active,
.btn.btn-proceed-checkout:active,
.btn.btn-register:active,
.btn.btn-submit:active,
.btn.btn_add_to_cart.active,
.btn.btn-cart.active,
.btn.btn-checkout.active,
.btn.btn-checkout-next.active,
.btn.btn-checkout-home.active,
.btn.btn-contact.active,
.btn.btn-forgot.active,
.btn.btn-login.active,
.btn.btn-proceed-checkout.active,
.btn.btn-register.active,
.btn.btn-submit.active,
.btn.btn_add_to_cart:active:hover,
.btn.btn-cart:active:hover,
.btn.btn-checkout:active:hover,
.btn.btn-checkout-next:active:hover,
.btn.btn-checkout-home:active:hover,
.btn.btn-contact:active:hover,
.btn.btn-forgot:active:hover,
.btn.btn-login:active:hover,
.btn.btn-proceed-checkout:active:hover,
.btn.btn-register:active:hover,
.btn.btn-submit:active:hover,
.btn.btn_add_to_cart.active:hover,
.btn.btn-cart.active:hover,
.btn.btn-checkout.active:hover,
.btn.btn-checkout-next.active:hover,
.btn.btn-checkout-home.active:hover,
.btn.btn-contact.active:hover,
.btn.btn-forgot.active:hover,
.btn.btn-login.active:hover,
.btn.btn-proceed-checkout.active:hover,
.btn.btn-register.active:hover,
.btn.btn-submit.active:hover {
  background-image: none;
  background-color: #d5d5d5;
  border-color: #6f6f6f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.btn.btn_add_to_cart:before,
.btn.btn-cart:before,
.btn.btn-checkout:before,
.btn.btn-checkout-next:before,
.btn.btn-checkout-home:before,
.btn.btn-contact:before,
.btn.btn-forgot:before,
.btn.btn-login:before,
.btn.btn-proceed-checkout:before,
.btn.btn-register:before,
.btn.btn-submit:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f054";
  font-size: 1em;
  line-height: 0;
  margin: 0 .4em 0 4px;
}
.btn.btn-add-address,
.btn.btn-checkout,
.btn.btn-checkout-next,
.btn.btn-checkout-home {
  float: right;
}
.btn.btn-back,
.btn.btn-continue-shopping {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-left: 3px solid #cccccc;
  color: #f49a17;
  font-weight: 600;
  text-align: left;
  text-shadow: none;
}
.btn.btn-back:hover,
.btn.btn-continue-shopping:hover,
.btn.btn-back:focus,
.btn.btn-continue-shopping:focus,
.btn.btn-back:active,
.btn.btn-continue-shopping:active,
.btn.btn-back.active,
.btn.btn-continue-shopping.active,
.open > .dropdown-toggle.btn.btn-back,
.open > .dropdown-toggle.btn.btn-continue-shopping {
  color: #333333;
  background-color: #dcdcdc;
  border-color: #adadad;
}
.btn.btn-back:active,
.btn.btn-continue-shopping:active,
.btn.btn-back.active,
.btn.btn-continue-shopping.active,
.open > .dropdown-toggle.btn.btn-back,
.open > .dropdown-toggle.btn.btn-continue-shopping {
  background-image: none;
}
.btn.btn-back.disabled,
.btn.btn-continue-shopping.disabled,
.btn.btn-back[disabled],
.btn.btn-continue-shopping[disabled],
fieldset[disabled] .btn.btn-back,
fieldset[disabled] .btn.btn-continue-shopping,
.btn.btn-back.disabled:hover,
.btn.btn-continue-shopping.disabled:hover,
.btn.btn-back[disabled]:hover,
.btn.btn-continue-shopping[disabled]:hover,
fieldset[disabled] .btn.btn-back:hover,
fieldset[disabled] .btn.btn-continue-shopping:hover,
.btn.btn-back.disabled:focus,
.btn.btn-continue-shopping.disabled:focus,
.btn.btn-back[disabled]:focus,
.btn.btn-continue-shopping[disabled]:focus,
fieldset[disabled] .btn.btn-back:focus,
fieldset[disabled] .btn.btn-continue-shopping:focus,
.btn.btn-back.disabled:active,
.btn.btn-continue-shopping.disabled:active,
.btn.btn-back[disabled]:active,
.btn.btn-continue-shopping[disabled]:active,
fieldset[disabled] .btn.btn-back:active,
fieldset[disabled] .btn.btn-continue-shopping:active,
.btn.btn-back.disabled.active,
.btn.btn-continue-shopping.disabled.active,
.btn.btn-back[disabled].active,
.btn.btn-continue-shopping[disabled].active,
fieldset[disabled] .btn.btn-back.active,
fieldset[disabled] .btn.btn-continue-shopping.active {
  background-color: #f5f5f5;
  border-color: #cccccc;
}
.btn.btn-back .badge,
.btn.btn-continue-shopping .badge {
  color: #f5f5f5;
  background-color: #333333;
}
@media (min-width: 992px) {
  .btn.btn-back,
  .btn.btn-continue-shopping {
    padding: 2px 15px 2px 5px;
  }
}
.btn.btn-back:hover,
.btn.btn-continue-shopping:hover,
.btn.btn-back:focus,
.btn.btn-continue-shopping:focus {
  background-color: #f7f7f7;
}
.btn.btn-back:active,
.btn.btn-continue-shopping:active,
.btn.btn-back.active,
.btn.btn-continue-shopping.active,
.btn.btn-back:active:hover,
.btn.btn-continue-shopping:active:hover,
.btn.btn-back.active:hover,
.btn.btn-continue-shopping.active:hover {
  background-image: none;
  background-color: #d5d5d5;
  border-color: #6f6f6f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.btn.btn-back:before,
.btn.btn-continue-shopping:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f053";
  font-size: 1em;
  line-height: 0;
  margin: 0 .4em 0 4px;
}
.btn.btn-add-address,
.btn.btn-cart-update,
.btn.btn-coupon,
.btn.btn-filter,
.btn.btn-grid,
.btn.btn-jumbotron,
.btn.btn-list,
.btn.btn-login-mini,
.btn.btn-search,
.btn.btn-subscribe {
  color: #ffffff;
  background-color: #f49a17;
  border-color: #f49a17;
}
.btn.btn-add-address:hover,
.btn.btn-cart-update:hover,
.btn.btn-coupon:hover,
.btn.btn-filter:hover,
.btn.btn-grid:hover,
.btn.btn-jumbotron:hover,
.btn.btn-list:hover,
.btn.btn-login-mini:hover,
.btn.btn-search:hover,
.btn.btn-subscribe:hover,
.btn.btn-add-address:focus,
.btn.btn-cart-update:focus,
.btn.btn-coupon:focus,
.btn.btn-filter:focus,
.btn.btn-grid:focus,
.btn.btn-jumbotron:focus,
.btn.btn-list:focus,
.btn.btn-login-mini:focus,
.btn.btn-search:focus,
.btn.btn-subscribe:focus,
.btn.btn-add-address:active,
.btn.btn-cart-update:active,
.btn.btn-coupon:active,
.btn.btn-filter:active,
.btn.btn-grid:active,
.btn.btn-jumbotron:active,
.btn.btn-list:active,
.btn.btn-login-mini:active,
.btn.btn-search:active,
.btn.btn-subscribe:active,
.btn.btn-add-address.active,
.btn.btn-cart-update.active,
.btn.btn-coupon.active,
.btn.btn-filter.active,
.btn.btn-grid.active,
.btn.btn-jumbotron.active,
.btn.btn-list.active,
.btn.btn-login-mini.active,
.btn.btn-search.active,
.btn.btn-subscribe.active,
.open > .dropdown-toggle.btn.btn-add-address,
.open > .dropdown-toggle.btn.btn-cart-update,
.open > .dropdown-toggle.btn.btn-coupon,
.open > .dropdown-toggle.btn.btn-filter,
.open > .dropdown-toggle.btn.btn-grid,
.open > .dropdown-toggle.btn.btn-jumbotron,
.open > .dropdown-toggle.btn.btn-list,
.open > .dropdown-toggle.btn.btn-login-mini,
.open > .dropdown-toggle.btn.btn-search,
.open > .dropdown-toggle.btn.btn-subscribe {
  color: #ffffff;
  background-color: #ce7e0a;
  border-color: #c47809;
}
.btn.btn-add-address:active,
.btn.btn-cart-update:active,
.btn.btn-coupon:active,
.btn.btn-filter:active,
.btn.btn-grid:active,
.btn.btn-jumbotron:active,
.btn.btn-list:active,
.btn.btn-login-mini:active,
.btn.btn-search:active,
.btn.btn-subscribe:active,
.btn.btn-add-address.active,
.btn.btn-cart-update.active,
.btn.btn-coupon.active,
.btn.btn-filter.active,
.btn.btn-grid.active,
.btn.btn-jumbotron.active,
.btn.btn-list.active,
.btn.btn-login-mini.active,
.btn.btn-search.active,
.btn.btn-subscribe.active,
.open > .dropdown-toggle.btn.btn-add-address,
.open > .dropdown-toggle.btn.btn-cart-update,
.open > .dropdown-toggle.btn.btn-coupon,
.open > .dropdown-toggle.btn.btn-filter,
.open > .dropdown-toggle.btn.btn-grid,
.open > .dropdown-toggle.btn.btn-jumbotron,
.open > .dropdown-toggle.btn.btn-list,
.open > .dropdown-toggle.btn.btn-login-mini,
.open > .dropdown-toggle.btn.btn-search,
.open > .dropdown-toggle.btn.btn-subscribe {
  background-image: none;
}
.btn.btn-add-address.disabled,
.btn.btn-cart-update.disabled,
.btn.btn-coupon.disabled,
.btn.btn-filter.disabled,
.btn.btn-grid.disabled,
.btn.btn-jumbotron.disabled,
.btn.btn-list.disabled,
.btn.btn-login-mini.disabled,
.btn.btn-search.disabled,
.btn.btn-subscribe.disabled,
.btn.btn-add-address[disabled],
.btn.btn-cart-update[disabled],
.btn.btn-coupon[disabled],
.btn.btn-filter[disabled],
.btn.btn-grid[disabled],
.btn.btn-jumbotron[disabled],
.btn.btn-list[disabled],
.btn.btn-login-mini[disabled],
.btn.btn-search[disabled],
.btn.btn-subscribe[disabled],
fieldset[disabled] .btn.btn-add-address,
fieldset[disabled] .btn.btn-cart-update,
fieldset[disabled] .btn.btn-coupon,
fieldset[disabled] .btn.btn-filter,
fieldset[disabled] .btn.btn-grid,
fieldset[disabled] .btn.btn-jumbotron,
fieldset[disabled] .btn.btn-list,
fieldset[disabled] .btn.btn-login-mini,
fieldset[disabled] .btn.btn-search,
fieldset[disabled] .btn.btn-subscribe,
.btn.btn-add-address.disabled:hover,
.btn.btn-cart-update.disabled:hover,
.btn.btn-coupon.disabled:hover,
.btn.btn-filter.disabled:hover,
.btn.btn-grid.disabled:hover,
.btn.btn-jumbotron.disabled:hover,
.btn.btn-list.disabled:hover,
.btn.btn-login-mini.disabled:hover,
.btn.btn-search.disabled:hover,
.btn.btn-subscribe.disabled:hover,
.btn.btn-add-address[disabled]:hover,
.btn.btn-cart-update[disabled]:hover,
.btn.btn-coupon[disabled]:hover,
.btn.btn-filter[disabled]:hover,
.btn.btn-grid[disabled]:hover,
.btn.btn-jumbotron[disabled]:hover,
.btn.btn-list[disabled]:hover,
.btn.btn-login-mini[disabled]:hover,
.btn.btn-search[disabled]:hover,
.btn.btn-subscribe[disabled]:hover,
fieldset[disabled] .btn.btn-add-address:hover,
fieldset[disabled] .btn.btn-cart-update:hover,
fieldset[disabled] .btn.btn-coupon:hover,
fieldset[disabled] .btn.btn-filter:hover,
fieldset[disabled] .btn.btn-grid:hover,
fieldset[disabled] .btn.btn-jumbotron:hover,
fieldset[disabled] .btn.btn-list:hover,
fieldset[disabled] .btn.btn-login-mini:hover,
fieldset[disabled] .btn.btn-search:hover,
fieldset[disabled] .btn.btn-subscribe:hover,
.btn.btn-add-address.disabled:focus,
.btn.btn-cart-update.disabled:focus,
.btn.btn-coupon.disabled:focus,
.btn.btn-filter.disabled:focus,
.btn.btn-grid.disabled:focus,
.btn.btn-jumbotron.disabled:focus,
.btn.btn-list.disabled:focus,
.btn.btn-login-mini.disabled:focus,
.btn.btn-search.disabled:focus,
.btn.btn-subscribe.disabled:focus,
.btn.btn-add-address[disabled]:focus,
.btn.btn-cart-update[disabled]:focus,
.btn.btn-coupon[disabled]:focus,
.btn.btn-filter[disabled]:focus,
.btn.btn-grid[disabled]:focus,
.btn.btn-jumbotron[disabled]:focus,
.btn.btn-list[disabled]:focus,
.btn.btn-login-mini[disabled]:focus,
.btn.btn-search[disabled]:focus,
.btn.btn-subscribe[disabled]:focus,
fieldset[disabled] .btn.btn-add-address:focus,
fieldset[disabled] .btn.btn-cart-update:focus,
fieldset[disabled] .btn.btn-coupon:focus,
fieldset[disabled] .btn.btn-filter:focus,
fieldset[disabled] .btn.btn-grid:focus,
fieldset[disabled] .btn.btn-jumbotron:focus,
fieldset[disabled] .btn.btn-list:focus,
fieldset[disabled] .btn.btn-login-mini:focus,
fieldset[disabled] .btn.btn-search:focus,
fieldset[disabled] .btn.btn-subscribe:focus,
.btn.btn-add-address.disabled:active,
.btn.btn-cart-update.disabled:active,
.btn.btn-coupon.disabled:active,
.btn.btn-filter.disabled:active,
.btn.btn-grid.disabled:active,
.btn.btn-jumbotron.disabled:active,
.btn.btn-list.disabled:active,
.btn.btn-login-mini.disabled:active,
.btn.btn-search.disabled:active,
.btn.btn-subscribe.disabled:active,
.btn.btn-add-address[disabled]:active,
.btn.btn-cart-update[disabled]:active,
.btn.btn-coupon[disabled]:active,
.btn.btn-filter[disabled]:active,
.btn.btn-grid[disabled]:active,
.btn.btn-jumbotron[disabled]:active,
.btn.btn-list[disabled]:active,
.btn.btn-login-mini[disabled]:active,
.btn.btn-search[disabled]:active,
.btn.btn-subscribe[disabled]:active,
fieldset[disabled] .btn.btn-add-address:active,
fieldset[disabled] .btn.btn-cart-update:active,
fieldset[disabled] .btn.btn-coupon:active,
fieldset[disabled] .btn.btn-filter:active,
fieldset[disabled] .btn.btn-grid:active,
fieldset[disabled] .btn.btn-jumbotron:active,
fieldset[disabled] .btn.btn-list:active,
fieldset[disabled] .btn.btn-login-mini:active,
fieldset[disabled] .btn.btn-search:active,
fieldset[disabled] .btn.btn-subscribe:active,
.btn.btn-add-address.disabled.active,
.btn.btn-cart-update.disabled.active,
.btn.btn-coupon.disabled.active,
.btn.btn-filter.disabled.active,
.btn.btn-grid.disabled.active,
.btn.btn-jumbotron.disabled.active,
.btn.btn-list.disabled.active,
.btn.btn-login-mini.disabled.active,
.btn.btn-search.disabled.active,
.btn.btn-subscribe.disabled.active,
.btn.btn-add-address[disabled].active,
.btn.btn-cart-update[disabled].active,
.btn.btn-coupon[disabled].active,
.btn.btn-filter[disabled].active,
.btn.btn-grid[disabled].active,
.btn.btn-jumbotron[disabled].active,
.btn.btn-list[disabled].active,
.btn.btn-login-mini[disabled].active,
.btn.btn-search[disabled].active,
.btn.btn-subscribe[disabled].active,
fieldset[disabled] .btn.btn-add-address.active,
fieldset[disabled] .btn.btn-cart-update.active,
fieldset[disabled] .btn.btn-coupon.active,
fieldset[disabled] .btn.btn-filter.active,
fieldset[disabled] .btn.btn-grid.active,
fieldset[disabled] .btn.btn-jumbotron.active,
fieldset[disabled] .btn.btn-list.active,
fieldset[disabled] .btn.btn-login-mini.active,
fieldset[disabled] .btn.btn-search.active,
fieldset[disabled] .btn.btn-subscribe.active {
  background-color: #f49a17;
  border-color: #f49a17;
}
.btn.btn-add-address .badge,
.btn.btn-cart-update .badge,
.btn.btn-coupon .badge,
.btn.btn-filter .badge,
.btn.btn-grid .badge,
.btn.btn-jumbotron .badge,
.btn.btn-list .badge,
.btn.btn-login-mini .badge,
.btn.btn-search .badge,
.btn.btn-subscribe .badge {
  color: #f49a17;
  background-color: #ffffff;
}
.btn.btn-change-account,
.btn.btn-change-password {
  padding: 0;
}
.btn.btn-edit-address,
.btn.btn-order-details,
.btn.btn-remove-address {
  border: 1px solid #f49a17;
  margin-bottom: 10px;
  padding: 4px 9px;
}
.btn.btn-edit-address:hover,
.btn.btn-order-details:hover,
.btn.btn-remove-address:hover,
.btn.btn-edit-address:focus,
.btn.btn-order-details:focus,
.btn.btn-remove-address:focus {
  border-color: #7a7a7a;
  color: #7a7a7a;
}
.btn.btn-change-address {
  padding: 0;
}
.btn.btn-change-address:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f040";
  border: 1px solid #f49a17;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 17px;
  margin-right: .4em;
  padding: 4px 9px;
}
.btn.btn-change-address:hover:before,
.btn.btn-change-address:focus:before {
  border-color: #b66f09;
  color: #b66f09;
}
.btn.btn-cancel {
  padding-left: 0;
}
.btn.btn-remove {
  padding-left: 0;
}
.form-control:focus::-moz-placeholder {
  color: #eeeeee;
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  color: #eeeeee;
}
.form-control:focus::-webkit-input-placeholder {
  color: #eeeeee;
}
#form-login-mini {
  width: 200px;
}
#form-login-mini .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select#form-login-mini .form-control {
  height: 30px;
  line-height: 30px;
}
textarea#form-login-mini .form-control,
select[multiple]#form-login-mini .form-control {
  height: auto;
}
#form-login-mini .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
#form-login-mini .mini-forgot-password {
  font-size: 12px;
}
#form-login,
#form-forgotpassword {
  background: #f5f5f5;
  padding: 45px;
}
#form-login legend,
#form-forgotpassword legend {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
#form-login .form-control,
#form-forgotpassword .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select#form-login .form-control,
select#form-forgotpassword .form-control {
  height: 30px;
  line-height: 30px;
}
textarea#form-login .form-control,
textarea#form-forgotpassword .form-control,
select[multiple]#form-login .form-control,
select[multiple]#form-forgotpassword .form-control {
  height: auto;
}
#form-login .btn-login,
#form-forgotpassword .btn-login {
  display: block;
  width: 100%;
}
#form-login .forgot-password,
#form-forgotpassword .forgot-password,
#form-login .btn-cancel,
#form-forgotpassword .btn-cancel {
  float: left;
  padding-left: 0;
}
@media (min-width: 768px) {
  #form-login .group-btn,
  #form-forgotpassword .group-btn {
    text-align: right;
  }
  #form-login .group-btn .btn-login,
  #form-forgotpassword .group-btn .btn-login {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 992px) {
  #form-login,
  #form-forgotpassword {
    width: 45%;
  }
}
#form-address .panel-body .control-label,
#form-register .panel-body .control-label {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #form-address .panel-body .control-label,
  #form-register .panel-body .control-label {
    float: left;
    width: 25%;
  }
}
#form-address .panel-body .control-input,
#form-register .panel-body .control-input {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #form-address .panel-body .control-input,
  #form-register .panel-body .control-input {
    float: left;
    width: 41.66666667%;
  }
}
#form-address .group-primary .control-input,
#form-register .group-primary .control-input,
#form-address .group-agreed .control-input,
#form-register .group-agreed .control-input,
#form-address .group-newsletter .control-input,
#form-register .group-newsletter .control-input {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #form-address .group-primary .control-input,
  #form-register .group-primary .control-input,
  #form-address .group-agreed .control-input,
  #form-register .group-agreed .control-input,
  #form-address .group-newsletter .control-input,
  #form-register .group-newsletter .control-input {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  #form-address .group-primary .control-input,
  #form-register .group-primary .control-input,
  #form-address .group-agreed .control-input,
  #form-register .group-agreed .control-input,
  #form-address .group-newsletter .control-input,
  #form-register .group-newsletter .control-input {
    float: left;
    width: 41.66666667%;
  }
}
#form-address .group-btn .control-btn,
#form-register .group-btn .control-btn {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #form-address .group-btn .control-btn,
  #form-register .group-btn .control-btn {
    margin-left: 25%;
  }
}
@media (min-width: 768px) {
  #form-address .group-btn .control-btn,
  #form-register .group-btn .control-btn {
    float: left;
    width: 41.66666667%;
  }
}
#filters {
  margin-bottom: 20px;
}
#filters .group-btn .btn-filter {
  display: block;
  width: 100%;
}
.filter {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0 15px;
}
.filter .filter-heading {
  border-bottom: 1px solid #dfdfdf;
  color: #888888;
  font-size: 19px;
  font-weight: 100;
  margin: 0;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.filter .filter-content:before,
.filter .filter-content:after {
  content: " ";
  display: table;
}
.filter .filter-content:after {
  clear: both;
}
.filter .filter-content:before,
.filter .filter-content:after {
  content: " ";
  display: table;
}
.filter .filter-content:after {
  clear: both;
}
.filter .filter-content .radio label,
.filter .filter-content .checkbox label {
  font-weight: 100;
}
.toolbar {
  line-height: 50px;
  margin-bottom: 20px;
}
.toolbar .sorter-container,
.toolbar .pagination-container {
  height: 50px;
  overflow: hidden;
}
.toolbar .sorter-container:before,
.toolbar .pagination-container:before,
.toolbar .sorter-container:after,
.toolbar .pagination-container:after {
  content: " ";
  display: table;
}
.toolbar .sorter-container:after,
.toolbar .pagination-container:after {
  clear: both;
}
.toolbar .sorter-container:before,
.toolbar .pagination-container:before,
.toolbar .sorter-container:after,
.toolbar .pagination-container:after {
  content: " ";
  display: table;
}
.toolbar .sorter-container:after,
.toolbar .pagination-container:after {
  clear: both;
}
.toolbar .sorter-container {
  background-color: #ffffff;
  border-radius: 0;
  padding: 0;
  text-align: right;
}
.toolbar .sorter-container .amount {
  float: left;
}
.toolbar .sorter-container .sort-by {
  margin-left: 40px;
}
.toolbar .sorter-container .view-mode {
  margin-left: 40px;
}
.toolbar .sorter-container .view-mode > .view-mode-btn {
  font-size: 24px;
}
.toolbar .sorter-container .view-mode > .view-mode-btn a {
  padding: 0 6px;
  font-size: 21px;
  text-decoration: none;
}
.toolbar .sorter-container .view-mode > .view-mode-btn .icon-grid:before {
  content: "\f00a";
}
.toolbar .sorter-container .view-mode > .view-mode-btn .icon-list:before {
  content: "\f00b";
}
.toolbar .pagination-container {
  text-align: center;
}
.toolbar .pagination-container > .pagination-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.toolbar .pagination-container > .pagination {
  margin: 15px 0 0;
}
.no-js .toolbar .limiter,
.no-js .toolbar .sort-by {
  display: none;
}
.price {
  color: #f49a17;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  white-space: nowrap;
}
.old-price .price {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 600;
  text-decoration: line-through;
}
.grid .btn-grid {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.grid .products-content > ul {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .grid .products-content > ul .product-image {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .grid .products-content > ul .product-image > .mask {
    background-color: #f49a17;
    background-color: rgba(244, 154, 23, 0.4);
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms ease-in-out 50ms;
    -o-transition: opacity 300ms ease-in-out 50ms;
    transition: opacity 300ms ease-in-out 50ms;
  }
  .grid .products-content > ul .product-image:hover .mask,
  .grid .products-content > ul .product-image:focus .mask {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.grid .products-content > ul .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid .products-content > ul .item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .grid .products-content > ul .item {
    float: left;
    width: 33.33333333%;
  }
}
.grid .products-content > ul .item:before,
.grid .products-content > ul .item:after {
  content: " ";
  display: table;
}
.grid .products-content > ul .item:after {
  clear: both;
}
.grid .products-content > ul .item:before,
.grid .products-content > ul .item:after {
  content: " ";
  display: table;
}
.grid .products-content > ul .item:after {
  clear: both;
}
.grid .products-content > ul.product-col-2 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .grid .products-content > ul.product-col-2 > .item {
    float: left;
    width: 50%;
  }
}
.grid .products-content > ul.product-col-3 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .grid .products-content > ul.product-col-3 > .item {
    float: left;
    width: 33.33333333%;
  }
}
.grid .products-content > ul.product-col-4 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .grid .products-content > ul.product-col-4 > .item {
    float: left;
    width: 25%;
  }
}
.grid .products-content > ul.product-col-5 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .grid .products-content > ul.product-col-5 > .item {
    float: left;
    width: 20%;
  }
}
.grid .products-content > ul.product-col-6 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .grid .products-content > ul.product-col-6 > .item {
    float: left;
    width: 16.66666667%;
  }
}
.grid .products-content > ul .item {
  margin-bottom: 20px;
}
.grid .products-content > ul .item .product-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.grid .products-content > ul .item .product-info .name {
  margin: 4px 0;
}
.grid .products-content > ul .item .product-info .description {
  display: none !important;
}
@media (max-width: 767px) {
  .grid .products-content > ul .item .product-info .description {
    display: block !important;
  }
  table.grid .products-content > ul .item .product-info .description {
    display: table;
  }
  tr.grid .products-content > ul .item .product-info .description {
    display: table-row !important;
  }
  th.grid .products-content > ul .item .product-info .description,
  td.grid .products-content > ul .item .product-info .description {
    display: table-cell !important;
  }
}
.grid .products-content > ul .item .product-info .short-description {
  display: block;
  margin-bottom: 5px;
}
.grid .products-content > ul .item .product-price .price-container {
  display: block;
  margin-bottom: 5px;
}
.grid .products-content > ul .item .product-price .product-btn .btn-cart {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .grid .products-content > ul .product-image > .mask {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .grid .products-content > ul .product-image:hover,
  .grid .products-content > ul .product-image:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .grid .products-content > ul .product-image:hover .mask:before,
  .grid .products-content > ul .product-image:focus .mask:before {
    color: #fff;
    content: '+';
    font-size: 80px;
    line-height: 0;
    font-style: normal;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    z-index: 100;
  }
  .grid .products-content > ul .product-image.product-quickview:hover .mask:before,
  .grid .products-content > ul .product-image.product-quickview:focus .mask:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f002";
    font-size: 40px;
    margin-top: 0;
  }
}
.list .btn-list {
  cursor: default;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.list .products-content > ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .list .products-content > ul .product-image {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .list .products-content > ul .product-image > .mask {
    background-color: #f49a17;
    background-color: rgba(244, 154, 23, 0.4);
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms ease-in-out 50ms;
    -o-transition: opacity 300ms ease-in-out 50ms;
    transition: opacity 300ms ease-in-out 50ms;
  }
  .list .products-content > ul .product-image:hover .mask,
  .list .products-content > ul .product-image:focus .mask {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.list .products-content > ul .item + .item {
  border-top: 1px solid #ededed;
  padding-top: 15px;
}
.list .products-content > ul .item > article {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
}
.list .products-content > ul .item > article .product-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .list .products-content > ul .item > article .product-image {
    float: left;
    width: 25%;
  }
}
.list .products-content > ul .item > article .product-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.list .products-content > ul .item > article .product-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .list .products-content > ul .item > article .product-info {
    float: left;
    width: 50%;
  }
}
.list .products-content > ul .item > article .product-info .name {
  margin-top: 0;
}
.list .products-content > ul .item > article .product-price {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .list .products-content > ul .item > article .product-price {
    float: left;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .list .products-content > ul .product-image > .mask {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .list .products-content > ul .product-image:hover,
  .list .products-content > ul .product-image:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .list .products-content > ul .product-image:hover .mask:before,
  .list .products-content > ul .product-image:focus .mask:before {
    color: #fff;
    content: '+';
    font-size: 80px;
    line-height: 0;
    font-style: normal;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    z-index: 100;
  }
  .list .products-content > ul .product-image.product-quickview:hover .mask:before,
  .list .products-content > ul .product-image.product-quickview:focus .mask:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f002";
    font-size: 40px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .products-grid .product-image,
  .products-list .product-image {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .products-grid .product-image > .mask,
  .products-list .product-image > .mask {
    background-color: #f49a17;
    background-color: rgba(244, 154, 23, 0.4);
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms ease-in-out 50ms;
    -o-transition: opacity 300ms ease-in-out 50ms;
    transition: opacity 300ms ease-in-out 50ms;
  }
  .products-grid .product-image:hover .mask,
  .products-list .product-image:hover .mask,
  .products-grid .product-image:focus .mask,
  .products-list .product-image:focus .mask {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.products-grid {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  list-style: none;
}
.products-grid .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .products-grid .item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .products-grid .item {
    float: left;
    width: 33.33333333%;
  }
}
.products-grid .item:before,
.products-grid .item:after {
  content: " ";
  display: table;
}
.products-grid .item:after {
  clear: both;
}
.products-grid .item:before,
.products-grid .item:after {
  content: " ";
  display: table;
}
.products-grid .item:after {
  clear: both;
}
.products-grid.product-col-2 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .products-grid.product-col-2 > .item {
    float: left;
    width: 50%;
  }
}
.products-grid.product-col-3 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .products-grid.product-col-3 > .item {
    float: left;
    width: 33.33333333%;
  }
}
.products-grid.product-col-4 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .products-grid.product-col-4 > .item {
    float: left;
    width: 25%;
  }
}
.products-grid.product-col-5 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .products-grid.product-col-5 > .item {
    float: left;
    width: 20%;
  }
}
.products-grid.product-col-6 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .products-grid.product-col-6 > .item {
    float: left;
    width: 16.66666667%;
  }
}
.products-grid .item {
  margin-bottom: 20px;
}
.products-grid .item .product-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.products-grid .item .product-info .name {
  margin: 4px 0;
}
.products-grid .item .product-info .description {
  display: none !important;
}
@media (max-width: 767px) {
  .products-grid .item .product-info .description {
    display: block !important;
  }
  table.products-grid .item .product-info .description {
    display: table;
  }
  tr.products-grid .item .product-info .description {
    display: table-row !important;
  }
  th.products-grid .item .product-info .description,
  td.products-grid .item .product-info .description {
    display: table-cell !important;
  }
}
.products-grid .item .product-info .short-description {
  display: block;
  margin-bottom: 5px;
}
.products-grid .item .product-price .price-container {
  display: block;
  margin-bottom: 5px;
}
.products-grid .item .product-price .product-btn .btn-cart {
  display: block;
  width: 100%;
}
.products-list {
  padding-left: 0;
  list-style: none;
}
.products-list .item + .item {
  border-top: 1px solid #ededed;
  padding-top: 15px;
}
.products-list .item > article {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
}
.products-list .item > article .product-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .products-list .item > article .product-image {
    float: left;
    width: 25%;
  }
}
.products-list .item > article .product-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.products-list .item > article .product-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .products-list .item > article .product-info {
    float: left;
    width: 50%;
  }
}
.products-list .item > article .product-info .name {
  margin-top: 0;
}
.products-list .item > article .product-price {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .products-list .item > article .product-price {
    float: left;
    width: 25%;
  }
}
.products-heading .btn-all {
  float: right;
  font-size: .6em;
}
.products-heading h3 {
  top: -14px !important;
  margin: 0;
}
.availability {
  display: block;
}
.availability .in-stock {
  color: #5cb85c;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.availability .in-stock .in {
  display: block;
}
.availability .in-stock .out {
  display: none;
}
.availability .in-stock .quantity {
  font-style: italic;
}
.availability .out-of-stock {
  color: #f0ad4e;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
.availability .out-of-stock .in {
  display: none;
}
.availability .out-of-stock .out {
  display: block;
}
.option {
  background: #ffffff;
  border: 1px solid 0;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0;
}
.option .option-heading {
  border-bottom: 1px solid transparent;
  color: #7a7a7a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 5px;
}
.option .option-content:before,
.option .option-content:after {
  content: " ";
  display: table;
}
.option .option-content:after {
  clear: both;
}
.option .option-content:before,
.option .option-content:after {
  content: " ";
  display: table;
}
.option .option-content:after {
  clear: both;
}
.option .option-content .radio label,
.option .option-content .checkbox label {
  font-weight: 100;
}
.option .option-content .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.option .option-content .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.option .option-content .form-control,
select[multiple].option .option-content .form-control {
  height: auto;
}
#product {
  margin-left: -15px;
  margin-right: -15px;
}
#product > section {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #product > section {
    float: left;
    width: 50%;
  }
}
#product #product-gallery {
  border-right: 1px solid #f5f5f5;
  padding-right: 20px;
}
#product #product-gallery .product-image {
  margin-bottom: 20px;
}
#product #product-gallery #product-thumbnails .carousel-inner {
  margin: 0 auto;
  width: 90%;
}
#product #product-gallery #product-thumbnails .carousel-control {
  background-image: none;
  display: none;
  width: 4%;
  margin-top: -4px;
}
#product #product-gallery #product-thumbnails .carousel-control .icon-prev:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f053";
}
#product #product-gallery #product-thumbnails .carousel-control .icon-next:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f054";
}
#product #product-gallery #product-thumbnails ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
}
#product #product-gallery #product-thumbnails ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#product #product-gallery #product-thumbnails ul > li {
  margin: 0;
  padding: 0;
  width: 19%;
}
#product #product-details .name {
  font-size: 21px;
  font-weight: 400;
  margin-top: 0;
}
#product #product-details .product-price {
  margin-bottom: 20px;
}
#product #product-details .product-cart {
  background: #ffffff;
  border: 1px solid 0;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 0;
}
#product #product-tabs {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #product #product-tabs {
    float: left;
    width: 100%;
  }
}
#product #product-tabs .nav-tabs {
  border-bottom: 1px solid #dddddd;
  margin-bottom: -1px;
}
#product #product-tabs .nav-tabs li {
  text-transform: uppercase;
}
#product #product-tabs .tab-content {
  border: 1px solid #dddddd;
  border-radius: 0 0 3px 3px;
  padding: 30px 15px;
  min-height: 180px;
  height: auto!important;
  height: 180px;
}
.folder-description {
  margin-bottom: 20px;
}
#folder-contents .contents > ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #folder-contents .contents > ul .content-image {
    display: block;
    overflow: hidden;
    position: relative;
  }
  #folder-contents .contents > ul .content-image > .mask {
    background-color: #f49a17;
    background-color: rgba(244, 154, 23, 0.4);
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms ease-in-out 50ms;
    -o-transition: opacity 300ms ease-in-out 50ms;
    transition: opacity 300ms ease-in-out 50ms;
  }
  #folder-contents .contents > ul .content-image:hover .mask,
  #folder-contents .contents > ul .content-image:focus .mask {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#folder-contents .contents > ul .item {
  padding-bottom: 15px;
}
#folder-contents .contents > ul .item + .item {
  border-top: 1px solid #ededed;
  padding-top: 15px;
}
#folder-contents .contents > ul .item > article {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
}
#folder-contents .contents > ul .item > article .content-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  #folder-contents .contents > ul .item > article .content-image {
    float: left;
    width: 16.66666667%;
  }
}
#folder-contents .contents > ul .item > article .content-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#folder-contents .contents > ul .item > article .content-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #folder-contents .contents > ul .item > article .content-info {
    float: left;
    width: 58.33333333%;
  }
}
#folder-contents .contents > ul .item > article .content-info .name {
  margin-top: 0;
}
@media (min-width: 768px) {
  .contents-grid .content-image,
  .contents-list .content-image {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .contents-grid .content-image > .mask,
  .contents-list .content-image > .mask {
    background-color: #f49a17;
    background-color: rgba(244, 154, 23, 0.4);
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms ease-in-out 50ms;
    -o-transition: opacity 300ms ease-in-out 50ms;
    transition: opacity 300ms ease-in-out 50ms;
  }
  .contents-grid .content-image:hover .mask,
  .contents-list .content-image:hover .mask,
  .contents-grid .content-image:focus .mask,
  .contents-list .content-image:focus .mask {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.contents-grid {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  list-style: none;
}
.contents-grid .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .contents-grid .item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .contents-grid .item {
    float: left;
    width: 33.33333333%;
  }
}
.contents-grid .item:before,
.contents-grid .item:after {
  content: " ";
  display: table;
}
.contents-grid .item:after {
  clear: both;
}
.contents-grid .item:before,
.contents-grid .item:after {
  content: " ";
  display: table;
}
.contents-grid .item:after {
  clear: both;
}
.contents-grid.content-col-2 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .contents-grid.content-col-2 > .item {
    float: left;
    width: 50%;
  }
}
.contents-grid.content-col-3 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .contents-grid.content-col-3 > .item {
    float: left;
    width: 33.33333333%;
  }
}
.contents-grid.content-col-4 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .contents-grid.content-col-4 > .item {
    float: left;
    width: 25%;
  }
}
.contents-grid.content-col-5 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .contents-grid.content-col-5 > .item {
    float: left;
    width: 20%;
  }
}
.contents-grid.content-col-6 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .contents-grid.content-col-6 > .item {
    float: left;
    width: 16.66666667%;
  }
}
.contents-grid .item {
  margin-bottom: 20px;
}
.contents-grid .item .content-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.contents-grid .item .content-info .name {
  margin: 4px 0;
}
.contents-grid .item .content-info .description {
  display: none !important;
}
@media (max-width: 767px) {
  .contents-grid .item .content-info .description {
    display: block !important;
  }
  table.contents-grid .item .content-info .description {
    display: table;
  }
  tr.contents-grid .item .content-info .description {
    display: table-row !important;
  }
  th.contents-grid .item .content-info .description,
  td.contents-grid .item .content-info .description {
    display: table-cell !important;
  }
}
.contents-grid .item .content-info .short-description {
  display: block;
  margin-bottom: 5px;
}
.contents-list {
  padding-left: 0;
  list-style: none;
}
.contents-list .item {
  padding-bottom: 15px;
}
.contents-list .item + .item {
  border-top: 1px solid #ededed;
  padding-top: 15px;
}
.contents-list .item > article {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
}
.contents-list .item > article .content-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .contents-list .item > article .content-image {
    float: left;
    width: 16.66666667%;
  }
}
.contents-list .item > article .content-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.contents-list .item > article .content-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .contents-list .item > article .content-info {
    float: left;
    width: 58.33333333%;
  }
}
.contents-list .item > article .content-info .name {
  margin-top: 0;
}
.brand-description {
  margin-bottom: 20px;
}
#brands .brands > ul {
  padding-left: 0;
  list-style: none;
}
@media (min-width: 768px) {
  #brands .brands > ul .brand-image {
    display: block;
    overflow: hidden;
    position: relative;
  }
  #brands .brands > ul .brand-image > .mask {
    background-color: #f49a17;
    background-color: rgba(244, 154, 23, 0.4);
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms ease-in-out 50ms;
    -o-transition: opacity 300ms ease-in-out 50ms;
    transition: opacity 300ms ease-in-out 50ms;
  }
  #brands .brands > ul .brand-image:hover .mask,
  #brands .brands > ul .brand-image:focus .mask {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#brands .brands > ul .item {
  padding-bottom: 15px;
}
#brands .brands > ul .item + .item {
  border-top: 1px solid #ededed;
  padding-top: 15px;
}
#brands .brands > ul .item > article {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
}
#brands .brands > ul .item > article .brand-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  #brands .brands > ul .item > article .brand-image {
    float: left;
    width: 16.66666667%;
  }
}
#brands .brands > ul .item > article .brand-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
#brands .brands > ul .item > article .brand-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #brands .brands > ul .item > article .brand-info {
    float: left;
    width: 58.33333333%;
  }
}
#brands .brands > ul .item > article .brand-info .name {
  margin-top: 0;
}
@media (min-width: 768px) {
  .brands-grid .brand-image,
  .brands-list .brand-image {
    display: block;
    overflow: hidden;
    position: relative;
  }
  .brands-grid .brand-image > .mask,
  .brands-list .brand-image > .mask {
    background-color: #f49a17;
    background-color: rgba(244, 154, 23, 0.4);
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 300ms ease-in-out 50ms;
    -o-transition: opacity 300ms ease-in-out 50ms;
    transition: opacity 300ms ease-in-out 50ms;
  }
  .brands-grid .brand-image:hover .mask,
  .brands-list .brand-image:hover .mask,
  .brands-grid .brand-image:focus .mask,
  .brands-list .brand-image:focus .mask {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.brands-grid {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  list-style: none;
}
.brands-grid .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .brands-grid .item {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .brands-grid .item {
    float: left;
    width: 33.33333333%;
  }
}
.brands-grid .item:before,
.brands-grid .item:after {
  content: " ";
  display: table;
}
.brands-grid .item:after {
  clear: both;
}
.brands-grid .item:before,
.brands-grid .item:after {
  content: " ";
  display: table;
}
.brands-grid .item:after {
  clear: both;
}
.brands-grid.content-col-2 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .brands-grid.content-col-2 > .item {
    float: left;
    width: 50%;
  }
}
.brands-grid.content-col-3 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .brands-grid.content-col-3 > .item {
    float: left;
    width: 33.33333333%;
  }
}
.brands-grid.content-col-4 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .brands-grid.content-col-4 > .item {
    float: left;
    width: 25%;
  }
}
.brands-grid.content-col-5 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .brands-grid.content-col-5 > .item {
    float: left;
    width: 20%;
  }
}
.brands-grid.content-col-6 > .item {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .brands-grid.content-col-6 > .item {
    float: left;
    width: 16.66666667%;
  }
}
.brands-grid .item {
  margin-bottom: 20px;
}
.brands-grid .item .brand-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.brands-grid .item .brand-info .name {
  margin: 4px 0;
}
.brands-grid .item .brand-info .description {
  display: none !important;
}
@media (max-width: 767px) {
  .brands-grid .item .brand-info .description {
    display: block !important;
  }
  table.brands-grid .item .brand-info .description {
    display: table;
  }
  tr.brands-grid .item .brand-info .description {
    display: table-row !important;
  }
  th.brands-grid .item .brand-info .description,
  td.brands-grid .item .brand-info .description {
    display: table-cell !important;
  }
}
.brands-grid .item .brand-info .short-description {
  display: block;
  margin-bottom: 5px;
}
.brands-list {
  padding-left: 0;
  list-style: none;
}
.brands-list .item {
  padding-bottom: 15px;
}
.brands-list .item + .item {
  border-top: 1px solid #ededed;
  padding-top: 15px;
}
.brands-list .item > article {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
}
.brands-list .item > article .brand-image {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .brands-list .item > article .brand-image {
    float: left;
    width: 16.66666667%;
  }
}
.brands-list .item > article .brand-image > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.brands-list .item > article .brand-info {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .brands-list .item > article .brand-info {
    float: left;
    width: 58.33333333%;
  }
}
.brands-list .item > article .brand-info .name {
  margin-top: 0;
}
.page-home #carousel {
  margin-bottom: 20px;
}
.page-home #carousel .item {
  text-align: center;
}
.page-home #carousel .carousel-control .icon-prev:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f053";
}
.page-home #carousel .carousel-control .icon-next:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f054";
}
@media screen and (min-width: 768px) {
  .page-home #carousel .carousel-control .icon-prev,
  .page-home #carousel .carousel-control .icon-next {
    font-size: 80px;
    margin-top: -40px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
  }
}
.page-404 .main {
  padding: 10px 0 100px;
}
.page-404 #main-label {
  color: #f49a17;
  font-size: 9em;
  font-weight: bold;
  text-align: center;
}
.page-404 #main-label span {
  color: #CCC;
  display: block;
  font-size: 15px;
  font-weight: normal;
}
/* Theme */
/*
body { padding-top: 80px; }

.navbar {
    .navbar-fixed-top;
}
*/
.page-header {
  border: none;
  font-weight: 100;
  font-size: 30px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:invalid:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .help-block:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f00d";
  margin-right: .3em;
}
label {
  font-weight: 600;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popover {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar li > a.home:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f015";
  color: #c9c9c9;
  font-size: 26px;
  line-height: 0;
  margin-right: .5em;
  position: relative;
  top: 3px;
}
.navbar li > a.login:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f007";
  color: #f49a17;
  font-size: 19px;
  line-height: 0;
  margin-right: .5em;
}
.navbar li > a.cart:hover > .badge,
.navbar li > a.cart:focus > .badge {
  background-color: #fff;
  color: #f49a17;
}
.navbar li.cart-not-empty > a.cart {
  background-color: #f49a17;
  color: #fff;
}
.navbar li.cart-not-empty > a.cart > .badge {
  background-color: #fff;
  color: #f49a17;
}
.navbar li.cart-not-empty > a.cart:hover,
.navbar li.cart-not-empty > a.cart:focus {
  background-color: #f49a17;
  color: #fff;
}
.navbar li.cart-not-empty > a.cart:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f07a";
  color: #fff;
  font-size: 24px;
  line-height: 0;
  margin-right: .4em;
}
@media (min-width: 992px) {
  .navbar .navbar-nav .list-subnav > li + li {
    border-top: 1px solid #e28a0b;
  }
  .navbar .navbar-nav .list-subnav > li > a {
    font-weight: 100;
  }
}
.navbar .navbar-nav > li > a:hover:before,
.navbar .navbar-nav > li > a:focus:before {
  color: #ffffff;
}
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  background-color: #f49a17;
  color: #ffffff;
}
.navbar .navbar-nav > .active:after {
  background: #f49a17;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 100;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: #f49a17;
  color: #ffffff;
}
.navbar .navbar-nav > .open > a:before,
.navbar .navbar-nav > .open > a:hover:before,
.navbar .navbar-nav > .open > a:focus:before {
  color: #ffffff;
}
.container > .navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}
.header-container .search-container label,
.header-container .search-container .btn-search > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
header .header .logo {
  float: none;
}
#breadcrumb-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Custom button */
.btn-primary {
  border-left: 3px solid #f9c478;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  font-style: italic;
  font-weight: 600;
  text-align: left;
  text-shadow: none;
}
@media (min-width: 992px) {
  .btn-primary {
    padding: 2px 15px 2px 5px;
  }
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #f49a17;
  color: #b66f09;
  text-decoration: none;
}
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover {
  background-image: none;
  background-color: #d5d5d5;
  border-color: #6f6f6f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.btn-primary:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f054";
  font-size: 1em;
  line-height: 0;
  margin: 0 .4em 0 4px;
}
.btn-secondary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-left: 3px solid #cccccc;
  color: #f49a17;
  font-weight: 600;
  text-align: left;
  text-shadow: none;
}
@media (min-width: 992px) {
  .btn-secondary {
    padding: 2px 15px 2px 5px;
  }
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #f7f7f7;
}
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary:active:hover,
.btn-secondary.active:hover {
  background-image: none;
  background-color: #d5d5d5;
  border-color: #6f6f6f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.btn-secondary:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f053";
  font-size: 1em;
  line-height: 0;
  margin: 0 .4em 0 4px;
}
.pager .next > a,
.pager .previous > a {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-left: 3px solid #cccccc;
  color: #f49a17;
  font-weight: 600;
  text-align: left;
  text-shadow: none;
}
.pager .next > a:hover,
.pager .previous > a:hover,
.pager .next > a:focus,
.pager .previous > a:focus,
.pager .next > a:active,
.pager .previous > a:active,
.pager .next > a.active,
.pager .previous > a.active,
.open > .dropdown-toggle.pager .next > a,
.open > .dropdown-toggle.pager .previous > a {
  color: #333333;
  background-color: #dcdcdc;
  border-color: #adadad;
}
.pager .next > a:active,
.pager .previous > a:active,
.pager .next > a.active,
.pager .previous > a.active,
.open > .dropdown-toggle.pager .next > a,
.open > .dropdown-toggle.pager .previous > a {
  background-image: none;
}
.pager .next > a.disabled,
.pager .previous > a.disabled,
.pager .next > a[disabled],
.pager .previous > a[disabled],
fieldset[disabled] .pager .next > a,
fieldset[disabled] .pager .previous > a,
.pager .next > a.disabled:hover,
.pager .previous > a.disabled:hover,
.pager .next > a[disabled]:hover,
.pager .previous > a[disabled]:hover,
fieldset[disabled] .pager .next > a:hover,
fieldset[disabled] .pager .previous > a:hover,
.pager .next > a.disabled:focus,
.pager .previous > a.disabled:focus,
.pager .next > a[disabled]:focus,
.pager .previous > a[disabled]:focus,
fieldset[disabled] .pager .next > a:focus,
fieldset[disabled] .pager .previous > a:focus,
.pager .next > a.disabled:active,
.pager .previous > a.disabled:active,
.pager .next > a[disabled]:active,
.pager .previous > a[disabled]:active,
fieldset[disabled] .pager .next > a:active,
fieldset[disabled] .pager .previous > a:active,
.pager .next > a.disabled.active,
.pager .previous > a.disabled.active,
.pager .next > a[disabled].active,
.pager .previous > a[disabled].active,
fieldset[disabled] .pager .next > a.active,
fieldset[disabled] .pager .previous > a.active {
  background-color: #f5f5f5;
  border-color: #cccccc;
}
.pager .next > a .badge,
.pager .previous > a .badge {
  color: #f5f5f5;
  background-color: #333333;
}
@media (min-width: 992px) {
  .pager .next > a,
  .pager .previous > a {
    padding: 2px 15px 2px 5px;
  }
}
.pager .next > a:hover,
.pager .previous > a:hover,
.pager .next > a:focus,
.pager .previous > a:focus {
  background-color: #f7f7f7;
}
.pager .next > a:active,
.pager .previous > a:active,
.pager .next > a.active,
.pager .previous > a.active,
.pager .next > a:active:hover,
.pager .previous > a:active:hover,
.pager .next > a.active:hover,
.pager .previous > a.active:hover {
  background-image: none;
  background-color: #d5d5d5;
  border-color: #6f6f6f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
.pager .next > a:before,
.pager .previous > a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f053";
  font-size: 1em;
  line-height: 0;
  margin: 0 .4em 0 4px;
}
.pager .previous a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f053";
  margin-right: .4em;
}
.pager .next a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f054";
  margin-right: .4em;
}
#category-products .btn-cart {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  border-left: 3px solid #cccccc;
  color: #f49a17;
  font-weight: 600;
  text-align: left;
  text-shadow: none;
}
#category-products .btn-cart:hover,
#category-products .btn-cart:focus,
#category-products .btn-cart:active,
#category-products .btn-cart.active,
.open > .dropdown-toggle#category-products .btn-cart {
  color: #333333;
  background-color: #dcdcdc;
  border-color: #adadad;
}
#category-products .btn-cart:active,
#category-products .btn-cart.active,
.open > .dropdown-toggle#category-products .btn-cart {
  background-image: none;
}
#category-products .btn-cart.disabled,
#category-products .btn-cart[disabled],
fieldset[disabled] #category-products .btn-cart,
#category-products .btn-cart.disabled:hover,
#category-products .btn-cart[disabled]:hover,
fieldset[disabled] #category-products .btn-cart:hover,
#category-products .btn-cart.disabled:focus,
#category-products .btn-cart[disabled]:focus,
fieldset[disabled] #category-products .btn-cart:focus,
#category-products .btn-cart.disabled:active,
#category-products .btn-cart[disabled]:active,
fieldset[disabled] #category-products .btn-cart:active,
#category-products .btn-cart.disabled.active,
#category-products .btn-cart[disabled].active,
fieldset[disabled] #category-products .btn-cart.active {
  background-color: #f5f5f5;
  border-color: #cccccc;
}
#category-products .btn-cart .badge {
  color: #f5f5f5;
  background-color: #333333;
}
@media (min-width: 992px) {
  #category-products .btn-cart {
    padding: 2px 15px 2px 5px;
  }
}
#category-products .btn-cart:hover,
#category-products .btn-cart:focus {
  background-color: #f7f7f7;
}
#category-products .btn-cart:active,
#category-products .btn-cart.active,
#category-products .btn-cart:active:hover,
#category-products .btn-cart.active:hover {
  background-image: none;
  background-color: #d5d5d5;
  border-color: #6f6f6f;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  outline: 0;
}
#category-products .btn-cart:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f053";
  font-size: 1em;
  line-height: 0;
  margin: 0 .4em 0 4px;
}
#category-products .btn-cart:before {
  content: "\f07a";
  font-size: 1.3em;
}
.btn-remove {
  font-style: italic;
}
.page-home #carousel .carousel-control {
  background-image: none;
}
.products-heading h2 {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: bold;
}
.products-heading h2 .btn-all,
.products-heading h2 .btn-all:hover,
.products-heading h2 .btn-all:focus {
  color: #7a7a7a;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
}
.products-heading .short-description {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 10px;
}
.product-options dl {
  font-size: .85em;
  margin-bottom: 10px;
}
.product-options dl > dt {
  text-align: left;
}
td.product .name,
.product-info .name {
  font-size: 16px;
  font-weight: 600;
}
td.product .name > a,
.product-info .name > a {
  color: #7a7a7a;
  text-decoration: none;
}
td.product .name > a:hover,
.product-info .name > a:hover,
td.product .name > a:focus,
.product-info .name > a:focus {
  color: #b66f09;
}
.product-price .price-label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
}
.product-price .regular-price .price,
.product-price .special-price .price {
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}
.product-price .old-price .price {
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-decoration: line-through;
}
.availibity-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 768px) {
  .products-grid .product-image > .mask,
  .products-list .product-image > .mask {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .products-grid .product-image:hover,
  .products-list .product-image:hover,
  .products-grid .product-image:focus,
  .products-list .product-image:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .products-grid .product-image:hover .mask:before,
  .products-list .product-image:hover .mask:before,
  .products-grid .product-image:focus .mask:before,
  .products-list .product-image:focus .mask:before {
    color: #fff;
    content: '+';
    font-size: 80px;
    line-height: 0;
    font-style: normal;
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    z-index: 100;
  }
  .products-grid .product-image.product-quickview:hover .mask:before,
  .products-list .product-image.product-quickview:hover .mask:before,
  .products-grid .product-image.product-quickview:focus .mask:before,
  .products-list .product-image.product-quickview:focus .mask:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    content: "\f002";
    font-size: 40px;
    margin-top: 0;
  }
}
#products-new .products-grid .item > article {
  border-bottom: 4px solid #f49a17;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  overflow: hidden;
  position: relative;
}
#products-new .products-grid .item > article .product-info {
  background-color: #f6af48;
  color: #fff;
  display: block;
  padding: 6px 12px;
  position: relative;
  text-decoration: none!important;
}
#products-new .products-grid .item > article .product-info:hover,
#products-new .products-grid .item > article .product-info:focus {
  background-color: #f49a17;
}
#products-new .products-grid .item > article .product-info .name {
  min-height: 40px;
  height: auto !important;
  height: 40px;
}
#products-new .products-grid .item > article .product-info .name:after {
  content: '+';
  font-size: 45px;
  line-height: 0;
  font-style: normal;
  font-weight: 100;
  position: absolute;
  top: 16px;
  right: 4px;
  -webkit-font-smoothing: antialiased;
}
#products-new .products-grid .item > article .product-info .short-description {
  font-size: 11px;
  line-height: 1.1;
}
#products-new .products-grid .item > article .product-price .price {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 992px) {
  #products-new .products-grid .item > article .product-image {
    padding-bottom: 40px;
  }
  #products-new .products-grid .item > article .product-info {
    -webkit-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    transition: height 300ms linear;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
  }
  #products-new .products-grid .item > article .product-info h3 {
    padding-right: 10px;
  }
  #products-new .products-grid .item > article .product-info:hover,
  #products-new .products-grid .item > article .product-info:focus {
    cursor: pointer;
    height: 140px;
  }
}
#products-upsell {
  margin-top: 40px;
  position: relative;
}
#products-upsell .products-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 20px 0;
}
#products-upsell .products-heading h3 {
  background: #fff;
  color: #f49a17;
  padding-right: 15px;
  position: absolute;
  top: -24px;
}
#products-upsell .products-grid .item > article,
#products-related .products-grid .item > article,
#products-offer .products-grid .item > article {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease-in-out;
  -o-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  padding: 6px;
}
#products-upsell .products-grid .item > article .product-info .short-description,
#products-related .products-grid .item > article .product-info .short-description,
#products-offer .products-grid .item > article .product-info .short-description {
  font-size: 11px;
}
#products-upsell .products-grid .item > article .product-price .price-container,
#products-related .products-grid .item > article .product-price .price-container,
#products-offer .products-grid .item > article .product-price .price-container {
  margin-left: -15px;
  margin-right: -15px;
}
#products-upsell .products-grid .item > article .product-price .price-container .old-price,
#products-related .products-grid .item > article .product-price .price-container .old-price,
#products-offer .products-grid .item > article .product-price .price-container .old-price {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#products-upsell .products-grid .item > article .product-price .price-container .special-price,
#products-related .products-grid .item > article .product-price .price-container .special-price,
#products-offer .products-grid .item > article .product-price .price-container .special-price {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #products-upsell .products-grid .item:hover article,
  #products-related .products-grid .item:hover article,
  #products-offer .products-grid .item:hover article {
    background-color: #f6f6f6;
  }
}
#category-products .item > article .product-info .description {
  font-size: .83em;
  line-height: 1.3;
}
#category-products .item > article .product-price .price-label {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
}
#category-products .item > article .product-price .price-container {
  margin-bottom: 10px;
}
#category-products .item > article .product-price .price-container .price {
  margin-left: 4px;
}
#category-products .item > article .product-price .product-btn {
  min-height: 26px;
}
#category-products .item > article .product-price .product-btn .btn-cart {
  display: block;
  width: 100%;
}
.grid .toolbar .view-mode a.btn-grid {
  background-color: #efefef;
}
.grid #category-products .item {
  border-right: 1px solid #e8e8e8 ;
  margin: 0;
  padding: 10px;
}
.grid #category-products .item > article .product-info {
  padding: 3px;
}
.grid #category-products .item > article .product-info .name {
  margin: 4px;
}
.grid #category-products .item > article .product-info .description {
  margin-left: 4px;
}
.grid #category-products .item > article .product-price .price-container {
  margin-left: -15px;
  margin-right: -15px;
}
.grid #category-products .item > article .product-price .price-container .regular-price {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.grid #category-products .item > article .product-price .price-container .old-price {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.grid #category-products .item > article .product-price .price-container .special-price {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.list .toolbar .view-mode a.btn-list {
  background-color: #efefef;
}
.list #category-products .item > article .product-price .price-container {
  margin-bottom: 20px;
}
.list #category-products .item > article .product-price .price-container .regular-price,
.list #category-products .item > article .product-price .price-container .special-price,
.list #category-products .item > article .product-price .price-container .old-price {
  display: block;
}
#product-details .product-info {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
}
#product-details .product-info .sku {
  color: #e5e5e5;
  display: block;
  font-size: 14px;
  margin-top: -8px;
  margin-bottom: 20px;
}
#product-details .product-info .pse-name {
  color: #555555;
  font-size: 14px;
}
#product-details .product-price .price-container {
  margin-left: -15px;
  margin-right: -15px;
}
#product-details .product-price .price-container .regular-price {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#product-details .product-price .price-container .old-price {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#product-details .product-price .price-container .special-price {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#product-details .product-options .option {
  margin-bottom: 10px;
}
#product-details .product-cart {
  background-color: #f5f5f5!important;
  margin-bottom: 20px;
  padding: 10px!important;
}
#product-details .product-promo {
  background-color: #f5f5f5;
  margin-bottom: 15px;
  padding: 10px;
}
#product-details .product-promo .sale-label {
  font-weight: 300;
  line-height: 1.4;
  font-size: 21px;
}
#product-details .product-promo .sale-saving {
  color: #f49a17;
}
#product-details .product-promo .sale-saving:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f005";
}
#product-details .product-promo .sale-period {
  font-style: italic;
  font-size: 90%;
}
#product-thumbnails .carousel-control {
  width: 17px!important;
}
#product-thumbnails .carousel-control.left {
  border-right: 7px solid #ccc;
  color: #ccc;
  text-align: left;
}
#product-thumbnails .carousel-control.left > .icon-prev {
  left: 0;
  margin-left: 0;
  margin-top: -15px;
}
#product-thumbnails .carousel-control.left > .icon-prev:before {
  color: inherit;
  content: "\f0d9" !important;
}
#product-thumbnails .carousel-control.right {
  border-left: 7px solid #ccc;
  text-align: right;
}
#product-thumbnails .carousel-control.right > .icon-next {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-top: -15px;
}
#product-thumbnails .carousel-control.right > .icon-next:before {
  content: "\f0da" !important;
}
@media (min-width: 768px) {
  #product #product-gallery {
    border-right: 1px solid #eeeeee;
    padding-right: 20px;
  }
  #product #product-details .group-qty .form-control {
    display: inline-block;
    margin-right: 1em;
    margin-left: .4em;
    width: 100px;
  }
}
#product-gallery .product-image {
  margin-bottom: 20px;
}
#product-gallery .product-thumbnails li {
  width: 20%;
}
#filters {
  background: #f5f5f5;
}
#filters > h3 {
  background: #e5e5e5;
  -webkit-box-shadow: inset 0px -4px 10px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0px -4px 10px rgba(0, 0, 0, 0.125);
  margin: 0 0 15px 0;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#filters > h3 > span {
  display: block;
  font-size: .75em;
  font-weight: 100;
  text-transform: lowercase;
}
#filters > h3:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f002";
  font-size: 30px;
  float: left;
  margin-right: .5em;
}
#filters .filter {
  margin-bottom: 10px;
}
.block {
  /* Block - Newsletter */
  /* Block - Social */
  /* Block - Contact Info */
}
.block.block-links .block-content ul > li + li a {
  border-top: none;
}
.block.block-links .block-content ul > li + li:before {
  background: #fff;
  content: "";
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 65%;
  height: 2px;
}
@media (min-width: 768px) {
  .block.block-newsletter .block-content form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .block.block-newsletter .block-content form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .block.block-newsletter .block-content form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .block.block-newsletter .block-content form .input-group .input-group-addon,
  .block.block-newsletter .block-content form .input-group .input-group-btn,
  .block.block-newsletter .block-content form .input-group .form-control {
    width: auto;
  }
  .block.block-newsletter .block-content form .input-group > .form-control {
    width: 100%;
  }
  .block.block-newsletter .block-content form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .block.block-newsletter .block-content form .radio,
  .block.block-newsletter .block-content form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .block.block-newsletter .block-content form .radio label,
  .block.block-newsletter .block-content form .checkbox label {
    padding-left: 0;
  }
  .block.block-newsletter .block-content form .radio input[type="radio"],
  .block.block-newsletter .block-content form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .block.block-newsletter .block-content form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.block.block-newsletter .block-content form label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.block.block-newsletter .block-content form .form-group {
  position: relative;
}
@media (min-width: 1200px) {
  .block.block-newsletter .block-content form .form-group {
    width: 176px;
  }
}
.block.block-newsletter .block-content form .form-group .form-control {
  background-color: #e6e6e6;
  font-size: 12px;
  padding-left: 35px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.075);
}
.block.block-newsletter .block-content form .form-group .form-control::-moz-placeholder {
  color: #888888;
  opacity: 1;
}
.block.block-newsletter .block-content form .form-group .form-control:-ms-input-placeholder {
  color: #888888;
}
.block.block-newsletter .block-content form .form-group .form-control::-webkit-input-placeholder {
  color: #888888;
}
.block.block-newsletter .block-content form .form-group .form-control:focus::-moz-placeholder {
  color: #c8c8c8;
  opacity: 1;
}
.block.block-newsletter .block-content form .form-group .form-control:focus:-ms-input-placeholder {
  color: #c8c8c8;
}
.block.block-newsletter .block-content form .form-group .form-control:focus::-webkit-input-placeholder {
  color: #c8c8c8;
}
.block.block-newsletter .block-content form .form-group:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f0e0";
  color: #8b8b8b;
  font-size: 18px;
  position: absolute;
  top: 5px;
  left: 9px;
}
.block.block-newsletter .block-content form .btn-subscribe {
  padding: 6px 6px;
}
.block.block-social .block-content ul > li > a:hover.facebook {
  color: #3d5fa6;
}
.block.block-social .block-content ul > li > a:hover.twitter {
  color: #53b1f0;
}
.block.block-social .block-content ul > li > a:hover.rss {
  color: #fac200;
}
.block.block-social .block-content ul > li > a:hover.instagram {
  color: #425E75;
}
.block.block-social .block-content ul > li > a:hover.google-plus {
  color: #fac200;
}
.block.block-social .block-content ul > li > a:hover.youtube {
  color: #e82a20;
}
.block.block-contact .block-content ul > li {
  clear: both;
  margin-bottom: 5px;
}
.block.block-contact .block-content ul > li.contact-address:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f041";
  font-size: 34px;
}
.block.block-contact .block-content ul > li.contact-phone:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f10b";
  font-size: 30px;
  margin-top: -8px;
  margin-left: 3px;
}
.block.block-contact .block-content ul > li.contact-email:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f0e0";
  font-size: 17px;
  margin-left: 2px;
}
.block.block-contact .block-content ul > li:before {
  color: #f49a17;
  float: left;
  line-height: 1;
  margin-right: .4em;
}
#categories.block-nav .block-title {
  text-transform: uppercase;
}
#categories.block-nav .block-content {
  border-top: 1px solid #aeaeae;
}
#categories.block-nav .block-content .amount {
  font-weight: bold;
}
#categories.block-nav .block-content .accordion-toggle:after {
  border: 1px solid #f49a17;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 19px;
  text-align: center;
  width: 19px;
  height: 19px;
}
#categories.block-nav .block-content .accordion-toggle:hover:after,
#categories.block-nav .block-content .accordion-toggle:focus:after {
  border-color: #b66f09;
  color: #b66f09;
}
.toolbar.toolbar-top {
  margin-top: -20px;
  border-bottom: 1px solid #eee;
}
.toolbar.toolbar-top .pagination-container {
  display: none;
}
.toolbar.toolbar-bottom .sorter-container {
  display: none;
}
.toolbar .amount {
  color: #f49a17;
  font-size: 22px;
  font-weight: normal;
}
.toolbar .view-mode > .view-mode-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.toolbar .view-mode > .view-mode-btn a {
  background-color: #fff;
  border: 0!important;
  color: #7a7a7a;
}
.toolbar .view-mode > .view-mode-btn a:hover,
.toolbar .view-mode > .view-mode-btn a:focus {
  background-color: #efefef;
  color: #474747;
}
.toolbar .view-mode > .view-mode-btn a:active {
  color: #fff;
}
.pagination > li > a,
.pagination > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a,
.pagination > li > span {
  -webkit-box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
  color: #7a7a7a;
  font-weight: bold;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: transparent;
}
.pagination > li > a:hover:active,
.pagination > li > span:hover:active,
.pagination > li > a:focus:active,
.pagination > li > span:focus:active {
  background-color: #f49a17;
  border-color: #f49a17;
  color: #ffffff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
}
.pagination > .active > a,
.pagination > .active > span {
  background-image: none;
}
#register-login.panel {
  border-color: #bce8f1;
}
#register-login.panel > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
#register-login.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
#register-login.panel > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
#register-login.panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
#form-login .group-email label,
#form-forgotpassword .group-email label,
#form-login legend,
#form-forgotpassword legend {
  font-size: 16px;
  font-weight: 600;
}
#form-login .radio-account1,
#form-forgotpassword .radio-account1 {
  margin-top: 10px;
}
#form-login .forgot-password,
#form-forgotpassword .forgot-password {
  color: #7a7a7a;
  font-size: 12px;
  font-style: italic;
  position: relative;
  top: -22px;
  left: 20px;
}
@media (min-width: 768px) {
  #form-login .radio-account1,
  #form-forgotpassword .radio-account1 {
    float: left;
  }
  #form-login .group-password,
  #form-forgotpassword .group-password {
    float: right;
    margin-top: 5px;
    width: 50%;
  }
}
#account-address .btn-add-address,
#delivery-address .btn-add-address {
  color: #f49a17;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  text-decoration: none!important;
}
#account-address .btn-add-address,
#delivery-address .btn-add-address,
#account-address .btn-add-address:active,
#delivery-address .btn-add-address:active,
#account-address .btn-add-address[disabled],
#delivery-address .btn-add-address[disabled],
fieldset[disabled] #account-address .btn-add-address,
fieldset[disabled] #delivery-address .btn-add-address {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#account-address .btn-add-address,
#delivery-address .btn-add-address,
#account-address .btn-add-address:hover,
#delivery-address .btn-add-address:hover,
#account-address .btn-add-address:focus,
#delivery-address .btn-add-address:focus,
#account-address .btn-add-address:active,
#delivery-address .btn-add-address:active {
  border-color: transparent;
}
#account-address .btn-add-address:hover,
#delivery-address .btn-add-address:hover,
#account-address .btn-add-address:focus,
#delivery-address .btn-add-address:focus {
  color: #b66f09;
  text-decoration: underline;
  background-color: transparent;
}
#account-address .btn-add-address[disabled]:hover,
#delivery-address .btn-add-address[disabled]:hover,
fieldset[disabled] #account-address .btn-add-address:hover,
fieldset[disabled] #delivery-address .btn-add-address:hover,
#account-address .btn-add-address[disabled]:focus,
#delivery-address .btn-add-address[disabled]:focus,
fieldset[disabled] #account-address .btn-add-address:focus,
fieldset[disabled] #delivery-address .btn-add-address:focus {
  color: #e5e5e5;
  text-decoration: none;
}
#account-address .btn-add-address:before,
#delivery-address .btn-add-address:before {
  content: '+';
  font-size: 45px;
  line-height: 0;
  font-style: normal;
  font-weight: 100;
  position: relative;
  top: 10px;
  -webkit-font-smoothing: antialiased;
  margin-right: .1em;
}
#delivery-address.panel .panel-body {
  padding: 0;
}
#delivery-address.panel .group-btn > .btn span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#delivery-method.panel .panel-body {
  padding: 0;
}
#delivery-method.panel .radio {
  display: block;
  margin-top: 0;
  padding: 25px 0 15px 50px;
}
#delivery-method.panel .radio + .radio {
  border-top: 1px solid #f5f5f5;
}
.js #payment-method .radio {
  padding-left: 0;
  position: relative;
}
.js #payment-method .radio .active:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f077";
  color: #f49a17;
  display: block;
  font-size: 1.5em;
  line-height: 0;
  position: absolute;
  bottom: -8px;
  left: 40%;
}
.js #payment-method .radio input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#payment-success.panel .panel-heading {
  text-align: left;
}
#payment-success.panel .panel-heading .payment-method {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #f49a17;
  font-size: inherit;
}
a#payment-success.panel .panel-heading .payment-method:hover,
a#payment-success.panel .panel-heading .payment-method:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
#payment-success.panel .panel-heading .payment-method:empty {
  display: none;
}
.btn #payment-success.panel .panel-heading .payment-method {
  position: relative;
  top: -1px;
}
#payment-success.panel .panel-heading .payment-method[href]:hover,
#payment-success.panel .panel-heading .payment-method[href]:focus {
  background-color: #ce7e0a;
}
#payment-success.panel .panel-body {
  padding: 20px 40px;
}
#payment-success.panel .panel-body > h3 {
  color: #f49a17;
}
#account .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #fff;
}
#account .panel-title {
  text-align: left;
}
#account .panel-title > a:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f078";
  float: left;
  width: 20px;
}
#account .panel-title > a.collapsed:before {
  content: "\f054";
}
#account-info .fn {
  font-size: 16px;
  font-weight: 600;
}
#account-info .list-info .mobile:before,
#account-info .list-info .tel:before,
#account-info .list-info .email:before {
  color: #f49a17;
  line-height: 1;
  margin-right: .4em;
  vertical-align: middle;
}
#account-info .list-info .mobile:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f10b";
  font-size: 30px;
}
#account-info .list-info .tel:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f095";
  font-size: 22px;
}
#account-info .list-info .email:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f0e0";
  font-size: 18px;
}
#account-info .group-btn a {
  color: #7a7a7a;
  margin-bottom: 4px;
  padding: 0;
}
#account-info .group-btn a > i {
  color: #f49a17;
  font-size: 20px;
  line-height: 1;
  margin-right: .3em;
  vertical-align: middle;
}
#account-info .group-btn a:hover,
#account-info .group-btn a:focus {
  color: #b66f09;
}
#account-address .panel-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
#account-address .table-address {
  border: 1px solid #f5f5f5;
  margin-bottom: 0;
}
#account-address .table-address .btn span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#account-orders .panel-body {
  padding-left: 0;
  padding-right: 0;
}
#account-orders .table-orders {
  border: 1px solid #dddddd;
}
#account-orders .table-orders > thead > tr > th,
#account-orders .table-orders > tbody > tr > th,
#account-orders .table-orders > tfoot > tr > th,
#account-orders .table-orders > thead > tr > td,
#account-orders .table-orders > tbody > tr > td,
#account-orders .table-orders > tfoot > tr > td {
  border: 1px solid #dddddd;
}
#account-orders .table-orders > thead > tr > th,
#account-orders .table-orders > thead > tr > td {
  border-bottom-width: 2px;
}
#account-orders .table-orders > tbody > tr:hover > td,
#account-orders .table-orders > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
#account-orders .table-orders thead > tr > th,
#account-orders .table-orders tbody > tr > th,
#account-orders .table-orders thead > tr > td,
#account-orders .table-orders tbody > tr > td {
  padding: 14px;
  text-align: center;
}
#account-orders .table-orders thead > tr > th {
  background-color: #f5f5f5;
  border-bottom-width: 1px;
}
#account-orders .btn-order-details {
  color: #f49a17;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
  font-style: italic;
  padding: 0;
}
#account-orders .btn-order-details,
#account-orders .btn-order-details:active,
#account-orders .btn-order-details[disabled],
fieldset[disabled] #account-orders .btn-order-details {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#account-orders .btn-order-details,
#account-orders .btn-order-details:hover,
#account-orders .btn-order-details:focus,
#account-orders .btn-order-details:active {
  border-color: transparent;
}
#account-orders .btn-order-details:hover,
#account-orders .btn-order-details:focus {
  color: #b66f09;
  text-decoration: underline;
  background-color: transparent;
}
#account-orders .btn-order-details[disabled]:hover,
fieldset[disabled] #account-orders .btn-order-details:hover,
#account-orders .btn-order-details[disabled]:focus,
fieldset[disabled] #account-orders .btn-order-details:focus {
  color: #e5e5e5;
  text-decoration: none;
}
#account-orders .table-order-products thead > tr > th,
#account-orders .table-order-products tbody > tr > th,
#account-orders .table-order-products thead > tr > td,
#account-orders .table-order-products tbody > tr > td {
  padding: 5px;
  text-align: center;
}
.table-cart-mini thead > tr > th,
.table-cart-mini tbody > tr > th,
.table-cart-mini tfoot > tr > th,
.table-cart-mini thead > tr > td,
.table-cart-mini tbody > tr > td,
.table-cart-mini tfoot > tr > td {
  vertical-align: middle;
}
.table-cart thead > tr > th,
.table-order thead > tr > th,
.table-cart tbody > tr > th,
.table-order tbody > tr > th,
.table-cart tfoot > tr > th,
.table-order tfoot > tr > th,
.table-cart thead > tr > td,
.table-order thead > tr > td,
.table-cart tbody > tr > td,
.table-order tbody > tr > td,
.table-cart tfoot > tr > td,
.table-order tfoot > tr > td {
  padding: 14px;
  text-align: center;
  vertical-align: middle;
}
.table-cart thead > tr > th.product,
.table-order thead > tr > th.product,
.table-cart tbody > tr > th.product,
.table-order tbody > tr > th.product,
.table-cart tfoot > tr > th.product,
.table-order tfoot > tr > th.product,
.table-cart thead > tr > td.product,
.table-order thead > tr > td.product,
.table-cart tbody > tr > td.product,
.table-order tbody > tr > td.product,
.table-cart tfoot > tr > td.product,
.table-order tfoot > tr > td.product {
  text-align: left;
}
.table-cart tbody > tr > td.price,
.table-order tbody > tr > td.price,
.table-cart tbody > tr > td.qty,
.table-order tbody > tr > td.qty,
.table-cart tbody > tr > td.subprice,
.table-order tbody > tr > td.subprice {
  padding: 35px 10px;
}
.table-cart thead > tr > th,
.table-order thead > tr > th {
  border-bottom-width: 1px;
}
.table-cart thead > tr > th.subprice,
.table-order thead > tr > th.subprice {
  color: #f49a17;
}
.table-cart tfoot > tr > th,
.table-order tfoot > tr > th,
.table-cart tfoot > tr > td,
.table-order tfoot > tr > td {
  background-color: #f5f5f5;
}
.table-cart tfoot > tr > th.empty,
.table-order tfoot > tr > th.empty,
.table-cart tfoot > tr > td.empty,
.table-order tfoot > tr > td.empty {
  background: transparent;
}
.table-cart tfoot > tr > th.total,
.table-order tfoot > tr > th.total,
.table-cart tfoot > tr > td.total,
.table-order tfoot > tr > td.total {
  background-color: #666;
  color: #fff;
}
.table-cart tfoot > tr > th.total .price,
.table-order tfoot > tr > th.total .price,
.table-cart tfoot > tr > td.total .price,
.table-order tfoot > tr > td.total .price {
  color: inherit;
}
.table-cart tfoot th.total,
.table-order tfoot th.total {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 16px;
}
.checkout-progress .btn-step {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #7a7a7a;
  color: #7a7a7a;
  padding: 12px;
  text-align: left;
  width: 100%;
}
.checkout-progress .btn-step:hover,
.checkout-progress .btn-step:focus,
.checkout-progress .btn-step:active,
.checkout-progress .btn-step.active {
  background-color: #f49a17;
}
.checkout-progress .btn-step.disabled,
.checkout-progress .btn-step[disabled],
.checkout-progress .btn-step.disabled:hover,
.checkout-progress .btn-step[disabled]:hover,
.checkout-progress .btn-step.disabled:focus,
.checkout-progress .btn-step[disabled]:focus,
.checkout-progress .btn-step.disabled:active,
.checkout-progress .btn-step[disabled]:active,
.checkout-progress .btn-step.disabled.active,
.checkout-progress .btn-step[disabled].active {
  background-color: #f5f5f5;
}
@media (min-width: 768px) {
  .checkout-progress .btn-step {
    border-top: 0;
    padding: 20px;
    width: auto;
  }
  .checkout-progress .btn-step + .btn-step {
    border-left: 1px solid #7a7a7a;
  }
}
#google-map {
  border: none;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 350px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#sale-details .sale-discount-information {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  padding: 10px;
}
#sale-details .sale-discount-information .sale-saving {
  font-size: 120%;
  color: #f49a17;
}
#sale-details .sale-discount-information .sale-saving:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f005";
}
#sale-details .sale-discount-information .sale-period {
  font-style: italic;
  font-size: 90%;
}
#sale-details .sale-information {
  margin-bottom: 30px;
}
#sale-details .sale-information .chapo,
#sale-details .sale-information .description {
  margin-bottom: 10px;
}
