.dv0{
margin-top:200px;
position:relative;
background-size:auto auto;
}

.dv1{
left:50%;
display:flex;
padding-top:30px;
padding-left:15px;
padding-bottom:30px;
padding-right:15px;
position:relative;
width:1200px;
transform: translateX(-50%);
justify-content:space-between;
background-size:auto auto;
}

.dv2{
padding-top:130px;
position:relative;
width:170px;
flex-grow:0;
flex-shrink:0;
background-size:auto auto;
}

.dv3{
margin-left:20px;
position:relative;
width:980px;
flex-grow:0;
flex-shrink:0;
background-size:auto auto;
}

.catBtnA{
margin-bottom:10px;
background-size:auto auto;
font-family:'latoregular';
font-size:18px;
color:#d00;
}

.catBtn{
margin-bottom:10px;
background-size:auto auto;
font-family:'latoregular';
font-size:18px;
}

.cath1{
margin-bottom:20px;
position:relative;
background-size:auto auto;
font-family:'Kraskario';
font-size:48px;
}

.prodFlex{
display:flex;
margin-bottom:40px;
position:relative;
width:100%;
justify-content:space-between;
flex-wrap:wrap;
flex-grow:0;
flex-shrink:0;
background-size:auto auto;
}

.product{
padding-top:15px;
padding-left:15px;
padding-bottom:15px;
padding-right:15px;
margin-top:5px;
margin-left:5px;
margin-bottom:5px;
margin-right:5px;
position:relative;
width:315px;
background:#f2f2f2;
background-size:auto auto;
}

.image{
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
overflow:hidden;cursor:pointer;
}

.imgSrc{
top:0;
position:relative;
width:100%;
background-size:auto auto;
}

.title{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
height:60px;
background-size:auto auto;
font-family:'latoregular';
text-align:center;
font-size:16px;
color:#d00;
text-transform:uppercase;
}

.art{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.type{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.shDescr{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
font-family:'latoregular';
text-align:justify;
font-size:14px;
}

.descr{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
font-size:14px;
}

.brnd{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.cst{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:50%;
background-size:auto auto;
font-family:'latoregular';
text-align:center;
font-size:16px;
text-transform:inherit;
}

.cstLG{
padding-top:10px;
padding-left:10px;
padding-bottom:10px;
padding-right:10px;
margin-bottom:10px;
position:relative;
width:100%;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.toolbar{
display:flex;
position:relative;
width:100%;
height:50px;
justify-content:space-between;
background-size:auto auto;
}

.minus{
position:relative;
width:40px;
height:40px;
flex-shrink:0;
background:#fff;
background-size:auto auto;
border-radius:50% 50% 50% 50%;
cursor:pointer;
box-shadow:0 0 5px rgba(0,0,0,0.5);
}

.minusLn01{
left:50%;
top:50%;
position:absolute;
width:50%;
height:2px;
transform: translateX(-50%) translateY(-50%);
background:#000;
background-size:auto auto;
}

.count{
padding-top:11px;
position:relative;
width:40px;
height:40px;
flex-shrink:0;
background-size:auto auto;
border-radius:50% 50% 50% 50%;
font-family:'latoregular';
text-align:center;
font-size:16px;
text-transform:uppercase;
}

.plus{
position:relative;
width:40px;
height:40px;
flex-shrink:0;
background:#fff;
background-size:auto auto;
border-radius:50% 50% 50% 50%;
cursor:pointer;
box-shadow:0 0 5px rgba(0,0,0,0.5);
}

.plusLn01{
left:50%;
top:50%;
position:absolute;
width:50%;
height:2px;
transform: translateX(-50%) translateY(-50%);
background:#000;
background-size:auto auto;
border-radius:50% 50% 50% 50%;
}

.plusLn02{
left:50%;
top:50%;
position:absolute;
width:50%;
height:2px;
transform: translateX(-50%) translateY(-50%) rotate(90deg);
background:#000;
background-size:auto auto;
}

.btn{
padding-top:11px;
margin-left:20px;
position:relative;
width:200px;
height:40px;
background:#6db3b2;
background-size:auto auto;
border-radius:5px 5px 5px 5px;
font-family:'latoregular';
text-align:center;
font-size:14px;
color:#fff;
text-transform:uppercase;
cursor:pointer;
}

.cartData{
top:50%;
right:0;
padding-top:87px;
position:fixed;
width:160px;
height:120px;
transform: translateY(-50%);
background:url(../../templates/10/1656351178.svg);
background-position:center center;
background-size:contain;
background-repeat:no-repeat;
font-family:'latobold';
text-align:center;
font-size:14px;
color:#fff;
text-transform:inherit;
cursor:pointer;
}

.picAr{
position:relative;
background-size:auto auto;
}

.cstTb{
display:flex;
margin-bottom:10px;
position:relative;
background-size:auto auto;
}

.prcLst{
position:relative;
background-size:auto auto;
border-top:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #000;
}

.pgHdr{
margin-bottom:20px;
position:relative;
background-size:auto auto;
font-family:'latobold';
font-size:22px;
}

.artcl{
position:relative;
background-size:auto auto;
}

p{
text-indent:20px;
}

li{
margin-left:20px;
}

