.alert-info {
  color: #ffffff;
  background-color: #368269;
  border-color: #183a2f;
}
.alert-success {
  color: #000000;
  background-color: #fbd9d1;
  border-color: #f69f8a;
}
.progress-bar.bg-success {
  background-color: #f06543 !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #9d8a6e;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #183a2f;
  color: #ffffff;
}
.btn-secondary {
  color: white;
}
body {
  font-family: 'Roboto', sans-serif;
  padding-top: 56px;
  background-color: #fffad6;
  color: #312509;
  font-size: 14px;
}
h1,
h2,
.h1,
.h2 {
  font-family: 'Roboto Light', sans-serif;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto', sans-serif;
}
.main-container {
  margin-top: 8px;
}
@media only screen and (min-width: 576px) {
  .store-min-vh-100 {
    min-height: 100vh !important;
  }
}
.btn-primary {
  background-color: #183a2f;
  border-color: #183a2f;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #183a2f;
  border-color: #183a2f;
  color: #ffffff;
}
.btn-primary:active {
  background-color: #f06543;
  border-color: #f06543;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #f06543;
  border-color: #f06543;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).focus,
.btn-primary:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem #f06543 !important;
}
.btn-outline-primary {
  border-color: #183a2f;
  color: #183a2f;
}
.btn-outline-primary:hover {
  background-color: #183a2f;
  border-color: #183a2f;
  color: #ffffff;
}
.btn-outline-primary:active {
  background-color: #f06543;
  border-color: #f06543;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #f06543;
  border-color: #f06543;
}
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled).focus,
.btn-outline-primary:not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.2rem #f06543 !important;
}
a {
  color: #312509;
  text-decoration: none;
}
a:hover {
  color: #183a2f;
  text-decoration: none;
  -webkit-transition: all '200' ease-in-out;
  -moz-transition: all '200' ease-in-out;
  -ms-transition: all '200' ease-in-out;
  -o-transition: all '200' ease-in-out;
  transition: all '200' ease-in-out;
}
select {
  padding: 5px;
  border: 1px solid #bcaf9c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 1px;
  background: #FFFFFF;
  color: black;
  width: 100%;
}
/*

 */
img {
  max-width: 100%;
  max-height: 100%;
}
.btn {
  border-radius: 0.16rem;
}
.mh-nav {
  background: #c6ae21;
  color: #ffffff;
  /*
  border-bottom: 1px solid darken(@navBgColor, 10%);
   */
}
.mh-nav a {
  color: #ffffff;
}
.width100 {
  width: 100%;
}
.alignleft {
  text-align: left;
}
#nav-mobile {
  display: none;
  margin: auto auto;
}
#nav-mobile-left {
  position: absolute;
  top: 0;
  left: 15px;
}
#nav-mobile-right {
  position: absolute;
  top: 0;
  right: 0;
}
#nav-mobile-center {
  position: absolute;
  top: 5%;
  right: 46%;
}
#nav-center {
  opacity: 0;
}
@media only screen and (max-width: 576px) {
  #nav-left,
  #nav-center,
  #nav-right {
    display: none;
  }
  #nav-mobile {
    display: block;
  }
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.nav-middletext {
  font-family: 'Lato', sans-serif;
  font-size: 2em;
  margin: -5px 0;
  opacity: 1;
  -webkit-transition: all '200' ease-in-out;
  -moz-transition: all '200' ease-in-out;
  -ms-transition: all '200' ease-in-out;
  -o-transition: all '200' ease-in-out;
  transition: all '200' ease-in-out;
}
.opacity1 {
  opacity: 1 !important;
}
.opacity0 {
  opacity: 0 !important;
}
.nav-middletext a {
  color: #ffffff;
}
.nav-middletext a:hover {
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.4);
}
.navbar {
  padding: 0.1rem 1rem;
  min-height: 56px;
}
.collection-menu {
  margin: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}
.collection-menu a {
  text-decoration: none;
}
.collection-menu-item-brackets {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.collection-menu-item-active a {
  color: #1f4acc !important;
}
.collection-menu-item {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 16px;
  padding-right: 16px;
}
.collection-menu-item:hover {
  -webkit-transition: all '200' ease-in-out;
  -moz-transition: all '200' ease-in-out;
  -ms-transition: all '200' ease-in-out;
  -o-transition: all '200' ease-in-out;
  transition: all '200' ease-in-out;
}
.collection-menu-item a {
  color: white;
}
.collection-menu-item a:hover {
  color: #fbfbfb;
}
.collection-menu-item-link {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.collection-menu-item-link::before {
  content: "[";
  opacity: 0;
  position: relative;
  left: -18px;
  -webkit-transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
  -moz-transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
  -ms-transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
  -o-transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
  transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
}
.collection-menu-item-link::after {
  content: "]";
  opacity: 0;
  position: relative;
  right: -18px;
  -webkit-transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
  -moz-transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
  -ms-transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
  -o-transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
  transition: all 500ms cubic-bezier(0.04, 0.71, 0.62, 0.99);
}
.collection-menu-item-link:hover::before {
  opacity: 1;
  left: -5px;
}
.collection-menu-item-link:hover::after {
  opacity: 1;
  right: -5px;
}
.navbar-cart-amount {
  margin-left: 1px;
  margin-right: 1px;
}
.shipping-label {
  margin: auto auto;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #bcaf9c;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 500px;
  max-width: 550px;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-flow: row;
  -webkit-transition: all '200' ease-in-out;
  -moz-transition: all '200' ease-in-out;
  -ms-transition: all '200' ease-in-out;
  -o-transition: all '200' ease-in-out;
  transition: all '200' ease-in-out;
}
.shipping-label:hover {
  border: 1px solid #a8a8a8;
}
.shipping-label-selected {
  -webkit-box-shadow: 0 0 0 2px #bcaf9c;
  box-shadow: 0 0 0 2px #bcaf9c;
}
.shipping-label img {
  max-width: 86px;
  max-height: 38px;
  margin-left: 20px;
  margin-right: 20px;
}
.shipping-price {
  padding-left: 20px;
  font-size: 1.1em;
  color: #bcaf9c;
  font-weight: 600;
  margin-top: 5px;
}
.shipping-price-cod {
  padding-left: 20px;
  font-size: 1.1em;
  color: #ffd75f;
  font-weight: 600;
  margin-top: 5px;
}
.shipping-img-responsive {
  display: none;
}
.shipping-img {
  display: block;
}
.responsive-textcenter {
  text-align: left;
}
@media (max-width: 600px) {
  .responsive-textcenter {
    text-align: center;
  }
  .shipping-img-responsive {
    display: block;
  }
  .shipping-img {
    display: none;
  }
  .shipping-label {
    margin: auto auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #bcaf9c;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 320px;
    max-width: 400px;
    font-size: 0.85em;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-flow: row;
  }
  .shipping-label img {
    max-width: 46px;
    max-height: 38px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .shipping-price {
    padding-left: 5px;
    font-size: 1em;
    color: #bcaf9c;
    font-weight: 600;
    margin-top: 5px;
  }
  .shipping-price-cod {
    padding-left: 5px;
    font-size: 1em;
    color: #ffd75f;
    font-weight: 600;
    margin-top: 5px;
  }
}
.shipping-label > * {
  vertical-align: middle;
}
.width100 {
  width: 100%;
}
.space-around {
  justify-content: space-around;
}
.align-bottom {
  align-self: flex-end;
}
.flex-container-column {
  display: flex;
  flex-flow: column;
}
.div-tablerow {
  margin: auto;
  max-width: 500px;
}
.div-tablecell {
  line-height: 1.1;
}
.shipping-label p {
  line-height: 1.1;
  margin: 0;
}
.grow2 {
  flex-grow: 2;
}
.orderstep-over {
  line-height: 1.3;
  margin-top: -1px;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 70px 1px #b7deff;
  box-shadow: inset 0 0 70px 1px #b7deff;
  color: #111;
  text-decoration: none;
}
.orderstep-over td {
  border-bottom: 1px solid #a1c4e1;
  vertical-align: middle;
}
.orderstep-over:hover {
  background: #e6efff;
}
.orderstep-over a {
  text-decoration: none;
}
.orderstep-over-item {
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 20px;
}
@media (max-width: 1000px) {
  .orderstep-over td {
    font-size: 0.9em;
  }
}
@media (max-width: 800px) {
  .orderstep-over td {
    font-size: 0.8em;
  }
}
.orderstep-img {
  width: 32px;
}
.orderstep-over-item img {
  max-height: 100%;
  margin-top: -9px;
}
.container-full {
  width: 100%;
}
.pull-top {
  margin-top: 6px;
}
.orderstep-container {
  width: 100%;
  -webkit-box-shadow: inset 0 0 30px 1px #b7deff;
  box-shadow: inset 0 0 30px 1px #b7deff;
}
.no-margins {
  margin: 0;
}
.no-paddings {
  padding: 0;
}
.page-offset {
  padding-top: 44px;
}
.font-bigger {
  font-size: 1.3em;
}
.offset-margins {
  margin-top: 30px;
  margin-bottom: 30px;
}
.orderstep-buttons {
  margin: auto;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.order-steps-overview {
  margin: auto;
  text-align: center;
  max-width: 700px;
  margin-bottom: 70px;
}
.right-align {
  text-align: right;
}
.left-align {
  text-align: left;
}
@media (max-width: 650px) {
  .right-align {
    text-align: center;
    margin-top: 10px;
  }
  .left-align {
    text-align: center;
    margin-top: 10px;
  }
}
input[type=radio] {
  width: 19px;
  height: 19px;
}
html {
  position: relative;
  height: 100%;
}
.page-footer {
  background-color: #ECEBE9;
  /* TODO @pageFooter */
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
footer a {
  color: rgba(0, 0, 0, 0.35);
}
footer a:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration-color: #FFF;
}
footer .container {
  text-align: left;
  margin: auto;
}
footer .col-sm-4 {
  padding-left: 25px;
}
footer h4 {
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 32px;
  letter-spacing: 2px;
}
footer .shop-name {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 24px;
}
.flex-container {
  padding: 0;
  margin: auto auto;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  max-width: 1140px;
}
.flex-item {
  min-width: 170px;
  margin-bottom: 100px;
}
.margin-top-7 {
  margin-top: 7px;
}
.orderItemRecap {
  font-size: 13px;
  width: 100%;
  cursor: default;
}
.orderItemRecap td {
  height: 26px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.orderItemRecap img {
  max-width: 28px;
}
.orderItemRecap .stock {
  max-width: 16px;
}
.outline {
  padding: 3px;
  outline: 1px solid rgba(0, 0, 0, 0.5);
}
.div-center {
  text-align: center;
  margin: 70px;
}
.table-search {
  text-align: left;
}
.table-search img {
  max-width: 70px;
}
.table-info > td {
  background-color: #f06543;
}
.table-info td {
  border-color: #183a2f;
}
.a-no-style {
  color: #0b0b0b;
  text-decoration: none;
}
.a-no-style:hover {
  color: #1d1d1d;
  text-decoration: underline;
}
.index-menu-container {
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #C0C0C0;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767px) {
  .index-menu-container {
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #C0C0C0;
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
  }
}
.index-menu {
  max-width: 750px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}
.index-menu a {
  color: #0b0b0b;
}
.max-48 {
  max-width: 46px;
  max-height: 46px;
  margin: 2px;
}
.alert {
  margin: 13px;
}
.div-category-product {
  box-shadow: 0 1px 2px 0 hsla(0, 0%, 0%, 0.2);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  /*flex: 1 0 250px;*/
  font-size: 0.8rem;
  -webkit-transition: all '200' ease-in-out;
  -moz-transition: all '200' ease-in-out;
  -ms-transition: all '200' ease-in-out;
  -o-transition: all '200' ease-in-out;
  transition: all '200' ease-in-out;
  /*
  border: 1px solid fade(@primaryColor, 10%);
   */
  padding: 14px;
  width: 250px;
  min-height: 370px;
  margin-bottom: 24px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  left: -1px;
  /* your border-width times -1 */
  text-align: left;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+74,f7f7f7+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 74%, #f7f7f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 74%, #f7f7f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 74%, #f7f7f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 576px) {
  .div-category-product {
    flex: 1 0 250px;
    width: auto;
  }
}
.div-category-product:hover {
  /*
  border: 1px solid fade(@primaryColor, 30%);
   */
}
.div-sell-group {
  width: 150px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}
.div-sell-group .input-group {
  margin: auto;
  width: 90%;
}
.div-category-product *:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.div-category-product a {
  color: #183a2f;
  text-decoration: none;
  text-align: left;
  font-weight: bold;
}
.div-category-product a:hover {
  color: #183a2f;
  text-decoration: none;
}
.product-description {
  line-height: 1.2;
}
.product-detail-pricegroupname {
  font-size: 0.8em;
  color: #bbae9a;
}
.product-detail-image {
  width: auto;
  height: 100%;
  max-height: 413px;
}
.product-oldprice {
  text-decoration: line-through;
  font-weight: bold;
}
.product-description p {
  margin: 0;
  font-size: 0.8em;
  padding-top: 8px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}
.product-name {
  font-size: 1em;
  height: 50px;
  vertical-align: baseline;
}
.fixedtop {
  position: fixed;
  z-index: 100;
  top: 56px;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.05);
}
footer {
  z-index: 5;
  position: relative;
}
.container-flex {
  width: 100%;
  display: flex;
}
.menu-aside #mainMenu,
.menu-top #mainMenu {
  text-align: left;
  background: #FFF;
  height: 100%;
  display: block;
  padding-top: 5px;
  border-right: 4px double #DDD;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.whole-catalog-opener {
  padding-top: 7px;
  border-top: 1px solid #EEE;
  margin-top: 7px;
}
.pointer {
  cursor: pointer;
}
@media (min-width: 766px) {
  .px767 {
    display: none;
  }
}
@media (max-width: 767px) {
  .px767 {
    display: block;
  }
  .product-detail {
    padding-left: 10px;
    padding-right: 10px;
  }
  .menu-aside #mainMenu {
    display: none;
  }
  .menu-top #mainMenu {
    border-right: none;
  }
  .menu-aside-fixed {
    position: fixed;
    z-index: 100;
    top: 74px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  #mainMenuOpener {
    display: none;
  }
}
.menu-opener-fixed {
  position: fixed;
  z-index: 100;
  top: 51px;
  width: 100%;
}
#mainMenuOpener span {
  margin-left: 10px;
  font-size: 22px;
  margin-top: 3px;
}
#mainMenu a {
  color: #1D1D1D;
}
.menuSelected {
  color: #000;
}
#mainMenu .menuSelected a {
  color: #075e9d;
}
/*
.menuSelected a::after
{
    content: '\f0d9';
    font-family: FontAwesome;
}
*/
.img-instock {
  height: 25px;
  width: auto;
  vertical-align: -14%;
  padding-bottom: 0 !important;
}
.navbar-searchinput {
  background-color: #242424;
  border: 1px solid #CCC;
  color: #FFF;
}
.product-info-name {
  font-size: 1.95em;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  color: #183a2f;
}
.product-info-description {
  color: #312509;
  font-size: 0.9em;
}
.product-info-category {
  color: #B7B7B7;
}
.product-image img,
.product-image video {
  width: 95%;
  max-width: 500px;
}
.product-addbutton {
  position: absolute;
  bottom: 0;
  width: 75%;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 1.3rem !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  padding: 7px !important;
  line-height: 1 !important;
  height: 48px;
}
.product-addcart-q {
  margin-bottom: 5px;
}
.product-buttonq {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-left: 7px !important;
  padding-right: 7px !important;
  line-height: 1 !important;
  font-size: 1rem !important;
  max-height: 26px;
  width: 25px;
}
.product-quantityselectrow {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 13px;
}
.product-stocktext {
  color: #178d0d;
}
.product-stocktext-nostock {
  color: #adb312;
}
.product-saletext {
  color: #178d0d;
}
.product-priceamount {
  color: #f40000;
  font-size: 1.32rem;
  font-weight: bold;
  font-family: "Lato Black", sans-serif;
}
.input-quantity-product {
  max-width: 240px;
}
.quantity-button-minus {
  background: #FFF;
  border: 1px solid #AAA;
  min-width: 28px;
}
.quantity-input-quantity {
  background: #FFF;
  min-width: 58px;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  border-left: none;
  border-right: none;
  text-align: center;
}
.quantity-button-plus {
  background: #FFF;
  border: 1px solid #AAA;
  min-width: 28px;
}
.add-cart {
  width: 80%;
  max-width: 240px;
  min-width: 170px;
}
.product-htmlimagediv {
  height: 100%;
}
.product-htmlimagediv img {
  height: 100%;
  width: auto;
  padding: 1px;
}
.color-grey {
  color: darkgrey;
}
.product-photos {
  border-top: 1px solid #EEE;
  margin-top: 10px;
  height: 128px;
  overflow: auto;
  width: 100%;
  white-space: nowrap;
  display: inline-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  .desktop-only {
    display: flex;
  }
  .mobile-only {
    display: none;
  }
}
@media (max-width: 576px) {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .product-photos {
    overflow: auto;
    width: 100%;
    white-space: normal;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-x: scroll;
  }
  .product-htmlimagediv {
    width: 87px;
    display: inline-flex;
  }
  .product-info-price {
    margin-top: 20px;
  }
  .nav-cart {
    padding-top: 12px;
  }
}
.product-photos::-webkit-scrollbar {
  -webkit-appearance: none;
}
.product-photos::-webkit-scrollbar:vertical {
  width: 11px;
}
.product-photos::-webkit-scrollbar:horizontal {
  height: 11px;
}
.product-photos::-webkit-scrollbar-thumb {
  border-radius: 0px;
  border: 2px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.12);
}
.product-photos::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0px;
}
.product-htmlrow {
  margin: 15px;
  max-width: 100%;
}
.product-htmlrow * {
  max-width: 100%;
}
.disabled {
  color: #AAA;
}
#cart-table {
  width: 100%;
}
.cart-item-name {
  flex-grow: 1;
  padding-left: 10px;
  padding-right: 10px;
}
.cart-item-quantity {
  max-width: 145px;
  padding-left: 10px;
  padding-right: 10px;
}
#cart-table p,
.shipping-row p,
.paymethod-row p {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 770px) {
  #cart-table .row p {
    font-size: 0.8em;
  }
}
#cart-table tr td:nth-child(1) img {
  height: 120px;
}
@media (max-width: 770px) {
  #cart-table tr td:nth-child(1) img {
    height: 48px;
  }
}
#cart-table tr td:nth-child(2) {
  padding-left: 22px;
}
@media (max-width: 770px) {
  #cart-table tr td:nth-child(2) {
    padding-left: 1px;
    min-width: 100px;
  }
}
#cart-table tr td:nth-child(3),
#cart-table tr td:nth-child(4) {
  width: 150px;
}
@media (max-width: 770px) {
  #cart-table tr td:nth-child(3),
  #cart-table tr td:nth-child(4) {
    width: auto;
    min-width: 0;
  }
  #cart-table tr td:nth-child(3) {
    width: 40px;
  }
}
#cart-table tr td:nth-child(5) {
  text-align: center;
  width: 64px;
}
@media (max-width: 770px) {
  #cart-table tr td:nth-child(5) {
    text-align: center;
    width: auto;
  }
}
.cart-img {
  max-width: 100px;
}
@media (max-width: 770px) {
  .cart-button-minus,
  .cart-button-plus {
    width: 44px;
    height: 30px;
    margin: 0;
    padding: 0;
  }
}
.cart-item-title {
  font-size: 1.2em;
}
.cart-item-title a {
  color: black;
}
@media (max-width: 770px) {
  .cart-item-title {
    font-size: 0.9em !important;
  }
}
.cart-item-codename {
  font-size: 0.8em;
}
@media (max-width: 770px) {
  .cart-item-codename {
    font-size: 0.7em;
    max-width: 70px;
  }
}
.cart-item-subtitle {
  font-size: 0.8em;
}
@media (max-width: 770px) {
  .cart-item-subtitle {
    font-size: 0.7em !important;
  }
}
.addon-remove,
.addon-remove img {
  height: 14px !important;
  width: 14px !important;
  margin-left: 2px !important;
  margin-top: -3px !important;
  cursor: pointer;
}
#cart-table .price-total {
  font-weight: bold;
}
.cart-total-price {
  font-size: 2em;
  color: #222;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: right;
  display: inline-block;
  height: 34px;
}
.fa-large {
  font-size: 5em;
}
.img-max-128 {
  max-width: 128px;
}
.img-max-64 {
  max-width: 64px;
}
.product-htmlrow td:nth-child(1) {
  text-align: center;
}
.relative {
  position: relative;
}
.product-info-variants {
  padding-top: 10px;
}
.product-info-variants label {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.abc-radio {
  padding: 0;
}
.control-group {
  display: inline-block;
}
.control {
  font-size: 18px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 30px;
  cursor: pointer;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #AAA;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  border: 2px solid #5CB85C;
}
/* Checked state */
.control input:checked ~ .control__indicator {
  background: #FFF;
  border: 2px solid #5CB85C;
}
/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  border: 2px solid #40983d;
}
/* Disabled state */
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}
/* Check mark */
.control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}
/* Show check mark */
.control input:checked ~ .control__indicator:after {
  display: block;
}
/* Checkbox tick */
.control--checkbox .control__indicator:after {
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  transform: rotate(45deg);
  border: solid #5CB85C;
  border-width: 0 2px 2px 0;
}
/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
/* Radio button inner circle */
.control--radio .control__indicator:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5CB85C;
}
/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.product-info-availability {
  color: #5CB85C;
}
.subtitle {
  font-size: 0.9em;
}
.blockquote-footer a {
  color: #777;
}
.table-thinp p {
  margin: 1px;
}
.table-thinp h2 {
  padding-top: 14px;
}
.table-thinp h3 {
  padding-top: 20px;
}
.blockquote-footer a {
  color: #0b0b0b;
  text-decoration: underline;
}
.max-1250 {
  max-width: 1250px;
  margin: auto;
}
.product-thumb {
  height: 175px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}
.product-info-addons {
  margin-top: 10px;
}
.product-ahref {
  min-height: 51px;
  font-size: 1rem;
}
.bodymain {
  max-width: 1024px;
  margin: auto auto;
  margin-top: 16px;
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
}
.bootstrap-select {
  margin: 4px;
}
.add-cart-express-disabled {
  border-color: #183a2f;
  background-color: #183a2f;
  color: #FFF;
  cursor: pointer;
}
#hoverheader {
  margin: 8px 0 16px 0;
  background-color: #fffad6;
}
#hoverheader h1 {
  font-family: 'Roboto Light', sans-serif;
  text-shadow: 1px 1px 1px rgba(180, 180, 180, 0.5);
}
#hoverheader img {
  /*height: 256px;*/
}
#indexroll {
  width: 100%;
  background-image: url('../img/mainheader2.jpg');
  background-size: cover;
  height: 500px;
  text-align: center;
}
#indexroll h2 {
  padding-top: 95px;
  padding-bottom: 50px;
}
.paginator {
  width: 100%;
  text-align: center;
  margin-top: 47px;
}
.paginator nav {
  margin: auto;
}
.bootstrap-select.btn-group > .dropdown-toggle {
  border: 1px solid #183a2f;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  border: none;
  color: #5D5D5D !important;
}
#searchbox {
  margin-left: 100px;
}
button {
  cursor: pointer;
}
#basic-mainlogoarea {
  padding-top: 8px;
}
.category-header {
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  text-align: left;
  margin-top: 28px;
  margin-bottom: 28px;
  /*background-color: #f9f9f9;*/
  /*border: 1px solid #e8e8e8;*/
  border-bottom: #BEBDBD 1px solid;
  padding: 10px 5px;
}
.category-header a,
.category-header * {
  font-weight: bold;
  color: #BEBDBD !important;
}
.category-header a:hover,
.category-header *:hover {
  color: #989797 !important;
}
.collection-select-hover {
  font-size: 1.4em;
  font-family: "Lato Black", sans-serif;
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #F1F1F1;
  border: 1px solid #e8e8e8;
  text-transform: uppercase;
}
#menutop-cont {
  /*    height: 60px;*/
  min-height: 60px;
  background: #f06543;
  -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.2);
  box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.2);
}
.table-responsive {
  display: table;
}
#menutop {
  color: white;
  z-index: 1000;
  width: 100%;
  background: #183a2f;
  border-bottom: 1px solid #183a2f;
  border-top: 1px solid #183a2f;
}
.transition-300 {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menutopIndex {
  position: relative !important;
  margin: 0 !important;
}
.topmargin30 {
  margin-top: 30px;
}
#searchdiv {
  display: none;
  margin-top: -2px;
  position: absolute;
  top: 3px;
  right: 158px;
}
.searchdiv-active {
  display: block !important;
  display: inline-flex !important;
}
.inline-group {
  display: inline-block;
}
.inline-group img {
  max-height: 23px;
  margin-top: -7px;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.9;
}
.inline-group img:hover {
  opacity: 1;
}
#orderInfo {
  height: 100px;
}
.sale-price {
  color: #f40000;
  font-weight: bold;
  margin-left: 10px;
}
.nav-middlelogo {
  height: 33px;
}
.category-menu-mobile {
  margin: auto;
  text-align: center;
  height: 59px;
  padding-top: 13px;
  font-size: 1.3em;
}
.category-menu-mobile-content {
  background: #ffffff;
  color: black;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 50px;
  z-index: 1;
  transition: visibility 0.5s linear, opacity 0.5s linear;
  display: block;
}
.category-menu-mobile-clicker {
  cursor: pointer;
}
.category-menu-mobile-content-opened {
  visibility: visible;
  opacity: 1;
  /*transition: visibility 0s, opacity 0.5s linear;*/
}
.category-menu-mobile-item {
  list-style: none;
}
.category-menu-mobile-close {
  cursor: pointer;
}
.ul-zero {
  padding: 0;
  margin: 0;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.btn-group > .btn,
.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.btn:hover {
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}
.btn-success,
.btn-success:hover,
.btn-success:active {
  color: #fff;
  background-color: #bcaf9c;
  border-color: #bcaf9c;
}
.btn-warning,
.btn-warning:hover,
.btn-warning:active {
  color: #fff;
  background-color: #ffd75f;
  border-color: #ffd75f;
}
.btn-danger,
.btn-danger:hover,
.btn-danger:active {
  color: #fff;
  background-color: #db5a04;
  border-color: #db5a04;
}
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:active {
  color: #000000;
  background-color: #bcaf9c;
  border-color: #bcaf9c;
}
.product-detail-oldprice {
  text-decoration: line-through;
  font-weight: 700;
}
.product-detail-price {
  color: #bbb9b9;
  font-size: 0.8em;
  margin-top: -8px;
}
.product-detail-pricedph {
  margin-top: 10px;
  color: #f40000;
  font-size: 1.95em;
  font-family: 'Roboto';
  font-weight: 900;
}
.product-detail-saleamount {
  color: #ffd75f;
  font-weight: 700;
}
.product-detail-variantname {
  font-weight: 200;
  font-size: 0.9em;
}
.product-detail-variantbutton {
  background: #FFF;
  font-size: 14px;
  text-align: left;
  margin-left: 3px;
  margin-right: 3px;
  min-width: 100px;
  line-height: 1.2;
  padding-top: 9px;
  font-weight: 500;
  margin-bottom: 16px;
}
.product-detail-variantbutton-active {
  border: 1px solid #e5e5e5;
  background: #7a7a7a;
  color: #FFF;
}
.product-detail-stock {
  color: #bcaf9c;
  margin-left: 7px;
}
.product-detail-qbutton {
  width: 32px;
  height: 37px;
  padding: 4px;
}
.product-detail-quantity {
  color: #000;
  font-weight: 400;
  font-size: 1.1em;
  padding: 0;
  min-width: 24px;
  text-align: center;
}
.product-detail-quantity-pcs {
  color: #7f8183;
  font-size: 0.8em;
}
.product-detail-addbutton {
  background: #183a2f;
}
.product-detail-pricerow,
.product-detail-variantsrow,
.product-detail-addcartrow {
  padding: 20px 0;
}
#product-desc-tabs {
  display: flex;
  margin-bottom: 25px;
}
#product-desc-tabs .nav-item.nav-link {
  border: 0.5px solid #eaeaea;
  border-right: 0;
  border-radius: 0;
  background-color: #F1F1F1;
  flex-grow: 1;
  text-align: center;
  font-weight: bold;
  color: #141414;
}
#product-desc-tabs .nav-item.nav-link:last-child {
  border-right: 0.5px solid #eaeaea;
}
#product-desc-tabs .nav-item.nav-link.active {
  background-color: white;
}
#cols-tabs {
  display: flex;
  margin-bottom: 25px;
  margin-top: 80px;
}
#cols-tabs .nav-item.nav-link {
  border: 0.5px solid #eaeaea;
  border-right: 0;
  border-radius: 0;
  background-color: #F1F1F1;
  flex-grow: 1;
  text-align: center;
  font-weight: bold;
  color: #141414;
}
#cols-tabs .nav-item.nav-link:last-child {
  border-right: 0.5px solid #eaeaea;
}
#cols-tabs .nav-item.nav-link.active {
  background-color: white;
}
.productlist-subcategory {
  background-color: #F9F9F9;
  border: 1px solid #E8E8E8;
  margin: 1px;
  display: flex;
  align-items: center;
  justify-content: left;
  min-height: 53px;
}
.modal-addcart .modal-header {
  background-color: #183a2f;
  color: white;
}
.modal-addcart .modal-title {
  text-align: center;
}
.modal-addcart .modal-footer {
  display: none;
}
.modal-addcart img {
  max-width: 100%;
  max-height: 140px;
}
.modal-addcart .modal-content {
  width: 650px;
}
#mainsearchbutton {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-order {
  border-width: 0.15rem;
  margin: 2px;
}
@media (min-width: 576px) {
  .modal-addcart .modal-dialog {
    max-width: 650px;
    margin: 30px auto;
  }
}
.modal-addcart .modal-prod-name {
  font-size: 1.2em;
}
.modal-addcart .modal-prod-price {
  font-size: 1.2em;
  font-weight: 600;
  color: #f40000;
}
#mainsearchbutton {
  height: 38px;
  padding: 4px 12px 6px 12px;
  font-size: 1em;
}
button.close {
  color: white;
  opacity: 1;
}
.modal-content {
  -webkit-box-shadow: 0 0 11px rgba(50, 234, 64, 0.63);
  -moz-box-shadow: 0 0 11px rgba(50, 234, 64, 0.63);
  box-shadow: 0 0 11px rgba(50, 234, 64, 0.63);
  border: 1px solid rgba(59, 111, 61, 0.2);
}
.modal-header {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-order {
  margin-top: 10px;
}
.admin-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 32px;
  max-width: 100%;
  background: #F8F8F8;
  z-index: 1500;
  border: 1px solid #666;
  opacity: 0.6;
}
.admin-bar:hover {
  opacity: 1;
}
.bg-semi {
  background-color: #D7D7D7;
}
.bg-light {
  background-color: #F5F5F5;
  color: #555;
}
.min-height-42 {
  min-height: 42px;
}
.basic-card-title {
  margin: 5px;
  font-size: 1.3em;
  font-weight: 600;
}
.text-red {
  color: red;
}
.border-2 {
  outline: 2px solid #d50000;
}
.basic-footer-above {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 0.8em;
  margin-top: 50px;
}
.bootstrap-select > .dropdown-toggle {
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
}
.productlist-subcategory-img {
  max-width: 38px;
  max-height: 38px;
  margin: 2px;
}
.row-selected {
  /*outline: 2px solid @highlightColor !important;*/
}
.page-item {
  color: #183a2f;
}
.page-item.active .page-link {
  background-color: #183a2f;
  border-color: #183a2f;
}
.form-control:focus {
  color: #495057;
  border-color: #f06543;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #f06644;
}
.product-detail-stock-nostock {
  color: #f8ba00;
}
/*# sourceMappingURL=basic_theme.css.map */