a.title {
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    text-decoration: none;
}
a.title .rating-stars i {
    font-size: 1.4rem;
}
.category_tree ul > li {
    padding-left: 14px;
}

.gallery-wrap .img-big-wrap img {
    cursor: pointer !important;
}

.gallery-wrap .thumbs-wrap img {
    cursor: pointer !important;
}

/*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*/
ul.dropdown-menu.show{
    /*max-height: 200px !important;*/
    overflow: hidden;
    /*transform: translate3d(0px, 52px, 0px) !important;*/

    /*left: 10px;*/
    width: fit-content;
}
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;
    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;
}

.bootstrap-select>.dropdown-toggle {
    padding-top: 10px;
}
.bootstrap-select>.dropdown-toggle:after {
    margin-top: -8px;
}

.container-fluid.unlayer-container {
    padding-right: 15px;
    padding-left: 15px;
}

.container-fluid.unlayer-container .row{
    margin-right: -15px;
    margin-left: -15px;
}

.unlayer-container .unlayer-wrapper {
    padding-left: 0;
    padding-right: 0;
}

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