/* Cart */
#ns_cart .ns_cart-item-delivery{
	/* font-size: 12px;
	line-height: 18px; */
}

/*
#ns_cart .ns_cart-item-delivery .ns_shop-notice{
	margin-bottom: 16px;
}
*/

.ns_cart-before .ns_shop-notice.woocommerce-message:not(:first-child){
	margin-top: 16px;
}

.ns_cart-before > *:last-child{
	margin-top: 24px;
}

#ns_cart .shop_table.cart .actions .coupon {
	visibility: hidden;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: -1;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#ns_cart .shop_table tr{
	position: relative;
}

#ns_cart .shop_table tr td{
	padding: 24px 0px;
	border-top: 2px solid var(--hipnos-color-neutral-4);
}

#ns_cart .shop_table tr:first-child td{
	padding-top: 0px;
	border-top: none;
}

#ns_cart .shop_table tr:last-child td{
	padding-bottom: 0px;
}

#ns_cart .shop_table tr td .ns_cart-item-inner{
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
}

#ns_cart .shop_table tr td .ns_cart-item-thumbnail{
	border-radius: var(--hipnos-border-radius-mini);
	background: var(--hipnos-color-neutral-4);
	height: 150px;
	display: flex;
	align-content: center;
	align-items: center;
}

#ns_cart .shop_table tr td .ns_cart-item-thumbnail > a{
	opacity: 1;
}

#ns_cart .shop_table tr td .ns_cart-item-thumbnail img{
	position: static;
	width: 150px;
	height: auto;
	display: block;
}

#ns_cart .shop_table tr td .ns_cart-item-details{
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	padding-left: 16px;
}

#ns_cart .ns_cart-item-details-inner{
	position: relative;
}

#ns_cart .ns_cart-item-name dl.variation,
#ns_cart .ns_cart-item-ready-to-ship{
	font-size: 14px;
	line-height: 20px;
}

#ns_cart .ns_cart-item-quantity-price{
	position: relative;
	margin-top: 8px;
}

#ns_cart .ns_cart-item-details .ns_cart-item-price{
	position: absolute;
	display: flex;
	top: 0px;
	right: 0px;
	line-height: 16px;
	text-align: right;
	flex-direction: column;
	justify-content: center;
	align-content: flex-end;
	align-items: flex-end;
}

#ns_cart .ns_cart-item-details .ns_cart-item-price del {
	font-size: 80%;
}

#ns_cart .ns_cart-item-details .ns_cart-item-price ins {
	text-decoration: none;
}

#ns_cart .ns_cart-item-details .ns_cart-item-price .amount bdi{
	font-weight: var(--hipnos-font-weight-bold);
}

#ns_cart .ns_cart-item-details .ns_cart-item-price del .amount bdi {
	font-weight: var(--hipnos-font-weight-normal);
}

#ns_cart .ns_cart-item-remove{
	position: absolute;
	top: 0px;
	right: 0px;
}

.ns_cart-collaterals-title{
	font-weight: var(--hipnos-font-weight-bold);
	margin-bottom: 16px;
}

#ns_cart-collaterals-coupon {
	margin-top: 8px;
	margin-bottom: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
}

#ns_cart-collaterals .ns_toggle-box + .ns_toggle-box{
	margin-top: 24px !important;
}

#ns_cart-collaterals .ns_toggle-box{
	background: var(--hipnos-color-neutral-5);
	margin-bottom: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	border: none;
}

#ns_cart-collaterals .ns_toggle-box .ns_toggle-box-button{
	position: relative;
	cursor: pointer;
	font-weight: var(--hipnos-font-weight-bold);
	color: var(--hipnos-color-secondary-1);
	display: block;
	font-size: 14px;
	line-height: 20px;
}

#ns_cart-collaterals .ns_toggle-box .ns_toggle-box-button:after {
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	content: '+';
}

#ns_cart-collaterals .ns_toggle-box.active .ns_toggle-box-button:after{
	content: '–';
}

#ns_cart-collaterals .ns_toggle-box .ns_toggle-box-content{
	display: none;
}

#ns_cart-collaterals .ns_toggle-box .ns_input-text,
#ns_cart-collaterals .ns_toggle-box p {
	margin-top: 16px;
	margin-bottom: 12px;
}

#ns_cart-collaterals .ns_toggle-box .ns_input-text{
	background: var(--hipnos-color-neutral-5);
	width: 100%;
}

#ns_cart-collaterals .wc-proceed-to-checkout {
	margin-top: 24px;
}

/*
#ns_cart-collaterals .wc-proceed-to-checkout .ns_button.checkout-button > span{
	position: relative;
	padding-left: 26px;
}

#ns_cart-collaterals .wc-proceed-to-checkout .ns_button.checkout-button > span > .ns_icon{
	position: absolute;
	top: -2px;
	left: 0px;
} */

#ns_cart-collaterals .ns_boxed{
	background: var(--hipnos-color-neutral-4);
	border: none;
}

#ns_cart-collaterals .shop_table tr:first-child th,
#ns_cart-collaterals .shop_table tr:first-child td {
	/* border-top: 1px solid var(--hipnos-color-neutral-3); */
}

#ns_cart-collaterals .shop_table tr th:not[col-span="2"] {
	padding-right: 16px;
}

#ns_cart-collaterals .shop_table tr th {
	color: var(--hipnos-color-secondary-1);
	text-align: left;
	/* border-left: 1px solid var(--hipnos-color-neutral-3); */
}

#ns_cart-collaterals .shop_table tr td {
	text-align: right;
	/* border-right: 1px solid #e1e1e1; */
}

#ns_cart-collaterals .shop_table tr th,
#ns_cart-collaterals .shop_table tr td {
	line-height: 24px;
	/* padding: 16px;
	border-bottom: 1px solid var(--hipnos-color-neutral-3);
	background-color: var(--hipnos-color-neutral-4); */
}

#ns_cart-collaterals .shop_table tr.ns_cart-summary-total{
	vertical-align: top;
}

#ns_cart-collaterals .shop_table tr.ns_cart-summary-separator th:before{
	content: "";
	display: block;
	margin-top: 24px;
	margin-bottom: 24px;
	height: 2px;
	width: 100%;
	background: var(--hipnos-color-secondary-3);
}

#ns_cart-collaterals .shop_table tr.ns_cart-summary-total .woocommerce-cart__discount{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: var(--hipnos-color-state-success-1);
}

#ns_cart-collaterals .shop_table tr.ns_cart-summary-total .woocommerce-cart__discount .amount bdi{
	color: var(--hipnos-color-state-success-1);
}

#ns_cart-collaterals .shop_table tr.ns_cart-summary-info th{
	line-height: 18px;
	color: var(--hipnos-color-neutral-2);
}

#ns_cart-collaterals .shop_table tr.ns_cart-summary-info th > span{
	display: block;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: var(--hipnos-font-weight-normal);
}

#ns_cart-collaterals .shop_table tr.ns_cart-summary-subtotal,
#ns_cart-collaterals .shop_table tr.ns_cart-summary-discount,
#ns_cart-collaterals .shop_table tr.ns_cart-summary-shipping,
#ns_cart-collaterals .shop_table tr.ns_cart-summary-fees{
	font-size: 14px;
}

#ns_cart-collaterals .shop_table tr.ns_cart-summary-fees > td .amount *{
	color: var(--hipnos-color-state-success-1);
}

#ns_cart-collaterals .shop_table tr.ns_cart-summary-subtotal.cart-discount + tr.ns_cart-summary-subtotal.cart-discount > th{
	visibility: hidden;
	font-size: 0px;
}

.ns_cart-item-name a{
	font-weight: var(--hipnos-font-weight-bold);
	color: var(--hipnos-color-secondary-1);
}

.ns_cart-item-name dl.variation > dt {
	display: none;
}


.ns_cart-coupon-tag .ns_cart-coupon-tag-hidden{
	display: none;
}

@media only screen and (max-width: 767px) {
	#ns_cart .shop_table tr td .ns_cart-item-thumbnail{
		height: 80px;
	}

	#ns_cart .shop_table tr td .ns_cart-item-thumbnail img{
		width: 80px;
	}

	#ns_cart-collaterals{
		padding-top: var(--hipnos-page-padding-top);
	}
}

#ns_cart-empty{
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#ns_cart-empty .ns_icon{
	display: block;
	background: var(--hipnos-color-neutral-4);
	border-radius: 50%;
	margin-bottom: 8px;
}

#ns_cart-empty .ns_button{
	margin-top: 48px;
}

.ns_cart-empty .ns_button.checkout-button.disabled{
	cursor: default;
	pointer-events: none;
}

.ns_cart-empty .ns_button.checkout-button.disabled .ns_icon[data-theme="light"] > svg .ns_icon-stroke {
	stroke: var(--hipnos-color-neutral-3);
}

.ns_cart-empty .ns_button.checkout-button.disabled .ns_icon[data-theme="light"] > svg .ns_icon-fill {
	fill: var(--hipnos-color-neutral-3);
}

#ns_cart .shop_table tr td .ns_cart-item-inner{
	align-items: flex-start;
}

#ns_cart .shop_table tr td .ns_cart-item-inner .ns_cart-item-details-inner{
	display: flex;
	justify-content: space-between;
}

#ns_cart .shop_table tr td .ns_cart-item-inner .ns_cart-item-details-inner .ns_cart-item-details-col-1{
	padding-right: 8px;
}

#ns_cart .shop_table tr td .ns_cart-item-inner .ns_cart-item-details-inner .ns_cart-item-details-col-2{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#ns_cart .shop_table tr td .ns_cart-item-inner .ns_cart-item-quantity-remove{
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 12px;
}

#ns_cart .shop_table tr td .ns_cart-item-inner .ns_cart-item-quantity-remove .ns_cart-item-remove{
	position: relative;
	top: unset;
	right: unset;
	margin-left: 6px;
}

#ns_cart .shop_table tr td .ns_cart-item-inner .ns_cart-item-price{
	position: relative;
	top: unset;
	right: unset;
	margin-top: 3px;
}
