

/* Start:/local/components/sell/calc/templates/europe-3dscan/style.css?17695006832720*/
.clicked {
  cursor: pointer;
}

.clicked:hover,
.clicked.active {
  color: #fff;
  background: #0eb5cd;
}

tr:last-child > .active.border-right,
tr:last-child > .active.border-left,
tr:last-child > .clicked.border-left:hover,
tr:last-child > .clicked.border-right:hover {
  border-bottom: 1px solid #0eb5cd !important;
}

/*.main{*/
/*	gap:0 !important;*/
/*}*/

.bundle-item {
  box-shadow: 0 0 0 4px #0eb5cd, 0 0 0 0px #fff;
}

.basket-item:hover {
  box-shadow: 0 0 0 4px #0eb5cd, 0 0 0 0px #fff;
}

.bundle-item .basket-item-no-calc {
  margin: 0 0 0;
  cursor: auto;
}

.add-to-cart-bundle {
  display: flex;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url(/local/templates/europe/assets/img/icons/add-to-cart.svg)
    no-repeat 0 center/cover;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.add-to-cart-bundle:hover {
  text-decoration: none;
  color: #fff;
  background: url(/local/templates/europe/assets/img/icons/add-to-cart-hover.svg)
    no-repeat 0 center/cover;
}

.basket-calc .card-body-img {
  margin-bottom: 40px;
}
.basket-calc .card-body-img.img-small {
  margin-bottom: 10px;
}
.basket-calc .card-body-img img {
  max-width: 84px;
}
.basket-calc .card-body-img.img-small img {
  max-width: 36px;
}
.basket-calc .card-header {
  padding-top: 20px;
}
.card-basket {
  gap: 20px !important;
}

.basket-item:not(.active) .basket-offer,
.basket-item:not(:hover) .basket-offer {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.basket-item:hover .basket-offer {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.basket-calc .card-table {
  margin: 0 !important;
}

.basket.dscan .basket-plus {
  margin-left: -5px;
  margin-right: -5px;
}
.basket.dscan .basket-plus.not-active {
  color: #e5e1e1;
}
.basket.dscan .basket-plus.basket-plus-small {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
}
.card-table .table tr:last-child td {
  border-bottom: 1px solid #979797 !important;
}

/*.basket.dscan .card-basket:not(.active){*/
/*	box-shadow: 0 0 0 4px #f7f7f7, 0 0 0 0px #fff*/
/*}*/

.basket-calc > .main-module {
  display: flex;
}

.card-basket.active {
  width: 50%;
}

.card-basket.active:nth-child(2) {
  gap: 0px !important;
}

.card-basket {
  grid-template-rows: min-content 1fr !important;
}

.card-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 80px max-content;
  justify-content: center;
  margin-bottom: 20px;
}

.vendorText {
  font-size: 18px;
  color: #000;
  line-height: 1;
}

.grid-right {
  align-self: center;
}

.card-table .table td {
  line-height: 20px !important;
}

/* End */


/* Start:/local/components/sell/basket/templates/europe-3dscan/style.css?1769515490756*/
.loader-container {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
}

.loader-container .loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}


.square-rotate-3d .loader {
	width: 100px;
	height: 100px;
}

.square-rotate-3d .loader .square {
	margin-top: 25%;
	margin-left: 25%;
	width: 50%;
	height: 50%;
	background-color: #0eb5cd;
	animation: squareRotate3d 2s infinite ease-in-out;
}

@keyframes squareRotate3d {
	25% {
		transform: perspective(100px) rotateX(180deg) rotateY(0);
	}
	50% {
		transform: perspective(100px) rotateX(180deg) rotateY(-180deg);
	}
	75% {
		transform: perspective(100px) rotateX(0) rotateY(-180deg);
	}
	100% {
		transform: perspective(100px) rotateX(0) rotateY(0);
	}
}

/* End */
/* /local/components/sell/calc/templates/europe-3dscan/style.css?17695006832720 */
/* /local/components/sell/basket/templates/europe-3dscan/style.css?1769515490756 */
