 .contacts-info .contacts-address,
    .contacts-info .contacts-phone,
    .contacts-info .contacts-worktime {
        float: left;
        height: 180px
    }
    

button.cart__confirm {
    display: block;
    float: right;
    width: 170px;
    height: 44px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #008000 !important;
    border-bottom: 3px solid #008000 !important;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none
}

.offer__store-abr {
	width: 65px;
	position: relative;
	padding-left: 12px;
}

.catalog-products-head__store-abr,
.offer__store-abr-wrapper {
    width: 23%;
	}

.catalog-products-head__product-delivery-time {
    width: 17%;
    padding-right: 35px;
}

@media (min-width:500px) {
    .offer__product-delivery-time {
        width: 17%
    }
}


.catalog-products-head__store-abr,
.offer__store-abr-wrapper {
    width: 22%;
	}

    