/*Fix input box size on cart*/
.quantity-box .quantity-input {
  max-width: 70px !important;
  width: 70px !important;
  display: inline;
}

.quantity-box input {
  border-radius: 0px;
  width: 65px;
  background: #fff !important;
  text-align: center;
}

/*Add styling to cart icon without using toolbar toggle classes so toolbar doesnt open*/
.toolbar .toolbar-toggle-stay:last-child {
  border-right: 0;
}

.toolbar .toolbar-toggle-stay {
  display: table-cell;
  transition: all .3s;
  border-right: 2px solid #fff;
  background-color: #f5f5f5;
  color: #606060;
  font-size: 24px;
  line-height: 1;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
}

.toolbar .toolbar-toggle-stay .count {
  display: block;
  position: absolute;
  top: -2px;
  right: -17px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #dc9814;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.toolbar .toolbar-toggle-stay>i {
  display: inline-block;
  position: relative;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  transition: -webkit-transform .3s, opacity .15s;
  transition: transform .3s, opacity .15s;
  font-style: normal;
  opacity: 1;
}

/*Remove lines on categories*/
.widget-categories ul>li.has-children ul, .widget-links ul>li.has-children ul {
  border-left: 0px;
}
.widget-categories ul>li.has-children ul li::before, .widget-links ul>li.has-children ul li::before {
  background-color: transparent;
}
.widget-categories ul>li.view-all::before {
  content: '';
}
/*Fix for left categories getting cut off at 800 px*/
.widget-categories ul>li.has-children.expanded>ul, .widget-links ul>li.has-children.expanded>ul {
  max-height: 100%;
}

.product-gallery {
  padding-top: 15px;
}


/*No payment gateway banner and bottom of page*/
.payment-notification > div {
  font-weight: bold;
  background-color: red;
  color: white;
  font-size: 20px;
}

/*cart quantity input overlap fix*/
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-input {
  -moz-appearance:textfield;
}

/*Bootstrap dropdown menu styling on product page*/
div.dropdown-menu.show{
    #max-height: 200px !important;
    overflow: hidden;
    transform: translate3d(0px, 52px, 0px) !important;
}
ul.dropdown-menu.inner{
  max-height: 200px !important;
  overflow-y: auto;
}


.dropdown-item:hover {
  color: #0da9ef !important;
}

.dropdown-item {
  color: #000 !important;
}

.option-not-avail:hover {
  color: #bbb !important;
}

.option-not-avail {
  color: #bbb !important;
}

.first_attribute .option-not-avail {
  color: #000 !important;
}

.first_attribute .option-not-avail:hover {
  color: #0da9ef !important;
}

.bootstrap-select>.dropdown-toggle {
  text-transform: none;
  padding: 0 18px 3px;
  border: 1px solid #dbe2e8;
  border-radius: 22px;
  background-color: #fff;
  color: #606975;
  font-family: "Maven Pro",Helvetica,Arial,sans-serif;
  font-size: 14px;
  height: 44px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle { outline:0 !important; }

.bootstrap-select {
  min-width: 100% !important;
}

.dropdown-menu {
  min-width: 100% !important;
}

/*Product page Thumbnail sizes*/
.product-gallery .product-thumbnails>li>a {
  width: 50px;
}

/*Make site logo larger*/
.site-logo-text {width: 275px;}
.site-logo>img {
  max-height: 60px;
  width: auto;
  max-width: 300px;
}

.site-logo {
  width: 300px;
  padding: 12px 0 12px 25px;
}

.site-branding {
  padding: 0px;
}
@media (max-width: 576px) {
  .site-logo {
    width: 145px;
    padding-left: 16px;
  }
  .site-logo>img {
    max-width: 145px;
  }
  .btn.js_out_of_stock {
    font-size: 10px;
  }
}

.site-branding .inner {
  display: table;
  height: 100%;
  min-height: 100%;
}

/* make all product cards same size on category pages*/
.product-card-thumb {
  height: 328px;
}

@media only screen and (max-width: 575px) {
  .shop-sorting {
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
  }
}

.preloader {
    width: 100%;
    background-color: #fbfbfbc2;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
}

.preloader.show {
    display: flex;
}

.preloader img {
    width: 30px;
    height: 30px;
}

.order_lookup .product-item {
    min-width: unset;
}

.media-box video {
    width: 100% !important;
    height: inherit !important;
}
