@charset "UTF-8";


@font-face {
    font-family: 'arabfont';
    src: url(../../assets/libs/font/arab.ttf);
}

html {
    width: 100%;
    overflow-x: hidden;

}

#result {
    font-size: 17px;
    text-align: center;
}

body {
    color: #222222;
    font-family: 'arabfont', sans-serif !important;
    font-size: 15px;
    width: 100%;
    overflow-x: hidden;
}

.py-10 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}

.text-titel-cart {
    display: inline-block;
    padding: 3px;
    overflow: hidden;
    white-space: unset;
    width: 100%;
}

.adder {
    display: none;
    flex-wrap: wrap;
    width: auto;
    margin: auto;
}
.offcanvas-header {
    color: white;
    background: #fe0000;
}
.color-white {
    color: white !important;
}

.add-to-cart {
    margin: auto;
    display: table;
    width: 100%;
}


.serch_min_ll {
    width: 100%;
    display: none;
    position: fixed;
    padding: 6px 0px 6px;
    top: 0px;
    background: #00000040;
    margin-top: 0rem !important;
    z-index: 999;
}

.img_pro_box {
    display: flex;
    height: 220px;
}


.img_pro_img {
    background-size: cover !important;
    background-repeat: no-repeat, repeat !important;
    height: auto !important;
    width: 100% !important;
    background-position: center !important;
}


.telephone3_lable {
    font-size: 32px !important;
    text-align: center !important;
}
.chickphone2, .codes, .myname, .addr, .dic {
    font-size: 20px !important;
}


.codeerror, .getcode, .btnsender, .mycode, .my_name, .my_address, .my_dic {
    display: none;
}

.codeerror {
    color: red;
}



    .img_pro_img2 {
        position: relative;
        z-index: 999;
        width: 40px !important;
        height: 40px !important;
        background: aqua;
        color: aquamarine;
        margin: auto;
    }
    .addtocart {
    display: none;
}

@supports(display: grid) {
    .grid-item {
        color: #fff;
        padding: 3.5em 1em;
        font-size: 1em;
        font-weight: 700;
    }



    .main {
        color: lighten($gray, 25%);
        grid-area: main;
        padding: 0;
    }

    .items {
        position: relative;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        transition: all 0.2s;
        transform: scale(0.98);
        will-change: transform;
        user-select: none;
        float: right;
        cursor: pointer;
        direction: rtl;
        text-align: justify;
    }

        .items.active {
            cursor: grabbing;
            cursor: -webkit-grabbing;
            transform: scale(1);
        }

    .item {
        display: inline-block;
        margin: 5px 5px;
        background: #f9f9f9;
        padding: 6px 12px;
        text-align: justify;
        border-radius: 10px;

        @media screen and (max-width: 500px) {
            min-height: 10px;
            min-width: 20px;
        }
    }

        .item:hover {
            background: #fe0000;
        }
}



.button-plus, .button-minus {
    background: #fe0000 !important;
    color: white;
    border-radius: 80% !important;
}



.containerme {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
        /* Hide the browser's default radio button */
        .containerme input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
        }
    /* Create a custom radio button */
    .checkmark2 {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 50%;
    }
    /* On mouse-over, add a grey background color */
    .containerme:hover input ~ .checkmark2 {
        background-color: #ccc;
    }
    /* When the radio button is checked, add a blue background */
    .containerme input:checked ~ .checkmark2 {
        background-color: #fe0000;
    }
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark2:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the indicator (dot/circle) when checked */
    .containerme input:checked ~ .checkmark2:after {
        display: block;
    }
    /* Style the indicator (dot/circle) */
    .containerme .checkmark2:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }


    .navbar-brand {
        width: 0%;
        overflow: hidden;
    }

    .list-inline-item {
        margin-right: 15px !important;
        float: right;
    }

    .draggable {
        opacity: 1;
    }

.lod {
    overflow: hidden;
    width: 100%;
    position: fixed;
    height: 100%;
    background: #fe0000;
    z-index: 999999;
}

    .Loading_logo {
        width: 20%;
        margin: auto;
        display: inline-table;
        margin-top: 10%;
    }


    .Loading_svg {
        width: 20%;
        margin: auto;
        display: inline-table;
        margin-top: 0%;
    }


    .btn_menu {
        position: fixed;
        top: 20px;
        right: 22px;
        z-index: 50;
        background: #d7d7d7d1;
        padding: 8px;
        border-radius: 100%;
    }


    .btn_serch {
        position: fixed;
        top: 20px;
        left: 22px;
        z-index: 50;
        background: #d7d7d7d1;
        padding: 8px;
        border-radius: 100%;
    }


    .btn_cart {
        position: fixed;
        bottom: -8px !important;
        width: 100% !important;
        z-index: 50;
        left: 0;
    }



.scg {
    width: 100% !important;
    margin: auto !important;
    display: table !important;
    font-size: 24px !important;
    color: #fe0000;
    text-align: center;
}


.input-spinner .form-input {
    height: initial;
}


    .text_mineu {
        text-align: center;
        font-size: 12px;
    }

   

    .min_buttm {
        width: 100%;
        top: 8px !important;
        position: relative;
    }

.min_buttm_cart {
    width: 100%;
    top: 8px !important;
    position: relative;
    background: #fe0000;
    border-radius: 87%;
    margin: 0px;
    padding: 16px 4px;
    border: 10px solid rgb(223 223 223 / 23%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}



.items::-webkit-scrollbar {
    width: 0px;
   
}

.nav-link {
    text-align: right;
}













    .cart_go_top {
        top: -26px;
        position: relative;
    }
}

.btn_cart_in {
    margin: auto;
    display: table;
    background: #d7d7d7d1;
    padding: 7px;
    border-radius: 100% 100% 0% 0%;
}

.min_cart {
    width: 103%;
    background: white;
    padding: 0px;
    margin: 0px;
    border-radius: 4% 4% 0% 0%;
    height: 77px;
}


.cart_min_p {
    font-size: 20px;
    width: fit-content;
    float: right;
    margin: 13px 8px;
    font-weight: bolder;
}
.mine {
display:block;
}

.min_buttm_cart {
    padding: 25% 25%;

}

.fa-shopping-cart {
    font-size: 50px !important;
}

.cinter_titel {
    text-align: center;
    margin: 0px;
    padding: 2px;
}

.index_form {
    width: 50%;
    margin: auto;
}

.display_min {
    display: none;
}

.citys {
    color: #fe0000;
    padding: 14px 14px;
    font-weight: 500;
    font-size: 17px;
    text-align: right;
    line-height: 20px;
    letter-spacing: 0px;
    height: 50px !important;
    border-bottom: 1px solid #eaeaea;
    width: 50%;
    margin: auto;
}

.riget {
    text-align:right;
}

.villages {
    color: #fe0000;
    padding: 14px 14px;
    font-weight: 500;
    text-align: right;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0px;
    height: 50px !important;
    border-bottom: 1px solid #eaeaea;
    width: 50%;
    margin: auto;
}

.lod_imgs {
    width: 15%;
    margin: 5px auto;
    display: table;

}

.villages_ti, .city_ti {
    width: 50%;
    margin: auto;
    display: table;
}


.my_min_end {
    font-size: 17px;
    padding: 0px 19px;
    margin: 0px;
}


.right {
    text-align: right !important;
}

.text-right {
    padding: 0px 5px !important;
    text-align: right;
}

.text-left {
    padding: 0px 5px !important;
    text-align: right;
}
.min_sliders {
   margin:9px 0px;
}

.slider_img_sup {
    height: 52px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat, repeat !important;
}


@media screen and (min-width: 600px) {
    .hidbig {
        display: none !important;
    }
}



@media only screen and (max-width: 600px) {



    /*

    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
*/


    .right2 {
        text-align: right;
        margin-right: 4px;
    }

    .cartbott {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0px;
        padding: 0px 35px 10px 0px;
        z-index: 9;
    }
    .align-items-center1 {
        margin: 10px auto;

        border: var(--fc-border-width) var(--fc-border-style) var(--fc-border-color) !important;
    }


 

    input[type=text], input[type=tel] {
        text-align: right;
    }



    .display_min {
        display: block;
    }

    .villages_ti, .city_ti {
        width: 100%;
    }
  


    .citys {
        color: #fe0000;
        padding: 14px 14px;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        margin: 0 0 0px 0;
        letter-spacing: 0px;
        height: 50px !important;
        border-bottom: 1px solid #eaeaea;
        width: 100%;
    }

    .villages {
        color: #fe0000;
        padding: 14px 14px;
        font-weight: 500;
        font-size: 17px;

        line-height: 20px;
        margin: 0 0 0px 0;
        letter-spacing: 0px;
        height: 50px !important;
        border-bottom: 1px solid #eaeaea;
        width: 100%;
    }

    .lod_imgs {
        width: 50%;
        margin: 38px auto;
        display: table;
    }

    .index_form {
        width: 100%;
        margin: auto;
    }
    .slick-list2 {
        height: 207px !important;
    }

    .full_min {
        margin: 0px !important;
        padding: 0px !important;
    }

    .hide_min {
        display: none;
    }

    .serch_input {
        z-index: 99;
        position: fixed;
        width: 0%;
        background: #fe00002e;
        height: -webkit-fill-available;
    }

    .input_serch {
        width: 100% !important;
        margin: 6%;
        text-align: right;
    }
    .serch_bit {
        margin: auto !important;
        font-size: 27px;
        padding: 0px 19px;
        border-radius: 14% !important;
        background: #fe0000;
    }
    .inputss {
        z-index: 999;
        position: fixed;
        width: 0%;
        overflow: hidden;
    }

    .mine {
        display: block;
    }
    .min_buttm_cart {
        padding: 16px 4px;
    }

    .fa-shopping-cart {
        font-size: 24px !important;
    }

    .py-5 {
        display: none;
    }
    .lod {
        overflow: hidden;
        width: 100%;
        position: fixed;
        height: 100%;
        background: #fe0000;
        z-index: 999999;
    }

    .Loading_logo {
        width: 100%;
        margin: auto;
        display: inline-table;
        margin-top: 40%;
    }


    .Loading_svg {
        width: 100%;
        margin: auto;
        display: inline-table;
        margin-top: 0%;
    }

}


























.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


.nav-link:hover {
    background-color: bisque;
}

.center {
    text-align:center;
}


.fa_menu {
    color: #fe0000;
    font-size: 20px;
    margin-left: 11px;
}




.dropdown-item {
    text-align: right;
}


.dropdown-item {
    display: contents;
}


.shareit {
    top: 150px;
    display: flex;
    float:right;
}

    .shareit a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 54px;
        height: 33px;
        float: right;
        font-size: 16px;
        color: #fff;
        opacity: 0.75;
        transition: opacity 0.15s linear;
        text-decoration: none;
    }

        .shareit a:hover {
            opacity: 1;
        }

.facebook {
    background: #3b5998;
}

.twitter {
    background: #55acee;
}

.linkedin {
    background: #0077b5;
}

.reddit {
    background: #FF4500;
}

.tumblr {
    background: #000000;
}

.pinterest {
    background: #cb2027;
}




.container::-webkit-scrollbar {
    display: none;
}


.lod_spinner{
    animation: fa-spin 0.3s infinite linear;
}




.myfile{
    position: relative;
    overflow: hidden;
}

.myfile2{
    position: absolute;
    font-size: 50px;
    opacity: 0;
    right: 0;
    top: 0;
}

