

/* Start:/local/templates/svetopole/components/bitrix/sale.basket.basket/cart_bxstore/style.css?174773847916283*/
.basket-notification-section {
  width: 100%;
}

.basket-block-notification {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 8px 15px;
  min-width: 100%;
  width: 100%;
  border-radius: 1px;
  background-color: #edf8e0;
  color: #6a9997;
}

.basket-block-notification:after {
  position: absolute;
  top: -7px;
  right: 80px;
  width: 16px;
  height: 16px;
  background-color: #edf8e0;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/*endregion*/
/*region Basket item list wrapper*/
.basket-items-list-wrapper,
.basket-items-list-wrapper-compact {
  margin-bottom: 15px;
  border: 1px solid #e2dfdf;
}

/*header*/
.basket-items-list-header {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  padding: 13px 25px;
  border-bottom: 1px solid #e2dfdf;
  background: #f2f2f2;
  transition: 300ms padding ease;
  -webkit-box-align: center;
  align-items: center;
}

.basket-items-list-header.basket-items-list-header-fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  margin-left: -1px;
  border: 1px solid #e2dfdf;
}

.basket-items-list-wrapper-light .basket-items-list-header {
  display: none !important;
}

.basket-items-list-header-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 300ms all ease;
  -o-text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basket-items-search-field + .basket-items-list-header-title {
  padding-left: 10px;
}

.basket-items-search-field + .basket-items-list-header-filter {
  padding-left: 10px;
  text-align: right;
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.basket-items-search-field .form-control {
  z-index: 1;
}

.basket-items-list-header-filter-item {
  margin-left: 5px;
  border-bottom: 1px dotted;
  color: #3e86de;
  text-decoration: none;
  cursor: pointer;
  transition: 220ms ease;
}

.basket-items-list-header-filter-item:hover {
  color: #2462de;
  text-decoration: none;
}

.basket-items-list-header-filter-item.active {
  border-bottom: none;
  color: #2f3435;
  text-decoration: none;
  cursor: default;
}

.basket-items-search-field {
  transition: 300ms all ease;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.basket-items-search-field .input-group-addon {
  white-space: nowrap;
  -ms-flex-wrap: wrap;
}

.basket-items-search-field button.close {
  position: relative;
  bottom: -1px;
  display: inline-block;
  float: none;
  line-height: 11px;
}

/*endregion*/
.basket-items-list-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.basket-items-list-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  opacity: 0.7;
  -webkit-animation-name: ShowOverlay;
  animation-name: ShowOverlay;
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes ShowOverlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.7;
  }
}
.basket-items-list {
  position: relative;
  padding: 0 25px;
}

.basket-items-list-table {
  width: 100%;
}

.basket-items-list-item-container {
  position: relative;
  background: #fff;
  border: var(--border_dashed);
  display: flex;
  margin-bottom: 10px;
  transition: var(--animation1);
  border-radius: var(--radius1);
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .basket-items-list-item-container {
    justify-content: center;
  }
}
.basket-items-list-item-container:hover {
  box-shadow: var(--shadow1);
}

.basket-items-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  opacity: 0.7;
}

.basket-items-list-item-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  opacity: 0.7;
}

/*region Amount*/
.basket-items-list-item-amount {
  -ms-flex-order: 3;
  padding-top: 20px;
  vertical-align: top;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.basket-item-block-amount {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: start;
  padding: 0 10px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
  margin-bottom: 0;
  padding-bottom: 0;
}

.basket-item-amount-filed-block {
  position: relative;
}

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
  padding: 0;
  width: 60px;
  height: 28px;
  outline: none;
  border: 1px solid #e4e4e4;
  border-radius: 1px;
  vertical-align: middle;
  text-align: center;
  transition: 300ms all ease;
}

.basket-item-block-amount.disabled .basket-item-amount-filed {
  background-color: #f3f3f3;
}

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus {
  border-color: #006cc0;
}

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  margin: 0;
  -webkit-appearance: none; /* <-- Apparently some margin are still there even though it's hidden */
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.basket-item-amount-filed.basket-updated {
  -webkit-animation-name: basketAmountFiledUpdated;
  animation-name: basketAmountFiledUpdated;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {
  0%, 100% {
    border-color: #e4e4e4;
  }
  50% {
    border-color: #ee9200;
  }
}
@keyframes basketAmountFiledUpdated {
  0%, 100% {
    border-color: #e4e4e4;
  }
  50% {
    border-color: #ee9200;
  }
}
.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
  position: relative;
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: 300ms all ease;
  -webkit-user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover {
  background-color: #efefef;
}

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
  background-color: transparent;
  cursor: default;
}

.basket-item-amount-btn-plus:before {
  margin-top: -5px;
  margin-left: -1px;
  width: 2px;
  height: 10px;
}

.basket-item-amount-field-description {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  color: #a1a1a1;
  text-align: center;
}

/*endregion*/
@-webkit-keyframes ShowNote {
  0% {
    opacity: 0;
  }
  0%, 50% {
    background-color: #fff;
  }
  50%, 100% {
    opacity: 1;
  }
  100% {
    background-color: #e6f8fe;
  }
}
@keyframes ShowNote {
  0% {
    opacity: 0;
  }
  0%, 50% {
    background-color: #fff;
  }
  50%, 100% {
    opacity: 1;
  }
  100% {
    background-color: #e6f8fe;
  }
}
.basket-items-list-item-container-collapse .basket-item-block-info,
.basket-items-list-item-container-collapse .basket-item-block-common,
.basket-items-list-item-container-collapse .basket-item-block-image {
  opacity: 0;
}

.basket-items-list-item-container.basket-items-list-item-container-collapse > td > div {
  overflow: hidden;
  height: 80px;
  opacity: 0;
}

.basket-items-list-item-double {
  margin: 10px 0;
}

.basket-items-list-item-double > div {
  margin-bottom: 10px;
  padding: 5px 35px 5px 15px;
}

.basket-items-list-item-double-anchor,
.basket-items-list-item-double-anchor:visited {
  border-bottom: 1px dashed;
  color: #333;
  text-decoration: none;
}

.basket-items-list-item-double-anchor:hover {
  color: #23527c;
}

.basket-items-list-item-warning-container {
  margin: 10px 0;
}

.basket-items-list-item-warning-container > div {
  margin-bottom: 10px;
  padding: 5px 35px 5px 15px;
}

.basket-items-list-wrapper-compact .basket-items-list-item-container {
  -ms-flex-align: start;
  padding: 17px 0;
  -webkit-box-align: start;
  align-items: flex-start;
}

/*region not found*/
.basket-search-not-found {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.basket-search-not-found-icon {
  margin: 0 auto 80px;
  width: 180px;
  height: 180px;
  background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%22182px%22%20height%3D%22182px%22%20viewBox%3D%220%200%20182%20182%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.2%22%20fill%3D%22%23A7ABB0%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M17%2C70.5%20C17%2C40.9473747%2040.9473747%2C17%2070.5%2C17%20C100.052625%2C17%20124%2C40.9473747%20124%2C70.5%20C124%2C100.052625%20100.052625%2C124%2070.5%2C124%20C40.9473747%2C124%2017%2C100.052625%2017%2C70.5%20M178.408149%2C160.192955%20L129.280894%2C111.056302%20C129.216524%2C111.017683%20129.152154%2C110.991937%20129.100658%2C110.953317%20C136.979557%2C99.5348706%20141.614204%2C85.7220257%20141.614204%2C70.8020936%20C141.614204%2C31.6935917%20109.905496%2C0%2070.8071019%2C0%20C31.7087076%2C0%200%2C31.6935917%200%2C70.8020936%20C0%2C109.910596%2031.7087076%2C141.604187%2070.8071019%2C141.604187%20C85.7152154%2C141.604187%2099.5419113%2C136.969868%20110.948292%2C129.091526%20C110.999788%2C129.143019%20111.012662%2C129.220257%20111.064158%2C129.27175%20L160.204287%2C178.408403%20C164.993422%2C183.197199%20172.846573%2C183.197199%20177.635708%2C178.408403%20L178.408149%2C177.623143%20C183.197284%2C172.834347%20183.197284%2C164.981751%20178.408149%2C160.192955%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
  background-size: cover;
}

.basket-search-not-found-text {
  color: #c0c5ca;
  text-align: center;
}

/*endregion*/
.bx-sbb-empty-cart-image {
  width: 131px;
  height: 116px;
  margin: 50px auto 42px;
  background: url(/local/templates/svetopole/components/bitrix/sale.basket.basket/cart_bxstore/images/empty_cart.svg) no-repeat center;
  background-size: contain;
}

.bx-sbb-empty-cart-text {
  font-size: 36px;
  text-align: center;
  color: #bababa;
  margin-bottom: 42px;
}

.bx-sbb-empty-cart-desc {
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-bottom: 42px;
}

.catalog-block-header {
  font-size: 14px;
  font-weight: var(--ui-font-weight-bold);
  text-align: left;
  margin: 5px 0;
  padding: 5px 15px;
  border-bottom: 2px solid #d9dee6;
  color: #000;
}

.good_remove_from_cart {
  padding: 20px;
  width: 100%;
  display: block;
}
.good_remove_from_cart_text {
  width: 100%;
}
.good_remove_from_cart_text strong {
  display: block;
}
.good_remove_from_cart a.btn {
  background: var(--c1);
}

.basket-item-descriptions {
  display: flex;
  padding: 15px;
  flex: 1;
}
@media (max-width: 992px) {
  .basket-item-descriptions {
    width: 100%;
    flex-grow: 1;
    flex: auto;
    padding: 15px 15px 0px 15px;
  }
}
.basket-item-descriptions_image {
  width: 120px;
  position: relative;
}
@media (max-width: 450px) {
  .basket-item-descriptions_image {
    width: 90px;
  }
}
.basket-item-descriptions_image img {
  width: 100%;
}
.basket-item-descriptions_image_lable {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  color: #ffffff;
  background: var(--c1);
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px #fff solid;
}
.basket-item-descriptions_info {
  margin-left: 15px;
  flex: 1;
  padding: 5px 0px;
}
.basket-item-descriptions_info_link {
  font-size: 17px;
  color: var(--c1);
  text-decoration: none;
  font-weight: bold;
}
.basket-item-descriptions_info_link:hover {
  color: var(--c3);
}

.scu_block_selector_title {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.scu_block_selector ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.scu_block_selector ul li {
  padding: 0px 5px;
  border: 1px #ddd solid;
  border-radius: 4px;
  font-size: 12px;
  transition: var(--animation1);
  cursor: pointer;
  color: #888888;
}
.scu_block_selector ul li:hover {
  color: #444444;
  box-shadow: var(--shadow1);
}
.scu_block_selector ul li.selected {
  border: 1px var(--c3) solid;
  background: var(--c3);
  color: #ffffff;
}

.basket_price_column {
  display: flex;
  width: 130px;
  flex-direction: column;
  margin-top: 20px;
}
@media (max-width: 550px) {
  .basket_price_column {
    display: none;
  }
}
.basket_price_column del {
  text-align: center;
  color: #777777;
  font-size: 13px;
  text-decoration: line-through;
  text-decoration-color: red;
}
.basket_price_column span {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.basket_price_column i {
  text-align: center;
  font-style: normal;
  font-size: 12px;
  color: #999999;
}

.quantity_block {
  display: flex;
  margin: 20px 10px;
  width: 115px;
}
@media (max-width: 375px) {
  .quantity_block {
    margin: 5px 0px;
  }
}
.quantity_block span {
  width: 35px;
  height: 35px;
  text-align: center;
  background: #f6f6f6;
  color: #444444;
  font-size: 13px;
  line-height: 35px;
  border-radius: 35px;
  transition: var(--animation1);
  cursor: pointer;
}
.quantity_block span:hover {
  background: #ddd;
  color: #000000;
}
.quantity_block input {
  width: 45px;
  height: 35px !important;
  text-align: center;
  background: none;
  padding: 0;
  border: none;
  font-size: 13px;
}

.basket_summ {
  width: 200px;
}
@media (max-width: 992px) {
  .basket_summ {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .basket_summ {
    width: 100%;
  }
}
.basket_summ_price {
  margin-top: 16px;
}
@media (max-width: 375px) {
  .basket_summ_price {
    margin-top: 0;
  }
}
.basket_summ_price strong {
  font-weight: 400;
  color: #777777;
}
.basket_summ_econom {
  font-size: 12px;
  color: #999;
  position: relative;
  top: -5px;
}

@media (max-width: 768px) {
  .basket-item-actions {
    position: absolute;
    top: -3px;
    right: 5px;
    z-index: 100;
  }
}
.basket-item-actions-remove {
  margin: 20px 10px 0px 0px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #f6f6f6;
  color: #444444;
  font-size: 13px;
  line-height: 25px;
  border-radius: 25px;
  transition: var(--animation1);
  display: block;
  cursor: pointer;
}
@media (max-width: 768px) {
  .basket-item-actions-remove {
    background: red;
    color: #fff;
  }
}
.basket-item-actions-remove:hover {
  background: red;
  color: #fff;
}

.checkout_block {
  padding: 15px;
  background: #fff;
  border-radius: var(--radius1);
  position: sticky;
  top: 30px;
  border: var(--border_dashed);
  transition: var(--animation1);
}
.checkout_block:hover {
  box-shadow: var(--shadow1);
}
.checkout_block_cupon {
  display: flex;
  flex-direction: column;
}
.checkout_block_cupon_form {
  display: flex;
}
.checkout_block_cupon_form input {
  height: 35px !important;
  border: none;
  padding: 0px 10px;
  flex: 1;
  font-size: 13px;
  border-radius: var(--radius1) 0px 0px var(--radius1);
}
.checkout_block_cupon_form span {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  margin: 0px 0px;
  justify-content: center;
  border-radius: 0px var(--radius1) var(--radius1) 0px;
  color: #ffffff;
}
.checkout_block_info {
  list-style: none;
  margin: 20px 0px;
  padding: 0;
}
.checkout_block_info li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
  border-bottom: 1px dotted #ddd;
}
.checkout_block_info span, .checkout_block_info strong {
  position: relative;
  bottom: -2px;
  background: #fff;
}
.checkout_block_info span {
  color: #666666;
}
.checkout_block_info strong {
  font-weight: 500;
}
.checkout_block_info del {
  font-size: 14px;
  text-decoration-color: red;
}
.checkout_block_cupons {
  font-size: 13px;
  color: #666;
}
.checkout_block_cupons span {
  color: red;
  cursor: pointer;
}
.checkout_block_cupons span:hover {
  color: var(--c1);
}
.checkout_block button {
  width: 100%;
  border: none;
}

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

/* End */
/* /local/templates/svetopole/components/bitrix/sale.basket.basket/cart_bxstore/style.css?174773847916283 */
