.product__item-rating {
	margin-top: 17px;
	display: inline-flex;
	flex-wrap: nowrap;
}

.cart_table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.cart_table thead {
	background-color: #7ebc86;
	color: #FFF;
}

.cart_table th {
	padding: .2rem;
}

.cart_table td {
	padding: 1rem;
	border: 1px solid;
}

.cart label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.cart input[type="text"],
.cart textarea,
.cart select {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.cart textarea {
	resize: vertical;
}

.cart .form-group {
	margin-top: 15px;
}

.cart .total {
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

.cart .button_block {
	text-align: right;
}

.cart .btn {
	margin-top: 20px;
	padding: 12px;
	background: #7ebc86;
	color: #fff;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	font-size: 16px;
}

.cart .btn:hover {
	opacity: 0.7;
}




.form-box {
	padding: 30px;
	text-align: center;
}

.form-box h2 {
	margin-bottom: 20px;
}

.form-group {
	margin-bottom: 15px;
}

.form-box input[type=text], .form-box input[type=password] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
}

.form-box button {
	width: 100%;
}

.invalid-feedback {
	color: #ee4a62;
	font-size: 14px;
}


.card__about-unavaible {
    display:flex;
    align-items:center;
    color:#ee4a62;
    margin-bottom:20px;
    font-size:15px;
    line-height:1.333;
    font-family:RobotoMedium,sans-serif;
    gap:8px
}
@media screen and (max-width:1199.98px) {
    .card__about-unavaible {
        margin-bottom:0
    }
}
@media screen and (max-width:767.98px) {
    .card__about-unavaible {
        font-size:13px
    }
}
.card__about-unavaible svg {
    flex-shrink:0;
    width:24px;
    height:auto
}



.profile_menu {
	border-right: 1px solid;
}
.profile_menu li {
	padding: 5px;
}
.profile_menu li.active {
	color: #d97950;
}



.profile_page input[type=text], .form-box input[type=password] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ddd;
	border-radius: 6px;
}


.product__item-btn-active {
	background: #7ebc86;
	border-color: #7ebc86;
}

.product__item-btn-active:hover {
	background: #f8f8f8;
	border-color: #bababa;
}

.product__item-btn-active .icon {
	color: #f8f8f8;
}

.product__item-btn-active:hover .icon {
	color: #434646;
}

.contact_page .contacts__item-name, 
.contact_page .contacts__item-address,
.contact_page .contacts__item-phone {
	color: #434646;
}




.rating_stars {
	display: inline-flex;
	justify-content: flex-end;
	margin-bottom: 17px;
	flex-wrap: nowrap;
}



.catalog__range-group input, .catalog__range-group:first-child input {
	padding-left: 12px;
}

.btn__green {
	font-size: 15px;
	padding: 12px 24px;
}


.form-control {
	width: 100%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #CCC;
}



select {
	appearance: auto;
}