/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type="number"] {
  -moz-appearance: textfield;
}

.recire_block{}
.recire_block picture{}
.recire_block picture img{
	width: 50%;
}
.recire_block .recire_text{}
.pay_loyalty_bonus label b{
font-size: 14px;
margin-left: 5px;
}
.pay_loyalty_bonus input{
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: none;
  color: #383838;
  height: auto;
  font-size: 12px;
  padding: 8px 13px 7px;
}
.catalog_section_list .section_item .image img {
    max-width: 120px;
    max-height: 120px;
}
.catalog_section_list .section_item li.name a span {
    font-size: 24px;
    line-height: 24px;
}
.bx-soa-pp-company-logo{
display: none;
}
.sale_order_full_table:first-of-type{
padding: 0 !important;
}
.sale_order_full_table:first-of-type::before {
display: none;
}
.sale_order_full_table .payBlock .mb-4{
border: none;
}
.js-sendPay .btn-success{
margin: 20px auto;
  width: 200px;
  display: block;
}

.cookie {
	position: fixed;
	bottom: 40px;
	border-radius: 8px;
	border: 1px solid #e5e5e5;
	background: #eee;
	z-index: 400;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	pointer-events: none;
	margin: 0 60px;
	color: #232323;
}

.cookie.show {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.cookie__inner {
	padding: 8px 12px;
	display: grid;
	grid-template-columns: 1fr auto;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 10px;
}

.cookie__content {
	-ms-flex-item-align: center;
	align-self: center;
}

.cookie__content p {
	font-size: 16px;
    color: #232323;
    font-weight: 400;
    margin: 0;
}

.cookie__btns {
	display: grid;
	grid-template-columns: auto auto;
	gap: 24px;
}

.cookie__btns .btn {
	font-size: 14px;
}

.cookie__btns .main-btn {
	padding-left: 32px;
	padding-right: 32px;
}
.cookie__btns .text-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
    cursor: pointer;
}
@media (max-width: 1030.98px) {
    .cookie__inner {
        grid-template-columns: 1fr;
        justify-items: start;
    }
}
h1{
font-size: 30px;
}