

/* Start:/bitrix/templates/megamart_default/components/bitrix/sale.basket.basket/main/style.css?166279664621363*/
.basket-item-property-scu-image .basket-item-scu-list::after {
  display: block;
  clear: both;
  content: ""; }

.basket-item-property-scu-image .basket-item-scu-item-block {
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: border .3s ease, color .3s ease;
  transition: border .3s ease, color .3s ease;
  vertical-align: middle; }

.basket-item-property-scu-image .basket-item-scu-item-inner {
  background-size: cover;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  vertical-align: middle; }

.basket-item-property-scu-image .checked.basket-item-scu-item .basket-item-scu-item-block,
.basket-item-property-scu-image .selected.basket-item-scu-item .basket-item-scu-item-block,
.basket-item-property-scu-image .basket-item-scu-item:hover .basket-item-scu-item-block, .basket-item-property-scu-image .basket-item-scu-item-block:active, .basket-item-property-scu-image .basket-item-scu-item-block:focus {
  border-color: #7d8698; }

.basket-item-property-scu-image .disabled.basket-item-scu-item > .basket-item-scu-item-block {
  background: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: inherit; }
  .basket-item-property-scu-image .disabled.basket-item-scu-item > .basket-item-scu-item-block:before {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    content: ' ';
    display: block;
    z-index: 100;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
    opacity: .7; }

.basket-item-property-scu-image .disabled.basket-item-scu-item .basket-item-scu-item-inner {
  opacity: .2; }

.basket-items-list {
  /* OVERLAY */ }
  .basket-items-list-header {
    padding: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 300ms padding ease;
    transition: 300ms padding ease;
    background: #fff;
    border-bottom: 1px solid #f1f1f1; }
  .basket-items-list-header-fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    margin-left: -1px; }
  .basket-items-list-container {
    width: 100%; }
  .basket-items-list-table.table {
    width: 100%;
    margin-top: -1px;
    margin-bottom: 0; }
  .basket-items-list-table thead .basket-items-list-th {
    color: #7d8698;
    font-size: 75%;
    font-weight: 400;
    border-bottom: 1px solid #f1f1f1; }
  .basket-items-list-table thead .basket-items-list-header-name {
    padding-left: 19.69rem; }
  .basket-items-list-table.table td {
    vertical-align: middle;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem; }
  .basket-items-list-table.table .is-loading td {
    position: relative; }
  .basket-items-list-item-notification {
    text-align: center;
    position: relative; }
  .basket-items-list-item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    opacity: .7; }
  .basket-items-list-item-descriptions-inner {
    position: static; }

.basket-checkout-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.basket-checkout-section {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.basket-checkout-section-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.basket-checkout-total {
  display: block;
  margin-bottom: 1rem; }
  .basket-checkout-total-block {
    text-align: right; }
  .basket-checkout-total-block-title, .basket-checkout-total-block-value {
    display: inline; }
  .basket-checkout-total-block-title {
    text-align: right; }
  .basket-checkout-total-block-value {
    padding-left: 1rem; }

.basket-checkout-block-btn {
  padding-left: 2rem; }

.basket-coupon-section {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.basket-coupon-block-field {
  width: 100%;
  max-width: 23.13rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.basket-coupon-block-field-description {
  color: #7d8698; }

.basket-coupon-block-coupon-btn {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  margin-top: -.25rem;
  padding: 0;
  width: .5rem;
  height: .5rem;
  border: 0;
  border-right: 0.13rem solid #ff5605;
  border-bottom: 0.13rem solid #ff5605;
  border-radius: 0;
  background-color: transparent;
  content: "";
  cursor: pointer;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.basket-coupon-alert-section {
  -webkit-box-flex: 1;
      -ms-flex: 1  1;
          flex: 1  1; }

.basket-items-search-field {
  -webkit-transition: 300ms all ease;
  transition: 300ms all ease;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative; }
  .basket-items-search-field + .basket-items-list-header-filter {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    text-align: right; }

.basket-items-list-item {
  /* PREVIEW & NAME */
  /* AMOUNT */ }
  .basket-items-list-item-container {
    position: static; }
  .basket-items-list-item-descriptions {
    width: 100%;
    padding: 1.56rem 0;
    vertical-align: top; }
  .basket-items-list-item-descriptions-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.basket-clear {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 2.38rem;
  height: 2.38rem;
  line-height: 2.38rem;
  text-align: center;
  cursor: pointer;
  pointer-events: auto; }
  .basket-clear:before, .basket-clear:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: .13rem;
    height: .88rem;
    background: #a1a1a1;
    content: '';
    -webkit-transition: 300ms background-color ease;
    transition: 300ms background-color ease; }
  .basket-clear:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
            transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
  .basket-clear:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
            transform: translate3d(-50%, -50%, 0) rotate(45deg); }

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

.basket-item {
  /* PREVIEW & NAME */
  /* AMOUNT */
  /* PRICE */
  /* ACTIONS */ }
  .basket-item-highlighted {
    background: #ff5605;
    color: #fff; }
  .basket-item-block-image {
    position: relative;
    min-width: 11.25rem;
    max-width: 11.25rem;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 1.25rem;
    height: 11.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 3.75rem;
    margin-right: 3.75rem; }
  .basket-item-image {
    max-width: 100%;
    max-height: 100%;
    width: auto; }
  .basket-item-block-info {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    padding-top: .75rem;
    -ms-flex-item-align: center;
        align-self: center; }
  .basket-item-actions-remove {
    display: none; }
  .basket-item-info-name {
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 1rem; }
    .basket-item-info-name > a,
    .basket-item-info-name > a:hover {
      color: #202020; }
    @media (max-width: 767.98px) {
      .basket-item-info-name {
        padding-right: 2.375rem; } }
  .basket-item-property, .basket-item-property-custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0.25rem; }
  .basket-item-property-custom-photo, .basket-item-property-scu-text, .basket-item-property-scu-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .basket-item-property-name, .basket-item-property-custom-name {
    color: #7d8698;
    font-size: 0.875rem;
    margin-right: .5rem; }
  .basket-item-property-name-title:after {
    content: ": "; }
  .basket-item-property-name-value {
    color: #202020; }
  .basket-item-property-scu-image .basket-item-property-name {
    margin-bottom: 0.25rem; }
  .basket-item-property-scu-text .basket-item-property-name-value {
    display: none; }
  .basket-item-property-custom-photo .basket-item-property-custom-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 4rem;
    word-spacing: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .basket-item-custom-block-photo-item {
    margin-right: .25rem;
    margin-top: .25rem;
    width: auto;
    height: 4rem;
    border: 1px solid #bdbdbd;
    cursor: pointer; }
  .basket-item-custom-block-photo-item:hover {
    border-color: #ff5605; }
  .basket-item-property-scu-image .basket-item-scu-list {
    padding-left: 0;
    list-style: none;
    margin: 0; }
  .basket-item-property-scu-image .basket-item-scu-item {
    float: left;
    margin: 0 0.5rem 0.5rem 0; }
  .basket-item-block-amount {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .basket-item-amount-btn-minus, .basket-item-amount-btn-plus {
    position: relative;
    display: inline-block;
    min-width: 22px;
    height: 22px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 300ms ease, opacity 300ms ease;
    transition: background 300ms ease, opacity 300ms ease; }
  .basket-item-amount-btn-minus:after, .basket-item-amount-btn-plus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: .8;
    -webkit-transition: opacity 300ms ease, background 300ms ease;
    transition: opacity 300ms ease, background 300ms ease; }
  .basket-item-amount-btn-minus:hover:after, .basket-item-amount-btn-plus:hover:after {
    opacity: 1; }
  .basket-item-amount-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px; }
  .basket-item-amount-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px; }
  .basket-item-amount-field {
    -moz-appearance: textfield; }
    .basket-item-amount-field.form-control:focus {
      border-color: #ced4da;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .basket-item-amount-field::-webkit-outer-spin-button, .basket-item-amount-field::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }
  .basket-item-block-amount .input-group > .basket-item-amount-field {
    border-right-color: transparent;
    text-align: center;
    width: 4.25rem; }
  .basket-item-amount-measure-text .input-group-text {
    background: #fff;
    border-left-color: transparent;
    padding: 0.375rem 0.75rem; }
  .basket-item-block-price {
    position: relative;
    text-align: left;
    white-space: nowrap; }
  .basket-item-block-price-aligner {
    padding-bottom: 1.13rem; }
  .basket-item-price-title {
    font-size: 75%;
    color: #7d8698; }
  .basket-item-actions-block {
    position: absolute;
    right: 0.25rem;
    top: -0.25rem;
    z-index: 210; }
  .basket-item-actions-container {
    display: block;
    height: 2.375rem;
    position: relative;
    width: 2.375rem; }
  .basket-item-actions-label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(189, 189, 189, 0.5);
    border-radius: 50%;
    color: #bdbdbd;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in; }
  .basket-item-actions-remove {
    color: #bdbdbd; }
  .basket-item-block-actions {
    padding: 0 2rem;
    color: #bdbdbd;
    position: relative; }

.basket-items-list-wrapper-compact .basket-item-block-image {
  min-width: 2rem;
  max-width: 3.13rem;
  max-height: 3.13rem;
  margin-left: 1rem;
  margin-right: 1rem; }

.basket-items-list-wrapper-compact .basket-item-image {
  max-height: 3.13rem; }

.basket-items-list-wrapper-compact .basket-item-block-properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.basket-items-list-wrapper-compact .basket-item-property-scu-text, .basket-items-list-wrapper-compact .basket-item-property-scu-image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.basket-items-list-wrapper-compact .basket-item-property-name-value {
  display: none; }

.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item {
  margin-bottom: 0; }

.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-scu-item-inner {
  width: 1.25rem;
  height: 1.25rem; }

.basket-items-list-wrapper-compact .basket-item-scu-list {
  padding-left: 0px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none; }

.basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-list .basket-item-scu-item {
  display: block;
  color: #202020;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  cursor: pointer; }
  .basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-list .basket-item-scu-item:hover, .basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-list .basket-item-scu-item:focus {
    text-decoration: underline;
    color: #ff5605; }
  .basket-items-list-wrapper-compact .basket-item-property-scu-text .basket-item-scu-list .basket-item-scu-item.selected {
    color: #ff5605; }

.basket-items-list-wrapper-compact .basket-item-property-scu-image .basket-item-property-name {
  margin-bottom: 0; }

.basket-items-list-wrapper-compact .basket-item-property-scu-text {
  margin-right: 1rem; }

.basket-items-list-wrapper-compact .basket-items-list-table.table td {
  padding: 0.75rem; }

.alert.alert-basket-custom-errors {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .alert.alert-basket-custom-errors .icon-svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -.25rem;
    margin-right: .5rem; }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .basket-item-block-image {
    min-width: 7.5rem;
    max-width: 7.5rem;
    margin-left: 0rem;
    margin-right: 1rem; } }

@media (max-width: 1199.98px) {
  .basket-items-list-table.table td {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media (max-width: 991.98px) {
  .basket-items-list-thead {
    display: none; }
  .basket-items-list-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #f1f1f1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .basket-items-list-item-amount {
    -ms-flex-item-align: center;
        align-self: center; }
  .basket-items-list-item-descriptions {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .basket-items-list-table.table td {
    border: 0;
    padding-bottom: .75rem; }
  .basket-item-block-image {
    min-width: 3.75rem;
    max-width: 3.75rem;
    height: 4.06rem;
    margin-left: .75rem;
    margin-right: 2rem; }
  .basket-item-image {
    max-height: 4.06rem; }
  .basket-item-block-actions {
    padding: 0.75rem; }
  .basket-item-property-scu-image .basket-item-property-value,
  .basket-item-property-scu-text .basket-item-property-value {
    display: none; }
  .basket-item-property-scu-text .basket-item-property-name-value {
    display: inline; } }

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

@media (max-width: 767.98px) {
  .basket-items-list-table.table td {
    padding-left: .25rem;
    padding-right: .25rem; }
  .basket-items-list-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .basket-items-list-header-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .basket-items-list-header-filter-item {
    margin: 0.5rem 0; }
  .basket-items-search-field {
    width: 100%; }
    .basket-items-search-field + .basket-items-list-header-filter {
      text-align: left; }
  -basket-item-block-actions {
    padding: .25rem; }
  .basket-checkout-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    margin-top: -1px; }
  .basket-checkout-total {
    margin-top: 1rem; }
  .basket-checkout-section-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .basket-checkout-block-btn {
    text-align: center; }
  .basket-btn-checkout,
  .buy1click-btn-checkout {
    margin-top: .5rem; } }

@-webkit-keyframes ShowOverlay {
  0% {
    opacity: 0; }
  100% {
    opacity: .7; } }

@keyframes ShowOverlay {
  0% {
    opacity: 0; }
  100% {
    opacity: .7; } }

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

/* End */
/* /bitrix/templates/megamart_default/components/bitrix/sale.basket.basket/main/style.css?166279664621363 */
