body {
    overflow-x: hidden;
}
body.scroll-transparent::-webkit-scrollbar,
body.noscroll::-webkit-scrollbar {
    /* background: none; */
}
.scroll-transparent .back-top {
    z-index: 5;
}
body.noscroll, body.scroll-transparent {
    /* margin-right: 17px; */
    /* overflow-y: hidden; */
}
body.noscroll .content {
    position: static;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.success-message,
.error-message {
    color: var(--ai-azure) !important;
    font-size: 16px !important;
    line-height: 24px !important;
    font-family: segoeuisb;
    display: block;
    margin: 0;
    padding-left: 16px;
    display: block;
}
.error-message {
    color: var(--ai-danger) !important;
}
h1 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #24282B;
    margin-bottom: 11px;
    font-family: segoeuisb;
}
h2 {

    font-size: 22px;
    line-height: 30px;
    color: #24282B;
    margin-bottom: 10px;
    font-family: segoeuisb;
}
h3 {
    font-size: 20px;
    line-height: 28px;
    color: #24282B;
    font-family: segoeuisb;
}
h4 {

    font-size: 18px;
    line-height: 26px;
    color: #24282B;
    font-family: segoeuisb;
}
p {
    font-size: 16px;
    line-height: 24px;
    color: #24282B;
    margin: 0;
    font-family: segoeuisl; 
}
a {
    font-size: 14px;
    line-height: 18px;
    color: #488ecc;
    text-decoration: none;
    font-family: segoeuisl;
}
a:hover {
    color: #30BCD1;
}
ul {
    list-style: none;
}
button {
    padding: 12px 32px;
    border-radius: 66px;
    color: white;
    font-family: segoeuisb;
    font-weight: 500;
    font-size: 16px;
    border: none;
    line-height: 16px;
    letter-spacing: 0.5px;
    outline: none;
    text-align: center;
}

button.active {
    background-color: #30BCD1;
    border: 1px solid #30BCD1;
}

button.passive {
    background-color: #DFDFDF;
    cursor: auto;
}
button:not(.home-product-basket-btn)[disable="true"] {
    cursor: auto;
}
button[disable=true] {
    background: #DFDFDF;
    cursor: auto;
}
button.active:hover {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
    cursor: pointer;
}

textarea.error {
    border-color: var(--ai-danger);
}
.input-field.textarea .error-message {
    position: absolute;
    bottom: -15px;
}
.form-wrapper .font-medium.text-sm.text-green-600 {
    padding-left: 15px;
    color: var(--ai-azure);
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
    font-family: segoeuisb;
}
label {
    font-size: 14px;
    color: #24282B;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 18px;
    margin-left: 16px;
    font-family: segoeuisl;
}
form label.error {
    color: var(--ai-danger);
    font-size: 14px;
    font-family: segoeuisl;
    display: inline-block;
    margin: 5px 0 0 16px;
}
.contact-us form label#message-error {
    margin-top: -10px;
}
textarea {
    overflow: hidden auto;
    padding: 16px;
    resize: none;
}
input {
    height: 44px;
    border: 1px solid #488ECC;
    padding-left: 16px;
    padding-right: 16px;
    color: #24282B;
    border-radius: 100px;
    outline: none;
    font-size: 16px;
}
.page-account-index input {
    border: 1px solid #488ECC;
}
.form-rows-item.readonly input,
.reset-form .readonly input {
    border: 1px solid #DFDFDF;
    color: #DFDFDF;
    background: none;
}
.form-rows-item.readonly label,
.reset-form .readonly label {
    color: #DFDFDF;
}
.reset-form .readonly {
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    pointer-events: none;
}
.page-account-index .form-rows-item.readonly input {
    border: 1px solid #DFDFDF;
}
input::placeholder {
    color: #DFDFDF;
    font-size: 16px;
}
input.disabled {
    border: 1px solid #DFDFDF;
}
input.disabled::placeholder {
    color: #DFDFDF;
}
input.error {
    border: 1px solid var(--ai-danger);
    color: #24282B;
}
.contact-wrapper form .input-field textarea.invalid {
    border: 1px solid var(--ai-danger);
}
.error-message-list li {
    font-size: 14px;
    color: var(--ai-danger);
    line-height: 18px;
    font-family: segoeuisl;
    margin-top: 5px;
    margin-left: 20px;
}
.payment-error-message p {
    font-size: 14px;
    color: var(--ai-danger);
    line-height: 18px;
    font-family: segoeuisl;
    margin-bottom: 10px;
}
input.invalid {
    border-color: var(--ai-danger);
}

.main-container {
    max-width: 1463px;
    width: 100%;
    margin: auto;
    position: relative;
    word-wrap: break-word;
}
footer {
    margin-top: 110px;
    padding: 0;
}
section {
    width: 100%;
    padding-top: 8px;
}
section.sign-in {
    padding-top: 32px;
}
section.sign-up {
    padding-top: 32px;
}
section.forgot-password {
    padding-top: 32px;
}
.swiper-wr {
    position: relative;
}
.swiper-wr .swiper {
    padding-right: 2px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-weight: bold;
}
.swiper-nav-btn {
    background-color: white;
    font-size: 0;
    border: 1px solid;
    padding: 0;
    width: 40px!important;
    height: 40px!important;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
}
.swiper-nav-btn:hover {
    box-shadow: 0px 1px 9px 2px rgba(105, 105, 105, 0.20);
}
.swiper-nav-btn.swiper-button-lock {
    display: none;
}
.product-slider-swiper-wr .swiper-nav-btn,
.prod-single-slider-swiper-wr .swiper-nav-btn {
    margin-top: -25px; /* change '.best-offers-block .product-slider-swiper-wr .swiper-nav-btn' */
}
.best-offers-block .product-slider-swiper-wr .swiper-nav-btn {
    margin-top: 0; /* check '.product-slider-swiper-wr .swiper-nav-btn' */
}
.banner-product-slider-wrapper .swiper-nav-btn {
    margin-top: 135px;
}
.banner-slider .swiper-nav-btn, .slider-for  .swiper-nav-btn {
    --swiper-navigation-sides-offset: 10px;
}
.banner-slider-2-swiper-wr .swiper-nav-btn, .slider-navbar-swiper-wr .swiper-nav-btn,
.filter-slider-swiper-wr .swiper-nav-btn {
    --swiper-navigation-sides-offset: -20px
}
.banner-slider-2 {
    margin: -15px 0 -15px -10px; /* check '.banner-slider-2 .swiper-slide', 'main-container' padding */
}
.banner-slider-2 .swiper-slide {
    width: 162px;
    height: 162px;
    padding: 15px 10px; /* change '.banner-slider-2' margin */
    box-sizing: content-box;
}
.banner-slider-pag {
    --swiper-pagination-color: white;
    --swiper-pagination-bullet-inactive-color: white;
}
.slick-slider {
    margin-left: -16px;
    margin-right: -16px;
}
.banner-slider.slick-slider,
.banner-slider-2.slick-slider {
    margin-left: 0;
    margin-right: 0;
}
.slick-slider .slick-track {
    margin-left: 0;
}
.slick-slider .slick-slide {
    margin: 0 16px;
    height: auto;
}
.slick-arrow {
    background-color: white;
    font-size: 0;
    border: 1px solid #C9C9C9;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 3;
    display: flex!important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.slider-arrow.slick-prev{
    left: 8px;
}
.slider-for.slick-slider,
.slider-navbar.slick-slider  {
    margin-left: 0;
    margin-right: 0;
}
.slick-arrow.slick-prev  {
    left: -35px;
}
.slick-arrow.slick-next  {
    right: -35px;
}
#prod-single-small-slider {
    margin-top: 20px;
}
#prod-single-small-slider .slider-arrow.slick-prev {
    left: -22px;
}
#prod-single-small-slider .slider-arrow.slick-next {
    right: -22px;
}
#prod-single-small-slider .slick-slide {
    border: 1px solid #C0C0C0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}
.product-single-big-slider {
    position: relative;
}
#prod-single-small-slider .slick-slide img  {
    height: 149px ;
}

.slider-for .slick-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.slider-for .slick-list {
    margin: 0;
}
.slider-for .slick-slide {
    margin: 0;
}
.slider-for video {
    height: 500px;
    width: 100%;
    object-fit: cover;
    border-radius: 28px;
}
.slider-for .slick-dots li.slick-active button {
    background: #30BCD1;
}
.slider-for .slick-dots li button {
    padding: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
}
.slider-navbar .slider-arrow.slick-next{
    right: -22px;
}
.slider-navbar .slick-arrow.slick-prev {
    left: -22px;
}
.slider-navbar img {
    cursor: pointer;
}
.slider-for .slider-arrow.slick-next{
    right: 8px;
}
.slider-for .slick-arrow.slick-prev {
    left: 8px;
}
.slider-navbar {
    margin-top: 20px;
}
.slider-for .slick-arrow {opacity: 0; transition: all 0.3s; pointer-events: none;}
.slider-for:hover .slick-arrow {opacity: 1; pointer-events: auto;}
.slider-navbar .thumbnail {
    border-radius: 12px;
    border: 1px solid #C0C0C0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.slider-navbar .swiper-slide-thumb-active,
.slider-navbar .swiper-slide:hover {
    border: 1px solid #999999;
}
.slider-navbar img {
    width: 100%;
    height: 149px;
    border-radius: 12px;
    margin: 0 auto;
}
.slick-arrow:not(.slick-disabled) svg path{
    fill:var(--ai-azure);
}
.slick-arrow:not(.slick-disabled) {
    border-color: var(--ai-azure);
}
.back-top {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #30BCD1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    position: fixed;
    right: 22px;
    bottom: 25px;
    z-index: 15;
}
.back-top:hover {
    box-shadow: 0px 1px 9px 2px rgba(105, 105, 105, 0.20);
    background-color: white;
}
.adv-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-bottom: 10px;
    /*margin-top: 60px;*/
}
.adv-item {
    width: 100%;
    height: 164px;
    overflow: hidden;
    border-radius: 23px;
}
.adv-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* the parent */

.aimeos .product .addbasket button {
    background: none;
    padding: 0;
}
.aimeos-product-footer {
    justify-content: center;
    align-items: center;
}
.aimeos-product-footer .quantity {
    max-width: 117px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    position: relative;
}
.aimeos-product-footer .quantity.show {
    display: flex;
    align-items: center;
}
.aimeos-product-footer .quantity .quantity-item {
    min-width: 28px;
    height: 28px;
    cursor:pointer;
    border-radius: 100%;
    border: 0.5px solid #24282B;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}
.aimeos-product-footer .quantity .quantity-item.disable {
    pointer-events: none;
}
.quantity-item:hover svg path {
    fill:#488ECC
}
.quantity-item:hover svg rect {
    fill:#488ECC
}
.quantity-item:hover,
.aimeos-product-footer .quantity .quantity-item:hover {
    border-color: #488ECC;
}
.aimeos-product-footer .quantity .quantity-item.plus {
    border-color: #24282B;
}
.aimeos-product-footer .quantity .result input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.catalog-list-items .addbasket input[type="number"] {
    padding: 0;
    border: none;
    margin: 0;
    height: auto;
    font-family: segoeuisb;
    color: #24282B;
    background: none;
}

.catalog-list .offer .section {
    border-bottom: 0.3px solid #999999;
    padding-bottom: 5.5px;
    padding-left: 16px;
    padding-right: 16px;
}
.costs {
    display: none!important;
}
.aimeos .product .product-info {
    margin-top: 0;
}

.aimeos .product .price-item .rebatepercent {
    display: none;
}

.aimeos .list .product div.list-column:first-of-type .media-list, .aimeos .product-list div.list-column:first-of-type .media-list {
    padding-top: initial;
    height: 100%;
    display: block;
}
.catalog-list-items .addbasket {
    margin-top: 10px;
}

.basket-wrapper {
    gap: 13px;
    position: relative;
}
.basket-wrapper span {
    font-size: 18px;
    font-weight: 500;
    font-family: segoeuisb;
    line-height: 16px;
    color: white;
    vertical-align: middle;
}
.breadcrumb ol {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
}
.breadcrumb ol li a {
    font-size: 10px;
    color: #656565;
    padding: 0;
}
.breadcrumb ol li {
    position: relative;
}
.breadcrumb ol li::after {
    content: url("/images/breadcrumb-arrow.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
}
.catalog-stage-breadcrumb {
    padding: 0;
    font-size: initial;
}


/*noUISlider*/
#slider-range {
    margin: 20px 12px;
    border: none;
    box-shadow: none;
}
.noUi-horizontal .noUi-origin {
    height: 100%;
}
.noUi-horizontal .noUi-handle {
    width: 17px;
    height: 17px;
    border: none;
    border-radius: 50%;
    background: #30BCD1;
    box-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    right: -7px;
    cursor: pointer;
}
.noUi-horizontal .noUi-handle:hover {
    outline: 2px solid var(--ai-link);
}
.noUi-connect {
    height: 4px;
    background: #30BCD1;
}
.noUi-handle:after, .noUi-handle:before {
    content: none;
}
.noUi-horizontal{
    height: 4px;
}
.noUi-connects {
    background: #C9C9C9;
}
.pagination {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}
.pagination li {
    border: 1px solid #C0C0C0;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.pagination li:not(.disabled):not(.active):hover {
    box-shadow: 0px 0px 9px 1px rgba(105, 105, 105, 0.20);
}
.pagination li:not(.active):not(.disabled):hover {
    border-color: #30BCD1;
}
.pagination li:not(.active) a:hover {
    color:  #30BCD1;
}
.page-catalog-list .shop-products-wrapper .tooltip {
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}
.page-catalog-list .products-section.best-offers {
    margin-top: 0;
}
.product-item-basket.bg-white {
    overflow: visible;
}
.product-item-basket .tooltip {
    left: 50%;
    top: 38px;
    /* bottom: -55px; */
}
.product-item-basket .tooltip:before {
    bottom: unset;
    top: -10px;
}
.pagination li a {
    font-size: 18px;
    line-height: 22px;
    color: #C0C0C0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination li:hover a {
    color:  #30BCD1;
}
.pagination li.active {
    background: #30BCD1;
    border: none;
    cursor: initial;
}
.pagination li.active span {
    color: white;
    font-size: 18px;
    line-height: 22px;
    user-select: none;
    pointer-events: none;
}
.pagination li.disabled svg path {
    fill:#C0C0C0;
}
.pagination li svg path {
    fill: var(--ai-azure);
}
.next-link svg path {
    fill:#C0C0C0;
}
.pagination li a.next-link {
    font-size: 0;
}
.pagination li a.prev-link {
    font-size: 0;
}
.ui-datepicker {
    display: none;
    width: 100%;
    max-width: 312px;
}
.ui-datepicker-title {
    margin: 0;
    line-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    background: transparent;
    border: none;
    width: 56px;
    text-align: center;
    color: #FFFFFF;
    outline: none;
    appearance: none;
    margin: 0;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1;
}
.ui-datepicker-calendar .ui-state-disabled > span{
    opacity: 0.5;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #F6F6F6;
    font-size: 12px;
    line-height: 16px;
    color: #24282B;
    font-family: segoeuisl;
    font-weight: 400;
}
.ui-datepicker  select.ui-datepicker-year::-webkit-scrollbar {
    width: 3px;
}
.ui-datepicker  select.ui-datepicker-year::-webkit-scrollbar-track {
    background:#C9C9C9;
    border-radius: 5px;
}
.ui-datepicker  select.ui-datepicker-year::-webkit-scrollbar-thumb {
    background:#999999;
    border-radius: 5px;
}
.ui-datepicker select option {
    color: black;
}
.ui-datepicker-header {
    display: flex;
    border-radius: 5px;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    background: var(--ai-azure);
}
.ui-datepicker-title span{
    color: white;
    font-size: 16px;
    line-height: 24px;
 font-family: segoeuisl;
    font-weight: 400;
}
.ui-datepicker-prev .ui-icon {
    background-image:none;
}
.ui-datepicker-next .ui-icon{
    background-image:none;

}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background-image: url("/images/date-arrow-left.png");
    width: 10px;
    height: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);

}
.ui-datepicker .ui-datepicker-prev {
    left: 8px;
}
.ui-datepicker .ui-datepicker-next {
    background-image: url("/images/date-arrow-right.png");
    right: 8px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-top: 0;
}
.ui-corner-all:focus-visible {
    outline: none;
}
.ui-state-hover {
    box-shadow: none;
    background: none;
    outline: none;
    padding: 0;
    border: none;
    margin: 0;
    background-size: contain;
}
.ui-datepicker-calendar thead th {
    border-bottom: 1px solid #999999;
    padding-bottom: 7px;
}
.ui-datepicker-calendar thead th span{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
 font-family: segoeuisl;
    color: #24282B;
}

.ui-datepicker-calendar tbody td a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #F6F6F6;
    font-size: 12px;
    line-height: 16px;
    color: #24282B;
 font-family: segoeuisl;
    font-weight: 400;
}
.ui-datepicker-calendar tbody td a.ui-state-hover {
    border: 1px solid var(--ai-azure);
    color: var(--ai-azure);
}
.ui-datepicker-today a{
    background: var(--ai-azure);
    font-weight: 800;
    color: white;
    border: none;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
}
.ui-datepicker td {
    padding: 4px 0;
}
.ui-datepicker tbody > tr:nth-of-type(1) td {
    padding-top: 16px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: var(--ai-azure);
}
.ui-state-active.ui-state-highlight,
.ui-state-active[aria-current="true"],
.ui-datepicker-calendar a.ui-state-active.ui-state-hover {
    background: var(--ai-azure);
    color: white;
    border: none;
}
.ui-widget.ui-widget-content {
    border-radius: 8px;
    background: #FFF;
    border: none;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    padding: 8px;
    z-index: 100!important;
}
.ui-datepicker-next-hover {
    margin: 0;
    padding: 0;
    top: initial;
    left: initial;
}
.ui-datepicker .ui-icon {
    left: 0;
    top: 0;
}
.ui-datepicker td {
    width: 14%;
}
.cms-content iframe {
    width: 100%;
    height: 400px;
    border-radius: 12px;
}
.cms-content span {
    font-size: 16px;
    line-height: 24px;
    font-family:segoeuisl;
    font-weight: 400;
    display: block;
    margin: 12px 0;
}
.cms-content span div {
    font-size: 16px;
    line-height: 24px;
    font-family:segoeuisl;
    font-weight: 400;
}
.cms-content img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    margin: 12px 0;
}
.btn {
    background-color: var(--ai-link-hover);
    border: 1px solid var(--ai-link-hover);
    border-radius: 66px;
    color: white;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 32px;
    font-family:segoeuisb;
    font-weight: 500;
    margin:12px;
    cursor: pointer;
    display: inline-block;
    min-width: 134px;
    text-align: center;
}
.btn:hover, .btn:active {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
    background-color: var(--ai-link-hover);
    color: white;
}
.btn-secondary {
    background-color: white;
    border-radius: 66px;
    border: 1px solid var(--ai-link-hover);
    color: var(--ai-link-hover);
    font-size: 16px;
    line-height: 17px;
    padding: 13px 32px;
    font-family:segoeuisb;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}
.btn-secondary:hover, .btn-secondary:active {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.17);
    background-color: white;
    border-color: var(--ai-link-hover);
    color:  var(--ai-link-hover);
}
.aimeos.cms-page .btn-secondary {
    margin:12px
}
.cms-content h1 {
    font-size: 24px;
    line-height: 32px;
    color: #24282B;
    margin-bottom: 11px;
    font-family: segoeuisb;
 }

.cms-content h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #24282B;
    margin-bottom: 10px;
    font-family: segoeuisb;
}
.cms-content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #24282B;
    font-family: segoeuisb;
}
.cms-content .link-block {
    cursor: pointer;
}
.cms-content .link-block span {
    color: #488ECC;
}
.cms-content .link-block:hover span {
    color: var(--ai-azure);
}
.tooltip {
    /* position: absolute; */
    position: fixed;
    top:58px;
    left: 50%;
    /* transform: translateX(-50%); */
    width: 100%;
    max-width: 145px;
    min-height: 44px;
    padding: 3px 6px;
    border-radius: 8px;
    background: #488ECC;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 4px;
    opacity: 1;
    color: #EEEEEE;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    font-family: segoeuisl;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 15%);
}
.tooltip span {
    /* margin-left: 4px; */
    font-family: segoeuisl;
    display: block;
    font-size: 14px;
    line-height: 15px;
}
.tooltip::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #488ECC;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: -1;
}
.tooltip.bottomed::before {
    top: unset;
    bottom: -10px;
}
.page-catalog-list  .shop-prod-item {
    justify-content: space-between;
}
.page-account-index .pagination {
    display: flex;
}
.page-account-index .delivery {
    border: 1px solid #999;
    border-radius: 28px;
    padding: 25px 30px;
}
.page-account-index .address-delivery {
    border: none;
}
.shop-products-wrapper .shop-prod-item {
    overflow: unset;
}
.shop-products-wrapper .tooltip {
    top: 45px;
}

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

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