@charset "UTF-8";
.shopping_page .drops_list.bonus_drop > li .filter_section .radio_list,
.shopping_page .drops_list.bonus_drop > li .filter_section .checkbox_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .btn.dropdown-toggle:before, .shopping_page .drops_list > li .drop_button:after, .shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .btn.dropdown-toggle:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shopping_page {
  padding-top: 25px;
}
.shopping_page .shopping_inner {
  padding-bottom: 60px;
}
.shopping_page .basket_block {
  background: #ffffff;
  padding: 30px 15px;
  margin-top: 14px;
}
.shopping_page .inner_basket {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 28px;
  padding-top: 30px;
  position: relative;
}
.shopping_page .inner_basket:first-child {
  padding-top: 0;
}
.shopping_page .inner_basket:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 1px;
  width: 100%;
  background: #e5e5e5;
}
.shopping_page .one_info {
  padding: 0 10px;
}
.shopping_page .second_block {
  display: flex;
  position: relative;
}
.shopping_page .bonus_block {
  margin-top: 14px;
  margin-bottom: 0;
}
.shopping_page .bottom_block {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  padding-top: 30px;
}
.shopping_page .bottom_block a {
  color: #0079C5;
  font-size: 120%;
  line-height: 16px;
  padding-right: 50px;
  display: flex;
  align-items: center;
}
.shopping_page .bottom_block a:before {
  padding-right: 10px;
}
.shopping_page .bottom_block span {
  color: #000000;
  font-size: 160%;
  font-family: "semiBold";
  line-height: 21px;
}
.shopping_page .product_count {
  display: flex;
  align-items: center;
  max-width: 114px;
  height: 38px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
}
.shopping_page .product_count label {
  display: flex;
  margin: 0;
  flex: 1;
  font-size: 120%;
  line-height: 16px;
  cursor: text;
}
.shopping_page .product_count .increase_btn,
.shopping_page .product_count .decrease_btn {
  display: flex;
  height: 100%;
  background-color: #E9E9E9;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px;
}
.shopping_page .product_count .increase_btn:before,
.shopping_page .product_count .decrease_btn:before {
  display: block;
  width: 7px;
  border-top: 1px solid;
  content: "";
}
.shopping_page .product_count .increase_btn.inactive,
.shopping_page .product_count .decrease_btn.inactive {
  cursor: default;
}
.shopping_page .product_count .increase_btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  height: 7px;
  left: 13px;
  border-left: 1px solid;
}
.shopping_page .product_count input {
  border: none;
  background: transparent;
  padding: 0 3px;
  text-align: center;
  width: 50px;
}
.shopping_page .product_count .count_unit {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 3px;
  cursor: text;
}
.shopping_page .discount_price {
  font-family: "bold";
  color: #B6B6B6;
  padding-right: 10px;
  font-size: 120%;
  line-height: 16px;
  text-decoration: line-through;
}
.shopping_page .inner_prices {
  padding-right: 15px;
  position: relative;
}
.shopping_page .inner_prices > span {
  color: #000000;
  font-family: "bold";
  line-height: 21px;
  font-size: 160%;
  padding-bottom: 5px;
}
.shopping_page .price_off {
  font-family: "bold";
  color: #FF0009;
  padding-right: 10px;
  font-size: 120%;
  line-height: 16px;
}
.shopping_page .one_block {
  display: flex;
  align-items: center;
}
.shopping_page .one_block a {
  display: block;
}
.shopping_page .one_block a img {
  max-width: 113px;
  width: 100%;
}
.shopping_page .one_block .block_title {
  font-size: 140%;
  line-height: 19px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shopping_page .one_block .code_block {
  color: #B6B6B6;
  font-size: 130%;
  line-height: 17px;
  padding-top: 8px;
}
.shopping_page .order_block {
  background: #ffffff;
  padding: 30px 20px;
  margin-top: 14px;
}
.shopping_page .discount_block {
  padding-top: 30px;
}
.shopping_page .discount_form {
  background: #ffffff;
  padding: 20px;
  margin-top: 15px;
}
.shopping_page .discount_form .field_block {
  margin-top: 0;
  max-width: 234px;
  width: 100%;
}
.shopping_page .discount_form .form_fields {
  display: flex;
  align-items: center;
}
.shopping_page .discount_form .button_block {
  margin-top: 10px;
  padding-left: 20px;
}
.shopping_page .discount_form .button_block button {
  width: 141px;
}
.shopping_page .discount_form ::-webkit-input-placeholder {
  color: #8B8B8B;
  font-size: 13px;
  line-height: 17px;
}
.shopping_page .discount_form :-moz-placeholder {
  color: #8B8B8B;
  font-size: 13px;
  line-height: 17px;
}
.shopping_page .discount_form ::-moz-placeholder {
  color: #8B8B8B;
  font-size: 13px;
  line-height: 17px;
}
.shopping_page .discount_form :-ms-input-placeholder {
  color: #8B8B8B;
  font-size: 13px;
  line-height: 17px;
}
.shopping_page .total_block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 30px;
}
.shopping_page .total_block span {
  color: #000000;
  font-size: 160%;
  line-height: 21px;
  font-family: "bold";
}
.shopping_page .continue_btn {
  border: 1px solid #FF0009;
  border-radius: 5px;
  background-color: #FF0009;
  padding: 10px;
  color: #ffffff;
  font-family: "bold";
  line-height: 17px;
  text-align: center;
  font-size: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 355px;
  margin: 0 auto;
  width: 100%;
}
.shopping_page .list_shopping table {
  width: 100%;
}
.shopping_page .list_shopping table tr {
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
  height: 30px;
}
.shopping_page .list_shopping table tr:last-child {
  border-bottom: none;
}
.shopping_page .list_shopping table td {
  font-size: 140%;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.43);
}
.shopping_page .list_shopping table td:last-child {
  text-align: right;
}
.shopping_page .drops_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.shopping_page .drops_list.bonus_drop {
  margin-bottom: 40px !important;
  border-top: 1px solid rgba(216, 216, 216, 0.7);
  padding-top: 30px;
}
.shopping_page .drops_list.bonus_drop .checkbox_block {
  margin-top: 16px;
}
.shopping_page .drops_list.bonus_drop > li .drop_button {
  font-family: "bold";
  font-size: 200%;
  line-height: 27px;
  border-bottom: none;
}
.shopping_page .drops_list.bonus_drop > li .drop_element {
  padding-top: 20px;
}
.shopping_page .drops_list.bonus_drop > li .one_title {
  color: #000000;
  font-size: 140%;
  line-height: 19px;
  text-align: center;
  padding-bottom: 15px;
}
.shopping_page .drops_list.bonus_drop > li .second_title {
  color: #000000;
  font-size: 180%;
  line-height: 24px;
  font-family: "bold";
  text-align: center;
  margin-bottom: 15px;
}
.shopping_page .drops_list.bonus_drop > li .second_title:before {
  border-radius: 5px;
  background-color: #F0C803;
  font-size: 100%;
  padding: 6px 9px;
  color: #ffffff;
  margin-right: 8px;
}
.shopping_page .drops_list.bonus_drop > li .action_title {
  font-size: 120%;
  line-height: 16px;
  color: #B6B6B6;
  margin-bottom: 10px;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block {
  margin-bottom: 0;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block > select {
  height: 38px;
  width: 204px;
  border: 1px solid #F7F7F7;
  border-radius: 5px;
  background-color: #F7F7F7;
  color: #979797;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .btn.dropdown-toggle:before {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .btn {
  font-size: 100%;
  line-height: 18px;
  box-shadow: none;
  outline: none !important;
  border: 1px solid #F7F7F7 !important;
  padding: 7px 10px;
  background: #ffffff !important;
  border-radius: 5px;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .btn.dropdown-toggle:after {
  display: none;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .btn.dropdown-toggle:before {
  content: "";
  z-index: 1;
  position: relative;
  color: #979797;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .btn .filter-option {
  border-radius: 5px;
  background-color: #E9E9E9;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .filter-option-inner {
  display: flex;
  align-items: center;
  font-family: "semiBold";
  font-size: 120%;
  line-height: 16px;
  color: #000000;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: none;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .dropdown-menu li {
  margin: 4px 0;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .dropdown-menu li:first-child {
  border-top: 1px solid #D8D8D8;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .dropdown-menu li:last-child {
  margin: 0;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select.dropup .dropdown-menu {
  border-bottom: none;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select:not(.dropup) .dropdown-menu {
  border-top: none;
  margin-top: -3px;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .dropdown-item {
  padding: 5px 10px;
  color: #000000;
  background: transparent;
  font-size: 120%;
  line-height: 16px;
}
.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .dropdown-item.selected, .shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .dropdown-item.active, .shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .dropdown-item:active {
  background-color: #E9E9E9;
  cursor: default;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_inner {
  background: #ffffff;
}
.shopping_page .drops_list.bonus_drop > li .filter_section.filter_block {
  padding: 15px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section.filter_block.opened .filter_type:before {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_type {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  color: #202020;
  font-family: "semiBold";
  font-size: 140%;
  line-height: 19px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_type:before {
  display: block;
  font-size: 63.6%;
  font-family: "bold";
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-left: 20px;
  color: #979797;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subtitle {
  font-size: 100%;
  line-height: 14px;
  color: #A1A1A1;
  margin-bottom: 5px;
  text-align: right;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subtitle + .bootstrap-select,
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subtitle + input {
  margin-top: 7px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subtitle + .checkbox_list,
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subtitle + .radio_list {
  margin-top: 15px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .scroll_filter {
  height: 157px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .more_less_open .scroll_filter {
  height: 100% !important;
  max-height: 100% !important;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .more_less_open .more_less_btn:before {
  content: attr(data-close);
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock > .row {
  justify-content: flex-end;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock ::-webkit-input-placeholder {
  color: #999999;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock :-moz-placeholder {
  color: #999999;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock ::-moz-placeholder {
  color: #999999;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock :-ms-input-placeholder {
  color: #999999;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .inner_filter {
  position: relative;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .many_block {
  position: absolute;
  left: 10px;
  top: 8px;
  font-size: 160%;
  line-height: 21px;
  color: #202020;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock input[type=text] {
  width: 100%;
  height: 38px;
  font-size: 120%;
  line-height: 16px;
  border-radius: 5px;
  color: #333333;
  padding: 7px 10px 7px 25px;
  border: 1px solid #E9E9E9;
  background: transparent;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock input[type=text]:focus {
  border-color: #999999;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .bootstrap-select .btn {
  border: 1px solid #979797;
  border-radius: 5px;
  font-size: 120%;
  line-height: 15px;
  padding: 13px 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none !important;
  background: transparent !important;
  color: #999999;
  font-family: "regular";
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .bootstrap-select .dropdown-item {
  padding: 3px 10px;
  color: #333333;
  font-family: "regular";
  background: transparent;
  font-size: 120%;
  line-height: 14px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .bootstrap-select .dropdown-item.selected, .shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .bootstrap-select .dropdown-item.active, .shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .bootstrap-select .dropdown-item:active {
  background-color: #FF0009;
  color: #ffffff !important;
  cursor: default;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .bootstrap-select .dropdown-toggle::after {
  margin-left: 10px;
  border-width: 4px 3px 0;
  width: 6px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .filter_subblock .bootstrap-select.show .btn {
  border-color: #999999;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .radio_list li:not(:first-child),
.shopping_page .drops_list.bonus_drop > li .filter_section .checkbox_list li:not(:first-child) {
  padding-top: 10px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .radio_list li:last-child,
.shopping_page .drops_list.bonus_drop > li .filter_section .checkbox_list li:last-child {
  padding-bottom: 22px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .more_less_btn {
  color: #0079C5;
  font-size: 120%;
  line-height: 16px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .more_less_btn:before {
  content: attr(data-done);
}
.shopping_page .drops_list.bonus_drop > li .filter_section .is-selected .checkbox_button:before {
  font-size: 66.7%;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label {
  position: relative;
  overflow: hidden;
  vertical-align: top;
  margin: 0;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label input:checked + .checkbox_button {
  color: #666666;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label input:checked + .checkbox_button:before {
  font-size: 66.7%;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label input:checked + .radio_button {
  color: #666666 !important;
  cursor: default;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label input:checked + .radio_button:before {
  background: #0079C5;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label input:checked + .radio_button:after {
  opacity: 1;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label input:checked + .radio_button.no_selected {
  color: #000000 !important;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label input:checked + .radio_button.no_selected:before {
  background: none;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label input:checked + .radio_button.no_selected:after {
  opacity: 0;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label .checkbox_button {
  display: flex;
  align-items: center;
  font-size: 120%;
  line-height: 16px;
  cursor: pointer;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label .checkbox_button:before {
  display: flex;
  margin-right: 6px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  align-items: center;
  justify-content: center;
  border: 1px solid #DDDDDD;
  font-size: 0;
  border-radius: 1px;
  font-family: "bold";
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  color: #0079C5;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label .checkbox_button > span {
  color: #B6B6B6;
  margin-left: 2px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label .radio_button {
  display: flex;
  position: relative;
  align-items: center;
  font-size: 120%;
  line-height: 16px;
  cursor: pointer;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label .radio_button > span {
  margin-left: 2px;
  color: #B6B6B6;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label .radio_button:before {
  display: block;
  content: "";
  margin-right: 10px;
  width: 15px;
  min-width: 15px;
  height: 15px;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}
.shopping_page .drops_list.bonus_drop > li .filter_section label .radio_button:after {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  left: 4px;
  margin-top: -3px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .range_inputs {
  margin: 13px -10px 0;
  display: flex;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .range_inputs .input_block {
  flex: 1;
  max-width: 50%;
  padding: 0 10px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .range_block {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 0 7px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .jslider .jslider-pointer-to {
  display: flex !important;
  left: 0;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .jslider .jslider-pointer {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #0079C5;
  margin-top: -1px;
  margin-left: -9px;
  align-items: center;
  justify-content: center;
  display: none;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .jslider .jslider-pointer:before {
  display: block;
  content: "";
  background: #ffffff;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: relative;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .jslider .jslider-pointer:after {
  display: block;
  content: "";
  background: #D8D8D8;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .jslider .jslider-value,
.shopping_page .drops_list.bonus_drop > li .filter_section .jslider .jslider-label {
  display: none !important;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .jslider .jslider-bg {
  height: 7px;
  background: #D8D8D8;
  margin: 0 -6px;
  border-radius: 1px;
}
.shopping_page .drops_list.bonus_drop > li .filter_section .jslider .jslider-bg .v {
  background: #0079C5;
  height: 7px;
}
.shopping_page .drops_list > li {
  display: block !important;
}
.shopping_page .drops_list > li .drop_button {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: "semiBold";
  color: #000000;
  font-size: 160%;
  line-height: 21px;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
}
.shopping_page .drops_list > li .drop_button > span {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.shopping_page .drops_list > li .drop_button > span:before {
  margin-left: 10px;
}
.shopping_page .drops_list > li .drop_button:after {
  content: "";
  margin-left: 20px;
  font-size: 12px;
}
.shopping_page .drops_list > li.opened {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
}
.shopping_page .drops_list > li.opened .drop_button:after {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}
.shopping_page .drops_list > li .drop_element {
  display: none;
  padding-top: 46px;
}
.shopping_page .drops_list > li .drop_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 7px;
  padding-top: 7px;
  border-bottom: 1px solid rgba(216, 216, 216, 0.7);
}
.shopping_page .drops_list > li .drop_inner span {
  color: rgba(0, 0, 0, 0.43);
  font-size: 140%;
  line-height: 19px;
}
.shopping_page .drops_list > li .drop_inner:last-child {
  border-bottom: none;
}
.shopping_page .price_shopping {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
}
.shopping_page .btns_shopping a:first-child {
  margin-right: 0;
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .shopping_page .basket_block {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .shopping_page .drops_list > li .drop_button > span {
    font-size: 14px;
  }
  .shopping_page .product_prices {
    width: 100%;
  }
  .shopping_page .one_block {
    padding-bottom: 30px;
  }
  .shopping_page .btns_shopping {
    margin: 0px -23px 0px 10px;
    position: relative;
    top: 0;
    right: 0;
  }
  .shopping_page .price_actions {
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 0 0 15px;
  }
}
@media (max-width: 524px) {
  .shopping_page .second_block {
    flex-direction: column;
  }
  .shopping_page .one_block .block_title {
    -webkit-line-clamp: 3;
  }
  .shopping_page .price_shopping {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 20px;
    justify-content: space-between;
  }
  .shopping_page .btns_shopping,
.shopping_page .price_actions {
    margin: 0;
  }
  .shopping_page .btns_shopping a:first-child {
    margin-right: 13px;
    margin-left: 13px;
  }
}
@media (max-width: 479px) {
  .shopping_page .one_block a img {
    max-width: 300px;
  }
  .shopping_page .drops_list > li .drop_inner span:first-child {
    padding-right: 13px;
  }
  .shopping_page .bottom_block {
    flex-direction: column;
  }
  .shopping_page .bottom_block a {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .shopping_page .discount_form .button_block {
    padding-left: 0;
    margin-left: auto;
  }
  .shopping_page .discount_form .field_block {
    max-width: 100%;
  }
  .shopping_page .discount_form .form_fields {
    flex-direction: column;
    align-items: end;
  }
  .shopping_page .discount_form .button_block {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .shopping_page {
    padding-top: 73px;
  }

  .second_inner {
    background: #ffffff;
    bottom: -64px;
    padding: 13px 16px;
  }
}
.web .drop_button,
.web .continue_btn,
.web .btns_shopping a,
.web .shopping_page .one_block a,
.web .product_count .increase_btn, .web .decrease_btn {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .drop_button:hover,
.web .continue_btn:hover,
.web .btns_shopping a:hover,
.web .shopping_page .one_block a:hover,
.web .product_count .increase_btn:hover, .web .decrease_btn:hover {
  opacity: 0.5;
}
.web .shopping_page .bottom_block a {
  -o-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.web .shopping_page .bottom_block a:hover {
  color: #FF0009;
}
.web .shopping_page .one_block .block_title {
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.web .shopping_page .one_block .block_title:hover {
  color: #FF0009;
  opacity: 1;
}

.touch .shopping_page .one_block .block_title {
  -o-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.touch .shopping_page .one_block .block_title:active {
  color: #FF0009;
  opacity: 1;
}
.touch .shopping_page .bottom_block a {
  -o-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.touch .shopping_page .bottom_block a:active {
  color: #FF0009;
}
.touch .drop_button,
.touch .continue_btn,
.touch .btns_shopping a,
.touch .shopping_page .one_block a,
.touch .product_count .increase_btn, .touch .decrease_btn {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.touch .drop_button:active,
.touch .continue_btn:active,
.touch .btns_shopping a:active,
.touch .shopping_page .one_block a:active,
.touch .product_count .increase_btn:active, .touch .decrease_btn:active {
  opacity: 0.5;
}

.shopping_page .drops_list.bonus_drop > li .sorting_block .bootstrap-select .dropdown-item {
  -o-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.shopping_page .product_count .increase_btn,
.shopping_page .product_count .decrease_btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shopping_page .drops_list.bonus_drop > li .filter_section label input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}

/*# sourceMappingURL=shopping_cart.css.map */
