﻿
:root {
    --f1: #fff;
    --f2: #000;
    --f3: #ffffff;
    --f4: #ffffff;
    --f5: #ffffff;
    --backgroundImage: url('../../images/app/web-bg.jpg');
}


.pointer {
    cursor: pointer;
}

.mainparent {
    min-height: 100svh;
    
    margin: auto;
    position: relative;
    z-index: 999;
    padding:10px;
    height:100%;
    /*top: 0;
    left: 0;*/
    /*transform: translate(-50%,-50%);*/
    /*overflow: auto*/
}

.oof {
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
    color: var(--f2);
}

.headerTop {
    display: flex;
    margin: 20px;
    align-items: center;
}

.cartHolder {
    direction: rtl;
    display: flex;
    background-color: orange;
    padding: 5px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.itemparent {
    /*background-color: #4d4d4d;*/
    border-radius: 35px 35px 0 0;
    height: 100%;
}

.itemHolder {
    border-radius: 35px;
    /*background-color: #4d4d4d;*/
    margin: 25px 10px;
    direction: rtl;
    padding: 12px
}

.title {
    color: var(--f2);
    font-weight: 600;
    font-size: 13px;
    text-align:left
}

.desciption {
    color: white;
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    line-height: 1.5em;
    height: 3em; /* height is 2x line-height, so two lines will display */
    overflow: hidden; /* prevents extra lines from being visible */
    font-size: 12px
}

.price {
    color:var(--f2);
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.imgItem {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}

h2, h4 {
    margin: 0
}

.countButton {
    float: left;
    padding: 5px;
    color: var(--f2);
    border-radius: 15px;
    background-color: #343333;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    
    align-items: center;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}

.parentBlur {
    /* The image used */
    /* Add the blur effect */
    /*filter: blur(8px);
            -webkit-filter: blur(4px);*/
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: var(--backgroundImage);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e6e3e3;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e6e3e3;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #e6e3e3;
}

.itemImageHolder {
    width: 40%;
    margin-right: -30%;
    padding: 5px;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    /* border-top: 1px solid rgba(255,255,255,0.2); */
    border-left: 1px solid rgba(255,255,255,0.2);
    box-shadow: 5px 5px 30px rgb(0 0 0 / 20%);
    border-radius: 25px;
    max-height: 130px;
    text-align: center
}

.itemHolder {
    margin: 10px 0;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
    width: 80%;
}

body {
    background-color: var(--f1);
}

input {
    direction: ltr;
    color: white;
    text-align: left
}

/*body {
            overflow: hidden;
        }

        body {
            overflow-y: hidden;
            overflow-x: hidden;
        }*/

.mainparent::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.mainparent {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.modal-backdrop {
    z-index: 1;
}

.buttonHead {
    padding: 15px;
    color: white;
    background-color: #3aafd6;
    text-align: center;
    border-radius: 13px;
    cursor: pointer
}

a:hover {
    text-decoration: none
}
#pleaserotate-graphic {
    fill: #fff;
}

#pleaserotate-backdrop {
    color: #fff;
    background-color: #000;
}

.swiper-pagination {
    display: none;
}

.swiper-pagination-bullets {
    display: none;
}

.swiper-scrollbar {
    display: none
}

.countButton {
    float: left;
    margin: 3px 0; 
    color: white;
    border-radius: 15px;
    background-color: #343333;
    padding: 13px;
    display: flex;
    justify-content: space-between;
    
    align-items: center;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}

.iconholder {
    height: 50px;
    position: fixed;
    color: white;
    top: 20px;
    font-size: 20px;
    color: white;
    z-index: 999;
    display: flex;
    align-items: center;
}

.leftP {
    left: 28px;
}

.rightP {
    right: 28px;
}

.parentBlur {
   
    background-size: cover;
}

a{
    color:var(--f2);
    text-decoration:none
}
.lsiparent {
    display: flex;
    padding-right: 12px
}
.lsiContent {
    width: 100%;
    padding: 5px;
    padding-right: 25px
}
    .lsiContent h4, h5, h6 {
        direction: ltr;
        color : var(--f2)
    }
.lsiValuHo {
    display: flex;
    align-items: center
}
.price{
    direction:ltr
}
.lsiparent p, .lsiparent span{
    direction:ltr
}
.lsiicon{
    font-size:20px
}
.lsiallPriceDetail {
    font-size: 20px;
    color: white;
    margin: 0 15px
}
i {
    color: var( --f2)
}
.serchheader {
    position: relative;
    width: 70%;
    margin: auto;
    margin-top: 20px;
    display: flex
}
    .serchheader input {
        padding: 10px;
        border-radius: 10px;
        width: 70%
    }
    .serchheader i {
        position: absolute;
       
        color: var(--f2);
        z-index: 99;
    }
#serachBtn {
    width: 30%;
    text-align: center;
    position:relative;
}
.serchheader p {
    color: var(--f2);
    margin: 0;
    width: 100%
}
.listSection {
    position: absolute;
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    top: 100px
}
.listSectionc1{
    width:70%
}
.itemparent {
    position: relative;
    width: 60%;
}
.reportParent {
    width: 100%;
    display: flex;
    direction: ltr;
    padding: 5px 15px;
    border-bottom: 1px solid #343333;
}

    .reportParent span {
        color: var(--f2);
        font-size: 14px;
    }

.flex1 {
    flex: 1
}

.countButton {
    float: left;
    margin: 3px 0;
    color: black;
    border-radius: 15px;
    background-color: #343333;
    padding: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}

.iconholder {
    height: 50px;
    position: fixed;
    color: white;
    top: 20px;
    font-size: 14px;
    color: white;
    z-index: 999;
    display: flex;
    align-items: center;
}

.leftP {
    left: 28px;
}

.rightP {
    right: 28px;
}
.basketPrice {
    width: 100%;
    position: fixed;
    padding: 10px;
    width: 40%;
    right: -1px;
}
.baskeItems {
    position: relative;
    padding: 10px 0;
    width: 60%
}
.registerButton {
    cursor: pointer;
    width: 100%;
    padding: 20px;
    color: white;
    background-color: #3aafd6;
    text-align: center;
    border-radius: 13px
}
.bold{
    font-weight:600
}

.inputComment{
    color:var(--f2)
}


.wideScreenParent {
    position:relative;
    overflow-y: scroll;
    max-width: 300px;
    scrollbar-width: thin;
    margin: auto;
    height: 90vh;
    border: 1px solid #ddd;
    z-index: 9999;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0;
    border-radius: 10px;
}

