/*! Карточка товара */
.item_title {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
}

.item_partnumber {
  font-size: 12px;
  text-align: left;
  color: #5e5e5e;
}

.item_brand {
  font-size: 12px;
  text-align: right;
  color: #5e5e5e;
}

.item_price {
  font-size: 30px;
  text-align: left;
  font-weight: bold;
}

/*! Мини карточка товара */
.item_title_mini {
  font-size: 10px;
  
}

  .number {
    display: inline-block;
    position: relative;
    width: 100px;
}
.number input[type="number"] {
        display: block;
        height: 32px;
        line-height: 32px;
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        text-align: center;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
        border-radius: 10px;
        border: none;
        background-color: #DCDCDC;
        overflow: hidden;
}
.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
        display: none;
}
.number-minus {
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        width: 40px;
        padding: 0;
        display: block;
        text-align: center;
        border: none;
        background-color: #DCDCDC;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
}
.number-plus {
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        width: 40px;
        padding: 0;
        display: block;
        text-align: center;
        border: none;
        background-color: #DCDCDC;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 600;
}

.number-minus:hover {
    background-color: #D3D3D3;
}

.number-plus:hover {
    background-color: #D3D3D3;
}        


.row_foto {
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 100px;
    padding: 0;
    display: block;
    text-align: center;
    border: none;
    border-radius: 10px;

}

.order_block_title {
    margin-top: 10px;
    width: 100px;
    padding: 0;
    display: block;
    text-align: left;
    border: none;
    font-weight:300;
}

.item_summary {
  font-size: 11px;
 
  width:100px;
  text-align: center; 
  font-weight:400;
    
}

.order_number {
  font-size: 15px;
  text-align: center; 
  font-weight:500;
  color: #0000CD;
    
}

.order_line_card {
    height: auto;
    border-radius: 10px;
    padding:0;
    border:0
    
    
}

.order_line_card:hover {
  cursor: pointer;

    -webkit-box-shadow: 5px -5px 13px -4px rgba(34, 60, 80, 0.28);
    -moz-box-shadow: 5px -5px 13px -4px rgba(34, 60, 80, 0.28);
    box-shadow: 5px -5px 13px -4px rgba(34, 60, 80, 0.28);
    transform: translate(5px, -5px);
    
}

.item_summary_spec {
  font-size: 12px;
 
  width:100px;
  text-align: center; 
  font-weight:900;
    
}



.heart_epmty {
  fill: white; 
  stroke:black;
}



.heart_epmty:hover {
  cursor: pointer;
  /*fill: red;*/ 
}



.heart_filled {

   fill: red;

    
}


.heart_filled:hover {
  cursor: pointer;
  /*fill: white;*/ 
}

