/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.overlay-cart {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
}
.overlay-cart .content {
    position: absolute;
    width: 30px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
}

.custom-select-form-vue select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 34px;
    outline: none;
    padding-left: 10px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #444;
    padding-top: 2px;
}

.custom-select-form-vue select.wide {
    width: 100%;
}

.button-text {
    background-color: transparent;
    border: 0;
}

.form-logout button {
    width: 100%;
    text-align: left;
    height: auto !important;
    color: #444 !important;
    border-left: 2px solid transparent;
    display: block;
    padding: 15px 15px 15px 50px !important;
    position: relative;
    line-height: inherit;
}

.form-logout button i {
    font-size: 1.3125rem;
    margin-right: 10px;
    position: absolute;
    top: 14px;
    left: 15px;
}

.dropdown-cart .dropdown-menu ul li a.action {
    border: 0;
}

.payment-info {
    position: relative;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 4px;
}

.payment-info.mbway-box {}

.payment-info.mb-box {}

.payment-info img {
    max-width: 150px;
}

.brands-carousel.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

select.form-control {
    padding: 0.375rem 0.75rem;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}
