@font-face {
    font-family: Sahel-Light;
    src: url(../../base/fonts/Sahel-Light-FD.ttf);
}
@font-face {
    font-family: Sahel;
    src: url(../../base/fonts/Sahel-FD.ttf);
}
@font-face {
    font-family: Sahel-SemiBold;
    src: url(../../base/fonts/Sahel-SemiBold-FD.ttf);
}
@font-face {
    font-family: Sahel-Bold;
    src: url(../../base/fonts/Sahel-Bold-FD.ttf);
}
@font-face {
    font-family: Sahel-Black;
    src: url(../../base/fonts/Sahel-Black-FD.ttf);
}
* {
    font-family: Sahel;
}
.row {
    margin: 0;
}
.sidebar {
    background: linear-gradient(#be7032, #7f4212);
    position: fixed;
    width: 100%;
    height: 67px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    z-index: 3;
}
.sidebar a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: Sahel-Light;
    font-size: 12px;
}
.sidebar a img {
    width: 35px;
}
.home-icon img {
    width: 60px!important;
    margin-top: -50px;
}
@media screen and (max-width: 600px) {
    .sidebar {
        height: 55px;
    }
    .sidebar a img {
        width: 25px;
    }
}
.free-shipping {
    height: 65px;
    background-image: url(../images/free-shipping.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media screen and (max-width: 1500px) {
    .free-shipping {
    height: 54px;
    }
}
@media screen and (max-width: 600px) {
    .free-shipping {
    height: 35px;
    background-image: url(../images/free-shipping-phone.jpg);
    }
}
@media screen and (min-width: 1700px) {
    .free-shipping {
    background-size: cover;
    }
}
.navbar {
    padding: 0;
}
.toggler {
    width: 42px;
}
.navbar-toggler {
    border: none;
    padding: 0;
}
.navbar-brand {
    margin-left: 47%;
}
.navbar-brand img {
    width: 100px;
}
@media screen and (max-width: 600px) {
    .navbar-brand {
        margin-left: 40%;
    }
    .navbar-brand img {
        width: 80px;
    }
}
.icons {
    position: absolute;
}
.icons img {
    width: 42px;
}
.offcanvas-body {
    direction: rtl;
    text-align: center;
}
.offcanvas-body li {
    background-color: #eeeeee;
    margin-top: 7px;
    border-radius: 8px;
}
.dropdown-menu {
    text-align: center;
    padding: 0;
    border: none;
}
.dropdown-menu ul {
    background-color: #eeeeee;
}
.dropdown-menu li {
    background-color: #eeeeee;
    margin-top: 0;
    border-radius: 0;
}
.logout {
    color: #fff;
    background-color: #d53d3d;
    border-radius: 5px;
    padding: 7px 0;
}
.tfooter {
    direction: rtl;
    color: #fff;
    background-color: #be7032;
    padding: 6px 0;
    border-radius: 0 100px 0 0;
    box-shadow: 18px 7px 0px 0px #ededed;
}
.tfooter1 {
    margin: auto;
}
.tfooter1 p {
    margin: 0;
    font-size: 14px;
}
.tfooter2 {
    direction: ltr;
}
.input-group button {
    background-color: #be7032;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 20px;
}
.input-group input {
    text-align: center;
    border-radius: 25px;
}
.mfooter {
    direction: rtl;
    background-color: #ededed;
    position: relative;
}
.mfooter dl {
    margin: auto;
}
.mfooter dt {
    padding-bottom: 14px;
}
.mfooter dd {
    margin: 0;
    padding-bottom: 10px;
}
.mfooter dd img {
    width: 30px;
    padding-left: 8px;
}
.mfooter1 {
    text-align: center;
}
.mfooter1logo {
    background-color: #ededed;
    width: 50%;
    margin-top: -55px;
    border-radius: 80px 80px 0 0;
}
.mfooter1 p {
    font-family: Sahel-Light;
}
.mfooter2 {
    margin-top: 60px;
}
.mfooter2 dt {
    color: #be7032;
}
.mfooter2a dd {
    font-size: 13px;
}
.social {
    padding-bottom: 20px;
}
.social a {
    padding: 0 17px;
}
.social img {
    width: 30px;
}
.bfooter {
    background-color: #be7032;
    color: #fff;
    padding-top: 16px;
}
.bfooter {
    direction: rtl;
    text-align: center;
}
.bfooter p {
    padding-bottom: 90px;
    margin: 0;
}
.bfooter a {
    text-decoration: none;
    color: #8fbd1d;
    font-family: Sahel-SemiBold;
}
@media screen and (max-width: 600px) {
    .tfooter {
        border-radius: 0;
        padding: 20px 0;
        box-shadow: none;
    }
    .tfooter1 p {
        text-align: center;
        padding-bottom: 10px;
    }
    .tfooter2 {
        position: relative;
        width: 80%;
        right: 10%;
    }
    .mfooter {
        padding: 0 14px;
    }
    .mfooter1logo {
        margin-top: 10px;
    }
    .mfooter2 {
        margin-top: 20px;
    }
    .bfooter {
        font-size: 14px;
    }
}