.spandiv {
display:block;
}


.myform button {
    border: 1px solid grey;
}



.quantity-arrow-minus, .quantity-arrow-plus {
    display:inline-block;	
	height:55px;
	width:55px;
    font-weight: bold;
	border:1px solid var(--maincolor_gr); 
  
	border-radius: 50%;
background-repeat: no-repeat;

  background-size: 40%;       /* ← размер картинки */
  background-position: center; /* ← позиция картинки */
	
	background-color: var(--main_gr) !important;
	touch-action: manipulation;
  cursor: pointer;
}

.quantity-arrow-minus {
	background-image: url('../img/minus-button.svg');
}

.quantity-arrow-plus {
		background-image: url('../img/plus-button.svg');
}

.addbasket, .mybasket {
    display:inline-block;
	width:230px;
	height:40px;
	font-size:0.8em;
	text-align:center;

	border:1px solid grey;
    }
	
	
    .mybasket.del , .shir
    {
       	width:100% !important; 
    }
    
    
    
.quantity-arrow-minus:hover , .quantity-arrow-plus:hover, .addbasket:hover,.mybasket:hover {
	cursor: pointer;
    }
    
    
    
    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity-num {
    display:inline-block;
    height:55px;
	font-size:1em !important;
	color:red;
	text-align:center;


}
.for_price {
	color:red;
	font-weight:600;
}

.cardimg{
width:100%;


}


.cardimg img {
width:100%;

border-radius:5px;
margin-bottom:20px;

}

.mainimg {
 border: 1px solid grey !important;
 border-radius:5px;
 box-shadow: 0px 8px 10px rgba(71, 86, 69, 0.3);
}


.circle {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
   background-size: cover;
   margin-bottom:10px;

}
.scroll.cardimg img {
    width:90% important; 
    border-radius: 100px; /* Радиус скругления */
   

}

.spanimg2  {
  width: 60px;
  margin-right:10px;
}

.cart_tovar {
text-align:center;
background-color:  var(--2025white);
}
.ass_r {
    text-align: right;
}

.ass_l {
    text-align: left;
}

.ass_c {
    text-align: center;
}

.bborder {
    border:1px solid grey; 

}

.cart_tovar>.grid_3tov {
    gap: 10px;
}

.cart_tovar>.grid_3tov> div {
    border:0px solid grey;
    font-size: 1.1em;
    font-weight:400;
}
.pl {
    font-size: 1.2em;
    
}





.procherk {
    text-decoration: line-through;
    font-size:1.2em;

}

.dt {
    background: url('../img/dot2.gif') repeat-x bottom;
}



.dt span{
    background-color:white;
    padding-right:3px;
    padding-left:5px;
    margin-bottom:-6px;
}

.opt {
    font-size:1.2em;
    color:red;

}




.dop_price {
   

}

.dnone {
    display: none;

}
.dblock {
    display: block;

}


.dop_har {
    display: none;

}

.dop_out {
    display: none;

}


.ppmenu {
    margin-left:110px;
    text-align:left;
    border-bottom: 1px solid grey !important;
    margin-bottom:-3px;

   
}

.margin30 {
	 margin-left:30px;
}
.ppmenu3 {
   
    text-align:left;
    border-bottom: 1px solid grey !important;
	cursor:pointer;


   
}

.ppmenu2 {

    text-align:left;
    border-bottom: 1px solid grey !important;
    margin-bottom:20px;
     width:330px;
    color:grey;

   
}

.for_txt  {
text-align: left;
padding:30px;
font-size: 1.0em !important;
}
.rvid {
color:red;
}
.for_txt ul {
margin-left: 2em;
}

.for_txt p {
margin-top: 1em;
}

.ppmenu:hover {
   cursor:pointer;

   
}

.ppmenu2:hover {
   cursor:pointer;

   
}


.plus {
 background: url('../img/plus2.gif') bottom right no-repeat;
 background-size: 25px;

    

}

.minus {
    background: url('../img/minus2.gif') bottom right no-repeat;
 

}
.maxwidth {
    max-width:1000px;
    margin: 0px auto;
    margin-top:50px;

}

.mntop {
font-size:1.4em !important;
font-weight:500 !important;
line-height:98%;
color: var(--ffgreen4);
}