.card__information-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2rem;
}
.card__information-title i.icon {
    font-size: 2rem;
    margin-right: 10px;
}
.card__information-title i{margin:5px;}
.shipping-method__quote{font-weight:bold;}

.product-page__textblock-inner{padding: 15px 12px;;width: 100%;}
.product-page__discount {font-weight:bold;font-size:13px;}
.main-parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
	margin-bottom:15px;
}
.main-parameter {
    display: grid;
    grid-gap: 5px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 2rem;
}
.main-parameter__value a{
    font-weight: 600;
    font-size: 17px;
    color: #444;
}
.simillar .product-thumb__name{font-size:12px;line-height:15px;}
.simillar .price{font-size:12px;line-height:15px;}
.product-page__textblock{display:flex;margin: 0 0 15px;}
.checkout-customer__group {display: none;}
.card__information p{line-height:15px;}
#quick_order .card__information {
    padding: 15px 20px;
    font-size: .95em;
    border-radius: 3px;
    background: rgba(0, 0, 0, .03);
}