.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 {
  display: block;
}
@media all and (max-width: 720px) {
  .ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 {
    position: static;
  }
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-content {
  position: relative;
  display: inline-block;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab-wrap[data-active=true] .sale-basket-small-popup {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: none;
  transition: none;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab-wrap[data-active=true] .sale-basket-small-popup .sale-basket-small-popup-wrapper {
  -webkit-transform: none;
  transform: none;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab-wrap[data-tab=basket] .sale-basket-small-tab-icon {
  font-size: 22px;
  margin-top: -2px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab {
  color: #bebebf;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab-wrapper {
  display: block;
  position: relative;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  color: inherit;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab-icon {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: inherit;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -ms-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab-counter {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 15px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #0051cc;
  color: #fff;
  border: 2px solid #fff;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab[data-tab=basket] {
  font-size: 22px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-popup {
  height: auto;
  top: 100%;
  padding-top: 15px;
  right: -50px;
  width: 410px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  position: absolute;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  z-index: 1;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-popup:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  right: 61px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 1;
}
@media all and (max-width: 1350px) {
  .ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-popup:before {
    right: 10px;
  }
}
@media all and (max-width: 1350px) {
  .ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-popup {
    right: 0;
  }
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-popup-wrapper {
  width: 410px;
  background: #fff;
  will-change: transform;
  -webkit-transform-origin: 50% -50px;
  transform-origin: 50% -50px;
  -webkit-transform: rotateX(-15deg);
  transform: rotateX(-15deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header {
  border-bottom: 1px solid #e8e8e8;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-text {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  padding-left: 20px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-count {
  color: #888;
  font-weight: normal;
  margin-left: 10px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-btn-close {
  cursor: pointer;
  height: 61px;
  width: 61px;
  display: inline-block;
  background: #303030;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-btn-close:hover {
  opacity: 0.9;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-btn-close i {
  font-size: 10px;
  line-height: 1;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-close {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-clear-wrap {
  padding: 10px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-clear {
  padding: 11px 20px;
  line-height: 1;
  border-radius: 20px;
  border-radius: 20px;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-clear .intec-button-text {
  font-size: 10px;
  line-height: 14px;
  color: #888;
  text-transform: uppercase;
  vertical-align: middle;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-clear i {
  font-size: 7px;
  line-height: 14px;
  vertical-align: middle;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-clear:hover .intec-button-text, .ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-header-clear:hover i {
  color: #fff;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-body {
  height: 294px;
  overflow-y: auto;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-popup-title {
  font-size: 24px;
  color: #212324;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-popup-header {
  margin-bottom: 20px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product {
  border-bottom: 1px solid #e8e8e8;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product:hover .sale-basket-small-product-icon-delete {
  opacity: 1;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-content {
  padding-left: 20px;
  padding-right: 20px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-image {
  display: block;
  position: relative;
  height: 110px;
  width: 110px;
  margin: 18px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #fdfdfd;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-icon-delete {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 26px;
  height: 26px;
  font-size: 10px;
  line-height: 27px;
  text-align: center;
  background: #ea4b4b;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-icon-delete i {
  line-height: 1;
  font-size: 8px;
  color: #fff;
  height: 8px;
  width: 7px;
  display: inline-block;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-name-wrap {
  margin: 20px 0;
  margin-bottom: 10px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-name {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-new-price {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #161616;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-old-price {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  color: #cfcfcf;
  margin-left: 10px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-old-price:after {
  content: " ";
  display: block;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  position: absolute;
  top: 50%;
  left: 0;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-add-basket {
  margin-top: 10px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-button-delay,
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-product-button-basket {
  cursor: pointer;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-footer-sum-wrap {
  padding: 15px 20px;
  background: #FBFBFB;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-footer-sum-title {
  font-size: 16px;
  color: #888888;
  margin-bottom: 2px;
  margin-top: 10px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-footer-new-sum {
  display: inline-block;
  font-size: 24px;
  color: #000000;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-footer-old-sum {
  font-size: 13px;
  font-weight: normal;
  color: #888888;
  position: relative;
  margin-left: 20px;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-footer-old-sum:after {
  content: " ";
  border-top: 1px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-footer-order-button {
  font-size: 16px;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 18px 0;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-footer-order-button.white {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-footer-order-button.white:hover {
  text-decoration: underline;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-footer-buttons {
  text-align: center;
}

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