.navbar-brand>img {
    max-height: 75px;
    width: auto;
}

/*Dont show arrows in input*/
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity-input {
    -moz-appearance:textfield;
}

/*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{
    overflow-y: auto;
}

div.currency-dropdown.show{
    transform: translate3d(-161px, 21px, 0px) !important;
    left: -50px !important;
}

.dropdown .js_quantity_select .dropdown-menu {
    max-height: 200px !important;
}


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

.dropdown-toggle::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078" !important;
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}
.form-control {
    padding: 3px 21px;
}

select.form-control {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 97% -1px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.verified-tag {
    line-height: initial;
}

.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 {
    width: 100%;
}

.order_lookup .product-item img {
    max-width: 100%;
    height: auto;
}

.btn:hover {
    cursor: pointer;
}
