.main-blocks-outer {
  max-width: 1222px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1222px) {
  .main-blocks-outer {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .main-blocks-outer {
    padding: 0 20px;
  }
}
.main-blocks-outer.lider_prodaj .main-products__title {
  font-family: "Comfortaa", cursive;
  font-size: 2.4vw;
  padding: 0;
  margin-bottom: 2.5vw;
  text-align: center;
  font-weight: normal;
  text-transform: unset;
  position: relative;
}
@media (max-width: 768px) {
  .main-blocks-outer.lider_prodaj .main-products__title {
    font-size: 26px;
    text-align: center;
    /*padding-top: 25px;
	        margin-bottom: 25px;
		    &:before {
		    	content: "";
		        width: 170px;
		        height: 1px;
		        background: var(--main-color);
		        position: absolute;
		        bottom: 100%;
		        left: calc(50% - 85px);
		        display: block;
		    }*/
  }
}
@media (max-width: 768px) {
  .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs:not(.slick-initialized) {
    margin-bottom: 40px;
  }
  .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs:not(.slick-initialized) .product-item {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap;
  }
  .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs:not(.slick-initialized) .product-item {
    width: calc(33.333% - 20px) !important;
    margin: 0 10px 20px;
  }
}
@media (min-width: 960px) {
  .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs:not(.slick-initialized) .product-item {
    width: calc(25% - 20px) !important;
  }
}
body .main-blocks-outer.lider_prodaj .product-modifications-wrap {
  display: none;
}
body .main-blocks-outer.lider_prodaj .slick-arrow {
  box-shadow: none;
}
body .main-blocks-outer.lider_prodaj .slick-prev:before, body .main-blocks-outer.lider_prodaj .slick-next:before {
  background: url("../images/main_bl_arr.png") 50% no-repeat;
}
body .main-blocks-outer.lider_prodaj .slick-prev:hover, body .main-blocks-outer.lider_prodaj .slick-next:hover {
  background: none;
}
body .main-blocks-outer.lider_prodaj .slick-prev:hover:before, body .main-blocks-outer.lider_prodaj .slick-next:hover:before {
  background: url("../images/main_bl_arr.png") 50% no-repeat;
}
body .main-blocks-outer.lider_prodaj .slick-prev:before {
  transform: rotate(180deg);
}
body .main-blocks-outer.lider_prodaj .slick-dots {
  width: 100%;
  margin-top: 8px;
  position: absolute;
  top: 100%;
}
body .main-blocks-outer.lider_prodaj .slick-dots li {
  margin: 0 4px;
}
body .main-blocks-outer.lider_prodaj .slick-dots li button {
  background: var(--main-color);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}
body .main-blocks-outer.lider_prodaj .slick-dots li button:hover {
  background: none;
}
body .main-blocks-outer.lider_prodaj .slick-dots li.slick-active button {
  box-shadow: inset 0 0 0 2px var(--main-color);
  background: none;
}
body .main-blocks-outer.lider_prodaj .slick-dots li:hover button {
  box-shadow: inset 0 0 0 2px var(--main-color);
}
body .main-blocks-outer.lider_prodaj .main-products {
  background: none;
  padding: 0;
  background: none;
  margin: 0;
}
body .main-blocks-outer.lider_prodaj .main-products__title {
  font-family: "Comfortaa", cursive;
  font-size: 2.4vw;
  padding: 0;
  margin-bottom: 2.5vw;
  text-align: center;
  font-weight: normal;
  text-transform: unset;
}
body .main-blocks-outer.lider_prodaj .main-products__title:before {
  display: none;
}
@media (max-width: 960px) {
  body .main-blocks-outer.lider_prodaj .main-products__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  body .main-blocks-outer.lider_prodaj .main-products__title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 25px;
    /*position: relative;
		    	padding-top: 25px;
		    	&:before {
					content: '';
					width: 170px;
					height: 1px;
					background: var(--main-color);
					position: absolute;
					bottom: 100%;
					left: calc(50% - 85px);
					display: block;
				}*/
  }
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item {
  padding: 0;
  background: none;
  box-shadow: none;
}
@media (max-width: 768px) {
  body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item {
    padding: 0 5px 10px;
    margin: 0;
  }
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item:hover {
  box-shadow: none;
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item:hover:before {
  opacity: 0;
  visibility: hidden;
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .shop-product-btn {
  display: none;
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item__name {
  font-size: 16px;
  text-align: center;
  font-family: "Comfortaa", cursive;
  margin-bottom: 10px;
  color: #000;
  font-weight: normal;
  padding: 0;
}
@media (max-width: 480px) {
  body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item__name {
    font-size: 15px;
  }
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item__name a:hover {
  color: var(--main-color);
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item__bottom-left {
  margin: 0;
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-price {
  text-align: center;
  width: 100%;
  margin: 0;
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-price .price-current {
  color: #000;
  font-size: 17px;
  font-family: "Comfortaa", cursive;
  font-weight: normal;
}
@media (max-width: 1199px) {
  body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-price .price-current {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-price .price-current {
    font-size: 17px;
  }
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-price .price-current strong {
  font-size: inherit;
  font-weight: inherit;
  font-family: "Comfortaa", cursive;
}
@media (max-width: 480px) {
  body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item__bottom {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
  }
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-item__image {
  position: relative;
  padding-top: 106.9%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-item__image {
    padding-top: 80%;
  }
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-item__image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  -webkit-background-size: contain;
  background-size: contain;
}
body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-item__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .main-blocks-outer.lider_prodaj .slick-arrow.slick-disabled:hover {
  background: #eee;
}
.main-products.lider_prodaj_list .product-list.slick-initialized .slick-slide {
  height: 100%;
}
.main-products.lider_prodaj_list .product-list.slick-initialized .slick-slide > div {
  display: 100%;
}
.main-products.lider_prodaj_list .product-list.slick-initialized .slick-slide .product-item {
  margin: 0;
  padding: 0 5px 20px !important;
}
@media (max-width: 768px) {
  .first_red_bl.new_red_bl .first_red_bl__title .title {
    padding-top: 15px;
  }
  .first_red_bl.new_red_bl .first_red_bl__title .title:after {
    content: "";
    width: 170px;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    bottom: 100%;
    left: calc(50% - 85px);
  }
}
@media (max-width: 519px) {
  .new_sand .product-list.thumbs .product-item {
    margin: 0 0 20px;
    width: calc(50% - 0px);
  }
  .new_sand .product-list.thumbs .product-item .product-item__image {
    height: auto;
    padding-top: 135%;
    margin-bottom: 10px;
  }
  .new_sand .product-list.thumbs .product-item .product-item__bottom .product-item__params {
    margin: 10px 0 0;
  }
  .new_sand .product-list.thumbs .product-item .product-modifications-wrap {
    width: calc(100% - 36px);
  }
  .new_sand .product-list.thumbs .product-item .product-modifications-wrap .mod-item img {
    object-fit: cover;
  }
  .new_sand .product-list.thumbs .product-item .product-item__name {
    font-size: 14px;
  }
  .new_sand .product-list.thumbs .product-item .product-item__buttons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .new_sand .product-list.thumbs .product-item .product-item__buttons .product-price {
    margin-bottom: 0;
  }
  .sand_prod .form-additional {
    margin-bottom: 0;
  }
  .sand_prod .form-additional__top {
    flex-direction: row;
  }
  .sand_prod .form-additional__top-left {
    padding-bottom: 0;
  }
  .sand_prod .form-additional__top-right {
    justify-content: end;
  }
  .sand_prod .form-additional__bottom {
    gap: 10px;
    display: flex;
    margin-bottom: 50px;
  }
  .sand_prod .form-additional__bottom-left {
    margin-bottom: 0;
  }
  .sand_prod .form-additional__bottom-left .shop-product-btn {
    width: 100%;
    min-width: initial;
    padding: 14px !important;
    font-size: 15px;
  }
  .sand_prod .form-additional__bottom-left .shop-product-btn span {
    padding-right: 36px;
  }
  .sand_prod .form-additional__bottom-right .buy-one-click {
    width: 100%;
    min-width: initial;
    padding: 14px;
    font-size: 15px;
  }
}
.form-additional__bottom {
  margin-bottom: 10px;
}
.pay_id {
  position: relative;
  left: 12px;
}
.pay_id yandex-pay-badge {
  max-width: 100%;
}
.shop2-order-options .option-type .label-icons img {
  border: none;
  height: auto;
}
.main-blocks__inner .pay_id {
  text-align: center;
  left: 0;
}
.main-blocks__inner .pay_id yandex-pay-badge {
  max-width: 80%;
  margin-left: 30px;
}
@media (max-width: 960px) {
  .main-blocks__inner .pay_id yandex-pay-badge {
    max-width: 100%;
    margin-left: 10px;
  }
}
.product-list.list .product-item__bottom, .product-list.simple .product-item__bottom {
  gap: 0px;
  flex-wrap: wrap;
}
.product-list.list .product-item__bottom .pay_id, .product-list.simple .product-item__bottom .pay_id {
  margin-top: 20px;
}
.product-list.thumbs .product-item__buttons {
  margin-bottom: 6px;
  align-items: center;
}
.product-list.thumbs .product-item__buttons .product-price {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .form-additional > .ya-pay-widget {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  body .main-blocks-outer.lider_prodaj .main-products .product-list.thumbs .product-item .product-item__image {
    padding-top: 134%;
  }
}
body .main-blocks .main-products .product-list.thumbs .product-item .product-price .price-current2 {
  color: #74C481;
}
@media (max-width: 640px) {
  .shop2-cart-table .cart-amount .shop2-product-amount {
    display: flex;
    width: auto;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .shop2-cart-table .cart-amount {
    width: auto;
    align-items: center;
  }
}
@media screen and (max-width: 479px) {
  .shop2-cart-table .cart-amount .shop2-product-amount button {
    display: flex;
  }
}
.color_table thead:first-child tr {
  background: #90aca0;
}
.color_table thead:first-child tr th {
  color: #fff;
  background: none;
}
.user__home-page-v2 .user-welcome-text {
  font-size: 17px;
  margin-bottom: 25px;
}
.user__home-page-v2 .user-status-action {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.user__home-page-v2 .user-status-action .btn-status-request {
  background-color: #829a8d;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.3s ease;
}
.user__home-page-v2 .user-status-action .btn-status-request:hover {
  background-color: #6e8d80;
}
.user__home-page-v2 .user-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.user__home-page-v2 .user-card-container .user-card-visual {
  position: relative;
  width: 400px;
  max-width: 100%;
  overflow: hidden;
  font-size: 0;
}
.user__home-page-v2 .user-card-container .user-card-visual .loyalty-card-img {
  width: 100%;
  height: auto;
  display: block;
}
.user__home-page-v2 .user-card-container .user-card-visual .loyalty-card-username {
  position: absolute;
  bottom: 25px;
  left: 20px;
  right: 20px;
  text-align: center;
  font-size: 16px;
  color: #68532b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}
.user__home-page-v2 .user-card-container .user-card-visual .loyalty-card-placeholder {
  background: linear-gradient(45deg, #d4af37, #f3e5ab);
  padding: 60px 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.user__home-page-v2 .user-card-container .user-card-info {
  min-width: 280px;
}
.user__home-page-v2 .user-card-container .user-card-info .info-row {
  display: flex;
  margin-bottom: 18px;
  font-size: 17px;
}
.user__home-page-v2 .user-card-container .user-card-info .info-row .info-label {
  font-weight: normal;
  color: #333;
  margin-right: 8px;
}
.user__home-page-v2 .user-card-container .user-card-info .info-row .info-value {
  font-weight: bold;
  color: #000;
}
.user__home-page-v2 .user-card-container .user-card-info .info-divider {
  height: 15px;
}
@media (max-width: 960px) {
  .user__home-page-v2 .user-card-container .user-card-info .info-divider {
    height: 60px;
  }
}
.user__home-page-v2 .user-actions-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
.user__home-page-v2 .user-actions-footer .orders-btn-wrapper .btn-view-orders {
  background-color: #83a496;
  color: #fff;
  padding: 14px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.user__home-page-v2 .user-actions-footer .orders-btn-wrapper .btn-view-orders:hover {
  gap: 4px;
  background-color: #6e8d80;
}
.user__home-page-v2 .user-actions-footer .account-links {
  display: flex;
  gap: 25px;
}
.user__home-page-v2 .user-actions-footer .account-links a {
  color: #83a496;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 2px solid #fff;
  transition: 0.3s ease;
}
.user__home-page-v2 .user-actions-footer .account-links a:hover {
  color: #6e8d80;
  border-bottom-color: #6e8d80;
}
@media (max-width: 768px) {
  .user__home-page-v2 .user-card-container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 10px;
  }
  .user__home-page-v2 .user-card-container .user-card-info {
    width: 100%;
    text-align: center;
  }
  .user__home-page-v2 .user-card-container .user-card-info .info-row {
    justify-content: center;
  }
  .user__home-page-v2 .user-actions-footer {
    margin-top: 10px;
  }
}
.remodal_user {
  display: none;
  padding: 30px !important;
  border-radius: 10px;
  max-width: 480px;
}
@media (max-width: 960px) {
  .remodal_user {
    padding: 20px !important;
  }
}
.remodal_user .remodal-close-btn {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  border: 2px solid #000;
  background: #829a8d !important;
  border-radius: 50% !important;
  font-size: 0;
}
.remodal_user .remodal-close-btn:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -10px;
  transform: rotate(-45deg);
  background-color: #fff;
}
.remodal_user .remodal-close-btn:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -10px;
  transform: rotate(45deg);
  background-color: #fff;
}
@media (max-width: 960px) {
  .remodal_user .remodal-close-btn {
    right: 10px;
    top: 10px;
  }
}
.remodal_user .remodal-close-btn:hover {
  background: #6e8d80 !important;
}
.remodal_user .tpl-anketa .tpl-anketa__title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.remodal_user .tpl-anketa .tpl-anketa__right form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field input, .remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field textarea {
  border-radius: 10px;
  box-shadow: none;
  border: 2px solid #000;
  padding: 10px;
  width: 100%;
}
.remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field input::placeholder, .remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field textarea::placeholder {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field input:focus::placeholder, .remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field textarea:focus::placeholder {
  transform: translateX(-100%);
  opacity: 0;
}
.remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field .tpl-form-button {
  width: 100%;
  background: #829a8d;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  border-radius: 10px;
  box-shadow: none;
  border: 2px solid #000;
  transition: 0.3s;
}
.remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field .tpl-form-button:hover {
  background: #6e8d80;
  border: 2px solid #6e8d80;
}
.remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field.field-error input {
  border: 2px solid red;
}
.remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field ul label {
  display: flex;
  align-items: flex-start;
}
.remodal_user .tpl-anketa .tpl-anketa__right form .tpl-field ul label input {
  width: auto;
}
.remodal_user .tpl-anketa .tpl-anketa__right .tpl-anketa-success-note {
  font-size: 28px;
  font-weight: bold;
}
.mob_orders {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mob_order-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mob_order-card .mob_order-header {
  background-color: #769f90;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 35px;
  border-radius: 25px;
  min-width: 220px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.mob_order-card .mob_order-body {
  font-size: 15px;
  color: #000000;
  line-height: 1.6;
}
.mob_order-card .mob_order-body p {
  margin: 4px 0;
}
.mob_order-card .mob_order-body strong {
  font-weight: bold;
}
.mob_order-card .mob_order-body .status-pay {
  margin-left: 5px;
  font-weight: normal;
}
.mob_order-card .mob_order-body .status-pay.paid {
  color: #8cb1a3;
}
.mob_order-card .mob_order-body .status-pay.not-paid {
  color: #c97d7d;
}
.cart-total__bonuses {
  margin-top: 20px;
}
.cart-total__bonuses-subtitle {
  padding: 0 0 8px;
}
.cart-total__bonuses .gr-svg-icon {
  width: 20px;
  height: 20px;
  fill: #fcbab5;
}
.cart-total__bonuses strong {
  position: relative;
  padding-left: 26px;
  min-height: 20px;
  color: rgba(0, 0, 0, 0.48);
  font: 17px / 20px "rr", Arial, Helvetica, sans-serif;
}
.cart-total__bonuses strong i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.cart-total__bonuses ins {
  font-size: 16px;
  line-height: 1.1;
  padding-left: 0px;
}
.cart-bonuses {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.48);
  font: 17px / 20px "rr", Arial, Helvetica, sans-serif;
}
.cart-bonuses__title {
  color: rgba(0, 0, 0, 0.48);
  font: 17px / 20px "rr", Arial, Helvetica, sans-serif;
}
.cart-bonuses__title ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.cart-bonuses .cart-bonuses__container {
  display: none;
  padding-top: 14px;
}
.cart-bonuses .show_bonuses {
  display: block;
}
.cart-bonuses__body {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.cart-bonuses__body .cart-bonuses__left {
  margin-right: 10px;
}
.cart-bonuses__body .cart-bonuses__left .field-title {
  display: none;
}
.cart-bonuses__body .cart-bonuses__left #bonus-points {
  color: #000;
  font: 20px / 25px "ars", Arial, Helvetica, sans-serif;
  padding: 9px 0;
  width: 100%;
  border: none;
  outline: none;
  background: none;
  height: auto;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.cart-bonuses__body .cart-bonuses__right .bonus-apply {
  width: 100%;
  padding: 10px;
  font-size: 15px;
}
.cart-bonuses__body .cart-bonuses__right .bonus-delete {
  padding: 10px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  .shop2-order-options .options-list .option-type .option-label .label-icons {
    max-width: 800px;
    margin: 0 auto;
  }
  .shop2-order-options .options-list .option-type .option-label .label-icons .payment_methods-column {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .shop2-order-options .option-type.active-type .label-icons {
    display: flex !important;
  }
}
@media (max-width: 640px) {
  .shop2-order-options .option-type.active-type .label-icons {
    max-width: 80% !important;
    margin: 0 auto !important;
  }
  .card-page .shop2-product-actions {
    margin-top: 10px;
  }
}
.icon-action img, .bonus-param__title img {
  max-height: 100%;
  max-width: 100%;
}
.bonus-action .gift-action {
  background: none !important;
  width: auto;
  display: flex !important;
}
.bonus-action .gift-action .name-action {
  gap: 2px;
  display: flex;
  color: #000;
  font-size: 14px;
  max-width: initial;
  white-space: normal;
  flex-wrap: wrap;
}
.bonus-action .gift-action .name-action span {
  color: rgba(0, 0, 0, 0.48);
}
.bonus-action .gift-action .icon-action {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
}
.cart-product__details-top .bonus-param {
  gap: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: normal;
  margin-bottom: 8px;
}
.cart-product__details-top .bonus-param__title {
  gap: 2px;
  display: flex;
  align-items: center;
  line-height: normal;
}
