/* Minification failed. Returning unminified contents.
(47,47): run-time error CSS1046: Expect comma, found '0'
(47,50): run-time error CSS1046: Expect comma, found ')'
(47,64): run-time error CSS1046: Expect comma, found '71'
(47,69): run-time error CSS1046: Expect comma, found ')'
(47,82): run-time error CSS1046: Expect comma, found '0'
(47,85): run-time error CSS1046: Expect comma, found ')'
(413,49): run-time error CSS1046: Expect comma, found '184'
(413,56): run-time error CSS1046: Expect comma, found ')'
(413,70): run-time error CSS1046: Expect comma, found '229'
(413,77): run-time error CSS1046: Expect comma, found ')'
(418,48): run-time error CSS1046: Expect comma, found '15'
(418,53): run-time error CSS1046: Expect comma, found ')'
(418,66): run-time error CSS1046: Expect comma, found '62'
(418,72): run-time error CSS1046: Expect comma, found ')'
(1216,1): run-time error CSS1019: Unexpected token, found '}'
(1747,1): run-time error CSS1019: Unexpected token, found '}'
(2894,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(2895,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3135,49): run-time error CSS1046: Expect comma, found '74'
(3135,55): run-time error CSS1046: Expect comma, found ')'
(3135,69): run-time error CSS1046: Expect comma, found '84'
(3135,74): run-time error CSS1046: Expect comma, found ')'
(4358,5): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(4359,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4368,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(4369,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(4880,1): run-time error CSS1019: Unexpected token, found '@import'
(4880,9): run-time error CSS1019: Unexpected token, found 'url('elements.css')'
(5095,5): run-time error CSS1019: Unexpected token, found '}'
(5537,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(5538,10): run-time error CSS1035: Expected colon, found '{'
(5547,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5548,10): run-time error CSS1035: Expected colon, found '{'
(5557,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5558,10): run-time error CSS1035: Expected colon, found '{'
(5633,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(5772,47): run-time error CSS1046: Expect comma, found '0'
(5772,50): run-time error CSS1046: Expect comma, found ')'
(5772,64): run-time error CSS1046: Expect comma, found '127'
(5772,71): run-time error CSS1046: Expect comma, found ')'
(5772,84): run-time error CSS1046: Expect comma, found '0'
(5772,87): run-time error CSS1046: Expect comma, found ')'
 */
@import url('Site.css');
body {
    padding-bottom: 20px;
    max-width: 2000px;
    padding: 0;
    position: relative;
    /*background-color: #f7f7f7;*/
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    overflow-x:hidden;

}
#previevAll div img{
    width:100px;
    height:100px;
    margin:7px;
    pading:5px;
      opacity:0.9;

}

#previevAll{
   display:flex;
   justify-content:flex-start;
   align-content:center;
   align-self:flex-end;
}


    body select {
      font-family:  -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
    }
.navbar {
    width: auto;
    z-index: 999;
    background-color: black;
    display: flex;
    justify-content: space-between;
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    background: rgb(2,0,36);
    /*background: linear-gradient(350deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 42%, rgba(0,212,255,1) 100%);*/
    /*background: linear-gradient(4deg, rgb(207 0 0) 0%, rgb(0 0 0) 42%, rgb(255 255 255) 100%);*/
    /*background: linear-gradient(354deg, rgb(151 151 151) 0%, rgb(0 0 0) 42%, rgb(73 26 26) 100%);*/
    background: linear-gradient(354deg, rgb(0 0 0) 0%, rgb(109 71 71) 42%, rgb(0 0 0) 100%);
}
.carousel-d {
    height: 350px;
    max-height:200px;
}
#lang {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:4px 8px;
}
#lang:focus-visible{
    outline:none;
}

#lang::-ms-expand{
    display:none
}
#searchClear{
    left:inherit;
    right:6px;
    top:7px;
}
.c-search {
    width: 40%;
  padding:7px;
    position: relative;
    display:flex;
}
#fer-0 option:hover{
    background-color:aquamarine;
    cursor:pointer
}
#fer-0 option:active {
    background-color: aquamarine !important;
    cursor: pointer
}
.hid-search-btn{
    display:none;
}
.search-buttons{
    position:absolute;
    top:9px;
    left:6px;
    border:none;
    background:none;
    cursor:pointer;
    padding: 0 0 0 3px

}
.fer {
    position: absolute;
    width: 100%;
    overflow: hidden;
    border: none;
    top: 7px;

    border-radius: 15px;
    display:none;
    background-color:white;

}

.c-search:hover .fer {
    display: block;
}
.fer ul {
    border: none;
    width: 100%;
    overflow: hidden;
    display: none;
    outline:none;
    
    padding: 43px 0 5px 30px;
}
.fer ul li{
   list-style:none;
    cursor:pointer;
    padding: 4px 0;
}
.fer select option{
    padding: 5px 0;
}
.search-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    height: 36px;
    font-size: 18px;
    background-color: white;
    z-index: 1;
    margin-top: 3px;
}

    .c-search input {
        padding: 2px 10px;
        border: none;
    }

        .c-search input[type=submit] {
            width: 20%;
            border-radius: 0 5px 5px 0;
        
        }
        .c-search input[type=text] {
            width: 100%;

            padding:3px 33px;
            outline:none;
        }

.c-cont{
    position:relative;
    width:100%;
 z-index:auto;

}
.c-cont-itm{
    height:40px;

}
.c-cont-itm ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
     padding:0;
     margin:0;
     overflow:hidden;
}
.c-cont-absolut {
    position:fixed;
    top: 50px;
    z-index:33;
    margin:0 10px;

}
.c-cont li:hover {
    border-bottom: 1px solid black;
}
#ball li {
    text-decoration: none;
    list-style: none;
    margin:10px 6px 4px 0;
    display: flex;
    align-items: center;

    border-bottom:1px solid transparent;
    /*background-color: ivory;*/
    max-height: 30px;
   /*box-shadow: 3px 2px 5px 0px*/

}
.c-cont span{
    display:flex;
    cursor:pointer;
}

.categories li a {
    text-decoration: none;
    color: black;
    padding: 4px 8px;
    border-radius: 2px;
    box-shadow: 0 0 1px rgb(204, 204, 204);
    font-size:15px;
}
.categories li a:hover, .c-cont span:hover {
    color:red
}
.c-cont-2{
    display:none;
    padding-top:10px;
}

#show-close{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.log-min {
    width: 36px;
    display: none;
}

    .log-min svg {
        margin-top: 5px;
    }
.sticky{
    position:fixed;
    top:0;


}
#categories-2{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    width:100%;
    margin-top:90px;

}
    #categories-2 a {
        width: 30%;
        padding: 8px 10px;
        text-decoration: none;
        color: black;
    }

#categories-2 a:hover{
    color:red;
}
.nav-hiden {
    display: flex;
    justify-content: space-between;
    height: 30px;
    background-color: white;
    
   
}
.login-top {
 
}
    .login-top button {
        width: 35px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        border-radius: 50%;
        border:none;
        cursor:pointer;
    }
.navbar-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    background-color:black;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
 
}
.reclam-z h1{
    font-size:33px;
    color:beige
}
.btn-redact {
    border: 1px solid rgb(2,0,36);
    margin: 10px;
    font-size: 12px;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    background-color: rgb(2,0,36);
}
    .btn-redact:hover {
        color: #00b2b2;
        
    }

    .cl-pas a{
        margin-left:30px;
    }
    .fixd-btn{
 position: relative;
    top: 10px;
    z-index:1;
    padding:15px;
    }

.carousel-indicators {
    position:initial;
    bottom: 10px;
    z-index: 15;
    width: 100%;
    height:100%;
    padding-left: 0px;
    text-align: center;
    list-style: none;
    margin:0;
    border:1px solid white;
    overflow-y:auto;
}
.display-none{
    display:none !important;
}
.carousel-indicators::-webkit-scrollbar{
    width:8px;
}
.carousel-indicators::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.carousel-indicators::-webkit-scrollbar-thumb {
    background: #474b48;
    border-radius: 10px;
}
    .carousel-indicators::-webkit-scrollbar-thumb:hover {
      cursor:pointer
    }
    .carousel-indicators li {
        width: 90px;
        height:auto;
        overflow: hidden;
        border-radius: 0;
        text-indent: 0;
        border: 1px solid white;
        border-radius:15px;
    }
    .ob-cl-1{
        width:100%;
    }
.carousel-indicators img {
    width: -webkit-fill-available;
    border-radius: 15px;
}


    
#myCarousel .carousel-control .glyphicon {
    top: 30% !important;
    left: 30%;
}


#myCarousel .carousel-inner .active {
    display: flex;
    justify-content: center;
}
.you-video{
    width:100%;
    margin:20px 0 20px 0;
}
.you-video iframe{
    width:100% !important;
}
.active{
  
    border:1px solid #f75d58 !important;
   
}
.carousel-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
 
}
.c-carousel a{
    text-decoration:none
}
.carousel-box-1 {
    /*background: linear-gradient(289deg, rgb(255 255 255) 0%, rgb(255 240 240) 42%);*/
    background: linear-gradient(289deg, rgb(168 184 215) 0%, rgb(229 229 255) 42%);
    color:#040131;
  
}
.carousel-box-2 {
    background: linear-gradient(289deg, rgb(17 15 45) 0%, rgb(59 62 103) 42%);
    color: white;
 
}
.carousel-box-3{

}
.carousel-textbox {
    width: 65%;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 0 40px 80px;
}
.c-textbox{
    font-size:21px;
}
.carousel-imgbox{
    display:flex;
    align-content:center;
    justify-content:center;
    width:45%;
    padding:26px;
}

.c-textbox-title{
    font-size:25px;
    margin:15px 0;
    
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
    white-space: normal;
}
.modal-backdrop {
    position: initial !important;
}
footer {
    width: 100%;
    height: auto;
    display: flex;
    border-top: 2px solid #741919;
    margin-top: 10px;
}
.cl-brand{
  padding:15px;
  float:left;
    font-size:18px;
     font-weight:bold;
     line-height:20px;
     text-decoration:none !important;
     color:#741919;
    /*// background:url('../fonts/Etnes (1).jpg') no-repeat space;*/
}
.container .navbar-header{
    margin:0 !important;
}
.min-nav-cont {
    width: 45px;
    height: 45px;
    margin: 2px;
    cursor: pointer;
    border-radius: 50%;
    /*border: 1px solid #850000;*/
    background-color: #0a0404;
}
.min-nav-cont a,.min-nav-cont p{
    margin:0;
    text-decoration:none;
    font-size:10px;
    color:#f1f1f1;
}
.nav-cont {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
}
.nav-cont svg{
  padding:3px;
}


/*Filter*/
.dt-content {
    padding: 0;
    margin: 10px 0 0 0;
}
.filter{
    right:1px;
    position:fixed;
}

.filter-hel {
    width:100%;
    max-width: 350px;
    margin-bottom:10px;

}
.navbar-invers {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.create-row {
    display: flex;
    width: fit-content;
    flex-direction: row;
    justify-content: center;
}
.coments{
 width:auto;
}
.create-support{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    border-bottom:2px solid;
}
.create-support h2{
    font-weight:bold;
    margin:10px 0 0 0;
}
.inf-rg{
    width:47%;
    margin-bottom:20px;
    display:flex;
    flex-direction:column;
    align-items:center;
}

.inf-rg img{
    width:100%;
}
.pano-info{
    width:100%;
max-width:500px;
}
.pano-info label{
    margin: 0 20px 0 30px;
    text-align:center;
}

.adm-head .top-br{
    margin-left:40px;
}
.reclam-z {
    position: absolute;
    color: white;
    font-weight: bold;
    z-index: 200;
    margin: 0;
    /*background-color:rgba(50, 188, 225, 0.46)*/
}
.reclam-d{
    width:100%;
    height:15px;
    display:flex;
    justify-content:center;
}

.reclam-d p{
    color:white;
    font-size:18px;
    text-align:center;
    margin:30px 0 130px 0;
    width:55%;
    
}
.filter-cont select option{
    padding:5px;
}
    .filter-cont select option::before {
        content: '\2630';
    }
    .filter-cont select option:hover,
    .filter-cont select option:focus,
    .filter-cont select option:checked {
        background-color: #f75d58 !important;
    }
.reclam{
    overflow:hidden;
 display:flex;
 align-items:center;
 justify-content:center;
    width:100%;
    height:200px;


}
.right-reclm img {
    width: 100%;
    height: 100%;
}
.reclam img{
    width:auto;
   height:100%;
}

.cl-cont-us{
    margin:30px 0;
   display:flex;
   justify-content:center;
}
    .cl-cont-us .cl-cont {
        width: 100px;
        height: 100px
    }
  .list-us .cl-view{
      width:100%;
      justify-content:center;
      flex-direction:row;
  }

.total-price {
    position:relative;
    display: flex;
    justify-content:flex-start;
    flex-direction:column;
    align-items: flex-start;
    height: 40px;
    font-size: 17px;
    font-weight:bold;
    width: 100%;

 
}
.total-price-1 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    height: 40px;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
}
.throug-1 {
    text-decoration: line-through;
    font-size: 14px;
    color: #555555 !important;
}
.total-price span{
    position:absolute;
    width:100px;
    height:30px;
    font-size:14px;
    bottom:0;
    right:0;
}

.button-101 {
    background-color: #fdf5f5;
    border-radius: 10px 0;
    padding: 5px  15px;
    border: 1px solid red;
    background-color: #ff2e2e;
    color: white;
    font-weight: normal;
    margin: 0 13px;
    cursor: pointer;
    text-align: center;
    align-items: flex-start;
    text-decoration: none;
    font-size: 15px;
}

        .total-price input:hover,.total-price a:hover,.total-price button:hover {
            border: 1px solid #920000;
            transition: 0.3s
        }

.del-inf{
    padding:10px;
    text-align:center;
}

.filter-hov span{
    margin-bottom:5px;
}


    #btn-focus a {
        color: white;
        text-decoration:none;

    }



/*content*/

.content {
    float: left;
    width: 100%;
    min-height: 400px;

}
.ob-cl {
    width: 23.5%;
    border-radius: 10px;
    height: auto;
    float: left;
    margin: 0.5%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f7f7f7;
    text-decoration: none;
    border: 1px solid #f7f7f7;
    color: black;
    cursor: pointer;
    box-shadow: 1px 3px 5px 1px #c3b7b7;
}
    .ob-cl:hover {
        border: 1px solid #b2c1d9bf;
    }
    .cont-items{
        display:flex;
        justify-content:flex-start;
        flex-direction:row;
        flex-wrap:wrap;

    }
.cl-cont{
    width:100%;
    display:flex;
    justify-content:center;
    overflow:hidden;
   max-width:360px;
   padding:0;
   max-height:360px;
   position:relative;
   border-radius:10px;
   
}
.btn-load-c{
    display:flex;
    justify-content:center;
    width:100%;
    margin:15px 0;

}
    .btn-load-c button {
        width: fit-content;
        padding: 8px 16px;
        border-radius: 10px;
        background-color: #ff6262;
        color: white;
        font-size: 17px;
        border: none;
        box-shadow: none;
        cursor: pointer;
        box-shadow: 3px 4px 8px 2px #846b95;
    }
.a-ob{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1;
    cursor:pointer;
}
.sale-ab{
    position:absolute;
    bottom:5px;
    right:5px;
    z-index:3;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    
}
.successSave {
    position: fixed;
    left: 30px;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    min-height: 110px;
    align-items: flex-start;
}
.successSave p{
    padding:4px 16px;


}
.priceColor{
    display:none;
    flex-direction:column-reverse;
}
.sale {
    background-color: #bd0000;
    color: white;
    margin-right: 5px;
    font-weight: bold;
    padding: 3px 11px;
    border-radius: 6px;
    font-size: 13px;
    margin: 5px;
}
    .cl-cont img {
        width: 100%; 
        object-fit:cover;

    }
.cl-info ,.cl{
    text-align:left;
    margin-top:5px;
    width:100%;
    height:70px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    overflow:hidden;

}
.filt-but-sow{
    display:none;
}
.cl p{
    margin:5px;
    font-size:12px;
    
}
.cl-info p{
    margin:6px;
}

.cl-likes{
    width:100%;
    height:auto;
    display:flex;
    flex-wrap:wrap;

}
.dt-content .container {
    margin: 0;
    position: relative;
    padding: 0;
    max-height:600px;
    overflow:hidden;

}



.cl-info h2{
    width:98%;
    margin:0 1% 0 1%;
    font-size:16px;
    text-align:left;
    font-weight:100;

}

.cl-avtor p{
    font-size:15px;
}
.cl-social{
    margin-top:5px;
    width:100%;
    height:50px;
}
/*.clix{
    color:black;
    text-decoration:none;
    background-color:#f3f3f3;
    margin:0 !important;

}*/
.cl-borg{

    float:right;
    width:50%;
    height:50px;

    display:flex;
    justify-content:flex-end;
align-items:center;

}
.cont-info {

    border: 1px solid #555555;
    border-radius: 5px;
    border-color: #636363;
    margin: 10px 0;
}
.cont-info-2 {
    display: flex;
    padding: 10px 3px;
    align-items: flex-start;
    border-bottom: 1px solid;
    border-color: #636363
}
    .cont-info-2 p {
        margin: 0 10px;
        color: #636363
    }
.cont-info-2 span{
    margin-left:15px;
}
.cl-borg p{
    margin:0 15px 0 0;
    font-size:13px;
    

}
.user-foto-av {
    width: 200px;
    padding: 10px 15px 10px 35px;
}
.cl-avtor {
    width: 90%;

    display: flex;
    align-items: center;
   
}

    .cl-proprs{
        width:100%;
        height:auto;
        display:flex;
        justify-content:space-between;
       
    }
.cl-view {
    width:50%;
    display: flex;
    justify-content:flex-end;

    flex-direction:column;
}
    .cl-proprs p{
        font-size:13px;
        margin-left:10px;
    }


.cl-lik {
    display:flex;
    align-items: center;
    width: 70%;
    height: 100%;
    align-self:center;
    float:right;
}

.cl-lik p{
    margin:5px;
    font-size:12px;
    font-weight:bold;
}
.cl-soc{
    width:70px;
    height:30px;
    border:1px solid #808080;
    border-radius:3px;
    float:left;
    margin-left:5px;
}

/*aside*/
.aside{
    float:left;
    border:1px solid #808080;
    width:100%;
    min-height:200px;
    margin:10px 0 10px 0;

}
.content-big{
    width:100%;

}
.td-mod{
    font-size:14px;
    font-family:monospace;
}
.futer-col-r{
    width:80%;
    display:flex;
    flex-direction:column;
    align-items:center;

}

.item{

   width:100%;
   display:flex;
    justify-content:center;
    height:100%;
    max-height:600px;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0;
}

    .slider ul {
   
        width: 100%;
        padding: 0;
        list-style: none;
        margin:0;
    
    }


        .slider ul li {
            position: absolute;
            float: left;
            transform: translateX(100%);
            transition: transform .5s ease;
            /*display: none;
            margin: 0;
            padding: 0;
            width: 900px;
            height: 300px;
            background: #fff;
            text-align: center;
            line-height: 300px;
            color: #333;*/
        }
.carousel-inner li.selected-img {
    z-index: 2;
    transform: translateX(0);
}

.carousel-inner li.move-left {
    transform: translateX(-100%);
}

.carousel-inner li.visible {
    z-index: 2;
}


.control {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

/* details
    ===========================
*/






.dt-content {
    width: 100%;
    height: auto;
    float: left;
    margin-top:3px;
    display:flex;
    flex-wrap:wrap;


}
.dt-content-left{
    width:59%;
    padding:0;
}
.contain{
    padding:6px;
}

/*Create
    ======================================
*/





.valid-itm span ,.valid-itm li{
    height:100%;
    display:flex;
    align-items:center;
    color:red;
}

.st-itm{
    width:3%;
    height:35px
}
    .st-itm span {
        display:flex;
        align-items:center;

        margin: 0 0 0 5px;
        font-size: 18px;
        color: #b94a48;
    }

.select-input {

    width: 97%;
    height: 34px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align:middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.cat-sf-3 textarea{
    height:90px;
}
.select-area {
    display: block;
    width: 97%;
    height: 250px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.marg-bo{
    margin-bottom:5px;
}

.select-input:focus,.select-area:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#categories-1, #but-sow {
    padding: 5px 5px 5px 8px;
}


.cat-filt-btn {
    /*background-color: rgb(2,0,36);*/
    width: fit-content;
    border-radius: 8px;
    padding: 8px;
   
    font-size: 17px;
    color: white;
    cursor: pointer;
    display: none;
    justify-content: center;
}
.but-sow-i{
    display:flex;
    align-self:center;
}
.cat-filt-btn span{
    margin:0 ;
}
.comment-date {
    color: #b1b1b1 !important;
    font-size: 14px !important;
}
}

.cat-name-area {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

.but-container-f{
   display:none;
}

/*.mySlides img {
    transition: all .3s linear;
   // opacity:0;
}

.is-visible {
    display: block;
}

.is-open {
    margin-top: 35px;
    opacity: 1;
}*/




.ingred-grop-2{
    width:17%;
    padding:5px;
}
.modal-body{
   overflow:hidden;
   display:flex;
   flex-direction:column;
   justify-content:flex-start;
   margin:5px;

}
.head-cart p{
    font-size:17px;
    margin:10px;
    
}
    .modal-body a {
        font-size: 17px;
        text-decoration: none;
        color:#353535;
        padding:10px 7px;
        border-radius:5px;
    }
    .modal-body a:hover{
        background-color:#e5e5e5
    }

.pas-item-1{
    width:100%;
    height:20px;
}
.pas-item-2{
    width:100%;
    height:250px;
    display:flex;
    flex-direction:row;
}
.cat-sf-3 ol{
    width:60%;
}
.pas-item-3{
    margin-top:10px;
}

.hiden{
    width:1px;
    height:0px;
   overflow:hidden;
}
#pasBofo li:before{
    content: 'Шаг:'; /* Добавляем к числам скобку */
    counter-increment: item; /* Задаём имя счетчика */
}
.butContein{
    width:100%;
    height:auto;
    border-bottom:1px solid #cccccc;
display:flex;
justify-content:center;
padding-bottom:10px;
}
.content form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.content form::-webkit-scrollbar {
    width: 0;
}
#price-sort {
    position: relative;
    cursor: pointer;
    width: 100%;
    justify-content: space-around;
    display: flex;
}
.price-sort-hover{
    background-color:white;
    position:absolute;
    display:none;
    border-radius:15px;
    left:-60%;
    z-index:3;
    top:30px;
}

.price-sort-c{
    display:flex;
    padding: 5px 7px;
    align-items:center;
    position:relative;

}
.ps-2{
    display:none;
}
#price-send {
    width: 100%;
    background-color: #ff6262;
    color:white;
    border:none;
    border-radius:13px;
    padding:7px;
    cursor:pointer;
}
.price-sort-c input {
    margin: 4px 4px 4px 7px;
    border: 1px solid #555555 !important;
    padding: 4px 10px;
    border-radius: 13px;

}

    .price-sort-c input::-webkit-outer-spin-button,
    .price-sort-c input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    .price-sort-c input[type=number] {
        -moz-appearance: textfield;
    }
.ps{
    margin-left:6px;
    color:black !important;
}
#reset-all-filters{
    display:none;
    cursor:pointer;
    padding:8px 5px;
}
#reset-all-filters span {
    color: #ff6262;
}
.price-sort-hover-1{
    display:none;
    position:absolute;
    top:-1000px;
    left:-1000px;
    padding:2000px;
    z-index:2
}
.cont-input-4{
    display:flex;
    justify-content:space-around;
    align-items:center;
    cursor:pointer;
        
}
.ps-1 {
  margin:0;
    padding:8px;
    color:black !important;
    cursor:pointer;
    display:inline-block;

   
}
.ps-2{
    /*border-left: 1px solid black;*/
    display:none;
}
.clear-1, .clear-2 {
    display: none;
    right: 30px;
    padding: 4px 6px;
    font-size: 18px;
    top: 3px;
    cursor: pointer;

}

.cont-input {
    display: flex;
    /*background-color: #f2f3f7;*/
    border-radius: 10px;
    /*padding: 5px;*/
    align-items: flex-start;
    margin: 0 4px 10px;
    position: relative;
    min-width: fit-content;
    align-items: flex-end;
}
.cont-input-0{
    display:flex;
    width:100%;
}
.ci-2{
    width:100%;
}
.cont-input span{
    color:#808080;
    padding:8px 6px;
}
.cont-input input ,.cont-input select{
    border:none;
    background-color:transparent;
    outline:none;
    cursor:pointer;
    padding:6px;
}
.cont-input select:active{
    border:none;
    outline:none;
    color:#141414
}

.butRepost{
    width:70%;
    height:40px;
    display:flex;
    justify-content:center;
    margin-top:20px;
}
.containers {
    margin-top: 50px;
    padding: 0 3px;
    display:flex;
    flex-direction:column;

}
#recomands{
    display:flex;
    flex-wrap:wrap;
   
}
.log-containers {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px !important;
       
    }
}
.userBar{
    float:right;
    margin:0 15px 0 0;
}
 .userBar button {
        background-color: white;
        border: none;
        opacity:1;
}
    .userBar button:focus {
        background-color: #e9e9e9;
    }
.banDel{
position:fixed;
top:0px;
right:0px;
bottom:0px;
left:0px;
z-index:1030;
  background:rgba(190, 185, 185, 0.61);
  display:flex;
  justify-content:center;
}
.del-inf p{
    margin:0;
}
.banMed{
    min-width:320px;
    height:210px;
    border-radius:5px;
    margin-top:15%;
    background:#ffffff;
    z-index:1040;
    
}.dt-cont{
     width:100%;
     float:left;
     
 }
.banMed form{
    display:flex;
    margin-top:30px;
    justify-content:center;
}
    .banMed form a{
    margin-left:10px;
    }
    .futer-sm img{
        width:350px;
    }
.logo-img{
    float:left;
    height:40px;
    width:160px;
    padding:5px;
}
.logo-img svg{
    height:40px;
float:left;

}
/*.logo-img img{
    height:110%;
}*/
/*.logo-img img:hover{
    height:112%;
}*/
.cl-name{
    width:100%;
    padding:0 10px 5px 0;
    text-align:initial;
}
.cl-name p{
    font-size:25px;
    font-family:'Times New Roman';

}
.cl-img{

    width:100%;
    height:400px;
}
.cl-descr{
    width:100%;
    padding:10px 0 10px 0;
    margin-top:10px;
}
.cl-descr label{
    margin-left:15px;
}
.cl-pas{
    width:70%;
    height:auto;
    margin-top:25px;
}
.cl-pas img{
    width:350px;
}
    .cl-pas li {
        margin:50px 0 10px 0 ;
        max-height:400px;
        overflow:hidden;
    }
.cl-ingred ul li{
    margin-top:10px;
}
.cl-view label{
    margin-left:4px;
}
.cl-ingred{
    margin-bottom:35px;
}
.cl-ingred h2,.cl-pas h2{
    font-weight:bold;
    color:coral;
    font-style:italic;
    font-size:18px;
}
.cl-source{
    width:40%;
    height:auto;
    padding:0 0 0 5px;

  
}
#sale-1 {
    /*transform: scale(1.5);*/
    margin: 0;
    padding: 0;
    margin-top:4px
}
.cl-source table{
    width:100%;
    font-size:16px;
    height:180px;
}
.cl-source table tr{
   border-bottom:1px dashed rgba(0, 0, 0, 0.075);
}
.dt-social {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content:space-around;
    margin-top: 10px;
}


.dt-social a img{
    width:100%;
    object-fit:cover;

}
.dt-so-name{
    width:100%;
    height:20px;
    margin-top:10px;

}
.dt-so-name p{
    color:black;
    margin:0;
}

.filter-com select ,.filt-cen select{
    overflow:auto;
    font-family:Arial;
    font-size:16px;
    margin:0;
    font-weight:initial;
    border:none;
    overflow-x:hidden;
}



.filt-cen select {

    height: 80%;
}

.btn-group{
    width:100%;
    height:auto;
    padding:15px 0 18px 0;
    display:flex;
    justify-content:center;
}

    .btn-group .btn {
        min-width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #eeeeee;
        font-size: 19px;
        color: black;
        display: flex;
        align-items: center;
        text-decoration: none;
        margin: 5px;
        padding: 1px;
        justify-content: center;
        border: 1px solid #eeeeee;
    }
        .btn-group .btn:hover {
            border: 1px solid #b2c1d9bf
        }
    .btn-group .selected {
        background-color: #b2c1d9bf;
        border: 1px solid #b2c1d9bf
    }
.com-load{
    width:100%;
    height:5px;
    border-bottom:1px ridge #808080;
}
.coment-block {
    width: 100%;
 
    display: flex;
    margin-top:20px;
    flex-direction: column;
}
.com-prim h4{
    font-weight:bold;
}
.com-prim{
    width:100%;
    height:30px;

}
.com-form{
    width: 100%;
    height:auto;
    margin:10px 0;
}

.com-viev {
    width: 98%;
    border-bottom: 1px solid #ce66b5;
}
.us-nick{
    width:100%;
    display:flex;
    align-items:center;
    height:40px;

 
}
.but-send button, .but-send a {
    color: rgb(2,0,36);
    background: none;
    font-size: 20px;
    border: 1px solid;
    cursor: pointer;
    margin: 3px;
    border-radius: 3px;
    width: 40px;
    height: 45px;
    border-radius: 0 20px 20px;
}
}
.bn-href{
    display:flex;
    position:relative;
    justify-content:center;
   
}
.bn-href a{
    margin-left:10px;
}

.form-send p {
    width: 70%;
    margin: 5px;
    color: #5d5d5d;
}
.but-send button:hover,  .but-send a:hover{
    color: #984b92;
    border: 1px solid #ce66b5;
}
.us-nick p{
    font-style:italic;
}
    .us-nick h4, .us-name a{
        color: darkslateblue;
    }
    .form-send form{
        position:relative;
        padding-left:10px;

    }
.us-name a{
    text-decoration:none;
    font-size:18px;
}
.cl-name h1 {
    font-size: 19px;
   color: #615b41;
}
.total-price-2{
    display:flex;
    justify-content:flex-start;
    align-items:unset;
    flex-direction:column-reverse;
    width:100%;

}
    .total-price-2 p {
        margin:  5px 7px 7px 0;
        font-size: 24px;
        font-weight: bold;
    }
.throug {
    text-decoration: line-through;
    font-size: 16px !important;
    color: #404040
}

 
.us-foto {
    display: flex;
    justify-content: flex-start;
}
.for-usf{
    width:15%;
    margin:10px;
}
.form-send{
    width:75%;

}
.us-nick p ,.us-nick h4{
    margin:0;
}

.form-send #myForm textarea{
    height:50px;
}
.bl-row{
    display:flex;
    width:auto;
    margin:10px 0;

}
.bl-com{
    margin:10px 0 0 0;
}

.but-send{
  
    float:right;
    bottom:10px;
    right:15px;
}
.edit-title{
    display:flex;
}
.cont-input-2{
    display:flex;
}
.edit-title a{
    margin:20px 10px 10px 0;
    color:#555555;
    text-decoration:none;
    display:flex;
    align-items:center;
    font-size:16px;
}

.edit-container{

    width:100%;
    min-height:300px;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;

}
.lg-cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-around;
    background-color: #364364;

}
.lg-block {
    width: 20%;
    min-width: 155px;
    text-align: center;
    height: 500px;
    overflow: hidden;
}
    .lg-block label a, .lg-block p a{
        color:white;
    }
    .lg-block label {
        width:100%;
        padding: 15px 0 15px 0;
        font-size: 18px;
        background-color: #1a223c;
    }
.lg-block p {
    color:white;
}
.edit-container form{
    margin:20px 0 0 0;
    border:1px solid #cccccc;
    border-radius:5px;
    padding:20px;
}
/*.user-foto {
    width:70px;
   padding:5px;
}*/
.user-foto-cont {
    position: relative;


  border-radius:5px;
    overflow: hidden;
    border-radius: 50px;
}
.user-foto .user-foto-cont{
    width:50px;
height:50px;
display:flex;
}
.user-foto-av .user-foto-cont {
    width: 100px;
    height: 100px;
    display:flex;

}
.user-foto-h {
    position: relative;
    padding-bottom: 57%;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
}

.f-desc-s {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    background: url(../Images/background-2462430_640.jpg) center no-repeat;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.f-desc-m{
    width:50%;
    padding:40px;
}
.f-desc-s strong{
    font-size:20px;
}

.box-adress-2 ul{
    margin:0;
}
.box-adress-2 ul li {
    cursor:pointer;
    padding:3px 0;

}
.user-foto-big {
    width: 20%;
    padding: 10px;
}
    .user-foto img, .user-foto-big img, .user-foto-av img {
        /*position:absolute;
  top:0;
  left:0;*/
        width: 110%;
        /*border-radius:5px;*/
        margin-left: -5px;
    }
    .invisible{
        width:0 !important;
        height:0 !important;

            
    }
.c-log{
    width:100%;
    max-width:600px;
    height:auto;
    display:flex;
    flex-direction:column;
    align-self:center;
  
    border-radius:5px;

}
.list-2{
    display:none;
}
#list-1:hover .list-2{
    display:block
}
.log-row {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    background-color: white;
   padding:30px 60px 60px;
    border: 1px solid;
    border-radius: 10px;
    position:relative;
    min-width:300px;
}
.log-tit{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
    padding-bottom:15px;
    margin-bottom:30px

}
.log-tit h2{
    margin:1px;
    align-self:center;
}
.log-tit hr{
    margin:10px;
}
.log-tit h5{
    margin-bottom:15px;
    margin-left:16px;
}
.log-text{
    width:100%;

}
.log-text-1{
    margin:5px 0;
}
.log-text-1 a{
    cursor:pointer;
    margin:5px;
    color:royalblue;
    text-decoration:underline
}
#users-modal-open{
    margin:0 4px;
    background:none !important;
    border:none !important;
    cursor:pointer;
}

.log-label {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-right:10px;
}
.log-cont{
    width:100%;
    display:flex;
   justify-content:flex-end;
    margin-top:15px;
    flex-direction:column;
}
/*.top-us{
    width:100%;
    height:auto;
    display:flex;

}*/
/*.us-block{
    width:100%;
    height:70px;
    display:flex;
    margin-top:10px;

}*/
.us-nick-n{
    display:flex;
    flex-direction:column;
    justify-content:center;
    width:100%;
}
.us-nick-n p,.us-name{
    text-align:start;
    font-size:16px;
    font-weight:bold;
    margin:0;
}
.us-nick-n .select-area{
    height:50px;
}
.form-send form{
    display:flex;
    align-items:center;
}
/*.cl-users{
    width:85%;
    height:auto;
}*/

.filter-hov {
    background: #16a085;
    border-radius: 5px;
    margin-left: auto;
}


.userBar button img{
    width:30px;
}
.filter-hov p, .filter-hov span {
    
    font-size: 17px;
    color: white;
}
.right-reclm{
    width:260px;
    height:auto;
    margin-bottom:15px;
}

.top-list {
    width:260px;
    height: auto;
    box-shadow: 1px 1px 5px darkgoldenrod;
    margin-top: 30px;
}
.cl-brand:focus,.cl-brand:hover{
    color:#cc3b3b;
    text-decoration:none;
}

/*.top-titl{
    width:100%;
    height:35px;
    margin-bottom:20px;
    display:flex;
    justify-content:center;
}*/
    /*.top-titl h3{
        font-size: 20px;
        margin: 10px 0;
        color: #741919;
        font-weight:bold;
    }*/
/*.cl-top{
    width:15%;
    
}*/
/*.cl-top p {
    margin:0;
}
.itm-row{
    width:100%;
    height:70px;
    display:flex;
    align-items:center;
    margin-top:10px;
    justify-content:center;
}*/
.itm-row img{
    width:30px;
    
}
.futer-cont{
    margin-top:15px;
    width:100%;
    display:flex;
    align-items:center;
    flex-direction:column;
    background:#f3f3f3;
    
}
.futer-cont h1{
    width:60%;


}
.futer-col {
    margin: 10px 0 10px 0;
    width: 60%;
    box-shadow: 1px 3px 5px darkgoldenrod;
    padding: 0 10px 20px 20px;
    border-radius: 5px;
    background: #ffffff;
}
.futer-sm{
    margin:20px 0 0 25px;
}
.futer-col p ,.futer-col a,.futer-col label{
    font-size:16px;
}
.cont-medal{
    margin:50px;
    width:30px;
    height:40px;
}
.cont-medal span{
    color:#ffd151;
    
}
.filter-block-us {
    display:none;
    position: fixed;
    top: 5px;
    right: 10px;
    z-index: 1700;
}
.av-view {
    display: flex;
    width: 100%;
    margin: 0 10px 10px 0;
    padding: 5px;
    background: #ffffff;
    background-color: aliceblue;
    justify-content:space-around;
}
/*.av-reclam {
    width: 100%;
    height: 500px;
    border: 1px solid #808080;
    margin-bottom:10px;
    margin-top:10px;
}*/
.av-foto{
    width:50%;
    height:150px;
    margin:0 25% 0 25%;

}
.user-foto-a{
    width:190px;
    display:flex;
    justify-content:center;
    margin-bottom:15px;
}



.av-foto img{
   max-width:100%;
    height:100%;
    padding:5px;
    background:#f3f3f3;
    border:1px solid #cccccc;
    
}



.av-name{
    width: 44%;
    justify-content: center;
    margin-bottom:15px;
    padding-top:5px;
}

.av-name p{
    font-size:20px;
    font-weight:bold;
    font-family:Arial;
    cursor:pointer;
    text-align:center;

}
.av-info-bt{
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.av-info p span {
    margin-bottom:5px;
}
    .av-info p{
    color:darkcyan;
    font-weight:500;
    display:flex;
    flex-direction:column;
    margin:3px;
    text-align:left;
    font-size:14px;
    font-style:italic;
    align-items:center;
    margin-right:20px;
}
.containers-2{
    display:none;
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    z-index:22222;
    justify-content:center;
}

.av-info {
    display: flex;
    width: 100%;
    margin-left: 10px;
    justify-content: center;
}
.all-info-user table{
    width:30%;
    height:auto;
    margin:10px;
}

.set-us {
    float:right;
    margin-top: 20px;
    width: 96%;
    display: flex;
    padding: 10px;
    align-items: center;
   border-radius:5px;
   border:1px solid #cccccc;
   justify-content:space-between;
}
.set-us:hover{
    background-color:#fbfbfb;
}
.set-us a{
    width:30px;
    height:30px;
    text-decoration:none;
    color:black;
    padding:8px;
}
/*.set-us a:hover{
    background-color:#808080;
    transition:0.3s;
}*/
.set-us p{
    margin:0;

}


.set-table{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
 
}

.set-table h2,.set-table h4{
    width:68%;
    text-align:center;
}
.info{
    width:100%;
    border-radius:5px;
    margin-bottom:40px;
    max-width:1000px;

}

    .p-danger{
        color:red;
        font-size:13px !important;
        font-weight:initial !important;
    }
    .info label{
        padding:10px;
    }

    .total-price-3{
        display:flex;
    }

.dp-us-header {

    height: 50px;
}
.dp-us-content {
    position: relative;
    background-color: #ffffff;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    width:300px;
    height:max-content;

}
.testo-1{
    display:none;
}

.dp-us-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 1px;
    padding-right: 17px;
    padding-bottom: 30px;
}

.all-info-user {
    margin: 20px 0 0 10px;
    width: 70%;
    border-radius: 5px;
    border: 1px solid #cccccc;
    border-collapse: separate;
    display: flex;
}

.adm-view-r {
    margin: 20px 0 20px 0;
    border: 1px solid #cbc7db;
    text-align:center;
}
.adm-view-r td {
    padding: 5px 15px 5px 15px;
}


.av-but input{
    float:left;
}
.av-int{
    display:flex;
    width:100%;
    height:30px;
    justify-content:center;
}
.av-int p{
    font-size:20px;
    
}
.bl-hover {
    padding:5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    cursor:pointer;
    

}


.bl-none {
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #ffffff;
    top:15px;  

}
.sm-modal-dial{
    width:600px;
}
.filter-cont{
    width:100%;
    height:100%;
}

.filter-cont form {
    display:flex;
    flex-direction:row;
    width:100%;
    height:100%;
}
    .bl-hover:hover .bl-none{
    display: block;
    position:fixed;


}

    .cart-bl{
        width:95%;
        display:flex;
        justify-content:center;
        flex-direction:column;
        background-color:white;
        padding:10px;
        border-bottom:1px solid  #d3d3d3

    }
    .cart-bl-1{
        display:flex;
        justify-content:center;
        height:80px;
    }
   .cart-cont{
       width:100%;
       position:relative;
       overflow:auto;
       height:90%;
   }

    .cart-bl-2{
        display:flex;
        flex-direction:row;
        width:100%;
        height:27px;
        align-items:center;
        justify-content:flex-end;

    }
        .cart-bl-2 input[type=button] {
           width:27px;
           height:27px;
          
        }
        .cart-bl-2 input {
            margin: 0 3px;
            border-radius: 10px 0;
            /*border: 1px solid #bfbfbf;
            background-color: #e9e9e9;*/
            font-size: 16px;
            height: 25px;
            cursor: pointer;
            background-color: #afac9d;
            border: none;
            color: white;
        }
            .cart-bl-2 input[type=button]:hover {
                font-weight: bold;
                color: white;
                transition: 0.5s;
            }
            .cart-bl-2 input[type=button]:active {
                border: 4px solid white;
               
            }
        .cart-bl-2 input[type=number] {
            width:40px;
            text-align:center;

        }
    .cart-img{
        width:40%;
        display:flex;
        justify-content:flex-start;
        align-self:center;

    }
    .cart-img-1{
        width:75%;
        overflow:hidden;
    }
    .cart-img-1 img{
        width:100%;
    }
    .cart-name{
        width:100%;
    }

    
    .cart-name a{
        margin:0;
        font-size:17px;
        font-weight:100;
        margin:5px 0;
        text-decoration:none;
        cursor:pointer;
        color:black;
   
        


    }
.cart-name-1 {
    max-height: 44px;
    overflow: hidden;
}
    .cart-ingr{
        display:flex;
        flex-wrap:wrap;
    }
    .cart-ingr span{
        margin: 2px 7px 2px 0;
    }
    .cart-ingr p{
        margin:5px ;
        font-style:italic;
    }
    .cart-price{
        width:100%;
        font-size:20px;
        font-weight:bold;
        height:35px;
        text-align:left;
    }
    .cart-price p{
        padding:0;
        margin:10px;
    }

    .cart-cont .valid-itm {
        height:20px;
        padding:  0;
    }

.cart-cont span{
    font-size:10px;
    color:red;
    font-family:cursive;
}

    .total-price p{
        margin:2px 8px;
        color:black;
    }


.head-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    padding: 0 20px;
    color: white;
    height: 35px;
    /*background-color: #452240;*/
    background-color: #e1c69e;
}
    .head-cart input {
        width: 30px;
        height: 30px;
        background-color: #452240;
        border-radius: 10px 0;
        border: 1px solid #452240;
        font-size: 22px;
        color: white;
        background-color: #bfab80;
        cursor: pointer;
        border: none;
    }
        .head-cart input:hover {
            border: 1px solid #9b3d8d;
            transition:0.5s;
        }
.bl-set{
    width:21%;
    height:800px;
    float:left;
    border:1px solid #cccccc;

    margin-top:20px;
}

.set-itm{
    margin-top:10px;
}
.set-itm a{
    font-size:16px;
    color:#555555
}


.av-set{
    width:100%;
    height:20px;
    margin-bottom:10px;

}
    .av-set p {
        margin: 1px 0 0 15px;
        font-weight: 600;
        font-size: 17px;
        color: #808080;
    }
.setki {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content:space-around;
    z-index:3;
}


    .dp-us-header button{
        padding:0.45em;
    }
    .cl-use{
        width:100%;
        height:80px;
        border-bottom:1px solid #f3f3f3;
        display:flex;
    }
    .m-foto{
        width:50px;
        height:50px;
        border-radius:100%;
        overflow:hidden;

    }
    .m-foto img{
        height:100%;
        width:100%;
        object-fit:cover;

    }
    .m-golos{
        display:flex;
        align-items:center;
       
        
    }
    .m-golos p{
        margin:0 10px 4px 10px;
        font-size:14px;
        font-weight:bold;
        font-style:italic;

    }
    .m-but{
        display:flex;
        align-items:center;
        height:100%;
        float:right;
    }
    .clix a {
        color:#ffffff;
        
    }
    .m-name{
        width:75%;
        height:100%;

    }

    .m-name a{
        margin:5px 0 0 10px;
        font-size:18px;
        font-weight:bold;
        color:#000000;
    }
    .m-cl-us{
        display:flex;
        width:79%;
    }
    .m-cl-but{
      display:flex;
      width:150px;
       align-items:center;
    }

    .cl-d-but{
        width:100%;
        height:40px;
        margin-bottom:5px;

    }




    .d-but {
        display: flex;
        float: right;
    }

        .d-but button {
            margin-right: 5px;
        }

        .d-but a {
            margin-right: 5px;
            font-weight: bold;
        }

    .filt-button .btn-like {
        top: 10px;
        height: 35px;
        margin-left: 10px;
        background: #ffffff;
        font-weight: bold;
    }

.btn-like {
    width: auto;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    border-radius: 10px;
    padding: 3px 10px;
    margin: 5px;
    text-decoration: none;
    background-color: #f3f3f3;
    color: black;
    display: flex;
    border: none;
    position: relative;
    box-shadow: 3px 4px 8px 2px #a5a5a5
}

        .btn-like span {
            margin-left: 4px;
        }

        .btn-like:hover {
            color: #f75d58;
        }

        .btn-like:disabled, .btn-like.disabled:hover {
            color: white;
            cursor: initial;
            background-color: #d43f3a !important;
        }

        .btn-like a {
            color: #555555;
            width: 30px;
            height: 30px;
            border-radius: 100%;
            overflow: hidden;
        }

            .btn-like a:hover {
                color: #66afe9;
            }

    .m-but-soci {
        display: none;
        width: 250px;
        height: 130px;
        box-shadow: 1px 2px 7px #cccccc;
        background: #ffffff;
        z-index: 1;
        right: 0;
        top: 20px;
        position: absolute;
    }

    .hov-but:hover .m-but-soci {
        display: block;
    }



    .filter-com {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .controls-label {
        width: 100%;
        height: auto;
        margin-bottom: 5px;
        display: flex;
        align-items: center;
        padding-left: 5px;
        color: #741919;
        font-size: 18px;
    }

    .button-grup {
        display: flex;
        justify-content: space-between;
        padding: 5px;
    }

    .ceck-list {
        display: flex;
        justify-content: flex-start;
        padding: 10px;
        min-width: 600px;
    }

        .ceck-list a {
            cursor: pointer;
            color: #001dff
        }

.t-hidden{
    display: none;
    margin-top: 10px;
 
}
.loader-img{
    display:none;
    position:fixed;
    bottom:0;
    top:0;
    left:0;
    right:0;

}
.loader-img-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;

}
    .loader-img-cont svg {
  
        animation: rotation 1s infinite linear;
    }

    @keyframes rotation {
    0%, 40% { transform: rotate(0deg); }
    60%, 100% { transform: rotate(360deg); }
}
 .p-hidden {
    display: none;
    margin-top: 10px;
    white-space: break-spaces;
}

    .drop-btn, .drop-btn-2 {
        width: 100%;
        cursor: pointer;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .drop-btn-2 p {
            word-wrap: break-word;
            white-space: break-spaces;
        }
        .drop-btn:hover, .drop-btn-2:hover {
            background-color: #cccccc;
        }

        .drop-btn span, .drop-btn-2 span {
            font-size: 20px;
            font-weight: bold;
            margin-right: 15px;
        }

        .drop-btn h2, .drop-btn-2 h2 {
            font-size: 20px;
            margin: 5px;
            padding: 0;
        }

    .show {
        display: block !important;
    }

    .ceck-list a:hover {
        text-decoration: underline
    }


    .up-img-u table td {
        padding: 7px;
        border-top: 1px solid #555555;
        overflow:hidden;
    }

    .filt-lef {
        width: 100%;
        /*height:70%;*/
        display: flex;
        margin-bottom: 1%;
    }

    .t-list {
        display: flex;
        width: 100%;
        position: relative;
        justify-content: space-between;
    }

    .t-name, .t-val {
        z-index: 1;
        background-color:white;
        padding:2px 5px;
    }

    .t-dot {
        position: absolute;
        top: 0;
        border-bottom: 1px dashed #555555;
        width: 100%;
        height: 13px;
    }
    .filt-rig form{
        display:flex;
        flex-direction:column;
    }
    .filt-rig {
        width: 25%;
        height: auto;
        margin-top:5px;
    }

    .cont-row {
        display: flex;
    }

    .not-content {
        border: 1px solid #cccccc;
        display: flex;
    }

    .not-title {
        width: 100%;
        height: 30px;
        margin: 5px 5px 5px 40px;
    }

        .not-title p {
            margin: 0;
            font-size: 20px;
            font-weight: bold;
        }

    .not-post {
        width: 100%;
        height: 150px;
    }

        .not-post p {
            margin-left: 10px;
        }

    .foto-flex {
        width: 20%;
        margin: 5px;
        display: flex;
        align-items: center;
    }

    .not-foto img {
        width: 100%;
        height: 100%;
    }

    .filt-cen {
        width: 100%;
        height: 29%;
        min-height: 70px;
    }

    .filt-block {
        width: 50%;
        margin-right: 10px;
    }

    .bl-drpdv {
        width: 100%;
        display: block;
        padding: 10px;
        margin-bottom: 10px;
    }

    .filt-button {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
    }

    .container-fot {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        background-color: white
    }

    .footer-block {
        width: 33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }

        .footer-block a {
            font-size: 18px;
            color: black;
            text-decoration: none;
        }

        .footer-block p {
            margin-top: 50px;
        }

    .etnes img {
        height: 75px;
        margin-top: 5px;
    }

    .soc-bl {
        width: 100%;
        height: 50%;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

        .soc-bl a {
            margin-right: 10px;
        }


            .soc-bl a img {
                width: 30px;
                height: 30px;
            }

    .cou-text p {
        float: right;
        margin: 1px 6px 0 0;
        color: #b94a48;
    }

    .valid-allpas {
        width: 100%;
        height: 30px;
    }

        .valid-allpas p {
            margin-left: 50px;
            font-style: italic;
            color: #b94a48;
            font-size: 14px;
        }

    .dop-wid {
        width: 150px;
    }

    .val-alldrpdv p {
        font-style: italic;
        margin: 0 5px 0 15px;
    }


.nav-mini-baner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: linear-gradient(350deg, rgb(233 74 188) 0%, rgb(255 84 84) 100%);
    color: white;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.nav-us {
    width:auto;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

        .nav-us select {
            margin-right: 14px;
            border: 1px solid #626262;
            padding: 3px;
            border-radius: 10px 0;
            /*background-image: linear-gradient(51deg,#bbbbbb 0%,#ff8585 100%);*/
        }



    .ob-disabled {
        cursor: not-allowed;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.50;
        background-color: white;
    }

    #logHidden{
        position:absolute;
        top:10px;
        right:10px;

    }
    #logHidden span{
        padding:5px 8px;
        cursor:pointer;
    }

.nav-log {
    width:100%;
    border: none;
    border-radius: 3px;
    padding:10px;
    margin: 0;
    color: white;
    background-color: #e5e5e5;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    background-color: rgb(2,0,36)
}

    .btn-filt-mob {
        display: none;
    }








    .createForm {
        width: 70%;
        /*max-width: 500px;*/
        margin-left: 50px;
    }

#Description{
    min-height:250px;
}
.cat-name-2 {
    flex-direction: column;
    height: auto;
    width: 100%;
    display: flex;
    margin-top: 7px;
}


    .cat-name-1 {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #808080;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }


    .cat-sf-3 {
        display: flex;
        margin-top: 5px;
        width: 100%;
        position:relative;
    }

        .cat-sf-3 p {
            margin: 0;
        }

    .up-img-u {
        margin: 10px 0 0 0;
    }
    .part-row-1{
        display:flex;
        width:60%;
    }

    /*.cat-name-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-top: 5px;
}*/


    .valid-itm {
        padding: 0 ;
        width: 100%;
        display:flex;
        justify-content:flex-end;
       
    }

    .cou-text {
        position: absolute;
        width: 100%;
        align-self: flex-end;
        max-width: 500px;
        right:30px
    }

        .cou-text span {
            float: right;
            margin: 1px 20px 0 0;
        }


    /*.val-alldrpdv {
    height: auto;
    width: 100%;
    border-radius: 5px;
    background: #16a085;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    padding: 15px 5px;
}*/


    .ingred-grop {
        width: 100%;
        flex-direction: column;
        display: flex;
        margin-top: 10px;
    }


    .ingred-grop-1 {
        flex-direction: column;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .previevF {
        display: flex;
        margin-bottom: 3px;
    }

        .previevF img {
            width: 160px;
           
        }

#Images, #Image {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    margin: 0;
}

input[type=file]::file-selector-button {
    background-color: #eee;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    padding: 10px 15px;
    margin-right: 20px;
    transition: .5s;
}

    input[type=file]::file-selector-button:hover {
      
        border: 0px;
        border-right: 1px solid #e5e5e5;
        cursor: pointer
    }

    #morz {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .er-con {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .er-micon {
        margin: 30px 0 30px 0;
        max-width: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .er-micon h2 {
            text-align: center;
        }


    .cat-name-5 {
        width: 100%;
        flex-direction: column-reverse;
        height: auto;
        display: flex;
        border-bottom: 1px solid #808080;
        padding-bottom: 20px;
        justify-content: space-between;
    }

    .bl-list {
        width: 100%;
        margin-top: 15px;
    }


    .scal-list {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }


    .pas-item {
        width: 100%;
        flex-direction: column;
        margin-top: 20px;
        display: flex;
    }


    .item-1 {
        margin-bottom: 20px;
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .cat-sf-3 ol {
        width: 100%;
    }

    .butRepost {
        width: 100%;
    }


    .part-row {
        display: flex;
        width: 100%;
        margin-top:5px;
    }


    .name-itm {
        width: 50%;
        align-items: flex-end;
        height: 100%;
        padding-top: 5px;
    }


    .box-itm {
        width: 40%;
        height: 100%;
        display: flex;
    }

    .pas-item ol {
        margin-top: 10px;
    }


    @media (min-width: 800px) and (max-width: 1050px) {


        .reclam-d p {
            width: 75%;
        }


        /*.content {
            width: 70%;
        }*/

        .bl-set {
            width: 29%
        }



        .createForm {
            width: 50%;
            margin-left: 0;
        }

        .futer-cont h1 {
            font-size: 25px;
            min-width: 400px;
        }


        .futer-col {
            min-width: 400px;
        }
    }

    /*@media(min-width:551)and (max-width:767) {
    .filt-block {
        width: 60%;
    }
}*/
    @media (min-width: 481px) and (max-width: 799px) {
        .reclam-d p {
            width: 80%;
        }
    
        .user-foto-a {
            width: 130px;
        }

        .user-foto-av {
            padding: 15px 0 0 0;
        }

        .m-but-soci {
            right: 30px;
        }


        .createForm {
            width: 80%;
        }

        .cou-text {
            width: 80%;
        }
    }



    @media(max-width:930px) {

        .taking-mob{
            width:70% !important
        } 
        .navbar .categ-lists a {
            padding: 13px 7px;
            font-size: 16px;
        }

        .cl-cont img {
            width: 115%;
            padding: 0;
        }
        .carousel{
            height:500px;
        }

        .filter {
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-around;
            position: relative;
        }

        /*.content {
            width: 83%;
        }*/
        .filt-rig{
            width:27%
        }
        .ob-cl{
            width:31.9%;
        }
        .item-carousel{
         display:none
        }
        .carousel-inner{
            width:100%;
        }
    }

@media(max-width:799px) {

    .taking-mob {
        width: 99% !important
    }
 .carousel-box{
     flex-direction:column
 }
 .carousel-textbox{
     width:100%;
     text-align:center;
     padding:0;
 }
 .carousel-imgbox{
     height:50%;
     padding:0;
 }
 .c-textbox-title{
     font-size:19px;
     margin:0;
 }
 .c-textbox{
     font-size:16px;
 }
 .carousel-d{
     height:280px;
 }
    .but-container-f {
        display: flex;
    }
    .edit-container form {
       padding:0;
       border:none;
    }
    .categories li a {
  
        font-size: 12px;
    }
    .price-sort-c{
        padding:5px 0;
    }

    .filter-block-us {
        right: unset;
        left: 0;
        min-width: 320px;
        width: 100%;
        top: 0;
    }
    .filter-center{
        justify-content:flex-end !important;
    }
    #price-sort, .cont-input-4, #sort-dp {
        display: flex;
        justify-content: flex-start;
        padding-left: 30px;
    }
    .dropdown{
        margin-right:0 !important;
    }
    .cont-input{
        margin:0 0 10px 0;
    }
 .cont-input-0{
     flex-direction:column;
 }
 .cont-input .price-sort-hover-1{
     display:none !important;
 }
 .price-sort-hover{
     background-color:transparent;
 }
    .containers{
        padding:0;
    }

    .price-sort-hover{
        position:initial;
        display:block;
    }
   #sort-1{
       display:none;
       flex-direction:column;
   }

        .nav-hiden {
            padding: 0 5px;
            display: none;
        }

        .c-cont li {
            min-width: fit-content;
        }

        .c-cont-absolut {
            margin: 0;
        }

        #ball::-webkit-scrollbar {
            width: 0;
        }

        #ball {
            flex-wrap: nowrap;
            justify-content: flex-start;
            overflow-x: auto;
        }

        #categories-2 a {
            width: 45%;
        }

        .c-cont-itm {
            position: relative;
            overflow: hidden;
        }

        .c-cont-absolut {
            top: 106px;
         
        }

        .containers {
            padding: 0;
            margin-top:96px;
        }

        .navbar {
            padding: 0;
            flex-wrap: wrap;
            top: 0;
            position: fixed;
        }

        .c-search {
            flex: 1 1 100%;
            order: 5;
            background-color: #f7f7f7;
       
        }

        .fer {
            width: 99%;
            border-radius: 15px;
        }

        .filt-but-sow {
            display: flex;
            justify-content: center;
            margin: 10px 0;
            flex-direction:column;
        
        }

        .filt-rig {
         width:100%;
         margin-top:15px;
        }
        .dropdown{
            width:100% !important;
        }

       #sort-1 .dp-select{
            width:80% !important;
        }
    .but-filt-right {
        top: 40px;
        width: 50px;
        position: fixed;
        z-index: 3333;
        right: 0;
    }

        #sort {
            display: none;
        }

        .av-view {
            flex-direction: column;
            align-items: center;
        }

        .ob-cl {
            width: 31%;
        }

        .cont-row {
            flex-direction: column;
        }

        .top-br-1 .reclam {
            height: 80px;
        }

      

        .navbar .categ-lists a {
            padding: 13px 5px;
            font-size: 14px;
        }

        .reclam-d p {
            margin: 30px 0;
        }

        /*.dropdown-content-in {
            width: 450px !important;
           
        }

        .drop-r {
            width: 49% !important;
        }*/
      

        .filter-hov span {
            padding: 8px;
        }


        .f-desc-m {
            width: 100%;
        }

        .create-row {
            flex-direction: column-reverse;
        }

        .inf-rg {
            width: 100%;
        }

        .pano-info label {
            margin: 0 5px 0 10px;
        }

        .futer-col-r {
            width: 100%;
        }


        .form-send {
            width: 100%;
        }

        .log-cont {
            flex-direction: column;
        }

        .nav-us {
            margin-right: 0;
        }

        .body-p {
            margin-left: 10px;
        }

        .log-label {
            flex-direction: row;
            width: 100%;
        }

        .us-nick {
            justify-content: center;
        }

        .log-text {
            width: 100%;
        }

        .userBar {
            margin: 0;
        }

        .futer-cont h1 {
            font-size: 25px;
            width: 100%;
        }

        .futer-cont h2 {
            font-size: 20px;
            font-weight: bold;
        }

        .futer-col {
            width: 100%;
        }

        .all-info-user {
            flex-direction: column;
            width: 100%;
            align-items: center;
        }

            .all-info-user table, .user-foto-big {
                width: 80%;
            }

        .bl-none {
            display: block;
            top: 0;
            right: 0;
            width: 100%;
            position: absolute;
            margin: 0;
            border: none;
        }

        .bl-set {
            width: 80%;
            margin: 0 10% 0 10%
        }

        .coment-block {
            width: 100%;
        }

        .dt-content {
            width: 100%;
            flex-direction: column;
        }

        .dt-content-left {
            width: 100%;
        }

    .cl-source {
        width: 99%;
        border-bottom: 1px solid;
        padding: 0 0 0 1%;
    }

        /*.right-bar {
            width: 100%;
            height: auto;
        }*/
        .info table td {
            padding: 10px 0 10px 5px;
        }








        .modal-header {
            padding: 0 10px 0 0;
            display: flex;
            justify-content: flex-end;
        }


        .modal-body {
            padding: 0px;
            background-color: #ffffff;
            height: 85%;
        }

        .modal-content {
            height: 100%;
        }

        .filter-hov p {
            display: none !important;
        }





        .btn-filt-mob {
            display: block;
            right: 0;
            margin-right: 60px;
            height: 50px;
            width: 55px;
            z-index: 1031;
            top: 0;
        }

            .btn-filt-mob button {
                border: 1px solid #808080;
            }

        .sm-modal-dial {
            width: 100%;
            padding: 0 45px;
            height: 100%;
        }

        .footer-block {
            width: 50%;
        }

        .footer-soc {
            width: 100%;
        }

        .container-fot {
            flex-wrap: wrap
        }


        .set-table h3, .set-table h4 {
            width: 80%;
            text-align: center;
        }

        .info {
            width: 100%;
        }

        .set-table h3 {
            font-size: 18px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
    }

    @media(max-width:590px) {

       .slider .aling-but{
            display:flex !important;
        }
    
        .aling-but a{
            display:none !important
        }
        #categories-2 a {
            width: 80%;
        }
        #sort-1 .dp-select {
            width: 100% !important;
        }
        .carousel-d {
            height: 250px;
        }

        #min-navbar {
            display: flex
        }

        .log-min {
            display: block;
        }

        .navbar .categ-lists {
            width: 100%;
            justify-content: flex-start
        }

            .navbar .categ-lists a {
                padding: 13px 7px;
                font-size: 16px;
            }

       

        .filt-button {
            position: fixed;
            width: auto;
            justify-content: flex-end;
            right: 15px;
            margin-right: 120px;
            top: 73px;
        }


        .reclam-d {
            height: 50px;
        }

        .filter-com select, .filt-cen select {
            height: 34px !important;
        }

        .info table {
            font-size: 14px;
        }

        .filter-cont form {
            display: block;
        }

        .filt-lef {
            flex-direction: column;
        }

        .filter-com select, .filt-cen select {
            border: 1px solid #cccccc;
        }

        .filt-block {
            width: 100%;
        }

        .filt-rig, .filter-com {
            width: 100%;
        }

        .filter-com {
            margin: 10px 0 15px 0;
        }

        .filt-cen {
            margin-bottom: 15px;
        }

        .bl-row {
            flex-direction: row;
            align-items: center;
        }

        .bl-com {
            margin: 0;
        }

        .form-send p {
            width: 100%;
        
        }

        .adm-view {
            margin-left: 0;
        }
    }

    @media (max-width: 500px) {


        .carousel-inner{
            width:100%;
        }
        .taking-mob-22{
            flex-direction:column;
        }
        .cat-filt-btn{
            padding:6px;
            font-size:15px;
        }
        .item-carousel {
            display: none
        }
        .log-containers{
            width:100%;
        }
        .log-row{
            padding:60px 5px;
            width:96%
        }

        .cont-items {
            justify-content: space-around
        }

        .total-price input {
            width: 90px
        }

        .total-price p {
            color: black;
            font-size: 15px;
        }

        .filter-panel {
            width: 95% !important;
        }

    

        .cl-pas img {
            width: 95%;
        }

        .m-but-soci {
            right: 10px;
        }
        /*.dropdown-content-in {
            width: 315px !important;
            margin-left: -115px;
        }

        .drop-r {
            width: 50% !important;
            font-size:12px;
        }*/
        .cl-name h1 {
            font-size: 18px;
        }

        .reclam-d p {
            width: 95%;
            display: block; /* or inline-block */
            text-overflow: ellipsis;
            word-wrap: break-word;
            overflow: hidden;
            font-size: 15px;
        }

        .reclam {
            height: 170px;
        }

        .ob-cl {
            width: 48%;
            margin: 5px 0;
        }

        .btn-rg {
            padding-right: 0;
        }

        .body-content {
            padding-left: 5px;
            padding-right: 5px;
        }

        .m-cl-us {
            width: 100%;
        }


        .user-foto-av {
            width: 170px;
        }

        .user-foto-av {
            padding: 0 0 0 45px;
        }

        .av-name {
            width: 80%;
        }

        .btn-rg p {
            padding: 0px;
            margin: 5px 0 0 0;
            font-size: 16px;
        }

        .but-create {
            margin-right: 5px;
        }

            .but-create a p {
                display: none;
            }

        .createForm {
            width: 100%;
            margin-left: 0;
        }

        .cou-text {
            left: 0;
            width: 100%;
        }

        .set-table h3, .set-table h4 {
            width: 100%;
            text-align: center;
        }

        /*.container {
            padding-left: 0;
            padding-right: 10px;
            margin: 0;
        }*/


        .cl-use {
            height: auto;
            flex-direction: column;
        }

        .m-cl-but {
            width: 100%;
            justify-content: flex-end;
        }

        .dt-content-left {
            padding: 0;
        }

        .cl-img {
            height: auto;
        }

        .cl-name {
            height: auto;
            padding: 0;
        }

        .cl-descr, .cl-pas, .footer-block {
            width: 100%;
        }

        .container-fot {
            flex-direction: column;
        }
    }

    /*#region Top Users list */
    .top-titl {
        background-color: rgba(0, 0, 0, 0.075)
    }

        .top-titl h3 {
            text-align: center;
            margin: 0;
        }

    .cl-users {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 15px 0 10px 0;
        border: 2px solid rgba(0, 0, 0, 0.075)
    }

    .us-block {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-width: 170px;
    }

        .us-block .user-foto .user-foto-cont {
            width: 70px;
            height: 70px;
            margin-bottom: 5px;
        }

    .user-foto, .top-us-r {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .top-us-r span {
            margin-right: 10px;
        }

    .t-us-name {
        text-align: center;
    }

        .t-us-name a {
            text-decoration: none;
            color: black;
            font-weight: bold;
            font-size: 19px;
        }

    /*#endregion*/



    /* #region Loader animation*/

    .cont-loader {
        display: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        background-color: rgba(206, 206, 206, 0.10)
    }

    .block-loader {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 50px;
        background-color: rgba(0, 0, 0, 0.075);
    }

        .block-loader p {
            font-weight: bold;
        }

    .loader {
        /*display:none;
    position:absolute;*/
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
    }

    /* Safari */
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /*#endregion */
    /*#region  User Panel */

    /*get ADMIN PANEL*/
    .adm-head {
        width: 100%;
    }

    .adm-content {
        width: 100%;
        display: flex;
        margin-top: 10px;
        justify-content: center;
    }



    .adm-bar {
        width: 17%;
        background-color: #1b1b1b;
        height: 500px;
        display: flex;
        flex-direction: column;
        padding-top: 5px;
    }

    .s-item {
        width: 150px;
        height: 150px;
        background-color: white;
        margin: 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        box-shadow: 1px 3px 5px #cccccc;
    }

        .s-item a {
            color: black;
            text-decoration: none;
        }

        .s-item p, .s-item span {
            font-size: 17px;
            margin-top: 10px;
        }

    .a {
        display: flex;
        width: 100%;
        flex-direction: row-reverse;
    }

    .s {
        width: 50%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
    }

    .adm-head .btn-br {
        border-bottom: 3px solid #1b1b1b;
    }

    .adm-head .btn-rg {
        background-color: #1b1b1b;
        color: white;
    }

    .user-info p {
        font-size: 20px;
        font-weight: 700;
        font-family: 'MV Boli';
    }

    .adm-bar button {
        margin: 2px 0;
        color: white;
        border-radius: 0;
        background-color: #424040;
        width: 100%;
        text-align: left;
    }

    .user-info {
        text-align: center;
        padding: 25px;
        box-shadow: 1px 3px 5px #cccccc;
        border-radius: 5px;
    }

        .user-info img {
            width: 250px;
        }



    .adm-bar button:hover, .adm-bar button:focus {
        color: #cccccc;
    }

    .adm-view {
        width: 100%;
    }

    /*end ADMIN PANEL*/






    @media(max-width: 1050px) {

        .a {
            flex-direction: column-reverse;
        }

        .s {
            width: 100%;
        }
    }

    @media(max-width:799px) {

        .adm-view {
            margin-left: 0;
        }
    }

    @media(max-width:590px) {


        .s-item {
            width: 120px;
            height: 120px;
        }
    }

    /*#endregion*/

    /*#region DropDown Panel*/
    .part-row{
        flex-direction:column;
    }
    .box-itm{
        width:97%
    }
    .part-row-1{
        width:100%;
    }
    .top-br a {
        margin: 5px;
    }

    .dropdown-content-2 {
        display: flex;
    }

    #btn-focus {
        background-color: #16a085;
        color: white;
        border-radius: 5px;
    }

    #btn-n-focus {
        background-color: white;
        color: black;
        border-radius: 5px;
        border: 1px solid #f3f3f3;
        font-size: 16px;
        padding: 5px;
        margin: 0;
        align-items: center;
        display: flex;
        text-decoration: none;
    }

    .btn-rg button, .btn-rg p {
        font-size: 16px;
        display: flex;
        align-items: center;
        /*font-family: Ink Free;*/
        font-family: sans-serif;
        margin: 0;
        padding: 5px;
        border: none;
    }
    /*.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}*/
    .dropbtn span {
        font-size: 10px;
        padding: 5px 5px 7px 5px;
    }

    .dropdown {
        position: relative;
        display: flex;
        margin-right: 7px;
    }

    .dropdown-content-in {
        width: 100%;
    }

        .dropdown-content-in form {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            justify-content: space-around;
            height: 110px;
            overflow: hidden;
            padding-top: 5px;
        }
    /*.dropdown-content-l-i{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}*/
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 310px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        margin-top: 39px;
    }

    .clix {
        border: none;
    }

    .drop-r {
        width: 120px;
        padding-left: 5px;
        border: 1px solid #cccccc;
        margin: 1px;
        border-radius: 5px;
        display: flex;
        align-items: center;
        height: 33px;
    }

        .drop-r input {
            margin: 0 0 2px 0;
        }

        .drop-r label {
            font-weight: 400;
            padding: 7px 3px;
            margin: 0;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 90%;
        }

    .c-more {
        width: 100%;
    }

        .c-more p {
            width: 100%;
            color: #2ce7fa;
            cursor: pointer;
            margin: 0;
            font-size: 13px;
            text-align: center;
            padding: 7px 0;
        }

    #more-up {
        display: none;
    }
    /*.cat-sub {
    display: flex;
    margin-right: 5px;
    border: 1px solid #16a085;
    border-radius:7px;
}
.cat-sub .dropdown{
    margin:0;
  
}
    .cat-sub  .drop-mod{
        background-color: #cccccc !important;
        border-radius: 5px 0px 0 5px !important;
    }*/
    .categ-lists {
        width: 70%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

        .categ-lists a {
            border-bottom: 1px solid #f3f3f3;
            padding: 13px;
            margin: 3px;
            color: #ffffff;
            text-align: center;
            font-size: 18px;
        }

            .categ-lists a:hover {
                border-bottom: 1px solid #d80000;
                text-decoration: none;
                color: #f8f8f8;
                cursor: pointer;
            }

    .dropdown-content a {
        color: black;
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        border: 1px solid #f9f9f9;
        margin: 2px;
        border-radius: 5px;
    }

        .dropdown-content a:hover, .drop-r:hover {
            border: 1px solid #16a085;
        }

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }
    /*#endregion*/

    /*#region Filter Element Panel*/
    .filter-block {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 1700;
    }

    .filter-center {
        width: 100%;
        display: flex;
        justify-content: center;
        height: 550px;
    }

    .filter-panel {
        background-color: white;
        width: 70%;
        border: 1px solid #000000;
        max-width: 700px
    }

    /*#endregion*/
    /*#region Empty-View*/
    .empty-view-c {
        margin-top: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .empty-view-b {
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: cursive;
        font-weight: bold;
    }

        .empty-view-b img {
            width: 20%;
        }
    /*#endregion*/

    /*.dropdown-content-1{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .tests {
        background-color: #fffafa;
        display: inline-block;
        margin-top: 15px;
    }

        .tests .tests-p {
            margin: 5px 0 0 25px;
            font-size: 16px;
            font-style: initial;
        }

    .testo-1 {
        display: none;
    }


    .us-mod {
        background-color: black;
        width: 800px;
        height: 500px;
    }

    .us-mod-1 {
        padding: 50px;
    }

    .us-mod-2 {
        padding-top: 130px;
        background-image: url(../../Images/AudiA1.jpg);
        width: 260px;
    }

    .us-mod-3 {
        background: black;
        color: white;
        padding: 1px;
    }

    #pentagon {
        width: 0;
        height: 0;
        border-width: 30px 130px 15px;
        border-style: solid;
        background-image: url(../Images/background-2462430_1280.jpg);
        border-color: transparent black black;*/


    /*#region*/
    .empty-cont {
        width: 320px;
        border: 1px solid #000000;
        height: 300px;
    }

    /*#endregion*/

    /* Tooltip container */
    /*#region*/

    .tooltip {
        position: relative;
        display: inline-block;
        border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
    }

        /* Tooltip text */
        .tooltip .tooltiptext {
            visibility: hidden;
            width: 120px;
            background-color: #555;
            color: #fff;
            text-align: center;
            padding: 5px 0;
            border-radius: 6px;
            /* Position the tooltip text */
            position: absolute;
            z-index: 1;
            bottom: 125%;
            left: 50%;
            margin-left: -60px;
            /* Fade in tooltip */
            opacity: 0;
            transition: opacity 0.3s;
        }

            /* Tooltip arrow */
            .tooltip .tooltiptext::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: #555 transparent transparent transparent;
            }

        /* Show the tooltip text when you mouse over the tooltip container */
        .tooltip:hover .tooltiptext {
            visibility: visible;
            opacity: 1;
        }
    /*#endregion*/


@import url('elements.css');

.simple-but{
   border:1px solid #d8d8d8;
   border-radius:5px;
   padding:5px 10px;
   font-size:18px;
   cursor:pointer;
}
    .simple-but:focus {
        border: 1px solid #808080;
     
    }

    .display{
        display:none;
    }

    #min-navbar{
        z-index:1000;
        background-color:black;
        position:fixed;
        bottom:0;
        left:0;
        right:0;
        top:unset;
        justify-content:space-around;
        box-shadow:0 0 2px black;
        display:none;
       
    }
.button_1 {
    padding: 4px 14px;
    font-size: 18px;
    background-image: linear-gradient(51deg,#bbbbbb 0%,#ff8585 100%);
    color: #fbfbfb;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: 0.2s;
    border: none;
}
.color-itm, .sizes-item{
    display: flex;
    margin: 10px 0;
    font-weight: bold;
    font-size: 18px;
}
.color-itm label,.sizes-item label{
    color:#494949;
    margin-right:10px;
  
}


.source{
    display:flex;
    justify-content:flex-start;
    flex-wrap:wrap;
  

}
.item img {
    width: auto;
    object-fit: cover;
    /*height: auto;*/
    overflow: hidden;
    border-radius:10px;
}
.dot {
    width: 45px;
    height: 45px;
    overflow: hidden;
    margin: 0 5px 5px 5px;
    border-radius: 100%;
    border: 1px solid #bbbbbb;
    cursor: pointer
}
.source img{
 
    width:110%;
    height:110%;
    object-fit:cover;
    border-radius:100%;

}
.but-c{
    display:flex;
    justify-content:center;
    margin-top:10px;
}
    .but-c input,.but-c a,.but-c button {
        border: none;
        border-radius: 15px 0;
        padding: 8px 10px;
        cursor:pointer;
        background: rgb(195,34,172);
        background: linear-gradient(221deg, rgba(195,34,172,1) 0%, rgba(227,35,93,1) 76%);
        margin: 5px;
        color: white;
        font-size: 19px;
        font-weight: bold;
        text-decoration:none;
    }
    .i-cont{
        display:flex;
        justify-content:flex-start;
        align-items:center;
    }
    .carousel-inner{
      
        width:100%;
      height:100%;
    }
    .item-carousel{
        width:19%;
        margin-right:1%;
    }
    .aling-but{

        position:absolute;
        display:none;
        justify-content:space-between;
        left:10px;
        right:10px;
        height:100%;
        top:0;
        bottom:0;
        align-items:center;
        z-index:333;
    }
    .carousel:hover .aling-but{
        display:flex;
    }
.aling-but a {
    height: 55px;
    width: 55px;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: white;
    border-radius: 50%;
    box-shadow: 1px 3px 10px 1px #4c62ad;
}
        .aling-but span{
            display:inline-block;
            font-size:40px;

        }
        .aling-but a:hover {
            transition: 0.5s;
            background: rgb(255,255,255);
            background: linear-gradient(1deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0.6867121848739496) 49%, rgba(250,250,250,1) 100%);
        }
            .aling-but a:hover span{
                transition:0.5s;
                color:white;
            }
        .aling-but .next:active span {
            margin-left: 15px;
        }
        .aling-but .prev:active span {
            margin-right: 15px;
        }
            .next span{

                transform:rotateZ(90deg)


            }
            .prev span{
                transform:rotateZ(270deg)
            }
            .all-content{
                display:flex;
                flex-direction:column;
                justify-content:center
            }
    .i-itm{
        width:150px;
        overflow:hidden;
        padding:5px;
    }
    .i-itm img{
        width:100%
    }
    .alege-btn{
        display:flex;
        flex-direction:row;
        justify-content:center;
        align-items:center;
    }
.size-table {
    width: 100%;
    display: flex;
    max-height: 200px;
    justify-content: center;
}
.size-d{
    display:flex;
    justify-content:center;
}
.size-d label{
    padding:4px 20px;
}
.button_3 {
    border: 1px solid #129900;
    padding: 4px 16px;
    text-decoration: none;
    color: #676767;
    border-radius: 7px;
    margin: 4px;
}
    }
    
    .i-itm img{
        width:100%;
        object-fit:cover;
        
    }
.color-hiden{
    display:block;
}
.size-hiden{
    display:none
}

.size-item{
   flex-wrap:wrap;
    padding:6px;
    cursor:pointer;
}
.selected{
    border:2px solid red;
}

.size-item button {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
    background-color: #afac9d;
    border-radius: 20px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    border: none;
    min-width: 40px;
}

    .button_1:hover {

        padding:4px 16px
    }

.button_2 {
    padding: 6px 20px;
    font-size: 19px;
    background-image: linear-gradient(51deg,#bbbbbb 0%,#ff8585 100%);
    color: #fbfbfb;
    border-radius: 5px;
    cursor: pointer;
    transition-duration: 0.2s;
    border: none;
}
    .button_2:hover {
        padding: 6px 22px
    }
.shop-scroll {
    height: 85%;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
}
.cart {

    z-index: 999;
    position: fixed;
    top: 0px;
    right: 0;
    width: 420px;
    height: 100%;
    display: none;
    background-color: white;
overflow:hidden;
    min-width:310px;
    padding:0 14px;
}
#cart-hiden{
    z-index:1;
    position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
    background-color:rgba(228, 171, 171, 0.02);
    font-size:20px;
 display:none;

}
.hid{
    display:none;
}
.adres{
    display:block;
    width:100%;

}
.adres-head{
    width:100%;
    height:35px;
}
.adres-cont{
    display:none;
    width:100%;
}
#return-cart{
    transform:rotate(270deg);
    padding:4px;
}
.box-adress{
    display:block;
    margin-top:5px;
}

.box-adress-1{
    width:auto;
    display:flex;
    justify-content:space-around;
    padding:0 5px;
}
.box-adress-2{
    width:auto;
    padding:0 5px;
}
/*#region*/
.timeScroll{
  
    height:50px;
    align-items:baseline;
    
}
.timeScroll #modifiedDate{
    font-size:16px;
    height:27px;
}
.t-but{
    display:flex;
    justify-content:flex-start;
   font-size:15px;
}

.time-down{
    transform:rotate(180deg)
}
#modifiedDate{
    border: none;
    font-size: 22px;
    font-weight: bold;
    padding-left: 25px;
    width: 100%;
}


.but-cart {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*background-color: #850000;*/
    border-radius: 10px;
    height: 35px;
    color: white;
    cursor: pointer;
    margin:0 5px;
    font-size: 16px;
    align-self: center;
    text-decoration: none;
    position:relative;
}
    .but-cart span {
        /*border-left: 1px solid white;*/
        padding: 0 5px;
        font-weight: bold;
        position: absolute;
        background-color: red;
        border-radius: 100%;
        right: 1px;
        top: -4px;
        font-size: 13px;
    }

.but-cart p{
    margin:0;
}

.but-create a {
    text-decoration: none;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
}



.but-create span {
    color: #ffffff;
    top: -2px;
    font-size: 18px;
}

.but-create {
    padding: 1px 5px 1px 5px;
    margin-top: 12px;
    margin-bottom: 8px;
    background-color: transparent;
    border-radius: 4px;
    margin-right: 10px;
    font-weight: bold;
    background-color: #16a085;
    transition: 0.2s;
    width: auto;
    display: flex;
    align-items: center;
    height: 30px;
    text-align: center;
    min-width: 25px;
}

    .but-create:hover, .but-create:focus {
        background-color: #8e3a3a;
        text-decoration: none;
    }


    .but-create a p {
        margin: 0;
    }
    .sin{
        display:none
    }

/*#endregion*/

/*#region*/
.carousel{
    width:100%;
    display:flex;
    overflow:hidden;
    flex-direction:row-reverse;
    justify-content:flex-end;
    position:relative;
    margin-bottom:20px;

}
#lang-button span{
    display:none;
}
#Google {
    background: url(../Icons/google.256x256.png) no-repeat;
    background-color: #e3e3e3;
    background-origin: content-box
}
#Facebook {
    background: url(../Icons/facebook.256x256.png) no-repeat;
    background-color: #1178f2;
    background-origin: content-box;
    color:white;
}
.social-switch {
    background: url(../Icons/icon-email.png) no-repeat;
    background-color: white;
    background-origin: content-box;
    color: black;
    background-size:20px;
    border:1px solid;
    background-position:left;
    cursor:pointer;
}
.c-log-hiden{
    display:none;
}
.btn-icons {
    height: 35px;
    width: 35px;
    background-size: contain !important;
    border: none;
    cursor: pointer;
}
#socialLoginList{
    display:flex;
    justify-content:center;
    flex-direction:column;

}
.social-c{
    width:95%;
    display:flex;
    flex-direction:column;
}
.social-c-1{
    display:none
}
.form-revers{
    display:flex;
    flex-direction:column-reverse;
}
#socialLoginList button,.social-switch{
   margin:10px 0;
   border-radius:9px;
   padding:7px;
   width:100%;
   font-weight:bold;
   min-width:250px;
}

.c-log-social form{
    display:flex;
    flex-direction:column;
    justify-content:center;
}
.c-log-social {
    text-align:center;
}
.c-log-social p{
    margin:0;
}

.carousel-count{
    position:absolute;
    top:5px; right:5px;
    z-index:11;
}
.cont-carousel-count {
    display: flex;
    background-color: #afac9d;
    color: white;
    padding: 5px 3px;
    border-radius: 4px;
}
.cont-carousel-count span{
    padding:0 2px;
}
.count-total{
    border-left:1px solid #fbfbfb
}

.carousel-iner{
    height:100%;
}
#sort select {
    width: 100%;
    height: fit-content;
    overflow-y: hidden;
    border: none;
    outline: none;
    outline-offset: 0px;

    background-color: #f7f7f7;
    -webkit-appearance: none;
    -moz-appearance: none;

}

    #sort select option:checked {
        background: linear-gradient(rgb(2,0,36), rgb(2,0,36));
        background-color: rgb(2,0,36) !important;
        color: white !important;
    }

   #sort select option:focus, #sort select option:active {
        background-color: rgb(2,0,36);
        color: white;
    } 
.save-img{
    display:flex;
    justify-content:center;
    padding:10px;
    margin:10px;
    border:1px solid #78edb4;
    background:white;
    border-radius:3px;
}
#Nselected{
    display:block;
}
.Dselected{
    display:none !important;
}


.ddsa option::after {
    content: ">"
}
/*.ddsa option[selected="selected"]::after {
    content: none;
}*/

.ddsa option[value='0']::after {
    content: none
}

/*#subcategori {
    padding-left: 20px;
}
#s_1{
    padding-left:40px;
}*/
#sort select option {
    outline: none;
    outline-offset: 0px;
    appearance: none;
    height: 35px;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid  white;
    border-radius:5px;
}


select[id=subcat] {
    padding-left:20px;
}
select[id=s1]  {
   padding-left: 40px;
}

#sort select option:hover{
    background-color:#d8d8d8;
}
.c-carousel{
    min-width:320px;
    width:100%;
    height:100%;
    margin:0;
    text-align:center;
    padding-top:40px;
}
.c-carousel img{
    width:50%;
   border-radius:5px;
}
.sin{
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0.4
    }

    to {
        opacity: 1
    }
}

@keyframes padd {
    from {
        padding-left:30px;
    }

    to {
      padding-left:0px;
    }
}
/*#endregion*/


.dropdown {
    width: -webkit-fill-available;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    min-height: 40px;
    text-align: left;
    outline: none;
}
  


    .dropdown .select {
        cursor: pointer;
        display: flex;
        outline:none;
        justify-content:space-around;
 

     
    }
    .dp-select{
        width:260px !important;
    
    }
    #s1-dm-menu{
    
        padding-left:30px;
        margin:0;
    }
    #dm-menu{
        padding-left:20px;
    }
    #subcategories-select span{
        padding-left:28px;
    }
.dropdown .select span {
    padding: 8px;
    width: 95%;
    display: flex;
    justify-content: space-around;
}
/*.dropdown-menu li::after {
    content: url(../ImgSvgAnnounces/iconmonstr-arrow-29.svg);
}*/
/*#categories-select span::before {
    content: url(../ImgSvgAnnounces/iconmonstr-arrow-29.svg);
    transform:rotate(180deg);
}*/

.arrow-right {
    content: url(../ImgSvgAnnounces/iconmonstr-arrow-29.svg);
}
.arrow-left {

    content: url(../ImgSvgAnnounces/iconmonstr-arrow-29.svg);
    transform: rotate(180deg);

    .
    margin-left:4px;
}

        .dropdown .select > i {
            font-size: 13px;
            color: #888;
            cursor: pointer;
            transition: all .3s ease-in-out;
            float: right;
            line-height: 20px
        }

    .dropdown:hover {
        box-shadow: 0 0 4px rgb(204, 204, 204)
    }

    .dropdown:active {
        background-color: #f8f8f8
    }

    .dropdown.active:hover,
    .dropdown.active {
        box-shadow: 0 0 4px rgb(204, 204, 204);
        border-radius: 2px 2px 0 0;
        background-color: #f8f8f8
    }

        .dropdown.active .select > i {
            transform: rotate(-90deg)
        }

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    left: 0;
    right:0;
    width:-webkit-fill-available;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    /*max-height: 144px;*/
    overflow-y: auto;
    z-index: 9
}

        .dropdown .dropdown-menu li {
            padding: 10px 3px;
            transition: all .2s ease-in-out;
            cursor: pointer;
            display:flex;
            justify-content:space-between;
        }

    .dropdown .dropdown-menu {
        padding: 0;
        list-style: none
    }

        .dropdown .dropdown-menu li:hover {
            background-color: #f2f2f2
        }

        .dropdown .dropdown-menu li:active {
            background-color: #e2e2e2
        }


        @media(max-width:590px){
         

            .cart {
                width: 100% !important;
                padding: 0;
            }
        }
body {
}
.adress-c-a {
    position: relative;
}

.adress-c-b {
    display: flex;
    justify-content: space-evenly;
}

.adress-c {
    display: none;
    position: absolute;
    background-color: white;
    justify-content: space-around;
    z-index: 12;
    top: 0;
    right: 27px;
    width: max-content;
    padding: 10px;
    border: 3px solid red;
    margin: 5px;
    border-radius: 5px;
}

.taking {
    width: 100%;
    padding-top: 50px;
}

.taking-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
}

    .taking-list:hover {
        background-color: #e9e9e9;
        transition: 0.5s;
    }

    .taking-list p span {
        font-size: 12px;
        border-radius: 10px;
        cursor: pointer;
        font-weight: initial;
        background-color: gainsboro
    }

.taking-mob {

    margin: 110px 0;
    padding: 4px 0;
    border-radius: 10px;
    width: 50%;
}

.button-gry {
    background: linear-gradient(354deg, rgb(0 0 0) 0%, rgb(127 127 127) 42%, rgb(0 0 0) 100%) !important;
    border-radius: 6px !important;
    border: none !important;
    color: white !important;
    cursor: pointer;
}

.taking-mob-2 {
    display: flex;
    justify-content: space-between
}

    .taking-mob-2 p {
        margin: 8px 4px;
        min-width: 90px;
    }

.taking-nob-btn {
    padding: 2px 40px;
    border-radius: 5px;
    border: none;
    background-color: rgb(2,0,36);
    color: white;
}

.taking-22 {
    font-style: oblique;
    color: #1d1d1d
}

.taking-mob-2 span {
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid;
    cursor: pointer;
}

.taking-mob-img {
    width: 90px;
    display: flex;
    justify-content: center;
    padding: 5px;
}

.tm-1 {
    height: 0;
    overflow: hidden;
}

.taking-mob-img img {
    object-fit: cover;
    width: 100%;
}

.taking-btn {
    border-radius: 10px;
    border: none;
    padding: 4px 6px;
    background-color: gainsboro
}

.taking-list img {
    width: 100px;
}

.taking-list-1 {
    height: 0;
    overflow: hidden;
    border: 1px solid #d8d8d8
}

.taking-list span, .taking-list p, .available-width {
    margin: 5px;
    width: -webkit-fill-available;
    text-align: center;
    padding: 5px 2px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.h-t {
    background-color: aquamarine;
    border: none;
}

.h-s {
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
}

.taking-list span {
    font-weight: bold;
}
.mob-2-ll{
    display:flex;
}
.taking-mob-2-head {
    background-color: #eceeff
}
.head-taking {
    margin: 10px;
    border-radius: 15px;
    border: 2px solid #eceeff;
    overflow: hidden;
}
.total-price-taking {
    font-weight: bold;
    font-size: 20px;
}
.taking-number {
    color: #4e6ee7;
}
