/* skrypty na każdym widoku sklepu */

.notifyjs-corner {
  z-index: 9999 !important;
}

.cart-price del,
.cart-discount del,
.cart-discount ins,
.cart-per-item p,
.cart-price p{
	color: var(--gray-color);
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 500;
	margin-right: 1rem;
	white-space: nowrap;
}

.cart-per-item{
	margin-bottom: 1rem;
}

.cart-per-item p{
	margin: 5px !important;
	font-weight: normal;
}

.summary-box-right {
  text-align: right;
}

.btn-list {
	margin-top: 20px;
}

.btn-list .btn-products {
	background-color: inherit;
	border: 1px solid #3C3C3B !important;
	height: 4.7rem;
	font-size: 14px;
}

.btn-list .btn-products:hover {
	background: #f7f7f7 !important;
}