@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600&display=swap');
@import url(Cairo-Bold.ttf);

/*@font-face {*/
/*    font-family: cairo-bold !important;*/
/*    src: url(Cairo-Bold.ttf) !important;*/

/*}*/
.almarai-light {
    font-family: "Almarai", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.almarai-regular {
    font-family: "Almarai", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.almarai-bold {
    font-family: "Almarai", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.almarai-extrabold {
    font-family: "Almarai", sans-serif;
    font-weight: 800;
    font-style: normal;
}

:root{
    --primaryColor:#c49574;

}

body {
    overflow-x: hidden;
    text-transform: capitalize;
    font-family: "Almarai", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    line-height: 30px;
}

.arabic {
    direction: rtl;
    text-align: right;

}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.white_space_nowrap{
    white-space: nowrap;
}
.text-center{
    text-align: center;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #9c785d;
}
.primary-color{
    color: var(--primaryColor);
}
.bg-primary-color{
    background: var(--primaryColor);
}
.btn-primary-color{
    background: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    color:#fff;
}
.font-weight-bold{
    font-weight: bold;
}
.justify-content-space{
    justify-content: space-between;
}
.row {
    padding: 0px 30px !important;
}

.pad-0 {
    padding: 0px !important;
}

.mr-0 {
    margin: 0px !important;
}

.pad-top-25 {
    padding-top: 25px !important;
}

.pad {
    padding-bottom: 25px !important;
}

.c-w {
    color: #fff !important;
}

a,
a:hover {
    color: #000;
    text-decoration: none;
}

.bg-b li .nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.bg-b .svg-inline--fa {
    color: #7F7631;
}

.bg-b a:hover,
.bg-b a.active {
    color: #7F7631;
}

.bg-b {
    background: #5C5C5C;
    color: #fff;
    display: block;

}
.bg-black{
    color: #fff;
    display: block;
    background-color: #000000;
}

.svg-inline--fa {
    font-size: 17px;

}


.product-count {
    margin-bottom: 13px;
    white-space: nowrap;
}
#search-word2{
    border-radius: 20px !important;
}
.lang-link{
    font-weight: bold;
}
.product-count>*,
input.form-control:disabled {
    display: inline-block;
    height: 40px;

    border: 1px solid #e1e3e6;
    vertical-align: middle;
    text-indent: 0;
    text-align: center;
}

input[type=search] {
    background-color: rgb(249 246 246);
    border: 1px solid rgb(249 246 246);
    height: 35px;

}
#search-submit2 i{
    color: blue;
}
.search {
    position: absolute;
    left: 82;
    top:9;
}

.arabic .search {
    left: 30;
}


.sidbar {
    min-height: 100%;
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -110%;
    z-index: 999;
    display: none;
    padding: 10px;
}

.arabic .sidbar {
    right: -110%;
}

.sidbar1 {
    min-height: 75px;
    width: 100%;
    position: absolute;
    top: -110px;
    right: 0%;
    z-index: 999;
    display: none;
}

.hide {
    display: none;
}

.active {
    left: 0%;
    transition: .3s;
    display: block;
}

.arabic .active {
    right: 0%;
}

.active1 {
    top: 0;
    transition: .3s;
    display: block;
}

/*end header */
.MyServices h4 {
    background: #5C5C5C;
    color: #fff;
    line-height: 40px;
}

.MyServices img,
.product img {
    max-height: 600px;

    object-fit: cover;
}

img {
    object-fit: cover;
}

.product:hover {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);
}

a.bg-ba {
    padding: 10px 0px;
    background: #5C5C5C;
    text-align: center;
}

.product:hover a.bg-b,
li:hover h4,
.main-color,
.active {
    color: #fff;
}

h2 {
    font-family: cairo-bold;
    /*font-size: 1.6rem;*/
    line-height: 1.3;
    letter-spacing: 0em;
}

.title {
    font-family: cairo-bold;
    font-size: 1.8rem;

    color: #5C5C5C;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    font-weight: bold;
    margin: 0px 30px;
    padding-top: 15px;
}

select {
    font-size: 1rem;
    border-width: 0px;
    border-radius: 0.3em;
    box-shadow: 0px 0px 0px 1px #d2d7d9 inset;
    min-height: 3em;
    line-height: 3em;
    padding: 0 1em;
}

select:focus,
input:focus {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.10) !important;
    outline: none !important;
    border: none !important;
}

.img {
    height: 400px;
}

.img1 {
    height: 90px;
    width: 90px;
    margin-top: 10px;
    margin-right: 10px;
}

.arabic .img1 {
    margin-right: 0px;
    margin-left: 10px
}

.account {
    border: 2px solid #e1e4e5;
    padding: 2.5rem 2.5rem 1.5rem;
}

.myaccount input {
    border: none !important;
}

.color-blocks .color {
    height: auto;
    padding: 0;
    margin: 0 7px 7px 0;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.color-blocks .color input {
    display: none;
}

.color-blocks .color input:checked+label {
    border-width: 5px;
    border: 5px solid #7F7631;
}

.color-blocks .color label,
.color-blocks .color a {
    width: 33px;
    height: 34px;
    border: 2px solid #828385;
    padding: 1px;
    background-clip: content-box;
    cursor: pointer;
    float: left;
    margin: 0;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

label {
    display: inline-block;
    font-weight: 300;
    margin: 0 0 5px 5px;
}

.item2,
.item3,
.item4 {
    display: none;
}

#b {
    height: 70vh;
}

.left-menu {
    min-width: 145px;
    text-align: center;
    margin-bottom: 40px;
}

.left-menu div.active {
    background-color: #7F7631;
    color: #fff;
}

.left-menu div {
    width: 145px;
    height: 125px;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 14px;
    padding-top: 40px;
    position: relative;
    color: #212224;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.left-menu div.active:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-left-color: #7F7631;
    right: -20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-dark {
    background: #7F7631 !important;
    color: white !important;
    border: 1px solid #7F7631 !important;
    font-weight: bold;
}


.dir-rtl:lang(ar) {
    direction: rtl !important;
}

.dir-rtl:lang(en) {
    direction: ltr !important;
}

#add_cart button .btn {
    color: white !important;
}

.mySlides {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

nav {
    background: #333333;
}

.product >  p {
    color: #7F7631;
    font-weight: bold;
    font-size: 1rem;
}
.mobile-navigation-bar {
    background: #ffffff;
    height: 74px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, .08);
    border-radius: 24px 24px 0 0;    top: auto !important;
    bottom: 0 !important;
    position: fixed;
    display: block;
    z-index: 999999999;
    width: 100%;
}
.mobile-navigation-bar {
    display: block;
    position: absolute;
    top: auto !important;
    bottom: 0 !important;
    position: fixed;
    z-index: 999999999;
    width: 100%;
}
.tab-nav-container{
    display: flex;
    height: 100%;
}
.tab a .footer_icon {
    font-size: 1.5rem;
}
.tab a .footer_cart {
    font-size: 1.6rem !important;
    color: #ffffff;
    /* padding-top: 53%; */
    margin-top: 50%;

}
.cart_tab{

    height: 100%;
    /*width: 100%;*/
    background: var(--primaryColor);
    padding: 0.5rem;
    border-radius: 50%;
}
.home_tab{
    padding-top: 4% !important;

}
.tab a .active {
    color: var(--primaryColor);
}
.tab a .search_active {
    color: #a3a5a4;
}
.tab {
    cursor: pointer;
    /* display: flex; */
    display: block;
    align-items: center;
    justify-content: center;
    /* padding: 0.5em 10px; */
    margin: 0 5px;
    text-align: center;
    transition: 0.2s linear;
    color: #a39f9f;
    padding: 0.2rem 1.2em;
}
.category_nav .col-12 h4 ,.prod_head h4{
    font-size: calc(1.275rem + .3vw);
}
.category_nav .col-12 h3{
    font-size: calc(1.3rem + .6vw);

}
.prod_img2{
    /*transition: transform 0.5s ease;*/
}
.prod_img2:hover{
    /*transform: scale(1.1);*/
}
.prod_head h3{
    font-size: calc(1.3rem + .6vw);
}
.text_white{
    color: white !important;
}
.text_black{
    color: #000000 !important;
}
.avatar-container {
    display: flex
;
    align-items: center;
    justify-content: center;
    background-color: var(--gray3);
    overflow: hidden;
    margin-top: 48px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.next-image-container {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}
