/*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;
}

/*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;
}

/*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-header .site-branding .site-logo {
    width: 100%;
    max-width: 215px;
}

/*making logo smaller for mobile*/
@media (max-width: 991px){
    .site-header .site-branding .site-logo {
        max-width: 180px;
    }
}

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

.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;
}
