﻿html, body {
    direction: ltr
}

/* Language button styling */
.language-toggle {
    position: absolute;
    top: 20px;
    left: 20px;
}

.cart-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    top: 20px;
    right: 20px;
    background-color: #002D62;
    border: 2px solid #002D62;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    z-index: 9;
}

    .cart-btn small {
        position: absolute;
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        top: -5px;
        right: 0px;
        background-color: #F58220;
        border-radius: 50%;
        /*border: 1px solid #ffffff;*/
        font-size: 12px;
        cursor: pointer;
        z-index: 9;
        padding: 2px;
    }

.home-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    top: 20px;
    left: 20px;
    background-color: #002D62;
    border: 2px solid #002D62;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    z-index: 9;
}

.categ-header .categ-header-item {
    margin-right: 10px;
}

.mr-hr-dir {
    margin-left: 10px;
}

.mr-hl-dir {
    margin-right: 10px;
}

.slide-out {
    transform: translateX(100%);
    opacity: 0;
}

.remove-cart-item {
    position: absolute;
    top: -9px;
    right: -7px;
    width: 26px;
    height: 26px;
    background-color: #ff0000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.input-wrapper-currency {
    position: relative;
}

    .input-wrapper-currency .form-control-primary {
        padding-right: 40px;
    }

    .input-wrapper-currency .input-currency {
        position: absolute;
        top: 10px;
        right: 10px;
    }