.shop__view--white{
    width:40%;
}
.divsmenu{
    width:100%;
    display:flex;

}
.leftsidebar{
    position:relative;
    width:300px;
    height:10px;
    margin-top: 2rem;
    margin-right: 2rem;
    height:1000px;
    overflow-x: hidden;
}
.shop__tovar--inner{
    width:calc(100% - 250px);
}
.ikonkakategorii{
    position:relative;
    width: 30px;
    margin-right:10px;
}
.dobikonkakategorii{
    height:20px; 
    width:auto;
}
.dopbannery{
    position:relative; 
    width:100%; 
    display:flex; 
    flex-wrap: wrap; 
    margin:20px;
}
.dopcard--item{
    position:relative;
    float:left;
    margin:10px;
    border:1px solid #ccc; 
    height:200px; 
    width:150px; 
    display: flex; 
    flex-direction:column;
}

.ikonkakatovara{
    position:absolute;
    width: 30px;
    top:0;
    bottom:0;
    margin:auto;
    left:0;
}

.knopkatovara{
    display: flex!important;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.knopkabelaya, .knopkasin{
    position: relative;
    width:100%;
    height:30px;
    line-height: 29px;
    padding-left:35px;
    background-color: #fff;
    border-bottom:1px solid #ccc;
    font-size:16px;
    cursor:pointer;
}
.knopkabelaya:hover, .knopkasin{
    background-color: #35afe3;
    background-image: -webkit-linear-gradient(top, rgb(69, 199, 235), rgb(38, 152, 219));
    border-bottom: 1px solid #103c56;
    box-shadow: inset 0px 1px 0px 0px #6ad2ef;
}
.knopkabelaya span, .knopkasin span{
    font-size: 0.857em;
    position: absolute;
    right: 1em;
    top: 50%;
    background: #48515c;
    line-height: 1em;
    height: 1.75em;
    padding: 0.4em 0.6em;
    margin: -0.8em 0 0 0;
    color: #fff;
    text-indent: 0;
    text-align: center;
    border-radius: 0.769em;
    box-shadow: inset 0px 1px 3px 0px rgb(0 0 0 / 26%), 0px 1px 0px 0px rgb(255 255 255 / 15%);
    text-shadow: 0px 1px 0px rgb(0 0 0 / 50%);
    font-weight: 500;    
}
.tovaryvkateg{
    position: relative;
    width:100%;
    display: flex;
    flex-direction: column;
    height:0;
    transition: height 0.5s ease;
    overflow:hidden;
}
.bokovdiv{
    position:relative;
    width:calc(100% - 300px);
    z-index: 10;
}
#katalogi{
    width:40%;
}
#periody{
    width:30%;
}
#knopkasprava{
    position:relative; 
    width:30%;
    height:31px;
    border-radius: 5px;
    font-weight:bold;
    padding-left:10px;
}
#polevibora{
    position: relative;
    width:100%;
    float:left;
}
#cart_tovar{
    position: relative;
    float:left;
    width: 18%;
    margin: 2rem 1% 0 1%;
    
}
.shop__tovar--top{
    width: 100%;
    height: 145px;
    overflow:hidden;
    border: 1px solid #d7d7d7;
    border-radius: 7px 7px 0 0;
}
.shop__tovar--bottom{
    padding: 1rem;
    background: #f3f3f3;
    border-radius: 0 0 7px 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.liniyarazdela{
    position:relative;
    float:left;
    width:100%;
    border-bottom:1px solid #ccc;
    margin-bottom:10px;
}
.mobiltovary{
    position:relative;
    width:100%;
    height:120px;
    overflow: hidden;
    display:none;
}
.modvsetovskat{
    position:fixed;
    left:0;
    right:0;
    margin:auto;
    top:0;
    z-index:30;
    border:1px solid #555;
    background:#fff;
}
.overlayspisok{
    position:fixed;
    top:0;
    left:0;
    background-color: #000;
    opacity: 0.4;
    z-index: 2100;
    width:100%;
    height:100%;
}
.serayakarta{
    filter: grayscale(1);
}
.nadpkart{
    position:relative;
    width:100%;
    height:40px;
    line-height:39px;
    text-align: center;
    font-size:14px;
    border-right:1px solid #d7d7d7;
    border-left:1px solid #d7d7d7;
    overflow:hidden;
}
@media (max-width: 1200px){
    #cart_tovar{
        width: 22%;
    }
}
@media (max-width: 998px){
    #katalogi{
        width:60%;
    }
    #periody{
        width:39%;
    }
}
@media (max-width: 900px){
    #cart_tovar{
        width: 30%;
    }
}
@media (max-width: 768px){
    .leftsidebar{
        display:none;
    }
    .mobiltovary{
        display:block;
    }
    .bokovdiv{
        width:100%;
    }
    #polevibora{
        margin-top:0;
    }
    #katalogi, #periody{
        width:100%;
    }
    .dopcard--item{
        margin:10px!important;
    }
   
}