You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
812 B
53 lines
812 B
.header__control-width-fix {
|
|
width: 80% !important;
|
|
}
|
|
|
|
.catalog__image .image__container {
|
|
max-height: 100%;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.reg__text__center {
|
|
text-align: center;
|
|
}
|
|
|
|
.left-menu__price-item {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.basket__action input[type=submit] {
|
|
display: inline-block;
|
|
margin: 0 auto;
|
|
padding: 5px 25px;
|
|
border-radius: 2px;
|
|
background-color: #ae0001;
|
|
color: #fff;
|
|
font-weight: 500;
|
|
font-size: 18px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.order__item {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.order__input:first-child {
|
|
margin: 0;
|
|
}
|
|
|
|
.order__input {
|
|
border-radius: 4px;
|
|
border: 1px solid #ddd;
|
|
background-color: #fff;
|
|
width: 100%;
|
|
padding: 2px 10px;
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 991.98px) {
|
|
.mb-10 {
|
|
margin-bottom: 30px !important;
|
|
}
|
|
|
|
}
|
|
|